*{
margin:0;
padding:0;
border:0;	
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');
/********************************************************
    ## Common
********************************************************/
body{
	font-family: Inter, sans-serif;
	background:#E9E9E6;
	font:normal 18px/30px Inter, sans-serif;
	color: #323232;
}

.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{
	text-decoration: none;
	color:#30A7E1;
}
.header{ 
background:#1B253E;
position:fixed;
z-index: 1000;
top: 0;
left: 0;
right: 0;
}
.header_top{
 display: flex;
 justify-content: space-between;
 align-items: center;
 height: 114px;
}
.header_phone{
	text-align: center;
	color: #688B9C;
	font: normal 12px/12px Inter,  sans-serif;
}
.header_phone > span{
	display: block;
	margin-top: 6px;
}
.header_phone a{
	font: 500 20px/14px Inter,  sans-serif;
	color: #fff;
	transition: all 0.2s linear;
}
.header_phone a:hover{
	color: #30A7E1;
}
.navbar-collapse{

}
.navbar-collapse ul{
margin:0;

list-style:none;
display: flex;
	
}
.navbar-collapse ul li{
	position:relative;
}
.navbar-collapse ul li a{
font-family: Inter,  sans-serif; 
font-size: 16px;
color: #fff;
font-weight: 500;
text-decoration: none;	
display:block;
line-height:32px;
padding:0 25px;
transition: all 0.2s linear; 
border-left: 1px solid #323B51;
white-space: nowrap;
}
.navbar-collapse ul li a:hover, .navbar-collapse ul li.active a{
color:#30A7E1;

}
.navbar-collapse ul ul.sub-menu{
	position:absolute;
	top:100%;
	left:0;
	background: #1B253E;
	padding:20px 0;
	transform: rotateX(90deg);
    transform-origin: top;
    transition: all 0.3s ease;
	display:block; 
}
.navbar-collapse ul li:hover ul.sub-menu{
	transform: rotateX(0deg);
}
.menu-item-36 > a, .menu-item-389 > a, .menu-item-67 > a, .menu-item-392 > a {
  position: relative;
  padding-right: 45px !important; /* место под стрелку */
}

.menu-item-36 > a::after, .menu-item-389 > a::after, .menu-item-67 > a::after, .menu-item-392 > a::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 14px;
  height: 8px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;utf8,<svg width='14' height='8' viewBox='0 0 14 8' xmlns='http://www.w3.org/2000/svg'><path d='M6.30693 7.71217L0.287337 1.6777C-0.0957794 1.29383 -0.0957794 0.671462 0.287337 0.287783C0.670113 -0.0959273 1.29094 -0.0959273 1.67368 0.287783L7.0001 5.62736L12.3263 0.287938C12.7093 -0.0957723 13.33 -0.0957723 13.7128 0.287938C14.0957 0.671648 14.0957 1.29399 13.7128 1.67785L7.69312 7.71233C7.50164 7.90418 7.25095 8 7.00013 8C6.74919 8 6.49832 7.90399 6.30693 7.71217Z' fill='white'/></svg>") no-repeat center;
}
.lang{
   position:relative;
   font-weight: 500;
   color:#30A7E1;
   font-family: Inter, sans-serif;
   font-size: 16px;
   text-transform:uppercase;
}
.lang_top{
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: all 0.2s linear;
	
}
.lang_open{
	position:absolute;
	background:#E9E9E6;
	padding:10px;
	transform: rotateX(90deg);
    transform-origin: top;
    transition: all 0.3s ease;
}
.lang:hover .lang_open{
	transform: rotateX(0deg);
}

.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;
}

/* Мобильное меню */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    z-index: 1001;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: #fff;
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
    display: block;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(3px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -6px);
}
.map-buttons{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.request_call{
background:#30A7E1;
border-radius: 15px;
width: 185px;
text-align: center;
height: 50px;	
font:600 15px/50px Inter, sans-serif;
cursor: pointer;
transition: all 0.2s linear;
color:#fff;
}
.request_call:hover{
	background: #fff;
	color: #30A7E1;
}
.btn{
background:#30A7E1;
border:none;
border-radius: 15px;
text-align:center;
color:#fff;
text-decoration:none;
display:flex;
align-items: center;
justify-content: center;
width: 263px;
height:60px;
font:600 16px/16px Inter, sans-serif;
transition: all 0.2s linear;
}
.btn span{
	padding-right: 15px;
}
.btn:hover{
	background:#1B253E;
}
.btn svg{
	transition: all 0.2s linear;
}
.btn:hover svg{
	transform: rotateZ(45deg);
}
#downloadLink, .custom-print-btn{
	color:#fff;
	background: #30A7E1;
	width: 75px;
	height: 30px;
	font-size: 12px;
	border-radius: 20px;
	text-align: center;
	display: inline-block;
    padding-top: 8px;
}
.section_slider{
	margin-top: 114px;
	width: 100%;
	overflow: hidden;
}
.slider_item{
 position: relative;

}
.slider_item > div{
	position: absolute;
	left:50%;
	margin-left: -710px;
	bottom: 70px;
}
.slider_item h2{
	max-width: 950px;
	color: #fff;
	font:600 50px/65px Inter, sans-serif;
	margin-bottom: 20px;
	padding-left: 30px;
	border-left: 1px solid #30A7E1;
}
.slider_item img{
	width: 100%;
	vertical-align: middle;
	
}
.slider_3{
    display: flex;
}
.slider_3 > a{
    width: 33.3%;
    padding: 0 30px;
    display: flex;
}
.slider_item .slider_3 h2{
    font:600 36px/1.3em Inter, sans-serif;
}
.section_servise{
	background: #1B253E;
	color: #fff;
	padding: 115px 0 120px;
}
.section_servise h2{
	font:500 50px/60px Inter, sans-serif;
	margin-bottom: 35px;
}
.services_body{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.services_item{
	margin-bottom: 30px;
    width: 31%;
}
.services_item img{
	vertical-align: middle;
}
.services_item a{
	display: block;
	position: relative;
	color: #fff;
	transition: all 0.2s linear;
}
.services_item a:after{
	position: absolute;
	display: block;
	content: '';
	height: 162px;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(to top, #545454 0%, #3D3D3D 26.7%, #272727 53.3%, rgba(0,0,0,0));
	opacity: .5;
	z-index: 0;
}
.services_item a > div{
	position: absolute;
	bottom: 0;
	z-index: 5;
	left: 25px;
	right: 25px;
	height: 109px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.services_item a h3{
	font:500 30px/36px Inter, sans-serif;
}
.services_item a span{
   width: 45px;
   height: 45px;
   border-radius: 15px;
   border: 1px solid #30A7E1;
   display: flex;
	align-items: center;
	justify-content: center;
}
.services_item a:hover{
	 color: #30A7E1;
}
.services_item a svg{

	transition: all 0.2s linear;
}
.services_item a:hover svg{
	transform: rotateZ(45deg);
}
.section_about{
	padding: 140px 0;
}
.about_body{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}
.about_body:after{
	position: absolute;
	display: block;
	content: '';
	top: 50%;
	left: 50%;
	width: 340px;
	height: 340px;
	background: url(../images/about_bg.svg) no-repeat center;
	transform: translate(-70%, -50%);
}
.about_pic{
	width: 46.8%;
}
.about_pic img{
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.about_text{
	width: 45.9%;
}
.about_text h2{
	font:500 50px/60px Inter, sans-serif;
	margin-bottom: 30px;
}
.p_big{
	font:500 22px/30px Inter, sans-serif;
	margin-bottom: 12px;
}
.section_about.about_page{
	margin-top:114px;
	padding:80px 0;
}
.about_page h1{
	font:500 50px/60px Inter, sans-serif;
	margin-bottom: 50px;
}
.about_page strong{
	color: #30A7E1;
}
.about_page strong{
	color: #30A7E1;
}
.page-id-538 .about_page strong, .page-id-540 .about_page strong{
	color: #323232;
}
.about_page p, .about_page ul{
	margin-bottom:30px;
}
.about_text ul, .about_page ul{
	list-style: none;
	margin-bottom: 17px;
}
.about_text ul li, .about_page ul li{
	position: relative;
	margin-bottom: 10px;
	padding-left: 45px;
}
.about_text ul li:before, .about_page ul li:before{
	position: absolute;
	display: block;
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/marker.svg) no-repeat center;
	left: 0;
	top: 0; 
}
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width:auto !important;
    }
	.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    flex: 1 0 0%;
    height: auto;
    object-fit: cover;
    width: auto;
    max-width: 188px !important;
}
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){
	 max-width: 188px !important;
}
figure.wp-block-gallery.has-nested-images{
		justify-content:center;
}
.about_page h4{
	font:500 36px/44px Inter, sans-serif;
	color:#30A7E1;
	margin:40px 0 30px;
}
.about_text a{
	display: inline-block;
	margin-top: 23px;
	border-bottom: 1px solid #323B51;
	color: #323B51;
	transition: all 0.2s linear;
}
.about_text a:hover{
	border: none;
}
.about_text a svg{
	margin-left: 10px;
	transition: all 0.2s linear;
}
.about_text a:hover svg{
	transform: rotateZ(45deg);
}
.section_advantages{
	padding: 120px 0 130px;
	background: url(../images/advantages.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.advantages_body{
  background: rgba(42, 42, 42, .1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 87px 121px 118px ;
}
.advantages_head{
	display: flex;
	align-items: center;
	padding-bottom: 72px;
}
.advantages_head h2{
	width: 300px;
	font:500 50px/60px Inter, sans-serif;
}
.advantages_head span{
	font:500 22px/30px Inter, sans-serif;
	width: calc(100% - 360px);
}
.ul_advantages{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -80px;
}
.ul_advantages li{
	width: 30%;
	margin-bottom: 80px;
	color: #30A7E1;
	font:500 20px/24px Inter, sans-serif;
	padding-left: 67px;
	position: relative;
}
.ul_advantages li:before{
	position: absolute;
	display: block;
	content: '';
	width: 47px;
	height: 47px;
	background: url(../images/check-square.svg) no-repeat center;
	left: 0;
	top: 0;
}
.ul_advantages li:last-child{
  border-left:1px solid #30A7E1;
  padding-left: 47px;
  line-height: 30px;
}
.ul_advantages li:last-child span{
	color: #fff;
}
.ul_advantages li:last-child:before{
	display: none;
}
.section_customers{
	text-align: center;
	padding: 123px 0 170px;
	color: #070914;
}
.section_customers h2{
	font:500 50px/60px Inter, sans-serif;
	padding-bottom: 30px;
}
.section_customers p{
	max-width: 933px;
	font-weight: 500;
	font-size: 22px;
	margin: 0 auto 40px;
}
/*-----------------------*/
.footer{
	background:#002157;
	padding-top:127px;	
	color:#fff;
    box-sizing: border-box;
}
.footer_logo{
	display: flex;
	color: #fff;
	align-items: center;
	margin-bottom: 57px;
}
.footer_logo span{
	padding-left: 22px;
}
.footer_top{
  padding-bottom: 97px;
  position: relative;
}
.adress{
	display: flex;
}
.adress > div{
	width: 298px;
	font: normal 22px/1.4em Inter, sans-serif;
}
.adress  div div{
	margin-top: 15px;
}
.adress > div:not(:first-child){
	margin-left: 50px;
}
.adress span{
  display: block;
  color: #688B9C;
  font-size: 18px;
}
.logo_big{
	position: absolute;
	top: -46px;
	right: 0px;
}
.fotter_bottom{
	border-top: 1px solid #323B51;
	padding: 45px 0;
	color: #8B90A7;
	font-size: 14px;
	text-align: center;
}
.span_top{
	display:  none;
	width: 60px;
	height: 60px;
	border-radius: 15px;
	border: 1px solid #fff;
	align-items: center;
	justify-content: center;
	bottom: 30px;
	right: 30px;
	position: fixed;
	cursor: pointer;
	transition: all 0.2s linear;
}
.span_top:hover{
 border-color: #30A7E1;	
}
/*----------------------------*/
@media (max-width: 1499px) {
    .container {
        width: 100%;
        padding: 0 30px;
    }
    .slider_item > div {
        margin-left: 0;
        left: 30px;
        transform: translateX(0);
    }
    .advantages_body{
        padding: 87px 40px 100px;
    }

}
@media (max-width: 1365px) {
    .container {
        width: 100%;
        padding: 0 24px;
    }
.request_call, .logo_right{
    display: none;
}
.slider_item h2 {
    font: 600 40px / 50px Inter, sans-serif;
}
.slider_item > div {
    bottom: 30px;
}
.services_item{
    width: 48%;
}
.logo_big {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 0;
}
.adress{
    position: relative;
    z-index: 5;
}
}

@media (max-width: 1023px) {
    .services_item a h3 {
        font: 500 24px / 30px Inter, sans-serif;
    }
    .about_body{
        flex-wrap:wrap;
    }
    .about_pic {
        width: 100%;
        order: 1;
    }
    .about_text {
        width:100%;
        margin-bottom: 50px;
    }
    .about_body:after {
        transform: translate(-50%, -50%);
    }
    .advantages_head {
        display: block
    }
    .advantages_head h2{
        margin-bottom: 40px;
    }
    .ul_advantages li{
        width: 48%;
    }
    .mobile-menu-toggle{
        display: block;
    }
    .navbar-collapse{
        position: absolute;
        top:114px ;
        background: #1B253E;
        padding: 40px;
        z-index: 100;
        left: 0;
        right: 0;
        transform: rotateX(90deg);
        transform-origin: top;
        transition: all 0.3s ease;
    }
    .navbar-collapse.active{
        transform: rotateX(0deg);
    }

    .navbar-collapse ul{
        display: block;
    }
	.navbar-collapse ul li a:after{
		display: none;
	}
}
@media (max-width: 767px) {
    .container {
        padding: 0 16px;
    }
    .section_servise, .section_about, .section_advantages, .section_customers {
        padding: 60px 0;
    }
    .section_servise h2, .section_about h2, .section_advantages h2, .section_customers h2 {
        font: 500 32px / 40px Inter, sans-serif;
    }
    .services_item {
        width: 100%;
    }
    .p_big, .advantages_head span {
        font: 500 18px / 24px Inter, sans-serif;
    }
    .advantages_body {
        padding: 80px 30px;
    }
    .advantages_head {
        padding-bottom: 50px;
    }
    .ul_advantages li {
        width: 100%;
        margin-bottom:40px;
    }
    .footer{
        padding-top: 60px;
    }
    .adress{
        display: block;
    }
    .adress > div:not(:first-child) {
        margin-left:0px;
        margin-top: 40px;
    }
    .footer_top {
        padding-bottom: 60px;

    }
    .header_top{
        height: 80px;
    }
    .logo{
        height: 60px;
    }
    .logo img{
        height: 100%;
        width: auto;
    }
    .header_phone a{
        font-size: 14px;
    }
    .header_phone > span span{
        display: none;
    }
    .slider_item > div {
        bottom: 10px;
    }
    .btn{
        width: 200px;
        height: 40px;
    }
    .slider_item h2 {
        font: 600 24px / 24px Inter, sans-serif;
        padding-left: 20px;
    }
    .section_slider{
        margin-top: 80px;
    }
    .navbar-collapse{
        top:80px;
    }
	.section_about.about_page{
	margin-top:80px;
	padding:50px 0;  
}
.about_page h1 {
    font: 500 40px / 48px Inter, sans-serif;
    margin-bottom: 40px;
}
.navbar-collapse ul ul.sub-menu{
	position:static;
	padding:10px 0 10px 10px;
	transform: rotateX(0deg);
	

}
ul.sub-menu a{
	border:none;
}
}



/* Модальное окно для заказа звонка */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal-overlay.active {
    display: flex;
    opacity: 1;
}

/* Предотвращение прокрутки страницы при открытом модальном окне */
body.modal-open {
    overflow: hidden;
}

/* Предотвращение прокрутки при открытом мобильном меню */
body.menu-open {
    overflow: hidden;
}

.modal-content {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    transform: translateY(-20px);
    transition: transform 0.3s ease;
}

.modal-overlay.active .modal-content {
    transform: translateY(0);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E9E9E6;
}

.modal-header h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1B253E;
    margin: 0;
}

.modal-close {
    background: none;
    border: none;
    font-size: 28px;
    color: #999;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.modal-close:hover {
    color: #30A7E1;
}

.call-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-weight: 500;
    color: #323232;
    font-size: 16px;
}

.form-group input,
.form-group textarea {
    padding: 12px 16px;
    border: 2px solid #E9E9E6;
    border-radius: 8px;
    font-size: 16px;
    font-family: Inter, sans-serif;
    transition: border-color 0.2s ease;
    background: #fff;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #30A7E1;
}

.form-group textarea {
    resize: vertical;
    height: 100px;
}

.submit-btn {
    background: #30A7E1;
    color: #fff;
    border: none;
    padding: 14px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
    font-family: Inter, sans-serif;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #1B253E;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .modal-content {
        padding: 20px;
        margin: 20px;
    }
    
    .modal-header h3 {
        font-size: 20px;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 10px 14px;
        font-size: 14px;
    }
	.map-buttons{
		justify-content:center
	}
	.map-buttons .btn{
		margin:5px 0;
	}
	.page-id-538 .has-text-align-center a{
		white-space: nowrap;
	}
	.about_page h4 {
    font: 500 26px / 32px Inter, sans-serif;
    color: #30A7E1;
    margin: 30px 0 25px;
}
}