html{
	 scroll-behavior: smooth;
}
.hero-overlay{
    background-image: linear-gradient(269deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 66.68%), linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, .5) 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;*/ 
  	min-height: calc(var(--vh, 1vh) * 70); 
	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;

}
.hero-video-block img{
	position: absolute;
	    object-fit: cover;
    width: 100%;
    height: 100%;
}
.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: 65%;
	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: #0063a3;
	display: flex;
    width: max-content;
    flex-wrap: wrap;
    max-width: 100%;
    border: 2px solid #0063a3;
}
.hero-content a.btn-link:hover{
	color: #0063a3 !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;
}
header#masthead.not-home{
	position: sticky;
	top: 0px !important;
	background: #fff !important;
}
.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: 16px;
	color: #fff;
	margin: 0 16px;
	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;
line-height: 1;

}
.right-header{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 30%;
	justify-content: flex-end;
}
.right-header a:last-child{
	margin-left: 16px;
}
.right-header a:hover{
	transform: translateY(-3px);
}
.section-padding{
	padding: 60px 0;
}
.left-header{
	width: 30%;
}
.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: #0063a3;
}
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: #0063a3;
	    display: flex
;
    flex-wrap: wrap;
    transition: .4s;
    border: 2px solid #0063a3;
}
a.orange-button:hover{
	color: #0063a3 !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(25% - 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;
	letter-spacing: 0.05em;
	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: #0063a3;
}
.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: #0063a3;
    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;
}
.footer-logo{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footer-logo span{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.footer-logo img{
	max-height: 26px;
	margin-right: 10px;
	width: auto;
}
.footer-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.footer-menu-header{
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 0px;
}
.footer-menu{
	margin-left: 0px;
}
.footer-menu li{
	margin-bottom: 16px;
}
.footer-menu li a{
	font-weight: 400;
	font-size: 14px;
	color: #fff !important;
	text-decoration: none;
	transition: .4s;
}
.footer-menu li a:hover{
	color: #0063a3 !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;
    line-height: 1;
    gap: 10px;
}
footer .quote-link {
    border-radius: 100px;
    padding: 12px 16px;
    background: #0063a3;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none !important;
    transition: .4s;
    line-height: 1;
}
.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;
}

    .desk-hidden{
    	display: none !important;
    }
.header-logo{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.header-logo span{
color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
}
.header-logo img{
	max-height: 25px;
    margin-right: 10px;
    width: auto;
    transition: .4s;
}
.gk-fixed-header .header-logo img{

}
[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;
	right: auto;
	left: 40px;
}
#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: #0063a3;
	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: #0063a3;
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;
}

.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;
}
.services-blocks.service-block-news .service-block{
	width: calc(33.33% - 40px);
}
.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: center;
}
.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-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: #0063a3;
	    display: flex
;
    flex-wrap: wrap;
    transition: .4s;
    border: 2px solid #0063a3;
    margin-top: 24px;
}
.service-block-bottom .service-link:hover{
	color: #0063a3 !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-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: #0063a3;
}
.main-navigation li.current-menu-item a, .main-navigation .current-page-ancestor a{
	position: relative;
}
.main-navigation .sub-menu li{
	margin-bottom: 15px;
}
.main-navigation .sub-menu li:last-child{
	margin-bottom: 0px;
}
.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: #0063a3;
}
.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(50% - 40px);
	margin: 20px;
}
.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;
}
.main-lang{
	position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.main-lang .wpml-ls-statics-shortcode_actions{
	opacity: 0;
	position: absolute;
	top: 80%;
	visibility: hidden;
	transition: .4s;
	left: 50%;
	padding: 0px;
	transform: translateX(-50%);
}
#main-services{
	padding-top: 80px;
	margin-top: -80px;
}
.main-lang:hover .wpml-ls-statics-shortcode_actions{
	top: 100%;
	opacity: 1;
	visibility: visible;	
}
.main-lang .wpml-ls-statics-shortcode_actions ul{
	display: flex;
	flex-direction: column;
	background: #fff;
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.07);
	padding: 7px;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(180deg, #ffffff00, #fffffff0 15%);
    padding-top: 10px;
}
.main-lang .wpml-ls-statics-shortcode_actions ul li{
	
}
.wpml-ls-legacy-list-horizontal a{
	color: #000 !important;
	text-transform: uppercase;
	font-size: 16px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a{
	color: #0063a3 !important;
}
.wpml-ls-legacy-list-horizontal a{
	margin-left: 0px !important;
	transform: none !important;
	transition: .4s;
}
.lang-svg{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.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 li.menu-item-has-children>a{
	padding-right: 15px;
	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="15" height="15" x="0" y="0" viewBox="0 0 491.996 491.996" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="m484.132 124.986-16.116-16.228c-5.072-5.068-11.82-7.86-19.032-7.86-7.208 0-13.964 2.792-19.036 7.86l-183.84 183.848L62.056 108.554c-5.064-5.068-11.82-7.856-19.028-7.856s-13.968 2.788-19.036 7.856l-16.12 16.128c-10.496 10.488-10.496 27.572 0 38.06l219.136 219.924c5.064 5.064 11.812 8.632 19.084 8.632h.084c7.212 0 13.96-3.572 19.024-8.632l218.932-219.328c5.072-5.064 7.856-12.016 7.864-19.224 0-7.212-2.792-14.068-7.864-19.128z" fill="%23fff" opacity="1" data-original="%23fff" class=""></path></g></svg>');
	background-size: 10px;
    background-position: right center;
    background-repeat: no-repeat;
}

#breadcrumbs{
	margin: 15px 0;
	font-size: 16px;
}
#breadcrumbs a{
	color: #0063a3;
}
.price-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
        box-shadow: 0px 0px 10px #bebebe;
    border-radius: 10px;
    overflow: hidden;
    overflow: clip;
    padding: 1.5rem;
    background: #f9fcf9;
}
.price-table table{
	    border-radius: 10px 10px 0 0;
    overflow: clip;
}
.price-table thead tr{
	   background: linear-gradient(135deg, #0063a3 0%, #4a7c4e 100%);
	    color: #fff;
}
.price-table tbody tr{
	background: #f9fcf9;
	border-bottom: 1px solid #ddd;
	transition: .4s;
}
.price-table tbody tr:hover{
	background: #0063a317;
}
.price-table tbody tr:last-child{
	border-bottom: 0px;
}
.price-table td:not(:first-child), .price-table th:not(:first-child){
	text-align: center;
}
.price-table th{
    padding: 10px 15px;
    text-align: left;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1.35;
    font-weight: normal;
}
.price-table td{
    padding: 10px 15px;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.35;
}
.left-hero-svg{

	    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-30%) translateX(-30%);
    z-index: -1;
}
.faq__title{
	background: rgba(136, 178, 219, 0.1);
    display: flex;
    justify-content: space-between;
    font-size: 22px;
    padding: 15px 50px 15px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    width: 100%;
    position: relative;
}
.faq{
	margin-left: 0px;
}
.faq__title svg{
	    position: absolute;
    right: 20px;
    top: 22px;
}
.faq__item{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin-bottom: 15px;
}
.faq__content{
	font-size: 18px;
	display: none;
	padding: 0 15px 15px;
}
.faq__content.active{
	display: block;
}
.content-container ul{
	margin-left: 20px;
}
.content-container ul li{
	list-style: disc;
}
.content-block{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;

}
.content-block.content-reverce{
	flex-direction: row-reverse;
}
.content-block-image{
	    width: calc(50% - 10px);
    padding-top: 26%;
    position: relative;
    overflow: clip;
    box-shadow: 0 4px 20px rgb(0 0 0 / 25%);
    border-radius: 20px;
}
.content-block-image img{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;	
	position: absolute;
}
.content-container{
	width: 100%;
	font-size: 16px;
}
.content-block-image + .content-container{
	width: calc(50% - 10px);
}

.table-description{
	    padding-top: 1.5rem;
    border-top: 1px solid #aaa;
}
.table-description p:last-child{
	margin-bottom: 0px;
}
.contact-container{
	display: flex;
	flex-wrap: wrap;
	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;
	padding: 20px;
	border-radius: 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, .contact-first-left h2{
	font-weight: 500;
	font-size: 52px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #0063a3;
	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: #0063a3;
}
.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;
}
.hero-block.single-hero{
	min-height: auto;
}
.feedback-header{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 10px;
}
.feedback-subheader{
	font-size: 18px;
	margin: 0 0 25px;
	text-align: center;
}
.fancybox-container *{
	font-weight: inherit;
}
.form-ajax-radio{

}
.form-ajax-radio p{
	font-size: 18px;
	margin: 0px 0 10px;
	text-align: left;
}
.form-ajax-radio div{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.form-ajax-radio{
	margin-bottom: 15px;
}
.form-ajax-radio div input{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 6;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}
.form-ajax-radio div.checkbox-wrap{
	position: relative;
}
.form-ajax-radio div label{

	
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.form-ajax-radio div label span{
	font-size: 15px;
	line-height: 1;
	margin-left: 20px;

}
.form-ajax-radio div label:before{
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
    z-index: 5;
    content: '';
    background: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 0px 2px #ddd;
    transition: .4s;
}
.form-ajax-radio div input:checked ~ label:before{
	background: #0063a3;
	box-shadow: 0px 0px 0px 2px #0063a3;
}
.form-ajax-radio div input:checked ~ label{
	color: #0063a3;
}
.feedback-section{
	width: 600px;
	max-width: calc(90vw - 10px);
}
.from-ajax-input textarea{
	border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 100%;
    padding: 13px;
    font-size: 18px;
    line-height: 140%;
    resize: none;
    height: 130px;
}

.from-ajax-input{
	    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
nav#mobile-navigation > ul > li{
	border-bottom: none;
}
nav#mobile-navigation > ul{
	border-top: none;
}
.form-loading{
	position: relative;
}
.form-loading:before{
	content:'';
	position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.form-loading.loading:before{
	content:'';
	opacity: 1;
    visibility: visible;
}
.form-loading.loading:after{
content: '';
    width: 60px;
    height: 60px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top: 4px solid #ffffff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    display: flex;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    z-index: 33;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}
.feedback-form{
	position: relative;
}
.feedback-form form{

}
.feedback-form .block-header{
font-size: 32px;
line-height: 120%;
color: #34517f;
margin-bottom: 20px;
text-align: left;
}
.feedback-form .block-subheader{
	font-size: 18px;
line-height: 140%;
color: #000;
text-align: left;
}
.from-ajax-input{
	width: 100%;
}
.from-ajax-input input.form-input{
border: 1px solid #ddd;
border-radius: 10px;
margin-bottom: 10px;
width: 100%;
padding: 13px;
font-size: 18px;
line-height: 140%;
}
.from-ajax-input input.form-input-submit{
	width: max-content;
	background: #0063a3;
	border-radius: 30px;
	padding: 15px 50px;
	font-size: 18px;
line-height: 140%;
text-align: center;
color: #fff;
transition: .4s;
border: none;
margin-top: 10px;
}
.from-ajax-input input.form-input-submit:disabled{
	cursor: no-drop;
    background: #a8a8a8;
}
.from-ajax-input input.form-input-submit:hover{
	transform: translateY(-3px);
}
.modal-form-feedback-result{
	display: none;
}
.modal-form-feedback-result{
	    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 7;
    background: #fff;
    justify-content: center;
    align-items: center;
    display: none;
}
.modal-form-feedback-result-wrap{
	    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
}
.modal-form-feedback-result-wrap p{
	    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
}
.main_prices_tabs{
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.main_prices_tabs li{
    font-size: 20px;
    color: #191716 !important;
    font-weight: 600;
    border: 2px solid #0063a3;
    border-radius: 50px;
    transition: .4s;
    align-items: center;
    padding: 10px 33px;
    text-decoration: none;
    line-height: 1;
    display: flex;
    justify-content: center;
    text-align: center;
    list-style: none;
    margin: 0 15px 15px 0 !important;
    cursor: pointer;
}
.main_prices_tabs li:hover{
    transform: translateY(-3px);
}
.main_prices_tabs li.active{
    background: #0063a3;
    color: #fff !important;
}
.price-td:not(.active){
    display: none;
}
.price-td{
    min-width: 180px;
}
.main_prices_table th{
    background-color: transparent !important;
}
.main_prices_table thead{
    background: #0063a3;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    position: sticky;
    top: 0;
    z-index: 5;
}
.main_prices_table{
    border-radius: 15px;
    width: 100%;
    overflow: clip;
}
.main_prices_table tbody tr{
        background-color: #fff;
    border-bottom: 1px solid #e8e6ef;
    transition: .4s;
     position: relative;
}
.main_prices_table tbody tr td{
    padding: 1.5rem 3rem;
    border: none;
    font-size: 1.2rem;
}
.main_prices_table thead tr th{
    border: none;
}
.main_prices_table tbody tr td.bold-td{
    font-weight: bold;
}
.main_prices_table th{
    font-size: 20px;
    color: #ffff;
    padding: 1.5rem 3rem;
}
.main_prices_table tbody tr:nth-child(even){
        background: #0063a308;
}
.main_prices_table tbody tr:hover{
        box-shadow: 0px 5px 10px #ede9e9;
    z-index: 3;
   
}
.prices_content h2{
    text-align: center;
    margin: 30px 0 20px;
    font-weight: bold;
}
.main_prices_content{
    position: relative;
    width: 100%;
}
.prices_content{
    top: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    left: 20vw;
    transition: .4s;
}
.prices_content.active{
    position: relative;
    z-index: 3;
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 0;

}
.main_prices_table tbody tr td:not(:first-child){
	text-align: center;
}

.intl-tel-input{
	width: 100%;
	margin-bottom: 10px;
}
.from-ajax{
	position: relative;
}
#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: #0063a3;
    color: #fff;
    margin: 10px 10px 0;
    text-align: center;
}
nav#mobile-navigation a {
    font-family: "Cabinet Grotesk Regular", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #1E1E1E;
    text-transform: inherit;
}
nav#mobile-navigation > ul > li {
    border-bottom: 1px solid #dbdada;
    list-style-type: none;
    transition: all 0.3s;
}
nav#mobile-navigation > ul li.menu-item-has-children > span{
	padding-top: 6px;
}
.contact-widget.active {
    right: 50px;
    bottom: 60px;
}
.contact-widget {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9;
    transition: 1s;
}
.contact-widget.active:before {
    opacity: 1;
    transition: .4s;
    z-index: 2;
    content: attr(data-toolbot);
    position: absolute;
    width: max-content;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px #bebebe;
    top: -40px;
    right: -5px;
    font-size: 13px;
    line-height: 15px;
    color: #222;
    text-align: center;
    visibility: visible;
}
.contact-widget:hover:before {
    z-index: -200;
    opacity: 0;
}
.contact-widget.active:after {
    opacity: 0;
    transition: .4s;
    z-index: -100;
    content: attr(data-tooltiper);
    position: absolute;
    width: max-content;
    max-width: calc(100vw - 30px);
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px #bebebe;
    top: -40px;
    right: -5px;
    font-size: 13px;
    line-height: 15px;
    color: #222;
    visibility: visible;
}
.contact-widget:hover:after {
    z-index: 33;
    opacity: 1;
}
.main-button {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #a3a3a3;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
ul.contacts {
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 80px;
    height: 80px;
    right: 0;
    top: 0;
    z-index: 0;
    list-style: none;
}
ul.contacts li {
    width: 40px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    transition: 1s;
    cursor: pointer;
}
.contact-widget.active ul.contacts li:nth-child(1) {
    right: 110px;
    opacity: 1;
    transition-delay: 0s;
}
ul.contacts li:nth-child(1) {
    transition-delay: .6s;
}
.contact-widget.active ul.contacts li:nth-child(2) {
    right: 90px;
    top: 90px;
    opacity: 1;
    transition-delay: 0s;
}
ul.contacts li:nth-child(2) {
    transition-delay: .3s;
}
.contact-widget.active ul.contacts li:nth-child(3) {
    top: 105px;
    opacity: 1;
    transition-delay: 0s;
}
ul.contacts li:nth-child(3) {
    transition-delay: 0s;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.product-card__label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #252a2e;
}

.product-colors {
    display: flex;
    gap: 8px;
}

.color {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transition: .2s ease;
    position: relative;
    padding: 0px;
}

.color.active {
    border-color: #0063a3;
    transform: scale(1.1);
}

.color--white {
    background: #ffffff;
    border-color: #ddd;
}

.color--lightgrey {
    background: #d9d9d9;
}

.color--grey {
    background: #8c8c8c;
}

.color--black {
    background: #222222;
}
.catalog-grid{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.product-card{
    display: flex;
    flex-wrap: wrap;
    width: calc(25% - 30px);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #c1c1c1;
    position: relative;
    background: #f1f1f6;
    flex-direction: column;
    justify-content: space-between;
}
.product-card__image{
	border-radius: 10px;
	border: 1px solid #c1c1c1;
	overflow: clip;
	background: #fff;
}
.product-card__title{
	margin: 10px 0;
}
.product-card__sizes p{
	margin: 0px 0 5px;
}
.product-card__dimensions{
	    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.product-size{
	background: #fbad26;
	color: #353a40;
	transition: .4s;
	border: none;
	border-radius: 5px;
	    box-shadow: 0 110px 31px #0000, 0 70px 28px #00000003, 0 40px 24px #0000000d, 0 18px 18px #00000017, 0 4px 10px #0000001a;
}
.product-size.active{
	    background-color: #0063a3;
    color: #fff;
}
.product-card__sizes{
	margin-bottom: 10px;
}
a.js-open-popup{
	color: #0063a3;
}
.product-card__colors-block {
    margin-bottom: 10px;
}
.product-card__assembly{
	margin-top: 15px;
    margin-bottom: 20px;
}
.product-colors-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
.product-card__actions{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	margin-top: 10px;
}
.product-button--info{
	background-color: #fbad26;
    color: #353a40;
    border: none;
    padding: 10px 15px;
    font-weight: bold;
        box-shadow: 0 110px 31px #0000, 0 70px 28px #00000003, 0 40px 24px #0000000d, 0 18px 18px #00000017, 0 4px 10px #0000001a;
        transition: .4s;
}
.product-button--cart{
	background-color: #0063a3;
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-weight: bold;
       margin-top: 10px;
        transition: .4s;
}
.product-price-value{
	    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
    display: flex;
}
.product-card__delivery{
	background-color: #0063a3;
    color: #fff;
    position: absolute;
    top: 10px;
    width: 100%;
    left: 10px;
    width: max-content;
    padding: 5px 10px;
    border-radius: 10px 0 10px 0;
    z-index: 2;
}
.product-card__panels{
	margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}
.product-card__panels p{
	width: 100%;
	margin-bottom: 8px;
	margin-top: 0px;
}
.product-checkbox{
	    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    line-height: 1;
    margin-right: 15px;
}
.product-checkbox input{
	position: absolute;
	z-index: 3;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.product-checkbox span{
width: 15px;
height: 15px;
border: 2px solid #fbad26;
background: #fff;
transition: .4s;
display: flex;
border-radius: 40px;
}
.product-checkbox input:checked ~ span{
width: 15px;
height: 15px;
border: 2px solid #252a2e;
background: #fbad26;
}

.product-card__gallery {
    margin-bottom: 16px;
}

.product-card__slide img {
    display: block;
    width: 100%;
    height: auto;
}

.product-card .slick-arrow {
    z-index: 2;
}

.product-card .slick-dots {
    bottom: 10px;
}
.card-header{
	width: 100%;
}

.popup-container{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 1280px;
	max-width: 90vw;
	flex-direction: column;
}
.product-popup__top{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	    width: 100%;
	    margin-bottom: 40px;
}
.product-popup__gallery{
	width: calc(50% - 20px);
}
.product-popup__info{
	width: calc(50% - 20px);
}
.popup-tab{
	display: none;
}
.popup-tab.active{
	display: block;
}
.popup-tabs__nav{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	gap: 20px;
}
.popup-tabs__nav button{
	    background: #fbad26;
    color: #353a40;
    transition: .4s;
    border: none;
    border-radius: 5px;
    box-shadow: 0 110px 31px #0000, 0 70px 28px #00000003, 0 40px 24px #0000000d, 0 18px 18px #00000017, 0 4px 10px #0000001a;
    border: none;
    font-size: 16px;
    transition: .4s;
}
.popup-tabs__nav button.active{
	    background-color: #0063a3;
    color: #fff;
}
.popup-specs{
    width: 800px;
    max-width: 100%;
}
.popup-specs tr{
	border-bottom: 1px solid #ccc;
}
.popup-specs td{
	padding: 5px 15px;
}
.popup-specs td:last-child{
	text-align: right;
}
.product-popup__title{
	    font-size: 40px;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
}
.product-popup__price{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
	margin-bottom: 20px;
}
.popup-price-value{
	margin-top: 10px;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
}
.popup-label{
	margin-bottom: 5px;
}
.popup-sizes{
margin-bottom: 10px;
display: flex;
flex-wrap: wrap;
gap: 5px;
}
.popup-sizes button{
background: #fbad26;
    color: #353a40;
    transition: .4s;
    border: none;
    border-radius: 5px;
    box-shadow: 0 110px 31px #0000, 0 70px 28px #00000003, 0 40px 24px #0000000d, 0 18px 18px #00000017, 0 4px 10px #0000001a;
}
.popup-sizes button.active{
	background-color: #0063a3;
    color: #fff;
}
.popup-section{
	margin-bottom: 10px;
}
.popup-checkboxes{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.popup-checkboxes .product-checkbox{
	width: max-content;
}

.about-page{
    color:#1F2958;
}

section{
    margin-top:96px;
}

h1{
    font-size:68px;
    line-height:1.05;
    font-weight:700;
    color:#071650;
}

h2{
    font-size:42px;
    color:#071650;
}

p{
    color:#1F2958;
    line-height:1.7;
}
.about-hero__grid{
    display:grid;
    grid-template-columns:1fr 1.2fr;
    gap:80px;
    align-items:center;
}

.about-hero__image img{
    width:100%;
    border-radius:32px;
}
.advantages-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:32px;
}

.advantage-card{
    background:#fff;
    border:1px solid #EDF0F7;
    border-radius:24px;
    padding:40px 32px;
}
.process-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:32px;
}

.process-card{
    background:#fff;
    border-radius:24px;
}
.stats-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    padding:42px 48px;
    background:#fff;
    border-radius:24px;
}

.stat strong{
    display:block;
    font-size:54px;
    color:#071650;
}
.estonia-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:64px;
    align-items:center;
}

.estonia-image img{
    width:100%;
    border-radius:24px;
}
.contact-box{
    background:#F7F9FC;
    border-radius:32px;
    padding:48px;
    display:grid;
    grid-template-columns:1.5fr 1fr 1fr 1fr;
    gap:24px;
}

.contact-card{
    background:#fff;
    border-radius:20px;
    min-height:145px;
    padding:32px;
}
.catalog-tab-section{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 50px 0;
	align-items: flex-start;
}
.catalog-tabs{
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 20px;
	width: 300px;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #ebf2fe;
	flex-direction: column;

}
.catalog-tabs button{
	font-size: 16px;
	background: transparent;
	color: #353a40;
	padding: 5px 10px;
	border-radius: 10px;
	border: none;
	text-align: left;
	transition: .4s;
	color: #05063a;
}
.catalog-tabs button.active{
	background: #ebf2fe;
	color: #0454f8;

}
.catalog-grid{
	    position: relative;
    width: calc(100% - 320px);
}















@media(max-width: 1650px){
	.custom-header{
		font-size: 36px;
	}
	.hero-content h1{
		font-size: 42px;
	}
}


@media(max-width: 1439px){
	.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;
	}
}
@media(max-width: 1199px){
	.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{
		width: 30%;
	}
	section.hero-block{
		padding: 80px 0 40px;
	}
}
@media(max-width:1023px){
	.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);
	}
	.services-blocks.service-block-news .service-block{
		width: calc(50% - 40px);
	}
}
@media(max-width: 767px){
	#wpadminbar{
		display: none !important;
	}
	html{
		margin-top: 0px !important;
	}
	.services-blocks.service-block-news .service-block{
		width: calc(100% - 40px);
	}
	.services-blocks .service-block{
		width: calc(100% - 40px);
	}
	.service-content:before{
		    background: linear-gradient(0deg, black, #0000004f);
	}
	.content-block-image + .content-container, .content-block-image{
		width: 100%;
	}
	.content-block.content-reverce{
		flex-direction: row;
	}
	.price-table th{
		font-size: 14px;
		padding: 5px;
	}
	.price-table td{
		font-size: 12px;
		padding: 5px;
	}
	.right-header>a{
		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: 50%;
    	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){
	.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;
    }
}
