body { 
	position: relative;
	line-height: 1.2; 
	font-family: 'Century Gothic', sans-serif;
	overflow-x: hidden;
	margin:0;
	background: #111;
	color: #F2F1EB;
} 
#wrapper{
	overflow: hidden;
	width: 100%;
}
* {box-sizing: border-box;}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
a,:after,:before, .owl-nav> div, input, svg path, svg rect{transition: ease 0.3s all;}
.loader {
	background: #111;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sc img {
	width: calc((70 / 1920) * 100vw);
}
.top-text .sc {
	margin-top: calc((40 / 1920) * 100vw);
	margin-bottom: 0;
}
.with-lines:before, 
.with-lines:after {
	content: '';
	position: absolute;
	left: calc((123 / 1920) * 100vw);
	height: calc((1183 / 1920) * 100vw);
	top: calc((-120 / 1920) * 100vw);
	width: calc((73 / 1920) * 100vw);
	background: url(../img/line.svg) 50% 100% / 100% no-repeat;
}
.with-lines:after {
	left: auto;
	right: calc((123 / 1920) * 100vw);
}
.loader .art {
	position: relative;
	width: calc((782 / 1920) * 100vw);
}
.loader .art img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}
@keyframes load {
	0% {
		width: 0%;
	}
	30% {
		width: 30%;
	}
	60% {
		width: 50%;
	}
	100% {
		width: 100%;
	}
}
.loading {
	position: absolute;
	z-index: 1;
	width: 100%;
	max-width: calc((635 / 1920) * 100vw);
	height: calc((120 / 1920) * 100vw);
	bottom: calc((184 / 1920) * 100vw);
	left: calc((70 / 1920) * 100vw);
	background: #93456E;
	filter: blur(10px);
	animation: load ease 2s alternate;
}
.top-box {
	min-height: 100vh;
	position: relative;
}
.header {
	padding: calc((30 / 1920) * 100vw) 0;
	display: flex;
	justify-content: center;
	margin-bottom: calc((400 / 1920) * 100vw);
}
.logo {
	display: block;
	width: calc((267 / 1920) * 100vw);
}
.nav {
	position: absolute;
	top: calc((110 / 1920) * 100vw);
	left: 0;
	width: 100%;
	z-index: 5;
	background: #11111105;
	backdrop-filter: blur(29.399999618530273px);
	height: calc((78 / 1920) * 100vw);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: calc((66 / 1920) * 100vw); 
	font-size: calc((21 / 1920) * 100vw);  
	text-transform: uppercase;
	border-top: 1px solid #F2F1EB80;
	border-bottom: 1px solid #F2F1EB80;
}
.nav a {
	color: #fff;
	text-decoration: none;
}
.nav.fixed {
	position: fixed;
	top: 0;
}
.nav a:hover {
	color: #93456E;
}
#wrapper {
	background: url(../img/bg-top5.webp) 50% 0 / 100% no-repeat;
}
.vid-mb {
	display: none;
}
.uz {
	position: absolute;
	top: calc((240 / 1920) * 100vw);
	right: calc((270 / 1920) * 100vw);
	width: calc((124 / 1920) * 100vw);
}
.uz img {
	width: 100%;
	display: block;
}
.top-text {
	text-align: center;
}
.top-text h2 {
	font-family: Akrobat;
	font-weight: 800; 
	font-size: calc((70 / 1920) * 100vw); 
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 calc((18 / 1920) * 100vw); 
}
.top-text .t {
	max-width: calc((1156 / 1920) * 100vw);
	margin: 0 auto calc((40 / 1920) * 100vw);   
	font-size: calc((30 / 1920) * 100vw); 
	line-height: 120%; 
	text-align: center; 
}
.btn-cc {
	display: flex;
	justify-content: center;
}
.btn-join {
	position: relative;
}
.btn-join:after {
	content: '';
	background: url(../img/btn-join-act.svg) 50% / contain no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.btn-join img {
	display: block;
	width: calc((260 / 1920) * 100vw);
}
.btn-join:hover:after {
	opacity: 1;
}
.block {
	margin-bottom: calc((150 / 1920) * 100vw);
}
.block-wrap {
	max-width: calc((1280 / 1920) * 100vw);
	margin: 0 auto;
}
.block-heading {
	text-align: center;
	margin-bottom: calc((60 / 1920) * 100vw);
}
.block-heading .h {
	margin-bottom: calc((20 / 1920) * 100vw);
}
.block-heading .t {
	font-size: calc((30 / 1920) * 100vw); 
	line-height: 120%; 
	text-align: center; 
}
.about__item {
	margin-bottom: calc((30 / 1920) * 100vw);
	height: calc((160 / 1920) * 100vw);
	border: 1px solid #F2F1EB80;
	display: flex;
	align-items: center;
	gap: calc((36 / 1920) * 100vw);
	padding-left: calc((45 / 1920) * 100vw);
}
.about__item.it1 {
	background: url(../img/bg-bx1.png) 100% 50% / auto 100% no-repeat;
}
.about__item.it3 {
	background: url(../img/bg-bx3.png) 0% 50% / auto 100% no-repeat;
}
.about__item.it4 {
	background: url(../img/bg-bx4.png) 50% / auto 100% no-repeat;
}
.about__item .t1 {
	font-family: Akrobat;
	font-weight: 800; 
	font-size: calc((70 / 1920) * 100vw); 
	text-transform: uppercase;
}
.about__item .t2 { 
	font-size: calc((30 / 1920) * 100vw); 
}
.h-about img {
	width: calc((638 / 1920) * 100vw);
}
.h-values img {
	width: calc((776 / 1920) * 100vw);
}
.values-grid {
	display: flex;
	flex-wrap: wrap;
	gap: calc((20 / 1920) * 100vw);
}
.values-item {
	border: 1px solid #F2F1EB80;
	height: calc((240 / 1920) * 100vw);
	position: relative;
	padding: 0 calc((20 / 1920) * 100vw);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: calc((10 / 1920) * 100vw);
}
.values-item.it-sm {
	width: calc((500 / 1920) * 100vw);
}
.values-item.it-md {
	width: calc((760 / 1920) * 100vw);
}
.values-item.it-xl {
	width: 100%;
}
.values-item.cc {
	display: flex;
	align-items: center;
	justify-content: center;
}
.values-item .ic {
	width: calc((120 / 1920) * 100vw);
	position: absolute;
	right: calc((10 / 1920) * 100vw);
	top: calc((10 / 1920) * 100vw);
}
.values-item .ic img {
	width: 100%;
}
.values-item .t1 {
	font-family: Akrobat;
	font-weight: 800; 
	font-size: calc((40 / 1920) * 100vw); 
	line-height: 100%;  
}
.values-item .t2 { 
	font-size: calc((21 / 1920) * 100vw); 
	line-height: 120%; 
	padding-bottom: calc((45 / 1920) * 100vw);
}
.values-item.it1 {background: url(../img/sign/bg1.jpg) 50% / cover no-repeat;}
.values-item.it2 {background: url(../img/sign/bg2.jpg) 50% / cover no-repeat;}
.values-item.it3 {background: url(../img/sign/bg3.jpg) 50% / cover no-repeat;}
.values-item.it4 {background: url(../img/sign/bg4.jpg) 50% / cover no-repeat;}
.values-item.it5 {background: url(../img/sign/bg5.jpg) 50% / cover no-repeat;}
.values-item.it6 {background: url(../img/sign/bg6.jpg) 50% / cover no-repeat;}
.values-item.it7 {background: url(../img/sign/bg7.jpg) 50% / cover no-repeat;}
.direct {
	/* height: calc((850 / 1920) * 100vw); */
	background: url(../img/bg-direct.webp) 50% 50px / 100% no-repeat;
	position: relative;
	padding-bottom: 50px;
}
.direct:after {
	content: '';
	height: calc((150 / 1920) * 100vw);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg,rgba(17, 17, 17, 1) 18%, rgba(255, 255, 255, 0) 100%);
}
.h-direct {
	margin-bottom: calc((50 / 1920) * 100vw);
}
.h-direct img {
	width: calc((815 / 1920) * 100vw);
}
.direct-text {
	text-align: center;
	position: relative;
	z-index: 2;
}
.direct-text .t1 { 
	font-weight: 800; 
	font-size: calc((70 / 1920) * 100vw); 
	text-align: center;
	text-transform: uppercase;
	color: #F2F1EB;
	font-family: Akrobat;
}
.direct-text .t2 { 
	font-size: calc((30 / 1920) * 100vw); 
	line-height: 100%; 
	text-align: center;
	margin-bottom: calc((50 / 1920) * 100vw);
}
.direct .bx1 {
	max-height: calc((468 / 1920) * 100vw);
	overflow: hidden;
}
.direct .bx1.act {
	max-height: initial;
}
.direct-text .soon {
	color: #444;
	margin-bottom: calc((50 / 1920) * 100vw);
}
.direct-text .arr {
	margin-top: calc((50 / 1920) * 100vw);
	cursor: pointer;
}
.direct-text .arr.act {
	transform: rotate(-180deg);
}
.direct-text .arr img {
	width: calc((78 / 1920) * 100vw);
}
.service-grid {
	position: relative;
	display: flex;
	gap: calc((20 / 1920) * 100vw);
}
.service-arr {
	position: absolute;
	left: calc((-90 / 1920) * 100vw);
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.service-arr img {
	width: calc((70 / 1920) * 100vw);
}
.service-arr.disabled {
	opacity: .5;
	cursor: initial;
}
.owl-carousel .owl-nav>div{
	display: block;
	text-indent: -9999px;
	width: calc((70 / 1920) * 100vw);
	position: absolute;
	left: calc((-100 / 1920) * 100vw);
	top: 50%;
	margin-top: calc((-16 / 1920) * 100vw);
	height: calc((33 / 1920) * 100vw);
	background: url(../img/prev.svg) 50% / contain no-repeat;
}
.owl-carousel .owl-nav>div:last-child{
	left: auto;
	right: calc((-100 / 1920) * 100vw);
	transform: rotate(-180deg);
}
.service-next {
	left: auto;
	right: calc((-90 / 1920) * 100vw);
}
.service-item {
	width: calc((157 / 1920) * 100vw);
	height: calc((676 / 1920) * 100vw);
	border: 1px solid #F2F1EB80;
	position: relative;
	overflow: hidden;
	transition: .3s ease all;
	cursor: pointer;
}
.service-item .num {
	position: absolute;
	left: calc((20 / 1920) * 100vw);
	top: calc((35 / 1920) * 100vw);
	color: #F2F1EB; 
	font-family: Akrobat;
	font-weight: 800; 
	font-size: calc((50 / 1920) * 100vw); 
	line-height: 100%; 
	text-transform: uppercase;
}

.service-item .t {
	position: absolute;
	padding: calc((30 / 1920) * 100vw) calc((50 / 1920) * 100vw) calc((30 / 1920) * 100vw) calc((20 / 1920) * 100vw);
	bottom: 0;
	left: 0;
	width: calc((542 / 1920) * 100vw); 
}
.service-item:after {
	content: '';
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	position: absolute;
	background: linear-gradient(270deg, #111111 0%, rgba(17, 17, 17, 0) 100%);
}
.service-item .t1 {
	color: #F2F1EB33; 
	font-family: Akrobat;
	font-weight: 800; 
	font-size: calc((50 / 1920) * 100vw); 
	line-height: 100%; 
	text-transform: uppercase;
	margin-bottom: 3px;
}
.service-item .t2 { 
	font-size: calc((30 / 1920) * 100vw); 
	line-height: 120%; 
	color: #F2F1EB33; 
}
.service-item.it1 {background: url(../img/slide1.jpg) 50% / cover no-repeat;}
.service-item.it2 {background: url(../img/slide2.jpg) 50% / cover no-repeat;}
.service-item.it3 {background: url(../img/slide3.jpg) 50% / cover no-repeat;}
.service-item.it4 {background: url(../img/slide4.jpg) 50% / cover no-repeat;}
.service-item.it5 {background: url(../img/slide5.jpg) 50% / cover no-repeat;}
.service-item.it6 {background: url(../img/slide6.jpg) 50% / cover no-repeat;}
.service-item.it7 {background: url(../img/slide7.jpg) 50% / cover no-repeat;}
.service-item.it8 {background: url(../img/slide8.jpg) 50% / cover no-repeat;}
.service-item.it9 {background: url(../img/slide9.jpg) 50% / cover no-repeat;}
.service-item.it10 {background: url(../img/slide10.jpg) 50% / cover no-repeat;}
.h-cont img {
	width: calc((762 / 1920) * 100vw);
}
.contacts {
	background: url(../img/bg-cont.webp) 50% 0 / 100% no-repeat;
	height: calc((1104 / 1920) * 100vw);
	padding-top: calc((96 / 1920) * 100vw);
}
.contacts-text {
	text-align: center;
	margin-bottom: calc((24 / 1920) * 100vw);
}
.contacts-text .t1 {
	font-family: Akrobat;
	font-weight: 800; 
	font-size: calc((70 / 1920) * 100vw); 
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.contacts-text .t2 {   
	font-size: calc((30 / 1920) * 100vw); 
	line-height: 120%; 
	text-align: center;
}
.contacts-form .inp {
	margin-bottom: calc((25 / 1920) * 100vw);
}
.contacts-form .btn-cc {
	margin-top: calc((60 / 1920) * 100vw);
}
.contacts-form .sub {
	background: none;
	border: 0;
	cursor: pointer;
	padding: 0;
}
.contacts-form {
	max-width: calc((844 / 1920) * 100vw);
	margin: 0 auto;
}
.contacts-form .lbl { 
	font-size: calc((21 / 1920) * 100vw); 
	margin-bottom: calc((11 / 1920) * 100vw);
}
.contacts-form input {
	width: 100%;
	display: block;
	background: #11111180;
	border: 1px solid #F2F1EB80;
	height: calc((80 / 1920) * 100vw);
	color: #fff;
	padding: 0 calc((15 / 1920) * 100vw);
	font-size: calc((21 / 1920) * 100vw);
}
.footer {
	padding: calc((144 / 1920) * 100vw) 0;
}
.copy { 
	font-size: calc((30 / 1920) * 100vw); 
	text-align: center;
}
.thx-text {
	margin-top: calc((50 / 1920) * 100vw);
	font-size: calc((30 / 1920) * 100vw);
	text-align: center;
	color: #4ca64c;
	display: none;
}
.video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.loader {
    position: fixed;
    z-index: 7;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
.sc {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: calc((30 / 1920) * 100vw);
	margin-bottom: calc((30 / 1920) * 100vw);
}
.sc a {
	width: calc((69 / 1920) * 100vw);
	height: calc((69 / 1920) * 100vw);
	display: block;
}
.sc .sc1 { 
	background: url(../img/sc1.svg) 50% / contain no-repeat;
}
.sc .sc2 { 
	background: url(../img/sc2.svg) 50% / contain no-repeat;
}
.sc .sc1:hover { 
	background: url(../img/sc1-a.svg) 50% / contain no-repeat;
}
.sc .sc2:hover { 
	background: url(../img/sc2-a.svg) 50% / contain no-repeat;
}
.burg {
	display: none;
}
.coming {
	text-align: center;
}
.coming .t1 {
	font-family: Akrobat;
	font-weight: 800; 
	font-size: calc((70 / 1920) * 100vw); 
	line-height: 100%; 
	text-align: center;
	text-transform: uppercase;
	color: #93456E;
	margin-bottom: calc((20 / 1920) * 100vw);
}
.coming .img img {
	width: 100%;
	display: block;
}
#wrapper.inner {
	background: none;
}
.inner .with-lines:before,
.inner .with-lines:after {
	height: 100%;
	top: 0;
}
.inner .header {
	margin-bottom: calc((140 / 1920) * 100vw);
}
.h-car img {
	width: calc((660 / 1920) * 100vw);
}
.h-car {
	margin-bottom: calc((20 / 1920) * 100vw);
}
/* .active:not(.center) + .active:not(.center) + .active:not(.center)  .service-item .t1,
.active:not(.center) + .active:not(.center) + .active:not(.center)  .service-item .t2 {
	color: #fff; 
} */
/* .active:not(.center) + .active:not(.center) + .active:not(.center) .service-item {
	width: calc((544 / 1920) * 100vw);
} */
/* .service-slider:after {
	content: '';
	background: linear-gradient(267deg,rgba(17, 17, 17, 1) 0%, rgba(255, 255, 255, 0) 80%);
	position: absolute;
	right: 0px;
	top: 0;
	width: calc((130 / 1920) * 100vw);
	height: 100%;
}
.service-slider:before {
	content: ''; 
	background: linear-gradient(267deg,rgba(255, 255, 255, 0) 20%, rgba(17, 17, 17, 1) 80%);
	position: absolute;
	left: 0px;
	top: 0;
	width: calc((150 / 1920) * 100vw);
	height: 100%;
	z-index: 2;
} */
.firstActiveItem .service-item .t2,
.firstActiveItem .service-item .t1 {
	color: #fff;
}
.firstActiveItem .service-item {
	width: calc((544 / 1920) * 100vw);
}





@media (max-width: 767px) {
	.coming .t1 { 
		font-size: calc((40 / 375) * 100vw);  
		margin-bottom: calc((20 / 375) * 100vw);
	} 
	.inner .header {
		margin-bottom: calc((30 / 375) * 100vw);
	}
	.h-car img {
		width: calc((280 / 375) * 100vw);
	}
	.h-car {
		margin-bottom: calc((20 / 375) * 100vw);
	}
	.nav {
		background: linear-gradient(267deg,rgba(17, 17, 17, 1) 30%, rgba(17, 17, 17, .7) 100%);
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
		flex-direction: column;
		text-align: right;
		justify-content: center;
		align-items: flex-end;
		padding-right: 20px;
		gap: 30px;
		min-height: 100vh;
		backdrop-filter: none;
		display: none;
	} 
	.direct .bx1 {
		max-height: calc((232 / 375) * 100vw);
	}
	.direct-text .soon { 
    margin-bottom: calc((30 / 375) * 100vw);
	}
	.nav.act {
		display: flex;
	}
	.nav a {
		font-size: 16px;
	}
	.with-lines:before, .with-lines:after {
		display: none;
	}
	.block {
		margin-bottom: calc((70 / 375) * 100vw);
	}
	.top-box {
		min-height: initial;
	}
	.header {
		position: relative;
		z-index: 3;
		justify-content: space-between;
    padding: calc((20 / 375) * 100vw) 0; 
    margin-bottom: calc((100 / 375) * 100vw); 
	}
	.burg {
		display: block;
		width: calc((30 / 375) * 100vw);
		height: calc((30 / 375) * 100vw);
		background: url(../img/burg.svg) 50% / contain no-repeat; 
	}
	.burg.act {
		background: url(../img/birg-act.svg) 50% / contain no-repeat; 
	}
	.logo {
    width: calc((147 / 375) * 100vw);
	} 
	.uz {
		display: none;
	}
	.top-text h2 { 
    font-size: calc((30 / 375) * 100vw); 
    margin: 0 0 calc((15 / 375) * 100vw);
	}
	.top-box , .block-heading , .block-wrap {
		padding: 0 calc((15 / 375) * 100vw) ; 
	}
	.top-text .t {
    max-width: initial;
    margin: 0 auto calc((32 / 375) * 100vw);
    font-size: calc((16 / 375) * 100vw); 
	}
	.btn-join img {
    width: calc((150 / 375) * 100vw);
	}
	.block-heading .h img {
		width: auto;
		height: calc((40 / 375) * 100vw);
	}
	.block-heading .h {
    margin-bottom: calc((20 / 375) * 100vw);
	}
	.block-heading .t {
    font-size: calc((16 / 375) * 100vw); 
	}
	.block-heading .t br {display: none;}
	.block-wrap {
    max-width: initial;
	}
	.about__item {
    margin-bottom: calc((20 / 375) * 100vw);
    height: auto; 
    gap: calc((10 / 375) * 100vw);
		flex-direction: column;
    padding: calc((20 / 375) * 100vw);
	}
	.about__item .t1 {
		font-size: calc((24 / 375) * 100vw); 
	}
	.about__item .t2 {
		font-size: calc((16 / 375) * 100vw); 
		text-align: center;
	}
	.values-item.it-sm ,
	.values-item.it-md {
		width: 100%;
	}
	.values-item {
		padding: calc((20 / 375) * 100vw) calc((50 / 375) * 100vw) calc((20 / 375) * 100vw) calc((20 / 375) * 100vw);
		height: auto; 
	}
	.values-item .t1 {
		font-size: calc((24 / 375) * 100vw); 
	}
	.values-item .t2 {
		font-size: calc((16 / 375) * 100vw);  
	}
	.values-item .ic {
    width: calc((50 / 375) * 100vw);
    position: absolute;
    right: calc((10 / 375) * 100vw);
    top: calc((10 / 375) * 100vw);
	}
	.values-item .t2 br {
		display: none;
	}
	.values-item.cc {
		padding: calc((20 / 375) * 100vw);
	}
	.h-direct.h img {
		height: auto;
		width: calc((290 / 375) * 100vw);
	} 
	.service-arr img {
		width: calc((40 / 375) * 100vw);
	}
	.service-grid {
		padding-bottom: calc((40 / 375) * 100vw);
		gap: calc((5 / 375) * 100vw);
	}
	.service-arr {
		transform: none;
		bottom: 0;
		top: auto;
	}
	.service-prev {
		left: calc((100 / 375) * 100vw)
	}
	.service-next {
		right: calc((100 / 375) * 100vw)
	}
	.service-item {
    width: calc((37 / 375) * 100vw);
    height: calc((300 / 375) * 100vw);
	}
	.service-item .t {
    padding: calc((10 / 375) * 100vw);
    width: calc((150 / 375) * 100vw);
	} 
	.slider-wrap {
		overflow: hidden;
		padding-bottom: 70px;
	}
	.service-slider:after {
		content: '';
		background: linear-gradient(267deg,rgba(17, 17, 17, 1) 24%, rgba(255, 255, 255, 0) 100%);
		position: absolute;
		right: 0px;
		top: 0;
		width: 50px;
		height: 100%;
	}
	.service-slider:before {
		content: '';
		transform: rotate(-180deg);
		background: linear-gradient(267deg,rgba(17, 17, 17, 1) 24%, rgba(255, 255, 255, 0) 100%);
		position: absolute;
		left: 0px;
		top: 0;
		width: 50px;
		height: 100%;
		z-index: 2;
	}
	.service-slider {
		position: relative;
		/* left: calc((-20 / 375) * 100vw); */
		left: 0;
	}
	.owl-carousel .owl-nav>div {
		bottom: -50px;
		left: 100px;
		width: 40px;
		height: 20px;
		top: auto;
		margin: 0;
	}
	.owl-carousel .owl-nav>div:last-child { 
		left: auto;
		right: 100px; 
	}
	/* .active:not(.center) + .active:not(.center) + .active:not(.center)  .service-item {
    width: calc((170 / 375) * 100vw);
	}
	.active:not(.center) + .active:not(.center) + .active:not(.center)  .service-item .t1,
	.active:not(.center) + .active:not(.center) + .active:not(.center)  .service-item .t2 {
    color: #fff; 
	} */
	.firstActiveItem .service-item {
		width: calc((170 / 375) * 100vw);
	}

	
	.service-item .t1 {
		font-size: calc((20 / 375) * 100vw);
	}
	.service-item .t2 {
		font-size: calc((14 / 375) * 100vw);
	}
	.contacts {
		height: calc((500 / 375) * 100vw);
	}
	.block-heading {
		margin-bottom: calc((30 / 375) * 100vw);
	}
	.contacts-text .t1 {
		font-size: calc((24 / 375) * 100vw);
	}
	.contacts-text .t2 {
		font-size: calc((16 / 375) * 100vw);
	}
	.contacts-text { 
    margin-bottom: calc((30 / 375) * 100vw);
	}
	.contacts-form {
		max-width: initial;
	}
	.contacts-form .inp {
    margin-bottom: calc((15 / 375) * 100vw);
	}
	.contacts-form .lbl {
    font-size: calc((16 / 375) * 100vw);
    margin-bottom: calc((10 / 375) * 100vw);
	}
	.contacts-form input { 
    height: calc((50 / 375) * 100vw); 
    padding: 0 calc((15 / 375) * 100vw);
    font-size: calc((16 / 375) * 100vw);
	}
	.contacts {
		height: calc((580 / 375) * 100vw);
	}
	.footer {
    padding: calc((30 / 375) * 100vw) 0;
	}
	.copy {
    font-size: calc((16 / 375) * 100vw);
	}
	.thx-text {
		margin-top: calc((30 / 375) * 100vw);
    font-size: calc((16 / 375) * 100vw);
	}
	.direct-text .t1 {
		font-size: calc((24 / 375) * 100vw);
	}
	.direct-text .t2 {
		font-size: calc((16 / 375) * 100vw);
		margin-bottom: calc((30 / 375) * 100vw);
	}
	.direct-text .arr {
		margin-top: calc((30 / 375) * 100vw);
	}
	.top-text .sc {
    margin-top: calc((30 / 375) * 100vw);
	}
	.sc img {
		width: calc((50 / 375) * 100vw);
	}
	.vid-mb {
		display: block;
	}
	.vid-pc {
		display: block;
	}
	.sc { 
		gap: calc((20 / 375) * 100vw);
		margin-bottom: calc((30 / 375) * 100vw);
	}
	.sc a {
		width: calc((50 / 375) * 100vw);
		height: calc((50 / 375) * 100vw);
	}
}

/* ===================== */
/* === CAREERS PAGE  === */
/* ===================== */

.careers-section {
	max-width: calc((1280 / 1920) * 100vw);
	margin: 0 auto calc((100 / 1920) * 100vw);
	padding: 0 calc((15 / 1920) * 100vw);
}

/* Tabs */
.career-tabs-wrap {
	position: relative;
	margin-bottom: calc((15 / 1920) * 100vw);
}
.career-tabs-wrap:before,
.career-tabs-wrap:after {
	content: '';
	position: absolute;
	top: 0;
	width: calc((60 / 1920) * 100vw);
	height: 100%;
	z-index: 2;
	pointer-events: none;
}
.career-tabs-wrap:before {
	left: 0;
	background: linear-gradient(to right, #111 0%, transparent 100%);
}
.career-tabs-wrap:after {
	right: 0;
	background: linear-gradient(to left, #111 0%, transparent 100%);
}
.career-tabs {
	display: flex;
	gap: calc((10 / 1920) * 100vw);
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	padding: 0 calc((20 / 1920) * 100vw);
}
.career-tabs::-webkit-scrollbar { display: none; }
.career-tab {
	white-space: nowrap;
	padding: calc((12 / 1920) * 100vw) calc((28 / 1920) * 100vw);
	border: 1px solid #F2F1EB40;
	font-size: calc((18 / 1920) * 100vw);
	cursor: pointer;
	transition: .3s ease all;
	color: #F2F1EB80;
	text-transform: uppercase;
	font-family: 'Century Gothic', sans-serif;
}
.career-tab:hover {
	color: #F2F1EB;
	border-color: #F2F1EB80;
}
.career-tab.active {
	background: #93456E30;
	border-color: #93456E;
	color: #F2F1EB;
}

/* Tabs progress line */
.career-tabs-line {
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, transparent, #F2F1EB30 10%, #F2F1EB30 90%, transparent);
	margin-bottom: calc((40 / 1920) * 100vw);
	position: relative;
}
.career-tabs-progress {
	height: 100%;
	background: linear-gradient(to right, #93456E, #93456E);
	transition: width .4s ease;
	width: 0%;
}

/* Vacancy list */
.career-list {
	border-top: 1px solid #F2F1EB30;
}
.career-item {
	border-bottom: 1px solid #F2F1EB30;
}
.career-item.hidden {
	display: none;
}
.career-item__row {
	display: flex;
	align-items: center;
	padding: calc((22 / 1920) * 100vw) 0;
	gap: calc((20 / 1920) * 100vw);
}
.career-item__title {
	flex: 1;
	font-family: Akrobat;
	font-weight: 800;
	font-size: calc((32 / 1920) * 100vw);
	text-transform: uppercase;
	cursor: pointer;
	transition: color .3s;
	padding-left: calc((20 / 1920) * 100vw);
}
.career-item__title:hover {
	color: #93456E;
}
.career-item__tags {
	display: flex;
	gap: calc((8 / 1920) * 100vw);
	align-items: center;
}
.tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: calc((7 / 1920) * 100vw) calc((25 / 1920) * 100vw);
	font-size: calc((14 / 1920) * 100vw);
	white-space: nowrap;
	clip-path: polygon(
		calc((12 / 1920) * 100vw) 0%,
		calc(100% - (12 / 1920) * 100vw) 0%,
		100% 50%,
		calc(100% - (12 / 1920) * 100vw) 100%,
		calc((12 / 1920) * 100vw) 100%,
		0% 50%
	);
}
.tag-level {
	background: #3a5a3a;
	color: #b2d8b2;
}
.tag-industry {
	background: #93456E40;
	color: #d89ab8;
}

/* Chevron */
.career-item__chevron {
	width: calc((38 / 1920) * 100vw);
	height: calc((24 / 1920) * 100vw);
	cursor: pointer;
	flex-shrink: 0;
	margin-right: calc((20 / 1920) * 100vw);
	background: url(../img/ic-chevron.svg) 50% / contain no-repeat;
	transition: transform .3s ease;
}
.career-item.open .career-item__chevron {
	transform: rotate(180deg);
}

/* Dropdown */
.career-item__dropdown {
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s ease;
}
.career-item.open .career-item__dropdown {
	max-height: 600px;
}
.career-item__short {
	padding: 0 calc((20 / 1920) * 100vw) calc((30 / 1920) * 100vw);
}
.career-item__short-label {
	font-size: calc((16 / 1920) * 100vw);
	color: #F2F1EB60;
	margin-bottom: calc((8 / 1920) * 100vw);
}
.career-item__short-text {
	font-size: calc((24 / 1920) * 100vw);
	line-height: 140%;
}
.career-item__dropdown-inner {
	display: flex;
	align-items: flex-start;
	gap: calc((30 / 1920) * 100vw);
}
.career-item__dropdown-inner .career-item__short {
	flex: 1;
}
.career-item__dropdown-image {
	flex-shrink: 0;
	width: calc((280 / 1920) * 100vw);
	padding: 0 calc((20 / 1920) * 100vw) calc((20 / 1920) * 100vw) 0;
}
.career-item__dropdown-image img {
	width: 100%;
	height: auto;
	border-radius: calc((10 / 1920) * 100vw);
	display: block;
}

/* ===================== */
/* === VACANCY POPUP === */
/* ===================== */

.vacancy-overlay {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,.7);
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease all;
}
.vacancy-overlay.active {
	opacity: 1;
	visibility: visible;
}
.vacancy-popup {
	position: fixed;
	top: 0; right: -100%;
	width: 100%;
	height: 100%;
	background: #111;
	z-index: 101;
	transition: right .4s ease;
	overflow-y: auto;
}
.vacancy-popup.active {
	right: 0;
}
.vacancy-popup__inner {
	margin: 0 auto;
	padding: calc((40 / 1920) * 100vw) calc((60 / 1920) * 100vw);
	position: relative;
}
.vacancy-popup__close {
	cursor: pointer;
	z-index: 5;
	transition: opacity .3s;
	position: absolute;
	top: calc((40 / 1920) * 100vw);
	right: calc((60 / 1920) * 100vw);
}
.vacancy-popup__close img {
	width: calc((24 / 1920) * 100vw);
	height: auto;
	display: block;
}
.vacancy-popup__close:hover {
	opacity: .6;
}
.vacancy-popup__content {
	display: flex;
	gap: calc((120 / 1920) * 100vw);
	align-items: flex-start;
}
.vacancy-popup__left {
	width: calc((780 / 1920) * 100vw);
	flex-shrink: 0;
}
.vacancy-popup__right {
	flex-shrink: 0;
}
.vacancy-popup__image {
	width: calc((400 / 1920) * 100vw);
	height: calc((400 / 1920) * 100vw);
	background-size: cover;
	background-position: center;
	border-radius: calc((10 / 1920) * 100vw);
}
.vacancy-popup__title {
	font-family: Akrobat;
	font-weight: 800;
	font-size: calc((46 / 1920) * 100vw);
	text-transform: uppercase;
	color: #93456E;
	margin: 0 0 calc((15 / 1920) * 100vw);
	line-height: 110%;
}
.vacancy-popup__tags {
	display: flex;
	gap: calc((8 / 1920) * 100vw);
	margin-bottom: calc((30 / 1920) * 100vw);
	flex-wrap: wrap;
}
.vacancy-popup__meta {
	margin-bottom: calc((10 / 1920) * 100vw);
}
.vacancy-popup__meta-item {
	display: flex;
	align-items: center;
	gap: calc((15 / 1920) * 100vw);
	font-size: calc((20 / 1920) * 100vw);
	margin-bottom: calc((15 / 1920) * 100vw);
	color: #F2F1EBcc;
	line-height: 140%;
}
.vacancy-popup__meta-item .meta-icon {
	width: calc((30 / 1920) * 100vw);
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vacancy-popup__meta-item .meta-icon img {
	width: 100%;
	height: auto;
}
.vacancy-popup__sections h3 {
	font-family: Akrobat;
	font-weight: 800;
	font-size: calc((22 / 1920) * 100vw);
	margin: calc((25 / 1920) * 100vw) 0 calc((10 / 1920) * 100vw);
	color: #F2F1EB;
}
.vacancy-popup__sections ul {
	padding-left: calc((20 / 1920) * 100vw);
	margin: 0;
	list-style: disc;
}
.vacancy-popup__sections li {
	font-size: calc((17 / 1920) * 100vw);
	line-height: 160%;
	color: #F2F1EBcc;
	margin-bottom: calc((4 / 1920) * 100vw);
}
.vacancy-popup .btn-cc {
	margin-top: calc((40 / 1920) * 100vw);
	justify-content: flex-start;
}

/* ========================== */
/* === SINGLE VACANCY PAGE == */
/* ========================== */

.single-vacancy {
	margin: 0 auto calc((80 / 1920) * 100vw);
	padding: 0 calc((60 / 1920) * 100vw);
}
.single-vacancy__content {
	display: flex;
	gap: calc((120 / 1920) * 100vw);
}
.single-vacancy__left {
	width: calc((780 / 1920) * 100vw);
	flex-shrink: 0;
}
.single-vacancy__right {
	flex-shrink: 0;
	position: relative;
}
.single-vacancy__image {
	width: calc((400 / 1920) * 100vw);
	height: calc((400 / 1920) * 100vw);
	background-size: cover;
	background-position: center;
	border-radius: calc((10 / 1920) * 100vw);
}
.single-vacancy__back {
	display: inline-block;
	color: #F2F1EB80;
	text-decoration: none;
	font-size: calc((18 / 1920) * 100vw);
	margin-bottom: calc((25 / 1920) * 100vw);
	transition: color .3s;
}
.single-vacancy__back:hover {
	color: #93456E;
}
.single-vacancy__title {
	font-family: Akrobat;
	font-weight: 800;
	font-size: calc((46 / 1920) * 100vw);
	text-transform: uppercase;
	color: #93456E;
	margin: 0 0 calc((15 / 1920) * 100vw);
	line-height: 110%;
}
.single-vacancy__tags {
	display: flex;
	gap: calc((8 / 1920) * 100vw);
	margin-bottom: calc((25 / 1920) * 100vw);
	flex-wrap: wrap;
}
.single-vacancy__meta {
	margin-bottom: calc((10 / 1920) * 100vw);
}
.single-vacancy__meta-item {
	display: flex;
	align-items: center;
	gap: calc((15 / 1920) * 100vw);
	font-size: calc((20 / 1920) * 100vw);
	margin-bottom: calc((15 / 1920) * 100vw);
	color: #F2F1EBcc;
	line-height: 140%;
}
.single-vacancy__meta-item .meta-icon {
	width: calc((30 / 1920) * 100vw);
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.single-vacancy__meta-item .meta-icon img {
	width: 100%;
	height: auto;
}
.single-vacancy__sections h3 {
	font-family: Akrobat;
	font-weight: 800;
	font-size: calc((22 / 1920) * 100vw);
	margin: calc((25 / 1920) * 100vw) 0 calc((10 / 1920) * 100vw);
	color: #F2F1EB;
}
.single-vacancy__sections ul {
	padding-left: calc((20 / 1920) * 100vw);
	margin: 0;
	list-style: disc;
}
.single-vacancy__sections li {
	font-size: calc((17 / 1920) * 100vw);
	line-height: 160%;
	color: #F2F1EBcc;
	margin-bottom: calc((4 / 1920) * 100vw);
}
.single-vacancy .btn-cc {
	margin-top: calc((40 / 1920) * 100vw);
	justify-content: flex-start;
}

/* ======================== */
/* === CAREERS MOBILE   === */
/* ======================== */

@media (max-width: 767px) {
	.careers-section {
		max-width: initial;
		padding: 0 calc((15 / 375) * 100vw);
		margin-bottom: calc((50 / 375) * 100vw);
	}
	.career-tabs-wrap {
		margin-bottom: calc((10 / 375) * 100vw);
	}
	.career-tabs-wrap:before,
	.career-tabs-wrap:after {
		width: 30px;
	}
	.career-tabs {
		gap: calc((8 / 375) * 100vw);
		padding: 0 10px;
	}
	.career-tab {
		padding: calc((10 / 375) * 100vw) calc((16 / 375) * 100vw);
		font-size: calc((12 / 375) * 100vw);
	}
	.career-tabs-line {
		margin-bottom: calc((25 / 375) * 100vw);
	}
	.career-item__row {
		flex-wrap: wrap;
		padding: calc((18 / 375) * 100vw) 0;
		gap: calc((10 / 375) * 100vw);
	}
	.career-item__title {
		font-size: calc((20 / 375) * 100vw);
		padding-left: calc((10 / 375) * 100vw);
		width: calc(100% - 50px);
		flex: initial;
	}
	.career-item__chevron {
		width: calc((24 / 375) * 100vw);
		height: calc((16 / 375) * 100vw);
		margin-right: calc((10 / 375) * 100vw);
	}
	.career-item__tags {
		padding-left: calc((10 / 375) * 100vw);
		gap: calc((6 / 375) * 100vw);
		order: 3;
		width: 100%;
	}
	.tag {
		padding: calc((5 / 375) * 100vw) calc((18 / 375) * 100vw);
		font-size: calc((11 / 375) * 100vw);
		clip-path: polygon(
			calc((8 / 375) * 100vw) 0%,
			calc(100% - (8 / 375) * 100vw) 0%,
			100% 50%,
			calc(100% - (8 / 375) * 100vw) 100%,
			calc((8 / 375) * 100vw) 100%,
			0% 50%
		);
	}
	.career-item__short {
		padding: 0 calc((10 / 375) * 100vw) calc((20 / 375) * 100vw);
	}
	.career-item__short-label {
		font-size: calc((13 / 375) * 100vw);
	}
	.career-item__short-text {
		font-size: calc((15 / 375) * 100vw);
	}
	.career-item__dropdown-inner {
		flex-direction: column;
		gap: calc((15 / 375) * 100vw);
	}
	.career-item__dropdown-image {
		width: calc((200 / 375) * 100vw);
		padding: 0 0 calc((15 / 375) * 100vw) calc((10 / 375) * 100vw);
	}

	/* Single vacancy mobile */
	.single-vacancy {
		max-width: initial;
		padding: 0 calc((15 / 375) * 100vw);
		margin-bottom: calc((40 / 375) * 100vw);
	}
	.single-vacancy__content {
		flex-direction: column;
	}
	.single-vacancy__right {
		display: none;
	}
	.single-vacancy__back {
		font-size: calc((14 / 375) * 100vw);
		margin-bottom: calc((15 / 375) * 100vw);
	}
	.single-vacancy__title {
		font-size: calc((26 / 375) * 100vw);
	}
	.single-vacancy__tags {
		gap: calc((6 / 375) * 100vw);
		margin-bottom: calc((18 / 375) * 100vw);
	}
	.single-vacancy__meta-item {
		font-size: calc((14 / 375) * 100vw);
		gap: 8px;
	}
	.single-vacancy__meta-item .meta-icon {
		width: 22px;
	}
	.single-vacancy__sections h3 {
		font-size: calc((18 / 375) * 100vw);
		margin: calc((18 / 375) * 100vw) 0 calc((8 / 375) * 100vw);
	}
	.single-vacancy__sections li {
		font-size: calc((14 / 375) * 100vw);
	}
	.single-vacancy__sections ul {
		padding-left: 18px;
	}

	/* Popup mobile */
	.vacancy-popup__inner {
		max-width: initial;
		padding: calc((15 / 375) * 100vw);
	}
	.vacancy-popup__right {
		display: none;
	}
	.vacancy-popup__close {
		top: calc((15 / 375) * 100vw);
		right: calc((15 / 375) * 100vw);
	}
	.vacancy-popup__close img {
		width: 16px;
	}
	.vacancy-popup__title {
		font-size: calc((26 / 375) * 100vw);
	}
	.vacancy-popup__tags {
		gap: calc((6 / 375) * 100vw);
		margin-bottom: calc((18 / 375) * 100vw);
	}
	.vacancy-popup__meta-item {
		font-size: calc((14 / 375) * 100vw);
		gap: 8px;
	}
	.vacancy-popup__meta-item .meta-icon {
		width: 22px;
	}
	.vacancy-popup__sections h3 {
		font-size: calc((18 / 375) * 100vw);
		margin: calc((18 / 375) * 100vw) 0 calc((8 / 375) * 100vw);
	}
	.vacancy-popup__sections li {
		font-size: calc((14 / 375) * 100vw);
	}
	.vacancy-popup__sections ul {
		padding-left: 18px;
	}
}