/* This stylesheet generated by Transfonter (https://transfonter.org) on July 4, 2017 2:35 AM */

@font-face {
    font-family: 'DIN Pro';
    src: url('fonts/DINPro-Medium.eot');
    src: local('DIN Pro Medium'), local('DINPro-Medium'),
    url('fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/DINPro-Medium.woff') format('woff'),
    url('fonts/DINPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}




@font-face {
    font-family: 'DIN Pro Cond';
    src: url('fonts/DINPro-CondensedMedium.eot');
    src: local('DIN Pro Condensed Medium'), local('DINPro-CondensedMedium'),
    url('fonts/DINPro-CondensedMedium.eot?#iefix') format('embedded-opentype'),
    url('fonts/DINPro-CondensedMedium.woff') format('woff'),
    url('fonts/DINPro-CondensedMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'DIN Pro';
    src: url('fonts/DINPro-Bold.eot');
    src: local('DIN Pro Bold'), local('DINPro-Bold'),
    url('fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/DINPro-Bold.woff') format('woff'),
    url('fonts/DINPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('fonts/DINPro-Light.eot');
    src: local('DIN Pro Light'), local('DINPro-Light'),
    url('fonts/DINPro-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/DINPro-Light.woff') format('woff'),
    url('fonts/DINPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}





@font-face {
    font-family: 'DIN Pro';
    src: url('fonts/DINPro-Regular.eot');
    src: local('DIN Pro'), local('DINPro'),
    url('fonts/DINPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/DINPro-Regular.woff') format('woff'),
    url('fonts/DINPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Regular.eot');
    src: local('Manrope Regular'), local('Manrope-Regular'),
    url('fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Manrope-Regular.woff2') format('woff2'),
    url('fonts/Manrope-Regular.woff') format('woff'),
    url('fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}











/*****************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
   background: #fff;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}


:root {
    --font-family: "DIN Pro", sans-serif;
    --second-family: "Manrope", sans-serif;
}


*{
    box-sizing: border-box;
    outline: none!important;
    font-family: "DIN Pro", sans-serif;


    line-height: 1.2;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #000;
}





.container{
    max-width: 1180px;
    padding: 0px 10px;
    margin: 0 auto;
    width: 100%;
}

a{
    text-decoration: none;
    cursor: pointer;
}
button{
    cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}


img{
    width: 100%;
    display: block;
    height: auto;
}



/***********************************************************************************************/
.nav_section{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.oreol{
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 50px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.oreol .inter{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.logos{

}
.logos a{

}
.logos a img{

}

.mini_menu{

}
.mini_menu ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-left: 50px;
}
.mini_menu ul li{

}
.mini_menu ul li a{

}

.menus{

}
.menus .top_line{

}

.menus .top_line .navbar-nav{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.menus .top_line .navbar-nav .menu-item{

}

.menus .top_line .navbar-nav .menu-item a{
    background: #0591b7;
    border-radius: 67px;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}
.menus .top_line .navbar-nav .menu-item a:hover{
    background: #ea662d;
}


/********************************************************************/

.banner{
    margin-top: 95px;
}
.banner_wrap{
    overflow: hidden;
    border-radius: 50px;
    height: 516px;
    position: relative;
}

.bg{
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    /*padding: 40px;*/
    padding: 0px;
}
.responsive-video {
    width: 100%;
    height: auto;
}
.bg .shadow{
    width: 536px;
    background: linear-gradient(90deg, #efeae8 75%, rgba(239, 234, 232, 0) 100%);
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.bg .shadow img{
    position: absolute;
    left: 0;
    bottom: 0;
}
.bg .txt{
    font-weight: 500;
    font-size: 50px;
    color: #000;
    position: relative;
    z-index: 5;
    font-family: 'DIN Pro Cond';
}







/********************************************************************/
.product{
    margin-top: 100px;
    position: relative;
}

.message22{
    display: none;
    width: 100%;
    background: #4CAF50;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
}

.lenght_fon{
    position: absolute;
    left: -288px;
    top: -177px;
}

.product h2{
    font-weight: 500;
    font-size: 50px;
    color: #000;
    margin-bottom: 30px;
    font-family: 'DIN Pro Cond';
}

.product .grid_wrap{
   height: fit-content;
}

.product .inner_grid{
    display: grid;
    grid-template: auto / 25fr 25fr 25fr 25fr;
    grid-gap: 20px;
}




.product .grid_wrap .item{
    border-radius: 30px;
    background: #f2f2f2;height: 414px;
    padding: 25px 20px 20px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.product .grid_wrap .item .top{

}
.product .grid_wrap .item .title{
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 15px;
}
.product .grid_wrap .item .color_list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.product .grid_wrap .item .color_list .iu{
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    position: relative;
    left: 0;
    z-index: 2;
}
.product .grid_wrap .item .color_list .iu.undenced{
    backdrop-filter: blur(4px);
    background: #fff;
    font-weight: 700;
    font-size: 14px;
    color: #3d3d3d;
    width: auto;
    padding: 6px 10px 6px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #fff;
}
.product .grid_wrap .item .color_list .outer{

}


.product .grid_wrap .item .color_list.colors{

}
.product .grid_wrap .item .color_list.colors .outer{
    width: 15px;
}

.product .grid_wrap .item .color_list.colors .outer.gros1{
    width: auto;
    margin-right: 5px;
}

.product .grid_wrap .item .color_list.colors .outer.gros1 .iu{
    backdrop-filter: blur(4px);
    background: #fff!important;

    width: auto;
    padding: 6px 10px 6px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #fff;
}
.product .grid_wrap .item .color_list.colors .outer.gros1 .iu .name{
    font-weight: 700;
    font-size: 14px;
    color: #3d3d3d;
    display: block;
}


.product .grid_wrap .item .color_list.colors .outer .iu{

}
.product .grid_wrap .item .color_list.colors .outer:nth-child(1) .iu{

}
.product .grid_wrap .item .color_list.colors .outer:nth-child(2) .iu{

}
.product .grid_wrap .item .color_list.colors .outer:nth-child(3) .iu{

}
.product .grid_wrap .item .color_list.colors .outer:nth-child(4) .iu{

}
.product .grid_wrap .item .color_list.colors .outer:nth-child(5){
    width: auto;
}

.product .grid_wrap .item .color_list .outer.big .iu{
    backdrop-filter: blur(4px);
    background: #3d3d3d;
    border-radius: 30px;
    padding: 5px 10px;

    width: auto;
}
.product .grid_wrap .item .color_list .outer.big .iu .name{
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

.product .grid_wrap .item.robos .color_list .outer {
    display: none;
}
.product .grid_wrap .item.robos .color_list .outer:nth-child(1) ,
.product .grid_wrap .item.robos .color_list .outer:nth-child(2) ,
.product .grid_wrap .item.robos .color_list .outer:nth-child(3) ,
.product .grid_wrap .item.robos .color_list .outer:nth-child(4)
{
    display: block;
}
.product .grid_wrap .item.robos .color_list .outer:last-child
{
    display: block;
    width: auto;
}

.product .grid_wrap .item .color_list .outer .name{
    display: none;
}

.product .grid_wrap .item .image{
    position: absolute;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
    overflow: visible;

}
/*.product .grid_wrap .item .image img{
    position: relative;
    height: 100%;
    width: auto;
    bottom: 8px;
    left: 60px;
    transform: none;
}*/


.product .grid_wrap .item .image img{
    position: relative;
    height: auto;
    width: 100%;
    max-width: 170px;
    bottom: 8px;
    left: 45px;
    transform: none;
}



.btn_ot{
    background: #fff;
    border-radius: 10px;
    padding: 0;
    width: 100%;
    height: 40px;
    font-weight: 700;
    font-size: 16px;
    color: #ea662d;
    text-align: left;
    line-height: 1;
    border: 0;
}



.modal_btn{
    padding: 10px 20px;
    width: 118px;
    height: 40px;
    font-weight: 700;
    font-size: 16px;
    color: #ea662d;
    text-align: left;
    line-height: 1;
    border: 0;
    background: transparent;
    position: relative;
    z-index: 5644;
}

.btn_ot:hover{
    background: #ea662d1c;
}

.show_more{
    border: 0;
    background: transparent;
    margin: 15px auto 0;
    display: block;
}
.show_more .show{
    display: block;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #ea662d;
    border-bottom: 2px solid #ea662d;
    padding-bottom: 2px;
}
.show_more .hide{
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #ea662d;
    border-bottom: 2px solid #ea662d;
    padding-bottom: 2px;
    display: none;
}

.show_more.show1 .show{

    display: none;
}
.show_more.show1 .hide{
    display: block;
}

.no_big_width{
    overflow: hidden;
    transition: all 0.5s ease;
    position: relative;
}

.no_big_width.show{
    height: auto;
    transition: all 0.5s ease;
}


.no_big_width:before{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 81px;
    background: linear-gradient(0deg, #fff 33%, rgba(255, 255, 255, 0) 100%);
    z-index: 456;
}

.product.product2 .grid_wrap{

}
.product.product2 .inner_grid{
    display: grid;
    grid-template: auto / 25fr 25fr;
    grid-gap: 20px;
}
.product.product2 .inner_grid .item{
    height: 260px;
}
.product.product2 .inner_grid .item .title{
    max-width: 313px;
}


.product.product2 .inner_grid .item .fon_bg{

}
.product.product2 .inner_grid .item .fon_bg img{
    width: 186px;
    height: auto;
    position: absolute;
    right: 0;
    top: -4px;
    z-index: 1;
}

.product.product2 .grid_wrap .item .image{
    position: absolute;
    right: 46px;
    bottom: 27px;
    height: 192px;
    width: 220px;
    overflow: visible;
    z-index: 5;
}
.product.product2 .grid_wrap .item .image img{
    position: relative;
    height: 100%;
    width: auto;
    top: inherit;
    left: inherit;
    transform: none;
}





/**********************************************/


.product.product3 .grid_wrap{

}
.product.product3 .inner_grid{
    display: grid;
    grid-template: auto / 25fr 25fr;
    grid-gap: 20px;
}
.product.product3 .inner_grid .item{
    height: 500px;
}





.product.product3 .grid_wrap .item .title{
    font-weight: 500;
    font-size: 50px;
    color: #000;
    font-family: 'DIN Pro Cond';
}
.product.product3 .grid_wrap .item .h2_t{
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #000;
    max-width: 250px;
    margin-bottom: 15px;
}
.product.product3 .grid_wrap .item .color_list.colors{
    margin-bottom: 40px;
}

.product.product3 .grid_wrap .item .image {
    position: absolute;
    right: 46px;
    bottom: 23px;
    height: 267px;
    width: 281px;
    overflow: visible;
    z-index: 5;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.product.product3 .grid_wrap .item .image img {
    position: relative;
    height: auto;
    width: 100%;
    top: inherit;
    left: inherit;
    transform: none;
}










/********************************************************************/
.about{
    margin-top: 100px;
    position: relative;
    padding-bottom: 10px;
}
.about .lenght_fon{
    position: absolute;
    left: 0;
    top: 66px;
}
.about .lenght_fon img{

}

.about .about_mini{
    font-weight: 500;
    font-size: 16px;
    color: #ea662d;
}

.about .flex_2{
    margin-top: 25px;
    display: flex;
    margin-bottom: 100px;
    align-items: flex-start;
    justify-content: space-between;
}

.about .flex_2 .left{
    width: calc(100% - 542px);
    position: relative;
    z-index: 2;
}
.about .flex_2 .left h2{
    font-weight: 500;
    font-size: 50px;
    line-height: 100%;
    color: #000;
    font-family: 'DIN Pro Cond';
}

.about .flex_2 .right{
    width: 542px;
}
.about .flex_2 .right p{
    margin-bottom: 15px;
    max-width: 288px;
}
.about .flex_2 .right .list_brand{
    display: grid;
    grid-template: auto / 25fr 25fr 25fr;
    gap: 31px 58px ;
    margin-top: 40px;
}
.about .flex_2 .right .list_brand .item4{
    position: relative;
    z-index: 2;
}
.about .flex_2 .right .list_brand .item4 img{

}


.flex_2_form{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    padding: 60px;
    position: relative;
    z-index: 2;
    background: #fff;
}
.flex_2_form .left{
    width: calc(100% - 542px);
}
.flex_2_form .left h3{
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    color: #000;
    font-family: 'DIN Pro Cond';
}
.flex_2_form .right{
    width: 542px;
}
.flex_2_form .right .form_wrap{
    max-width: 480px;
}

.flex_2_form .right .form_wrap input{
    background: #f2f2f2;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    height: 50px;
    border: 0;
    margin-bottom: 10px;
}
.flex_2_form .right .form_wrap textarea{
    background: #f2f2f2;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    border: 0;
}
.flex_2_form .right .form_wrap input::placeholder{
    color: #7a7a7a;
}

.flex_2_form .right .form_wrap textarea::placeholder{
    color: #7a7a7a;
}


.flex_2_form .right .form_wrap button{
    background: #ea662d;
    border-radius: 10px;
    padding: 10px 20px;
    width: 100%;
    height: 40px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    border: 0;
}
.flex_2_form .right .form_wrap button:hover{
    background: #df4d0e;
    cursor: pointer;
}
.copy_past{

}
.copy_past p{
    font-weight: 300;
    font-size: 16px;
    color: #7a7a7a;
    position: relative;
    bottom: 80px;
    z-index: 5;
    padding-left: 60px;
    padding-bottom: 10px;
}


.container_ch {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 22px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container_ch input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0!important;
    width: 0!important;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ea662d;
    width: 16px;
    height: 16px;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.container_ch:hover input ~ .checkmark {
    background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.container_ch input:checked ~ .checkmark {
    background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_ch input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_ch .checkmark:after {
    left: 3px;
    top: 3px;
    width: 8px;
    height: 8px;
    background: #ea662d;
    border-radius: 5px;

}
.container_ch p{
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
    color: #000;
}



.map{
    padding: 100px 0 0;
}
.map img{

}


/********************************************************************/
.shadow_work{
    backdrop-filter: blur(20px);
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    z-index: 999995;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
}
.shadow_work .btn_close{
    position: absolute;
    right: 35px;
    top: 21px;
    cursor: pointer;
}

.shadow_work .btn_close svg{

}
.out_o{
    width: 890px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    height: 100%;
    padding: 90px 0 0 0;
    overflow-y: scroll;
    position: relative;
}
.out_o::-moz-scrolled-canvas{
    width: 0;
}

.out_o::-webkit-scrollbar {
    width: 0;
}

.out_o::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 0;
}

.out_o::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 0;
}

.out_o::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}



.modal_hide{
    position: absolute;
    border-radius: 30px;
    padding: 30px;
    width: 100%;
    background: #fff;
}
.modal_hide .two_line{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px 60px;
}
.modal_hide .two_line .btn{
    position: absolute;
    right: 30px;
    top: 30px;
}
.modal_hide .two_line .btn .where_by{
    background: #ea662d;
    border-radius: 10px;
    padding: 10px 22px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    height: 40px;
    border: 0;

}

.modal_hide .two_line .btn .where_by:hover{
    background: #df4d0e;
}


.modal_hide .two_line .tops{
    width: 100%;
}
.modal_hide .two_line .tops h3{
    font-weight: 500;
    font-size: 40px;
    color: #000;
    max-width: 480px;
    font-family: 'DIN Pro Cond';
}
.modal_hide .two_line .left{
    width: 450px;
}
.modal_hide .two_line .left .content{

}
.modal_hide .two_line .left .content p{
    margin-bottom: 20px;
}

.modal_hide .two_line .left .preim{
    background: #f2f2f2;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}
.modal_hide .two_line .left .preim .svg{
    padding: 2px;
}
.modal_hide .two_line .left .preim .svg img{

}
.modal_hide .two_line .left .preim .txt{
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #717171;
}
.modal_hide .two_line .left .list_advent{
    margin-bottom: 20px;
}
.modal_hide .two_line .left .list_advent ul{

}
.modal_hide .two_line .left .list_advent ul li{
    position: relative;
    padding-left: 18px;
    margin-bottom: 3px;
}
.modal_hide .two_line .left .list_advent ul li:before{
    content: "";
    left: 7px;
    top: 6px;
    display: block;
    border-radius: 10px;
    width: 5px;
    height: 5px;
    background: #000;
    position: absolute;
}
.modal_hide .two_line .left .list_colors{

}
.modal_hide .two_line .left .list_colors h4{
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 20px;
}

.modal_hide .two_line .left .list_colors .flex_list{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}
.modal_hide .two_line .left .list_colors .flex_list:last-child{
    margin-bottom: 0;
}
.modal_hide .two_line .left .list_colors .flex_list .iwtem{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.modal_hide .two_line .left .list_colors .flex_list .iwtem .color{
    border-radius: 5px;
    width: 100px;
    height: 30px;
    border: 1px solid #000;
}
.modal_hide .two_line .left .list_colors .flex_list .iwtem .name{
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #000;
    display: block;
    margin-top: 5px;
}




.modal_hide .two_line .left .list_colors .flex_list .iwtem.gros1{
    backdrop-filter: blur(4px);
    background: #fff !important;
    width: auto;
    padding: 6px 10px 6px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #fff;
    border-radius: 20px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.modal_hide .two_line .left .list_colors .flex_list .iwtem.gros1 .color{
    display: none;
}
.modal_hide .two_line .left .list_colors .flex_list .iwtem.gros1 .name{
    font-weight: 700;
    font-size: 14px;
    color: #3d3d3d;
    display: block;
    margin: 0;
}





.modal_hide .two_line .right{
    width: 320px;
}
.modal_hide .two_line .right .img{
    height: 256px;
    position: relative;
}
.modal_hide .two_line .right .img img{
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal_hide .two_line .right .list_hara{
    margin-top: 20px;
}
.modal_hide .two_line .right .list_hara .iwtem{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #7e8689;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.modal_hide .two_line .right .list_hara .iwtem .ht{
    color: #717171;
    width: 44%;
}
.modal_hide .two_line .right .list_hara .iwtem .hr{
    width: 54%;
    text-align: right;
}

.product.product_kr{
    position: relative;
}
.product.product_kr .lenght_fon {
    position: absolute;
    right: 0px;
    top: -423px;
    width: 338px;
    height: auto;
    left: inherit;
    z-index: -1;
}
.product.product_kr .lenght_fon img{

}


/********************************************************************/
/********************************************************************/
/********************************************************************/


/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
.btn_open_catalog{
    display: none;
}
.banner_mob{
    display: none;
}
.btn_most_mob{
    display: none;
}
.mini_menu2{
    display: none;
}

@media (max-width: 1179px){
    .bg .txt {
        font-size: 30px;
    }
    .bg {
        padding: 26px;
        border-radius: 30px;
    }
    .bg .shadow {
        width: 340px;
    }

    .container{
        width: 780px;
    }

    .product {
        margin-top: 80px;
    }

    .product .inner_grid {
        grid-template: auto / 25fr 25fr;
    }
    .product .grid_wrap .item {
        height: 340px;
    }

    .product .grid_wrap .item .title {
        max-width: 241px;
    }

    .product.product_kr .grid_wrap .item{
        height: 360px;
    }

    .product.product_sp .grid_wrap .item{
        height: 320px;
    }
    .product.product2 .inner_grid .item {
        height: 360px;
    }

    .product.product3 .inner_grid .item {
        height: 450px;
    }
    .product.product3 .inner_grid {
        grid-template: auto / 25fr;
        grid-gap: 20px;
    }
    .product .grid_wrap .item .image {
        right: -36px;
        bottom: -7px;
    }
    .product .grid_wrap .item .image img {
        height: auto;
        width: 100%;
        max-width: 145px;
        bottom: 0;
        left: 0;
        transform: none;
    }


    .product .grid_wrap .item .color_list {
        max-width: 161px;
    }


    .product.product2 .grid_wrap .item .color_list {

        max-width: 200px;
    }

    .product.product2 .grid_wrap .item .image {
        right: 6px;
        bottom: 19px;
        height: 192px;
        width: 220px;
    }
    .product .grid_wrap .item .title {
        max-width: 420px;
    }
    .product.product3 .inner_grid .item:nth-child(2) {
        height: 340px;
    }



    .product.product3 .inner_grid .item:nth-child(1) .image{
        height: 317px;
        width: 288px;
    }
    .product.product3 .inner_grid .item:nth-child(1) .image img{

    }


    .product.product3 .grid_wrap .item .color_list.colors{
        margin-bottom: 30px;
    }

    .about .flex_2 {
        margin-top: 25px;
        display: flex    ;
        margin-bottom: 80px;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .about .flex_2 .left {
        width: 100%;
        position: relative;
        z-index: 2;
        max-width: 400px;
        margin-bottom: 30px;
    }

    .about .flex_2 .left h2 br{
        display: none;
    }
    .about .lenght_fon {
        position: absolute;
        left: inherit;
        top: 151px;
        right: 0;
    }
    .about .flex_2 .right {
        width: 100%;
        display: flex    ;
        flex-direction: row-reverse;
        align-items: flex-start;
        justify-content: space-between;
        gap: 86px;
    }
    .about .flex_2 .right .list_brand {
        display: grid;
        grid-template: auto / 25fr 25fr;
        gap: 20px 30px;
        margin-top: 0;
    }
    .txcx{

    }

    .flex_2_form {
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 120px;

    }
    .flex_2_form .left {
        width: 100%;
        padding-left: 0;
        margin-bottom: 40px;
    }

    .copy_past {
        margin: 50px 0 0 0;
        padding-left: 0px;
    }
    .copy_past p {
        font-weight: 300;
        font-size: 16px;
        color: #7a7a7a;
        position: relative;
        bottom: 130px;
    }
    .out_o {
        width: 760px;
    }

    .modal_hide .two_line .left {
        width: 440px;
    }
    .modal_hide .two_line .right {
        width: 230px;
    }
    .modal_hide .two_line {
        gap: 20px 26px;
    }
    .modal_hide .two_line .right .list_hara .iwtem {
        justify-content: flex-start;
        padding-bottom: 10px;
        margin-bottom: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .modal_hide .two_line .right .list_hara .iwtem .ht {
        width: 100%;
        margin-bottom: 3px;
    }

    .modal_hide .two_line .right .list_hara .iwtem .hr {
        width: 100%;
        text-align: left;
        margin-bottom: 3px;
    }

    .modal_hide .two_line .left .preim .txt {
        width: calc(100% - 32px);
    }
    .banner_wrap {
        border-radius: 20px;
        height: 360px;
    }

/*********************************************/

    .btn_open_catalog{
        display: block;
    }
    .btn_open_catalog .op_cat{
        border-radius: 67px;
        padding: 5px 10px;
        width: auto;
        height: 27px;
        border: 0;
        background: #0591b7;
    }
    .btn_open_catalog .op_cat .sds1{
       display: flex;
    }
    .btn_open_catalog .op_cat .sds2{
        display: none;
    }


    .btn_open_catalog .op_cat svg{
        margin-right: 5px;
    }
    .btn_open_catalog .op_cat span{
        font-weight: 500;
        font-size: 14px;
        color: #fff;
    }
    .menus{
        display: none;
    }

    .menus.open{
        display: block;
    }
    .btn_open_catalog.open .op_cat .sds1{
        display: none;
    }
    .btn_open_catalog.open .op_cat .sds2{
        display: flex;
    }







    .oreol {
        position: relative;
    }

    .menus .top_line {
        height: auto;
    }

    .menus{
    position: absolute;
    bottom: -58px;
    right: 0;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    height: 47px;
    border-radius: 30px;
    padding: 14px 10px 5px 10px;
}

    .about {
        padding-bottom: 40px;
    }


}




@media (max-width: 779px){
    .container{
        width: 100%;
        padding: 0 15px;
    }
    .banner{
        display: none;
    }
    .banner_mob{
        display: block;
        margin-top: 120px;
    }
    .banner_mob h1{
        font-weight: 500;
        font-size: 30px;
        color: #000;
        margin-bottom: 40px;
        font-family: 'DIN Pro Cond';
    }
    .banner_mob h1 br {
        display: none;
    }

    .banner_mob img{
        border-radius: 30px;
    }


    .product .inner_grid {
        grid-template: auto / 25fr;
    }
    .product .grid_wrap .item {
        height: 280px;
    }
    .product.product_kr .grid_wrap .item {
        height: 280px;
    }
    .product.product_sp .grid_wrap .item {
        height: 280px;
    }
    .product.product2 .inner_grid {
        grid-template: auto / 25fr;
        grid-gap: 20px;
    }
    .product.product3 .inner_grid .item {
        height: 480px;
    }
    .product.product3 .inner_grid .item:nth-child(2) {
        height: 360px;
    }
    .product.product3 .grid_wrap .item .title {
        font-size: 30px;
    }
    .about .flex_2 .right {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 24px;
    }

    .flex_2_form {
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 -10px;
        padding: 40px 15px 18px;
        border-radius: 20px 20px 0px 0px;
    }

    .copy_past p {
        font-weight: 300;
        font-size: 16px;
        color: #7a7a7a;
        position: relative;
        bottom: 0;
        padding: 18px 0 0 9px;
    }


    .about .flex_2 {
        margin-bottom: 60px;
    }
    .flex_2_form .right {
        width: 100%;
    }
    .copy_past {
        margin: 40px 0 0 0;
        padding-left: 0;
    }


    .product .grid_wrap .item .title {
        font-size: 18px;
    }

    .product .grid_wrap .item .image {
        right: -30px;
        bottom: 0;
        height: 254px;
    }

    .product .grid_wrap .item .title {
        max-width: 171px;
    }

  /*  .lenght_fon {
        display: none;
    }*/

    .product.product_sp .grid_wrap .item .image {
        right: -19px;
        bottom: 0;
        height: 184px;
    }

    .product.product3 .grid_wrap .item .title {
        font-size: 30px;
        max-width: 254px;
    }
    .product.product3 .grid_wrap .item .image {
        position: absolute;
        right: -27px;
        bottom: 14px;
        height: 222px;
        width: 263px;
        overflow: visible;
        z-index: 5;
        display: flex    ;
        align-items: flex-end;
        justify-content: flex-end;
    }
    .product.product3 .inner_grid .item:nth-child(1) .image {
        height: 234px;
        width: 267px;
        right: 28px;
    }


    .logos a img {
        width: 110px;
    }

    .btn_open_catalog{
        display: none!important;
    }
    .mini_menu {
        display: none;
    }

    .btn_most_mob{
        display: block;
    }
    .btn_most_mob .op_mob{
        background: transparent;
        border: 0;
    }
    .btn_most_mob .op_mob .burger{
        display: block;
    }
    .btn_most_mob .op_mob .burger_close{
        display: none;
    }

    .btn_most_mob .op_mob span{
        display: block;
        line-height: 1;
    }
    .oreol {
        position: relative;
        padding: 13px 20px;
    }
    .nav_section {
        top: 10px;
    }
    .btn_most_mob .op_mob svg{

    }

    .menus {
        display: none;
        width: 100%;
        right: 0;
        top: 69px;
        background: #fff;
        height: fit-content;
        padding: 30px 20px 6px 20px;
    }
    .blur{
        backdrop-filter: blur(20px);
        background: rgba(0, 0, 0, 0.3);
        display: none;
        position: fixed;
        height: 100vh;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9946;
    }

    .btn_most_mob .op_mob.open1 .burger{
        display: none;
    }
    .btn_most_mob .op_mob.open1 .burger_close{
        display: block;
    }


    .menus.open1 {
        display: block;
    }
    .blur.open1{
        display: block;

    }




    .menus .top_line .navbar-nav {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        gap: 10px;
        flex-direction: column;
    }

    .mini_menu2{
        border-top: 1px solid #000;
        margin-top: 26px;
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .mini_menu2 ul{
        display: flex    ;
        align-items: center;
        justify-content: space-between;

    }
    .mini_menu2 ul li{

    }
    .mini_menu2 ul li a{
        font-weight: 500;
        font-size: 14px;
        color: #000;
    }

    .menus .top_line .navbar-nav .menu-item a {
        background: #0591b7;
        border-radius: 67px;
        padding: 7px 13px;
        font-weight: 500;
        font-size: 20px;
        color: #fff;
        display: block;
    }
    .product .grid_wrap .item .color_list.colors .outer.gros1 {
        margin-right: 5px;
        margin-bottom: 5px;
    }
/*********************************/

    .out_o {
        width: 100%;
        padding: 58px 15px 0 15px;
    }
    .shadow_work .btn_close {
        position: absolute;
        right: 17px;
        top: 16px;
        cursor: pointer;
        z-index: 89798;
    }
    .shadow_work .btn_close svg {
        width: 22px;
        height: 22px;
    }

    .modal_hide {
        position: relative;
        border-radius: 30px;
        padding: 20px;
        width: 100%;
        background: #fff;
        min-height: 100%;
    }




    .modal_hide .two_line .tops {
        width: 100%;
        order: 1;
    }
    .modal_hide .two_line .right {
        width: 100%;
        order: 2;
    }
    .modal_hide .two_line .left {
        width: 100%;
        order: 3;
        padding-bottom: 70px;
    }

    .modal_hide .two_line .left .list_colors .flex_list .iwtem .color {
        border-radius: 5px;
        width: 100%;
    }

    .modal_hide .two_line .left .list_colors .flex_list {
        display: grid    ;
        margin-bottom: 20px;
        grid-template: auto / 25fr 25fr;
        grid-gap: 20px;
    }


    .modal_hide .two_line .btn .where_by {
        display: block;
    }
    .modal_hide .two_line {
        position: relative;
        width: 100%;
    }
    .modal_hide .two_line .btn {
        position: fixed;
        right: 0;
        left: 50%;
        top: inherit;
        display: block;
        bottom: 24px;
        width: 280px;
        text-align: center;
        transform: translate(-50%, 0%);
        z-index: 2;
    }


    .flex_2_form .left h3 br{
        display: none;
    }
    .mini_menu2{
        display: block;
    }

}
.politic-content{
    margin-top: 50px;
    position: relative;
}
.warning_wrap {
    color: #ff0000;
    font-size: 12px;
    margin-top: 2px;
    display: none;
}
.dev_s{
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-top: 5px;
}

.txcx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
}

.desc_empils {
    width: 60%;
    margin: 0;
    padding-right: 20px;
}

.empils_logo {
    width: 60%;
    text-align: right;
}

.empils_logo img {
    max-width: 100%;
    height: auto;
    display: block;
}


@media (max-width: 768px) {
    .txcx {
        flex-direction: column-reverse;
        text-align: center;
    }

    .desc_empils {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .empils_logo {
        width: 100%;
        text-align: center;
    }
    .header__links-item {
        margin: 0 5px;     /* Уменьшаем отступы на маленьких экранах */
    }

    .header__links-item a {
        width: 32px;        /* Уменьшаем размер иконок на маленьких экранах */
        height: 32px;       /* Уменьшаем размер иконок на маленьких экранах */
    }
    .dev_s {

        margin-top: 20px;
    }
}

.social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/* Список иконок */
.header__links-list {
    list-style: none;      /* Убираем маркеры списка */
    padding: 0;            /* Убираем внутренние отступы */
    margin: 0;             /* Убираем внешние отступы */
    display: flex;        /* Используем flexbox для элементов списка */
    align-items: center;    /* Выравниваем элементы списка по вертикали */
}

/* Элемент списка (ли) */
.header__links-item {
    margin: 0 10px;       /* Добавляем отступы между иконками (горизонтальные) */
}

/* Ссылка (а) */
.header__links-item a {
    display: block;       /* Занимает всю ширину и высоту li */
    width: 48px;          /* Задаем ширину иконки */
    height: 48px;         /* Задаем высоту иконки */
    border-radius: 50%;   /* Делаем иконки круглыми (необязательно) */
    transition: all 0.3s ease; /* Плавный переход для эффектов */
    text-decoration: none; /* Убираем подчеркивание ссылок */
    /* Дополнительные стили для центрирования SVG внутри ссылки (если нужно) */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Стили для SVG внутри ссылки */
.header__links-item a svg {
    width: 100%;         /* SVG занимает всю доступную ширину */
    height: 100%;        /* SVG занимает всю доступную высоту */
    object-fit: contain;  /* Масштабируем SVG, чтобы он поместился внутри */
}



/* Дополнительные стили для фона (необязательно) */
.header__links-item a {
    background-color: #333; /* Добавляем фон для иконки */
}


.warning {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    background-color: #ea662d;
    color: #E3E8EC !important;
    z-index: 5650;
    font-size: 16px;
}

.warning .container {
    display: flex;
    gap: 20px;
    align-items: center;
}

.warning--active {
    display: flex;
}

.warning__text {
    color: #E3E8EC !important;
}

.warning__text a {
    color: #E3E8EC;
    text-decoration: underline;
}

.warning__read {
    display: block;
    margin-left: 15px;
}

.warning__apply {
    background: #E3E8EC;
    color: #272d27;
    padding: 15px;
    border: none;
    flex-shrink: 0;
    border-radius: 5px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .warning .container {
        flex-direction: column;
    }

    .warning__apply {
        width: 100%;
    }
}

.checkbox-label {
    font-size: 16px !important;
}

.checkbox-label a {
    color: #ea662d !important;
}