body{
	font-family: 'Gilroy';
	padding-top: 116px;
	color: var(--dark);
	font-weight: 500;
	font-size: var(--f-size-main);
}


.shapes-spacer{
	margin: var(--size-sm) 0;
}


/* layout */
.section-group{
	--group-color-bg: var(--dark);
	--group-color-text: #fff;

	background-color: var(--group-color-bg);
	color: var(--group-color-text);
}
.section-group.b-light{
	--group-color-bg: var(--primary-lighter);
	--group-color-text: var(--dark);
}
.section-group.b-secondary{
	--group-color-bg: var(--secondary-lighter);
	--group-color-text: #fff;
}
.section-group.b-primary{
	--group-color-bg: var(--primary-lighter);
	--group-color-text: #fff;
}
.section-group.continue-true > section:first-of-type{
	padding-top: 0;
}

.section-group > section{
	padding-top: var(--block-mb-sm);
	padding-bottom: var(--block-mb-sm);
	margin-bottom: 0;
}
.section-group > section.mb-block-big{
	padding-bottom: var(--block-mb);
}
.section-group > section:not(.mb-block,.mb-block-sm,.mb-block-big){
	padding-bottom: 0;
}
.section-group > section:first-of-type{
	padding-top: var(--block-mb);
}
.section-group > section:last-of-type{
	padding-bottom: var(--block-mb);
}
/* end */



.default-margins > *{margin-bottom: var(--size-sm);}
.default-margins > hr{margin-top: var(--size-sm);}

.default-margins.xxs > *{margin-bottom: .25rem;}
.default-margins.xxs > hr{margin-top: .25rem;}

.default-margins.xs > *{margin-bottom: var(--size-xs);}
.default-margins.xs > hr{margin-top: var(--size-xs);}

.default-margins.md > *{margin-bottom: var(--size-md);}
.default-margins.md > hr{margin-top: var(--size-md);}

.default-margins.lg > *{margin-bottom: var(--size-lg);}
.default-margins.lg > hr{margin-top: var(--size-lg);}



.default-margins.bb > *{
	padding-bottom: var(--size-sm);
	border-bottom: 1px solid var(--gray-100);
}
.default-margins > *:last-child{
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.centered{text-align: center;}


.longtext{
	line-height: 1.7;
}
.longtext ul{
	padding-left: 0px;
	list-style-type: none;
}
.longtext li{
	position: relative;
	padding-left: 20px;
	margin-bottom: var(--size-xs);
}
.longtext li:last-child{
	margin-bottom: 0;
}
.longtext li::before{
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	content:"";
	background-color: var(--primary);
	position: absolute;
	left: 0;
	top: 11px;
}
.longtext > *:last-child{
	margin-bottom: 0;
}



.anchor{
	position: relative;
}
.anchor .anchor-point{
	position: absolute;
	top: calc(-116px);
}



/* crumbs */
.crumbs {
    font-weight: 400;
}
.crumbs a{
	display: inline-block;
    transition: color .3s;
}
.crumbs a:hover {
	color: var(--primary);
}
.crumbs .spacer {
    display: inline-block;
    margin: 0 5px;
    font-weight: 500;
}
/* end */


/* strip-line */
.strip-line{
	display: flex;
	position: relative;
}
.strip-line .strip{
	width: 50%;
    height: 70px;
    padding-left: var(--size-xxl);
    background: linear-gradient(90deg, var(--success) 0%, rgba(160,202,18,0.4) 100%);
    display: flex;
    align-items: center;
    padding-right: var(--size-sm);
    position: relative;
}
.strip-line .strip::after {
    position: absolute;
    background-image: url('../img/shape.svg');
    width: 25px;
    content: "";
    top: 0;
    right: -25px;
    bottom: 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    opacity: 0.4;
}
.strip-line .circle{
	width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--primary);
    margin-left: 15px;
}
/* end */





/* header */
header{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 820;
	background-color: #fff;
}
header .block{
	padding: 0 0 0 var(--block-padding);
}
header .topbar{
	display: flex;
	height: 40px;
	background-color: var(--primary);
}
header .topbar .block{
	display: flex;
	align-items: center;
}
header .topbar .logo-space{
	width: 220px;
	height: 100%;
	/*background-color: var(--primary);*/
}
header .topbar .contacts{
	margin-left: auto;
	display: flex;
}
header .topbar .contacts a{
	font-weight: 600;
	font-size: var(--f-size-sm);
	margin-right: var(--size-sm);
}
header .topbar .contacts a i{
	color: var(--secondary);
	margin-right: 5px;
}
header .topbar .contacts a:last-child{
	margin-right: 0;
}

header .topbar .socials{
	margin-left: var(--size-lg);
	margin-right: var(--size-lg);
}
header .topbar .socials a{
	padding:5px;
	color: var(--secondary);
	transition: color .3s;
}
header .topbar .socials a:hover{
	color: var(--dark);
}

header .topbar .tracking{
	display: inline-flex;
	align-items: center;
}
header .topbar .tracking img{
	height: 16px;
	margin-right: 5px;
}

header .main{
	height: 76px;
}
header .main .block{
	display: flex;
	height: 100%;
}
header .logo{
	width: 260px;
	height: 100%;
	display: flex;
}
header .logo img{
	height: 100%;
	width: 100%;
	object-fit: contain;
}
header nav.menu{
	display: flex;
	width: 100%;
	flex: 1;
}
header .menu ul{
	list-style-type: none;
	display: flex;
	padding:0;
	margin:0;
	width: 100%;
	justify-content: flex-end;
}
header .menu ul li{
	list-style-type: none;
	display: flex;
	/*flex: 1;*/
	/*border-top: 1px solid var(--light);
	border-right: 1px solid var(--light);
	border-bottom: 1px solid var(--light);*/
	position: relative;
	line-height: 74px;
}
header .menu ul li.active::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    height: 2px;
    background-color: var(--secondary);
}

header .menu ul li a, header .menu ul li > span{
    display: flex;
    align-items: center;
    font-weight: 700;
    transition: background-color 0.3s;
    padding:0 var(--size-sm);
    white-space: nowrap;
    color: var(--secondary);
}
header .menu ul li:last-child{
	border-right: 0;
}
header .menu ul li a:hover, header .menu ul li > span:hover{
	background-color: #fff9e2;
}

header .menu .sub-menu {
    background-color: #fff;
    min-width: 150px;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: all 0.2s;
    visibility: hidden;
    white-space: nowrap;
    z-index: 998;
    width: auto;
    min-width: 100%!important;
    flex-direction: column;
    box-shadow: 0px 8px 10px -4px rgba(0,0,0,0.2);
}
header .menu ul li:hover>.sub-menu{
    opacity: 1;
    visibility: visible;
}

header .menu ul li.active > a{
    background-color: var(--primary-lighter);
    color: var(--secondary);
}
header .menu ul li .sub-menu a.active {
    background-color: var(--primary-lighter);
    color: var(--secondary);
}

header .menu ul li .sub-menu li{
	border:0;
	line-height: 1;
	min-width: 220px;
}
header .menu ul li .sub-menu li > a,header .menu ul li .sub-menu li > span{
	padding: var(--size-sm);
	width: 100%;
	padding-right: 34px;
	width: 100%;
    white-space: normal;
}
header .menu ul li .sub-menu li i{
	position: absolute;
	top: 0;
	right: var(--size-sm);
	bottom: 0;
	margin: auto 0;
	font-size: 12px;
	height: 12px;
	color: var(--gray-200);
}
header .menu ul li .sub-menu li > span{
	cursor: pointer;
}

header .main .right{
	display: flex;
	/*overflow: hidden;*/
	margin-left: var(--size-sm);
}
header .main .right .button-phone{
	background-color: var(--secondary);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-transform: uppercase;
    font-weight: 700;
    padding: 0 var(--size-md);
    color: var(--primary);
    white-space: nowrap;
    text-transform: uppercase;
    text-align: center;
    flex-direction: column;
    font-size: var(--f-size-xs);
    line-height: 1;
    height: 100%;
}
header .main .right .button-phone div:nth-child(2){
	font-size: 20px;
	margin-top: 4px;
	margin-bottom: 4px;
}
header .main .right .lang-chooser{
	display: flex;
	align-items: center;
	position: relative;
}
header .main .right .lang-chooser .button{
	height: 100%;
	width: 70px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
}
header .main .right .lang-chooser .button i{
	margin-left: 5px;
}
header .main .right .lang-chooser .list{
	display: none;
    position: absolute;
    top: 76px;
    right: 0px;
    left: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 5px;
    border: 1px solid var(--gray-100);
    box-shadow: 0 5px 10px -5px rgba(0,0,0,0.1);
}
header .main .right .lang-chooser .list .item{
    width: 100%;
    border-bottom: 1px solid #E0E6EE;
    display: block;
    text-align: center;
    color: var(--darkred)!important;
    font-weight: var(--font_bold);
    padding: 8px 2px;
    transition: all 0.3s;
    background-color: #fff;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: var(--f-size-xs);
}
header .main .right .lang-chooser .list .item:last-child{
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom: 0;
}
header .main .right .lang-chooser .list .item:first-child{
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
header .main .right .lang-chooser .list .item:hover{
	background-color: #E0E6EE;
}


header .menu ul li > a i,header .menu ul li > span i {
    transition: transform 0.3s;
    margin-left: 5px;
    font-size: 10px;
}
header .menu ul li > span i.active {
    transform: rotate(180deg);
}
/* end */




/* hamburger */
.hamburger-wrapper{
	display: none;
	align-items: center;
	justify-content: center;
	min-width: 68px;
	background-color: var(--primary);
    height: 100%;
}
#hamburger{
	flex-direction:column;
	width:31px;
	cursor:pointer;
	pointer-events: unset;	
	left: unset;
	padding: 3px 5px;
	display: none;
	margin-bottom: 0;
}
#hamburger span{
	background: var(--dark);
	border-radius:10px;
	height:2px;
	margin: 2.5px 0;
	transition: all .4s  ;
}
#hamburger span:nth-of-type(1){
	width:50%;
}
#hamburger span:nth-of-type(2){
	width:100%;
}
#hamburger span:nth-of-type(3){
	width:75%;
}
#hamburger input[type="checkbox"]{
	display:none;
}
#hamburger input[type="checkbox"]:checked ~ span:nth-of-type(1){
	transform-origin:bottom;
	transform:rotatez(45deg) translate(14px,1px)
}
#hamburger input[type="checkbox"]:checked ~ span:nth-of-type(2){
	transform-origin:top;
	transform:rotatez(-45deg)
}
#hamburger input[type="checkbox"]:checked ~ span:nth-of-type(3){
	transform-origin:bottom;
	width:50%;
	transform: translate(2px,-11px) rotatez(45deg);
}

.content-overlay{
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 780;
    display: none;
    cursor: pointer;
}

.nav-contacts{
	display: none;
	padding: var(--size-sm) var(--block-padding);
	text-align: center;
	flex-direction: column;
}
.nav-contacts .contacts{
	display: flex;
	justify-content: center;
	margin-bottom: var(--size-xs);
}
.nav-contacts a{
	margin-right: 10px;
}
.nav-contacts a:last-child{
	margin-right: 0;
}
/* end */



/* footer */
footer .block-wide{
	padding-top: var(--size-lg);
	background-color: var(--primary);
}
footer .top{
	border-bottom: 1px solid var(--primary-darker);
	padding-bottom: var(--size-md);
	margin-bottom: var(--size-md);
}
footer .col-logo{
	margin-right: 60px;
}
footer .col-logo img{
	height: 50px;
}
footer .buttons{
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}
footer .buttons a{
	padding: 0 var(--size-sm);
    border: 1px solid var(--secondary);
    display: flex;
    align-items: center;
    line-height: 1;
    height: 50px;
    font-weight: 600;
    white-space: nowrap;
    margin-left: 10px;
    color: var(--primary);
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    font-size: var(--f-size-sm);
    background-color: var(--secondary);
}
footer .buttons a span{
	text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 10px;
}
footer .buttons a b{
	color: #fff;
	transition: color 0.3s;
}
footer .buttons a i{
	margin-right: 10px;
}
footer .buttons a:hover{
	background-color: var(--dark);
	border-color: var(--dark);
	color: var(--primary);
}
footer .buttons a:hover b{
	color: var(--primary);
}

footer .middle .label{
	color: var(--dark);
	margin-bottom: var(--size-md);
	font-weight: 700;
}
footer .middle .footer-nav{
	margin:0;
	padding:0;
	list-style-type: none;
}
footer .middle .footer-nav li{
	margin-bottom: .75rem;
}
footer .middle .footer-nav li:last-child{
	margin-bottom: 0;
}
footer .middle .footer-nav a{
	color: var(--dark);
	transition: color 0.3s;
}
footer .middle .footer-nav a:hover{
	text-decoration: underline;
}

footer .icon-p{
	position: relative;
}
footer .icon-p a{
	color: var(--dark)!important;
	font-weight: 800;
}
footer .icon-p i{
	position: absolute;
	left: 0;
	top: 0;
	color: var(--secondary);
	font-size: 26px;
}
footer .icon-p .longtext{
	color: var(--dark);
	padding-left: 36px;
}

footer .label.newsletter{
	margin-bottom: var(--size-xs);
}
footer .btn-news{
	border: 2px solid var(--dark);
	border-radius: 0px;
	color: var(--dark);
	padding: 5px 5px 5px 23px;
	white-space: nowrap;
	display: inline-flex;
	text-transform: uppercase;
	align-items: center;
	margin-left: auto;
	transition: background-color 0.2s, color 0.2s;
	margin-bottom: var(--size-md);
	font-size: var(--f-size-sm);
}
footer .btn-news .circle{
	width: 40px;
	height: 40px;
	border-radius: 0px;
	background-color: var(--dark);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: var(--size-md);
	transition: background-color 0.2s, color 0.2s;
	color: #fff;
}
footer .btn-news:hover{
	background-color: var(--dark);
	color: #fff;
}
footer .btn-news:hover .circle{
	background-color: var(--primary);
	color: var(--dark);
}
footer .btn-news span{
	line-height: 1;
}

footer .socials a{
	padding: 8px;
	font-size: 32px;
	color: var(--secondary);
	transition: color 0.3s;
}
footer .socials a:hover{
	color: var(--dark);
}

footer .bottom{
	border-top: 1px solid var(--primary-darker);
	margin-top: var(--size-md);
	padding-top: var(--size-md);
	padding-bottom: var(--size-md);
}
footer .bottom *{
	color: var(--dark);
	font-size: var(--f-size-sm);
}
footer .bottom a:hover{
	text-decoration: underline;
}
/* end */









/* imgcards */
.imgcards .item{
	position: relative;
	display: block;
	background-color: var(--primary);
	overflow: hidden;
	cursor: pointer;
}
.imgcards .item::after{
	/*content: "";
	position: absolute;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	border: 1px solid var(--success);
	pointer-events: none;*/
}
.imgcards .item .content{
	padding: 2rem;
	position: relative;
	color: var(--dark);
	min-height: 200px;
}
.imgcards .item .content .f-h5{
	max-width: 250px;
}
.imgcards .item.primary-gradient .img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-left: 0%;
}
.imgcards .item.primary-gradient .img::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(110deg, rgba(250,203,67,1) 0%, rgba(250,203,67,0.6) 60%, rgba(250,203,67,0) 100%);
}
.imgcards .item.primary-gradient .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 0;
}
.imgcards .item .circle{
	background-color: #fff;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: var(--size-sm);
	position: relative;
}
.imgcards .item .circle::after{
	content:"";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: var(--gray-100);
	transform: scale(0);
	transition: transform 0.3s;
}
.imgcards .item:hover .circle::after{
	transform: scale(1);
}
.imgcards .item .circle i{
	position: relative;
	z-index: 2;
	color: var(--dark);
}
.imgcards .item.solid{
	background-color: var(--secondary);
}
.imgcards .item.solid .content{
	color: #fff;
}

.imgcards .item .arrow{
	position: absolute;
    opacity: .05;
    top: -35px;
    right: -35px;
    width: 200px;
}
/* end */






/* intro-home */
.intro-home .intro-img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.intro-home .block-wide{
	position: relative;
}
.intro-home .content-wrapper{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.intro-home .intro-img .img{
	width: 100%;
	height: 100%;
	position: relative;
}
.intro-home .intro-img .img::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 30%, rgba(0,0,0,0) 100%);
}
.intro-home .intro-img .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.intro-home .intro-img .content{
	position: absolute;
	left: 0;
	bottom: calc(var(--size-lg) + 50px);
	right: var(--size-lg);
	width: 100%;
}
.intro-home .intro-img .content .padding-wrapper{
	padding-left: var(--block-padding);
}
.intro-home .intro-img .content .block-wrapper{
	width: 100%;
    max-width: calc(((var(--block) - var(--block-padding) - var(--block-padding)) * 0.5));
    margin-left: auto;
    position: relative;
    z-index: 2;
}

.intro-home .intro-img .content .headline{
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1.1;
	max-width: 665px;
	color: #fff;
}

.intro-home .contact-line{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	overflow: hidden;
}
.intro-home .contact-line .block{
	display: flex;
}
.intro-home .contact-line .strip{
	height: 70px;
	background: linear-gradient(90deg, var(--success) 0%, rgba(160,202,18,0.4) 100%);
	display: flex;
	align-items: center;
	padding-right: var(--size-sm);
	position: relative;
}
.intro-home .contact-line .strip::before{
	content:"";
	left: -500px;
	width: 500px;
	height: 70px;
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: var(--success);
}
.intro-home .contact-line .strip::after{
	position: absolute;
	background-image: url('../img/shape.svg');
	width: 25px;
	content: "";
	top: 0;
	right: -25px;
	bottom: 0;
	background-size: auto 100%;
	background-repeat: no-repeat;
	opacity: 0.4;
}
.intro-home .contact-line .circle{
	width: 70px;
	min-width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: var(--primary);
	margin-left: 15px;
}

.intro-home .contact-line a{
	padding: var(--size-xs) var(--size-sm);
	border-radius: 40px;
	border: 1px solid rgba(255,255,255,.8);
	background-color: rgba(255,255,255,.5);
	display: flex;
	align-items: center;
	line-height: 1;
	height: 40px;
	font-weight: 600;
	white-space: nowrap;
	margin-right: 10px;
	color: var(--dark);
	transition: background-color 0.3s;
}
.intro-home .contact-line a:hover{
	background-color: rgba(255,255,255,.8);
}
.intro-home .contact-line a:last-child{
	margin-right: 0;
}
.intro-home .contact-line a i{
	color: var(--secondary);
	margin-right: 5px;

}
.intro-home .contact-line a span{
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-right: 10px;
	font-size: var(--f-size-xs);
}

.intro-home .intro-img .hp-slider-image{
	position: absolute;
	top: 0;
	left: 0;
	right: 25%;
	bottom: 0;
}
.intro-home .intro-img .hp-slider-image .slick-list{
	height: 100%;
}
.intro-home .intro-img .hp-slider-image .slick-track{
	height: 100%;
}
.intro-home .slick-track{
	display: flex;
	align-items: flex-end;
}


.intro-home .dots-wrapper{
	margin-top: var(--size-md);
}
.intro-home .dots-wrapper .slick-dots{
	position: static;
	text-align: left;
}
.intro-home .dots-wrapper .slick-dots li button:before{
	color: var(--primary);
	font-size: 55px;
}
.intro-home .dots-wrapper .slick-dots li.slick-active button:before{
	opacity: 1;
}
/* end */






/* sly sliders defaults */
.sly-slider-wrapper .follower{
	width: 0px;
	height: 0px;
	background-color: var(--secondary);
	border-radius: 80px;
	position: fixed;
	transform: translate(-50%, -50%);
	z-index: 99999;
	cursor: none;
	pointer-events: none;
	transition: width 0.5s ease-out, height 0.5s ease-out;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sly-slider-wrapper .follower .inner{
	display: flex;
	align-items: center;
	position: relative;
}
.sly-slider-wrapper .follower .inner i{
	padding:8px;
	color: #fff;
}
.follower-wrapper:hover .follower{
	width: 80px;
	height: 80px;
}
.follower-wrapper{
	cursor: none;
}

.sly-slider-block{
	width: 100%;
	margin-bottom: var(--size-md);
}
.sly-slider-block .sly-slider-list{margin: 0; padding: 0; height: 100%; list-style: none;}
.sly-slider-block .sly-slider-list li{
	float: left;
	margin: 0 var(--size-md) 0 0;
	height: 100%;
	position: relative;
	width: 300px;
}
.sly-slider-block .sly-slider-list li a.item{
	cursor: none;
	display: flex;
	flex-direction: column;
	height: 100%;
}


.sly-slider-wrapper .scrollbar{
	margin: 0 auto;
	width: 50%;
	height: 1px;
	background:#d5dee4;
	margin-top: 0;
	margin-bottom: 2px;
}
.sly-slider-wrapper .scrollbar .handle{
	width: 100px;
	height: 3px;
	position: relative;
	top: -1px;
	background: var(--success);
	border-radius: 2px;
	cursor: grab;
}
.sly-slider-wrapper .scrollbar .handle:active{
	cursor: grabbing;
}


.sly-slider-wrapper.mobile-view .sly-slider-block{
	scrollbar-width: none;
	overflow-x: auto!important;
	width: calc(100% + var(--block-padding));
	cursor: default;
}

.sly-slider-wrapper.mobile-view.style-testimonials .sly-slider-block{
	padding-top: 20px;
	padding-bottom: 20px;
}

.sly-slider-wrapper.mobile-view ul{
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none;
    display: inline-flex;
    margin: 0 -5px;
    padding-right: 11px;
}
.sly-slider-wrapper.mobile-view .item{
	cursor: pointer!important;
}

.sly-slider-wrapper.mobile-view li{
	float: left;
    margin: 0 var(--size-md) 0 0;
    padding: 0;
    width: initial;
    height: 100%;
    position: relative;
    padding:0 5px;
    margin-right: 0;
}

.mobile-view {
    display: none;
}

.mobile-view .sly-slider-block::-webkit-scrollbar {
    display: none;
}

.slider-scroll-indicator{
    position: relative;
    width: 100%;
    outline: none;
    border: 0;
    padding: 0;
    background: rgba(0,0,0,0);
    cursor: default;
    margin-top: var(--size-sm);
	height: 15px;
    padding-top: 5px;
    overflow: hidden;
}
.slider-scroll-indicator:hover .bar{
	height: 5px;
	top:-2px!important;
}
.slider-scroll-indicator .bar-wrapper{
	width: 100%;
    background: #d5dee4;
    transform: translateX(0);
    height: 1px;
    scrollbar-width: none;
    display: block;
    border-radius: 2px;
}
.slider-scroll-indicator .bar{
	will-change: transform;
    background: var(--success);
    position: absolute;
    top: -1px;
    bottom: 0;
    width: 100%;
    height: 3px;
    transform-origin: 0 0;
    display: block;
    border-radius: 2px;
    cursor: pointer;
    transition: height 0.1s, top 0.1s;
}
.slider-scroll-indicator .bar::after{
	content: " ";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: 0;
    right: 0;
    display: block;
    cursor: pointer;
}
/* end sly sliders */




/* carousel-cards */
.carousel-cards .block-wide{
	overflow: hidden;
	background-color: var(--light);
	padding-top: var(--block-mb);
	padding-bottom: var(--block-mb);

}
.carousel-cards .img{
	width: 100%;
	height: 200px;
	min-height: 200px;
	max-height: 200px;
	flex:1;
	position: relative;
}
.carousel-cards .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}
.carousel-cards .item{
	background-color: #fff;
}
.carousel-cards .item .text-wrapper{
	padding: var(--size-md);
	color: var(--dark);
	height: 100%;
	display: flex;
    flex-direction: column;
    flex: 1;
}
.carousel-cards .item .text-wrapper .title{
	font-weight: 700;
	font-size: var(--f-size-h5);
}
.carousel-cards .item .text-wrapper .f-sm{
	margin-bottom: var(--size-xs);
}
.carousel-cards .item .text-wrapper .button-wrapper{
	margin-top: auto;
	display: flex;
}
.carousel-cards .sly-slider-block {
    overflow: visible!important;
}
.carousel-cards .sly-slider-list {
    height: 505px;
}
.carousel-cards .title-wrapper .col-btn{
	display: flex;
	align-items: center;
	justify-content: end;
}
/* end */


/* basic-text-image */
.basic-text-image .col-text .align{
	position: relative;
}
.basic-text-image .col-text .align .arrow{
	position: absolute;
	top: -30px;
	right: -50px;
	z-index: -1;
	height: 150px;
	opacity: .15;
}
.text-align-right .col-text .align .arrow{
	left: -50px;
	right: initial;
	transform: rotate(270deg);
}

.basic-text-image .col-text{
	display: flex;
	align-items: center;
	padding-right: var(--size-xl);
}
.basic-text-image .col-text .uppertitle{
	font-weight: 400;
}
.basic-text-image .col-text .title{
	font-weight: 700;
}
.basic-text-image .col-text .btn-default{
	margin-top: var(--size-md);
}
.basic-text-image .img{
	width: 100%;
	position: relative;
	display: block;
}

.basic-text-image a.img::before{
	content: "\f04b";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background-color: var(--primary);
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    color: var(--dark);
    font-size: var(--f-size-h3);
    z-index: 3;
    transition: color .3s, background-color .3s;
}
.basic-text-image a.img:hover::before{
	background-color: var(--secondary);
	color: #fff;
}

.basic-text-image .img img{
	width: 100%;
}
.basic-text-image .img::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 30%, rgba(0,0,0,0) 80%);
}

.basic-text-image.text-align-right .col-text{
	order: 2;
}
.basic-text-image.text-align-right .col-img{
	order: 1;
}

.basic-text-image.text-align-right .col-img .img::after{
	background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 30%, rgba(0,0,0,0) 80%);
}
.basic-text-image.text-align-right .col-text{
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: var(--size-xl);
}
/* end */





/* banner-cards */
.banner-cards .wrapper{
	position: relative;
	min-height: 400px;
	display: block;
}
.banner-cards .content{
	padding: var(--size-lg) var(--size-lg) var(--size-xxl) var(--size-lg);
	position: relative;
	z-index: 2;
}
.banner-cards .content .uppertitle{
	color: #fff;
	font-weight: 400;
	line-height: 1.1;
	max-width: 500px;
}
.banner-cards .content .title{
	color: #fff;
	line-height: 1.1;
}
.banner-cards .img{
	height: 100%;
    width: 100%;
    position: absolute;
}
.banner-cards .img::after{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0) 60%);
}
.banner-cards .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-cards .cards{
	position: absolute;
	right: var(--size-md);
	left: var(--size-md);
	bottom: calc(-1 * 4rem);
	display: flex;
	justify-content: center;
}
.banner-cards .cards .item{
	background-color: var(--primary);
	padding: var(--size-md);
	margin-right: 10px;
	width: 500px;
	display: flex;
	flex-direction: column;
	position: relative;
}
.banner-cards .cards .item:last-child{
	margin-right: 0px;
}
.banner-cards .cards .item .title{
	font-weight: 600;
	text-transform: uppercase;
}
.banner-cards .cards .item .btn-default{
	margin-top: var(--size-md)
}
.banner-cards .cards .item .icon{
	position: absolute;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	top: 0;
	right: var(--size-md);
	bottom: 0;
	z-index: 0;
}
.banner-cards .cards .item .icon img{
	width: 100%;
}
.banner-cards .cards .item .percent{
	position: absolute;
	width: 180px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	top: 0;
	right: var(--size-md);
	bottom: 0;
	z-index: 0;
	font-size: 100px;
	font-weight: 700;
	color: var(--primary-darker);
	white-space: nowrap;
}

.banner-cards .cards .item > *{
	position: relative;
	z-index: 2;
}
.banner-cards .block{
	padding-bottom: 4rem;
}
/* end */



/* parteners */
.parteners .title{
	font-weight: 400;
	padding-right: var(--size-lg);
}
.parteners .col-lg-4{
	border-right: 1px solid var(--light);
}
.parteners .col-lg-4:last-child{
	border-right: 0;
}
.parteners .partner-col{
	display: flex;
	align-items: center;
	justify-content: center;
}
.parteners .partner-col img{
	max-width: 100%;
	max-height: 200px;
	object-fit: contain;
}
/* end */



/* news */
.promo-news .block-wide{
	background-color: var(--primary-lighter);
	padding-top: var(--block-mb);
	padding-bottom: var(--block-mb);
}
.promo-news .col-btn{
	display: flex;
	align-items: center;
	justify-content: end;
}
.promo-news .col-btn.only-mob{
	display: none;
}

.promo-news-slider-wrapper{
	position: relative;
}
.promo-news-slider{
	overflow: hidden;
	padding-bottom: 45px;
}
.promo-news-slider .slick-list{
	margin: 0 -12px;
}
.promo-news-slider .slick-track{
	display: flex;
}
.promo-news-slider .col-item{
	padding:0 12px;
}
.promo-news-slider .slick-dots{
	bottom: 0;
}
.promo-news-slider .slick-dots li button:before{
	font-size: 46px;
	color: #2b2d6c;
}
.promo-news-slider .slick-dots li.slick-active button:before{
	color: var(--secondary);
	opacity: 1;
}

.news .item{
	padding: var(--size-xs);
	background-color: #fff;
	height: 100%;
}
.news .item > .row{
	height: 100%;
}
.news .item .col-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news .item .col-text{
	padding-right: var(--size-sm);
	display: flex;
}
.news .item .col-text .align{
	display: flex;
	flex-direction: column;
	padding: calc(var(--size-sm) + var(--size-sm)) var(--size-sm) var(--size-sm) var(--size-sm);
}
.news .item .col-text .title{
	font-weight: 700;
}
.news .item .col-text .longtext{
	margin-bottom: var(--size-sm);
}
.news .item .col-text a{
	text-transform: uppercase;	
	font-size: var(--f-size-xs);
	font-weight: 700;
	display: inline-block;
	color: var(--dark);
	margin-top: auto;
	letter-spacing: 1.5px;
}
.news .item .col-text a i{
	transition: transform 0.3s;
}
.news .item .col-text a:hover i{
	transform: translateX(5px);
}
.news .item .col-text i{
	margin-left: 5px;
}
.news .item .col-text{
	position: relative;
}
.news .item .col-text .badge-date{
	background-color: var(--primary);
	color: var(--dark);
	padding: 5px var(--size-xs);
	position: absolute;
	top: calc(-1 * var(--size-xs));
	left: var(--size-sm);
	line-height: 1;
	font-size: var(--f-size-xs);
}

.promo-news.news .col-img a{
	display: block;
	background-color: var(--primary);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: var(--size-md);
	padding-bottom: var(--size-md);
}
.promo-news.news .col-img a img.default{
	object-fit: contain;
	width: 80%;
}
/* end */



/* intro-text-img-cards */
.intro-text-img-cards .block-wide{
	position: relative;
	background-color: var(--primary-lighter);
}
.intro-text-img-cards .block{
	position: relative;
	z-index: 2;
}
.intro-text-img-cards h1.title{
	font-weight: 700;
}
.intro-text-img-cards .shapes-spacer img{
	/*width: 400px;*/
}
.intro-text-img-cards .img{
	position: absolute;
	left: 30%;
	top: 0;
	right: 0;
	bottom: 0;
}
.intro-text-img-cards .img::after{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content:"";
	background: linear-gradient(90deg,rgba(255,249,226,1) 0%, rgba(255,249,226,1) 15%, rgba(255,249,226,0.5) 35%,transparent 100%);
}
.intro-text-img-cards .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.intro-text-img-cards .content{
	padding-top: var(--size-lg);
	padding-bottom: var(--size-lg);
}
.intro-text-img-cards .content .content-title{
	max-width: 600px;
}

.intro-text-img-cards .cards{
	margin-top: var(--size-md);
	max-width: 600px;
}
.intro-text-img-cards.cols-3 .cards{
	max-width: 800px;
}

.intro-text-img-cards .cards a{
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 0px 40px 0px 10px;
	box-shadow: 2px 2px 6px #00000025;
	height: 56px;
	border-left: 3px solid var(--primary);
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	font-size: var(--f-size-sm);
	color: var(--primary);
}
.intro-text-img-cards .cards a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 0;
	transition: width .5s ease-out;
	background-color: var(--light);
}
.intro-text-img-cards .cards a:hover::before{
	width: 100%;
}
.intro-text-img-cards .cards .icon-img{
	width: 40px;
	height: 40px;
	object-fit: contain;
	margin-right: 10px;
	position: relative;
	z-index: 2;
}
.intro-text-img-cards .cards .title{
	position: relative;
	z-index: 2;
	line-height: 1.2;
}
.intro-text-img-cards .cards .circle{
	width: 24px;
	height: 24px;
	border-radius: 24px;
	border: 1px solid var(--success);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	position: absolute;
	top: 0;
	right: var(--size-xs);
	bottom: 0;
	margin: auto;
	z-index: 2;
}
.intro-text-img-cards .content .longtext{
	font-weight: 700;
	font-size: var(--f-size-h6);
	margin-top: var(--size-md);
}
/* end */


/* imgcards-inline */
.imgcards-inline .imgcards .item{
	height: 100%;
}
.imgcards-inline .imgcards .item .content{
	padding: 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.imgcards-inline .imgcards .item .circle{
	margin-top: auto;
}
/* end */


/* text-cols */
.text-cols .title{
	font-size: var(--f-size-h5);
	font-weight: 700;
	margin-bottom: var(--size-md);
}
.text-cols .col-item{
	border-top: 1px solid var(--primary);
	padding-top: var(--size-md);
	position: relative;
}
.text-cols .col-item::before{
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	width: 16px;
	height: 16px;
	background-color: var(--secondary);
}
/* end */



/* promo-career */
.promo-career{
	background-color: var(--primary-lighter);
	padding-top: var(--block-mb);
	padding-bottom: var(--block-mb);
}
.promo-career .block-title{
	margin-bottom: var(--size-md);
	max-width: 500px;
}

.promo-career .col-img img{
	width: 100%;
}
.promo-career .items .item{
	display: flex;
    flex-direction: column;
    background-color: var(--primary);
    padding: var(--size-sm) 40px var(--size-sm) var(--size-sm);
    /*box-shadow: 2px 2px 6px #00000025;*/
    border-left: 4px solid var(--primary);
    position: relative;
    font-weight: 700;
    margin-bottom: var(--size-xs);
}
.promo-career .items .item:last-child{
	margin-bottom: 0;
}
.promo-career .items .item .title{
	/*font-size: var(--f-size-h6);*/
}
.promo-career .items .item .circle {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: var(--size-xs);
    bottom: 0;
    margin: auto;
    z-index: 2;
    /*background-color: var(--light);*/
}
.promo-career .items .item.only-ask{
	background-color: var(--light);
	border-color: var(--secondary);
}
.promo-career .items .item .only-text{
	text-transform: initial;
	font-weight: 500;
}
.promo-career .items .item .only-text .fancy{
	font-size: var(--f-size-h5);
}
.promo-career .items .item.only-ask .circle{
	display: none;
}

.promo-career .items a.item::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #e4bc2f;
	transition: width .3s ease-out;
	width: 0%;
}
.promo-career .items a.item:hover::before{
	width: 100%;
}
.promo-career .items .item > *{position: relative;z-index: 2;}

/* end */



/* doublecol-detail */
.doublecol-detail .custom-row{
	display: flex;
}
.doublecol-detail .custom-row .col-left{
	width: calc(50% - 100px);
    background-color: var(--light);
    position: relative;
}
.doublecol-detail .custom-row .col-left .padding-wrapper {
    padding-left: var(--block-padding);
    position: sticky;
    top: 142px;
    min-height: 400px;
}
.doublecol-detail .custom-row .col-left .block-wrapper {
    width: 100%;
    max-width: calc(((var(--block) - var(--block-padding) - var(--block-padding)) * 0.5) - 100px);
    margin-left: auto;
    padding-top: var(--size-lg);
    padding-bottom: var(--size-lg);
    position: relative;
    z-index: 2;
}
.doublecol-detail .custom-row .col-left .detail-headline{
	padding-right: var(--size-xl);
}
.doublecol-detail .custom-row .col-left .title{
	margin-bottom: var(--size-md);
	font-weight: 700;
}
.doublecol-detail .custom-row .col-left .buttons{
	margin-bottom: var(--size-md);
}

.doublecol-detail .custom-row .col-right{
	width: calc(50% + 100px);
    background-color: #fff;
}
.doublecol-detail .intro-img {
    width: 100%;
    position: relative;
}
.doublecol-detail .intro-img img{
	width: 100%;
}

.doublecol-detail .custom-row .col-right .padding-wrapper {
    padding-right: var(--block-padding);
}
.doublecol-detail .custom-row .col-right .block-wrapper {
    width: 100%;
    max-width: calc(((var(--block) - var(--block-padding) - var(--block-padding)) * 0.5) + 100px);
    padding: var(--size-lg);
}

.form-wrapper{
	background-color: var(--primary-lighter);
}
.form-wrapper .inset{
	background-color: #fff;
	padding: var(--size-lg);
}
.form-wrapper .inset .title{
	font-size: var(--f-size-h3);
	font-weight: 700;
}
/* end */



/* form */
.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select{
	line-height: 1.4;
}
.line-inputs label{
	padding-left: 0;
}
.line-inputs label span a{
	color: var(--primary);
}
.line-inputs label span a:hover{
	text-decoration: underline;
}
.line-inputs .form-control{
	background-color: transparent;
	outline: 0;
	box-shadow: unset;
	border: 0;
	padding-left: 0;
	padding-right: 0;
	border-bottom: 2px solid #efefef;
	border-radius: 0;
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    opacity: 1;
    transform: scale(.85) translateY(-0.5rem) translateX(0rem);
}

.checkbox-item{
	display: flex;
	align-items: center;
}
.checkbox-item span{
	padding-left: 10px;
}
input[type=checkbox], input[type=radio] {
	--active: var(--primary);
	--active-inner: #fff;
	--focus: 0px var(--primary-lighter);
	--border: var(--primary);
	--border-hover: var(--primary);
	--background: #fff;
	--disabled: var(--gray-100);
	--disabled-inner: var(--gray-200);
	--disabled-border: var(--gray-200);
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 28px;
	padding: 0;
	outline: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0;
	cursor: pointer;
	border: 1px solid var(--bc, var(--border));
	background: var(--b, var(--background));
	transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;

}
input[type=checkbox]:after,
input[type=radio]:after {
	content: "";
	display: block;
	left: 0;
	top: 0;
	position: absolute;
	transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
	}
input[type=checkbox]:checked,
input[type=radio]:checked {
	--b: var(--active);
	--bc: var(--active);
	--d-o: .3s;
	--d-t: .6s;
	--d-t-e: cubic-bezier(.2, .85, .32, 1.2);
	}
input[type=checkbox]:disabled,
input[type=radio]:disabled {
	--b: var(--disabled);
	cursor: not-allowed;
	opacity: 0.9;
	border-color: var(--disabled-border);
	}
input[type=checkbox]:disabled:checked,
input[type=radio]:disabled:checked {
	--b: var(--disabled-inner);
	--bc: var(--border);
	}
input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
	cursor: not-allowed;
	}
input[type=checkbox]:hover:not(:checked):not(:disabled),
input[type=radio]:hover:not(:checked):not(:disabled) {
	--bc: var(--border-hover);
	}
input[type=checkbox]:focus,
input[type=radio]:focus {
	box-shadow: 0 0 0 var(--focus);
	}
input[type=checkbox]:not(.switch),
input[type=radio]:not(.switch) {
	width: 28px;
	min-width: 28px;
}
input[type=checkbox]:not(.switch):after,
input[type=radio]:not(.switch):after {
	opacity: var(--o, 0);
	}
input[type=checkbox]:not(.switch):checked,
input[type=radio]:not(.switch):checked {
	--o: 1;
	}
input[type=checkbox] + label,
input[type=radio] + label {
	font-size: 14px;
	line-height: 21px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin-left: 4px;
}
input[type=checkbox]:not(.switch) {
	border-radius: 50%;
}
input[type=checkbox]:not(.switch):after {
	width: 7px;
	height: 13px;
	border: 2px solid var(--active-inner);
	border-top: 0;
	border-left: 0;
	left: 10px;
	top: 5px;
	transform: rotate(var(--r, 20deg));
}
input[type=checkbox]:not(.switch):checked {
	--r: 43deg;
}
input[type=checkbox].switch {
	width: 38px;
	border-radius: 11px;
}
input[type=checkbox].switch:after {
	left: 2px;
	top: 2px;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	background: var(--ab, var(--border));
	transform: translateX(var(--x, 0));
}
input[type=checkbox].switch:checked {
	--ab: var(--active-inner);
	--x: 17px;
}
input[type=checkbox].switch:disabled:not(:checked):after {
	opacity: 0.6;
}

input[type=radio] {
	border-radius: 50%;
}
input[type=radio]:after {
	width: 18.5px;
	height: 18.5px;
	border-radius: 50%;
	background: var(--active-inner);
	opacity: 0;
	transform: scale(var(--s, 0.7));
}
input[type=radio]:checked {
	--s: .5;
}

.form-footer .submit-form.sending::after{
	display: none;
}
.form-footer .submit-form.sending{
	pointer-events: none;
	cursor: not-allowed;
}
.form-footer .submit-form .spinner-border{
    width: 14px;
    height: 14px;
    line-height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    display: none;
}
/* end */



/* tables */
.table>:not(caption)>*>*{
	background-color: transparent;
	border:0;
}
figure.table{
	margin-bottom: 0;
	overflow-x: auto;
}
figure.table table{
    border-spacing: 0;
    text-align: left;
    width: 100%;
}
figure.table thead{
    background: var(--primary);
}
figure.table table td{
    padding:var(--size-sm);
}
figure.table table th{
    padding:var(--size-sm);
    text-transform: uppercase;
}

figure.table tbody tr{
	border: 0;
}
figure.table tbody tr:nth-child(odd){
	background-color: var(--light);
}

.table-panel .table-wrapper{
	/*box-shadow: 0px 3px 20px #00000014;*/
}
.table-panel .table-wrapper .title-wrapper{
	background-color: var(--secondary);
	color: #fff;
}
.table-panel .table-wrapper .inset{
	padding: var(--size-md) var(--size-sm);
}
.table-panel .table-wrapper .title{
	font-size: var(--f-size-h6);
	font-weight: 700;
	margin-bottom: 0;
}
/* end */



/* contact */
.main-form .block-wide{
	background-color: var(--success-lighter);
    padding-top: var(--block-mb);
    padding-bottom: var(--block-mb);
}
.cols-form .col-form{
    background-color: #fff;
    padding: 3rem 5rem;
}
.cols-form .headline{
    background-color: var(--primary);
    position: relative;
    padding: 30px 40px;
    color: #fff;
}
.cols-form .headline .title{
    line-height: 1.2;
    font-weight: 700;
}
.cols-form .headline > *{
    margin-bottom: 0;
}
.cols-form .headline::after{
    content: '';
    position: absolute;
    display: block;
    right: -25px;
    top: 0;
    bottom: 0;
    width: 25px;
    height: 100%;
    background: var(--primary);
    -webkit-clip-path: polygon(0% 0, 100% 50%, 0 100%, 0% 100%);
    clip-path: polygon(0% 0, 100% 50%, 0 100%, 0% 100%);
}
.cols-form .text-content{
    padding: 30px 40px;
}

.cols-form .text-content .func{
    margin-bottom: 10px;
}

.cols-form .avatar{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}
.cols-form .avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cols-form .dsc2 a{color: var(--primary);}


.cols-form .spacer{
    background-color: var(--success);
    width: 250px;
    height: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.cols-form .text-content .details{
	display: flex;
}

.cols-form .text-content .buttons a{
    padding: var(--size-xs) var(--size-sm);
    border-radius: 40px;
    border: 1px solid rgba(255,255,255,.8);
    background-color: rgba(255,255,255,.5);
    display: flex;
    align-items: center;
    line-height: 1;
    height: 40px;
    font-weight: 600;
    white-space: nowrap;
    margin-right: 10px;
    color: var(--primary);
    transition: background-color 0.3s;
}
.cols-form .text-content .buttons a i{
    color: var(--secondary);
    margin-right: 5px;
}
.cols-form .text-content .buttons a span{
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 10px;
    font-size: var(--f-size-xs);
}
.cols-form .text-content .buttons a:hover{
    background-color: rgba(255,255,255,.8);
}
/* end */




/* content-tabs */
.content-tabs .tabs{
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 0;
    margin-bottom: 20px;
    overflow: auto;
    position: relative;
}
.content-tabs .tabs::after{
	content:"";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #efefef;
	height: 3px;
	z-index: 0;
}
.content-tabs .tabs .tab{
    flex:1;
    text-align: center;
    font-weight: 600;
    padding:10px;
    position: relative;
    cursor: pointer;
    transition: color 0.3s;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}
.content-tabs .tabs .tab.active{
    color: var(--secondary);
}
.content-tabs .tabs .tab.active::after{
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background-color: var(--secondary);
}
.tab-contents .tab-content{
    display: none;
}
.tab-contents .tab-content.active{
    display: block;
}
/* end */




/* longtext-cols */
.longtext-cols{
	
}
.longtext-cols.dark .block-wide{
	background-color: var(--primary-lighter);
    padding-top: var(--block-mb);
    padding-bottom: var(--block-mb);
}
.longtext-cols .incard{
	background-color: #fff;
	padding: var(--size-sm);
	height: 100%;
	/*box-shadow: 0 3px 20px -5px rgba(205,221,243,1)*/;
}
/* end */


/* openings */
.card-panel{
	padding-top: 30px;
}
.card-panel .panel{
	background-color: #fff;
	padding: 70px var(--size-lg) var(--size-lg) var(--size-lg);
	position: relative;
	box-shadow: 0 3px 20px -5px rgba(205,221,243,1);
}
.card-panel .panel::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 5px;
	background: linear-gradient(90deg, var(--gradient-start) 0%, var(--gradient-mid) 50%,var(--gradient-end) 100%);
}
.card-panel .panel::before{
	content:"";
	position: absolute;
	left: var(--size-lg);
	top: -30px;
	width: 70px;
	height: 80px;
	background: var(--light);
	z-index: 1;
}
.card-panel .panel .icon{
	content: "";
    position: absolute;
    left: var(--size-lg);
    top: -30px;
    width: 70px;
    height: 80px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-panel .panel .icon img{
	width: 32px;
}
.card-panel .lines .item{
	padding: calc(var(--size-xs) + 2px) 0 var(--size-xs) 0;
	border-bottom: 1px solid #C49F8A;
}

.filetable a{
	display: inline-flex;
	align-items: center;
	transition: color 0.2s;
}
.filetable a span{
	display: inline-block;
	padding-top: 2px;
	line-height: 1;
}
.filetable a:hover{
	color: var(--primary);
}
.filetable a img{
	margin-right: 5px;
}
.filetable .text-right span:first-child{
	margin-right: 5px;
}
.filetable .text-right span:last-child{
	white-space: nowrap;
}
.panel table{
	width: 100%;
}
.panel table tr {
    border-bottom: 1px solid #dfe2e8;
}
.panel table tr td{
	padding: var(--size-xs);
}


.card-panel .gallery{
	margin-top: var(--size-md);
}
.card-panel .gallery .col-img{
	height: 200px;
}
.card-panel .gallery .col-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* end */



/* map */
#map-contact {
    height: 500px;
    position: relative;
    overflow: hidden;
}
/* end */



/* smimg-text */
.smimg-text .img{
	width: 100%;
}
.smimg-text .btn-default{
	margin-top: var(--size-sm);
}
.smimg-text .col-img{
	display: flex;
	align-items: center;
	justify-content: center;
}
.smimg-text .col-img .img{
	max-height: 80px;
	max-width: 200px;
	object-fit: contain;
}
/* end */




/* styk-about-map */
.about-map .section-wrapper{
	/*color: #fff;*/
	padding-bottom: var(--size-xs);
	margin-bottom: var(--block-mb-sm);
	border-bottom: 1px solid rgba(110,110,110,0.1);
}
.about-map .longtext{
	/*color: #fff;*/
}
.about-map .longtext h5,.about-map .longtext h4{
	color: var(--primary);
}
.about-map .map{
	position: relative;
	z-index: 100;
	width: calc(100% + 100px);
}
.about-map .img{
	width: 100%;
}
.about-map .media-wrapper.r{
	position: relative;
}
.about-map .media-wrapper.r::before{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 30%, rgba(0,0,0,0) 80%);
}
/* end */



/* hover-tabs */
.hover-tabs{
	position: relative;
}
.hover-tabs .gallery-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.hover-tabs .block{
	padding: 0;
}
.hover-tabs .gallery-wrapper img{
	filter: brightness(0.7);
	opacity: 0;
	transform: scale(1.1);
	transition: opacity 1s cubic-bezier(0.22, 0.61, 0.36, 1), transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hover-tabs .gallery-wrapper img.active{
	opacity: 1;
	transform: scale(1);
	z-index: 2;
}
.hover-tabs .gallery-wrapper::after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0, 0) 100%);
	z-index: 3;
}

.hover-tabs .fill-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.hover-tabs .block{
	position: relative;
	z-index: 3;
}

.hover-tabs .col{
	transition: backdrop-filter 1s;
}
.hover-tabs .col.active{
	backdrop-filter: blur(4px);
}
.hover-tabs .item{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: var(--size-lg);
	padding-bottom: var(--size-xl);
	color: #fff;
	min-height: 600px;
	position: relative;
	overflow: hidden;
}
.hover-tabs .item .text-wrapper{
	position: relative;
	z-index: 1;
}
.hover-tabs .item .text-wrapper .arrow-tohide i{
	position: absolute;left: 0;right: 0;
	transition: opacity .3s;
	opacity: 1;
	pointer-events: none;
}
.hover-tabs .item.active .text-wrapper .arrow-tohide i{
	opacity: 0;
}
.hover-tabs .item .overlay{
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background: linear-gradient(0deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,.5) 30%, transparent 100%);
	transition: height 1s, opacity 1s;
	opacity: 0;
	z-index: 0;
}
.hover-tabs .item .overlay img{display: none;}
.hover-tabs .item.active .overlay{
	height: 100%;
	opacity: 1;
}

.hover-tabs .item .overlay::before{
	content:"";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 0;
	background: linear-gradient(0deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255, 0) 100%);
	transition: height 1s, opacity 1s;
	z-index: 3;
}
.hover-tabs .item .overlay::after{
	content:"";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 0;
	background: linear-gradient(0deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255, 0) 100%);
	transition: height 1s, opacity 1s;
	z-index: 3;
}
.hover-tabs .item.active .overlay::before{
	height: 100%;
}
.hover-tabs .item.active .overlay::after{
	height: 100%;
}

.hover-tabs .item .content-wrapper{
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hover-tabs .item.active .content-wrapper{
	grid-template-rows: 1fr;
}

.hover-tabs .item .content-wrapper .overflow-hidden{
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1s, transform 1s;
}
.hover-tabs .item.active .content-wrapper .overflow-hidden{
	opacity: 1;
	transform: translateY(0px);
}
.hover-tabs .item .content-wrapper .overflow-hidden .longtext{
	max-width: 340px;
	margin: var(--size-sm) auto 0 auto;
}

.hover-tabs .arrow-decoration{
	right: var(--size-sm);
	bottom: var(--size-sm);
	z-index: 0;
	opacity: 0;
	transition: opacity 1s;
}
.hover-tabs .item.active .arrow-decoration{
	opacity: 1;
}
/* end */



/* documents */
.filter-mob-documents{
	display: none;
	margin-bottom: var(--block-mb-sm);
}
.filter-mob-documents .item{
	white-space: nowrap;
	margin:0 2px;
}

.documents .menu{
	margin: 0;
    padding: 0;
    list-style-type: none;
    padding: var(--size-sm);
    background: var(--primary-lighter);
    border-left: 3px solid var(--primary);
}
.documents .menu li a{
	font-weight: 600;
	display: block;
	padding: 5px 5px;
	transition: color .3s;
}
.documents .menu li a.active{
	color: var(--secondary);
}
.documents .menu li a:hover{
	color: var(--secondary);
}
.documents table{
	width: 100%;
    min-width: 400px;
}
.documents table thead{
	background-color: var(--secondary);
	color: #fff;
}
.documents table tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.documents table td,.documents table th {
    padding: var(--size-xs);
    border-bottom: 1px solid var(--gray-100);
}
.documents table a{
	font-weight: 600;
	display: flex;
	align-items: center;
	transition: color .3s;
}
.documents table a img{
	margin-right: 4px;
}
.documents table a:hover{
	color: var(--secondary);
}


.documents table td:first-child,.documents table th:first-child{
	padding-left: var(--size-sm);
}
.documents table td:last-child,.documents table th:last-child{
	padding-right: var(--size-sm);
}

.filter-dropdown .dropdown-menu{
	border-radius: 0;
}
/* end */


/* transparency */
.documents.transparency table tbody tr:nth-of-type(odd) {
    background-color: transparent;
}
.documents.transparency table tr.main{
	font-weight: 700;
	background-color: var(--light)!important;
}

.documents.transparency table tr.sub-wrapper{
	
}
.documents.transparency table tr.sub-wrapper > td{
	padding: 0px 0 0 0;
}
.documents.transparency table tr.sub:last-child td{
	border-bottom: 0;
}
.documents.transparency table tr.sub{
	
}
.documents.transparency table tr.main.bb-0 td{
	border-bottom: 0!important;
}
/* end */



/* roller-item */
.roller-item{
	background-color: #fff;
	transition: background-color 0.5s;
	border-radius: var(--radius-inside);
	border: 1px solid var(--gray-100);
	margin-bottom: var(--size-xs);
}
.roller-item:last-child{
	margin-bottom: 0;
}
.roller-item .button{
	cursor: pointer;
	padding: var(--size-sm) calc(var(--size-sm) + 20px + var(--size-sm)) var(--size-sm) var(--size-sm);
	position: relative;
	transition: padding-bottom .5s cubic-bezier(.4,0,.2,1), background-color .3s;
	user-select: none;
	font-weight: 600;
}
.roller-item:not(.active) .button:hover{
	background-color: var(--light);
}
.roller-item .button .symbol{
	position: absolute;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	transition: transform .5s cubic-bezier(.4,0,.2,1);
	text-align: center;
	width: 20px;
	height: 20px;
	top: 19px;
	right: var(--size-sm);
	margin: auto;
	color: var(--gray-300);
}
.roller-item .content-wrapper{
	display: grid;
	grid-template-rows: 0fr;
	transition-property: grid-template-rows;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .5s;
}
.roller-item .content-overflow{
	overflow: hidden;
}
.roller-item .content{
	padding: 0 var(--size-sm) var(--size-sm) var(--size-sm);
	transition: transform .5s cubic-bezier(.4,0,.2,1);
	transform: translateY(20px);
	font-size: var(--f-size-sm);
}
.roller-item .content > *:last-child{
	margin-bottom: 0;
}
.roller-item .content figure.image{
	max-width: 100%;
}
.roller-item .content figure.image img{
	max-width: 100%;
}

.roller-item.active .content-wrapper{
	grid-template-rows: 1fr;
}
.roller-item.active .content{
	transform: translateY(0px);
}
.roller-item.active .symbol{
	transform: rotate(45deg);
}
.roller-item.active .button{
	padding-bottom: var(--size-xs);
}
/* end */

/* contacts */
.contacts .fill-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
}
.contacts .roller-item .content{
	padding-top: var(--size-xs);
}

.contacts .contact-persons .contact{
	background: linear-gradient(45deg, var(--light), transparent);
	padding: var(--size-sm) var(--size-md);
	margin-bottom: var(--size-xs);
	height: 100%;
}
.contacts .contact-persons .contact .media-wrapper{
	width: 60px;
	overflow: hidden;
	border: 1px solid var(--gray-100);
	position: relative;
	height: 60px;
}
.contacts .contact-persons .contact:last-child{
	margin-bottom: 0;
}

.icon-wrapper{
	display: flex;
	align-items: center;
}
.icon-wrapper i{
	margin-right: var(--size-xs);
}

.contacts .contact-persons .contact .phone .icon-wrapper a{
	min-width: 100px;
	display: inline-block;
}
.contacts .contact-persons .contact .mail .icon-wrapper a{
	min-width: 200px;
	display: inline-block;
}
/* end */


.swiper{
	opacity: 0;
	--swiper-pagination-bullet-inactive-color: #fff;
	--swiper-theme-color: #fff;
	--swiper-pagination-bullet-width: 16px;
	--swiper-pagination-bullet-height: 3px;
	--swiper-pagination-bullet-border-radius: 0;
	--swiper-pagination-bullet-inactive-opacity: 0.4;
}
.swiper.swiper-initialized{opacity: 1;}
.swiper-slide{user-select: none;}
.swiper .swiper-scrollbar{
	width: calc(100% - var(--block-padding) - var(--block-padding))!important;
	margin-left: var(--block-padding);
	position: static!important;
	margin-top: var(--block-mb-sm);
}
.swiper .swiper-scrollbar{
	height: 2px!important;
	margin-bottom: 1px;
}
.swiper .swiper-scrollbar-drag{
	cursor: grab;
	background-color: var(--primary);
	height: 4px;
	top: -1px;
}
.swiper-pagination{
	width: 100%;
	padding-left: var(--block-padding);
	padding-right: var(--block-padding);
	max-width: var(--block);
	margin: 0 auto;
	right: 0;
	left: 0;
}

.fill-img._4-3{aspect-ratio: 4 / 3;}
.fill-img._3-4{aspect-ratio: 3 / 4;}

.fill-img._3-2{aspect-ratio: 3 / 2;}
.fill-img._2-3{aspect-ratio: 2 / 3;}

.fill-img._1-1{aspect-ratio: 1 / 1;}
.fill-img._16-9{aspect-ratio: 16 / 9;}

.fill-img{position: relative;}
.fill-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.carousel-cards-big .col-btn{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}



/* video-wide */
.yt-iframe-api iframe{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.video-wide .block-wide{
	position: relative;
}
.video-wide .yt-iframe-api{
	display: block;
	position: absolute;
	top: -15%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 56.25%;
}
.video-wide .media-wrapper{
	position: absolute;
	top: 0;
	left: var(--block-padding);
	right: var(--block-padding);
	bottom: 0;
	overflow: hidden;
}
.video-wide .media-wrapper.overlay::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	transition: opacity .3s;
}
.video-wide.overlay-mid .media-wrapper::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.25);
	transition: opacity .3s;
}
.video-wide.overlay-false .media-wrapper::after{display: none;}

.video-wide .block{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 760px;
	position: relative;
	z-index: 3;
	transition: opacity .3s;
}
.video-wide .content-align{
	text-align: center;
	max-width: 600px;
	position: relative;
	z-index: 2;
	color: #fff;
}
.video-wide .content-align img{
	margin-top: var(--size-sm);
}

.video-wide.bottom-gradient .media-wrapper::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg, var(--green) 0%, transparent 30%);
	z-index: 2;
}
.volume-control{
	position: absolute;
	bottom: 0;
	top: 0;
	left: var(--block-mb);
	margin: auto auto;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	font-size: 20px;
	color: #fff;
	z-index: 12;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--primary);
	border-radius: 50%;
	font-size: 15px;
}
.volume-control i{
	display: none;
}
.volume-control i.active{
	display: flex;
}

.video-wide .block-wide.sound-on .block{
	opacity: 0;
}
.video-wide .block-wide.sound-on .media-wrapper::after{
	opacity: 0;
}

.video-wide .play-video{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: var(--primary);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: var(--f-size-h5);
	margin: auto;
}
/* end */


/* singleimg */
.singleimg .wrapper img{
	width: 100%;
}
.singleimg.cover img{
	object-fit: cover;
	height: 500px;
}
/* end */



.beekeepers-map .map-wrapper{
	max-width: 100%;
	height: 600px;
}
.beekeepers-map .block{
	padding: 0;
	max-width: 100%;
}
.beekeepers-map .filter-wrapper{
	background-color: var(--light);
	text-align: center;
	padding-bottom: var(--size-md);
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: calc(var(--size-md) + 8px);
}
.beekeepers-map .filter-wrapper > *{
	margin-right: var(--size-sm);
}
.beekeepers-map .filter-wrapper > *:last-child{
	margin-right: 0;
}
.beekeepers-map .filter-wrapper label{
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}
.beekeepers-map .filter-wrapper label input{
	top: 0;
	margin-right: var(--size-xs);
}


.gm-style .gm-style-iw-c{
	box-shadow: 0 3px 15px -5px rgba(0,0,0,0.1);
	border: 1px solid var(--gray-100);
	border-radius: 20px;
}
.gm-style a#info-window{position: relative;}

.gm-style .gm-style-iw-c:hover::after{}
.gm-style .gm-style-iw-chr{position: relative;}
.gm-style .gm-style-iw-c .gm-style-iw-ch{display: none;}
.gm-style .gm-style-iw-c button{
	position: absolute!important;
	top: var(--size-xs);
	right: var(--size-xs);
	z-index: 99999;
	border-radius: 50%!important;
	width: 40px!important;
	height: 40px!important;
	display: flex!important;
	align-items: center;
	justify-content: center;
	background-color: #fff!important;
	opacity: 1;
	box-shadow: 2px 2px 8px rgba(0,0,0,.2);
	cursor: pointer;
    background-image: url('../img/close01.svg')!important;
    background-repeat: no-repeat!important;
    background-size: 30%!important;
    background-position: center!important;
    transition: all .3s;
}
.gm-style .gm-style-iw-c button span{
	display: none!important;
}
.gm-style .gm-style-iw-c button:hover{
	background-color: var(--gray-100)!important;
}
.gm-style .gm-style-iw-d{padding-right: 0px!important;}
.gm-style .basic-wrapper{
	width: 250px;
}
.gm-style img{border-radius: 5px;}




.modal-header{border:0;}
.modal-content{
	border:0;
	border-radius: var(--radius-outside);
}
.modal .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background-color: #fff;
    opacity: 1;
    color: var(--primary);
    width: 40px;
    height: 40px;
    box-shadow: 2px 2px 8px #333;
    border-radius: 40px;
    padding: 0;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    background-image: url('../img/close01.svg');
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
    transition: all .3s;
    border: 0;
    margin: -1rem -1rem -1rem auto;
}
.modal .close:hover {
    background-color: var(--gray-100);
}


#call-centrum .modal-header{
	padding: 0;
}
#call-centrum .modal-body{
	background-color: var(--secondary);
	display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: var(--size-md);
    color: var(--primary);
    white-space: nowrap;
    text-transform: uppercase;
    text-align: center;
    flex-direction: column;
    font-size: var(--f-size-h5);
    line-height: 1;
    height: 100%;
}
/* persons */


.persons .wrapper{
	background-color: var(--primary-lighter);
	padding-left: var(--size-xl);
	padding-bottom: var(--size-lg);
	padding-right: var(--size-md);
	position: relative;
}
.persons .wrapper .media-wrapper{
	width: calc(100% + var(--size-md) + var(--size-md));
	height: 400px;
	top: calc(-1 * var(--size-md));
	position: relative;
}
.persons .wrapper .media-wrapper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.persons .wrapper.no-image{
	padding-top: var(--size-md);
	padding-bottom: var(--size-md);
}

.group .persons .title{
	color: #fff;
}

/* end */


.vos .overflow-hidden .item-wrapper:nth-child(even){
	background-color: var(--light);
}
.vos .overflow-hidden .item-wrapper{
	padding: var(--size-xs) var(--size-sm);
	border-bottom: 1px solid #dfdbd7;
}
.vos .overflow-hidden .item-wrapper:last-child{
	border-bottom: 0;
}


.closings .icon-wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--primary);
	color: var(--dark);
	width: 50px;
	height: 50px;
	font-size: 22px;
}
.closings .icon-wrapper i{
	margin: 0;
}


.shape-spacer{
	width: 100px;
	height: 3px;
	background-color: var(--primary);
	margin: var(--size-md) 0;
}

@media (max-width: 1700px) {
	.video-wide .yt-iframe-api{height:130%;top: -15%;bottom: 10%;padding:0;width: 130%;left: -15%;right: 15%;}
}

@media (max-width: 1600px) {

}

@media (max-width: 1450px) {
	header .menu ul li a{padding: 0 var(--size-xs);}
	header .logo{width: 125px;}
	header .logo img{width: 125px;}
	header .topbar .logo-space{width: 125px;}
	header .main .right .button-order{padding-left: var(--size-sm);padding-right: calc(var(--size-md) + 10px);}
}

/* xl */
@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {
	body{padding-top: 68px;}
	header .topbar{display: none;}
	header .main{height: 68px;}
	#hamburger{display: flex;}
	.hamburger-wrapper{display: flex;}
	header .main .right .button-order{display: none;}
	header .main .right{align-items: center;}
	header .main .right .lang-chooser .button{width: 50px;height: 50px;}
	header .menu ul li{flex-direction: column;line-height: 1;}
	header .menu ul li a,header .menu ul li > span{padding:var(--size-sm) var(--block-padding);display: block;text-align: left;}
	header nav.menu{
		position: fixed;
	    top: 68px;
	    left: 0;
	    right: 0;
	    background-color: #fff;
	    padding: 0;
	    height: auto;
	    display: none;
	    box-shadow: 0 5px 10px -5px rgba(0,0,0,0.1);
	    max-height: calc(100vh - 68px);
	    overflow: auto;
	    flex-direction: column;
	    flex-wrap: wrap;
	}
	header .menu ul{flex-direction: column;}
	header .menu ul li{width: 100%;}
	header .main .right{margin-left: auto;}

	header .main .right .lang-chooser .list{top:50px;}

	header .menu .sub-menu{position: static;width: 100%;visibility: visible;opacity: 1;transition: initial;display: none;box-shadow: 0 0 0 0 rgba(0,0,0,0);}
	header .menu .sub-menu a{padding-left: calc(var(--size-md) + 25px);}
	header .menu ul li .sub-menu li a{padding: var(--size-sm) calc(var(--block-padding) + var(--size-sm));}

	header .menu ul li > a,header .menu ul li > span{position: relative;} 
	header .menu ul li > a i,header .menu ul li > span i {
	    position: absolute;
	    top: 0;
	    right: 15px;
	    bottom: 0;
	    width: 30px;
	    height: 30px;
	    margin: auto;
	    line-height: 30px;
	    z-index: 10;
	    transition: transform 0.3s;
	    font-size: var(--f-size-sm);
	    text-align: center;
	}
	.nav-contacts{display: block;}

	header .logo{width: 200px;}
	header .logo img{width: 200px;}


	.intro-home .contact-line .strip{padding-right: var(--size-sm);max-width: 65%;flex-wrap: wrap;height: auto;background: transparent;
		padding-bottom: var(--size-md);}
	.intro-home .contact-line .circle{display: none;}
	.intro-home .contact-line .strip::after{display: none;}
	.intro-home .contact-line .strip::before{display: none;}
	.intro-home .contact-line a{margin-bottom: 5px;}

	footer .middle .footer-nav li{margin-bottom: var(--size-xs);}
	footer .buttons{width: 100%;margin-top: var(--size-md);}

	.doublecol-detail .custom-row .col-left .detail-headline{padding-right: var(--block-padding);}

	.anchor .anchor-point{top: calc(-68px);}

	header .menu ul li.active::after{display: none;}
	header .menu ul li.active > a{color: var(--secondary);}

	header .menu ul li .sub-menu li i{right: 24px;pointer-events: none;}

	.persons .wrapper .media-wrapper{width: calc(100% + var(--size-md) + var(--size-sm));top: calc(-1* var(--size-sm));}
	.persons .wrapper{padding-left: var(--size-lg);}
	
}

/* md */
@media (max-width: 991.98px) {
	.intro-home .imgcards{display: flex;}
	.intro-home .imgcards .item{width: 33.33%;}
	.intro-home .content-wrapper{position: relative;}
	.intro-home .intro-img{position: relative;}
	.intro-home .intro-img .img{height: 400px;}
	.intro-home .intro-img .hp-slider-image{height: 400px;position: static;}
	.intro-home .contact-line .strip{max-width: 100%;}

	.banner-cards .content{padding-bottom: var(--size-lg);}
	.banner-cards .cards{position: static;}
	.banner-cards .cards .item{width: 50%;}
	.banner-cards .block{padding-bottom: 0;}
	.banner-cards .wrapper{min-height: 0;}

	.parteners .col-lg-4{border:0;}
	.parteners .title{margin-bottom: var(--size-md);padding-right: 0;}

	.news .item .col-text{padding-right: 0;order:2;}
	.news .item .col-img{order:1;}

	footer .buttons a{margin-top: 5px;margin-bottom: 5px;height: 40px;}
	footer .buttons a span{font-size: var(--f-size-xs);}

	.doublecol-detail .custom-row .col-left {width: 50%;}
	.doublecol-detail .custom-row .col-right {width: 50%;}

	.intro-text-img-cards .img{left: 50%;}
	.intro-text-img-cards .img::after{background: linear-gradient(90deg,rgba(255,249,226,1) 0%, rgba(255,249,226,1) 60%, rgba(255,249,226,0.8) 80%,transparent 100%);}
	.intro-text-img-cards .content .longtext{max-width: 80%;}

	.cols-form .headline{padding: var(--size-md);}
	.cols-form .headline::after{display: none;}
	.cols-form .text-content{padding: var(--size-md) 0;}

	.about-map .map{width: calc(100% + 0px);}
	.about-map .img{width: 100%;margin-left: 0;}

	.hover-tabs .item{padding: var(--size-md) var(--size-md) var(--size-lg) var(--size-md);}

	.about-map .media-wrapper.r{display: none;}

	.persons .wrapper .media-wrapper{height: 300px;}
}

/* sm */
@media (max-width: 767.98px) {
	.imgcards .item .content{padding: 1.5rem;}

	.carousel-cards .title-wrapper .col-btn{justify-content: initial;margin-top: var(--size-sm);}

	.basic-text-image .col-img{order:1;}
	.basic-text-image .col-text{order:2;padding-right: calc(var(--bs-gutter-x) * .5);padding-top: var(--size-md);}
	.basic-text-image.text-align-right .col-text{padding-left: calc(var(--bs-gutter-x) * .5);padding-top: var(--size-md);}
	.basic-text-image .img{clip-path: initial!important;
		background: linear-gradient(350deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 30%, rgba(0,0,0,0) 80%)!important;}
	.basic-text-image .col-text .align .arrow{display: none;}

	.banner-cards .img{position: static;}
	.banner-cards .img::after{display: none;}
	.banner-cards .content{padding: var(--size-sm) 0;}
	.banner-cards .content .uppertitle{color: var(--dark);}
	.banner-cards .content .title{color: var(--primary);}
	.banner-cards .cards .item .icon{opacity: 0.5;}
	.banner-cards .cards .item .percent{opacity: 0.5;}
	.banner-cards .cards.single .item{width: 100%;}

	.promo-news .col-btn{justify-content: start;margin-top: var(--size-sm);}

	footer .bottom .text-center{text-align: right!important;}
	footer .bottom .text-right{text-align: center!important;margin-top: var(--size-xs);}

	.text-cols .col-item{padding: 0 calc(var(--bs-gutter-x) * .5) 0 calc(var(--bs-gutter-x) * .5); border:0;}
	.text-cols .col-item::before{display: none;}

	.promo-career .col-img{margin-bottom: var(--size-md);}

	.doublecol-detail .custom-row{flex-wrap: wrap;}
	.doublecol-detail .custom-row .col-left{width: 100%;}
	.doublecol-detail .custom-row .col-right {width: 100%;border: 0;}
	.doublecol-detail .custom-row .col-left .padding-wrapper{min-height: 0px;}
	.doublecol-detail .custom-row .col-left .block-wrapper{padding-top: var(--size-md);padding-bottom: var(--size-md);}

	.doublecol-detail .custom-row .col-right .padding-wrapper {padding: var(--block-padding);}
	.doublecol-detail .custom-row .col-right .block-wrapper{padding:0;}

	

	.smimg-text .col-img{margin-bottom: var(--size-md);justify-content: initial;}
	.smimg-text .col-img .img{width: auto;height: 60px;}

	.intro-home .contact-line{position: static;}
	.intro-home .intro-img .content{bottom: var(--size-md);}
	.intro-home .contact-line .strip{padding-bottom: 0;padding-right: 0;width: 100%;}
	.intro-home .contact-line .strip a{margin-bottom: 0;width: 50%;text-align: center;margin:0;justify-content: center;}
	.intro-home .contact-line a span{display: none;}

	.hover-tabs .item{min-height: 300px;}
	.hover-tabs .gallery-wrapper{display: none;}
	.hover-tabs .item .overlay{height: 100%;opacity: 1;}
	.hover-tabs .item .overlay img{opacity: 1;}
	.hover-tabs .item .arrow-decoration{opacity: 1;}
	.hover-tabs .item .content-wrapper{grid-template-rows: 1fr;}
	.hover-tabs .item .overlay::before{display: none;}
	.hover-tabs .item .overlay::after{
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(0deg, rgba(var(--dark-rgb), .8) 0%, rgba(var(--dark-rgb), .7) 40%, transparent 100%);
		opacity: 1;
		z-index: 1;
	}
	.hover-tabs .item .content-wrapper .overflow-hidden{opacity: 1;transform:translateY(0px);}
	.hover-tabs .item .overlay img{display: block;}
	.hover-tabs .item .text-wrapper .arrow-tohide{display: none;}

	footer .buttons{justify-content: initial;}
	footer .buttons a{margin-left: 0;margin-right: 10px;}

	.carousel-cards-big .col-btn{justify-content: start;}

	.about-map .media-wrapper.r::before{display: none;}

	.video-wide .block{height: 450px;}
	.video-wide .yt-iframe-api{height:160%;top: -30%;bottom: 30%;width: 160%;left: -30%;right: 30%;}
	.video-wide .volume-control{right: var(--size-sm);top: var(--size-sm);bottom: auto;left: auto;}

	.persons .wrapper .media-wrapper{width: calc(100% + var(--size-md));top: 0px;}
	.persons .wrapper .text-wrapper{margin-top: var(--size-sm);}
	.persons .wrapper{padding-left: var(--size-md);}
	.persons .wrapper .media-wrapper{height: 200px;}
}

/* xs */
@media (max-width: 575.98px) {
	.mobile-view {display: block;}
	.sly-slider-wrapper.mobile-view li > a{min-height: 400px;}

	.carousel-cards .sly-slider-list li {width: 350px;}
	.carousel-cards .img{height: 150px;min-height: 150px;max-height: 150px;}

	.intro-home .intro-img .img{height: 400px;}
	.intro-home .intro-img .content{padding-right: 10%;}
	.intro-home .imgcards{flex-wrap: wrap;}
	.intro-home .imgcards .item{width: 100%;}

	.banner-cards .cards{flex-wrap: wrap;}
	.banner-cards .cards .item{width: 100%;margin:0;margin-bottom: var(--size-xs);}
	.banner-cards .cards .item:last-child{margin-bottom: 0;}

	footer .col-logo img{height: 32px;}
	footer .bottom *{text-align: center!important;}
	footer .bottom .text-center{text-align: center!important;}

	.intro-text-img-cards .img{position: static;}
	.intro-text-img-cards .img::after{display: none;}
	.intro-text-img-cards .content{padding-top: var(--size-md);padding-bottom: var(--size-md);}
	.intro-text-img-cards .content .longtext{max-width: 100%;}
	.strip-line .strip{width: 70%;height: 40px;}
	.strip-line .circle{width: 40px;min-width: 40px;height: 40px;}
	.intro-home .dots-wrapper{margin-top: var(--size-xs);}

	.table-panel .table-wrapper .inset{padding: var(--size-sm);}

	.promo-career .items .item{margin-bottom: var(--size-xs);}


	.card-panel .panel{padding: 50px var(--size-md) var(--size-md) var(--size-md);}
	.card-panel .panel::before{left: var(--size-md);width: 45px;height: 50px;top:-25px;}
	.card-panel .panel .icon{left: var(--size-md);width: 45px;height: 50px;top: -25px;}
	.card-panel .panel .icon img{width: 20px;}

	header .menu .sub-menu a{padding-left: calc(var(--size-md) + 10px);}
	.nav-contacts{display: flex;}
	.nav-contacts a{width: 50%;text-align: center;padding-left: 5px;padding-right: 5px;}
	.nav-contacts > div:last-child{display: flex;flex-wrap: wrap;}
	.nav-contacts > div:last-child a{width: 100%;margin:0;margin-bottom: var(--size-xs);}
	.nav-contacts > div:last-child a:last-child{margin-bottom: 0;}

	#map-contact{height:350px;}

	.cols-form .col-form{padding: 2rem 1.5rem;}
	.form-wrapper .inset{padding: 2rem 1.5rem;}

	.promo-news-slider{padding-bottom: 35px;}
	.promo-news .col-btn:not(.only-mob){display: none;}
	.promo-news .col-btn.only-mob{display: flex;justify-content: center;}
	.promo-news .title-wrapper h2{margin-bottom: 0;}

	.filter-dropdown .btn-default{width: 100%;}

	.imgcards .item .content{min-height: 150px;}

	header .main .right .button-phone{padding: 0 var(--size-xs);}
	header .main .right .button-phone div:nth-child(2){font-size: var(--f-size-main);}
	header .logo{width: 160px;}
	header .logo img{width: 160px;}

	.longtext li::before{top: 9px;}

	.basic-text-image .img::after{display: none;}
	.basic-text-image a.img::before{width: 60px;height: 60px;line-height: 60px;font-size: var(--f-size-h4);}

	.video-wide .block{height: 350px;}
	.video-wide .yt-iframe-api{height:200%;top: -50%;bottom: 50%;width: 200%;left: -50%;right: 50%;}

	.default-margins.md > *{margin-bottom: var(--size-sm);}
	.default-margins.lg > *{margin-bottom: var(--size-sm);}
	.default-margins.md > hr{margin-top: var(--size-sm);}
	.default-margins.lg > hr{margin-top: var(--size-sm);}
	.default-margins > *:last-child{margin-bottom: 0;}

	.default-margins.xs-xs > *{margin-bottom: var(--size-xs);}
	.default-margins.xs-xs > *:last-child{margin-bottom: 0;}

	.xs-text-left{text-align: left;}

	.carousel-cards-big .swiper .swiper-slide{width: 380px;}

	.singleimg.cover img{height: 300px;}
}

@media (max-width: 450px){
	.carousel-cards .sly-slider-list li {width: 280px;}

	.carousel-cards-big .swiper .swiper-slide{width: 340px;}
}

@media (max-width: 400px){
	header .main .right .button-phone{display: none;}

	.carousel-cards-big .swiper .swiper-slide{width: 300px;}
}

@media (max-width: 360px){
	.carousel-cards-big .swiper .swiper-slide{width: 260px;}
}