*{
margin:0;
padding:0;
border:0;	
}
@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/********************************************************
    ## Common
********************************************************/
body{
	background:#fff;
	font:normal 16px/24px Montserrat, sans-serif;
	color: #151515;
}

.container {
    padding:0 40px;
	width:1500px;
	margin:0 auto;
	box-sizing: border-box;
	position: relative;
}
*{
	box-sizing: border-box;
}
img{
	height: auto;
	max-width: 100%;
}
a{
	color: #F35600;
	text-decoration: none;
}
.flex{
	display: flex;
    justify-content: space-between;
    
}
.header{

position:fixed;
overflow:hidden;
z-index: 1000;
top: 0;
left: 0;
right: 0;
background: url(/wp-content/uploads/2026/06/foto.jpg) no-repeat center top;
}

.header.scrolled{
	
}
.header_top{
	padding: 18px 0 23px;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}
.lang{
   position:relative;
   font-weight: 600;
   color:#fff;
   font-family: Montserrat, sans-serif;
   font-size: 25px;
    z-index: 10;
}
.lang a{
    color:#fff;
    transition: all 0.2s linear;
}
.lang:hover a{
    color: #F35600;
} 
.lang_top{
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: all 0.2s linear;
    text-transform: uppercase;
    position: relative;
}
.lang_top:hover{
	color: #fff;
}
.lang_top path{
	transition: all 0.2s linear;
}
.lang_top:hover path{
	fill: #fff;
}
.lang_top span{
	padding-right: 10px;
}
.lang_open{
    position: absolute;
    padding: 10px;
    background: #263251B2;
   border: 1px solid #fff;
    border-radius:5px;
    transform: rotateX(90deg);
    transition: all 0.2s linear;
}
.lang_open a{
    color: #fff;
    transition: all 0.2s linear;
}
.lang_open a:hover{
    color: #F35600;
}
.header_phone a{
	font:600 20px/20px Montserrat, sans-serif;
	color: #fff;
	transition: all 0.2s linear;
	display: block
}
.header_phone a:first-child{
	margin-bottom: 15px;
}
.header_phone a:hover{
	color: #F35600;
}
.div_operating{
	font:600 16px/16px Montserrat, sans-serif;
}
.div_operating span{
	display: block;
	color: #929BAE;
	font-weight: normal;
	margin-bottom: 6px;
}
.request_call{
background:#F35600;
border-radius: 10px;
width: 208px;
text-align: center;
height: 50px;	
font:600 14px/50px Unbounded, sans-serif;
cursor: pointer;
transition: all 0.2s linear;
color:#fff;
}
.request_call:hover{
	background: #B32401;
}
.navbar-collapse{
	background: #263251;
	border-radius: 10px;
}
.navbar-collapse ul{
	    justify-content: space-around;
    align-items: center;
	height: 65px;
    list-style: none;
}
.navbar-collapse ul li a{
	font:600 14px/50px Unbounded, sans-serif;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.2s linear;
}
.navbar-collapse ul li a:hover, .navbar-collapse ul li.active a{
	color: #F35600;
}
.btn, .modal .wpcf7-submit{
background:#F35600;
border-radius: 10px;
width: 208px;
text-align: center;
height: 50px;	
font:600 14px/50px Unbounded, sans-serif;
cursor: pointer;
transition: all 0.2s linear;
color:#fff;
}
.btn span{
	padding-right: 15px;
}
.btn:hover, .modal .wpcf7-submit:hover{
		background: #B32401;
}
.modal .wpcf7-submit{
    margin:  0 auto;
    display: block;
}
.wpcf7-spinner{
    display: none !important;
}
.btn svg{
	transition: all 0.2s linear;
}
.btn:hover svg{
	transform: rotateZ(45deg);
}
.order_call, .catalog{
    position: fixed;
    right: 0;
    top:50%;
    margin-top: -94px;
    width: 88px;
    height: 88px;
    border-radius: 10px 0 0 10px;
    background: #F35600;
    cursor: pointer;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    color: #fff;
    font:500 9px/11px Unbounded, sans-serif;
    padding-top: 13px;
    text-align: center;
    align-items: center;
    transition: all 0.2s linear;
    display: none;
}
.order_call:hover, .catalog:hover{
    background: #B32401;
}
.order_call span{
    padding-top: 5px;
}
.catalog{
    margin-top: 6px;
    padding-top: 19px;
}
.catalog span{
    color: #fff;
    padding-top: 7px;
}
/*------------------------*/
.section_hero{
	background: url("../images/top_bg.avif") no-repeat center top;
	background-size: cover;
	padding: 272px 0 70px;
	color: #fff;
	position: relative;
	font:400 16px/30px Unbounded, sans-serif;
}
.section_hero:before{
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(3, 16, 47, 0.9) 6.28%, rgba(3, 16, 47, 0) 100%);

}
.section_hero h1{
	font:500 55px/65px Unbounded, sans-serif;
	max-width: 822px;
	margin-bottom: 18px;
}
.section_hero h6{
	font:400 30px/34px Unbounded, sans-serif;
	margin-bottom: 322px;
}
.section_hero p{
	max-width: 770px;
}
.section_about{
    padding: 110px 0 126px;
}
.about_pic{
    width: 45.7%;
}
.about_text{
    width: 49.4%;
}
.text_top{
    border: 1px solid #929BAE;
    border-radius: 5px;
    padding: 6px 0px 6px 15px;
    width: auto;
    justify-content: flex-start;
    width: 110px;
    margin-bottom: 25px;
    align-items: center;
}
.text_top.text_top_2{
    width: 130px;
}
.text_top span{
    color: #929BAE;
    font:400 10px/16px Unbounded, sans-serif;
    text-transform: uppercase;
    margin-left: 5px;
}
h2{
    color: #151515;
    font:500 36px/40px Unbounded, sans-serif;
    margin-bottom: 25px;
}
.col {
    display: flex;
    gap: 30px;
}

.col p {
    width: 50%;
}
.section_services{
    padding-bottom: 110px;
}
.div_head{
    margin-bottom: 40px;
}
.div_head h2{
    max-width: 516px;
    margin-bottom: 0;
}
.div_head p{
    max-width: 453px;
    font:normal 16px/30px Unbounded, sans-serif;
}
.ul_services{
    list-style: none;
}
.ul_services li{
    width: 23.5%;
}
.ul_services li img{
    width: 100%;
    height: auto;
}
.ul_services li h3{
    padding: 30px 0 15px;
    font:600 24px/30px Unbounded, sans-serif;
}
.ul_services li:nth-child(even){
    margin-top: 293px;
}
.section_advantages{
    padding: 140px 0;
    background: url("../images/advantages_bg.avif") no-repeat center;
    background-size: cover;
    color: #ABABAB;
    position: relative;
}
.section_advantages:after{
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #1B253E99;
 z-index: 1;
}
.section_advantages .container{
    z-index: 2;
}
.section_advantages h2{
    color: #fff;
}
.advantages_body{
    flex-wrap: wrap;
    justify-content:flex-start;
    margin-left: -30px;
    margin-bottom: -30px;
}
.advantages_body > div{
    width:calc(33.3% - 30px);
    margin-left: 30px;
    
}
.advantages_body > div:not(:first-child) {
    background: #26325180;
    border: 1px solid #F35600;
    backdrop-filter: blur(15px);
    border-radius: 10px;
    padding: 31px 15px 34px 37px;
    margin-bottom: 30px;
}
.advantages_body h3{
    padding-left: 45px;
    background: url("../images/marker.svg") no-repeat left top;
     font:600 24px/30px Unbounded, sans-serif;
    color: #fff;
    padding-bottom: 15px;
}
.section_customers{
    padding: 110px 0;
}
.section_customers .text_top{
    width: 128px;
}
.customers_body p{
    font:400 16px/30px Unbounded, sans-serif;
    max-width: 540px;
}
.ul_customers{
    list-style: none;
    flex-wrap: wrap;
    margin-top: -25px;
    justify-content: flex-end;
}
.ul_customers li{
    width: 240px;
    height: 108px;
    margin: 25px 0 0 25px;
    border: 1px solid #929BAE;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ul_customers img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
}
.section_gallery{
    padding: 110px 0;
}
.section_gallery .text_top{
    width: 150px;
    border-color: #151515;
    margin: 0;
   
}
.section_gallery .text_top span{
    color: #151515; 
}
.top_gallery{
    margin-bottom: 30px;
    align-items: center;
}
.pic_1{
    width: 25%;
}
.pic_2{
    width: 44%;
}
.pic_1 img, .pic_2 img{
    width: 100%;
} 
/*-----------------------*/
.footer{
	background:#17223C;
	padding:110px 0;	
	color:#F35600;
    box-sizing: border-box;
}
.footer_left{
    width: 30%;
}
.footer_left h2{
    color: #fff;
    margin-bottom: 27px;
}
.footer h3{
     font:500 20px/24px Unbounded, sans-serif;
    margin-bottom: 28px;
    color: #fff;
}
.footer_left p{
    width: calc(100% - 93px);
    font: normal 14px / 16px Montserrat, sans-serif;
    color: #fff;
}
.div_logo{
    align-items: center;
}
.footer_center, .footer_right{
    width: 24.9%;
}
.phone{
    padding-left: 35px;
    background: url("../images/phone.svg") no-repeat left top -3px;
     font: normal 12px / 14px Montserrat, sans-serif;
    margin-bottom: 20px;
}
.phone span{
    display: block;
}
.phone h4{
    font:600 20px/24px Montserrat, sans-serif;
    margin: 7px 0 3px -6px;
}
.phone h4 a{
    color: #fff;
    transition: all 0.2s linear;
}
.phone h4 a:hover{
    color:#F35600;
}
.phone .time{
    color: #929BAE;
    font: normal 12px / 18px Montserrat, sans-serif;
}
.mail{
    padding-left: 35px;
    background: url("../images/mail.svg") no-repeat left top;
     font: normal 12px / 14px Montserrat, sans-serif;
    margin-bottom: 20px;
    padding-top: 4px;
}
.mail a{
     font: normal 14px / 17px Montserrat, sans-serif;
    display: block;
    margin-top: 2px;
     color: #fff;
    transition: all 0.2s linear;
}
.mail a:hover{
    color:#F35600;
}
.map{
    padding-left: 35px;
    background: url("../images/map.svg") no-repeat left top;
     font: normal 14px / 20px Montserrat, sans-serif;
    padding-top: 4px;
    color: #fff;
}
.map span{
    display: block;
    margin-bottom: 2px;
    font: normal 12px / 14px Montserrat, sans-serif;
     color:#F35600;
}
.div_code{
    text-align: center;
}
.div_code span{
    display: block;
    margin: 21px 0 10px;
    font: normal 12px / 14px Montserrat, sans-serif;
}
.copy{
    color: #929BAE;
    font: normal 12px / 16px Montserrat, sans-serif;
    margin-top: -16px;
}
.scroll{
    overflow-y:hidden;
}
/*---------------modal----------*/
.modal_bg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    z-index: 9000;
    display: none;
}
.modal_bg.active{
    display: block;
}
.modal{
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    border-radius:10px;
    z-index: 9100;
    background: #fff;
    padding: 30px;
    display: none;
}
.modal.active{
    display: block;
}
.modal h3{
    font:500 20px/24px Unbounded, sans-serif;
    margin-bottom: 20px;
}
.modal label{
    display: block;
    margin-bottom: 7px;
    font-weight: bold;
}
input[type="text"], input[type="tel"]{
    border: 1px solid #ccc;
    border-radius:10px;
    height: 30px;
    padding: 5px 15px;
    font: normal 16px / 20px Montserrat, sans-serif;
    color:#333;
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
input[type="text"]:focus, input[type="tel"]:focus{
    border-color:#17223C;
}
.close{
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
     transition: all 0.2s linear;
}
.close:hover{
    color: red;
}
.wpcf7-not-valid-tip{
    display: block;
    margin: -15px 0 15px;
    font-size: 15px !important;
}
/*----------------------------*/
@media (max-width:1420px) {
.container {
    padding:0 2%;
	width:100%;
	margin:0 auto;
    box-sizing: border-box;
}

}

/*------------------------*/
/* Hamburger button */
.nav_open {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 8px;
    flex-shrink: 0;
}
.nav_open span {
    display: block;
    width: 26px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}
.nav_open.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}
.nav_open.active span:nth-child(2) {
    opacity: 0;
}
.nav_open.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* ========================
   TABLET LANDSCAPE (≤1200px)
======================== */
@media (max-width: 1200px) {
    h2 {
        font-size: 28px;
        line-height: 36px;
    }
    
    .div_operating {
        display: none;
    }
    .section_hero {
        padding: 220px 0 60px;
    }
    .section_hero h1 {
        font-size: 38px;
        line-height: 48px;
    }
    .section_hero h6 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 200px;
    }
    .navbar-collapse ul li a {
        font-size: 11px;
    }
    .header_phone a {
        font-size: 16px;
    }
    .request_call {
        width: 160px;
        font-size: 12px;
    }
    .ul_services {
        flex-wrap: wrap;
        gap: 30px 2%;
    }
    .ul_services li {
        width: 49%;
    }
    .ul_services li:nth-child(even) {
        margin-top: 0;
    }
    .div_head {
        flex-direction: column;
        gap: 20px;
    }
    .div_head h2,
    .div_head p {
        max-width: 100%;
    }
    .advantages_body > div {
        width: calc(50% - 30px);
    }
    .section_about {
        padding: 80px 0 90px;
    }
    .footer_left {
        width: 30%;
    }
    .footer_center,
    .footer_right {
        width: 30%;
    }
    .section_customers {
        padding: 80px 0;
    }
    .section_gallery {
        padding: 80px 0;
    }
    .section_advantages {
        padding: 100px 0;
    }
}

/* ========================
   MOBILE (≤768px)
======================== */
@media (max-width: 768px) {
    .container {
        padding: 0 16px;
    }
    .pic_1{
    width: 100%;
}
    .header_phone a{
        font-size:14px; 
    }
   .header_phone a:first-child {
    margin-bottom: 7px;
}
.pic_2{
    width: 100%;
}
    /* Header */
    .nav_open {
        display: flex;
    }
    .header {
        overflow: visible;
    }
    .header.nav-open {
        background: #263251;
    }
    .header_top {
        padding: 14px 0;
    }
    .header_top .logo_center,
    .logo_hidden, 
    .request_call {
        display: none;
    }
    /* Nav mobile dropdown */
    .navbar-collapse {
        display: none;
        border-radius: 0 0 10px 10px;
    }
    .navbar-collapse.active {
        display: block;
    }
    .navbar-collapse ul {
        flex-direction: column;
        height: auto;
        padding: 10px 0 20px;
        align-items: center;
    }
    .navbar-collapse ul li {
        width: 100%;
        text-align: center;
    }
    .navbar-collapse ul li a {
        display: block;
        padding: 12px 0;
        font-size: 12px;
        line-height: 1.4;
    }
    /* General */
    h2 {
        font-size: 22px;
        line-height: 28px;
    }
    /* Hero */
    .section_hero {
        padding: 110px 0 50px;
        font-size: 14px;
        line-height: 22px;
    }
    .section_hero h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .section_hero h6 {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 40px;
    }
    .section_hero p {
        font-size: 14px;
        line-height: 22px;
        max-width: 100%;
    }
    /* About */
    .section_about {
        padding: 60px 0;
    }
    .about_body {
        flex-direction: column;
        gap: 30px;
    }
    .about_pic,
    .about_text {
        width: 100%;
    }
    .col {
        flex-direction: column;
        gap: 15px;
    }
    .col p {
        width: 100%;
    }
    /* Services */
    .section_services {
        padding-bottom: 60px;
    }
    .ul_services {
        flex-direction: column;
        gap: 30px;
    }
    .ul_services li {
        width: 100%;
    }
    .btn {
        width: 170px;
    }
    /* Advantages */
    .section_advantages {
        padding: 60px 0;
    }
    .advantages_body > div {
        width: calc(100% - 30px);
    }
    /* Customers */
    .section_customers {
        padding: 60px 0;
    }
    .customers_body {
        flex-direction: column;
        gap: 30px;
    }
    .customers_body p {
        max-width: 100%;
    }
    .ul_customers {
        justify-content: center;
    }
    .ul_customers li {
        width: calc(50% - 25px);
    }
    /* Gallery */
    .section_gallery {
        padding: 60px 0;
    }
    .gallery_body {
        flex-direction: column;
        gap: 15px;
    }
    .gallery_body img {
        width: 100%;
    }
    /* Footer */
    .footer {
        padding: 60px 0;
    }
    .footer_body {
        flex-direction: column;
        gap: 40px;
    }
    .footer_left,
    .footer_center,
    .footer_right {
        width: 100%;
    }
    .footer_center,
    .footer_right {
        flex-direction: column;
        gap: 25px;
    }

    .copy {
        margin-top: 20px;
    }
    /* Fixed side buttons */
    .order_call,
    .catalog {
        width: 68px;
        height: 68px;
        padding-top: 10px;
    }
    .order_call {
        margin-top: -76px;
    }
    .catalog {
        margin-top: 0;
        padding-top: 15px;
    }
    /* Modal */
    .modal {
        left: 15px;
        right: 15px;
        width: auto;
        margin-left: 0;
        top: 80px;
    }
}

/* ========================
   SMALL MOBILE (≤480px)
======================== */
@media (max-width: 480px) {
    .section_hero h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .section_hero h6 {
        font-size: 13px;
        line-height: 20px;
    }
    .ul_services li h3 {
        font-size: 18px;
    }
    .advantages_body h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .ul_customers li {
        width: 100%;
        margin-left: 0;
    }
    .ul_customers {
        margin-top: 0;
        gap: 15px;
    }
}