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;
}
.with-lines:before, 
.with-lines:after {
	content: '';
	position: absolute;
	left: calc((123 / 1920) * 100vw);
	height: calc(100% - 50px);
	top: 0;
	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((66 / 1920) * 100vw) 0;
	display: flex;
	justify-content: center;
	margin-bottom: calc((400 / 1920) * 100vw);
}
.logo {
	width: calc((267 / 1920) * 100vw);
}
.nav {
	position: absolute;
	top: calc((180 / 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;
}
.uz {
	position: absolute;
	top: calc((300 / 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 img {
	width: calc((260 / 1920) * 100vw);
}
.btn-join:hover {
	opacity: .9;
}
.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((1500 / 1920) * 100vw);
	background: url(../img/bg-direct.webp) 50% 125px / 100% no-repeat;
}
.h-direct img {
	width: calc((920 / 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;
}
.service-next {
	left: auto;
	right: calc((-90 / 1920) * 100vw);
}
.service-item {
	width: calc((164 / 1920) * 100vw);
	height: calc((676 / 1920) * 100vw);
	border: 1px solid #F2F1EB80;
	position: relative;
	overflow: hidden;
	transition: .3s ease all;
	cursor: pointer;
}
.service-item.active {
	width: calc((544 / 1920) * 100vw);
}
.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: calc((164 / 1920) * 100vw);
	height: 100%;
	right: 0;
	top: 0;
	position: absolute;
	background: linear-gradient(270deg, #111111 0%, rgba(17, 17, 17, 0) 100%);
}
.service-item .t1 {
	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%; 
}
.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;}
.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;
}









@media (max-width: 767px) {
	.with-lines:before, .with-lines:after {
		display: none;
	}
	.block {
		margin-bottom: calc((70 / 375) * 100vw);
	}
	.top-box {
		min-height: initial;
	}
	.header {
    padding: calc((20 / 375) * 100vw) 0; 
    margin-bottom: calc((100 / 375) * 100vw);
	}
	.logo {
    width: calc((267 / 375) * 100vw);
	}
	.nav {
		display: none;
	}
	.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);
	}
	.direct {
		height: calc((450 / 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((40 / 375) * 100vw);
    height: calc((300 / 375) * 100vw);
	}
	.service-item .t {
    padding: calc((10 / 375) * 100vw);
    width: calc((170 / 375) * 100vw);
	}
	.service-item.active {
    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);
	}
}