body{
	font-family: 'Gilroy';
	font-size: 16px;
}
p{
	margin-top: 0px;
	margin-bottom: 15px;
}
h1 {
    font-size: 3em;
}
.hero-overlay{
    background-image: linear-gradient(269deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 66.68%), linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 43.82%);
    background-color: rgba(136, 178, 219, 0.15);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.hero-block{
	position: relative;
	padding: 120px 0 40px;
	height: 100dvh; 
  	height: calc(var(--vh, 1vh) * 100); 
	overflow-x: clip;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.hero-video-block{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;

}
.hs-form-frame-open{
	min-height: 625px;
}
.hero-video-block video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container{
	width: 1346px;
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
section.hero-block .container{
	position: relative;
	z-index: 3;
}
.hero-content{
	width: 50%;
	color: #fff;
}
.hero-content h1{
	font-weight: 500;
	font-size: 52px;
	line-height: 120%;
	margin: 0 0 24px;
}
.hero-content p.subheader{
	font-weight: 400;
	font-size: 20px;
	letter-spacing: -0.02em;
	margin-bottom: 44px;
}
.hero-content a.btn-link{
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #fff !important;
	transition: .4s;
	padding: 20px 24px;
	border-radius: 100px;
	background: #009839;
	display: flex;
    width: max-content;
    flex-wrap: wrap;
    max-width: 100%;
    border: 2px solid #009839;
}
.hero-content a.btn-link:hover{
	color: #009839 !important;
	background: #fff;
}
header#masthead{
	position: fixed;
	top: 20px;
	background: transparent;
	padding: 20px 0;
	transition: .4s;
}

header#masthead.active{
	background: #253341d6;
	backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    top: 0px;
}
header#masthead.not-home.active{
	    box-shadow: 0px 5px 10px #ebe7e7;
	    background: #ffffffa8 !important;
}
header#masthead.not-home{
	position: sticky;
	top: 0px !important;
	
	background: transparent;
}
.header-content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#mobile-header{
	display: none;
}
.main-navigation a{
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	margin: 0 10px;
	text-decoration: none !important;
	transition: .4s;
}
header .portal-link{
background: rgba(255, 255, 255, 0.05);
border-radius: 100px;
padding: 12px 16px;
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
color: #fff !important;
text-decoration: none !important;
display: flex;
flex-wrap: wrap;
align-items: center;
transition: .4s;
}
header .portal-link svg{
	margin-left: 8px;
	margin-top: -2px;
}
header .quote-link{
border-radius: 100px;
padding: 12px 16px;
background: #fff;
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
color: #253341;
text-decoration: none !important;
transition: .4s;

}
.right-header{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
.right-header a:last-child{
	margin-left: 16px;
}
.right-header a:hover{
	transform: translateY(-3px);
}
.section-padding{
	padding: 80px 0;
}
.left-header{
	width: 25%;
}
.custom-header{
	margin-top: 0px;
	margin-bottom: 23px;
	font-weight: 500;
	font-size: 48px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #253341;
}
h1.custom-header{
	font-size: 52px;
}
.custom-header span{
	color: #009839;
}
p.custom-subheader{
	margin-top: 0px;
	margin-bottom: 24px;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: -0.02em;
	text-align: center;
}
.advanced-blocks{
	margin: 44px -20px;
	display: flex;
	flex-wrap: wrap;
}
.advanced-block{
	display: flex;
	flex-wrap: wrap;
	margin: 20px;
	width: calc(33.33% - 40px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 20px;
	padding: 24px 16px;
	background: rgba(136, 178, 219, 0.1);
}
.advanced-image{
	width: 48px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-right: 24px;
}
.for-advanced-image{
	border-radius: 10px;
width: 48px;
height: 48px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
}
.advanced-block span{
	width: calc(100% - 72px);
	font-weight: 400;
	font-size: 16px;
	letter-spacing: -0.02em;
	color: #253341;
}
.for-button-center{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
a.orange-button{
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #fff !important;
	border-radius: 100px;
	padding: 16px 20px;
	background: #009839;
	    display: flex
;
    flex-wrap: wrap;
    transition: .4s;
    border: 2px solid #009839;
}
a.orange-button:hover{
	color: #009839 !important;
	background: #fff;
}
.block-half-image h2.custom-header{
	text-align: left;
}
.block-half-image{
	width: 60%;
	display: flex;
	flex-direction: column;
}
.block-half-image .custom-subheader{
	text-align: left;
	margin-bottom: 20px;
}
.delivers-blocks{
	display: flex;
	flex-wrap: wrap;
	margin: 0px -10px 20px;

}
.delivers-block{
	border-radius: 20px;
	padding: 24px 16px;
	background: rgba(136, 178, 219, 0.1);
	width: calc(50% - 20px);
	margin: 10px;
	color: #253341;
}
.grid-sizer{
	width: calc(50% - 40px);
}
.delivers-block .delivers-title{
font-weight: 700;
font-size: 18px;
letter-spacing: 0.05em;
text-transform: uppercase;
margin: 0 0 16px;
}
.delivers-block .delivers-text{
font-weight: 400;
font-size: 14px;
letter-spacing: -0.02em;
}
.section-padding-big{
	padding: 100px 0;
	position: relative;
}
.for-button-left{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.big-right-image{
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%) translateX(20%);
	max-width: 40%;
	height: auto;
}
.sipment-blocks{
	display: flex;
	flex-wrap: wrap;
	margin: 20px -20px 40px;
}
.sipment-block{
    margin: 20px;
    display: flex
;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    width: calc(33.33% - 40px);

        border-radius: 20px;
        overflow: clip;

}
.sipment-block .sipment-block-bottom{
	position: absolute;
	z-index: 4;
	padding: 16px 16px 24px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	color: #fff;
}
.sipment-block .sipment-block-image{
	    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sipment-block .sipment-block-image img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	object-fit: cover;

}
.sipment-block-content{
	position: relative;
	padding-top: 133.3%;
}
.sipment-block-content:before{
	    content: '';
    width: 100%;
    display: flex
;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(0deg, black, transparent);
    z-index: 3;
}
.sipment-title{
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 16px;
	margin-top: 0px;
}
.sipment-text{
	color: #fff;
	font-weight: 400;
font-size: 16px;
letter-spacing: -0.02em;
margin: 0px;
}
.block-content-image{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.block-content-image-left{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 50%;
}
.block-content-image-left h2{
	text-align: left;
}
.block-content-image-left p{
	text-align: left;
}
.block-content-image-right{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.block-content-image-right img{
	max-width: 100%;
	height: auto;
}
.section-padding-empty{
	padding: 250px 0;
	position: relative;
}
.left-vector-back{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.right-vector-back{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.number-blocks{
    display: flex
;
    flex-wrap: wrap;
    margin: 60px 0px 00px;
    justify-content: center;
}
.number-block{
display: flex
;
    flex-direction: column;
    padding: 0 20px;
    width: calc(20% + 40px);
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
}
.number-block-header{
font-weight: 500;
font-size: 48px;
margin:  0 0 12px;
color: #009839;
}
.number-block-text{
font-weight: 400;
font-size: 16px;
letter-spacing: -0.02em;
margin: 0px;
}
.block-content-slider{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 40px;
}
.block-content-slider-left{
	width: 50%;
	padding-bottom: 40px;
}
.block-content-slider-right{
	width: 50%;
}
.block-content-slider-left .custom-header, .block-content-slider-left .custom-subheader{
	text-align: left;
}
.block-content-slider-controls{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	transform: translateY(40px);
}
.slick-dots{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
}
.slick-dots button{
	display: none;
}
.slick-dots li{
	width: 6px;
	height: 6px;
	background: rgba(37, 51, 65, 0.15);
	display: flex;
	flex-wrap: wrap;
	margin: 0 2px;
	transition: .4s;
	border-radius: 50px;
}
.slick-dots li.slick-active{
	background: #253341;
	width: 16px;
}
.slick-arrow{
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.slick-arrow path{
	transition: .4s;
}
.slick-arrow:hover path{
	stroke-opacity: 1;
}
.block-content-slider-feed{
	margin: 0 -10px;
}
.feed-slide{
	border-radius: 16px;
padding: 32px 24px;
background: rgba(136, 178, 219, 0.15);
display: flex !important;
flex-direction: column;
margin: 0 10px;
}
.feed-slide-content{
	margin-bottom: 24px;
	font-weight: 400;
font-size: 20px;
letter-spacing: -0.02em;
}
.feed-slide-header{
	margin:  0 0 4px;
	font-weight: 600;
	font-size: 16px;
}
.feed-slide-subheader{
	font-weight: 400;
	font-size: 14px;
	margin: 0px;
}
.logo-slide{
	height: 80px;
	padding: 10px 30px;
}
.logo-slide  img{
	width: auto;
	max-height: 100%;
	height: auto;
}
.logos-slider{
	margin: 60px 0;
}
.steps{
	display: flex;
	flex-wrap: wrap;
	margin: 20px -20px;
}
.step{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background: rgba(136, 178, 219, 0.1);
	border-radius: 20px;
padding: 32px 32px 32px 8px;
margin: 20px;
width: calc(33.33% - 40px);
}
.step-left{
	width: 40px;
    height: 40px;
    margin: 0 16px;
    border-radius: 100%;
    background: #009839;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    line-height: 1;
    
}
.step-right{
	width: calc(100% - 72px);
	display: flex;
	flex-direction: column;
}
.step-left span{

}
.step-header{
font-weight: 700;
font-size: 18px;
letter-spacing: 0.05em;
text-transform: uppercase;
margin: 0px 0px 12px;
}
.step-text{
font-weight: 400;
font-size: 16px;
letter-spacing: -0.02em;
margin: 0px;
}
.banner-section-padding{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 600px;
	margin-bottom: 50px;
}
.banner-section-padding .container{
	position: relative;
	z-index: 3;
}
.banner-video:before{
    content: '';
    position: absolute;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    width: 100%;
    height: 100%;
    top: 0;
}
.banner-content{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.banner-content .banner-content-left{
	width: 50%;
}
.banner-content .banner-content-left h2{
	margin: 10px 0;
	color: #fff;
	text-align: left;
	font-size: 56px;
}
.banner-content .banner-content-right{
	width: 37%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
}
.banner-content .banner-content-right .custom-subheader{
	text-align: right;
	color: #fff;
	font-size: 24px;
}
#colophon{
	position: relative !important;
	width: 100%;
	background: #253341;
	border-radius: 16px 16px 0 0;
	padding: 32px 0 24px;
	height: auto !important;
	line-height: inherit !important;
	color: #fff;
}
footer#colophon .footer-box{
	background: transparent !important;
}
footer#colophon .copyr{
	text-align: center;
	font-weight: 400;
	font-size: 13px;
}
nav#mobile-navigation > ul li.menu-item-has-children.sub-menu-open{
	background: #fff;
}
nav#mobile-navigation > ul > li.menu-item-has-children > span.btn-sub-menu-open{
	box-shadow: none !important;
}
.footer-logo img{
	max-height: 55px;
}
.footer-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-menu-header{
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 0px;
}
.footer-menu{
	margin-left: 0px;
}
.footer-menu li{
	margin-bottom: 16px;
}
.footer-menu li ul li{
	margin: 16px 0;
}
.mob-menu-info-wrap{
	display: none;
}
.footer-menu li a{
	font-weight: 400;
	font-size: 16px;
	color: #fff !important;
	text-decoration: none;
	transition: .4s;
}
.footer-menu li a:hover{
	color: #009839 !important;
}
.footer-social{
	margin-left: 0px;
	display: flex;
	flex-wrap: wrap;
}
.footer-social li{
	margin-right: 16px;
}
.footer-social li a{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transition: .4s;
}
.footer-social li a:hover{
	transform: translateY(-3px);
}
footer .portal-link {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    padding: 12px 16px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none !important;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    transition: .4s;
}
footer .quote-link {
    border-radius: 100px;
    padding: 12px 16px;
    background: #009839;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none !important;
    transition: .4s;
}
.right-footer a:last-child {
    margin-left: 16px;
}
.right-footer{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
footer#colophon .copyr{
	margin-top: 36px;
}
.right-footer a:hover{
	transform: translateY(-3px);
}
#main{
	overflow-x: clip;
}
.header-mob-open{
	display: none;
}
div#mobile-header{
	display: none !important;
}
.site-header.not-home .header-mob-open path{
	stroke: #009839;
}

    .desk-hidden{
    	display: none !important;
    }
.header-logo{
display: flex;
    flex-wrap: wrap;
    color: #009839 !important;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}
.footer-block{
	max-width: 270px;
}
.header-logo img{
	max-width: 100%;
	height: auto;
	width: auto;
	max-height: 80px;
	margin-right: 15px;
}
.footer-logo{
	width: 140px;
}
[data-animation="fade-in"] {
  opacity: 0;
  transform: translateY(150px);
  transition: opacity 1s ease, transform 1s ease;

}

[data-animation="fade-in"].is-visible {
  opacity: 1;
  transform: translateY(0px);
}

.counter {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.counter.is-visible {
  opacity: 1;
}
.error-404.not-found{
	margin: 50px 0 100px;
}
div#gk-back-to-top{
	background: transparent !important;
	box-shadow: none !important;
}
#gk-back-to-top a{

}
#gk-back-to-top .hex-to-top{
	    position: absolute;
    top: -2px;
    left: -2px;
    overflow: inherit;

}
#gk-back-to-top .hex-to-top path{
	filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.3));
}
.privacy{
	margin: 100px auto;
}
.privacy .container{
	width: 900px;
	max-width: 100%;
	font-weight: 400;
font-size: 20px;
letter-spacing: -0.02em;
color: #253341;
	
}
.privacy .container p{
	margin: 48px 0;
}
.privacy .container h1{
	font-weight: 500;
	font-size: 52px;
	line-height: 120%;
	letter-spacing: -0.02em;
	text-align: center;
	margin-bottom: 24px;
	margin-top: 0px;
	color: #253341;
}
header#masthead.not-home .main-navigation a{
	color: #253341;
}
header#masthead.not-home .quote-link{
	background: #009839;
	color: #fff;

}
header#masthead.not-home .portal-link{
	background: rgba(37, 51, 65, 0.05);
	color: #253341 !important;

}
header#masthead.not-home .portal-link path{
	stroke: #253341; 
}
.services-first{
	padding: 70px 0 70px;
	position: relative;
	height: calc(var(--vh, 1vh) * 100 - 80px);
	    overflow-x: clip;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.services-first .container{
	    height: 100%;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.service-left-vector-back{
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
        max-width: 24%;
        max-height: 50%;
            width: auto;
    height: auto;
}
.service-right-top-vector-back{
	position: absolute;
	    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
        max-width: 25%;
        max-height: 50%;
            width: auto;
    height: auto;
}
.service-left-vector-bottom-back{
	position: absolute;
	bottom: 5%;
	right: 10%;
	    max-width: 17%;
	    max-height: 25%;
	        width: auto;
    height: auto;
}
.services-first a{
	font-weight: 500;
font-size: 16px;
letter-spacing: -0.02em;
text-align: center;
color: #009839;
text-decoration: none !important;
transition: .4s;
}
.services-first a:hover{
	color: #253341;
}
.service-second-content{
	width: 595px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
.services-blocks{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px 50px;
}

.services-blocks .service-block{
	    margin: 20px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    width: calc(50% - 40px);
    border-radius: 20px;
    overflow: clip;
}
.home-service .services-blocks .service-block{
	width: calc(33.33% - 30px);
	    margin: 15px;
}
.service-content{
	position: relative;
    padding-top: 74%;
}
.service-content:before{
	    content: '';
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(0deg, black, transparent);
    z-index: 3;
}
.for-service-image{
	    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.for-service-image img{
	    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    object-fit: cover;
}
.service-block-bottom{
	position: absolute;
    z-index: 4;
    padding: 16px 16px 24px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.service-block-bottom .service-header{
color: #fff;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 16px;
    margin-top: 0px;
    text-align: center;
}
.service-block-bottom .service-text{
	text-align: center;
	color: #fff;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.02em;
    margin: 0px;
}
.service-text ul{
    width: max-content;
    text-align: left;
    margin: 0 auto;
    max-width: 100%;
    padding-left: 20px;
   list-style: disc;
}
.service-block-bottom .service-link{
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #fff !important;
	border-radius: 100px;
	padding: 16px 20px;
	background: #009839;
	    display: flex
;
    flex-wrap: wrap;
    transition: .4s;
    border: 2px solid #009839;
    margin-top: 24px;
    text-align: center;
}
.service-block-bottom .service-link:hover{
	color: #009839 !important;
	background: #fff !important;
}
.services-second{
	padding: 100px 0 70px;
}
.service-single-first{
	position: relative;
	padding: 100px 0;
    height: calc(var(--vh, 1vh) * 100 - 80px);
    overflow-x: clip;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.service-single-first.carriers-first{
	padding: 20px 0 80px;
}
.service-first-img{
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	max-height: calc(100% - 200px);
	max-width: 50%;
	width: auto;
	height: auto;
}
.service-left-content{
	    width: 54%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.service-left-content h1{
	text-align: left;
	line-height: 1.2;
}
.service-left-content div.custom-subheader p{
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: 400;
font-size: 20px;
letter-spacing: -0.02em;
}
.service-left-content div.custom-subheader{
	margin-bottom: 24px;
}
.breadcrumbs{
font-weight: 500;
font-size: 16px;
letter-spacing: -0.02em;
color: rgba(37, 51, 65, 0.6);
margin-bottom: 24px;
}
.breadcrumbs a{
	color: #253341;
	transition: .4s;
}
.breadcrumbs span{
	color: #009839;
}
.main-navigation li.current-menu-item a, .main-navigation .current-page-ancestor a{
	position: relative;
}
.main-navigation li.current-menu-item>a:before, .main-navigation .current-page-ancestor>a:before{
	content:'';
	position: absolute;
	width: calc(100% - 4px);
	left: 2px;
	bottom: -4px;
	height: 1px;
	background: #253341;
}
.service-second-blocks{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px 20px;
}
.service-second-block{
	display: flex;
	flex-direction: column;
	text-align: center;
	background: rgba(136, 178, 219, 0.1);
	border-radius: 20px;
	padding: 24px 16px;
	width: calc(33.33% - 40px);
	margin: 20px;
}
.vc_color-alert-info.vc_message_box-solid.citata{
	background-color: #009839;
	overflow: visible;
}
.vc_color-alert-info.vc_message_box-solid.citata h2{
	margin-top: 0px;
}
.service-second-block-header{
    margin: 0 0 12px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-align: center;
}
.service-second-block-text{
font-weight: 400;
font-size: 16px;
letter-spacing: -0.02em;
text-align: center;
margin: 0px;
}
.service-third-container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.service-third-container-left{
	width: 50%;
	padding-right: 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.service-third-container-left h2{
	text-align: left;
	margin-bottom: 40px;
}
.service-third-container-right{
	width: 50%;
	background: rgba(136, 178, 219, 0.1);
	border-radius: 20px;
	padding: 24px 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.service-third-right-img{
	margin-right: 40px;
	width: 50px;
}
.service-third-container-right ul{
	width: calc(100% - 90px);
	display: flex;
	flex-direction: column;
	    margin: 0px;

}
.service-third-container-right ul li{
	list-style: disc;
	margin-bottom: 16px;
}
.service-third-container-right ul li:last-child{
	margin-bottom: 0px;
}
.contact-first-block{
	padding: 60px 0;
}
.contact-container{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 -20px;
	justify-content: space-between;
}
.contact-first-left{
	width: calc(49% - 40px);
	margin: 20px;
	display: flex;
	flex-direction: column;
}
.contact-first-left h1{

}
.contact-first-right{
	width: calc(49% - 40px);
	margin: 20px;
}
.contact-first-right h2{
	padding: 40px 40px 0;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 32px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #253341;
}
.contact-first-right{
	box-shadow: 0px 0px 10px #bebebe;
}
.contact-first-left h1{
	font-weight: 500;
	font-size: 52px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #009839;
	margin-top: 0px;
	margin-bottom: 24px;
}
.contact-first-left .subheader{

}
.contact-first-left .subheader p{
font-weight: 400;
font-size: 20px;
letter-spacing: -0.02em;
margin-top: 0px;
margin-bottom: 24px;
}
.contacts-list{
display: flex
;
    flex-direction: column;
    margin: 20px 0 24px;
}
.contacts-list-item{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 16px;
}
.contacts-list-image{
	width: 32px;
	margin-right: 16px;

}
.contacts-list-image img{

}
.contacts-list-item a{
	font-weight: 400;
font-size: 16px;
letter-spacing: -0.02em;
color: #253341;
text-decoration: none;
transition: .4s;
width: calc(100% - 50px);
}
.contacts-list-item a:hover{
	color: #009839;
}
.contacts-list-item span{
	font-weight: 400;
font-size: 16px;
letter-spacing: -0.02em;
color: #253341;
text-decoration: none;
transition: .4s;
width: calc(100% - 50px);
}
.contact-map-frame{
	width: 100%;
	padding-top: 56.6%;
	position: relative;
	border-radius: 20px;
	background: rgba(37, 51, 65, 0.05);
	overflow: hidden;
}
.contact-map-frame>iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.contact-map-frame>a{
	width: max-content;
    position: absolute;
    left: 24px;
    bottom: 24px;
}
.carriers-content{
	    display: flex
;
    flex-direction: column;
    align-items: center;
    width: 900px;
    margin: 0 auto;
}
.carriers-content .orange-button{
	margin-top: 25px;
}
.carriers-second{
	position: relative;
}
.carriers-second .carriers-second-left{
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	max-width: 11%;
}
.carriers-second .carriers-second-right{
	right: 0px;
	bottom: 0px;
	position: absolute;
	transform: translateX(10%);
	max-width: 13%;
}
.carriers-third .custom-header{
	text-align: left;
}
.carriers-blocks {
    margin: 20px -20px 0px;
    display: flex
;
    flex-wrap: wrap;
}
.carriers-block {
    display: flex
;
    flex-wrap: wrap;
    margin: 20px;
    width: calc(50% - 40px);
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 20px;
    padding: 24px 16px;
    background: rgba(136, 178, 219, 0.1);
}
.carriers-image{
	width: 48px;
	margin-right: 24px;
}
.carriers-text{
	display: flex;
	flex-direction: column;
	width: calc(100% - 72px);
	height: 100%;
}
.carriers-header{
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.carriers-main-text{
font-weight: 400;
font-size: 16px;
letter-spacing: -0.02em;
}
.carriers-fourth{
	position: relative;
}
.carriers-fourth .container-mini{
	    width: 920px;
    display: flex
;
    flex-direction: column;
    align-items: center;
}
.carriers-fourth .service-third-container-right{
	width: 670px;
	max-width: 100%;
	margin-bottom: 40px;
	margin-top: 25px;
}

.carriers-fourth .service-third-container-right ul{
	padding-left: 20px;
}
div.custom-subheader{
	font-size: 16px;
}
.carriers-fourth-right{
	position: absolute;
    max-width: 20%;
    top: 50%;
    transform: translateY(-30%) translateX(10%);
    right: 0;
}
.carriers-fourth-left{
	position: absolute;
    max-width: 14%;
    top: 50%;
    transform: translateY(-80%) translateX(-10%);
    left: 0;
}
.services-first.careers-first{

}
.service-first-content{
	width: 870px;
	max-width: 100%;
}
.service-first-content p.custom-subheader{
	font-size: 20px;
}
.services-first.careers-first .container{
	justify-content: center;
}
.services-first.careers-first a.orange-button{
	    margin-top: 20px;
}
.careers-second-content{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.careers-second-left{
	    width: calc(50% - 24px);
	padding-right: 24px;
	position: relative;
}
.careers-second-right{
	width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    font-size: 16px;
}
.careers-second-left .custom-header{
	text-align: left;
}
.careers-second-left-content p{
	margin-top: 0px;
}
.careers-second-left-content{
	margin-bottom: 16px;
}

.section-padding.careers-second{
	padding: 130px 0 120px;
}
.careers-second-left-block{
border-radius: 20px;
    padding: 16px;
    background: rgba(255, 220, 163, 0.3);
    width: max-content;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    animation: wave-move 2s infinite alternate linear;
}
@keyframes wave-move {
  0%   { transform: translate(0px, 0px); }
  50%  { transform: translate(5px, 5px); }
  100% { transform: translate(0px, 10px); }
}
.careers-second-left-block div{
    width: 48px;
    height: 48px;
    background: #fff;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-right: 16px;
}
.careers-second-left-block span{
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #009839;
}
.careers-second-left-block:first-child{
	left: 0px;
	top: -120px;
	    animation-delay: 0s; 
}
.careers-second-left-block:nth-child(2){
	left: 50%;
	top: -80px;
	    animation-delay: .5s; 
}
.careers-second-left-block:nth-child(3){
	top: 100%;
	left: 20%;
	animation-delay: 1s; 
}
.careers-third .custom-header{
	color: #009839;;
}
.careers-third-blocks{
	margin: 16px -20px 0px;
	display: flex;
	flex-wrap: wrap;
}
.careers-third-block{
width: calc(33.33% - 40px);
    margin: 20px;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 20px;
    padding: 24px 16px;
    background: rgba(136, 178, 219, 0.1);
}
.careers-third-block:nth-child(n+4){
	width: calc(25% - 40px);
}
.careers-third-image{
width: 48px;
height: 48px;
background: #fff;
border-radius: 10px;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin-right: 24px;
}
.careers-third-content{
	width: calc(100% - 75px);
	display: flex;
	flex-direction: column;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: -0.02em;
}
.careers-third-content p{
	margin-bottom: 8px;
	font-weight: 700;
font-size: 18px;
letter-spacing: 0.01em;
text-transform: uppercase;
margin-top: 0px;
}
.careers-fourth-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.careers-fourth{
	padding: 120px 0 100px;
}
.careers-fourth-blocks{
	width: 50%;
	display: flex;
	flex-direction: column;
}
.careers-fourth-blocks a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
padding: 24px;
width: 100%;
background: rgba(136, 178, 219, 0.1);
font-weight: 500;
font-size: 16px;
letter-spacing: -0.02em;
text-decoration: none;
color: #253341;
margin: 6px 0;
transition: .4s;
}
.careers-fourth-blocks a:hover{
	transform: translateY(-3px);
}
.careers-fourth-blocks a *:hover{
	cursor: pointer;
}
.careers-fourth-blocks a span{
	color: #009839;
}
.services-first.careers-first .service-left-vector-back{
	max-width: 17%;
}
.services-first.careers-first  .service-right-top-vector-back{
	max-width: 17%;
}
.main-navigation ul ul{
position: absolute;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
    display: flex
;
    left: auto;
    top: 120%;
    flex-direction: column;
    padding: 8px 16px;
    border-radius: 10px;
    width: max-content;
    background: #253341d6;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.main-navigation ul li:hover ul{
	opacity: 1;
	visibility: visible;
	top: 100%;
}
.main-navigation ul ul a{
	width: auto;
	margin: 0px;
}
.main-navigation li.menu-item-has-children>a:after {
    font-size: 8px;
    font-weight: 400;
    content: "\f107";
        display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.main-navigation li.menu-item-has-children>a{
	padding-right: 15px;
	position: relative;
}
.site-header.not-home .main-navigation ul ul{
	background: #fff;
	max-width: 300px;
}
.main-navigation ul ul li{
	margin: 8px 0;
}
.site-header.not-home .main-navigation li>a{
	transition: .4s;
}
.site-header.not-home .main-navigation li:hover>a{
	color: #009839 !important;
}
.job-se{
	padding: 100px 0 64px;
}
.job-se h1{
	text-align: left;
}
.job-se .container{
	font-size: 20px;
}
.job-se .container p{
	margin-top: 0px;
}
.job-se .container li{
	list-style: disc;
	margin-bottom: 8px;
}
.job-se .container ul{
	padding-left: 30px;
	margin-left: 0px;
}
.service-single-first.about-first{
	    padding: 20px 0 80px;
}
.service-single-first.about-first div.custom-subheader{
	font-weight: 400;
font-size: 20px;
letter-spacing: -0.02em;
}
.service-single-first.about-first .service-first-img{
	transform: translateY(-50%) translateX(10%);
}
.about-second .container{
	    width: 690px;
    max-width: 100%;
    text-align: center;
}
.about-second .container .custom-header{
color: #009839;
}
.about-third-container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.about-third-left{
	width: 51%;

}
.about-third-left h2{
	text-align: left;
}
.about-third-right{
	 width: 49%;
    display: flex
;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.about-fourth .container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.about-fourth .container .about-foutrh-container{
display: flex
;
    justify-content: center;
    align-items: center;
    position: relative;
}
.about-fourth .container .about-foutrh-container .about-foutrh-content{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    width: calc(100% - 110px);
}
.about-fourth .container .about-foutrh-container .about-foutrh-content h2{
	color: #fff;
}	
.about-fourth .container .about-foutrh-container .about-foutrh-content p{
	color: #fff;
}
.section-padding.about-fourth{
	padding: 100px 0 150px;
}
.about-fourth-img{
	position: absolute;
}
.about-fourth-img:nth-child(1){
	top: 0;
	left: 10%;
	max-width: 10%;
}
.about-fourth-img:nth-child(2){
	right: 0;
	top: 10%;
	max-width: 20%;
}
.about-fourth-img:nth-child(3){
	    left: 0;
    bottom: 40px;
    max-width: 20%;
}
.about-fourth-img:nth-child(4){
right: 15%;
    bottom: 0px;
    transform: translateY(-50%);
    max-width: 10%;
}
.about-fifth-blocks{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.about-fifth-block{
width: 460px;
    margin: 20px;
    display: flex
;
    flex-direction: column;
    text-align: center;
}
.about-fifth-block p.h2-about-fifth{
	font-weight: 500;
	font-size: 48px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #009839;
	margin-top: 0px;
	margin-bottom: 23px;
}
.about-fifth-block div.content-about-fifth{

}
.section-padding-big.carriers-second{
	padding-top: 50px;
}
.about-fifth-block div.content-about-fifth p{
font-weight: 400;
font-size: 16px;
letter-spacing: -0.02em;
text-align: center;
margin: 0px;
}
.explore-button{
	    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    width: max-content;
    margin: auto;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #009839;
    text-decoration: none !important;
    transition: .4s;
}
.explore-button:hover{
	color: #253341;
}
.for-form-container{
	
}
.for-form-box{
	width: 800px;
	max-width: 90%;
	position: absolute;
	right: 200%;
	top: 0%;
	padding: 20px 0;
}
.for-form-box.fancybox-content{
	right: inherit;
	top: inherit;
	position: relative;
}
#page{
	overflow: clip;

}
nav#mobile-navigation > ul li.current-menu-item > a{
	color: #009839;
}
#mobile-menu-container .mob-buttons{
	display: flex;
	flex-direction: column;

}
#mobile-menu-container .portal-link{
    background: rgba(255, 255, 255, 0.05);
    border-radius: 100px;
    padding: 12px 16px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none !important;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    transition: .4s;
        background: rgba(37, 51, 65, 0.05);
    color: #253341 !important;
    margin: 10px 10px 0;
        text-align: center;
        justify-content: center;
}
#mobile-menu-container .mob-buttons .quote-link{
    border-radius: 100px;
    padding: 12px 16px;
    background: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #253341;
    text-decoration: none !important;
    transition: .4s;
    background: #009839;
    color: #fff;
    margin: 10px 10px 0;
        text-align: center;
}
div#mobile-menu-container{
	z-index: 9999;
}
div#mobile-overlay{
	z-index: 9998;
}
div#mobile-menu-container .portal-link path{
stroke: #253341;
}
.fancybox-toolbar{
	display: none;
}
.about-fourth .container .about-foutrh-container img{
	width: 500px;
	max-width: calc(100% + 50px);
}
nav#mobile-navigation > ul li.menu-item-has-children > span{
	    padding: 8px 0;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 38px;
}
nav#mobile-navigation > ul li.menu-item-has-children > a{
	line-height: 1;
}
.footer-conts a{
	color: #fff;
	text-decoration: underline;
	transition: .4s;
}
.footer-conts a:hover{
	text-decoration: none;
}
.form-pay{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 20px 20px 20px;
    
    max-width: 100%;
    width: max-content;

}
.form-pay form{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.form-footer-block{
	width: 100%;
}
.form-pay .form-header{
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}
.price{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px -15px 20px;
}
.price input{
    border: 2px solid #009839;
    padding: 10px 20px;
    border-radius: 50px;
    margin: 5px 15px;
    font-size: 16px;
}
.mon-input{
    position: relative;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    width: 80px;
}
.mon-input input{
    position: absolute;
    z-index: 2;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
}
.mon-input span{
    position: relative;
    width: 80px;
    height: 40px;
    display: flex
;
    border-radius: 50px;
    background: transparent;
    border: 2px solid #009839;
    transition: .4s;
}
.mon-input span:before{
	content:'';
	transition: .4s;
	width: 28px;
	height: 28px;
	background: #000;
	border-radius: 50px;
	    position: absolute;
    top: 4px;
    left: 5px;
    transition: .4s;

}
.mon-input input:checked ~ span{
	background: #009839;
}
.mon-input input:checked ~ span:before{
	content:'';
	left: 45px;
	background: #fff;
}
.monthly p{
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.monthly{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 25px;
}
.form-pay [type="submit"]{
	 border: 2px solid #009839 !important;
    padding: 10px 60px;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    background: #009839;
    transition: .4s;
    width: 100%;
}
.form-pay [type="submit"][disabled]{
	opacity: .5;
}
.form-pay [type="submit"]:hover{
	transform: translateY(-3px);
}
.form-pay p{
	text-align: center;
	width: 100%;

}
.nopay{
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
}

.price-active-block{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 20px;

}
.price-block{
	padding: 4px;
    width: calc(33.33% - 8px);
    margin: 4px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .4s;
    min-height: 44px;
}
.price-block.active{
	background: #009839;
	color: #fff;
}
.price-block input{
	padding: 0px;
    border-radius: 0px;
    border: none;
    text-align: center;
    margin: 0px;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    transition: .4s;
     -moz-appearance: textfield;
}
.price-block-input{
	padding: 0px;
}
.price-block.active input{
	background: #009839;
	color: #fff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.from-footer{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -10px;
	flex-direction: row-reverse;
}
.form-footer-block{
	width: 100%;
	margin: 10px;
}
.prav-pop{
	width: 700px;
	max-width: 100%;
}
.logo-text-section{
		display: flex;
	flex-direction: column;
	align-items: center;

}
.logo-text-container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.logo-text{
display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
    padding-top: 17px;
    border-top: 1px solid rgb(51 51 51 / 30%);
    width: calc(100% - 35px);
    margin-left: 35px;
    padding-right: 90px;

}
.front-header .front-main .logo-text{
	display: none;
}
.loading {
	opacity: .4;

	pointer-events: none;
}


.cart-footer input {
	border-radius: 5px;
    border: 1px solid #6E6E6E;
    background: #FFF;
    padding: 15px 20px;
}

.cart-footer .proof {
	grid-column: span 2;
	align-items: flex-start;
}

.cart-footer input[type=submit] {
	color: white;
	background-color: #009839;

	border-color: #009839;
}

.product__button {
	border-radius: 5px;
    border: 1px solid #009839;
    padding: 14px 30px;
    display: flex;
    min-width: max-content;
    text-decoration: none !important;
    color: white;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    transition: .4s;
	background-color: #009839;
}
.proof{
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
	font-weight: normal;
	width: 100%;
	text-align: left;
}
.proof input{
    position: relative;
    display: inline;
    z-index: 0;
    margin-right: 10px;
}
.proof input:before {
    content: '';
    top: -1px;
    left: -1px;
    position: absolute;
    z-index: 1;
    width: 19px;
    height: 19px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
        border: 1px solid #009839;
}
.proof input:after {
    display: none;
    content: '';
    top: 2px;
    left: 2px;
    position: absolute;
    z-index: 2;
    width: 13px;
    height: 12px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI5Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkYiIGQ9Ik0xMiAxLjM5NEw0LjUgOS4wMDEgMy4xMjUgNy41OTlsLjAwMy0uMDAzLTMuMTI5LTMuMjAyIDEuMzc1LTEuNDAyIDMuMTMyIDMuMjA2IDYuMTItNi4yMDZMMTIgMS4zOTR6Ii8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center;
}
.proof input:checked:after {
    display: inline-block;
}
.proof input:checked:before {
    background-color: #009839;
}
.proof div{
	width: calc(100% - 30px);
	font-size: 12px;
}
.proof div:before{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	border: 1px solid;
	left: 0;
	top: 0px;
}
.proof input:checked~div:after{
content: "\f00c";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #009839;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 0px;
	color: #fff;
	border: 1px solid #333;
}
.proof a{
	color: #009839;
	transition: .4s;
}
.proof a:hover{
	color: #222;
}
.sbor-section{
	display: flex;
    flex-wrap: wrap;
    background: linear-gradient(270deg, #009839, #faf002);
    justify-content: space-between;
    padding: 20px;
    border-radius: 20px;
}
.sbor-left{
	width: calc(60% - 20px);
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 10px #666;
}
.sbor-right{
	width: 40%;
	background: #fff;
	border-radius: 20px;
    box-shadow: 0px 0px 10px #666;
}
.sbor-for-photo{
	position: relative;
	border-radius: 20px;
	overflow: clip;
}
.sbor-for-photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}
.sbor-name{
	margin: 15px 15px;
}
.sbor-name a{
	font-size: 32px;
	color: #009839;
	font-weight: 600;
}
.sbor-text{
	font-size: 18px;
	padding: 0 15px;
}
.sbor-person{
	padding: 15px;
	border-radius: 20px;
}
.sbor-progressbar {
    width: 100%;
    height: 14px;
    background: #e6e6e6;
    border-radius: 10px;
    overflow: hidden;
    margin: 8px 0;
}

.sbor-progress {
    height: 100%;
    background: #4caf50;
    width: 0;
    transition: width .5s;
}

.sbor-progress-text,
.sbor-progress-remaining {
    font-size: 14px;
    margin-bottom: 4px;
}
.sbor-progress-wrapper{
	padding: 0 15px;
}
.sbor-progress{
overflow: clip;
    position: relative;
}
.sbor-progress:before{
	    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 24px;
    transform: skewX(-27deg);
    animation: flareAnimation;
    left: -150%;
    background: #fff;
    animation: flareAnimation 3s infinite 
linear;
    filter: blur(15px);
    z-index: 2;
}
@keyframes flareAnimation{75%{left:-50%}100%{left:150%}}
#breadcrumbs{
	text-align: center;
}
.hero-block h1{
	text-align: center;
}
.hero-block{
	padding: 120px 0 40px;
	margin-top: -120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	    overflow: clip;
	    margin-bottom: 35px;
}
.hero-block .container{
	position: relative;
	z-index: 3;
}
.hero-block:before{
	content:'';
	    background-image: url(/wp-content/uploads/2025/12/15973664997_b27ee7a640_k-3.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: .3;
    filter: blur(5px);
    background-position: center;
}
#breadcrumbs a{
	color: #009839;
}
.wpb_content_element ul li{
	list-style: disc;
	margin-bottom: 15px;
}
i.fa-chevron-down{
	    font-size: 8px;
    font-weight: 400;
    
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: auto !important;
}
i.fa-chevron-down:before{
	content: "\f107";
}
.grad-back{
	margin: 50px 0;
	padding: 50px 0;
	background: linear-gradient(270deg, #009839, #faf002);
}
.grad-back *{
	color: #fff;
}
ol{
	margin-left: 0px;
}

.postupleniya-table {
    width: 100%;
    border-collapse: collapse;
}

.postupleniya-table th,
.postupleniya-table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.postupleniya-table th {
    background: #f5f5f5;
    text-align: left;
}
.section.single-sbor{
	margin-bottom: 50px;
}
.sbor-name h1{
	margin: 0px;
	font-size: 32px;
}
.wpb_image_grid_ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px !important;
    height: auto !important;
}
.wpb_image_grid_ul li{
    width: calc(25% - 30px);
    margin: 15px !important;
    border-radius: 5px;
    overflow: clip;
    min-width: 300px;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    float: none !important;
}
.rekvizity-block{
    padding: 15px;
    box-shadow: 0px 0px 10px #bebebe;
    border-radius: 20px;
    margin-bottom: 50px;
}
.rekvizity-block h2{
font-size: 26px;
    margin: 0px;
}
.rekvizity-block *{
	text-align: left;
}
.rekvizity-block .service-second-block{
	    width: calc(33.33% - 20px);
    margin: 10px 10px 0px;
}
.rekvizity-block .service-second-blocks{
	margin: 0 -10px 0px;
}
.sbory-container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 20px;

}
.sbor-block{
	display: flex;
	flex-wrap: wrap;
	width: calc(33.33% - 30px);
	margin: 0 15px 30px;
	background: linear-gradient(270deg, #009839, #faf002);
	padding: 10px;
	border-radius: 10px;
	transition: .4s;
	text-decoration: none !important;
	color: #000 !important;
}
.sbor-block:hover{
	transform: translateY(-3px);
}
.sbor-image{
	padding-top: 60%;
	position: relative;
	width: 100%;
	border-radius: 10px 10px 0 0;
	overflow: clip;
}
.sbor-image img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.sbor-footer{
    width: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.sbor-footer .sbor-title{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    width: 100%;
}
.sbor-footer .read-more{
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff !important;
    border-radius: 100px;
    padding: 8px 20px;
    background: #009839;
    display: flex;
    flex-wrap: wrap;
    transition: .4s;
    border: 2px solid #009839;
    margin-top: 24px;
    text-align: center;
        width: max-content;
}
.sbor-footer .read-more:hover{
color: #009839 !important;
    background: #fff !important;
}
.sbor-footer .sbor-progress-wrapper{
	padding: 0px;
}
.contacts-block{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.contacts-left{
	width: calc(50% - 30px);
	margin: 15px;
}
.contacts-right{
	width: calc(50% - 30px);
	margin: 15px;
	    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #bebebe;
}
.contacts-left h2{
	margin-top: 0px;
}
.contact-image{
	width: 30px;
	margin-right: 15px;
}
.contact-content{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: calc(100% - 45px);
	font-size: 20px;
}
.contact-block{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;

}
.contact-content a{
	color: #009839;
	transition: .4s;
	margin-bottom: 10px;
	width: max-content;
}
.contact-content a:hover{
	color: #000;
}
.contact-content p{
	margin-bottom: 10px;
}
.wpcf7-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #bebebe;
}
.wpcf7-form p{
	width: 100%;
	position: relative;
}
.wpcf7-form .half{
	width: calc(50% - 15px);
}
.wpcf7-form .full{
	width: 100%;
}
.wpcf7-form input{
	width: 100%;
	    border-radius: 5px;
    border: 1px solid #00983936;
    background: #fdfbfb;
    padding: 5px;
}
.wpcf7-form textarea{
	width: 100%;
	resize: none;
	height: 80px;
	    border-radius: 5px;
    border: 1px solid #00983936;
    background: #fdfbfb;
    padding: 5px;
}
.wpcf7-form input[type="submit"]{
	    font-weight: normal;
    font-size: 14px;
    text-decoration: none !important;
    color: #fff !important;
    border-radius: 100px;
    padding: 8px 20px;
    background: #009839;
    display: flex;
    flex-wrap: wrap;
    transition: .4s;
    border: 2px solid #009839;
    margin-top: 10px;
    text-align: center;
        width: max-content;
}
.wpcf7-form input[type="submit"]:hover{
	color: #009839 !important;
    background: #fff !important;
}
.wpcf7-form>p{
	margin-bottom: 0px;
}
.wpcf7-form .wpcf7-spinner{
	position: absolute;
	left: 0;
	top: 0;

}
.custom-menu{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 0px;
	margin: 0px;
}
.custom-menu>li{
	list-style: none;
	margin-bottom: 0px !important;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.custom-menu>li>a{
    text-transform: uppercase;
    width: 100%;
    display: flex;
    color: #222;

}
.custom-menu>li.menu-item-has-children>a{
	width: calc(100% - 50px);
}
.custom-menu>li>.submenu-toggle{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 50px;
	cursor: pointer;
}
.custom-menu .sub-menu{
	display: none;
	    padding-top: 10px;
    margin-left: 10px;
}
.wpb_content_element ul li{
	list-style: none;
	    display: flex;
    flex-wrap: wrap;
}
.custom-menu>li>.submenu-toggle i.fa-chevron-down{
	position: relative;
	margin: auto;
	transition: .4s;
}
.custom-menu>li>.submenu-toggle.active i.fa-chevron-down{
	transform: rotate(180deg);
}
.custom-menu>li:last-child{
	border-bottom: none;
}
.custom-menu .sub-menu a{
	color: #222;
}
.custom-menu a:hover{
	color: #009839 !important; 
}
.custom-menu li.current-menu-item>a{
	color: #009839 !important; 
}
.tabs-sbory{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 10px 0 35px;
	gap: 15px;
	display: none;
}
.tabs-sbory li{
    padding: 10px 20px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .4s;
}
.tabs-sbory li.active{
	    background: #009839;
    color: #fff;
}
.tabs-content-sbory{

}
.tabs-content-sbory .tabs-content{
	display: none;
}
.tabs-content-sbory .tabs-content.active{
	display: block;
}
.loupe a{
	position: relative;
	overflow: clip;
	border-radius: 10px;
    box-shadow: 0px 0px 10px #bebebe;
}
.loupe a:after{
	content:'';
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .4s;
    background-size: 20%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00983996;

	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 682.667 682.667" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><defs><clipPath id="a" clipPathUnits="userSpaceOnUse"><path d="M0 512h512V0H0Z" fill="%23fff" opacity="1" data-original="%23fff" class=""></path></clipPath></defs><g clip-path="url(%23a)" transform="matrix(1.33333 0 0 -1.33333 0 682.667)"><path d="m0 0-176.47-176.41c-7.81-7.81-20.47-7.81-28.28 0l-14.41 14.4a20.003 20.003 0 0 0-5.85 14.15c0 5.3 2.11 10.39 5.86 14.14l176.47 176.4" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(235.03 192.35)" fill="none" stroke="%23fff" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="%23fff" class=""></path><path d="M0 0c-71.68 0-130 58.32-130 130S-71.68 260 0 260s130-58.32 130-130S71.68 0 0 0Z" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(332 202)" fill="none" stroke="%23fff" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="%23fff" class=""></path><path d="m0 0-42.68 42.68" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(191.29 148.61)" fill="none" stroke="%23fff" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="%23fff" class=""></path><path d="M0 0h-60v60h-40V0h-60v-40h60v-60h40v60H0Z" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(412 352)" fill="none" stroke="%23fff" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="%23fff" class=""></path><path d="M0 0c0-5.523-4.477-10-10-10S-20-5.523-20 0s4.477 10 10 10S0 5.523 0 0" style="fill-opacity:1;fill-rule:nonzero;stroke:none" transform="translate(342 162)" fill="%23fff" data-original="%23fff" class=""></path><path d="M0 0a169.362 169.362 0 0 0-52.357 24.434 170.714 170.714 0 0 0-42.68 42.68c-19.13 27.51-30.35 60.93-30.35 96.97 0 93.89 76.11 170 170 170s170-76.11 170-170c0-78.452-53.139-144.49-125.387-164.086" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(287.387 167.916)" fill="none" stroke="%23fff" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="%23fff" class=""></path></g></g></svg>');
}
.loupe a:hover:after{
	opacity: 1;
}
.wpb_image_grid_ul{
	display: flex;
	flex-wrap: wrap;
	height: auto;
}
.wpb_image_grid_ul li{
	position: relative;
	left: auto;
	top: auto;
}
.wpb_image_grid_ul a{
	position: relative;
	width: 100%;
	padding-top: 75%;
}
.wpb_image_grid_ul a img{
	position: absolute;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	top: 0;
	left: 0;
}
.feeds-blocks{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 30px;
}
.feeds-block{
width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0px 0px 5px #d1d1d1;
    border-radius: 10px;
}
.feeds-header{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
	font-weight: bold;
}
.feeds-image{
	width: 80px;
	margin-right: 20px;
}
.feeds-header{
	width: calc(100% - 100px);
	margin: 0px;
}
.feeds-block-bottom{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}
.feeds-header-top{

	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.feeds-text{
	position: relative;
	width: 100%;
	overflow: auto;
	font-size: 14px;
}
.feeds-block-bottom svg{
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	opacity: .3;
}
.feeds-block-bottom a{
	width: 130px;
	margin-left: 20px;
	display: flex;
	flex-wrap: wrap;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #eee;
}
.by-five .wpb_image_grid_ul{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0 !important;
}
.by-five .wpb_image_grid_ul li{
    padding: 10px !important;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #bebebe;
    width: calc(20% - 46px);
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: auto;

}
.citata .vc_message_box-icon{
	display: none !important;
}
.citata:before{
	content:'';
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="60" height="60" x="0" y="0" viewBox="0 0 100 100" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><g fill="%23ffc100"><path d="M44.722 22.538v30.934c0 20.422-11.77 27.706-27.738 31.79-2.434.622-4.952-.67-5.841-3.019-1.049-2.767.583-5.765 3.444-6.52 11.616-3.064 15.328-10.609 13.517-22.251H10.456A7.956 7.956 0 0 1 2.5 45.516V22.538a7.956 7.956 0 0 1 7.956-7.955h26.31a7.956 7.956 0 0 1 7.956 7.955zM97.5 22.538v30.934c0 20.422-11.771 27.706-27.739 31.79-2.433.622-4.951-.67-5.84-3.019-1.049-2.767.583-5.765 3.444-6.52 11.616-3.064 15.328-10.609 13.517-22.251H63.233a7.956 7.956 0 0 1-7.955-7.956V22.538a7.956 7.956 0 0 1 7.955-7.955h26.311a7.956 7.956 0 0 1 7.956 7.955z" fill="%23253341" opacity="1" data-original="%23ffc100" class=""></path></g></g></svg>');
	    height: 60px;
    position: absolute;
    width: 60px;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    filter: drop-shadow(-1px -1px 0px #fff);
}
.footer-conts p:not(.footer-menu-header){
	line-height: 1.8;
}
.for-postupleniya-table{
	max-height: 600px;
	overflow-y: auto;
}
.for-postupleniya-table thead{
	position: sticky;
	top: 0;
	z-index: 3;
}
.monthly{
	display: none !important;
}













@media(max-width: 1679px){
	.section-padding-empty{
		padding: 150px 0;
	}
	.section-padding.about-second{
		padding: 0px;
	}
}
@media(max-width: 1439px){
	.services-first.careers-first .service-left-vector-back {
	    max-width: 17%;
	    top: 18%;
	    transform: none;
	}
	.services-first.careers-first .service-right-top-vector-back {
	    max-width: 17%;
	    top: 10%;
	    transform: none;
	}
	.container{
		width: 1170px;
	}
	.hero-content h1{
		font-size: 42px;
	}
	.hero-content p.subheader{
		font-size: 18px;
		margin-bottom: 36px;
	}
	.section-padding {
	    padding: 64px 0;
	}
	.custom-header{
		font-size: 36px;
	}
	.advanced-blocks{
		    margin: 20px -20px;
	}
	.big-right-image{
		max-width: 37%;
	}
	.block-half-image{
		width: 58%;
	}
	.delivers-block .delivers-title{
		font-size: 16px;
	}
	.delivers-block .delivers-text{
		font-size: 14px;
	}
	.section-padding-big{
		padding: 60px 0;
	}
	.left-vector-back{
		width: 20%;
	}
	.right-vector-back{
		width: 20%;
	}
	.section-padding-empty{
		padding: 150px 0;
	}
	.feed-slide-content{
		font-size: 18px;
	}
	.banner-content .banner-content-left h2{
		font-size: 42px;
	}
	.banner-content .banner-content-right .custom-subheader{
		font-size: 20px;
	}
	.about-third-right img{
		max-width: 90%;
	}
	.about-fourth-img:nth-child(2){
		top: 0px;
	}
}
@media(max-width: 1199px){
	.carriers-content{
		max-width: 100%;
	}
	.careers-third-block:nth-child(n+4) {
	    width: calc(50% - 40px);
	}
	.carriers-second .carriers-second-left{
		top: 0;
		transform: translateY(0px);
	}
	.container {
        width: 960px;
    }
    .sipment-title{
    	font-size: 16px;
    }
    .sipment-text{
    	font-size: 14px;
    }
    .section-padding-empty{
    	padding: 80px 0;
    }
    .number-block-header{
    	font-size: 38px;
    }
    .block-content-slider-right{
    	padding-left: 40px;
    }
    .logos-slider{
    	margin: 40px 0;
    }
    .main-navigation a{
    	margin: 0 10px;
    }
    .left-header {
	    width: 20%;
	}
	.right-header{
	
	}
	section.hero-block{
		padding: 80px 0 40px;
	}
	.about-fourth-img:nth-child(2){
		width: 25%;
	}
	.about-fourth-img:nth-child(3){
		width: 35%;
	}
	.about-fourth-img:nth-child(4){
		right: 5%;
	}
}
@media(max-width:1023px){
	.sbor-block{
		width: calc(50% - 30px);
	}
	.about-fourth-img:nth-child(1){
		left: 2%;
	}
	.about-fourth-img:nth-child(4) {
        right: 2%;
    }
	.about-first .service-left-content h1{
		text-align: center;
	}
	.service-single-first.about-first div.custom-subheader{
		text-align: center;
		width: 100%;
	}
	.service-single-first.about-first .service-first-img {
	    transform: none;
	    left: 0;
	    right: 0;
	    margin: auto auto 40px;
	}
	.careers-third-block{
		width: calc(50% - 40px) !important;
	}
	.contact-first-left{
		width: 100%;
		margin: 0 0 40px;
	}
	.contact-first-right{
		width: 100%;
		margin: 20px 0 40px;
	}
	.contact-container{
		margin: 0px;
	}
	.container {
        width: 730px;
    }
	.navigation-header{
		display: none;
	}
	.left-header, .right-header{
		width: auto;
	}
	.header-mob-open {
	    display: flex;
	    padding: 0px;
	    border: none;
	    background: transparent;
	    outline: none;
	}
	.hero-content {
	    width: 75%;
	}
	div#desktop-header{
		display: flex !important;
	}
	.advanced-block{
		width: calc(50% - 40px);
	}
	.block-half-image{
		width: 100%;
	}
	.big-right-image {
        max-width: 37%;
        width: 400px;
        max-width: calc(100% - 30px);
        position: relative;
        transform: none;
        margin: 50px auto;
        right: auto;
        left: auto;
        display: flex;
    }
    .delivers-blocks~.for-button-left{
    	justify-content: center;
    }
    .sipment-block-content{
    	padding-top: 100%;
    }
    .block-content-slider-left{
    	width: 100%;
    	padding-bottom: 0px;
    }
    .block-content-slider-left .custom-header, .block-content-slider-left .custom-subheader{
    	text-align: center;
    }
    .block-content-slider-right{
    	width: 100%;
    	padding-left: 0px;
    }
    .step{
    	    width: calc(100% - 40px);
    }
    .banner-content .banner-content-left{
    	width: 100%;
    }
    .banner-content .banner-content-right{
    	width: 100%;
    	align-items: center;
    }
    .banner-content .banner-content-left h2{
    	text-align: center;
    	font-size: 38px;
    }
    .banner-content .banner-content-right .custom-subheader{
    	text-align: center;
    }
    .right-footer {
	    align-items: center;
	    justify-content: center;
	    width: 100%;
	    margin-top: 20px;
	}
	.sipment-block{
		width: calc(50% - 40px);
	}
	.service-right-top-vector-back{
		transform: none;
		top: 0px;
	}
	.service-left-vector-back{
		top: 20%;
	}
	.services-blocks .service-block{
		width: calc(100% - 40px);
	}
	.service-left-content{
		width: 100%;
	}
	.service-single-first{
		height: auto;
		padding-bottom: 60px;
		padding-top: 40px;
		display: flex;
		flex-direction: column-reverse;
	}
	.service-left-content h1{
		        font-size: 32px;
	}
	.service-first-img {
	    position: relative;
	    right: 0px;
	    max-height: 50vw;
	    margin: 0 0 0 auto;
	    transform: none;
	    transition: inherit;
	}
}
@media(max-width: 767px){
	.feeds-block{
		padding: 20px;
	}
	.vc_color-alert-info.vc_message_box-solid.citata{
		padding: 20px 15px 15px !important;
	}
	.citata:before{
		transform: translate(20% , -20%);
	}
	.by-five .wpb_image_grid_ul li{
		    margin: 0px !important;
		        width: calc(50% - 10px);
	}
	.rekvizity-block .service-second-block{
		width: calc(100% - 20px);
	}
	.home-service .services-blocks .service-block{
		width: calc(100% - 30px);
	}
	.sbor-block{
		width: calc(100% - 30px);
	}
	.footer-block{
		width: 100%;
	}
	.form-footer-block{
		font-size: 14px;
	}
	.price-block{
		font-size: 14px;
		width: calc(50% - 8px);
	}
	.sbor-name a{
		font-size: 24px;
	}
	.sbor-name{
		margin: 10px;
	}
	.sbor-for-photo{
		border-radius: 10px;
	}
	.sbor-section{
		padding: 10px;
		border-radius: 10px;
	}
	.header-logo label{
        font-size: 16px;
    }
    .sbor-text{
    	font-size: 14px;
    	padding: 0 10px;
    }
    .sbor-left{
        width: 100%;
        margin-bottom: 10px;
        border-radius: 10px;
    }
    .sbor-person{
    	padding: 10px;
    	border-radius: 10px;
    }
    .sbor-right{
        width: 100%;
        border-radius: 10px;
    }
	.services-first a{
		display: none !important;
	}
	.section-padding-big.carriers-second{
		padding-top: 0px;
	}
	.explore-button{
		display: none;
	}
	.about-fifth-block{
		    width: 100%;
    	margin: 40px 0;
	}
	.about-fourth .container .about-foutrh-container{
		margin: 0 -50px;
	}
	.about-fourth .container .about-foutrh-container .about-foutrh-content{
		width: calc(100% - 90px);
	}
	.about-fifth-block p.h2-about-fifth{
		font-size: 32px;
	}
	.section-padding.about-fifth {
        padding: 24px 0 24px;
    }
	.about-fourth-img:nth-child(3) {
        max-width: 35%;
        bottom: 0;
    }
    .about-fourth-img:nth-child(2){
    	max-width: 25%;
    }
	.about-fourth-img:nth-child(4){
		display: none;
	}
	.about-fourth-img:nth-child(1){
		display: none;
	}
	.section-padding.about-fourth{
		padding: 150px 0;
	}
	.section-padding.about-second{
		padding: 0 0 64px;
	}
	.about-third-left{
		width: 100%;
	}
	.about-third-right{
		width: 100%;
	}
	.about-third-right img{
		max-width: 100%;
	}
	.about-third-right{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.service-single-first.about-first{
		padding-bottom: 50px;
	}
	.job-se h1{
		text-align: center;
		font-size: 32px;

	}
	.job-se .container {
	    font-size: 16px;
	}
	.job-se{
		padding: 44px 0 24px;
	}
	.careers-second-right a.orange-button{
		display: none;
	}
	.careers-third-block{
		width: calc(100% - 40px) !important;
		margin: 8px 20px;
	}
	.careers-second-left-block{
		    top: inherit !important;
    left: inherit !important;
    margin: 5px;
    position: relative;

	}
	.careers-fourth-container{
		flex-direction: column;
	}
	.careers-fourth-container .custom-header{
		text-align: left;
	}
	.careers-fourth-blocks{
		width: 100%;
	}
	.careers-second-left .custom-header{
		text-align: center;
		width: 100%;
		margin-top: 50px;
	}
	.section-padding.careers-second{
		padding-top: 0px;
		padding-bottom: 24px;
	}
	.careers-second-content{
		display: flex;
		flex-direction: column;
	}
	.careers-second-left{
		width: 100%;
		padding-right: 0px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.careers-second-right{
		width: 100%;
		align-items: center;
		text-align: center;
	}
	    .services-first.careers-first .service-left-vector-back {
        top: 0px;
        transform: translateY(50%);
        max-width: calc(40% - 10px);
    }
	.services-first.careers-first .service-right-top-vector-back {
        top: 0;
        transform: none;
        max-width: calc(60% - 10px);
    }
	.carriers-fourth-right {
	    position: absolute;
	    max-width: 20%;
	    top: 50%;
	    transform: translateY(-30%) translateX(10%);
	    right: 0;
	    position: relative;
	    max-width: 60%;
	    transform: none;
	    top: auto;
	    left: 15px;
	}
	.carriers-fourth-left {
    position: relative;
    max-width: 50%;
    top: 0px;
    transform: none;
    right: auto;
    left: auto;
    transform: translateY(-40px);
    display: flex
;
    margin: auto;
    margin-right: 0;
}
	.carriers-second .custom-header span{
		color: #009839;
	}
	.carriers-block{
		width: calc(100% - 40px);
		margin-bottom: 8px;
		margin-top: 8px;
	}
	.carriers-third .custom-header{
		text-align: center;
	}
	.carriers-second{
		position: relative;
    display: flex
;
    flex-direction: column;
    align-items: center;
	}
	.carriers-second .carriers-second-right{
		    max-width: max-content;
    margin: auto;
    transform: none;
    position: relative;
    left: auto;
    right: auto;
    margin-bottom: 32px;
    max-width: calc(100% - 30px);
	}
	.carriers-second .carriers-second-left{
		display: none;
	}
	.service-third-container-right ul{
		    width: 100%;
    	padding-left: 20px;
    	margin-top: 24px;
	}
	.service-third-container a.orange-button{
		margin-left: auto;
		margin-right: auto;
	}
	.service-left-content{
		padding-top: 40px;
	}
	.service-third-container .for-button-center{
		width: 100%;
	}
	.service-third-right-img{
		width: 100%;
	}
	.breadcrumbs{
		width: 100%;
		text-align: center;
	}
	.service-left-content h1{
		text-align: center;
	}
	.service-left-content div.custom-subheader{
		text-align: center;
	}
	.contact-first-left h1{
		text-align: center;
		font-size: 32px;
	}
	.service-left-content a.orange-button{
		margin: 0 auto;
	}
	.contact-first-left .subheader p{
		font-size: 16px;
		text-align: center;
	}
	.contact-first-block{
		padding: 40px 0 0;
	}
	.service-single-first{
		display: flex;
		flex-direction: column-reverse;
		padding-top: 30px;
	}
	.service-first-img{
		        max-height: inherit;
        max-width: calc(100% - 15px);
	}
	.service-second-block{
		width: calc(100% - 40px);
    	margin: 10px 20px;
	}
	.service-third-container-left{
		width: 100%;
		padding-right: 0px;
		margin-bottom: 0px;
	}
	.service-third-container-right{
		width: 100%;
		margin-bottom: 32px;
	}
	.service-third-container-left h2{
		margin-bottom: 32px;
		text-align: center;
	}
	.service-left-vector-bottom-back {
	    position: absolute;
	    bottom: auto;
	    right: 43%;
	    max-width: 30%;
	    max-height: 25%;
	    width: auto;
	    height: auto;
	    top: 66vw;
	}
	.services-first{
		height: auto;
		        padding-top: calc(100vw + 35px);
	}

	.services-first a{
		margin-top: 20px;
	}
	.services-second{
		padding-top: 0px;
	}
	div.custom-subheader p{
		margin-top: 0px;
	}
	.service-content{
		padding-top: 140%;
	}
	.service-left-vector-back{
		top: 0px;
		transform: translateY(50%);
		max-width: calc(40% - 10px);
	}
	.service-right-top-vector-back{
		    max-width: calc(60% - 10px);
    	max-height: 50%;
	}
	.right-header{
		display: none;
	}
	    .hero-content {
        width: 100%;
        justify-content: center;
        display: flex
;
        flex-direction: column;
        align-items: center;
    }
	.hero-content h1{
		font-size: 32px;
		text-align: center;
		margin-bottom: 24px;
	}
	.hero-content p.subheader {
        font-size: 16px;
        margin-bottom: 32px;
        text-align: center;
    }
        section.hero-block {
        padding: 80px 0 32px;
        align-content: flex-end;
        margin-bottom: 64px;
    }
    .hero-overlay{
    	    background-image: linear-gradient(2deg, rgba(0, 0, 0, 0.95) 10%, rgba(0, 0, 0, 0.2) 100%);
    background-color: rgba(136, 178, 219, 0.15);
    }
        .custom-header {
        font-size: 32px;
    }
    .custom-header br{
    	display: none;
    }
    .custom-header span{
    	color: #253341;
    }
        .advanced-block {
        width: calc(100% - 40px);
        margin: 12px 20px 4px;
    }
    .advanced-blocks{
    	margin-bottom: 20px;
    }
    a.orange-button{
    	padding: 20px 40px;
    	text-align: center;
    	font-size: 14px;
    	justify-content: center;
    }
    #home_third_block{
    	padding-top: 0px;
    	display: flex;
    	flex-direction: column-reverse;
    }
    .big-right-image{
    	margin-top: 0px;
    	margin-bottom: 32px;
    }
    .block-half-image h2.custom-header{
    	text-align: center;
    }
    .block-half-image .custom-subheader{
    	text-align: center;
    }
        .delivers-block {
        width: calc(100% - 40px);
        align-items: center;
        text-align: center;
    }
        .delivers-block .delivers-title {
        font-size: 18px;
        text-align: center;
    }
    .delivers-block .delivers-text {
        font-size: 16px;
        text-align: center;
    }
    .delivers-block{
    	margin: 12px 20px;
    }
    .section-padding{
    	padding: 0 0 64px;
    }
    .sipment-block-content {
        padding-top: 133.3%;
    }
        .sipment-block {
        width: calc(100% - 40px);
        margin: 0 20px 24px;
    }
    .sipment-blocks{
    	margin: 32px -20px ;
    }
    #home_fourth_block a.orange-button{
    	padding: 20px;

    }
        .sipment-title {
        font-size: 18px;
        text-align: center;
    }
        .sipment-text {
        font-size: 16px;
        text-align: center;
        display: block;
        width: 100%;
    }
    .block-content-image-left{
    	width: 100%;
    }
    .mob-hidden{
    	display: none !important;
    }
    .desk-hidden{
    	display: flex !important;
    }
    .block-content-image-left h2 {
	    text-align: center;
	}
	.block-content-image-left p{
		text-align: center;
	}
	.block-content-image-left p br{
		display: none;
	}
	.block-content-image-right {
	    width: 100%;
	    margin-bottom: 32px;
	}
	#home_fifth_block .for-button-center{
		width: 100%;
	}
	.number-blocks{
		margin-top: 32px;
	}
	.number-block{
		width: 100%;
		margin-bottom: 40px;
	}
	.number-block-header {
        font-size: 48px;
        margin-bottom: 12px;
    }
    .block-content-slider-left .custom-subheader br{
    	display: none;
    }
        .feed-slide-content {
        font-size: 20px;
        text-align: center;
    }
    .feed-slide-header{
    	text-align: center;
    }
    .feed-slide-subheader{
    	font-size: 14px;
    	text-align: center;
    }
    .block-content-slider-controls{
    	    transform: translateY(24px);
    }
    .block-content-slider{
    	padding-bottom: 24px;
    }
        .step {
        width: calc(100% - 40px);
        margin: 12px 20px;
        padding: 24px 16px 24px 8px;
    }
    .banner-content .banner-content-left h2 {
        text-align: center;
        font-size: 32px;
    }
    .banner-content .banner-content-right .custom-subheader {
        text-align: center;
        font-size: 16px;
    }
    .banner-content-left .custom-header br{
    	display: block;
    }
    .banner-section-padding{
    	align-items: flex-end;
    	padding: 32px 0;
    	margin-bottom: 2px;
    }
    .footer-block{
    	width: 100%;
    	margin-bottom: 40px;
    }
    .footer-logo{
    	width: 100%;
    	margin-bottom: 24px;
    }
    .hero-video-block video{
    	width: 200%;
    }
    .right-footer {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 44px;
    }
    #colophon{
    	padding-bottom: 32px;
    }
    footer#colophon .copyr{
    	margin-top: 0px;
    }
    .sipment-blocks{
    	margin-bottom: 12px;
    }
    .right-top-vector-back{
    	position: absolute;
    	top: -15px;
    	right: 0;
    }
    .right-bottom-vector-back{
    	position: absolute;
    	bottom: 0;
    	right: 0;
    }
    .section-padding-empty{
    	margin-bottom: 64px;
    }
    section.hero-block{
    	height: calc(100vh - 70px);
    }
    .privacy .container h1{
    	font-weight: 500;
font-size: 32px;
line-height: 120%;
text-align: center;
    }
    .privacy .container{
    	text-align: center;
    }
}
@media(max-width: 424px){
	.careers-second-left-block:first-child{
		transform: translateY(-10px) !important;
	}
	.careers-second-left-block:nth-child(3){
		    transform: translateX(-40px) !important;
	}
	.careers-second-left-block:nth-child(2){
		    transform: translateX(10px) !important;
	}
	a.orange-button{
		padding: 20px 24px;
	}
	.footer-logo img {
	    max-height: 32px;
	}
	.right-footer{
		width: 100%;
		flex-direction: column;
		margin-bottom: 28px;
	}
	.right-footer a{
		margin: 0px 0px 16px;
	}
	    .right-footer a {
        margin: 0px 0px 16px !important;
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}
@media(max-width: 370px){
	.careers-second-left-block{
		padding: 10px;
	}
	.careers-second-left-block div{
		width: 40px;
		height: 40px;
		margin-right: 8px;
	}
}