html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
* {
	-webkit-tap-highlight-color: transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol, ul {
	list-style:none;
}

input, select {
	vertical-align:middle;
}
*,
*::after,
*::before{
	padding: 0;
	margin: 0;
	box-sizing: border-box;   
}
a{
	color: inherit;
	text-decoration: none;
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
html,body{
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-size: 1.25vw;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	scroll-behavior: smooth;
	background: #02030A;
}
.body{
	min-width: 320px;
}
.body.no-scroll{
	overflow: hidden;
}
.container{
	max-width: 96.354vw;
	padding: 0 1.302vw;
	margin: 0 auto;
	width: 100%;
}
.btn-2,
button{
	background-color: transparent;
	cursor: pointer;
	border: none;
	outline: none;
	transition: all .2s ease;
	color: #FFF;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 0.833vw;
	font-style: normal;
	font-weight: 600;
	line-height: 1.172vw; /* 140.625% */
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
}
textarea,
textarea::placeholder,
input,
input::placeholder{
	color: #FEFEFE;
	font-family: 'Inter', sans-serif;
	font-size: 1.042vw;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
input::placeholder{
	color: hsla(0, 0%, 100%, 0.3);
}
textarea,
input{
	border: none;
	outline: none;
	background-color: transparent;
	width: 100%;
	height: 1.667vw;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
	-webkit-text-fill-color: #FEFEFE !important;
	transition: background-color 5000s ease-in-out 0s;
}
textarea{
	resize: none;
	height: 5.469vw;
	padding: 0.521vw 0;
}
mark{
	color: #C09E63;
}
.swiper-button-lock,
.swiper-pagination-lock{
	display: none !important;
}
.swiper-pagination-horizontal{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 1.406vw;
	gap: 1.146vw;
}
.swiper-pagination-horizontal .swiper-pagination-bullet{
	margin: 0 !important;
	width: 0.833vw;
	height: 0.833vw;
	min-width: 0.833vw;
	opacity: 1;
	background-color: transparent;
	border: 0.052vw solid #C09E63;
}
.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #C09E63;
}
main.main{
	overflow: hidden;
}
p > a{
	color: #C09E63;
}
p > a:hover{
	text-decoration: underline;
}
.title-top{
	display: flex;
	align-items: center;
	gap: 1.563vw;
}
.title{
	font-size: 1.667vw;
	font-weight: 700;
	line-height: 2.031vw; /* 121.875% */
	text-transform: uppercase;
}
.title-underline{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0 !important;
}
.title-underline::after{
	content: '';
	display: inline-block;
	width: 2.76vw;
	min-width: 2.76vw;
	height: 0.052vw;
	background-color: #C09E63;
}
.title-icon{
	position: relative;
	display: flex;
	align-items: center;
	gap: 1.302vw;
}
.title-icon::before{
	content: '';
	display: inline-block;
	background-image: url('../img/icons/icon-3.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 3.894vw;
	height: 4.408vw;
	min-width: 3.854vw;
}
.btn-2{
	padding: 0.729vw 0.8vw;
	color: #FFF;
	text-align: center;
	font-family: "Scheherazade New", sans-serif;
	font-size: 0.938vw;
	font-style: normal;
	font-weight: 400;
	line-height: 0.938vw; /* 100% */
	text-transform: uppercase;
	border-radius: 1.823vw;
	background: rgba(255, 255, 255, 0.01);
	box-shadow: 0 0.056vw 0.156vw 0 rgba(255, 255, 255, 0.3);
}
.btn-2:hover{
	background-color:  rgba(255, 255, 255, 0.25);
}
.btn-2:active{
	transform: scale(0.9);
}
.btn-next{
	display: flex;
	align-items: center;
	gap: 1.146vw;
	color: #C09E63;
	font-family: "Scheherazade New", sans-serif;
	font-size: 1.667vw;
	font-weight: 400;
	line-height: 65%; /* 1.083vw */
	text-transform: uppercase;
	transition: all .1s ease;
}
.btn-next::after{
	content: '';
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='15' viewBox='0 0 31 15' fill='none'%3E%3Cpath d='M30.7071 8.07039C31.0976 7.67986 31.0976 7.0467 30.7071 6.65617L24.3431 0.292213C23.9526 -0.0983109 23.3195 -0.0983109 22.9289 0.292213C22.5384 0.682738 22.5384 1.3159 22.9289 1.70643L28.5858 7.36328L22.9289 13.0201C22.5384 13.4107 22.5384 14.0438 22.9289 14.4343C23.3195 14.8249 23.9526 14.8249 24.3431 14.4343L30.7071 8.07039ZM0 7.36328V8.36328H30V7.36328V6.36328H0V7.36328Z' fill='%23C09E63'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.615vw;
	height: 1.615vw;
	min-width: 1.615vw;
	transition: all .1s ease;
}
.btn-next:hover{
	color: #fff;
}
.btn-next:hover::after{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='15' viewBox='0 0 31 15' fill='none'%3E%3Cpath d='M30.7071 8.07039C31.0976 7.67986 31.0976 7.0467 30.7071 6.65617L24.3431 0.292213C23.9526 -0.0983109 23.3195 -0.0983109 22.9289 0.292213C22.5384 0.682738 22.5384 1.3159 22.9289 1.70643L28.5858 7.36328L22.9289 13.0201C22.5384 13.4107 22.5384 14.0438 22.9289 14.4343C23.3195 14.8249 23.9526 14.8249 24.3431 14.4343L30.7071 8.07039ZM0 7.36328V8.36328H30V7.36328V6.36328H0V7.36328Z' fill='white'/%3E%3C/svg%3E");
}
.title-underline.title-icon::before{
	margin-bottom: 1.719vw;
}
.title-underline::after{
	margin-top: 1.198vw;
}
.button-wrap {
	cursor: pointer;
	display: flex;
	width: 100%;
	min-width: 5.469vw;
	border-radius: 50px;
	height: 2.344vw;
	overflow: hidden;
	color: #FFF;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 0.833vw;
	font-style: normal;
	font-weight: 600;
	line-height: 1.172vw; /* 140.625% */
	text-transform: uppercase;
	box-shadow: 0 0.192vw 0.192vw 0 rgba(0, 0, 0, 0.25);
	transition: all 0.3s ease-in-out;
	z-index: -1;
	--border-width: clamp(0.052vw, 0.0625em, 0.208vw);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-shadow: inset 0 0.125em 0.125em rgba(0, 0, 0, 0.05),
		inset 0 -0.125em 0.125em rgba(255, 255, 255, 0.5),
		0 0.25em 0.125em -0.125em rgba(0, 0, 0, 0.2),
		0 0 0.1em 0.25em inset rgba(255, 255, 255, 0.2),
		0 0 0 0 rgba(255, 255, 255, 1);
	-webkit-backdrop-filter: blur(clamp(0.052vw, 0.125em, 0.208vw));
	-moz-backdrop-filter: blur(clamp(0.052vw, 0.125em, 0.208vw));
	-ms-backdrop-filter: blur(clamp(0.052vw, 0.125em, 0.208vw));
	width: 100%;
	z-index: 90;
	transition: opacity 0.3s;
	transition: all .1s ease;
}
.button-wrap:hover{
	background: rgba(255, 255, 255, 0.1);
}
.button-wrap:active{
	transform: scale(0.95);
}


.circle{
	position: relative;
	z-index: 1;
}
.circle::before{
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='49' viewBox='0 0 38 49' fill='none'%3E%3Cpath d='M18.8785 0.920898V47.2631M18.8785 47.2631L36.8361 29.2411M18.8785 47.2631L0.920898 29.2411' stroke='%23C09E63' stroke-width='1.84233' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	width: 2.083vw;
	height: 2.604vw;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.circle::after{
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url('../img/icons/discover-plans.svg');
	width: 11.458vw;
	height: 11.458vw;
	min-width: 11.458vw;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	animation: rotate 30s linear infinite;
}

@keyframes rotate {
	0% { transform: translate(-50%, -50%) rotate(0deg); }
	100% { transform: translate(-50%, -50%) rotate(360deg); }
}
@media (max-width: 1440px) {
	.swiper-pagination-horizontal{
		margin-top: 1.875vw;
		gap: 1.528vw;
	}
	.swiper-pagination-horizontal .swiper-pagination-bullet{
		width: 1.111vw;
		height: 1.111vw;
		min-width: 1.111vw;
		border: 0.069vw solid #C09E63;
	}
	html,body{
		font-size: 1.667vw;
	}
	button{
		font-size: 1.111vw;
		line-height: 1.528vw; /* 140.625% */
	}
	.title-top{
		gap: 2.083vw;
	}
	.title{
		font-size: 2.222vw;
		line-height: 2.708vw; /* 121.875% */
	}
	.title-underline::after{
		width: 3.681vw;
		min-width: 3.681vw;
		height: 0.069vw;
	}
	.title-icon{
		gap: 3.819vw;
	}
	.title-icon::before{
		width: 5.192vw;
		height: 5.877vw;
		min-width: 5.139vw;
	}
	.btn-next{
		gap: 1.528vw;
		font-size: 1.923vw;
		line-height: 65%; /* 1.444vw */
	}
	.btn-next::after{
		width: 2.153vw;
		height: 2.153vw;
		min-width: 2.153vw;
	}
	.title-underline.title-icon::before{
		margin-bottom: 1.944vw;
	}
	.title-underline::after{
		margin-top: 1.25vw;
	}

	.circle::before{
		width: 2.777vw;
		height: 3.472vw;
	}
	.circle::after{
		width: 13.889vw;
		height: 13.889vw;
		min-width: 13.889vw;
	}
	textarea,
	textarea::placeholder,
	input,
	input::placeholder{
		font-size: 1.389vw;
		line-height: normal;
	}
	textarea,
	input{
		height: 2.222vw;
	}
	textarea{
		resize: none;
		height: 7.292vw;
		padding: 0.694vw 0;
	}
	.btn-2{
		padding: 0.972vw;
		font-size: 1.25vw;
		line-height: 1.25vw; /* 100% */
		border-radius: 2.43vw;
		box-shadow: 0 0.075vw 0.208vw 0 rgba(255, 255, 255, 0.3);
	}
}
@media (max-width: 768px) {
	.swiper-pagination-horizontal{
		margin-top: 3.516vw;
		gap: 2.865vw;
	}
	.swiper-pagination-horizontal .swiper-pagination-bullet{
		width: 2.083vw;
		height: 2.083vw;
		min-width: 2.083vw;
		border: 0.13vw solid #C09E63;
	}
	html,body{
		font-size: 2.083vw;
	}
	button{
		font-size: 2.083vw;
		line-height: 2.865vw; /* 140.625% */
	}
	textarea,
	textarea::placeholder,
	input,
	input::placeholder{
		font-size: 2.604vw;
		line-height: normal;
	}
	textarea,
	input{
		height: 4.167vw;
	}
	textarea{
		resize: none;
		height: 13.672vw;
		padding: 1.302vw 0;
	}
	.title-top{
		gap: 6.073vw;
	}
	.title{
		font-size: 4.167vw;
		line-height: normal; /* 121.875% */
	}
	.title-underline::after{
		width: 5.339vw;
		min-width: 5.339vw;
		height: 0.13vw;
	}
	.title-icon{
		gap: 3.125vw;
	}
	.title-icon::before{
		width: 9.635vw;
		height: 10.938vw;
		min-width: 9.635vw;
	}
	.btn-next{
		gap: 2.865vw;
		font-size: 4.168vw;
		line-height: 65%; /* 2.708vw */
	}
	.btn-next::after{
		width: 4.037vw;
		height: 4.037vw;
		min-width: 4.037vw;
	}
	.title-underline.title-icon::before{
		margin-bottom: 3.645vw;
		width: 7.552vw;
		height: 8.594vw;
		min-width: 7.552vw;
	}
	.title-underline::after{
		margin-top: 2.344vw;
	}

	.circle::before{
		width: 21px;
		height: 26px;
	}
	.circle::after {
		width: 72.501px;
		height: 72.501px;
		min-width: 72.501px;
	}
	.container{
		padding: 0 4.557vw;
	}
	.btn-2{
		padding: 1.823vw;
		font-size: 2.344vw;
		line-height: 2.344vw; /* 100% */
		border-radius: 4.557vw;
		box-shadow: 0 0.14vw 0.39vw 0 rgba(255, 255, 255, 0.3);
	}
}
@media (max-width: 480px) {
	.swiper-pagination-horizontal{
		margin-top: 7.2vw;
		gap: 5.867vw;
	}
	.swiper-pagination-horizontal .swiper-pagination-bullet{
		width: 4.267vw;
		height: 4.267vw;
		min-width: 4.267vw;
		border: 0.267vw solid #C09E63;
	}
	html,body{
		font-size: 4.266vw;
	}
	button{
		font-size: 4.266vw;
		line-height: normal;
	}
	textarea,
	textarea::placeholder,
	input,
	input::placeholder{
		font-size: 4.167vw;
		line-height: normal;
	}
	textarea,
	input{
		height: 10.667vw;
	}
	textarea{
		resize: none;
		height: 21.875vw;
		padding: 2.083vw 0;
	}
	.btn-next{
		gap: 4.8vw;
		font-size: 5.333vw;
		line-height: normal; /* 5.546vw */
	}
	.btn-next::after{
		width: 6.666vw;
		height: 6.666vw;
		min-width: 6.666vw;
	}


	.circle::before{
		width: 10.252px;
		height: 16.694px;
	}
	.circle::after{
		width: 90px;
		height: 90px;
		min-width: 48.829px;
	}

	.container{
		max-width: 100%;
		padding: 0 6.667vw;
	}


	.title{
		font-size: 6.4vw;
		flex-direction: column;
		gap: 9.334vw;
	}
	.title-underline.title-icon::before{
		margin-bottom: 7.466vw;
		width: 15.466vw;
		height: 17.6vw;
		min-width: 15.466vw;
	}
	.title-underline::after{
		margin-top: 7.466vw;
		width: 14.934vw;
		min-width: 14.934vw;
		height: 0.266vw;
	}
	.title-top{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.title-icon::before {
		width: 15.466vw;
		height: 17.6vw;
		min-width: 15.466vw;
	}
	.btn-2{
		padding: 3.733vw;
		font-size: 4.8vw;
		line-height: 4.8vw; /* 100% */
		border-radius: 9.333vw;
		box-shadow: 0 0.287vw 0.799vw 0 rgba(255, 255, 255, 0.3);
	}
}
/* header */
.header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	right: 0;
	transition: all .2s ease;
}
.header.scrolled{
	background-color: #02030A;
}
.header__inner{
	padding: 1.042vw 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.521vw;
}
.header__logo{
	display: flex;
	width: 100%;
	max-width: 18.125vw;
	align-items: center;
}
.header__logo img{
	width: 100%;
}
.header__menu{
	width: 100%;
	max-width: 41.927vw;
}
.header__menu ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.521vw;
}
.header__more-open,
.header__menu-link > a{
	color: #fff;
	display: flex;
	align-items: center;
	transition: all .1s ease;
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-size: 0.833vw;
	font-weight: 600;
	line-height: 1.172vw;
	text-transform: uppercase;
}
.header__more-open,
.header__menu-link a{
	position: relative;
}
.header__more-open::after,
.header__menu-link a::after{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	height: 0.052vw;
	background-color: #C09E63;
	width: 0%;
	transition: all .2s ease;
}
.header__menu-link.active > a::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -0.156vw;
	right: -0.156vw;
	border: 0.052vw solid #fff;
}
.header__more-open{
	gap: 0.521vw;
}
.header__more-open span{
	content: '';
	display: inline-block;
	width: 0.573vw;
	height: 0.573vw;
	min-width: 0.573vw;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M4.36891 9.4641C4.62522 9.72041 5.04079 9.72041 5.29711 9.4641L9.47399 5.28721C9.73031 5.0309 9.73031 4.61533 9.47399 4.35902C9.21768 4.1027 8.80211 4.1027 8.5458 4.35902L4.83301 8.0718L1.12022 4.35902C0.863905 4.1027 0.448337 4.1027 0.192023 4.35902C-0.0642919 4.61533 -0.0642919 5.0309 0.192023 5.28721L4.36891 9.4641ZM4.83301 0L4.17667 -3.0377e-08L4.17667 9L4.83301 9L5.48934 9L5.48934 3.0377e-08L4.83301 0Z' fill='white'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all .1s ease;
}
.header__inner{
	position: relative;
}
.header__menu-link.active-more .header__more{
	opacity: 1;
	pointer-events: all;
}
.header__more{
	display: flex;
	position: absolute;
	z-index: 20;
	top: 5.208vw;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease;
	gap: 1.146vw;
	padding: 1.042vw 1.146vw;
	background-color: #fff;
	z-index: 10;
	width: 100%;
	left: 0;
	right: 0;
	height: 33.333vw;
	max-height: calc(var(--vh, 1vh) * 100 - 10.417vw);
}
.header__more::before{
	content: '';
	position: absolute;
	top: -2.24vw;
	left: 0;
	right: 0;
	height: 5.729vw;
	z-index: -1;
}
.header__more-link{
	width: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.header__more-image{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.header__more-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all .2s ease;
}
.header__more-title{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0.521vw;
	right: 0.521vw;
	text-align: center;
	color: #FFF;
	font-size: 1.25vw;
	font-weight: 600;
	line-height: 115%; /* 1.438vw */
	text-transform: uppercase;
}
.header__more-link:hover .header__more-image img{
	transform: scale(1.1);
}
.header__buttons{
	display: flex;
	align-items: center;
	gap: 0.781vw;
}
.header__login{
	display: flex;
	align-items: center;
	gap: 0.625vw;
	color: #C09E63;
	font-family: "Scheherazade New", sans-serif;
	font-size: 0.938vw;
	font-style: normal;
	font-weight: 400;
	line-height: 0.938vw; /* 100% */
	text-transform: uppercase;
	transition: all .1s ease;
}
.header__login svg{
	width: 1.25vw;
	height: auto;
	transition: all .1s ease;
}
.header__login:hover{
	color: #fff;
}
.header__login:hover svg path{
	fill: #fff;
}
.header__burger{
	display: none;
	width: 24px;
	height: 19px;
	min-width: 24px;
}
.header__apply{
	position: relative;
}
.header__apply .header__more{
	right: 0.208vw;
	left: initial;
	width: 36.719vw;
}
.header__apply.active .header__more{
	opacity: 1;
	pointer-events: all;
}
.header__apply.active .header__apply-btn svg{
	transform: rotate(180deg);
	width: 0.521vw;
	height: auto;
}
.header__apply.active .header__apply-btn svg path{
	fill: #C09E63;
}
.header__apply.active .header__apply-btn{
	color: #C09E63;
}
.header__apply-btn{
	gap: 0.365vw;
}
.header__apply-btn::before{
	content: '';
	position: absolute;
	top: calc(100% + 0.521vw);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='28' viewBox='0 0 32 28' fill='none'%3E%3Cpath d='M15.9665 0L0 27.6563H31.9338L15.9665 0Z' fill='white'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.663vw;
	min-width: 1.663vw;
	height: 1.44vw;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	pointer-events: none;
	transition: all .1s ease;
}
.header__apply.active .header__apply-btn::before{
	opacity: 1;
	pointer-events: all;
	transition: all .5s ease;
}
.header__apply .header__more{
	z-index: 5;
	transition: all .2s ease;
	top: 4.108vw;
}
.header__apply .header__more .header__more-link{
	width: 100%;
}
.header__apply .header__more::before{
	content: none;
}
@media (min-width: 1441px) {
	.header__more-open:hover span{
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M4.36891 9.4641C4.62522 9.72041 5.04079 9.72041 5.29711 9.4641L9.47399 5.28721C9.73031 5.0309 9.73031 4.61533 9.47399 4.35902C9.21768 4.1027 8.80211 4.1027 8.5458 4.35902L4.83301 8.0718L1.12022 4.35902C0.863905 4.1027 0.448337 4.1027 0.192023 4.35902C-0.0642919 4.61533 -0.0642919 5.0309 0.192023 5.28721L4.36891 9.4641ZM4.83301 0L4.17667 -3.0377e-08L4.17667 9L4.83301 9L5.48934 9L5.48934 3.0377e-08L4.83301 0Z' fill='%23C09E63'/%3E%3C/svg%3E");
	}
	.header__more-open:hover,
	.header__menu-link a:hover{
		color: #C09E63;
	}
	.header__more-open:hover::after,
	.header__menu-link a:hover::after{
		width: 100%;
	}
	.header__menu-link .header__more-open::before,
	.header__menu-link .header__more-open::before{
		content: '';
		position: absolute;
		top: calc(100% + 0.833vw);
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='28' viewBox='0 0 32 28' fill='none'%3E%3Cpath d='M15.9665 0L0 27.6563H31.9338L15.9665 0Z' fill='white'/%3E%3C/svg%3E");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 1.663vw;
		min-width: 1.663vw;
		height: 1.44vw;
		left: 50%;
		transform: translateX(-50%);
		opacity: 0;
		pointer-events: none;
		transition: all .1s ease;
	}
	.header__menu-link:hover .header__more-open::before,
	.header__menu-link.active-more .header__more-open::before,
	.header__menu-link:hover .header__more{
		opacity: 1;
		pointer-events: all;
	}
}
@media (max-width: 1440px) {
	.header__inner{
		padding: 1.181vw 0;
		gap: 0.694vw;
	}
	.header__logo{
		max-width: 24.167vw;
	}
	.header__menu{
		max-width: 43.264vw;
	}
	.header__menu ul{
		gap: 0.694vw;
	}
	.header__more-open,
	.header__menu-link > a{
		font-size: 1.111vw;
		line-height: 1.528vw;
	}
	.header__menu-link.active > a::before{
		left: -0.208vw;
		right: -0.208vw;
		border: 0.069vw solid #fff;
	}
	.header__more-open{
		gap: 0.694vw;
	}
	.header__more-open span{
		width: 0.764vw;
		height: 0.764vw;
		min-width: 0.764vw;
	}
	.header__menu-link:hover .header__more-open::before,
	.header__menu-link.active-more .header__more-open::before{
		top: calc(100% + 1.389vw);
		width: 2.217vw;
		min-width: 2.217vw;
		height: 1.92vw;
	}
	.header__more{
		top: 6.944vw;
		gap: 1.528vw;
		padding: 1.389vw 1.528vw;
		height: 41.667vw;
		max-height: calc(var(--vh, 1vh) * 100 - 13.889vw);
	}
	.header__more::before{
		top: -3.056vw;
		height: 7.639vw;
	}
	.header__more-title{
		left: 0.694vw;
		right: 0.694vw;
		font-size: 1.667vw;
		line-height: 115%; /* 1.917vw */
	}
	.header__buttons{
		gap: 1.041vw;
	}
	.header__login{
		gap: 0.833vw;
		font-size: 1.25vw;
		line-height: 1.25vw; /* 100% */
	}
	.header__login svg{
		width: 1.667vw;
	}
	.header__apply.active .header__apply-btn svg{
		width: 0.694vw;
	}
	.header__apply-btn::before{
		top: calc(100% + 0.694vw);
		width: 2.217vw;
		min-width: 2.217vw;
		height: 1.92vw;
	}
	.header__apply .header__more .header__more-link{
		max-width: 17.223vw;
	}
}
@media (max-width: 768px) {
	.header__apply .header__more{
		max-width: 100%;
		width: 100%;
	}
	.header__apply-btn{
		font-size: 16px;
		width: 105px;
		height: 45px;
	}
	.header__inner{
		padding: 1.302vw 0;
		gap: 1.302vw;
	}
	.header__logo{
		max-width: 45.443vw;
	}
	.header__menu{
		position: fixed;
		max-width: 100%;
		inset: 0;
		z-index: -1;
		background: linear-gradient(167deg, #080A15 1.29%, #000 96.76%);
		padding: 19.661vw 4.557vw 3.906vw;
		overflow: auto;
		transform: translateX(100%);
		transition: all .2s ease;
	}
	.header__menu ul{
		gap: 1.302vw;
		flex-direction: column;
		align-items: start;
		gap: 5.469vw;
	}
	.header__more-open,
	.header__menu-link > a{
		font-size: 24px;
		line-height: 22.5px;
	}
	.header__menu-link.active > a::before{
		left: -3px;
		right: -3px;
		border: 1px solid #fff;
	}
	.header__more-open{
		gap: 10px;
	}
	.header__more-open span{
		width: 15px;
		height: 15px;
		min-width: 15px;
	}
	.header__menu-link:hover .header__more-open::before,
	.header__menu-link.active-more .header__more-open::before{
		content: none;
	}
	.header__more-open::after, .header__menu-link a::after{
		content: none;
	}
	.header__more{
		display: none;
		top: 0;
		gap: 13px;
		padding: 0;
		height: 259px;
		max-height: max-content;
		position: initial;
		background-color: transparent;
		margin-top: 42px;
	}
	.header__menu-link.active-more .header__more{
		display: flex;
	}
	.header__more::before{
		content: none;
	}
	.header__more-title{
		left: 1.301vw;
		right: 1.301vw;
		color: #FFF;
		text-align: center;
		font-family: 'Roboto', sans-serif;
		font-size: 1.823vw;
		font-weight: 500;
		line-height: 130%; /* 2.37vw */
		text-transform: uppercase;
	}
	.header__buttons{
		gap: 1.302vw;
		margin-top: 5.469vw;
		display: flex;
		flex-direction: column;
		gap: 5.469vw;
		align-items: start;
	}
	.header__login{
		gap: 12px;
		font-size: 18px;
		line-height: 18px;
	}
	.header__login svg{
		width: 24px;
	}
	.header__apply.active .header__more{
		display: flex;
	}
	.header__apply.active .header__apply-btn svg{
		width: 10px;
	}
	.header__apply-btn::before{
		content: none;
	}
	.header__apply .header__more .header__more-link{
		max-width: none;
	}
	.header__burger{
		display: flex;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='19' viewBox='0 0 24 19' fill='none'%3E%3Crect width='24' height='2.53333' rx='0.6' fill='white'/%3E%3Crect y='8.23438' width='24' height='2.53333' rx='0.6' fill='white'/%3E%3Crect y='16.4688' width='24' height='2.53333' rx='0.6' fill='white'/%3E%3C/svg%3E");
	}
	.header.menu-show .header__menu{
		transform: translateX(0%);
	}
	.header.menu-show .header__burger{
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M1.11854 0.175736C1.35286 -0.0585786 1.73276 -0.0585786 1.96707 0.175736L18.0891 16.2978C18.3234 16.5321 18.3234 16.912 18.0891 17.1463L17.1463 18.0891C16.912 18.3234 16.5321 18.3234 16.2978 18.0891L0.175737 1.96707C-0.0585781 1.73276 -0.0585787 1.35286 0.175736 1.11854L1.11854 0.175736Z' fill='white'/%3E%3Cpath d='M0.175736 17.1463C-0.0585786 16.912 -0.0585786 16.5321 0.175736 16.2978L16.2978 0.175737C16.5321 -0.0585778 16.912 -0.0585784 17.1463 0.175736L18.0891 1.11854C18.3234 1.35286 18.3234 1.73276 18.0891 1.96707L1.96707 18.0891C1.73276 18.3234 1.35286 18.3234 1.11854 18.0891L0.175736 17.1463Z' fill='white'/%3E%3C/svg%3E");
	}
}
@media (max-width: 480px) {
	.header__inner{
		padding: 11px 0;
	}
	.header__menu{
		padding: 60px 25px 40px;
	}
	.header__menu-link .header__more{
		margin-top: 22px;
		width: 100%;
		flex-direction: column;
		align-items: start;
		gap: 14px;
	}
	.header__menu-link .header__more .header__more-image{
		display: none;
	}
	.header__menu-link .header__more .header__more-title{
		position: initial;
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 500;
		line-height: 130%; /* 18.2px */
		text-transform: uppercase;
		transform: none;
		text-align: left;
		width: 100%;
		max-width: 100%;
	}
	.header__menu-link .header__more .header__more-title br{
		display: none;
	}
	.header__buttons{
		margin-top: 24px;
		gap: 24px;
	}
	.header__more-title{
		font-size: 14px;
		font-weight: 700;
		line-height: 130%;
	}
}
/* hero */
.hero{
	position: relative;
	overflow: hidden;
	cursor: none;
}
.hero__bg{
	display: flex;
	align-items: center;
	width: 100%;
	position: absolute;
	inset: 0;
}
.hero__bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.hero__inner{
	position: relative;
	min-height: 93.49vw;
}
.hero__title{
	left: 5.208vw;
	position: absolute;
	top: 7.969vw;
	display: flex;
	flex-direction: column;
	font-size: 6.25vw;
	font-weight: 900;
	line-height: 5.363vw; /* 85.809% */
	text-transform: uppercase;
}
.hero__title .letter {
	display: inline-block;
	opacity: 0;
	will-change: transform, opacity;
}

.hero__title > span:nth-of-type(1){
	font-size: 12.5vw;
	font-weight: 900;
	line-height: 8.462vw;
	display: inline-block
}
.hero__title > span:nth-of-type(2){
	margin-top: 4.479vw;
	margin-left: 6.615vw;
	text-shadow: 0.432vw 0.192vw 0.6vw rgba(0, 0, 0, 0.25);
}
.hero__title > span:nth-of-type(3){
	text-shadow: 0.528vw 0.192vw 0.494vw rgba(0, 0, 0, 0.25);
	margin-top: 2.917vw;
	margin-left: 21.146vw;
	position: relative;
	z-index: 2;
}
.hero__discover {
	position: relative;
	display: inline-block;
	width: 10.938vw;
	height: 10.938vw;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
}
.hero__descr{
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	font-family: 'Poppins', sans-serif;
	font-size: 1.667vw;
	font-weight: 300;
	line-height: 115%; /* 1.917vw */
	top: 29.167vw;
	right: 0;
	max-width: 29.271vw;
}
.hero__descr .letter{
	display: inline-block;
}
.hero__name{
	font-size: 1.667vw;
	font-weight: 400;
	line-height: 2.031vw; /* 121.875% */
	text-transform: uppercase;
	max-width: 27.604vw;
	position: absolute;
	z-index: 10;
	left: 1.875vw;
	top: 58.385vw;
}
.letter{
	display: inline-block;
}
.hero__block{
	position: absolute;
	left: 2.396vw;
	top: 31.615vw;
	display: flex;
	align-items: center;
	gap: 2.604vw;
	z-index: 10;
}
.hero__logo{
	display: flex;
	align-items: center;
	width: 6.354vw;
	min-width: 6.354vw;
}
.hero__logo img{
	width: 100%;
}
.hero__conf{
	position: relative;
	color: #C09E63;
	text-align: center;
	font-family: 'Corinthia', sans-serif;
	font-size: 3.854vw;
	font-style: normal;
	font-weight: 400;
	line-height: 61%; /* 2.351vw */
	letter-spacing: -0.12vw;
}
.hero__conf::before{
	content: '';
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='83' height='147' viewBox='0 0 83 147' fill='none'%3E%3Cpath d='M0 146.865L2.18875 120.381H27.3593L27.3593 40.7107L1.751 30.4236L1.751 19.6987L41.1484 0L58.0018 0L58.0018 120.381L82.2969 120.381L80.1081 146.865H0Z' fill='white' fill-opacity='0.27'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 4.286vw;
	height: 7.649vw;
}
.hero__icon,
.hero__discover,
.hero__image-bottom,
.hero__image-top{
	position: absolute;
}
.hero__image-top img,
.hero__image-bottom img{
	width: 100%;
}
.hero__image-bottom img{
	opacity: 0.5;
}
.hero__image-top{
	width: 61.51vw;
	top: 10.365vw;
	left: 16.25vw;
	pointer-events: none;
}
.hero__image-bottom{
	top: 49.167vw;
	left: 4.271vw;
	width: 40.729vw;
	z-index: 4;
}
.hero__discover{
	bottom: 6.406vw;
	left: 16.667vw;
}
.hero__icon{
	right: 3.542vw;
	bottom: 3.646vw;
}
.hero__apply {
	top: 41.667vw;
	left: 47.448vw;
}
.apply-btn{
	position: absolute;
	z-index: 90;
	text-align: center;
	font-family: "Scheherazade New", sans-serif;
	font-size: 1.042vw;
	font-style: normal;
	font-weight: 400;
	line-height: 0.99vw; /* 95% */
	letter-spacing: -0.012vw;
	text-transform: uppercase;
	max-width: 7.969vw;
	transition: all .1s ease;
}
.apply-btn:hover{
	color: #C09E63;
}
.mouse-btn-hover {
	position: fixed;
	right: 100%;
	bottom: 100%;
	display: inline-block;
	width: 8.906vw;
	height: 8.906vw;
	min-width: 8.906vw;
	max-width: 8.906vw;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.05);
	overflow: hidden;
	box-shadow: 0 0.192vw 0.192vw 0 rgba(0, 0, 0, 0.25);
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	z-index: -1;
	--border-width: clamp(0.052vw, 0.0625em, 0.208vw);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-shadow: inset 0 0.125em 0.125em rgba(0, 0, 0, 0.05),
		inset 0 -0.125em 0.125em rgba(255, 255, 255, 0.5),
		0 0.25em 0.125em -0.125em rgba(0, 0, 0, 0.2),
		0 0 0.1em 0.25em inset rgba(255, 255, 255, 0.2),
		0 0 0 0 rgba(255, 255, 255, 1);
	-webkit-backdrop-filter: blur(clamp(0.052vw, 0.125em, 0.208vw));
	-moz-backdrop-filter: blur(clamp(0.052vw, 0.125em, 0.208vw));
	-ms-backdrop-filter: blur(clamp(0.052vw, 0.125em, 0.208vw));
	width: 100%;
	pointer-events: none;
	z-index: 90;
	transition: opacity 0.3s;
}
@supports (-webkit-touch-callout: none) {
	.mouse-btn-hover {
		-webkit-backdrop-filter: none !important;
		backdrop-filter: none !important;
	}
}

.mouse-btn-hover.hidden {
	opacity: 0;
	pointer-events: none;
}
.glass-container {
	position: absolute;
	display: flex;
	font-weight: 600;
	cursor: pointer;
	/* background: transparent; */
	border-radius: 2rem;
	overflow: hidden;
	/* box-shadow: 0 0.192vw 0.192vw 0 rgba(0, 0, 0, 0.25); */
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
	inset: 0;
}
.glass-filter {
	position: absolute;
	inset: 0;
	z-index: 0;
	backdrop-filter: blur(0vw);
	filter: url(#lg-dist);
	isolation: isolate;
}
.glass-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
}

@media (max-width: 1440px) {
	.hero__inner{
		min-height: 124.653vw;
	}
	.hero__title{
		left: 1.458vw;
		top: 10.625vw;
		font-size: 6.667vw;
		font-weight: 900;
		line-height: 7.162vw;
	}
	.hero__title > span:nth-of-type(1){
		font-size: 13.056vw;
		line-height: 11.25vw;
	}
	.hero__title > span:nth-of-type(2){
		margin-top: 5.903vw;
		margin-left: 7.778vw;
		text-shadow: 0.576vw 0.256vw 0.8vw rgba(0, 0, 0, 0.25);
	}
	.hero__title > span:nth-of-type(3){
		text-shadow: 0.704vw 0.256vw 0.659vw rgba(0, 0, 0, 0.25);
		margin-top: 3.75vw;
		margin-left: 27.778vw;
	}
	.hero__descr {
		font-size: 1.667vw;
		top: 44.375vw;
		max-width: 30.972vw;
		right: -1.458vw;
	}
	.hero__name{
		font-size: 2.5vw;
		line-height: normal; /* 121.875% */
		max-width: 36.806vw;
		left: 2.5vw;
		top: 77.847vw;
	}
	.hero__block{
		left: 0;
		top: 42.361vw;
		gap: 3.472vw;
	}
	.hero__logo{
		width: 8.472vw;
		min-width: 8.472vw;
	}
	.hero__conf{
		font-size: 3.333vw;
		line-height: 61%; /* 3.135vw */
		letter-spacing: -0.16vw;
		font-weight: 400;
	}
	.hero__conf br{
		display: none;
	}
	.hero__conf::before{
		width: 5.715vw;
		height: 10.199vw;
	}
	.hero__image-top {
		width: 82.014vw;
		top: 14.792vw;
		left: -1.181vw;
	}
	.hero__image-bottom{
		top: 65.556vw;
		left: 5.695vw;
		width: 54.305vw;
	}
	.hero__discover{
		width: 13.889vw;
		height: 13.889vw;
		bottom: 8.541vw;
		left: 22.223vw;
	}
	.hero__icon{
		display: none;
	}
	.hero__apply {
		top: 59.028vw;
		left: 47.986vw;
	}
	.apply-btn{
		font-size: 1.389vw;
		line-height: 1.32vw; /* 95% */
		letter-spacing: 0.251vw;
		max-width: 10.625vw;
	}
	.mouse-btn-hover {
		width: 11.875vw;
		height: 11.875vw;
		min-width: 11.875vw;
		max-width: 11.875vw;
		box-shadow: 0 0.256vw 0.256vw 0 rgba(0, 0, 0, 0.25);
		--border-width: clamp(0.069vw, 0.0625em, 0.277vw);
		box-shadow: inset 0 0.125em 0.125em rgba(0, 0, 0, 0.05),
			inset 0 -0.125em 0.125em rgba(255, 255, 255, 0.5),
			0 0.25em 0.125em -0.125em rgba(0, 0, 0, 0.2),
			0 0 0.1em 0.25em inset rgba(255, 255, 255, 0.2),
			0 0 0 0 rgba(255, 255, 255, 1);
		-webkit-backdrop-filter: blur(clamp(0.069vw, 0.125em, 0.277vw));
		-moz-backdrop-filter: blur(clamp(0.069vw, 0.125em, 0.277vw));
		-ms-backdrop-filter: blur(clamp(0.069vw, 0.125em, 0.277vw));
	}
	.glass-container {
		box-shadow: 0 0.256vw 0.256vw 0 rgba(0, 0, 0, 0.25);
	}
	.glass-filter {
		backdrop-filter: blur(0vw);
	}
	.hero__bg img {
		object-position: -9.028vw;
	}
}
@media (max-width: 768px) {
	.hero__inner{
		min-height: 135.026vw;
	}
	.hero__title{
		left: 0;
		top: 18.49vw;
		font-size: 6.25vw;
		font-weight: 900;
		line-height: 6.892vw;
	}
	.hero__title > span:nth-of-type(1){
		font-size: 12.06vw;
		line-height: 10.807vw;
	}
	.hero__title > span:nth-of-type(2){
		margin-top: 10.286vw;
		margin-left: 3.255vw;
		text-shadow: 1.079vw 0.48vw 1.499vw rgba(0, 0, 0, 0.25);
	}
	.hero__title > span:nth-of-type(3){
		text-shadow: 0.678vw 0.247vw 0.635vw rgba(0, 0, 0, 0.25);
		margin-top: 5.729vw;
		margin-left: 19.922vw;
	}
	.hero__descr {
		font-size: 1.823vw;
		top: 46.354vw;
		line-height: 115%; /* 2.096vw */
		letter-spacing: -0.062vw;
		max-width: 31.51vw;
		right: 0;
	}
	.hero__name {
		font-size: 2.083vw;
		max-width: 37.76vw;
		left: 0;
		top: initial;
		bottom: 20.833vw;
	}
	.hero__block{
		left: 0;
		top: 73.828vw;
		gap: 6.51vw;
	}
	.hero__logo{
		width: 13.411vw;
		min-width: 13.411vw;
	}
	.hero__conf{
		font-size: 5.541vw;
		line-height: 61%; /* 5.878vw */
		letter-spacing: -0.265vw;
	}
	.hero__conf::before {
		width: 9.375vw;
		height: 16.927vw;
	}
	.hero__image-top {
		width: 79.036vw;
		top: 23.958vw;
		left: -2.214vw;
	}
	.hero__image-bottom {
		top: 66.406vw;
		left: -8.853vw;
		width: 51.041vw;
	}
	.hero__icon{
		display: none;
	}
	.hero__apply {
		top: 68.229vw;
		left: 43.099vw;
	}
	.apply-btn{
		font-size: 1.823vw;
		font-weight: 400;
		line-height: 1.541vw; /* 84.551% */
		letter-spacing: -0.062vw;
	}
	.mouse-btn-hover {
		width: 22.266vw;
		height: 22.266vw;
		min-width: 22.266vw;
		max-width: 22.266vw;
		box-shadow: 0 0.48vw 0.48vw 0 rgba(0, 0, 0, 0.25);
		--border-width: clamp(0.129vw, 0.0625em, 0.519vw);
		box-shadow: inset 0 0.125em 0.125em rgba(0, 0, 0, 0.05),
			inset 0 -0.125em 0.125em rgba(255, 255, 255, 0.5),
			0 0.25em 0.125em -0.125em rgba(0, 0, 0, 0.2),
			0 0 0.1em 0.25em inset rgba(255, 255, 255, 0.2),
			0 0 0 0 rgba(255, 255, 255, 1);
		-webkit-backdrop-filter: blur(clamp(0.129vw, 0.125em, 0.519vw));
		-moz-backdrop-filter: blur(clamp(0.129vw, 0.125em, 0.519vw));
		-ms-backdrop-filter: blur(clamp(0.129vw, 0.125em, 0.519vw));
	}
	.glass-container {
		box-shadow: 0 0.48vw 0.48vw 0 rgba(0, 0, 0, 0.25);
	}
	.glass-filter {
		backdrop-filter: blur(0vw);
	}
	.hero__bg img {
		object-position: -16.927vw;
	}
	.hero__discover {
		bottom: 0;
		left: 0;
		width: 13.021vw;
		height: 13.021vw;
	}
}
@media (max-width: 480px) {
	.hero{
		overflow: initial;
	}
	.hero__inner{
		min-height: 221.334vw;
	}
	.hero__title{
		left: 0;
		top: 30.4vw;
		font-size: 12vw;
		font-weight: 900;
		line-height: 14.113vw;
	}
	.hero__title > span:nth-of-type(1){
		font-size: 11.7vw;
		line-height: 10.443vw;
	}
	.hero__title > span:nth-of-type(2){
		margin-top: 8vw;
		margin-left: 0;
		text-shadow: 2.211vw 0.983vw 3.071vw rgba(0, 0, 0, 0.25);
	}
	.hero__title > span:nth-of-type(3){
		text-shadow: 1.389vw 0.506vw 1.301vw rgba(0, 0, 0, 0.25);
		margin-top: 5.334vw;
		margin-left: 0;
	}
	.hero__descr {
		font-size: 3.2vw;
		top: 112.8vw;
		letter-spacing: -0.127vw;
		max-width: 53.866vw;
	}
	.hero__name {
		font-size: 3.734vw;
		max-width: 79.734vw;
		left: 0;
		top: initial;
		bottom: 52.8vw;
	}
	.hero__block {
		left: 0;
		top: initial;
		gap: 10.666vw;
		bottom: 25.066vw;
	}
	.hero__logo{
		width: 12.534vw;
		min-width: 12.534vw;
	}
	.hero__conf{
		font-size: 5.334vw;
		font-weight: 400;
		line-height: 61%; /* 3.254vw */
		letter-spacing: -0.238vw;
	}
	.hero__conf::before {
		width: 8.266vw;
		height: 15.2vw;
	}
	.hero__image-top {
		width: 100%;
		top: 55.734vw;
		left: -5.334vw;
	}
	.hero__image-bottom {
		top: 136vw;
		left: -18.131vw;
		width: 104.533vw;
	}
	.hero__icon{
		display: none;
	}
	.hero__apply {
		top: 116.266vw;
		left: 0;
	}
	.apply-btn{
		max-width: 26.666vw;
		font-size: 3.734vw;
		font-weight: 400;
		line-height: 3.157vw; /* 84.551% */
		letter-spacing: -0.127vw;
	}
	.mouse-btn-hover {
		width: 45.601vw;
		height: 45.601vw;
		min-width: 45.601vw;
		max-width: 45.601vw;
		box-shadow: 0 0.983vw 0.983vw 0 rgba(0, 0, 0, 0.25);
		--border-width: clamp(0.264vw, 0.0625em, 1.062vw);
		box-shadow: inset 0 0.125em 0.125em rgba(0, 0, 0, 0.05),
			inset 0 -0.125em 0.125em rgba(255, 255, 255, 0.5),
			0 0.25em 0.125em -0.125em rgba(0, 0, 0, 0.2),
			0 0 0.1em 0.25em inset rgba(255, 255, 255, 0.2),
			0 0 0 0 rgba(255, 255, 255, 1);
		-webkit-backdrop-filter: blur(clamp(0.264vw, 0.125em, 1.062vw));
		-moz-backdrop-filter: blur(clamp(0.264vw, 0.125em, 1.062vw));
		-ms-backdrop-filter: blur(clamp(0.264vw, 0.125em, 1.062vw));
	}
	.glass-container {
		box-shadow: 0 0.983vw 0.983vw 0 rgba(0, 0, 0, 0.25);
	}
	.glass-filter {
		backdrop-filter: blur(0vw);
	}
	.hero__bg img {
		object-position: -56vw;
	}
	.hero__discover {
		bottom: -10.334vw;
		left: 0;
		width: 21vw;
		height: 21vw;
	}
}
/* whowe */
.whowe{
	margin-top: 5.208vw;
}
.whowe__inner{
	display: flex;
	align-items: start;
	gap: 1.042vw;
	justify-content: space-between;
	position: relative;
	padding-left: 2.604vw;
}
.whowe__about{
	width: 100%;
	max-width: 26.094vw;
	position: relative;
}
.whowe__about-image{
	display: flex;
	align-items: center;
}
.whowe__about-image img{
	width: 100%;
}
.whowe__about-title{
	margin-top: 6.354vw;
	margin-left: 0.156vw;
	font-size: 1.667vw;
	font-weight: 400;
	line-height: 2.031vw; /* 121.875% */
	text-transform: uppercase;
}
.whowe__content{
	padding: 3.229vw 1.646vw 8.646vw;
	position: relative;
	width: 100%;
	max-width: 20.625vw;
	max-height: max-content;
}
.stories__item-content::before,
.whowe__content::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 2.156vw;
	height: 2.19vw;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Cpath d='M41.3857 42.5215V0.46875H-0.000411987' stroke='%23C09E63'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.stories__item-content::after,
.whowe__content::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 2.156vw;
	height: 2.19vw;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Cpath d='M0.5 0V42.0527H41.8862' stroke='%23C09E63'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.whowe__title{
	text-align: center;
	position: relative;
}
.whowe__descr{
	margin-top: 1.667vw;
	text-align: center;
	line-height: 1.51vw;
	text-transform: uppercase;
}
.whowe__apply{
	bottom: 1.667vw;
	right: 31.927vw;
	z-index: 10;
	box-shadow: 0 0.192vw 0.192vw 0 rgba(0, 0, 0, 0.25);
}
.whowe__image{
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 28.906vw;
}
.whowe__image img{
	width: 100%;
}
@media (max-width: 1440px) {
	.whowe__inner{
		padding-left: 2.004vw;
	}
	.whowe__descr{
		line-height: 194%;
	}
	.whowe__content {
		padding: 3.333vw 0.694vw 1.736vw;
		max-width: 21.528vw;
	}
	.whowe__apply {
		bottom: 1.667vw;
		right: 28.927vw;
	}
}
@media (max-width: 768px) {
	.whowe{
		margin-top: 10.417vw;
	}
	.whowe__inner{
		flex-direction: column;
		gap: 7.813vw;
		padding-left: 0;
	}
	.whowe__about{
		max-width: 100%;
	}
	.whowe__about-image{
		height: 48.958vw;
		overflow: hidden;
	}
	.whowe__about-title {
		margin-top: 5.208vw;
		margin-left: 0;
		font-size: 3.125vw;
		line-height: normal;
	}
	.whowe__content {
		padding: 6.25vw 1.302vw 3.255vw;
		max-width: 40.365vw;
		margin: 0 auto;
	}
	.whowe__descr {
		font-size: 3.125vw;
		margin-top: 3.646vw;
	}
	.whowe__apply {
		bottom: 9.115vw;
		right: 18.229vw;
	}
	.stories__item-content::after, .whowe__content::after,
	.stories__item-content::before, .whowe__content::before {
		width: 4.167vw;
		height: 4.167vw;
	}
	.whowe__image{
		max-width: 100%;
		height: 93.359vw;
		overflow: hidden;
	}
}
@media (max-width: 480px) {
	.whowe{
		margin-top: 33.066vw;
	}
	.whowe__inner{
		gap: 16vw;
	}
	.whowe__about-image{
		height: 74.134vw;
	}
	.whowe__about-title {
		display: none;
	}
	.whowe__content {
		padding: 13.334vw 2.666vw 17.6vw;
		max-width: 100%;
	}
	.whowe__descr {
		font-size: 5.334vw;
		margin-top: 7.466vw;
	}
	.whowe__apply {
		bottom: -10.134vw;
		right: initial;
		left: 0;
	}
	.stories__item-content::after, .whowe__content::after,
	.stories__item-content::before, .whowe__content::before {
		width: 8.8vw;
		height: 8.8vw;
	}
	.whowe__image{
		max-width: 100%;
		height: 88.8vw;
		overflow: hidden;
	}
}
/* wedo */
.wedo{
	margin-top: 5.208vw;
}
.wedo-bg{
	position: relative;
	z-index: 1;
}
.wedo-bg::before{
	content: '';
	position: absolute;
	top: -10.708vw;
	left: -0.521vw;
	width: 46.354vw;
	height: 52.552vw;
	background-image: url('../img/icons/ds-full.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.05;
	z-index: -1;
}   
.wedo__inner{
	position: relative;
}
.wedo__title{
	margin-left: auto;
}
.wedo__slider{
	margin-top: 2.969vw;
	max-width: 57.76vw;
	margin-left: auto;
	width: 100%;
}
.wedo__slide-image{
	display: flex;
	align-items: center;
	overflow: hidden;
	max-width: max-content;
}
.wedo__slide-image img{
	width: 100%;
	transition: all .2s ease;
}
.wedo__slide-title{
	margin-top: 31.008px;
	font-size: 1.25vw;
	font-weight: 600;
	line-height: 115%;
	text-transform: uppercase;
	max-width: 14.583vw;
	transition: all .1s ease;
}
.wedo__slide:hover .wedo__slide-image img{
	transform: scale(1.1);
}
.wedo__slide:hover .wedo__slide-title{
	color: #C09E63;
}
.wedo__slider .swiper-slide {
	width: auto;
	display: inline-block;
}
.wedo__descr{
	color: #4E4E4E;
	font-family: 'Poppins', sans-serif;
	font-size: 0.729vw;
	font-weight: 400;
	line-height: 115%; /* 0.839vw */
	letter-spacing: 0.051vw;
	position: absolute;
	bottom: 1.094vw;
	left: 0;
	max-width: 13.698vw;
}
@media (max-width: 1440px) {
	.wedo{
		margin-top: 10.694vw;
	}
	.wedo__slider{
		margin-top: 3.958vw;
		max-width: 77.014vw;
		margin-left: auto;
		width: 100%;
	}
	.wedo__slide-title{
		margin-top: 2.153vw;
		font-size: 1.667vw;
		max-width: 20.444vw;
	}
	.wedo__descr{
		font-size: 0.972vw;
		letter-spacing: normal;
		bottom: 1.389vw;
		max-width: 18.056vw;
	}
}
@media (max-width: 768px) {
	.wedo{
		margin-top: 10.417vw;
	}
	.wedo__slider{
		margin-top: 7.813vw;
		max-width: 100%;
		margin-left: 0;
	}
	.wedo__slide-title{
		margin-top: 4.036vw;
		font-size: 2.083vw;
		max-width: 100%;
	}
	.wedo__descr{
		margin-top: 5.859vw;
		font-size: 1.823vw;
		letter-spacing: normal;
		bottom: initial;
		position: initial;
		max-width: 33.984vw;
	}
	.wedo__slide{
		max-width: 45.833vw;
	}
}
@media (max-width: 480px) {
	.wedo{
		margin-top: 21.334vw;
	}
	.wedo__title{
		margin: 0;
		gap: 0;
	}
	.wedo__title::before{
		margin-bottom: 9.333vw;
	}
	.wedo__title::after{
		content: '';
		margin-top: 6.4vw;
		display: inline-block;
		background-color: #C09E63;
		width: 14.934vw;
		min-width: 14.934vw;
		height: 0.266vw;
	}
	.wedo__slider{
		margin-top: 16vw;
	}
	.wedo__slide-title{
		margin-top: 4vw;
		font-size: 4.266vw;
	}
	.wedo__descr{
		margin-top: 19.734vw;
		font-size: 3.734vw;
		max-width: 100%;
	}
	.wedo__slide{
		max-width: 100%;
		width: 100%;
	}
	.wedo__next{
		display: none;
	}
}
/* howit */
.howit{
	margin-top: 5.208vw;
}
.howit__inner{
	position: relative;
	display: flex;
	gap: 4.583vw;
}
.howit__image{
	display: flex;
	align-items: center;
	margin-left: -36.458vw;
	max-width: 94.844vw;
}
.howit__image img{
	width: 100%;
}
.howit__content{
	position: relative;
	width: 100%;
	max-width: 25vw;
	padding: 2.604vw 1.563vw 1.875vw;
	height: max-content;
}
.howit__content::before{
	content: '';
	position: absolute;
	top: 0.052vw;
	left: 0;
	width: 2.156vw;
	height: 2.19vw;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Cpath d='M0.5 42.5527V0.5H41.8862' stroke='%23C09E63'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.howit__content::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 2.156vw;
	height: 2.19vw;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Cpath d='M41.3857 0V42.0527H-0.000411987' stroke='%23C09E63'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.howit__icon{
	display: flex;
	align-items: center;
	margin: 1.719vw auto 2.188vw;
	width: 100%;
	max-width: 1.823vw;
}
.howit__icon img{
	width: 100%;
}
.howit__block{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2.448vw;
	max-width: 12.708vw;
	width: 100%;
	margin: 0 auto;
}
.howit__item-num{
	color: #C09E63;
	text-align: center;
	font-family: "Scheherazade New", sans-serif;
	font-size: 1.25vw;
	font-weight: 400;
	line-height: 1.198vw; /* 95.833% */
	letter-spacing: 0.2vw;
	text-transform: uppercase;
}
.howit__item-title{
	margin-top: 1.042vw;
	text-align: center;
	font-weight: 400;
	line-height: 1.51vw; /* 120.833% */
	text-transform: uppercase;
}
.howit__discover{
	position: absolute;
	bottom: 7.813vw;
	left: 57.292vw;
}
@media (max-width: 1440px) {
	.howit{
		margin-top: 12.5vw;
	}
	.howit__inner{
		gap: 3.056vw;
	}
	.howit__image{
		margin-left: -66.25vw;
		max-width: 126.459vw;
		width: 126.459vw;
	}
	.howit__content{
		max-width: 33.333vw;
		padding: 3.333vw 1.389vw 2.5vw;
	}
	.howit__content::before{
		width: 2.875vw;
		height: 2.92vw;
	}
	.howit__content::after{
		width: 2.875vw;
		height: 2.92vw;
	}
	.howit__icon{
		margin: 2.292vw auto 2.917vw;
		max-width: 2.431vw;
	}
	.howit__block{
		gap: 3.264vw;
		max-width: 16.944vw;
	}
	.howit__item-num{
		font-size: 1.667vw;
		line-height: 1.597vw;
		letter-spacing: 0.267vw;
	}
	.howit__item-title{
		margin-top: 0.972vw;
		line-height: 2.013vw;
	}
	.howit__discover {
		bottom: 9.417vw;
		left: 59.389vw;
	}
}
@media (max-width: 768px) {
	.howit{
		margin-top: 19.531vw;
	}
	.howit__inner{
		gap: 18.75vw;
		flex-direction: column;
	}
	.howit__image{
		margin-left: 0;
		max-width: 100%;
		width: 100%;
	}
	.howit__content{
		max-width: 62.5vw;
		padding: 6.38vw 2.604vw 4.688vw;
		margin: 0 auto;
	}
	.howit__content::before{
		width: 5.391vw;
		height: 5.475vw;
	}
	.howit__content::after{
		width: 5.391vw;
		height: 5.475vw;
	}
	.howit__icon{
		margin: 4.298vw auto 5.469vw;
		max-width: 4.557vw;
	}
	.howit__block{
		gap: 6.12vw;
		max-width: 31.771vw;
	}
	.howit__item-num{
		font-size: 3.125vw;
		line-height: normal;
		letter-spacing: normal;
	}
	.howit__item-title{
		margin-top: 1.563vw;
		line-height: normal;
		font-size: 3.125vw;
	}
	.howit__discover {
		top: 46.875vw;
		left: 50%;
		transform: translateX(-50%);
		bottom: initial;
	}
}
@media (max-width: 480px) {
	.howit{
		margin-top: 16vw;
	}
	.howit__inner{
		gap: 40.534vw;
	}
	.howit__image{
		height: 60.634vw;
		background-position: center 100px;
	}
	.howit__image img{
		height: 100%;
		object-fit: cover;
		object-position: -117.188px;
	}
	.howit__content{
		max-width: 100%;
		padding: 8.534vw 2.666vw 9.066vw;
		margin: 0 auto;
	}
	.howit__content::after,
	.howit__content::before{
		width: 8.534vw;
		height: 8.534vw;
	}
	.howit__icon{
		margin: 10.134vw auto;
		max-width: 9.6vw;
	}
	.howit__block{
		gap: 9.334vw;
		max-width: 70vw
	}
	.howit__item-num{
		font-size: 6.4vw;
	}
	.howit__item-title{
		margin-top: 2.934vw;
		font-size: 6.4vw;
	}
	.howit__discover {
		top: 84.48vw;
	}
}
/* membership */
.membership{
	margin-top: 6.667vw;
	position: relative;
	z-index: 1;
}
.membership-bg::before{
	content: '';
	position: absolute;
	top: 0;
	right: -2.76vw;
	width: 46.354vw;
	height: 52.552vw;
	background-image: url('../img/icons/ds.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}   
.membership__top{
	display: flex;
	align-items: end;
	justify-content: center;
	position: relative;
	max-width: max-content;
	margin: 0 auto;
}
.membership__next{
	bottom: 1.563vw;
	display: none;
	position: absolute;
	left: calc(100% + 2.083vw);
}
.membership__slider{
	margin-top: 2.188vw;
	width: 100%;
	max-width: 89.583vw;
}
.membership__item {
	width: 100%;
	perspective: 52.083vw;
	position: relative;
	min-height: 27.865vw;
}
.membership__item-front,
.membership__item-back {
	background: linear-gradient(167deg, #080A15 1.29%, #000 96.76%);
}
.membership__item-front::before,
.membership__item-front::after,
.membership__item-back::before,
.membership__item-back::after {
	content: '';
	position: absolute;
	width: 2.156vw;
	height: 2.19vw;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.membership__item-front::before,
.membership__item-back::before {
	top: 0;
	left: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Cpath d='M0.5 42.5527V0.5H41.8862' stroke='%23C09E63'/%3E%3C/svg%3E");
}
.membership__item-front::after,
.membership__item-back::after {
	bottom: 0;
	right: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Cpath d='M41.3857 0V42.0527H-0.000411987' stroke='%23C09E63'/%3E%3C/svg%3E");
}
.membership__item-front{
	padding: 2.188vw 1.042vw 2.865vw;
}
.membership__item-back{
	padding: 1.771vw 2.083vw 2.865vw;
}
.membership__item-icon{
	display: flex;
	align-items: center;
	margin: 0 auto 1.823vw;
	width: 100%;
	max-width: 6.302vw;
}
.membership-small .membership__item-icon{
	max-width: 9.948vw;
}
.membership__item-icon img{
	width: 100%;
}
.membership__item-title{
	text-align: center;
	font-size: 1.25vw;
	font-weight: 400;
	line-height: 1.51vw; /* 120.833% */
	text-transform: uppercase;
}
.membership__item-joining{
	margin-top: 1.771vw;
	text-align: center;
	color: #C09E63;
	font-family: 'Poppins', sans-serif;
	font-size: 0.833vw;
	font-weight: 400;
	line-height: 1.172vw; /* 140.625% */
	text-transform: uppercase;
}
.membership__item-price{
	margin-top: 3.021vw;
	color: #FFF;
	text-align: center;
	font-size: 1.042vw;
	font-weight: 500;
	line-height: 1.927vw; /* 185% */
	margin-bottom: 0.885vw;
}
.membership__item-duration{
	color: #C09E63;
	text-align: center;
	font-family: "Scheherazade New", sans-serif;
	font-size: 0.729vw;
	font-style: normal;
	font-weight: 400;
	line-height: 1.198vw; /* 164.286% */
	letter-spacing: 0.131vw;
	text-transform: uppercase;
	margin-top: auto;
}
.membership__item-list{
	max-width: 12.031vw;
	margin: 1.094vw auto 0;
}
.membership__item-list + .membership__item-price{
	margin-top: 0.625vw;
}
.membership__item-list ~ .membership__item-duration{
	margin-top: auto;
}
.membership__item-list li + li{
	margin-top: 1.042vw;
}
.custom-list li{
	position: relative;
	padding-left: 1.146vw;
	font-family: 'Poppins', sans-serif;
	font-size: 0.729vw;
	font-weight: 400;
	line-height: 115%; /* 0.839vw */
	letter-spacing: 0.051vw;
}
.custom-list li::before{
	content: '';
	position: absolute;
	top: 0.365vw;
	left: 0.469vw;
	width: 0.208vw;
	height: 0.208vw;
	min-width: 0.208vw;
	border-radius: 50%;
	background-color: #fff;
}
.membership__descr{
	margin-top: 4.531vw;
	max-width: 46.719vw;
	color: #4E4E4E;
	font-family: 'Poppins', sans-serif;
	font-size: 0.625vw;
	font-weight: 500;
	line-height: 125%;
	letter-spacing: 0.044vw;
}
.membership__descr + .membership__descr{
	margin-top: 2.292vw;
}
.membership-mark{
	color: #C09E63;
}
.membership__slider-included .membership__item,
.membership__slider-included .membership__item-front,
.membership__slider-included .membership__item-back {
	min-height: 22.656vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 1440px) {
	.membership{
		margin-top: 12.153vw;
	}
	.membership::before{
		right: 3.819vw;
		width: 61.806vw;
		height: 70.069vw;
	}   
	.membership__next{
		bottom: 1.7vw;
		display: flex;
	}
	.membership__slider{
		margin-top: 2.222vw;
		max-width: 90.278vw;
	}
	.membership__item {
		perspective: 69.444vw;
		min-height: 37.153vw;
	}
	.membership__item-front::before,
	.membership__item-front::after,
	.membership__item-back::before,
	.membership__item-back::after {
		width: 2.875vw;
		height: 2.92vw;
	}
	.membership__item-front{
		padding: 2.917vw 1.389vw 3.82vw;
		min-height: 37.153vw;
	}
	.membership__item-back{
		padding: 2.361vw 2.777vw 3.82vw;
		min-height: 37.153vw;
	}
	.membership__item-icon{
		margin: 0 auto 2.431vw;
		max-width: 8.403vw;
	}
	.membership-small .membership__item-icon{
		max-width: 13.264vw;
	}
	.membership__item-title{
		font-size: 1.667vw;
		line-height: 2.013vw;
	}
	.membership__item-joining{
		margin-top: 2.361vw;
		font-size: 1.111vw;
		line-height: 1.563vw;
	}
	.membership__item-price{
		margin-top: 4.028vw;
		font-size: 1.389vw;
		line-height: 2.569vw;
		margin-bottom: 1.18vw;
	}
	.membership__item-duration{
		font-size: 0.972vw;
		line-height: 1.597vw;
		letter-spacing: 0.175vw;
		margin-top: auto;
	}
	.membership__item-list{
		max-width: 16.041vw;
		margin: 1.459vw auto 0;
	}
	.membership__item-list li + li{
		margin-top: 1.389vw;
	}
	.custom-list li{
		padding-left: 1.528vw;
		font-size: 0.972vw;
		letter-spacing: 0.068vw;
	}
	.custom-list li::before{
		top: 0.487vw;
		left: 0.625vw;
		width: 0.277vw;
		height: 0.277vw;
		min-width: 0.277vw;
		border-radius: 50%;
	}
	.membership__descr{
		margin-top: 6.806vw;
		font-size: 0.833vw;
		max-width: 62.292vw;
		letter-spacing: 0.058vw;
	}
	.membership__descr + .membership__descr{
		margin-top: 3.056vw;
	}
	.membership__slider-included .membership__item,
	.membership__slider-included .membership__item-front,
	.membership__slider-included .membership__item-back {
		min-height: 22.5vw;
	}
}
@media (min-width: 769px) {
	.membership__item:hover .membership__item-inner {
		transform: rotateY(180deg);
	}
}
@media (min-width: 481px) and (max-width: 768px){
	.service ~ .membership .membership__top{
		margin: 0 auto;
		align-items: center;
	}
	.service ~ .membership .membership__title{
		flex-direction: row;
		align-items: center;
		gap: 7.292vw !important;
	}
	.service ~ .membership .membership__title.title-underline.title-icon::before{
		margin-bottom: 0;
	}
	.service ~ .membership .membership__title.title-underline.title-icon::after{
		content: none;
	}
	.service ~ .membership .membership__next{
		position: initial;
	}
}
@media (max-width: 768px) {
	.membership__descr + .membership__descr{
		margin-top: 5.729vw;
	}
	.membership__item.active .membership__item-inner {
		transform: rotateY(180deg);
	}
	.membership{
		margin-top: 10.417vw;
	}
	.membership::before {
		right: 18.437vw;
		width: 54.167vw;
		height: 78.099vw;
	}
	.membership__next{
		bottom: 3.089vw;
		left: calc(100% + 4.948vw);
		display: flex;
	}
	.membership__slider{
		margin-top: 5.208vw;
	}
	.membership__item {
		perspective: 130.208vw;
		min-height: 69.661vw;
	}
	.membership__item-front::before,
	.membership__item-front::after,
	.membership__item-back::before,
	.membership__item-back::after {
		width: 5.391vw;
		height: 5.475vw;
	}
	.membership__item-front{
		padding: 5.469vw 2.604vw 7.163vw;
		min-height: 69.661vw;
	}
	.membership__item-back{
		padding: 4.427vw 5.207vw 7.163vw;
		min-height: 69.661vw;
	}
	.membership-small .membership__item-icon,
	.membership__item-icon{
		margin: 0 auto 4.558vw;
		max-width: 15.756vw;
	}
	.membership__item-title{
		font-size: 3.126vw;
		line-height: 3.774vw;
	}
	.membership__item-joining{
		margin-top: 4.427vw;
		font-size: 2.083vw;
		line-height: 2.931vw;
	}
	.membership__item-price{
		margin-top: 7.552vw;
		font-size: 2.604vw;
		line-height: 4.817vw;
		margin-bottom: 2.212vw;
	}
	.membership__item-duration{
		font-size: 1.823vw;
		line-height: 2.994vw;
		letter-spacing: 0.328vw;
		margin-top: auto;
	}
	.membership__item-list{
		max-width: 30.077vw;
		margin: 2.736vw auto 0;
	}
	.membership__item-list li + li{
		margin-top: 2.604vw;
	}
	.custom-list li{
		padding-left: 2.865vw;
		font-size: 1.823vw;
		letter-spacing: 0.127vw;
	}
	.custom-list li::before{
		top: 0.913vw;
		left: 1.172vw;
		width: 0.519vw;
		height: 0.519vw;
		min-width: 0.519vw;
		border-radius: 50%;
	}
	.membership__descr{
		margin-top: 10.547vw;
		font-size: 1.563vw;
		max-width: 100%;
		letter-spacing: 0.109vw;
	}
	.membership__slider-included .membership__item,
	.membership__slider-included .membership__item-front,
	.membership__slider-included .membership__item-back {
		min-height: 42.188vw;
	}
}
@media (max-width: 480px) {
	.membership__descr + .membership__descr{
		margin-top: 3.2vw;
	}
	.membership{
		margin-top: 16vw;
	}
	.membership::before{
		display: none;
		right: -3.201vw;
		width: 213.334vw;
		height: 241.866vw;
	}   
	.membership__next{
		display: none;
	}
	.membership__slider{
		margin-top: 17.066vw;
		margin-left: -2vw;
		margin-right: -2vw;
		max-width: none;
		width: auto;
	}
	.membership__item {
		perspective: 266.666vw;
		min-height: 142.666vw;
	}
	.membership__item-front::before,
	.membership__item-front::after,
	.membership__item-back::before,
	.membership__item-back::after {
		width: 11.041vw;
		height: 11.213vw;
	}
	.membership__item-front{
		padding: 11.2vw 5.333vw 14.67vw;
		min-height: 142.666vw;
	}
	.membership__item-back{
		padding: 9.066vw 10.664vw 14.67vw;
		min-height: 142.666vw;
	}
	.membership-small .membership__item-icon,
	.membership__item-icon{
		margin: 0 auto 9.335vw;
		max-width: 32.269vw;
	}
	.membership__item-title{
		font-size: 6.403vw;
		line-height: 7.729vw;
	}
	.membership__item-joining{
		margin-top: 9.066vw;
		font-size: 4.266vw;
		line-height: 6.003vw;
	}
	.membership__item-price{
		margin-top: 15.466vw;
		font-size: 5.333vw;
		line-height: 9.865vw;
		margin-bottom: 4.53vw;
	}
	.membership__item-duration{
		font-size: 3.734vw;
		line-height: 6.131vw;
		letter-spacing: 0.672vw;
	}
	.membership__item-list{
		max-width: 61.597vw;
		margin: 5.603vw auto 0;
	}
	.membership__item-list li + li{
		margin-top: 5.333vw;
	}
	.custom-list li{
		padding-left: 5.867vw;
		font-size: 3.734vw;
		letter-spacing: 0.26vw;
	}
	.custom-list li::before{
		top: 1.87vw;
		left: 2.4vw;
		width: 1.062vw;
		height: 1.062vw;
		min-width: 1.062vw;
		border-radius: 50%;
	}
	.membership__descr{
		margin-top: 16vw;
		font-size: 3.2vw;
		letter-spacing: 0.224vw;
	}
	.membership__slider-included .membership__item,
	.membership__slider-included .membership__item-front,
	.membership__slider-included .membership__item-back {
		min-height: 86.4vw;
	}
}
/* stories */
.stories{
	margin-top: 8.333vw;
	position: relative;
	z-index: 1;
	padding-bottom: 9.479vw;
}
.stories-bg::before{
	content: '';
	position: absolute;
	top: 4.688vw;
	left: -2.604vw;
	width: 46.354vw;
	height: 52.552vw;
	background-image: url('../img/icons/ds.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}   
.stories-reset{
	padding-bottom: 0;
}
.stories__top{
	margin-left: auto;
	max-width: max-content;
}
.stories__bg{
	display: flex;
	align-items: center;
	position: absolute;
	z-index: -1;
	inset: 0;
	top: 7.813vw;
}
.stories__item-image img,
.stories__bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.stories__block{
	margin-top: 5.208vw;
	display: flex;
	flex-direction: column;
	gap: 6.25vw;
}
.stories__item{
	width: 100%;
	display: flex;
	align-items: start;
	gap: 0.521vw;
	justify-content: space-between;
}
.stories__item-image{
	height: 41.979vw;
	width: 50.469vw;
	display: flex;
	align-items: center;
	margin-right: -3.125vw;
}
.stories__item:nth-of-type(2n){
	flex-direction: row-reverse;
}
.stories__item-content{
	width: 100%;
	margin: 0 auto;
	max-width: 20.833vw;
	padding: 2.083vw 2.983vw 3.646vw;
	position: relative;
	min-height: 29.427vw;
	display: flex;
	align-items: start;
	justify-content: center;
	flex-direction: column;
}
.stories__item-title{
	font-family: 'Poppins', sans-serif;
	font-size: 1.25vw;
	font-weight: 400;
	line-height: 115%; /* 1.438vw */
	text-transform: uppercase;
}
.stories__item-list{
	margin-top: 2.083vw;
}
.stories__item-list li{
	font-family: 'Poppins', sans-serif;
	font-size: 0.833vw;
	font-weight: 300;
	line-height: 1.172vw;
	text-transform: uppercase;
}
.stories__item-btn{
	position: absolute;
	bottom: 1.094vw;
	right: 2.135vw;
}
.stories__item:nth-of-type(2n) .stories__item-image{
	margin-left: -4.167vw;
	margin-right: 0;
}
.stories__more{
	margin: 13.073vw auto 0;
}
.more-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.313vw;
	color: #C09E63;
	text-align: center;
	font-family: "Scheherazade New", sans-serif;
	font-size: 1.667vw;
	font-style: normal;
	font-weight: 400;
	line-height: 65%; /* 1.083vw */
	text-transform: uppercase;
	flex-direction: column;
	transition: all .1s ease;
}
.more-btn::after{
	content: '';
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='31' viewBox='0 0 15 31' fill='none'%3E%3Cpath d='M6.65715 30.7071C7.04768 31.0976 7.68084 31.0976 8.07136 30.7071L14.4353 24.3431C14.8259 23.9526 14.8259 23.3195 14.4353 22.9289C14.0448 22.5384 13.4116 22.5384 13.0211 22.9289L7.36426 28.5858L1.7074 22.9289C1.31688 22.5384 0.683714 22.5384 0.29319 22.9289C-0.0973344 23.3195 -0.0973344 23.9526 0.29319 24.3431L6.65715 30.7071ZM7.36426 0H6.36426V30H7.36426H8.36426V0H7.36426Z' fill='%23C09E63'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 0.885vw;
	min-width: 0.885vw;
	height: 1.563vw;
	transition: all .1s ease;
}
.more-btn:hover{
	color: #fff;
}
.more-btn:hover::after{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='31' viewBox='0 0 15 31' fill='none'%3E%3Cpath d='M6.65715 30.7071C7.04768 31.0976 7.68084 31.0976 8.07136 30.7071L14.4353 24.3431C14.8259 23.9526 14.8259 23.3195 14.4353 22.9289C14.0448 22.5384 13.4116 22.5384 13.0211 22.9289L7.36426 28.5858L1.7074 22.9289C1.31688 22.5384 0.683714 22.5384 0.29319 22.9289C-0.0973344 23.3195 -0.0973344 23.9526 0.29319 24.3431L6.65715 30.7071ZM7.36426 0H6.36426V30H7.36426H8.36426V0H7.36426Z' fill='white'/%3E%3C/svg%3E");
}
.stories-info{
	align-items: stretch;
}
.stories-info .stories__item-content{
	width: 100%;
	max-width: 41.525vw;
	margin: auto;
}
.stories-info .stories__item-image{
	height: auto;
}
.stories-info-block{
	padding-bottom: 1.25vw;
	display: flex;
	flex-direction: column;
	align-items: start;
	border-bottom: 0.026vw solid #C09E63;
}
.stories-info-title{
	color: #C09E63;
	font-family: "Scheherazade New", sans-serif;
	font-size: 1.667vw;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.stories-info-descr{
	font-family: 'Poppins', sans-serif;
	font-size: 1.042vw;
	font-weight: 300;
	line-height: normal;
}

.stories__inner_slider .swiper-slide{
	overflow: hidden;
}

/* .stories__inner_slider .container{
max-width: 100%;
padding: 0;
} */



@media (max-width: 1440px) {
	.stories{
		margin-top: 9.861vw;
		padding-bottom: 7.083vw;
	}
	.stories-bg::before{
		top: 5.25vw;
		left: -3.472vw;
		width: 61.805vw;
		height: 70.069vw;
	} 
	.stories__bg{
		top: 21.528vw;
	}
	.stories__block{
		margin-top: 6.25vw;
		gap: 8.333vw;
	}
	.stories__item{
		gap: 0.694vw;
	}
	.stories__item-image{
		height: 42.639vw;
		width: 51.389vw;
		margin-right: -1.736vw;
	}
	.stories__item-content{
		max-width: 27.5vw;
		padding: 8.958vw 4.236vw 4.861vw;
		min-height: 39.236vw;
		justify-content: start;
	}
	.stories__item-title{
		font-size: 1.667vw;
	}
	.stories__item-list{
		margin-top: 2.777vw;
	}
	.stories__item-list li{
		text-transform: none;
		font-size: 1.111vw;
		font-weight: 400;
		line-height: normal;
		font-size: 1.111vw;
	}
	.stories__item-btn{
		bottom: 1.459vw;
		right: 2.847vw;
	}
	.stories__item:nth-of-type(2n) .stories__item-image{
		margin-left: -5.556vw;
	}
	.stories__more{
		margin: 17.431vw auto 0;
	}
	.more-btn{
		gap: 1.389vw;
		font-size: 2.223vw;
		line-height: 1.444vw;
	}
	.more-btn::after{
		width: 1.18vw;
		min-width: 1.18vw;
		height: 2.084vw;
	}
	.more-btn:hover{
		gap: 1.389vw;
	}
	.stories-info .stories__item-image{
		height: 45.833vw;
	}
	.stories-info .stories__item-content{
		max-width: 38.333vw;
		gap: 1.389vw;
		padding: 2.083vw 1.597vw;
	}
	.stories-info-block{
		padding-bottom: 1.389vw;
		border-bottom: 0.069vw solid #C09E63;
	}
	.stories-info-title {
		font-size: 1.667vw;
		line-height: 1.667vw;
		margin-bottom: 1.389vw;
	}
	.stories-info-descr{
		font-size: 1.111vw;
	}
}
@media (max-width: 768px) {
	.stories{
		margin-top: 14.714vw;
		padding-bottom: 6.901vw;
	}
	.stories-bg::before{
		top: 11.719vw;
		left: -6.51vw;
		width: 115.885vw;
		height: 131.38vw;
	} 
	.stories__bg{
		top: 13.021vw;
	}
	.stories__block{
		margin-top: 2.604vw;
		gap: 10.417vw;
	}
	.stories__item{
		gap: 7.813vw;
		flex-direction: column !important;
	}
	.stories__item-image{
		height: 75.26vw;
		width: 100%;
		margin: 0 !important;
	}
	.stories__item-content{
		max-width: 51.563vw;
		padding: 16.796vw 7.942vw 9.114vw;
		min-height: 73.567vw;
		justify-content: start;
	}
	.stories__item-title{
		font-size: 3.126vw;
	}
	.stories__item-list{
		margin-top: 5.207vw;
	}
	.stories__item-list li{
		text-transform: none;
		font-size: 2.083vw;
		font-weight: 400;
		line-height: normal;
		font-size: 2.083vw;
	}
	.stories__item-btn{
		bottom: 2.736vw;
		right: 5.338vw;
	}
	.stories__item:nth-of-type(2n) .stories__item-image{
		margin-left: 0;
	}
	.stories__more{
		margin: 10.417vw auto 0;
	}
	.more-btn{
		gap: 2.604vw;
		font-size: 4.168vw;
		line-height: 2.708vw;
	}
	.more-btn::after{
		width: 2.212vw;
		min-width: 2.212vw;
		height: 3.908vw;
	}
	.more-btn:hover{
		gap: 2.604vw;
	}
	.stories-info{
		gap: 11.719vw;
		margin-top: 6.51vw;
	}
	.stories-info .stories__item-image{
		height: 80.208vw;
	}
	.stories-info .stories__item-content{
		max-width: 71.875vw;
		gap: 2.604vw;
		padding: 3.906vw 2.995vw;
	}
	.stories-info-block{
		padding-bottom: 2.604vw;
		border-bottom: 0.13vw solid #C09E63;
	}
	.stories-info-title {
		font-size: 3.125vw;
		line-height: 3.125vw;
		margin-bottom: 2.604vw;
	}
	.stories-info-descr{
		font-size: 2.083vw;
	}
}
@media (max-width: 480px) {
	.stories{
		margin-top: 16vw;
		padding-bottom: 14.134vw;
	}
	.stories-bg::before{
		top: 24vw;
		left: -13.333vw;
		width: 237.333vw;
		height: 269.066vw;
	} 
	.stories__bg{
		top: 276.667vw;
		bottom: -38vw;
	}
	.stories__top {
		margin: 0 auto;
		max-width: max-content;
	}
	.stories__next{
		display: none;
	}
	.stories__block{
		margin-top: 16vw;
		gap: 16vw;
	}
	.stories__item{
		gap: 16vw;
	}
	.stories__item-image{
		height: 83.2vw;
		width: calc(100% + 13.334vw);
		margin: 0 -6.666vw !important;
	}
	.stories__item-content{
		max-width: 100%;
		padding: 18.934vw 11vw;
		min-height: 122.934vw;
	}
	.stories__item-title{
		font-size: 5.334vw;
	}
	.stories__item-list{
		margin-top: 8vw;
	}
	.stories__item-list li{
		font-size: 4.267vw;
	}
	.stories__item-btn{
		bottom: 5.603vw;
		right: 10.933vw;
	}
	.stories__more{
		margin: 16vw auto 0;
	}
	.more-btn{
		gap: 1.6vw;
		font-size: 6.4vw;
		line-height: normal;
	}
	.more-btn::after{
		width: 4.53vw;
		min-width: 4.53vw;
		height: 8.004vw;
	}
	.more-btn:hover{
		gap: 5.333vw;
	}
	.stories-info{
		gap: 9.333vw;
		margin-top: 0;
	}
	.stories-info .stories__item-image{
		height: 83.2vw;
	}
	.stories-info .stories__item-content{
		max-width: 100%;
		gap: 5.333vw;
		padding: 0;
	}
	.stories-info-block{
		padding-bottom: 9.333vw;
		border-bottom: 0.267vw solid #C09E63;
	}
	.stories-info-title {
		font-size: 6.4vw;
		line-height: 6.4vw;
		margin-bottom: 9.333vw;
	}
	.stories-info-descr{
		font-size: 3.733vw;
		line-height: 146%;
	}
	.stories-info .stories__item-content::before,
	.stories-info .stories__item-content::after{
		content: none;
	}
	.stories__inner_slider .stories__item-content{
		max-width: 100%;
		padding: 0 6.667vw;
	}

	.stories__inner_slider .textbanner__inner{
		padding-left:6.667vw;
		padding-right: 6.667vw;
	}
}
/* creditcard */
.creditcard{
	position: relative;
	z-index: 1;
}
.creditcard__bg{
	display: flex;
	align-items: center;
	position: absolute;
	inset: 0;
	z-index: -1;
}
.creditcard__bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.creditcard__inner{
	position: relative;
	min-height: 52.083vw;
}
.creditcard__title{
	position: absolute;
	top: 3.646vw;
	right: 0;
}
.creditcard__hand{
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 61.146vw;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.creditcard__hand img{
	width: 100%;
}
.creditcard__descr{
	position: absolute;
	width: 100%;
	bottom: 9.063vw;
	right: 0;
	max-width: 29.271vw;
	font-size: 1.667vw;
	font-weight: 400;
	line-height: 2.031vw; /* 121.875% */
	text-transform: uppercase;
}
@media (max-width: 1440px) {
	.creditcard__inner{
		min-height: 69.444vw;
	}
	.creditcard__title{
		top: 4.861vw;
	}
	.creditcard__hand{
		max-width: 77.5vw;
	}
	.creditcard__descr{
		bottom: 7.847vw;
		max-width: 39.028vw;
		font-size: 2.222vw;
		line-height: 2.708vw; /* 121.875% */
	}
}
@media (max-width: 768px) {
	.creditcard__inner{
		min-height: 104.167vw;
	}
	.creditcard__title{
		top: 5.208vw;
	}
	.creditcard__hand{
		max-width: 102.865vw;
		left: -14.583vw;
		bottom: 9.115vw;
	}
	.creditcard__descr{
		bottom: 10.938vw;
		max-width: 67.708vw;
		font-size: 3.125vw;
		line-height: 5.078vw; /* 121.875% */
	}
}
@media (max-width: 480px) {
	.creditcard__inner{
		min-height: 181.334vw;
		padding-top: 11.2vw;
		padding-bottom: 28.266vw;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 2.666vw;
	}
	.creditcard__title{
		position: initial;
		margin: 0 auto;
	}
	.creditcard__hand {
		max-width: 125.6vw;
		left: -31.466vw;
		bottom: 41.866vw;
		width: 125.6vw;
	}
	.creditcard__descr{
		position: relative;
		bottom: initial;
		left: initial;
		right: initial;
		max-width: 100%;
		font-size: 5.334vw;
		font-weight: 400;
		line-height: 130%; /* 6.934vw */
		text-transform: uppercase;
		z-index: 10;
	}
}
.teaser{
	margin-top: 3.177vw;
}
.teaser__top{
	margin-left: auto;
	max-width: max-content;
}
.teaser__slider{
	margin-top: 5.573vw;
}
.teaser__slide{
	position: relative;
	z-index: 1;
	height: 31.615vw;
	width: 100%;
	overflow: hidden;
}
.teaser__slide-image{
	display: flex;
	align-items: center;
	inset: 0;
	position: absolute;
	z-index: -1;
	overflow: hidden;
}
.teaser__slide-image::before{
	content: '';
	background: linear-gradient(0deg, rgba(2, 3, 10, 0.60) 0%, rgba(2, 3, 10, 0.60) 100%);
	position: absolute;
	inset: 0;
	z-index: 1;
	transition: all .2s ease;
}
.teaser__slide-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .2s ease;
	object-position: center;
}
.teaser__slide-title{
	position: absolute;
	bottom: 3.646vw;
	left: 3.854vw;
	right: 3.854vw;
	font-size: 1.667vw;
	font-weight: 700;
	line-height: 2.031vw; /* 121.875% */
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-width: 100%;
}
.teaser__slide:hover .teaser__slide-image::before{
	opacity: 0.5;
}
.teaser__slide:hover .teaser__slide-image img{
	transform: scale(1.1);
}
@media (max-width: 1440px) {
	.teaser{
		margin-top: 3.472vw;
	}
	.teaser__slider{
		margin-top: 7.431vw;
	}
	.teaser__slide{
		height: 37.847vw;
	}
	.teaser__slide-title{
		bottom: 4.375vw;
		left: 4.583vw;
		right: 4.583vw;
		font-size: 1.667vw;
		line-height: 2.708vw; /* 121.875% */
	}
}
@media (max-width: 999px) {
	.teaser{
		margin-top: 6.51vw;
	}
	.teaser__slider{
		margin-top: 7.813vw;
	}
	.teaser__slide{
		height: 74.219vw;
	}
	.teaser__slide-title{
		bottom: 8.594vw;
		left: 8.984vw;
		right: 8.984vw;
		font-size: 3.125vw;
		line-height: 5.378vw; /* 121.875% */
	}
}
@media (max-width: 480px) {
	.teaser{
		margin-top: 11.2vw;
	}
	.teaser .container{
		padding: 0 3.3vw;
	}
	.teaser__top{
		margin: 0 auto;
	}
	.teaser__next{
		display: none;
	}
	.teaser__slider{
		margin-top: 16vw;
	}
	.teaser__slide{
		height: 71.466vw;
	}
	.teaser__slide-title{
		bottom: 6.666vw;
		left: 6.4vw;
		right: 6.4vw;
		font-size: 3.734vw;
		line-height: 130%; /* 121.875% */
		text-transform: uppercase;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		max-width: 100%;
		letter-spacing: 0.421vw;
	}
}
/* faq */
.faq{
	padding: 13.021vw 0;
	min-height: 62.083vw;
}
.faq__inner{
	display: flex;
	align-items: start;
	gap: 6.25vw;
}
.faq__image{
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 24.375vw;
	margin-top: 7.292vw;
}
.faq__image img,
.faq__image svg{
	width: 100%;
}
.faq__content{
	width: 100%;
	max-width: 58.073vw;
}
.faq__block{
	width: 100%;
	margin-top: 3.125vw;
}
.faq__item{
	border-top: 0.052vw dashed #4E4E4E;
}
.faq__item:last-of-type{
	border-bottom: 0.052vw dashed #4E4E4E;
}
.faq__item-title{
	font-size: 1.667vw;
	font-style: normal;
	font-weight: 300;
	line-height: 121.3%; /* 2.022vw */
	padding: 1.042vw 0;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.521vw;
	user-select: none;
	transition: all .1s ease;
}
.faq__item-title::after{
	content: '';
	display: inline-block;
	width: 0.938vw;
	height: 0.938vw;
	min-width: 0.938vw;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cpath d='M25.4639 12.982L0.499967 12.982M12.9819 25.4639L12.9819 0.5' stroke='%23C09E63' stroke-linecap='round'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
}
.faq__item-descr{
	font-weight: 300;
	padding: 0;
	max-height: 0;
	overflow: hidden;
	transition: all .3s ease;
}
.faq__item.active .faq__item-title{
	color: #C09E63;
}
.faq__item.active .faq__item-descr{
	display: inline-block;
	max-height: max-content;
	padding-bottom: 1vw;
}
.faq__item.active .faq__item-title::after{
	transform: rotate(45deg);
}
@media (max-width: 1440px) {
	.faq{
		padding: 17.639vw 0 6.944vw;
		min-height: 73.889vw;
	}
	.faq__inner{
		display: flex;
		align-items: start;
		gap: 5.417vw;
	}
	.faq__image{
		display: flex;
		align-items: center;
		width: 100%;
		max-width: 32.5vw;
		margin-top: 9.722vw;
	}
	.faq__content{
		max-width: 55.417vw;
	}
	.faq__block{
		margin-top: 4.167vw;
	}
	.faq__item{
		border-top: 0.069vw dashed #4E4E4E;
	}
	.faq__item:last-of-type{
		border-bottom: 0.069vw dashed #4E4E4E;
	}
	.faq__item-title{
		font-size: 1.667vw;
		padding: 1.111vw 0;
		gap: 0.694vw;
	}
	.faq__item-title::after{
		width: 1.251vw;
		height: 1.251vw;
		min-width: 1.251vw;
	}
	.faq__item.active .faq__item-descr{
		padding-bottom: 1.389vw;
	}
}
@media (max-width: 768px) {
	.faq{
		padding: 10.417vw 0 12.5vw;
		min-height: auto;
	}
	.faq__inner{
		display: flex;
		align-items: start;
		gap: 0;
	}
	.faq__image{
		display: none;
	}
	.faq__title{
		margin-left: 5.729vw;
	}
	.faq__content{
		max-width: 100%;
	}
	.faq__block{
		margin-top: 7.813vw;
	}
	.faq__item{
		border-top: 0.13vw dashed #4E4E4E;
	}
	.faq__item:last-of-type{
		border-bottom: 0.13vw dashed #4E4E4E;
	}
	.faq__item-title{
		font-size: 3.125vw;
		padding: 2.083vw 0;
		gap: 1.302vw;
	}
	.faq__item-title::after{
		width: 4.346vw;
		height: 4.346vw;
		min-width: 4.346vw;
	}
	.faq__item.active .faq__item-descr{
		padding-bottom: 2.604vw;
	}
}
@media (min-width: 481px) {
	.faq__item-title:hover{
		color: #C09E63;
	}
}
@media (max-width: 480px) {
	.faq{
		padding: 16vw 0 10.666vw;
	}
	.faq__title{
		margin-left: 0;
	}
	.faq__content{
		max-width: 100%;
	}
	.faq__block{
		margin-top: 16vw;
	}
	.faq__item{
		border-top: 0.266vw dashed #4E4E4E;
	}
	.faq__item:last-of-type{
		border-bottom: 0.266vw dashed #4E4E4E;
	}
	.faq__item-title{
		font-size: 4.4vw;
		padding: 1.866vw 0;
		gap: 2.666vw;
	}
	.faq__item-title::after{
		width: 4.138vw;
		height: 4.138vw;
		min-width: 4.138vw;
	}
	.faq__item-descr{
		font-size: 3.2vw;
	}
	.faq__item.active .faq__item-descr{
		padding-bottom: 2.666vw;
	}
}
.footer{
	border-top: 0.052vw solid #fff;
	border-bottom: 0.573vw solid #C09E63;
}
.footer__top{
	padding: 0.885vw 0;
}
.footer__top-inner{
	display: flex;
	align-items: center;
	gap: 4.948vw;
}
.footer__top-logo{
	display: flex;
	align-items: center;
	width: 3.854vw;
	min-width: 3.854vw;
	height: 4.375vw;
}
.footer__top-logo img{
	width: 100%;
}
.footer__top-content{
	width: 100%;
	overflow: hidden;
}
.footer__top-menu{
	display: flex;
	align-items: center;
	gap: 2.031vw;
	margin-right: -2.604vw;
}
.footer__top-menu li a{
	display: flex;
	align-items: center;
	font-size: 1.667vw;
	font-weight: 400;
	line-height: 2.031vw; /* 121.875% */
	text-transform: uppercase;
	text-wrap: nowrap;
}
.footer__top-menu li a:hover{
	text-decoration: underline;
}

.footer__top-inner {
	overflow: hidden;
	position: relative;
}

.footer__top-menu {
	display: flex;
	animation: marquee 30s linear infinite;
	white-space: nowrap;
}

.footer__top-menu li {
	flex: 0 0 auto;
}

.footer__top-menu a {
	text-decoration: none;
	color: #fff; /* можно заменить на свой цвет */
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.052vw;
}

@keyframes marquee {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(calc(-50% - 57.219vw));
	}
}


.footer-line{
	display: flex;
	height: 0.052vw;
	width: 100%;
	background-color: #fff;
}
.footer__inner{
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
}
.footer__drops{
	color: #1C1D24;
	font-size: 9.896vw;
	font-style: normal;
	font-weight: 900;
	line-height: 10.365vw; /* 104.737% */
	text-transform: uppercase;
	position: relative;
	max-width: 45.781vw;
}
.footer__drops img,
.footer__drops svg {
	position: absolute;
	bottom: 1.302vw;
	right: 3.125vw;
	width: 7.058vw;
	height: auto;
}
.footer__about{
	padding-top: 3.125vw;
	padding-left: 4.479vw;
	border-left: 0.052vw solid #fff;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.footer__about-title{
	margin-bottom: 2.24vw;
	font-size: 1.667vw;
	font-weight: 700;
	line-height: 2.031vw; /* 121.875% */
	text-transform: uppercase;
}
.footer__about-descr{
	display: flex;
	max-width: max-content;
	font-family: 'Poppins', sans-serif;
	font-size: 1.042vw;
	font-weight: 400;
	line-height: 146%; /* 1.521vw */
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 0.26vw;
}
a.footer__about-descr:hover{
	text-decoration: underline;
}
.footer__about-descr img{
	width: 0.729vw;
	height: auto;
}
.footer__bottom{
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 2.083vw 0;
	max-width: 96.354vw;
	margin: 0 auto;
	width: 100%;
}
.footer__bottom-descr{
	font-family: 'Poppins', sans-serif;
	font-size: 0.833vw;
	font-weight: 300;
	line-height: 1.172vw; /* 140.625% */
	text-transform: uppercase;
}
.footer__bottom-content{
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 1.354vw;
}
.footer__bottom-icons{
	display: flex;
	align-items: center;
	gap: 1.927vw;
}
.footer__bottom-icon{
	height: 2.76vw;
	width: auto;
}
.footer__bottom-icon img{
	height: 100%;
	width: auto;
}
.footer__bottom-copy{
	font-family: 'Poppins', sans-serif;
	font-size: 0.833vw;
	font-weight: 400;
	line-height: 1.172vw; /* 140.625% */
	text-transform: uppercase;
}
.footer__end{
	display: grid;
	align-items: end;
	grid-template-columns: 1fr 1fr;
	padding: 3.125vw 0;
}

.footer__form-title{
	font-size: 2.083vw;
	font-weight: 900;
	line-height: 1.172vw; /* 56.25% */
	text-transform: uppercase;
}
.footer__form-content{
	margin-top: 2.083vw;
}
.footer__form{
	width: 100%;
	max-width: 41.25vw;
}
.footer__form-content{
	display: flex;
	align-items: stretch;
}
.footer__form-input{
	height: auto;
	padding: 0.573vw 1.198vw;
	border: 0.052vw solid #C09E63;
	background: #02030A;
}
.footer__form-input,
.footer__form-input::placeholder{
	color: #FEFEFE;
	font-size: 1.667vw;
	font-weight: 500;
	line-height: 1.172vw; /* 70.313% */
}
.footer__form-btn{
	color: #C09E63;
	font-family: "Scheherazade New", sans-serif;
	font-size: 1.667vw;
	font-weight: 400;
	line-height: 65%; /* 1.083vw */
	text-transform: uppercase;
	min-height: 3.958vw;
	padding: 0.625vw;
	gap: 0.677vw;
	border: 0.052vw solid #C09E63;
	background: #02030A;
	margin-left: -0.052vw;
}
.footer__form-btn svg path{
	transition: all .2s ease;
}
.footer__form-btn svg{
	width: 1.615vw;
	height: auto;
}
.footer__form-btn:hover{
	background-color: #C09E63;
	color: #02030A;
}
.footer__form-btn:hover svg path{
	fill: #02030A;
}
.footer__end-content{
	padding-left: 4.375vw;
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 2.083vw;
	margin-bottom: -0.781vw;
	max-width: 37.604vw;
}
.footer__menu li a{
	display: flex;
	align-items: center;
	max-width: max-content;
	font-size: 0.833vw;
	font-weight: 700;
	line-height: 105%; /* 0.875vw */
	text-transform: uppercase;
}
.footer__menu li a:hover{
	text-decoration: underline;
}
.footer__menu{
	display: flex;
	flex-direction: column;
	gap: 0.99vw;
}
.footer__menu:last-of-type{
	gap: 0.573vw;
}
.footer__about-btn{
	font-weight: 400;
	margin-top: 1.094vw;
	max-width: 7.188vw;
	height: 2.5vw;
}
@media (max-width: 1440px) {
	.footer{
		border-top: 0.069vw solid #fff;
		border-bottom: 0.764vw solid #C09E63;
		overflow: hidden;
	}
	.footer__top{
		padding: 0.972vw 0;
	}
	.footer__top-inner{
		gap: 4.861vw;
	}
	.footer__top-logo{
		width: 3.889vw;
		min-width: 3.889vw;
		height: 4.375vw;
	}
	.footer__top-menu{
		gap: 2.014vw;
		margin-right: -1.4vw;
	}
	.footer__top-menu li a{
		font-size: 1.667vw;
		line-height: 1.528vw;
	}
	.footer-line{
		height: 0.069vw;
	}
	.footer__drops {
		font-size: 9.028vw;
		line-height: 9.066vw;
		max-width: 41.667vw;
		display: inline-block;
		padding: 3.125vw 0 3.333vw;
	}
	.footer__drops img,
	.footer__drops svg {
		bottom: 3.125vw;
		width: 6.25vw;
	}
	.footer__about{
		padding-top: 3.125vw;
		padding-left: 4.306vw;
		border-left: 0.069vw solid #fff;
	}
	.footer__about-title{
		margin-bottom: 2.292vw;
		font-size: 2.083vw;
		line-height: 1.172vw;
	}
	.footer__about-descr{
		font-size: 1.111vw;
		gap: 0.347vw;
	}
	.footer__bottom{
		padding: 2.778vw 0;
	}
	.footer__bottom-descr{
		font-size: 0.833vw;
		line-height: 1.25vw;
		letter-spacing: 0.058vw;
		text-transform: none;
	}
	.footer__bottom-content{
		gap: 1.403vw;
	}
	.footer__bottom-icons{
		gap: 1.875vw;
	}
	.footer__bottom-icon{
		height: 2.708vw;
	}
	.footer__bottom-copy{
		font-size: 0.833vw;
		line-height: 95%;
		text-transform: none;
	}
	.footer__end{
		padding: 4.167vw 0;
	}
	.footer__form-title{
		font-size: 2.083vw;
		line-height: 1.563vw;
	}
	.footer__form-content{
		margin-top: 2.083vw;
	}
	.footer__form{
		max-width: 36.875vw;
	}
	.footer__form-input{
		padding: 0.764vw 1.042vw;
		border: 0.069vw solid #C09E63;
	}
	.footer__form-input,
	.footer__form-input::placeholder{
		font-size: 1.389vw;
		line-height: 1.042vw;
	}
	.footer__form-btn{
		font-size: 2.083vw;
		min-height: 4.861vw;
		gap: 0.833vw;
		border: 0.069vw solid #C09E63;
	}
	.footer__form-btn svg{
		width: 1.944vw;
	}
	.footer__end-content{
		gap: 1.389vw;
		max-width: 38.542vw;
		margin-bottom: -1.042vw;
	}
	.footer__menu li a{
		font-size: 1.111vw;
	}
	.footer__menu{
		gap: 0.972vw;
	}
	.footer__menu:last-of-type{
		gap: 0.764vw;
	}
	.footer__about-descr img{
		width: 1.016vw;
		height: auto;
	}
	@keyframes marquee {
		0% {
			transform: translateX(0%);
		}
		100% {
			transform: translateX(calc(-50% - 53.219vw));
		}
	}
	.footer__about-btn{
		margin-top: 1.459vw;
		max-width: 9.584vw;
		height: 3.333vw;
	}
}
@media (min-width: 769px) {
	.footer-line-mobile,
	.footer-mobile{
		display: none;
	}
}
@media (max-width: 768px) {
	.footer{
		border-top: 0.13vw solid #fff;
		border-bottom: 1.432vw solid #C09E63;
	}
	.footer__top{
		padding: 1.693vw 0;
	}
	.footer__top-inner{
		gap: 3.115vw;
	}
	.footer__top-logo{
		width: 7.292vw;
		min-width: 7.292vw;
		height: 8.203vw;
	}
	.footer__top-menu{
		gap: 3.776vw;
		margin-right: -2.604vw;
		padding-right: 2.604vw;
	}
	.footer__top-menu li a{
		font-size: 3.126vw;
		line-height: 2.865vw;
	}
	.footer-line{
		height: 0.13vw;
	}
	.footer__drops {
		color: #4E4E4E;
		padding: 0;
		font-family: 'Inter', sans-serif;
		font-size: 8.421vw;
		line-height: 8.457vw;
		width: 100%;
		max-width: 38.802vw;
		letter-spacing: -0.069vw;
		text-transform: uppercase;
		display: inline-block;
		margin-left: auto;
	}
	.footer__drops img,
	.footer__drops svg {
		bottom: 0.651vw;
		width: 5.859vw;
	}
	.footer__inner{
		grid-template-columns: 1fr;
	}
	.footer__about {
		padding: 0;
		border-left: none;
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
	}
	.footer__about-block{
		padding: 5.859vw 0;
	}
	.footer__about-block:first-of-type .footer__about-descr{
		text-transform: none;
	}
	.footer__about-block:last-of-type{
		padding-left: 9.115vw;
		border-left: 0.13vw solid #fff;
	}
	.footer__about-title{
		margin-bottom: 4.298vw;
		font-size: 3.74vw;
		line-height: 2.198vw;
	}
	.footer__about-descr{
		font-size: 2.083vw;
		gap: 0.651vw;
	}
	.footer__bottom{
		padding: 0;
		grid-template-columns: 1fr;
		max-width: 100%;
	}
	.footer__bottom-descr{
		font-size: 1.563vw;
		line-height: 2.344vw;
		letter-spacing: 0.109vw;
		padding: 4.036vw 0;
	}
	.footer__bottom-content{
		gap: 6.381vw;
		padding: 1.432vw 0;
		justify-content: space-between;

	}
	.footer__bottom-icons{
		gap: 3.516vw;
	}
	.footer__bottom-icon{
		height: 5.077vw;
	}
	.footer__bottom-copy{
		font-size: 1.562vw;
		line-height: 95%;
	}
	.footer__end{
		padding: 6.51vw 0 5.208vw;
	}
	.footer__form-title{
		font-size: 2.604vw;
		line-height: 2.931vw;
	}
	.footer__form-content{
		margin-top: 3.646vw;
	}
	.footer__form{
		max-width: 69.141vw;
	}
	.footer__form-input{
		padding: 1.433vw 1.563vw;
		border: 0.13vw solid #C09E63;
	}
	.footer__form-input, .footer__form-input::placeholder {
		font-size: 2.083vw;
		line-height: normal;
	}
	.footer__form-btn {
		font-size: 1.823vw;
		min-height: 5.208vw;
		gap: 1.302vw;
		border: 0.13vw solid #C09E63;
		padding: 1.302vw 1.953vw;
	}
	.footer__form-btn svg{
		width: 1.563vw;
	}
	.footer__end-content{
		border-bottom: 0.13vw solid #fff;
		width: 100%;
		max-width: 100%;
		justify-content: space-between;
		padding: 4.167vw 4.688vw;
		margin-bottom: 0;
	}
	.footer__menu li a{
		font-size: 2.083vw;
	}
	.footer__menu:last-of-type,
	.footer__menu{
		gap: 3.255vw;
	}
	.footer__about-descr img{
		width: 2.555vw;
		height: auto;
	}
	.footer__inner > .footer__drops{
		display: none;
	}
	.footer__end .footer__end-content{
		display: none;
	}
	.footer__about-btn{
		display: none;
		margin-top: 1.302vw;
	}
	.footer__about-btn a span{
		font-size: 3.202vw;
		min-height: 6.374vw;
	}
	@keyframes marquee {
		0% {
			transform: translateX(0%);
		}
		100% {
			transform: translateX(calc(-50% - 144.4vw));
		}
	}
	.footer__about-btn{
		margin-top: 2.736vw;
		max-width: 17.97vw;
		height: 6.249vw;
		font-size: 2.083vw;
	}
}
@media (max-width: 480px) {
	.footer__about{
		grid-template-columns: 1.3fr 1fr;
	}
	@keyframes marquee {
		0% {
			transform: translateX(0%);
		}
		100% {
			transform: translateX(calc(-50% - 212.9vw));
		}
	}
	.footer {
		border-top: 0.266vw solid #fff;
		border-bottom: 3.734vw solid #C09E63;
	}
	.footer__top-menu {
		gap: 4.833vw;
		margin-right: -8.453vw;
		padding-right: 8.453vw;
	}
	.footer__about-descr,
	.footer__top-menu li a,
	.footer__menu li a{
		font-size: 3.2vw;
	}
	.footer__end-content {
		border-bottom: 0.266vw solid #fff;
		padding: 6.666vw 8.534vw;
	}
	.footer__about-block{
		padding: 6.666vw 0;
	}
	.footer__about-block:last-of-type {
		padding-left: 0;
		border-left: none;
	}
	.footer__bottom-descr{
		padding: 6.666vw 0;
		font-size: 2.666vw;
		font-weight: 400;
		line-height: 4.801vw; /* 180.062% */
		margin-right: -1vw;
		letter-spacing: 0.187vw;
	}
	.footer__menu:last-of-type, .footer__menu{
		gap: 7.1vw;
	}
	.footer__bottom-content{
		padding: 6.666vw 0;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 6.666vw;
	}
	.footer__bottom-icons{
		width: 100%;
		justify-content: center;
		gap: 6.666vw;
	}
	.footer__bottom-icon{
		height: 9.334vw;
	}
	.footer__bottom-copy{
		font-size: 3.2vw;
		line-height: 95%; 
	}
	.footer__end{
		grid-template-columns: 1fr;
		padding: 6.666vw 0;
		gap: 6.666vw;
	}
	.footer__form{
		max-width: 100%;
	}
	.footer__form-content{
		border: 0.472vw solid #1C1D24;
	}
	.footer__form-title {
		font-size: 5.334vw;
		line-height: 3.59vw;
	}
	.footer__form-btn {
		font-size: 6.4vw;
		min-height: 12vw;
		gap: 2.334vw;
		border: none;
		padding: 2.666vw;
	}
	.footer__form-input{
		border: none;
	}
	.footer__form-btn svg {
		width: 6.134vw;
	}
	.footer__form-input, .footer__form-input::placeholder {
		font-size: 4.334vw;
	}
	.footer__drops {
		font-size: 16.706vw;
		line-height: 18.19vw;
		width: 100%;
		max-width: 100%;
		letter-spacing: -0.065vw;
		margin-left: 0;
	}
	.footer__drops img,
	.footer__drops svg {
		bottom: -0.8vw;
		width: 13.334vw;
		right: 12vw;
	}
	.footer__about-btn button span{
		min-height: 8.999vw;
		font-size: 3.266vw;
		line-height: 4.867vw;
	}
}


/* contactpopup */
.successfulpay,
.emailconfirm,
.contactpopup{
	position: fixed;
	inset: 0;
	z-index: 123;
	background: rgba(29, 29, 29, 0.63);
	overflow: auto;
	opacity: 0;
	pointer-events: none;
	transition: all .2s ease;
}
.successfulpay.show,
.emailconfirm.show,
.contactpopup.show{
	opacity: 1;
	pointer-events: all;
}
.successfulpay__inner,
.emailconfirm__inner,
.contactpopup__inner{
	margin: 5% auto 1%;
	background: linear-gradient(167deg, #080A15 1.29%, #000 96.76%);
	width: 100%;
	max-width: 33.056vw;
	position: relative;
	padding: 4.722vw 3.958vw 1.597vw;
	transform: translateY(-100px) scale(0.5);
	transition: all .3s ease;
}
.successfulpay__inner::before,
.emailconfirm__inner::before,
.contactpopup__inner::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1.691vw;
	height: 1.718vw;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='34' viewBox='0 0 33 34' fill='none'%3E%3Cpath d='M0.15625 33.2751V0.292969H32.6156' stroke='%23C09E63' stroke-width='0.784305'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.successfulpay__inner::after,
.emailconfirm__inner::after,
.contactpopup__inner::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1.691vw;
	height: 1.718vw;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='34' viewBox='0 0 33 34' fill='none'%3E%3Cpath d='M32.459 0.000255537L32.459 32.9824L-0.000377367 32.9824' stroke='%23C09E63' stroke-width='0.784305'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.successfulpay.show .successfulpay__inner,
.emailconfirm.show .emailconfirm__inner,
.contactpopup.show .contactpopup__inner{
	transform: translateY(0) scale(1);
}
.btn-close,
.contactpopup__close{
	position: absolute;
	top: 0;
	right: 0;
	width: 3.167vw;
	height: 3.167vw;
	min-width: 3.167vw;
}
.contactpopup__title{
	text-align: center;
}
.contactpopup__form{
	margin-top: 3.472vw;
}
.btn-close{
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.734vw;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Cpath d='M26.1717 8.52935L9.11665 26.7591' stroke='%23C09E63' stroke-linecap='round'/%3E%3Cpath d='M8.52788 9.11493L26.7576 26.17' stroke='%23C09E63' stroke-linecap='round'/%3E%3C/svg%3E");
}
.btn-close:hover{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Cpath d='M26.1722 8.5293L9.11719 26.759' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M8.52734 9.11523L26.7571 26.1703' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E");
}
.form-content{
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 1.111vw;
}
.form-error{   
	display: none;
	margin-top: 0.486vw;
	color: #F00;
	font-family: 'Poppins', sans-serif;
	font-size: 0.833vw;
	font-weight: 400;
	line-height: 96%; /* 0.8vw */
}
.form-label{
	color: #C09E63;
	font-family: "Scheherazade New", sans-serif;
	font-size: 0.938vw;
	font-style: normal;
	font-weight: 400;
	line-height: 0.938vw; /* 100% */
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 0.208vw;
}
.form-input{
	border-bottom: 0.091vw solid rgba(192, 158, 99, 0.48);
}
.form-bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.694vw;
	margin-top: 2.222vw;
}
.form-icon{
	display: flex;
	align-items: center;
	width: 2.552vw;
}
.form-icon img{
	width: 100%;
}
.form-name{
	font-size: 1.25vw;
	font-weight: 400;
	line-height: 1.51vw; /* 120.833% */
	text-transform: uppercase;
	margin-bottom: 2.042vw;
}
.upload-file {
	cursor: pointer;
	position: relative;
	padding: 0.885vw 0.521vw 0.885vw 0.521vw;
	margin-top: 1.25vw;
	width: 100%;
	max-width: 14.583vw;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.729vw;
	border: 2px dashed rgba(192, 158, 99, 0.48);
	position: relative;
}
.upload-file::before{
	content: '';
	position: absolute;
	top: -0.156vw;
	left: -0.156vw;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='26' viewBox='0 0 39 26' fill='none'%3E%3Cpath d='M2 25.5781V1.57812H38.9161' stroke='%23C09E63' stroke-width='2'/%3E%3C/svg%3E");
	width: 2.031vw;
	height: 1.354vw;
}
.upload-file::after{
	content: '';
	position: absolute;
	bottom: -0.156vw;
	right: -0.156vw;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='26' viewBox='0 0 39 26' fill='none'%3E%3Cpath d='M37 0.421875V24.4219L0.0839233 24.4219' stroke='%23C09E63' stroke-width='2'/%3E%3C/svg%3E");
	width: 2.031vw;
	height: 1.354vw;
}
.upload-file-icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.604vw;
	height: 2.604vw;
	min-width: 2.604vw;
	border-radius: 2.604vw;
	background: rgba(255, 255, 255, 0.01);
	box-shadow: 0 0.056vw 0.056vw 0 rgba(255, 255, 255, 0.25);
}
.upload-file-icon svg{
	height: auto;
	width: 1.302vw;
}
.upload-file-title{
	color: #C09E63;
	font-family: "Scheherazade New", sans-serif;
	font-size: 0.938vw;
	font-weight: 400;
	line-height: 0.938vw; /* 100% */
	text-transform: uppercase;
	text-wrap: nowrap;
}
.form-checkboxes{
	display: flex;
	flex-direction: column;
	gap: 1.302vw;
	margin-top: 1.302vw;
	align-items: start;
}
.form-checkbox input{
	position: absolute;
	pointer-events: 0;
	opacity: 0;
}
.form-checkbox-agreed{
	color: #FFF !important;
}
.form-checkbox{
	cursor: pointer;
	max-width: max-content;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 0.729vw;
	color: #C09E63;
	font-family: 'Poppins', sans-serif;
	font-size: 0.729vw;
	font-weight: 400;
	line-height: 115%; /* 0.839vw */
	letter-spacing: 0.051vw;
}
.form-checkbox span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.302vw;
	height: 1.302vw;
	border: 0.052vw solid #C09E63;
	min-width: 1.302vw;
	position: relative;
	border-radius: 0.104vw;
}
.form-checkbox input:checked + span::after{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.781vw;
	background-color: #C09E63;
	height: 0.781vw;
}
.form-select{
	align-items: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M5.29711 0.192152C5.04079 -0.0641632 4.62522 -0.0641632 4.36891 0.192152L0.192024 4.36904C-0.0642903 4.62535 -0.0642903 5.04092 0.192024 5.29723C0.448339 5.55355 0.863907 5.55355 1.12022 5.29723L4.83301 1.58445L8.54579 5.29723C8.80211 5.55355 9.21768 5.55355 9.47399 5.29723C9.73031 5.04092 9.73031 4.62535 9.47399 4.36904L5.29711 0.192152ZM4.83301 9.65625L5.48934 9.65625L5.48934 0.65625L4.83301 0.65625L4.17667 0.65625L4.17667 9.65625L4.83301 9.65625Z' fill='%23C09E63'/%3E%3C/svg%3E");
	background-position: right 0.104vw center;
	background-repeat: no-repeat,repeat;
	background-size: 0.729vw 0.521vw;
	border: none;
	outline: none;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-flex;
	height: 2.604vw;
	max-width: 100%;
	overflow: hidden;
	padding-right: 2.083vw;
	text-align: left;
	width: 100%;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 0.729vw;
	font-weight: 400;
	line-height: 115%; /* 0.839vw */
	letter-spacing: 0.051vw;
	border-bottom: 0.104vw solid rgba(192, 158, 99, 0.48);
}
.form-descr{
	font-family: 'Poppins', sans-serif;
	font-size: 0.729vw;
	font-weight: 400;
	margin-top: 0.729vw;
	line-height: 115%; /* 0.839vw */
	letter-spacing: 0.051vw;
}
.form-send:first-child{
	margin-left: auto;
}
.applyfor-invoice{
	display: flex;
	flex-direction: column;
	gap: 0.729vw;
	align-items: start;
	width: 100%;
	margin-top: 0.833vw;
}
.applyfor-invoice{
	margin-bottom: 0.625vw;
}
.form-about-title,
.applyfor-invoice-descr{
	font-family: 'Poppins', sans-serif;
	font-size: 0.833vw;
	font-weight: 400;
	line-height: 115%; /* 0.958vw */
	letter-spacing: 0.058vw;
}
.form-about{
	margin-bottom: 0.365vw;
	display: flex;
	align-items: center;
	gap: 0.729vw;
	justify-content: space-between;
	margin-top: 0.625vw;
	position: relative;
}
.form-about-icons{
	display: flex;
	align-items: center;
	gap: 0.677vw;
}
.form-about-icon{
	height: 1.042vw;
	width: auto;
}
.form-about-icon img{
	height: 100%;
	width: auto;
}
.applyfor__invoice .form-content{
	gap: 0;
}
.form-warnind{
	font-family: 'Poppins', sans-serif;
	font-size: 0.729vw;
	font-weight: 400;
	line-height: 115%; /* 0.839vw */
	letter-spacing: 0.051vw;
	max-width: 26.927vw;
	margin: 0.833vw 0 1.302vw;
}
.applyfor__invoice .form-block{
	max-width: 16.667vw;
	position: relative;
}
.applyfor__invoice .form-block:not(:nth-of-type(2)){
	margin-bottom: 1.042vw;
}
.applyfor__invoice .form-input{
	border: 0.052vw solid #C09E63;
	padding: 0 0.26vw;
}
@media (max-width: 1440px) {
	.successfulpay__inner::before,
	.successfulpay__inner::after,
	.emailconfirm__inner::after,
	.contactpopup__inner::after,
	.emailconfirm__inner::before,
	.contactpopup__inner::before{
		width: 2.254vw;
		height: 2.29vw;
	}
	.contactpopup__inner{
		max-width: 33.056vw;
		padding: 4.722vw 3.958vw 1.597vw;
	}
	.btn-close,
	.contactpopup__close{
		width: 4.167vw;
		height: 4.167vw;
		min-width: 4.167vw;
	}
	.btn-close{
		background-size: 1.667vw;
	}
	.form-content{
		gap: 1.111vw;
	}
	.form-error{
		margin-top: 0.486vw;
		font-size: 0.833vw;
	}
	.form-label{
		font-size: 1.25vw;
		line-height: 1.25vw;
		margin-bottom: 0.208vw;
	}
	.form-input{
		border-bottom: 0.09vw solid rgba(192, 158, 99, 0.48);
	}
	.form-bottom{
		gap: 1.389vw;
		margin-top: 2.222vw;
	}
	.form-icon{
		width: 3.403vw;
	}
	.form-name{
		margin-bottom: 2.778vw;
		font-size: 1.667vw;
		line-height: 2.014vw;
	}
	.upload-file {
		padding: 1.18vw 0.695vw 1.18vw 0.695vw;
		margin-top: 1.667vw;
		max-width: 19.444vw;
		gap: 0.972vw;
	}
	.upload-file-icon{
		width: 3.472vw;
		height: 3.472vw;
		min-width: 3.472vw;
		border-radius: 3.472vw;
		box-shadow: 0 0.075vw 0.075vw 0 rgba(255, 255, 255, 0.25);
	}
	.upload-file-title{
		font-size: 1.251vw;
		line-height: 1.251vw; /* 100% */
	}
	.upload-file-icon svg{
		width: 1.736vw;
	}

	.form-checkboxes{
		gap: 1.736vw;
		margin-top: 1.736vw;
	}
	.form-checkbox{
		gap: 0.972vw;
		font-size: 0.972vw;
		line-height: 115%; /* 1.118vw */
		letter-spacing: 0.068vw;
	}
	.form-checkbox span{
		width: 1.736vw;
		height: 1.736vw;
		min-width: 1.736vw;
	}
	.form-checkbox input:checked + span::after{
		width: 1.042vw;
		height: 1.042vw;
	}
	.form-select{
		background-size: 0.972vw 0.694vw;
		height: 3.472vw;
		padding-right: 2.778vw;
		font-size: 0.972vw;
		line-height: 115%; /* 1.118vw */
		letter-spacing: 0.068vw;
		border-bottom: 0.139vw solid rgba(192, 158, 99, 0.48);
	}
	.form-descr{
		font-size: 0.972vw;
		margin-top: 0.972vw;
		line-height: 115%; /* 1.118vw */
		letter-spacing: 0.068vw;
	}

	.applyfor-invoice{
		gap: 0.972vw;
		margin-top: 1.111vw;
	}
	.applyfor-invoice{
		margin-bottom: 0.833vw;
	}
	.form-about-title,
	.applyfor-invoice-descr{
		font-size: 1.111vw;
		letter-spacing: 0.078vw;
	}
	.form-about{
		margin-bottom: 0.486vw;
		gap: 0.972vw;
		margin-top: 0.833vw;
	}
	.form-about-icons{
		gap: 0.903vw;
	}
	.form-about-icon{
		height: 1.389vw;
	}
	.form-warnind{
		font-size: 0.972vw;
		letter-spacing: 0.068vw;
		max-width: 35.903vw;
		margin: 1.111vw 0 1.736vw;
	}
	.applyfor__invoice .form-block{
		max-width: 22.222vw;
	}
	.applyfor__invoice .form-input{
		border: 0.069vw solid #C09E63;
		padding: 0 0.347vw;
	}
	.applyfor__invoice .form-block:not(:nth-of-type(2)){
		margin-bottom: 1.389vw;
	}
	.upload-file::before{
		top: -0.139vw;
		left: -0.139vw;
		width: 2.708vw;
		height: 1.805vw;
	}
	.upload-file::after{
		bottom: -0.139vw;
		right: -0.139vw;
		width: 2.708vw;
		height: 1.805vw;
	}
}
@media (max-width: 768px) {
	.successfulpay__inner::before,
	.successfulpay__inner::after,
	.emailconfirm__inner::after,
	.contactpopup__inner::after,
	.emailconfirm__inner::before,
	.contactpopup__inner::before{
		width: 4.226vw;
		height: 4.295vw;
	}
	.contactpopup__inner{
		max-width: 61.979vw;
		padding: 8.854vw 7.422vw 2.995vw;
	}
	.btn-close,
	.contactpopup__close{
		width: 7.813vw;
		height: 7.813vw;
		min-width: 7.813vw;
	}
	.btn-close{
		background-size: 3.125vw;
	}
	.form-content{
		gap: 2.083vw;
	}
	.form-error{
		margin-top: 0.911vw;
		font-size: 1.563vw;
	}
	.form-label{
		font-size: 2.344vw;
		line-height: 2.344vw;
		margin-bottom: 0.391vw;
	}
	.form-input{
		border-bottom: 0.169vw solid rgba(192, 158, 99, 0.48);
	}
	.form-bottom{
		gap: 2.604vw;
		margin-top: 4.167vw;
	}
	.form-icon{
		width: 6.38vw;
	}
	.form-name{
		font-size: 3.125vw;
		line-height: 3.775vw;
		margin: 3.255vw 0;
	}
	.upload-file {
		padding: 2.212vw 1.302vw 2.212vw 1.302vw;
		margin-top: 3.125vw;
		max-width: 36.458vw;
		gap: 1.823vw;
	}
	.upload-file-icon svg{
		width: 3.255vw;
	}
	.upload-file-icon{
		width: 6.51vw;
		height: 6.51vw;
		min-width: 6.51vw;
		border-radius: 6.51vw;
		box-shadow: 0 0.14vw 0.14vw 0 rgba(255, 255, 255, 0.25);
	}
	.upload-file-title{
		font-size: 2.345vw;
		line-height: 2.345vw; /* 100% */
	}
	.form-checkboxes{
		gap: 3.255vw;
		margin-top: 3.255vw;
	}
	.form-checkbox{
		gap: 1.823vw;
		font-size: 1.823vw;
		line-height: 115%; /* 2.096vw */
		letter-spacing: 0.128vw;
	}
	.form-checkbox span{
		width: 3.255vw;
		height: 3.255vw;
		min-width: 3.255vw;
	}
	.form-checkbox input:checked + span::after{
		width: 1.953vw;
		height: 1.953vw;
	}
	.form-select{
		background-size: 1.823vw 1.302vw;
		height: 6.51vw;
		padding-right: 5.208vw;
		font-size: 1.823vw;
		line-height: 115%; /* 2.096vw */
		letter-spacing: 0.128vw;
		border-bottom: 0.26vw solid rgba(192, 158, 99, 0.48);
	}
	.form-descr{
		font-size: 1.823vw;
		margin-top: 1.823vw;
		line-height: 115%; /* 2.096vw */
		letter-spacing: 0.128vw;
	}

	.applyfor-invoice{
		gap: 1.823vw;
		margin-top: 2.083vw;
	}
	.applyfor-invoice{
		margin-bottom: 1.563vw;
	}
	.form-about-title,
	.applyfor-invoice-descr{
		font-size: 2.083vw;
		letter-spacing: 0.146vw;
	}
	.form-about{
		margin-bottom: 0.911vw;
		gap: 1.823vw;
		margin-top: 1.563vw;
	}
	.form-about-icons{
		gap: 1.693vw;
	}
	.form-about-icon{
		height: 2.604vw;
	}
	.form-warnind{
		font-size: 1.823vw;
		letter-spacing: 0.128vw;
		max-width: 67.318vw;
		margin: 2.083vw 0 3.255vw;
	}
	.applyfor__invoice .form-block{
		max-width: 41.667vw;
	}
	.applyfor__invoice .form-input{
		border: 0.13vw solid #C09E63;
		padding: 0 0.651vw;
	}
	.applyfor__invoice .form-block:not(:nth-of-type(2)){
		margin-bottom: 2.604vw;
	}
	.upload-file::before{
		top: -0.26vw;
		left: -0.26vw;
		width: 5.077vw;
		height: 3.385vw;
	}
	.upload-file::after{
		bottom: -0.26vw;
		right: -0.26vw;
		width: 5.077vw;
		height: 3.385vw;
	}
}
@media (max-width: 480px) {
	.contactpopup .container{
		padding: 0 1vw;
	}
	.successfulpay__inner::before,
	.successfulpay__inner::after,
	.emailconfirm__inner::after,
	.contactpopup__inner::after,
	.emailconfirm__inner::before,
	.contactpopup__inner::before{
		content: none;
	}
	.contactpopup__inner{
		margin-top: 10%;
		max-width: 126.934vw;
		padding: 14.133vw 10.667vw 9.067vw;
	}
	.btn-close,
	.contactpopup__close{
		width: 12.533vw;
		height: 12.533vw;
		min-width: 12.533vw;
	}
	.btn-close{
		background-size: 5.333vw;
	}
	.form-content{
		gap: 3.2vw;
	}
	.form-error{
		margin-top: 1.333vw;
		font-size: 2.667vw;
	}
	.form-label{
		font-size: 4.267vw;
		line-height: 3.733vw;
		margin-bottom: 0.8vw;
	}
	.form-input{
		border-bottom: 0.347vw solid rgba(192, 158, 99, 0.48);
	}
	.form-bottom{
		gap: 5.334vw;
		margin-top: 6.933vw;
	}
	.form-icon{
		width: 10.133vw;
	}
	.form-name{
		font-size: 4.267vw;
		line-height: 4.267vw;
		margin: 13.333vw 0;
	}
	.upload-file {
		padding: 2.667vw 5.333vw;
		margin-top: 5.333vw;
		max-width: 46.4vw;
		gap: 2.133vw;
	}
	.upload-file-icon svg{
		width: 4vw;
	}
	.upload-file-icon{
		width: 7.467vw;
		height: 7.467vw;
		min-width: 7.467vw;
		border-radius: 50%;
		box-shadow: 0 0.287vw 0.287vw 0 rgba(255, 255, 255, 0.25);
	}
	.upload-file-title{
		font-size: 2.667vw;
		line-height: normal; /* 100% */
	}
	.form-checkboxes{
		gap: 6.667vw;
		margin-top: 5.333vw;
	}
	.form-checkbox{
		gap: 5.067vw;
		font-size: 3.2vw;
		line-height: 115%; /* 4.293vw */
		letter-spacing: 0.224vw;
	}
	.form-checkbox span{
		width: 6.667vw;
		height: 6.667vw;
		min-width: 6.667vw;
	}
	.form-checkbox input:checked + span::after{
		width: 4vw;
		height: 4vw;
	}
	.form-select{
		background-size: 3.733vw 2.667vw;
		height: 9.6vw;
		padding-right: 10.667vw;
		font-size: 3.2vw;
		line-height: 115%; /* 4.293vw */
		letter-spacing: 0.224vw;
		border-bottom: 0.383vw solid rgba(192, 158, 99, 0.48);
	}
	.form-descr{
		font-size: 3.2vw;
		margin-top: 3.733vw;
		letter-spacing: 0.224vw;
	}
	.form-send:first-child {
		margin-top: -5.333vw;
	}

	.applyfor-invoice{
		gap: 3.733vw;
		margin-top: 4.267vw;
	}
	.applyfor-invoice{
		margin-bottom: 3.2vw;
	}
	.form-about-title,
	.applyfor-invoice-descr{
		font-size: 4.267vw;
		letter-spacing: 0.299vw;
	}
	.form-about{
		margin-bottom: 1.867vw;
		gap: 3.733vw;
		margin-top: 3.2vw;
	}
	.form-about-icons{
		gap: 3.467vw;
	}
	.form-about-icon{
		height: 5.333vw;
	}
	.form-warnind{
		font-size: 3.733vw;
		letter-spacing: 0.261vw;
		max-width: 137.867vw;
		margin: 4.267vw 0 6.667vw;
	}
	.applyfor__invoice .form-block{
		max-width: 85.333vw;
	}
	.applyfor__invoice .form-input{
		border: 0.267vw solid #C09E63;
		padding: 0 1.333vw;
	}
	.applyfor__invoice .form-block:not(:nth-of-type(2)){
		margin-bottom: 5.333vw;
	}
}



/* applyfor */
.applyfor{
	padding: 7.813vw 0;
}
.applyfor__inner{
	position: relative;
	width: 100%;
	max-width: 38.646vw;
	margin: 0 auto;
	background: linear-gradient(167deg, #080A15 1.29%, #000 96.76%);
	padding: 2.604vw 4.688vw;
}
.applyfor__inner::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1.691vw;
	height: 1.718vw;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='34' viewBox='0 0 33 34' fill='none'%3E%3Cpath d='M0.15625 33.2751V0.292969H32.6156' stroke='%23C09E63' stroke-width='0.784305'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.applyfor__inner::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1.691vw;
	height: 1.718vw;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='34' viewBox='0 0 33 34' fill='none'%3E%3Cpath d='M32.459 0.000255537L32.459 32.9824L-0.000377367 32.9824' stroke='%23C09E63' stroke-width='0.784305'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.applyfor__icon{
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 5.625vw;
	margin: 0 auto 1.563vw;
}
.applyfor__icon img{
	width: 100%;
}
.applyfor__title{
	text-align: center;
}
.applyfor__form{
	margin-top: 2.604vw;
}
.applyfor__form .form-bottom{
	margin-top: 2.604vw;
}
@media (max-width: 1440px) {
	.applyfor{
		padding: 13.889vw 0;
	}
	.applyfor__inner{
		max-width: 51.528vw;
		padding: 3.542vw 6.251vw;
	}
	.applyfor__inner::after,
	.applyfor__inner::before{
		width: 3.403vw;
		height: 3.472vw;
	}
	.applyfor__icon{
		max-width: 7.5vw;
		margin: 0 auto 2.084vw;
	}
	.applyfor__form{
		margin-top: 3.472vw;
	}
	.applyfor__form .form-bottom{
		margin-top: 3.472vw;
	}
}
@media (max-width: 768px) {
	.applyfor{
		padding: 10.417vw 0 0;
	}
	.applyfor__inner{
		max-width: 100%;
		padding: 9.635vw 6.12vw 10.417vw;
	}
	.applyfor__inner::after,
	.applyfor__inner::before{
		content: none;
	}
	.applyfor__icon{
		max-width: 14.063vw;
		margin: 0 auto 3.908vw;
	}
	.applyfor__form{
		margin-top: 6.51vw;
	}
	.applyfor__form .form-bottom{
		margin-top: 6.51vw;
	}
}
@media (max-width: 480px) {
	.applyfor{
		padding-top: 9.6vw;
	}
	.applyfor__inner{
		padding: 13.333vw 0;
		background: transparent;
	}
	.applyfor__icon{
		max-width: 16.267vw;
		margin: 0 auto 5.333vw;
	}
	.applyfor__form{
		margin-top: 13.333vw;
	}
	.applyfor__form .form-bottom{
		margin-top: 13.333vw;
	}
}

/* service */
.service{
	position: relative;
	z-index: 1;
	margin-top: 4.688vw;
	overflow: hidden;
	cursor: none;
}
.service__bg{
	display: flex;
	align-items: center;
	position: absolute;
	z-index: -1;
	inset: 0;
}
.service__bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.service__inner{
	min-height: 114.219vw;
}
.service__inner > *{
	position: absolute;
}
.service__title{
	font-size: 5.104vw;
	font-weight: 700;
	line-height: 4.349vw; /* 85.212% */
	text-transform: uppercase;
	width: 100%;
}
.service__about,
.service__descr{
	color: #FFF;
	font-size: 1.667vw;
	font-weight: 400;
	line-height: 2.031vw;
	text-transform: uppercase;
	width: 100%;
}
.service__name{
	font-size: 1.667vw;
	font-weight: 400;
	line-height: 2.031vw;
	text-transform: uppercase;
	width: 100%;
}
.service__info{
	text-align: center;
	font-size: 1.667vw;
	font-weight: 300;
	line-height: 2.031vw;
	text-transform: uppercase;
	width: 100%;
	max-width: max-content;
}
.service-health .service__title{
	right: 5.156vw;
	max-width: 67.969vw;
	top: 5.208vw;
}
.service-health .service__descr{
	top: 15.938vw;
	right: 11.771vw;
	max-width: 36.667vw;
}
.service-health .service__name{
	top: 49.896vw;
	left: 2.344vw;
	max-width: 47.76vw;
}
.service-health .service__info-1{
	top: 77.427vw;
	left: 6.615vw;
	max-width: 28.125vw;
}
.service-health .service__info-2{
	bottom: 12.135vw;
	right: 3.125vw;
	max-width: 28.125vw;
}
.service-health .service__apply{
	top: 58.385vw;
	right: 30.781vw;
}


.service-editorial .service__title{
	top: 232.992px;
	left: 24.427vw;
	max-width: 68.021vw;
}
.service-editorial .service__descr{
	top: 20.573vw;
	left: 56.042vw;
	max-width: 33.177vw;
}
.service-editorial .service__name{
	top: 29.063vw;
	left: 2.917vw;
	max-width: 36.667vw;
}
.service-editorial .service__info-1{
	bottom: 35.521vw;
	left: 2.917vw;
	max-width: 28.125vw;
	text-align: left;
}
.service-editorial .service__info-2{
	bottom: 11.615vw;
	right: 3.125vw;
	max-width: 29.583vw;
	text-align: left;
}
.service-editorial .service__apply{
	top: 47.76vw;
	left: 53.594vw;
}

.service-risk .service__title{
	top: 7.448vw;
	left: 26.823vw;
	max-width: 68.021vw;
}
.service-risk .service__descr{
	top: 17.24vw;
	right: 1.563vw;
	max-width: 33.177vw;
}
.service-risk .service__info-1{
	bottom: 32.552vw;
	left: 6.615vw;
	max-width: 28.125vw;
}
.service-risk .service__info-2{
	bottom: 11.979vw;
	right: 3.125vw;
	max-width: 29.167vw;
}
.service-risk .service__apply{
	top: 49.479vw;
	left: 44.792vw;
}

.service-lifestyle .service__title{
	top: 6.042vw;
	left: 26.823vw;
	max-width: 68.021vw;
}
.service-lifestyle .service__descr{
	top: 18.75vw;
	left: 10.26vw;
	max-width: 36.458vw;
}
.service-lifestyle .service__name{
	top: 58.125vw;
	right: 20.833vw;
	max-width: 33.177vw;
}
.service-lifestyle .service__about{
	bottom: 6.979vw;
	right: 8.229vw;
	max-width: 29.688vw;
}
.service-lifestyle .service__apply{
	top: 48.594vw;
	left: 42.604vw;
}

.service-ultra .service__title{
	top: 5.938vw;
	left: 26.823vw;
	max-width: 68.021vw;
}
.service-ultra .service__descr{
	top: 25vw;
	right: 5.208vw;
	max-width: 36.458vw;
}
.service-ultra .service__name{
	top: 61.979vw;
	left: 3.906vw;
	max-width: 33.333vw;
}
.service-ultra .service__info-1{
	bottom: 9.896vw;
	left: 7.344vw;
	max-width: 28.125vw;
	text-align: left;
}
.service-ultra .service__info-2{
	bottom: 4.948vw;
	right: 2.083vw;
	max-width: 29.167vw;
	text-align: left;
}
.service-ultra .service__apply{
	top: 46.875vw;
	left: 42.708vw;
}

.service-culture .service__title{
	top: 6.25vw;
	left: 26.823vw;
	max-width: 68.021vw;
}
.service-culture .service__descr{
	top: 18.646vw;
	right: 11.823vw;
	max-width: 36.615vw;
}
.service-culture .service__name{
	top: 53.021vw;
	right: 9.479vw;
	max-width: 33.333vw;
}
.service-culture .service__info-1{
	bottom: 28.125vw;
	left: 40.521vw;
	max-width: 28.125vw;
	text-align: left;
}
.service-culture .service__info-2{
	bottom: 8.646vw;
	left: 11.667vw;
	max-width: 29.531vw;
	text-align: left;
}
.service-culture .service__apply{
	top: 49.479vw;
	left: 14.323vw;
}
.service-culture .service__apply:last-of-type{
	top: initial;
	left: initial;
	bottom: 7.708vw;
	right: 14.219vw;
}


.service-experiences .service__title{
	top: 11.615vw;
	left: 24.479vw;
	max-width: 68.021vw;
}
.service-experiences .service__descr{
	top: 20.052vw;
	right: 10.729vw;
	max-width: 33.333vw;
}
.service-experiences .service__name{
	top: 56.094vw;
	left: 13.021vw;
	max-width: 36.615vw;
}
.service-experiences .service__info-1{
	bottom: 35.938vw;
	left: 2.917vw;
	text-align: left;
	max-width: 28.125vw;
}
.service-experiences .service__info-2{
	bottom: 11.979vw;
	right: 3.125vw;
	max-width: 29.688vw;
	text-align: left;
}
.service-experiences .service__apply{
	top: 47.917vw;
	left: 53.646vw;
}

.service-philosophy .service__title{
	top: 11.458vw;
	left: 24.375vw;
	max-width: 52.083vw;
}
.service-philosophy .service__descr{
	top: 19.427vw;
	right: 3.438vw;
	max-width: 44.792vw;
	letter-spacing: 1px;
}
.service-philosophy .service__name{
	top: 67.813vw;
	left: 39.74vw;
	max-width: 36.719vw;
}
.service-philosophy .service__info-1{
	bottom: 35.156vw;
	left: 2.917vw;
	text-align: left;
	max-width: 28.125vw;
}
.service-philosophy .service__info-2{
	bottom: 11.25vw;
	right: 3.125vw;
	max-width: 29.531vw;
	text-align: left;
}
.service-philosophy .service__apply{
	top: 47.76vw;
	left: 53.594vw;
}

.service-exclusive .service__title{
	top: 6.51vw;
	left: 24.375vw;
	max-width: 72.76vw;
}
.service-exclusive .service__descr{
	top: 23.594vw;
	right: 4.115vw;
	max-width: 41.667vw;
}
.service-exclusive .service__name{
	top: 63.281vw;
	left: 33.854vw;
	max-width: 36.458vw;
}
.service-exclusive .service__info-1{
	bottom: 23.802vw;
	left: 2.865vw;
	text-align: left;
	max-width: 28.125vw;
}
.service-exclusive .service__info-2{
	bottom: 11.25vw;
	right: 3.125vw;
	max-width: 29.688vw;
	text-align: left;
}
.service-exclusive .service__apply{
	top: 46.875vw;
	left: 42.708vw;
}


@media (max-width: 1440px){
	.service{
		margin-top: 6.25vw;
	}
	.service__inner{
		min-height: 114.444vw;
	}
	.service__title{
		font-size: 6.806vw;
		line-height: 5.799vw;
	}
	.service__descr,
	.service__about,
	.service__name{
		font-size: 2.222vw;
		line-height: 2.708vw;
	}
	.service__info{
		font-size: 2.222vw;
		line-height: 2.708vw;
	}

	.service-health .service__title{
		right: initial;
		left: 3.333vw;
		max-width: 90.625vw;
		top: 7.917vw;
	}
	.service-health .service__descr{
		top: 22.292vw;
		right: 2.153vw;
		max-width: 48.889vw;
	}
	.service-health .service__name{
		top: 67.569vw;
		left: 3.125vw;
		max-width: 60.681vw;
	}
	.service-health .service__info-1{
		top: initial;
		bottom: 4.444vw;
		left: 8.819vw;
	}
	.service-health .service__info-2{
		bottom: 10vw;
		right: 2.639vw;
	}
	.service-health .service__apply{
		top: 48.958vw;
		right: 27.5vw;
	}

	.service-editorial .service__title{
		top: 17.222vw;
		left: 32.569vw;
		max-width: 27.778vw;
	}
	.service-editorial .service__descr{
		top: 50.278vw;
		left: initial;
		right: 0;
		max-width: 44.236vw;
	}
	.service-editorial .service__name{
		top: 34.722vw;
		left: 3.333vw;
		max-width: 48.889vw;
	}
	.service-editorial .service__info-1{
		bottom: 8.333vw;
		left: 3.819vw;
		max-width: 34.514vw;
	}
	.service-editorial .service__info-2{
		bottom: 18.889vw;
		right: 2.639vw;
		max-width: 25.278vw;
	}
	.service-editorial .service__apply {
		top: 70vw;
		left: 21.181vw;
	}

	.service-risk .service__title{
		top: 7.986vw;
		left: 3.333vw;
		max-width: 90.694vw;
	}
	.service-risk .service__descr{
		top: 22.292vw;
		right: 2.083vw;
		max-width: 48.889vw;
	}
	.service-risk .service__info-1{
		bottom: 29.167vw;
		left: 8.056vw;
		max-width: 37.5vw;
	}
	.service-risk .service__info-2{
		bottom: 9.722vw;
		right: 2.639vw;
		max-width: 38.889vw;
	}
	.service-risk .service__apply{
		top: 48.958vw;
		left: 62.083vw;
	}

	.service-lifestyle .service__title{
		top: 7.986vw;
		left: 3.333vw;
		max-width: 90.694vw;
	}
	.service-lifestyle .service__descr{
		top: 25vw;
		left: 13.681vw;
		max-width: 48.611vw;
	}
	.service-lifestyle .service__name{
		top: 68.333vw;
		right: 3.75vw;
		max-width: 38.542vw;
	}
	.service-lifestyle .service__about{
		bottom: 6.875vw;
		right: initial;
		left: 10.972vw;
		max-width: 39.444vw;
	}
	.service-lifestyle .service__apply{
		top: 48.958vw;
		left: 62.083vw;
	}

	.service-ultra .service__title{
		top: 9.028vw;
		left: 3.333vw;
		max-width: 90.694vw;
	}
	.service-ultra .service__descr{
		top: 34.444vw;
		right: 2.986vw;
		max-width: 43.194vw;
	}
	.service-ultra .service__name{
		top: 61.25vw;
		left: 3.264vw;
		max-width: 44.444vw;
	}
	.service-ultra .service__info-1{
		bottom: 16.181vw;
		left: 3.333vw;
		max-width: 37.5vw;
	}
	.service-ultra .service__info-2{
		bottom: 9.306vw;
		right: 2.986vw;
		max-width: 37.5vw;
	}
	.service-ultra .service__apply{
		top: 42.014vw;
		left: 25.417vw;
	}

	.service-culture .service__title{
		top: 9.931vw;
		left: 3.75vw;
		max-width: 90.694vw;
	}
	.service-culture .service__descr{
		top: 26.389vw;
		right: 3.681vw;
		left: initial;
		max-width: 36.458vw;
	}
	.service-culture .service__name{
		top: 64.861vw;
		right: 3.958vw;
		max-width: 44.236vw;
	}
	.service-culture .service__info-1{
		bottom: 15.694vw;
		left: 3.333vw;
		max-width: 37.5vw;
	}
	.service-culture .service__info-2{
		bottom: 9.236vw;
		right: 3.403vw;
		max-width: 37.5vw;
		left: initial;
	}
	.service-culture .service__apply{
		top: 42.639vw;
		left: 25.417vw;
	}
	.service-culture .service__apply:last-of-type{
		display: none;
	}

	.service-experiences .service__title{
		top: 10.417vw;
		left: 4.097vw;
		max-width: 90.694vw;
	}
	.service-experiences .service__descr{
		top: 21.528vw;
		right: 1.389vw;
		max-width: 44.444vw;
	}
	.service-experiences .service__name{
		top: 40.278vw;
		left: 4.306vw;
		max-width: 48.819vw;
	}
	.service-experiences .service__info-1{
		bottom: 27.778vw;
		left: 4.861vw;
		max-width: 37.5vw;
	}
	.service-experiences .service__info-2{
		bottom: 16.667vw;
		right: 4.167vw;
		max-width: 39.583vw;
	}
	.service-experiences .service__apply{
		top: 63.889vw;
		left: 71.528vw;
	}

	.service-philosophy .service__title{
		top: 16.25vw;
		left: 18.75vw;
		max-width: 69.444vw;
	}
	.service-philosophy .service__descr{
		top: 26.944vw;
		right: 0.694vw;
		max-width: 59.722vw;
	}
	.service-philosophy .service__name{
		top: 73.472vw;
		left: 33.125vw;
		max-width: 48.958vw;
	}
	.service-philosophy .service__info-1{
		bottom: 9.236vw;
		left: 3.819vw;
		text-align: left;
		max-width: 37.5vw;
	}
	.service-philosophy .service__info-2{
		bottom: 8.681vw;
		right: 0.208vw;
		max-width: 39.375vw;
		text-align: left;
	}
	.service-philosophy .service__apply{
		top: 64.722vw;
		left: 18.333vw;
	}

	.service-exclusive .service__title{
		top: 9.722vw;
		left: 3.333vw;
		max-width: 96.528vw;
	}
	.service-exclusive .service__descr{
		top: 32.5vw;
		right: 1.597vw;
		max-width: 55.556vw;
	}
	.service-exclusive .service__name{
		top: 52.083vw;
		left: 32.083vw;
		max-width: 48.611vw;
	}
	.service-exclusive .service__info-1{
		bottom: 29.861vw;
		left: 3.125vw;
		text-align: left;
		max-width: 37.5vw;
	}
	.service-exclusive .service__info-2{
		bottom: 15.972vw;
		right: 2.083vw;
		max-width: 39.583vw;
		text-align: left;
	}
	.service-exclusive .service__apply{
		top: 43.75vw;
		left: 11.111vw;
	}
}
@media (max-width: 768px){
	.service{
		margin-top: 9.635vw;
	}
	.service__inner{
		min-height: 114.193vw;
	}
	.service__title{
		font-size: 6.25vw;
		line-height: 115%;
	}
	.service__about,
	.service__descr{
		font-size: 2.604vw;
		line-height: 115%;
	}
	.service__name{
		font-size: 2.083vw;
		line-height: 115%;
	}
	.service__info{
		font-size: 2.083vw;
		line-height: 5.078vw;
		font-weight: 300;
	}
	.service__info br{
		display: none;
	}
	.service-health .service__title{
		right: initial;
		left: 4.557vw;
		max-width: 73.568vw;
		top: 10.417vw;
	}
	.service-health .service__descr{
		top: 27.474vw;
		right: 4.688vw;
		max-width: 41.146vw;
	}
	.service-health .service__name{
		top: initial;
		left: 4.688vw;
		bottom: 30.859vw;
		max-width: 58.594vw;
	}
	.service-health .service__info-1{
		top: initial;
		bottom: 11.068vw;
		left: 2.604vw;
	}
	.service-health .service__info-2{
		bottom: 11.068vw;
		right: 4.297vw;
	}
	.service-health .service__apply{
		top: 47.917vw;
		left: 5.208vw;
		right: initial;
	}

	.service-editorial .service__title{
		top: 11.979vw;
		left: 4.427vw;
		max-width: 52.083vw;
	}
	.service-editorial .service__descr{
		top: 63.151vw;
		left: 4.557vw;
		right: initial;
		max-width: 45.573vw;
	}
	.service-editorial .service__name{
		left: initial;
		top: 24.87vw;
		right: 4.688vw;
		max-width: 41.667vw;
	}
	.service-editorial .service__info-1{
		bottom: 16.667vw;
		left: 4.557vw;
		max-width: 58.594vw;
	}
	.service-editorial .service__info-2{
		bottom: 6.12vw;
		right: 3.385vw;
		max-width: 43.75vw;
	}
	.service-editorial .service__apply {
		top: 45.313vw;
		left: 2.214vw;
	}

	.service-risk .service__title{
		top: 10.417vw;
		left: 4.557vw;
		max-width: 73.568vw;
	}
	.service-risk .service__descr{
		top: 27.474vw;
		right: 4.688vw;
		max-width: 41.146vw;
	}
	.service-risk .service__info-1{
		bottom: 39.583vw;
		left: 4.688vw;
		max-width: 58.594vw;
	}
	.service-risk .service__info-2{
		bottom: 14.453vw;
		right: 3.385vw;
		max-width: 45.573vw;
	}
	.service-risk .service__apply{
		top: 47.917vw;
		left: 5.208vw;
	}


	.service-lifestyle .service__title{
		top: 10.417vw;
		left: 4.557vw;
		max-width: 78.125vw;
	}
	.service-lifestyle .service__descr{
		top: 25.391vw;
		left: initial;
		right: 5.208vw;
		max-width: 41.667vw;
	}
	.service-lifestyle .service__name{
		top: 63.802vw;
		right: 4.688vw;
		max-width: 45.573vw;
	}
	.service-lifestyle .service__about{
		bottom: 7.161vw;
		right: 3.385vw;
		left: initial;
		max-width: 43.62vw;
	}
	.service-lifestyle .service__apply{
		top: 43.62vw;
		left: 6.51vw;
	}

	.service-ultra .service__title{
		top: 10.417vw;
		left: 4.557vw;
		max-width: 78.125vw;
	}
	.service-ultra .service__descr{
		top: 25.391vw;
		right: 4.688vw;
		max-width: 41.667vw;
	}
	.service-ultra .service__name{
		top: 63.802vw;
		right: 5.859vw;
		max-width: 45.573vw;
	}
	.service-ultra .service__info-1{
		bottom: 16.406vw;
		left: 5.859vw;
		max-width: 58.594vw;
	}
	.service-ultra .service__info-2{
		bottom: 5.859vw;
		right: 3.385vw;
		max-width: 44.271vw;
	}
	.service-ultra .service__apply{
		top: 43.62vw;
		left: 6.51vw;
	}

	.service-culture .service__title{
		top: 10.417vw;
		left: 5.208vw;
		max-width: 78.125vw;
	}
	.service-culture .service__descr{
		top: 26.823vw;
		right: 4.688vw;
		max-width: 41.667vw;
	}
	.service-culture .service__name{
		top: 65.104vw;
		right: initial;
		left: 5.339vw;
		max-width: 45.052vw;
	}
	.service-culture .service__info-1{
		bottom: 16.667vw;
		left: 5.339vw;
		max-width: 40.365vw;
	}
	.service-culture .service__info-2{
		bottom: 6.12vw;
		right: 3.385vw;
		max-width: 44.271vw;
	}
	.service-culture .service__apply {
		top: 45.052vw;
		left: 6.51vw;
		font-size: 2.605vw;
		max-width: 15vw;
		line-height: 3vw;
	}

	.service-experiences .service__title{
		top: 12.5vw;
		left: 4.557vw;
		max-width: 78.125vw;
	}
	.service-experiences .service__descr{
		top: 25.391vw;
		right: 4.688vw;
		max-width: 41.667vw;
	}
	.service-experiences .service__name{
		top: 63.802vw;
		left: 4.688vw;
		max-width: 45.573vw;
	}
	.service-experiences .service__info-1{
		bottom: 16.667vw;
		left: 4.688vw;
		max-width: 58.594vw;
	}
	.service-experiences .service__info-2{
		bottom: 6.12vw;
		right: 3.385vw;
		max-width: 43.62vw;
	}
	.service-experiences .service__apply{
		top: 45.833vw;
		left: 2.344vw;
	}

	.service-philosophy .service__title{
		top: 12.891vw;
		left: 4.427vw;
		max-width: 78.125vw;
	}
	.service-philosophy .service__descr{
		top: 25.781vw;
		right: 4.688vw;
		max-width: 45.573vw;
	}
	.service-philosophy .service__name{
		top: 64.063vw;
		left: 4.557vw;
		max-width: 46.875vw;
	}
	.service-philosophy .service__info-1{
		bottom: 17.057vw;
		left: 4.557vw;
		max-width: 58.594vw;
	}
	.service-philosophy .service__info-2{
		bottom: 6.51vw;
		right: 3.385vw;
		max-width: 44.271vw;
		text-align: center;
	}
	.service-philosophy .service__apply{
		top: 46.224vw;
		left: 2.214vw;
	}

	.service-exclusive .service__title{
		top: 10.417vw;
		left: 4.688vw;
		max-width: 84.635vw;
	}
	.service-exclusive .service__descr{
		top: 31.25vw;
		right: 4.688vw;
		max-width: 41.667vw;
	}
	.service-exclusive .service__name{
		top: 63.802vw;
		left: 4.818vw;
		max-width: 45.573vw;
	}
	.service-exclusive .service__info-1{
		bottom: 16.927vw;
		left: 4.818vw;
		max-width: 58.594vw;
	}
	.service-exclusive .service__info-2{
		bottom: 6.51vw;
		right: 3.385vw;
		max-width: 58.594vw;
		text-align: center;
	}
	.service-exclusive .service__apply{
		top: 45.573vw;
		left: 2.604vw;
	}
}
@media (max-width: 480px){
	.service{
		margin-top: 13.333vw;
		overflow: initial;
	}
	.service__inner{
		min-height: 133.333vw;
	}
	.service__title{
		font-size: 6.4vw;
	}
	.service__about,
	.service__descr{
		font-size: 3.2vw;
	}
	.service__name{
		font-size: 3.2vw;
	}
	.service__info{
		font-size: 3.2vw;
	}

	.service-health .service__title{
		right: 6.667vw;
		max-width: 75.467vw;
		top: 5.333vw;
	}
	.service-health .service__descr{
		top: 41.867vw;
		right: 6.667vw;
		max-width: 41.867vw;
	}
	.service-health .service__name{
		bottom: 11.467vw;
		left: 6.4vw;
		max-width: 64vw;
	}
	.service-health .service__info-1,
	.service-health .service__info-2{
		bottom: -13.333vw;
		right: 2.667vw;
		max-width: 48vw;
	}
	.service-health .service__apply{
		display: none;
	}

	.service-editorial .service__title{
		top: 6.133vw;
		left: 6.667vw;
		max-width: 80vw;
	}
	.service-editorial .service__descr{
		top: 73.867vw;
		left: 6.933vw;
		right: initial;
		max-width: 45.333vw;
	}
	.service-editorial .service__name{
		left: initial;
		top: 30.667vw;
		right: 6.667vw;
		max-width: 46vw;
	}
	.service-editorial .service__info-1{
		bottom: 6.133vw;
		left: 5.333vw;
		max-width: 42.667vw;
	}
	.service-editorial .service__info-2{
		bottom: 6.133vw;
		right: 5.333vw;
		max-width: 42.667vw;
	}
	.service-editorial .service__apply {
		top: 49.067vw;
		left: 5.867vw;
	}

	.service-risk .service__title{
		top: 5.12vw;
		left: 8.534vw;
		max-width: 192.854vw;
	}
	.service-risk .service__descr{
		top: initial;
		bottom: 21.162vw;
		right: 14.336vw;
		max-width: 53.59vw;
	}
	.service-risk .service__info-1, .service-risk .service__info-2 {
		bottom: -13.066vw;
		right: 2.414vw;
		max-width: 38.44vw;
	}
	.service-risk .service__apply{
		display: none;
	}

	.service-lifestyle .service__title{
		top: 6.666vw;
		left: 6.666vw;
		max-width: 86.666vw;
	}
	.service-lifestyle .service__descr{
		top: 30.934vw;
		left: initial;
		right: 6.666vw;
		max-width: 38.934vw;
	}
	.service-lifestyle .service__name{
		display: none;
	}
	.service-lifestyle .service__about{
		bottom: 17.334vw;
		right: initial;
		left: 9.334vw;
		max-width: 44vw;
	}
	.service-lifestyle .service__apply{
		top: 38.333vw;
		left: 5.867vw;
	}

	.service-ultra .service__title{
		top: 6.133vw;
		left: 6.933vw;
		max-width: 75.733vw;
	}
	.service-ultra .service__descr{
		top: 30.667vw;
		right: 6.933vw;
		max-width: 46vw;
	}
	.service-ultra .service__name{
		top: 73.867vw;
		right: 7.2vw;
		max-width: 44vw;
	}
	.service-ultra .service__info-1{
		bottom: 5.067vw;
		left: 6.4vw;
		max-width: 44.533vw;
	}
	.service-ultra .service__info-2{
		bottom: 5.067vw;
		right: 6.4vw;
		max-width: 44.533vw;
		text-align: center;
	}
	.service-ultra .service__apply{
		top: 49.333vw;
		left: 6.133vw;
		text-align: center;
	}

	.service-culture .service__title{
		top: 6.133vw;
		left: 6.667vw;
		max-width: 77.333vw;
	}
	.service-culture .service__descr{
		top: 30.667vw;
		right: 6.933vw;
		max-width: 40vw;
		font-size: 2.667vw;
	}
	.service-culture .service__name{
		top: 73.867vw;
		right: 6.933vw;
		max-width: 48vw;
		font-size: 2.667vw;
	}
	.service-culture .service__info-1{
		bottom: 5.067vw;
		left: 6.133vw;
		max-width: 32.533vw;   
		font-size: 2.667vw;
		text-align: center; 
	}
	.service-culture .service__info-2{
		bottom: 5.067vw;
		right: 6.133vw;
		max-width: 34.933vw;  
		font-size: 2.667vw;
		text-align: center;
	}
	.service-culture .service__apply{
		top: 49.067vw;
		left: 5.867vw;
		font-size: 12px;
	}

	.service-experiences .service__title{
		top: 6.133vw;
		left: 6.667vw;
		max-width: 76vw;
	}
	.service-experiences .service__descr{
		top: 30.667vw;
		right: 6.667vw;
		max-width: 40vw;
	}
	.service-experiences .service__name{
		top: 66.667vw;
		left: 6.933vw;
		max-width: 44vw;
	}
	.service-experiences .service__info-1{
		bottom: 5.067vw;
		left: 6.133vw;
		max-width: 40vw;
		text-align: center;
	}
	.service-experiences .service__info-2{
		bottom: 5.067vw;
		right: 6.133vw;
		text-align: center;
		max-width: 40vw;
	}
	.service-experiences .service__apply{
		top: 101.067vw;
		left: 52vw;
	}

	.service-philosophy .service__title{
		top: 6.133vw;
		left: 6.667vw;
		max-width: 76vw;
	}
	.service-philosophy .service__descr{
		top: 20vw;
		right: 6.667vw;
		max-width: 53.333vw;
	}
	.service-philosophy .service__name{
		top: 66.667vw;
		left: 6.933vw;
		max-width: 53.333vw;
	}
	.service-philosophy .service__info-1{
		bottom: 5.067vw;
		left: 6.133vw;
		max-width: 40vw;
		text-align: center;
	}
	.service-philosophy .service__info-2{
		bottom: 5.067vw;
		right: 6.133vw;
		text-align: center;
		max-width: 40vw;
	}
	.service-philosophy .service__apply{
		top: 101.067vw;
		left: 52vw;
	}

	.service-exclusive .service__title{
		top: 6.133vw;
		left: 6.667vw;
		max-width: 88vw;
	}
	.service-exclusive .service__descr{
		top: 32vw;
		right: 6.667vw;
		max-width: 40vw;
	}
	.service-exclusive .service__name{
		top: 66.667vw;
		left: 6.933vw;
		max-width: 53.333vw;
	}
	.service-exclusive .service__info-1{
		bottom: 5.067vw;
		left: 6.133vw;
		max-width: 40vw;
		text-align: center;
	}
	.service-exclusive .service__info-2{
		bottom: 5.067vw;
		right: 6.133vw;
		text-align: center;
		max-width: 40vw;
	}
	.service-exclusive .service__apply{
		top: 101.333vw;
		left: 52vw;
	}


	.stories-mobile-reverse .stories__item{
		flex-direction: column-reverse !important;
	}
}
.blogs{
	margin-top: 4.896vw;
	position: relative;
	z-index: 2;
}
.blogs__inner{
	display: flex;
	align-items: start;
	gap: 3.646vw;
	justify-content: space-between;
}
.blogs__block{
	display: flex;
	flex-direction: column;
	gap: 1.823vw;
	width: 100%;
	max-width: 45.719vw;
}
.blogs__item{
	display: flex;
	align-items: stretch;
	width: 100%;
	position: relative;
	background: linear-gradient(167deg, #080A15 1.29%, #000 96.76%);
}
.blogs__item::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 2.604vw;
	height: 2.552vw;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Cpath d='M41.3857 42.5215V0.46875H-0.000411987' stroke='%23C09E63'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.news__item-image,
.blogs__item-image{
	display: flex;
	align-items: center;
	height: 12.917vw;
	overflow: hidden;
	width: 100%;
	max-width: 24.365vw;
}
.news__item-image img,
.blogs__item-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all .2s ease;
}
.news__item-image:hover img,
.blogs__item-image:hover img{
	transform: scale(1.1);
}
.blogs__item-content{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0.521vw 1.042vw;
	height: auto;
}
.blogs__item-top{
	display: flex;
	align-items: center;
	gap: 1.25vw;
}
.blogs__item-tag,
.blogs__item-time{
	font-size: 0.777vw;
	font-weight: 500;
	line-height: 1.438vw;
}
.blogs__item-title{
	margin-top: 0.573vw;
	display: flex;
	align-items: center;
}
.blogs__item-title h3{
	transition: all .1s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	max-width: 100%;
	font-size: 1.667vw;
	font-weight: 700;
	line-height: 2.031vw; /* 121.875% */
	text-transform: uppercase;
}
.blogs__item-title:hover h3{
	color: #C09E63;
}
.news__item-more,
.blogs__item-more{
	margin-top: auto;
	margin-left: auto;
	font-size: 1.042vw;
	gap: 0.677vw;
	max-width: max-content;
}
.news__item-more::after,
.blogs__item-more::after{
	width: 0.677vw;
	min-width: 0.677vw;
}
.blogs__item-big{
	flex-direction: column;
}
.blogs__item-big::after{content: none;}
.blogs__item-big .blogs__item-image{
	max-width: 100%;
	height: 28.646vw;
}
.blogs__item-big .blogs__item-content{
	padding: 1.042vw 2.344vw 1.042vw;
}
.blogs__item-big .blogs__item-title h3{
	color: #C09E63;
	-webkit-line-clamp: 2;
}
.blogs__item-big .blogs__item-title:hover h3{
	color: #fff;
}
.blogs__item-descr{
	margin-top: 0.521vw;
	font-family: 'Poppins', sans-serif;
	font-size: 0.833vw;
	font-weight: 400;
	line-height: 1.172vw; /* 140.625% */
	text-transform: uppercase;
	margin-bottom: 0.521vw;
}
.blogs__right{
	width: 100%;
	max-width: 46.354vw;
}
@media (max-width: 1440px){
	.blogs{
		margin-top: 7.986vw;
	}
	.blogs__inner{
		gap: 4.861vw;
	}
	.blogs__block{
		gap: 2.431vw;
		max-width: 42.292vw;
	}
	.blogs__item::after{
		width: 3.172vw;
		height: 3.403vw;
	}
	.news__item-image,
	.blogs__item-image{
		height: 12.708vw;
		max-width: 20.486vw;
	}
	.blogs__item-content{
		padding: 0.694vw 1.389vw;
	}
	.blogs__item-top{
		gap: 1.667vw;
	}
	.blogs__item-tag,
	.blogs__item-time{
		font-size: 1.037vw;
		line-height: 1.918vw;
	}
	.blogs__item-title{
		margin-top: 0.764vw;
	}
	.blogs__item-title h3{
		font-size: 1.667vw;
		line-height: 2.014vw;
	}
	.news__item-more,
	.blogs__item-more{
		font-size: 1.389vw;
		gap: 0.903vw;
	}
	.news__item-more::after,
	.blogs__item-more::after{
		width: 0.903vw;
		min-width: 0.903vw;
	}
	.blogs__item-big .blogs__item-image{
		height: 28.472vw;
	}
	.blogs__item-big .blogs__item-content{
		padding: 0.903vw 3.125vw 1.389vw;
	}
	.blogs__item-descr{
		margin-top: 0.694vw;
		font-size: 0.833vw;
		line-height: 1.563vw;
		margin-bottom: 0.694vw;
	}
	.blogs__right{
		max-width: 61.806vw;
	}
}
@media (max-width: 768px){
	.blogs{
		margin-top: 10.417vw;
	}
	.blogs__inner{
		gap: 7.813vw;
		flex-direction: column;
	}
	.blogs__block{
		gap: 4.557vw;
		max-width: 100%;
	}
	.blogs__item{
		justify-content: space-between;
	}
	.blogs__item::after{
		width: 6.51vw;
		height: 6.38vw;
	}
	.news__item-image,
	.blogs__item-image{
		height: 23.958vw;
		max-width: 44.01vw;
	}
	.blogs__item-content{
		padding: 1.302vw 2.865vw 0;
		max-width: 37.109vw;
	}
	.blogs__item-top{
		gap: 3.125vw;
	}
	.blogs__item-tag,
	.blogs__item-time{
		font-size: 2.083vw;
		line-height: 3.516vw;
	}
	.blogs__item-title{
		margin-top: 1.432vw;
	}
	.blogs__item-title h3{
		font-size: 3.125vw;
		line-height: 3.776vw;
	}
	.news__item-more,
	.blogs__item-more{
		font-size: 2.604vw;
		gap: 1.693vw;
	}
	.news__item-more::after,
	.blogs__item-more::after{
		width: 1.693vw;
		min-width: 1.693vw;
	}
	.blogs__item-big .blogs__item-image{
		height: 55.99vw;
	}
	.blogs__item-big .blogs__item-content{
		padding: 2.604vw 3.255vw;
		max-width: 100%;
	}
	.blogs__item-descr{
		margin-top: 1.953vw;
		font-size: 1.823vw;
		line-height: 2.214vw;
		margin-bottom: 1.953vw;
	}
	.blogs__right{
		max-width: 100%;
	}
}
@media (max-width: 480px){
	.blogs{
		margin-top: 14.667vw;
	}
	.blogs__inner{
		gap: 6.933vw;
	}
	.blogs__block{
		gap: 6.667vw;
	}
	.blogs__item::after{
		width: 4.533vw;
		height: 5.333vw;
	}
	.news__item-image,
	.blogs__item-image{
		height: 22.933vw;
		max-width: 37.133vw;
	}
	.blogs__item-content{
		padding: 1.6vw 4.267vw 2.667vw;
		max-width: 100%;
	}
	.blogs__item-top{
		gap: 2.933vw;
		margin-bottom: 2.667vw;
	}
	.blogs__item-tag,
	.blogs__item-time{
		font-size: 2.667vw;
		line-height: 3.2vw;
	}
	.blogs__item-title{
		margin-top: 1.333vw;
	}
	.blogs__item-title h3{
		font-size: 3.2vw;
		line-height: 3.467vw;
	}
	.news__item-more,
	.blogs__item-more{
		font-size: 3.733vw;
		gap: 1.067vw;
	}
	.news__item-more::after,
	.blogs__item-more::after{
		width: 1.867vw;
		min-width: 1.867vw;
	}
	.blogs__item-big .blogs__item-image{
		height: 53.867vw;
	}
	.blogs__item-big .blogs__item-content{
		padding: 4.533vw 0 0;
	}
	.blogs__item-descr{
		margin-top: 5.333vw;
		font-size: 3.2vw;
		line-height: 115%;
		margin-bottom: 5.333vw;
	}
}
/* news */
.news{
	position: relative;
	z-index: 1;
	margin-top: 4.896vw;
	padding-bottom: 4.688vw;
}
.news::before{
	content: '';
	position: absolute;
	top: -51.354vw;
	right: 0;
	width: 46.354vw;
	height: 52.552vw;
	background-image: url('../img/icons/ds-full.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.05;
	z-index: -1;
}   
.news__block{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1.042vw;
	margin-top: 2.083vw;
}
.news__item{
	width: 100%;
}
.news__item-image{
	max-width: 100%;
	height: 21.458vw;
}
.news__item-content{
	padding: 1.667vw 1.771vw 0;
}
.news__item-descr{
	font-family: 'Poppins', sans-serif;
	font-size: 0.833vw;
	font-weight: 400;
	line-height: 1.172vw; /* 140.625% */
	text-transform: uppercase;
	margin-bottom: 1.667vw;
}
.news__item-title h3{
	font-size: 1.667vw;
	font-weight: 700;
	line-height: 2.031vw; /* 121.875% */
	text-transform: uppercase;
	margin-bottom: 0.521vw;
	transition: all .1s ease;
}
.news__item-title:hover h3{
	color: #C09E63;
}
.news__item-top{
	display: flex;
	align-items: center;
	gap: 1.667vw;
	margin-bottom: 1.146vw;
}
.news__item-tag,
.news__item-time{
	font-size: 1.042vw;
	font-weight: 500;
	line-height: 1.927vw; /* 185% */
}
@media (max-width: 1440px){
	.news{
		margin-top: 3.472vw;
		padding-bottom: 5.556vw;
	}
	.news__block{
		gap: 0.972vw;
		margin-top: 2.083vw;
	}
	.news__item-image{
		height: 21.319vw;
	}
	.news__item-content{
		padding: 1.597vw 1.736vw 0;
	}
	.news__item-descr{
		font-size: 0.833vw;
		line-height: 1.146vw;
		margin-bottom: 1.597vw;
	}
	.news__item-title h3{
		font-size: 1.597vw;
		line-height: 2.014vw;
		margin-bottom: 0.694vw;
	}
	.news__item-top{
		gap: 1.111vw;
		margin-bottom: 1.389vw;
	}
	.news__item-tag{
		padding: 0.278vw 0.556vw;
	}
	.news__item-tag,
	.news__item-time{
		font-size: 1.042vw;
		line-height: 1.875vw;
	}
	.news::before {
		top: -31.354vw;
		right: 8vw;
		width: 46.354vw;
		height: 52.552vw;
	}
}
@media (max-width: 768px){
	.news{
		margin-top: 8.594vw;
		padding-bottom: 6.51vw;
	}
	.news__block{
		gap: 6.51vw;
		margin-top: 6.51vw;
		grid-template-columns: 1fr;
	}
	.news__item-image{
		height: 63.411vw;
	}
	.news__item-content{
		padding: 4.036vw 5.208vw 0;
	}
	.news__item-descr{
		font-size: 2.604vw;
		line-height: 3.451vw;
		margin-bottom: 3.255vw;
	}
	.news__item-title h3{
		font-size: 4.167vw;
		line-height: 5.99vw;
		margin-bottom: 1.693vw;
	}
	.news__item-top{
		gap: 3.255vw;
		margin-bottom: 4.167vw;
	}
	.news__item-tag{
		padding: 0.781vw 0;
	}
	.news__item-tag,
	.news__item-time{
		font-size: 3.125vw;
		line-height: 5.599vw;
	}
}
@media (max-width: 480px){
	.news{
		margin-top: 13.333vw;
		padding-bottom: 13.333vw;
	}
	.news__block{
		gap: 6.667vw;
		margin-top: 13.333vw;
	}
	.news__item-image{
		height: 60.533vw;
	}
	.news__item-content{
		padding: 4vw 0 0;
	}
	.news__item-descr{
		font-size: 3.2vw;
		line-height: 115%;
		margin-bottom: 5.333vw;
	}
	.news__item-title h3{
		font-size: 4.267vw;
		line-height: 3.816vw;
		margin-bottom: 5.333vw;
	}
	.news__item-top{
		gap: 2.133vw;
		margin-bottom: 3.2vw;
	}
	.news__item-tag{
		padding: 0.8vw 0vw;
	}
	.news__item-tag,
	.news__item-time{
		font-size: 2.667vw;
		line-height: 3.62vw;
	}
	.news::before {
		top: -30.354vw;
		right: 0vw;
		width: 56.354vw;
		height: 62.552vw;
	}
}


/* emailconfirm */
.emailconfirm__inner{
	max-width: 24.792vw;
	display: flex;
	flex-direction: column;
	gap: 1.458vw;
	padding: 2.083vw;
	margin-top: 10%;
}
.emailconfirm__title{
	text-align: center;
}
.emailconfirm__descr{
	text-align: center;
	font-family: "Scheherazade New", sans-serif;
	font-size: 0.729vw;
	font-weight: 400;
	line-height: 1.198vw; /* 164.286% */
	letter-spacing: 0.131vw;
	text-transform: uppercase;
	max-width: 18.281vw;
	margin: 0 auto;
}
.emailconfirm__name{
	text-align: center;
	font-size: 0.729vw;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	line-height: 115%; /* 0.839vw */
	letter-spacing: 0.051vw;
}
.emailconfirm-confirm-inputs{
	display: flex;
	align-items: center;
	gap: 0.885vw;
	justify-content: space-between;
	max-width: 18.229vw;
	margin: 0 auto;
	width: 100%;
}
.emailconfirm-confirm-inputs input{
	padding: 0;
	width: 2.083vw;
	min-width: 2.083vw;
	height: 2.083vw;
	text-align: center;
	border: 0.052vw solid #C09E63;
}
.emailconfirm__form-bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 1.458vw;
	gap: 0.521vw;
}
.emailconfirm__form-btn{
	font-size: 1.042vw;
	gap: 0.677vw;
}
.emailconfirm__form-btn::after{
	width: 1.042vw;
	min-width: 1.042vw;
}
@media (max-width: 1440px) {
	.emailconfirm__inner{
		max-width: 33.056vw;
		gap: 1.944vw;
		padding: 2.777vw;
		margin-top: 10%;
	}
	.emailconfirm__descr{
		font-size: 0.972vw;
		line-height: 1.597vw; /* 164.286% */
		letter-spacing: 0.175vw;
		max-width: 24.375vw;
	}
	.emailconfirm__name{
		font-size: 0.972vw;
		letter-spacing: 0.068vw;
	}
	.emailconfirm-confirm-inputs{
		gap: 1.18vw;
		max-width: 24.305vw;
	}
	.emailconfirm-confirm-inputs input{
		width: 2.777vw;
		min-width: 2.777vw;
		height: 2.777vw;
		border: 0.069vw solid #C09E63;
	}
	.emailconfirm__form-bottom{
		margin-top: 1.944vw;
		gap: 0.695vw;
	}
	.emailconfirm__form-btn{
		font-size: 1.389vw;
		gap: 0.903vw;
	}
	.emailconfirm__form-btn::after{
		width: 1.389vw;
		min-width: 1.389vw;
	}
}
@media (max-width: 768px) {
	.emailconfirm__inner{
		max-width: 61.98vw;
		gap: 3.645vw;
		padding: 5.208vw;
		margin-top: 10%;
	}
	.emailconfirm__descr{
		font-size: 1.823vw;
		line-height: 2.995vw; /* 164.286% */
		letter-spacing: 0.327vw;
		max-width: 45.702vw;
	}
	.emailconfirm__name{
		font-size: 1.823vw;
		letter-spacing: 0.127vw;
	}
	.emailconfirm-confirm-inputs{
		gap: 2.212vw;
		max-width: 45.573vw;
	}
	.emailconfirm-confirm-inputs input{
		width: 5.208vw;
		min-width: 5.208vw;
		height: 5.208vw;
		border: 0.13vw solid #C09E63;
	}
	.emailconfirm__form-bottom{
		margin-top: 3.645vw;
		gap: 1.302vw;
	}
	.emailconfirm__form-btn{
		font-size: 2.605vw;
		gap: 1.692vw;
	}
	.emailconfirm__form-btn::after{
		width: 2.605vw;
		min-width: 2.605vw;
	}
}
@media (max-width: 480px) {
	.emailconfirm__inner{
		max-width: 126.935vw;
		gap: 7.465vw;
		padding: 13.333vw 5.333vw 8vw;
		margin-top: 20%;
		margin-left: -6.667vw;
		margin-right: -6.667vw;
		width: auto;
	}
	.emailconfirm__descr{
		font-size: 3.733vw;
		line-height: 6.134vw; /* 164.286% */
		letter-spacing: 0.671vw;
		max-width: 93.599vw;
	}
	.emailconfirm__name{
		font-size: 3.733vw;
		letter-spacing: 0.261vw;
	}
	.emailconfirm-confirm-inputs{
		gap: 4.531vw;
		max-width: 93.333vw;
	}
	.emailconfirm-confirm-inputs input{
		width: 9.867vw;
		min-width: 1.867vw;
		height: 9.867vw;
		border: 0.266vw solid #C09E63;
	}
	.emailconfirm__form-bottom{
		margin-top: 7.465vw;
		gap: 2.667vw;
	}
	.emailconfirm__form-btn{
		font-size: 5.335vw;
		gap: 3.466vw;
	}
	.emailconfirm__form-btn::after{
		width: 5.335vw;
		min-width: 5.335vw;
	}
}

/* successfulpay */
.successfulpay__inner{
	margin-top: 10%;
	padding: 2.292vw 2.5vw 2.344vw;
	max-width: 24.792vw;
}
.successfulpay__title{
	text-align: center;
}
.successfulpay__descr{
	margin-top: 1.458vw;
	font-family: "Scheherazade New", sans-serif;
	font-size: 0.729vw;
	font-weight: 400;
	line-height: 1.198vw; /* 164.286% */
	letter-spacing: 0.131vw;
	text-transform: uppercase;
}
.successfulpay__bottom{
	margin-top: 1.458vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.521vw;
}
.successfulpay__icon{
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 2.604vw;
}
.successfulpay__icon img{
	width: 100%;
}
.successfulpay__btn{
	gap: 0.677vw;
	font-size: 1.042vw;
}
.successfulpay__btn::after{
	width: 1.042vw;
	min-width: 1.042vw;
}
@media (max-width: 1440px) {
	.successfulpay__inner{
		padding: 3.056vw 3.333vw 3.125vw;
		max-width: 33.056vw;
	}
	.successfulpay__descr{
		margin-top: 1.944vw;
		font-size: 0.972vw;
		line-height: 1.597vw; /* 164.286% */
		letter-spacing: 0.175vw;
	}
	.successfulpay__bottom{
		margin-top: 1.944vw;
		gap: 0.695vw;
	}
	.successfulpay__icon{
		max-width: 3.472vw;
	}
	.successfulpay__btn{
		gap: 0.903vw;
		font-size: 1.389vw;
	}
	.successfulpay__btn::after{
		width: 1.389vw;
		min-width: 1.389vw;
	}
}
@media (max-width: 768px) {
	.successfulpay__inner{
		padding: 5.73vw 6.25vw 5.86vw;
		max-width: 61.98vw;
	}
	.successfulpay__descr{
		margin-top: 3.645vw;
		font-size: 1.823vw;
		line-height: 2.995vw; /* 164.286% */
		letter-spacing: 0.327vw;
	}
	.successfulpay__bottom{
		margin-top: 3.645vw;
		gap: 1.302vw;
	}
	.successfulpay__icon{
		max-width: 6.51vw;
	}
	.successfulpay__btn{
		gap: 1.692vw;
		font-size: 2.605vw;
	}
	.successfulpay__btn::after{
		width: 2.605vw;
		min-width: 2.605vw;
	}
}
@media (max-width: 480px) {
	.successfulpay__inner{
		max-width: none;
		padding: 13.333vw 5.333vw 8vw;
		margin-top: 20%;
		margin-left: -6.667vw;
		margin-right: -6.667vw;
		width: auto;
	}
	.successfulpay__descr{
		margin-top: 7.465vw;
		font-size: 3.733vw;
		line-height: 6.134vw; /* 164.286% */
		letter-spacing: 0.671vw;
	}
	.successfulpay__bottom{
		margin-top: 7.465vw;
		gap: 2.667vw;
	}
	.successfulpay__icon{
		max-width: 13.333vw;
	}
	.successfulpay__btn{
		gap: 3.466vw;
		font-size: 5.335vw;
	}
	.successfulpay__btn::after{
		width: 5.335vw;
		min-width: 5.335vw;
	}
}

/* team */
.team{
	margin-top: 4.688vw;
	position: relative;
	z-index: 2;
}
.team__top{
	margin-left: auto;
	max-width: max-content;
}
.team__descr{
	margin-top: 1.25vw;
	width: 100%;
	max-width: 62.813vw;
	text-align: right;
	font-size: 1.25vw;
	font-weight: 400;
	line-height: 115%; /* 1.438vw */
	text-transform: uppercase;
	margin-left: auto;
}
.team__slider{
	margin-top: 4.688vw;
}
.team__slide{
	position: relative;
	width: 100%;
}
.team__slide::after{
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	width: 2.156vw;
	height: 2.19vw;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='42' viewBox='0 0 43 42' fill='none'%3E%3Cpath d='M0 41.3828L42.0527 41.3828L42.0527 -0.00334167' stroke='%23C09E63'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.team__slide-content{
	padding: 1.406vw 0.833vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.521vw;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(167deg, #080A15 1.29%, #000 96.76%);
}
.team__slide-name{
	color: #C09E63;
	font-family: "Scheherazade New", sans-serif;
	font-size: 1.242vw;
	font-weight: 700;
	line-height: 1.242vw; /* 160% */
	text-transform: uppercase;
}
.team__slide-info{
	text-align: right;
	font-size: 0.833vw;
	font-weight: 700;
	line-height: 105%; /* 0.875vw */
	text-transform: uppercase;
}
.team__slide-image{
	display: flex;
	align-items: center;
	height: 28.385vw;
	width: 100%;
}
.team__slide-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.team__select{
	margin-left: auto;
	margin-top: 4.688vw;
	display: flex;
	gap: 1.406vw;
	align-items: center;
	max-width: max-content;
	width: 100%;
}
.team__select-btn{
	font-family: "Scheherazade New", sans-serif;
	font-size: 1.25vw;
	font-weight: 700;
	line-height: 65%; /* 0.813vw */
	text-transform: uppercase;
	width: 100%;
	min-width: 10.99vw;
	height: 2.813vw;
	padding: 0.521vw;
	position: relative;
}
.team__select-btn::after,
.team__select-btn::before{
	content: '';
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 0.938vw;
	height: 0.99vw;
}
.team__select-btn::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' viewBox='0 0 20 19' fill='none'%3E%3Cpath d='M19.5 0.5L0.5 0.5L0.5 18.5' stroke='%23C09E63'/%3E%3C/svg%3E");
	top: -0.052vw;
	left: -0.052vw;
}
.team__select-btn::after{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' viewBox='0 0 20 19' fill='none'%3E%3Cpath d='M-1.67929e-07 18L19 18L19 2.71359e-07' stroke='%23C09E63'/%3E%3C/svg%3E");
	bottom: -0.052vw;
	right: -0.052vw;
}
.team__select-btn.active,
.team__select-btn:hover{
	color: #1C1D24;
	background-color: #C09E63;
}
.team__block{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 2.813vw 1.042vw;
	margin-top: 4.688vw;
}
.team__item .team__slide-content{
	background: linear-gradient(167deg, rgba(8, 10, 21, 0.80) 1.29%, rgba(0, 0, 0, 0.80) 96.76%);
}
.team__item .team__slide-name{
	color: #fff;
}
.team__next{
	display: flex !important;
}
@media (max-width: 1440px) {
	.team{
		margin-top: 6.25vw;
	}
	.team__descr{
		margin-top: 1.667vw;
		max-width: 83.75vw;
		font-size: 1.667vw;
		line-height: 115%; /* 1.917vw */
	}
	.team__slider{
		margin-top: 6.25vw;
	}
	.team__slide::after{
		width: 2.874vw;
		height: 2.92vw;
	}
	.team__slide-content{
		padding: 1.875vw 1.111vw;
		gap: 0.694vw;
	}
	.team__slide-name{
		font-size: 1.389vw;
		line-height: 1.389vw; /* 160% */
	}
	.team__slide-info{
		font-size: 1.111vw;
		line-height: 105%; /* 1.167vw */
	}
	.team__slide-image{
		height: 37.847vw;
	}
	.team__select{
		margin-top: 6.25vw;
		gap: 1.875vw;
	}
	.team__select-btn{
		font-size: 1.667vw;
		line-height: 65%; /* 1.083vw */
		min-width: 14.653vw;
		height: 3.75vw;
		padding: 0.694vw;
	}
	.team__select-btn::after,
	.team__select-btn::before{
		width: 1.25vw;
		height: 1.319vw;
	}
	.team__select-btn::before{
		top: -0.069vw;
		left: -0.069vw;
	}
	.team__select-btn::after{
		bottom: -0.069vw;
		right: -0.069vw;
	}
	.team__block{
		grid-template-columns: 1fr 1fr 1fr;
		gap: 3.75vw 1.389vw;
		margin-top: 6.25vw;
	}
}
@media (max-width: 768px) {
	.team{
		margin-top: 11.719vw;
	}
	.team__top{
		margin: 0 auto;
	}
	.team__descr{
		margin-top: 3.125vw;
		max-width: 157.031vw;
		font-size: 2.083vw;
		line-height: 115%; /* 3.594vw */
	}
	.team__slider{
		margin-top: 11.719vw;
	}
	.team__slide::after{
		width: 4.167vw;
		height: 4.167vw;
	}
	.team__slide-content{
		padding: 2.083vw 1.563vw;
		gap: 1.302vw;
	}
	.team__slide-name{
		font-size: 2.604vw;
		line-height: 2.604vw; /* 160% */
	}
	.team__slide-info{
		font-size: 1.622vw;
		line-height: 105%; /* 2.188vw */
	}
	.team__slide-image{
		height: 55.208vw;
	}
	.team__select{
		margin-top: 6.51vw;
		gap: 4.167vw;
		max-width: 100%;
	}
	.team__select-btn{
		font-size: 3.125vw;
		line-height: 65%; /* 2.031vw */
		min-width: auto;
		width: 100%;
		max-width: 100%;
		height: 7.031vw;
		padding: 1.302vw;
	}
	.team__select-btn::after,
	.team__select-btn::before{
		width: 2.344vw;
		height: 2.474vw;
	}
	.team__select-btn::before{
		top: -0.13vw;
		left: -0.13vw;
	}
	.team__select-btn::after{
		bottom: -0.13vw;
		right: -0.13vw;
	}
	.team__block{
		gap: 2.604vw;
		grid-template-columns: 1fr 1fr;
		margin-top: 6.51vw;
	}
}
@media (max-width: 480px) {
	.team{
		margin-top: 13.333vw;
	}
	.team__next{
		display: none !important;
	}
	.team__descr{
		text-align: center;
		margin-top: 3.733vw;
		max-width: 321.6vw;
		font-size: 3.733vw;
		line-height: 123%; /* 7.36vw */
	}
	.team__slider{
		margin-top: 8vw;
	}
	.team__slide::after{
		width: 8.533vw;
		height: 8.533vw;
	}
	.team__slide-content{
		padding: 4.267vw 3.2vw;
		gap: 2.667vw;
	}
	.team__slide-name{
		font-size: 4.267vw;
		line-height: 5.333vw; /* 160% */
	}
	.team__slide-info{
		font-size: 3.322vw;
		line-height: 105%; /* 4.48vw */
	}
	.team__slide-image{
		height: 113.067vw;
	}
	.team__select{
		margin-top: 8vw;
		gap: 4vw;
	}
	.team__select-btn{
		font-size: 3.733vw;
		height: 6.667vw;
		padding: 2.667vw;
	}
	.team__select-btn::after,
	.team__select-btn::before{
		width: 2.224vw;
		height: 2.348vw;
	}
	.team__select-btn::before{
		top: -0.267vw;
		left: -0.267vw;
	}
	.team__select-btn::after{
		bottom: -0.267vw;
		right: -0.267vw;
	}
	.team__block{
		gap: 13.333vw;
		grid-template-columns: 1fr;
		margin-top: 8vw;
	}
}
/* whymembership */
.whymembership{
	margin-top: 4.688vw;
}
.whymembership__content{
	display: flex;
	align-items: center;
	gap: 1.563vw;
	justify-content: space-between;
	margin-top: 1.302vw;
}

.whymembership__content .swiper-slide{
	display: flex;
	align-items: center;
	gap: 1.563vw;
	justify-content: space-between;
}

.whymembership__image{
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 44.167vw;
	height: 33.854vw;
	overflow: hidden;
}
.whymembership__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.whymembership__block{
	width: 100%;
	max-width: 47.746vw;
	position: relative;
	padding: 2.083vw;
}
.whymembership__block::after,
.whymembership__block::before{
	content: '';
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 2.156vw;
	height: 2.19vw;
}
.whymembership__block::before{
	top: 0;
	right: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Cpath d='M41.3857 42.5527V0.5H-0.000411987' stroke='%23C09E63'/%3E%3C/svg%3E");
}
.whymembership__block::after{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Cpath d='M0.5 0.00195312V42.0547H41.8862' stroke='%23C09E63'/%3E%3C/svg%3E");
	bottom: 0;
	left: 0;
}
.whymembership__name{
	text-align: center;
	color: #C09E63;
	font-family: "Scheherazade New", sans-serif;
	font-size: 1.667vw;
	font-weight: 400;
	line-height: 65%; /* 1.083vw */
	text-transform: uppercase;
}
.whymembership__descr{
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-size: 1.042vw;
	margin-top: 1.875vw;
	font-weight: 400;
	line-height: 146%; /* 1.521vw */
	text-transform: uppercase;
}
@media (max-width: 1440px) {
	.whymembership{
		margin-top: 6.25vw;
	}
	.whymembership__content{
		gap: 2.083vw;
		margin-top: 1.736vw;
	}

	.whymembership__content .swiper-slide{
		gap: 2.083vw;
	}

	.whymembership__image{
		max-width: 58.889vw;
		height: 33.125vw;
	}
	.whymembership__block{
		max-width: 61.528vw;
		padding: 2.778vw;
	}
	.whymembership__block::after,
	.whymembership__block::before{
		width: 2.874vw;
		height: 2.92vw;
	}
	.whymembership__name{
		font-size: 2.222vw;
	}
	.whymembership__descr{
		font-size: 1.389vw;
		margin-top: 2.5vw;
	}
}
@media (max-width: 768px) {
	.whymembership{
		margin-top: 11.719vw;
	}
	.whymembership__content{
		gap: 3.906vw;
		margin-top: 3.255vw;
		flex-direction: column;
	}

	.whymembership__content .swiper-slide{
		gap: 3.906vw;
		flex-direction: column;
	}

	.whymembership__image{
		max-width: 110.417vw;
		height: 69.401vw;
	}
	.whymembership__block{
		max-width: 115.365vw;
		padding: 5.208vw 1.302vw;
	}
	.whymembership__block::after,
	.whymembership__block::before{
		width: 5.389vw;
		height: 5.476vw;
	}
	.whymembership__name{
		font-size: 4.167vw;
	}
	.whymembership__descr{
		font-size: 2.604vw;
		margin-top: 4.688vw;
	}
}
@media (max-width: 480px) {
	.whymembership{
		margin-top: 13.333vw;
	}
	.whymembership__content{
		gap: 8vw;
		margin-top: 6.667vw;
	}
	.whymembership__content .swiper-slide{
		gap: 8vw;
	}
	.whymembership__image{
		max-width: none;
		width: auto;
		margin: 0 -6.67vw;
		height: 83.2vw;
	}
	.whymembership__block{
		max-width: 100%;
		padding: 0;
	}
	.whymembership__block::after,
	.whymembership__block::before{
		content: none;
	}
	.whymembership__name{
		font-size: 6.4vw;
	}
	.whymembership__descr{
		font-size: 3.733vw;
		margin-top: 5.333vw;
	}
}


/* tiers */
.tiers{
	margin-top: 4.688vw;
	position: relative;
	z-index: 2;
}
.tiers__top{
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 1.042vw;
}
.tiers__descr{
	color: #C09E63;
	font-family: "Scheherazade New", sans-serif;
	font-size: 0.938vw;
	font-weight: 400;
	line-height: 0.938vw; /* 100% */
	text-transform: uppercase;
	margin-top: 1.771vw;
	max-width: 13.177vw;
}
.tiers__table{
	width: 100%;
	max-width: 78.125vw;
	margin-top: 1.406vw;
	margin-left: auto;
	background: linear-gradient(167deg, #080A15 1.29%, #000 96.76%);
	display: grid;
	grid-template-columns: 15.469vw 1fr;
}
.tiers__table-right{
	display: flex;
	flex-direction: column;
}
.tiers__table-right .tiers__table-title{
	border-top: 0.052vw solid rgba(192, 158, 99, 0.36);
}
.tiers__table-content{
	display: flex;
	align-items: start;
	width: 100%;
}
.tiers__table-empty{
	width: 15.469vw;
	height: 7.813vw;
	display: flex;
}
.tiers__table-title{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #C09E63;
	font-family: "Scheherazade New", sans-serif;
	font-size: 1.667vw;
	font-weight: 400;
	line-height: 65%; /* 0.813vw */
	text-transform: uppercase;
	padding: 0.521vw;
	height: 7.813vw;
	min-height: 7.813vw;
	max-height: 7.813vw;
	width: 100%;
}
.tiers__table-info .tiers__table-title{
	display: none;
}
.tiers__table-item{
	flex: 1;
	display: grid;
	grid-template-columns: 1fr;
}
.tiers__table-descr{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 7.813vw;
	min-height: 7.813vw;
	max-height: 7.813vw;
	font-family: 'Poppins', sans-serif;
	font-size: 1.25vw;
	font-weight: 400;
	line-height: 115%; /* 1.438vw */
	text-transform: uppercase;
	padding: 0.521vw;
	width: 100%;
}
.tiers__table-item > *{
	border-left: 0.052vw solid rgba(192, 158, 99, 0.36);
}
.tiers__table-info{
	margin-bottom: -0.052vw;
	border-top: 0.052vw solid rgba(192, 158, 99, 0.36);
}
.tiers__table-icon{
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 2.156vw;
	height: 2.19vw;
	display: flex;
}
.tiers__table-icon:nth-of-type(1){
	top: 0;
	left: 0;   
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Cpath d='M0.195312 42.4277V0.375H41.5815' stroke='%23C09E63'/%3E%3C/svg%3E");
}
.tiers__table-icon:nth-of-type(2){
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='35' viewBox='0 0 48 35' fill='none'%3E%3Cpath d='M0.000157208 0.499998L47.3931 0.5L47.3931 34.828' stroke='%23C09E63'/%3E%3C/svg%3E");
	top: 0;
	right: 0;
}
.tiers__table-icon:nth-of-type(3){
	bottom: 0;
	left: 0;
	width: 1.788vw;
	height: 2.468vw;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='34' viewBox='0 0 48 34' fill='none'%3E%3Cpath d='M47.3929 34.3281L0 34.3281L4.09357e-07 0.000122406' stroke='%23C09E63'/%3E%3C/svg%3E");
}
.tiers__table-icon:nth-of-type(4){
	bottom: 0;
	right: 0;
	width: 1.788vw;
	height: 2.468vw;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='48' viewBox='0 0 35 48' fill='none'%3E%3Cpath d='M34.3281 -0.0022842V47.3906H0.000122406' stroke='%23C09E63'/%3E%3C/svg%3E");
}
@media (max-width: 1440px) {
	.tiers{
		margin-top: 6.25vw;
	}
	.tiers__top{
		gap: 1.389vw;
	}
	.tiers__descr{
		font-size: 1.25vw;
		line-height: 1.25vw; /* 100% */
		margin-top: 2.361vw;
		max-width: 20.177vw;
	}
	.tiers__table{
		max-width: 104.167vw;
		margin-top: 6.25vw;
		grid-template-columns: 18.542vw 1fr;
	}
	.tiers__table-right .tiers__table-title{
		border-top: 0.069vw solid rgba(192, 158, 99, 0.36);
		width: 18.542vw;
	}
	.tiers__table-empty{
		width: 100%;
		height: 9.306vw;
	}
	.tiers__table-title{
		font-size: 2.222vw;
		padding: 0.694vw;
		height: 9.306vw;
		min-height: 9.306vw;
		max-height: 9.306vw;
	}
	.tiers__table-descr{
		height: 9.306vw;
		min-height: 9.306vw;
		max-height: 9.306vw;
		font-size: 1.389vw;
		padding: 0.694vw;
	}
	.tiers__table-item > *{
		border-left: 0.069vw solid rgba(192, 158, 99, 0.36);
	}
	.tiers__table-info{
		margin-bottom: -0.069vw;
		border-top: 0.069vw solid rgba(192, 158, 99, 0.36);
	}
	.tiers__table-icon{
		width: 2.586vw;
		height: 2.627vw;
	}
	.tiers__table-icon:nth-of-type(3),
	.tiers__table-icon:nth-of-type(4){
		width: 2.145vw;
		height: 2.961vw;
	}
}
@media (max-width: 768px) {
	.tiers{
		margin-top: 11.719vw;
	}
	.tiers__top{
		gap: 0.26vw;
		align-items: center;
	}
	.tiers__descr{
		font-size: 2.344vw;
		line-height: 2.344vw; /* 100% */
		margin-top: 0;
		max-width: 32.943vw;
	}
	.tiers__table{
		max-width: 100%;
		margin-top: 6.51vw;
		grid-template-columns: 1fr;
		background: transparent;
	}
	.tiers__table-right{
		display: none;
	}
	.tiers__table-content{
		gap: 6.51vw;
		flex-direction: column;
	}
	.tiers__table-item{
		width: 100%;
	}
	.tiers__table-item > .tiers__table-title{
		font-size: 4.167vw;
		padding-bottom: 3.125vw;
		border-bottom: 0.13vw solid #C09E63;
		max-width: max-content;
		margin: 0 auto;
		height: auto;
		min-height: auto;
		margin-bottom: 3.125vw;
	}
	.tiers__table-info{
		display: grid;
		background: linear-gradient(167deg, #080A15 1.29%, #000 96.76%);
		grid-template-columns: 1fr 1fr;
	}
	.tiers__table-info .tiers__table-title {
		display: flex;
	}
	.tiers__table-title{
		font-size: 3.255vw;
		padding: 1.302vw;
		height: 17.448vw;
		min-height: 17.448vw;
		max-height: 17.448vw;
	}
	.tiers__table-info:first-of-type{
		border: none;
	}
	.tiers__table-descr{
		height: 17.448vw;
		min-height: 17.448vw;
		max-height: 17.448vw;
		font-size: 2.604vw;
		padding: 1.302vw;
		border-left: 0.13vw solid rgba(192, 158, 99, 0.36);
	}
	.tiers__table-item > *{
		border: none;
	}
	.tiers__table-info{
		margin-bottom: 0;
		border-top: 0.13vw solid rgba(192, 158, 99, 0.36);
		position: relative;
	}

	.tiers__table-info::after,
	.tiers__table-info::before{
		content: '';
		position: absolute;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 4.848vw;
		height: 4.926vw;
	}
	.tiers__table-info:first-of-type:before{
		top: 0;
		left: 0;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='39' viewBox='0 0 38 39' fill='none'%3E%3Cpath d='M0.171875 38.1693V0.335938H37.4056' stroke='%23C09E63' stroke-width='0.899666'/%3E%3C/svg%3E");
	}
	.tiers__table-info:last-child:after{
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38' fill='none'%3E%3Cpath d='M37.2339 0.00254175L37.2339 37.8359L0.000190202 37.8359' stroke='%23C09E63' stroke-width='0.899666'/%3E%3C/svg%3E");
		bottom: 0;
		right: 0;
	}
	.tiers__table-icon{
		display: none;
	}
}
@media (max-width: 480px) {
	.tiers{
		margin-top: 13.333vw;
	}
	.tiers__top{
		gap: 9.067vw;
		align-items: center;
		justify-content: center;
		flex-direction: column-reverse;
	}
	.tiers__descr{
		font-size: 4.8vw;
		line-height: 4.8vw; /* 100% */
		text-align: center;
		max-width: 68vw;
		margin: 0 auto;
	}
	.tiers__table{
		margin-top: 9.333vw;
	}
	.tiers__table-content{
		gap: 35p;
	}
	.tiers__table-item{
		width: 100%;
	}
	.tiers__table-item > .tiers__table-title{
		font-size: 4.8vw;
		padding-bottom: 1.867vw;
		border-bottom: 0.267vw solid #C09E63;
		margin-bottom: 2.933vw;
	}
	.tiers__table-title{
		font-size: 3.733vw;
		padding: 1.333vw;
		height: 13.867vw;
		min-height: 13.867vw;
		max-height: 13.867vw;
	}
	.tiers__table-info:first-of-type{
		border: none;
	}
	.tiers__table-descr{
		height: 13.867vw;
		min-height: 13.867vw;
		max-height: 13.867vw;
		font-size: 3.733vw;
		padding: 1.333vw;
		border-left: 0.267vw solid rgba(192, 158, 99, 0.36);
	}
	.tiers__table-info{
		border-top: 0.267vw solid rgba(192, 158, 99, 0.36);
	}
	.tiers__table-info::after,
	.tiers__table-info::before{
		width: 4.636vw;
		height: 4.711vw;
	}
	.tiers__title{
		gap: 0;
	}
	.tiers__title::before{
		margin-bottom: 9.333vw;
	}
	.tiers__title::after{
		content: '';
		margin-top: 6.4vw;
		display: inline-block;
		background-color: #C09E63;
		width: 14.934vw;
		min-width: 14.934vw;
		height: 0.266vw;
	}
}

/* imageBanner */
.imageBanner{
	display: flex;
	align-items: center;
	width: 100%;
	overflow: hidden;
	height: 34.323vw;
}
.imageBanner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}
.imageBanner + .faq{
	margin-top: 4.688vw;
	padding-top: 0;
}
@media (max-width: 1440px) {
	.imageBanner{
		height: 45.764vw;
	}
	.imageBanner + .faq{
		margin-top: 6.25vw;
	}
}
@media (max-width: 768px) {
	.imageBanner{
		height: 85.807vw;
	}
	.imageBanner + .faq{
		margin-top: 11.719vw;
	}
}
@media (max-width: 480px) {
	.imageBanner{
		height: 56.267vw;
	}
	.imageBanner + .faq{
		margin-top: 13.333vw;
	}
}

/* infoblock */
.infoblock{
	padding-bottom: 11.979vw;
	background-image: url('../img/icons/ds-bg.svg');
	background-position: center;
	background-repeat: repeat;
}
.infoblock__inner{
	position: relative;
	z-index: 10;
	max-width: 77.969vw; 
	width: 100%;
	transform: translateY(-22.917vw);
	margin: 0 auto;
	padding: 5.052vw 4.688vw 5.052vw;
	background-color: #fff;
	box-shadow: 1.458vw 0.885vw 1.568vw 0 rgba(0, 0, 0, 0.25);
}
.infoblock__icon{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
	max-width: 11.927vw;
}
.infoblock__end img,
.infoblock__icon img{
	width: 100%;
}
.infoblock__title{
	color: #02030A;
	margin-top: 1.302vw;
}
.infoblock__content{
	margin-top: 2.604vw;
}
.infoblock__content ol {
	list-style: decimal;
	padding-left: 1.198vw;
	list-style-position: outside;
}

.infoblock__end{
	width: 100%;
	max-width: 7.031vw;
	display: flex;
	align-content: center;
	margin-left: auto;
	margin-top: 5.208vw;
}
.infoblock__content{
	color: #02030A;
	font-family: 'Poppins', sans-serif;
	font-size: 0.729vw;
	font-weight: 400;
	line-height: 115%; /* 0.839vw */
	letter-spacing: 0.051vw;
}
.infoblock__content ul li{
	padding-left: 1.198vw;
	position: relative;
}
.infoblock__content ul li::before{
	content: '';
	position: absolute;
	width: 0.208vw;
	height: 0.208vw;
	border-radius: 50%;
	background-color: #02030A;
	top: 0.26vw;
	left: 0.521vw;
}

.infoblock_article .infoblock__inner{
	transform: translateY(-19.917vw);
	padding-top: 4vw;
	padding-bottom: 6vw;
}

.infoblock_article .infoblock__title{
	text-transform: initial;
	margin: 0;
}

.infoblock_article ul li::before{
	display: none;
}

.infoblock_article  .infoblock__content ul li{
	padding-left: 0;
}

.infoblock_article .infoblock__content {
	margin-top: 1.304vw;
}

.infoblock__main{
	color: #C09E63;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 3.36vw;
}

.infoblock__photo{
	margin: 1vw auto 0;
	width: 100%;
	height: 37.2vw;
}

.infoblock__photo img{
	object-fit: cover;
	object-position: top center;
	width: 100%;
	height: 100%;
}

.infoblock__row{
	display: flex;
	gap: 0.6vw;
}

.infoblock__row p{
	font-size: 1.1vw;
	color: #1C1D24;
	padding: 0.7vw 0.5vw;
}

@media (max-width: 1440px) {
	.infoblock{
		padding-bottom: 15.972vw;
	}
	.infoblock__inner{
		max-width: 93.542vw; 
		transform: translateY(-30.556vw);
		padding: 6.736vw 6.25vw 6.736vw;
		box-shadow: 1.944vw 1.181vw 2.09vw 0 rgba(0, 0, 0, 0.25);
	}
	.infoblock__icon{
		max-width: 15.903vw;
	}
	.infoblock__title{
		margin-top: 1.736vw;
	}
	.infoblock__content{
		margin-top: 3.472vw;
	}
	.infoblock__end{
		max-width: 9.375vw;
		margin-top: 6.944vw;
	}
	.infoblock__content{
		font-size: 0.972vw;
		letter-spacing: 0.068vw;
	}
	.infoblock__content ul li{
		padding-left: 1.597vw;
	}
	.infoblock__content ul li::before{
		width: 0.278vw;
		height: 0.278vw;
		top: 0.347vw;
		left: 0.694vw;
	}
}
@media (max-width: 768px) {
	.infoblock{
		padding-bottom: 0;
	}
	.infoblock__inner{
		max-width: none;
		width: auto;
		transform: translateY(0%);
		margin: 0 -13.312vw;
		padding: 5.208vw 4.688vw 5.208vw;
		box-shadow: 3.646vw 2.214vw 3.919vw 0 rgba(0, 0, 0, 0.25);
	}
	.infoblock__icon{
		max-width: 29.818vw;
	}
	.infoblock__title{
		margin-top: 3.255vw;
	}
	.infoblock__content{
		margin-top: 6.51vw;
	}
	.infoblock__end{
		max-width: 15.625vw;
		margin-top: 13.021vw;
	}
	.infoblock__content{
		font-size: 1.823vw;
		letter-spacing: 0.128vw;
	}
	.infoblock__content ul li{
		padding-left: 2.995vw;
	}
	.infoblock__content ul li::before{
		width: 0.521vw;
		height: 0.521vw;
		top: 0.651vw;
		left: 1.302vw;
	}

	.infoblock_article .infoblock__inner{
		padding: 4vw 11vw 6vw;
	}
}
@media (max-width: 480px) {
	.infoblock{
		padding-bottom: 0;
	}
	.infoblock__inner{
		max-width: 399.2vw; 
		margin: 0 -6.667vw;
		padding: 13.333vw 6.667vw;
		box-shadow: 7.467vw 4.533vw 8.027vw 0 rgba(0, 0, 0, 0.25);
	}
	.infoblock__icon{
		max-width: 44.533vw;
	}
	.infoblock__title{
		margin-top: 6.667vw;
	}
	.infoblock__content{
		margin-top: 16vw;
	}
	.infoblock__end{
		max-width: 12.8vw;
		margin-top: 13.333vw;
	}
	.infoblock__content{
		font-size: 3.733vw;
		letter-spacing: 0.261vw;
	}
	.infoblock__content ul li{
		padding-left: 6.133vw;
	}
	.infoblock__content ul li::before{
		width: 1.067vw;
		height: 1.067vw;
		top: 1.333vw;
		left: 2.667vw;
	}

	.infoblock_article .infoblock__inner{
		padding: 11vw 6vw 6vw;
	}
	.infoblock__photo {
		height: 48.2vw;
		margin-top: 2.5vw;
	}
	.infoblock__row p {
		font-size: 3.8vw;
		font-size: clamp(12px, 3.8vw, 3.8vw);
		padding: 2.4vw 2vw;
	}

	.infoblock__main{
		font-size: 7vw;
	}
}


/* textbanner */
.textbanner{
	margin: 4.688vw 0;
}
.textbanner__inner{
	padding: 4vw 2.1vw;
	position: relative;
}
.textbanner__inner::after,
.textbanner__inner::before{
	content: '';
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 2.156vw;
	height: 2.19vw;
}
.textbanner__inner::before{
	top: 0;
	right: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Cpath d='M41.3867 42.5527V0.5H0.000564575' stroke='%23C09E63'/%3E%3C/svg%3E");
}
.textbanner__inner::after{
	bottom: 0;
	left: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Cpath d='M0.5 0.00195312L0.5 42.0547L41.8862 42.0547' stroke='%23C09E63'/%3E%3C/svg%3E");
}
.textbanner__descr{
	font-family: 'Poppins', sans-serif;
	font-size: 1.667vw;
	font-weight: 400;
	line-height: 115%; /* 1.917vw */
}
.textbanner__title{
	font-size: 1.667vw;
	font-weight: 700;
	line-height: 2.031vw; /* 121.875% */
	text-transform: uppercase;
}
@media (max-width: 1440px) {
	.textbanner{
		margin: 6.25vw 0;
	}
	.textbanner__inner{
		padding: 2.917vw;
	}
	.textbanner__descr{
		font-size: 2.222vw;
	}
	.textbanner__title{
		font-size: 2.222vw;
		line-height: 2.708vw; /* 121.875% */
	}
	.textbanner__inner::after,
	.textbanner__inner::before{
		width: 2.874vw;
		height: 2.92vw;
	}
}
@media (max-width: 768px) {
	.textbanner{
		margin: 11.719vw 0;
	}
	.textbanner__inner{
		padding: 5.469vw;
	}
	.textbanner__descr{
		font-size: 3.125vw;
	}
	.textbanner__title{
		font-size: 3.125vw;
		line-height: 5.078vw; /* 121.875% */
	}
	.textbanner__inner::before{
		width: 2.084vw;
		height: 5.476vw;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='43' viewBox='0 0 17 43' fill='none'%3E%3Cpath d='M16.002 42.5527V0.5H-0.000693929' stroke='%23C09E63'/%3E%3C/svg%3E");
	}
	.textbanner__inner::after{
		width: 2.791vw;
		height: 5.476vw;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='43' viewBox='0 0 22 43' fill='none'%3E%3Cpath d='M0.5 0.00195312L0.5 42.0547L21.9321 42.0547' stroke='%23C09E63'/%3E%3C/svg%3E");
	}
}
@media (max-width: 480px) {
	.textbanner{
		margin: 13.333vw 0;
	}
	.textbanner__inner{
		padding: 5.333vw 2.667vw;
	}
	.textbanner__descr{
		font-size: 3.733vw;
	}
	.textbanner__title{
		font-size: 8.533vw;
		line-height: 10.4vw; /* 121.875% */
	}
	.textbanner__inner::after,
	.textbanner__inner::before{
		width: 2.133vw;
		height: 4.533vw;
	}
}







.auth-page {
	display: flex;
	margin-top: 7vw;
	justify-content: center;
	padding: 2vw 0 18vw;
}

.auth-page__container {
	position: relative;
	border-radius: 0.417vw;
	padding: 3.1vw 2vw 2vw;
	max-width: 38.5vw;
	width: 100%;
	background: linear-gradient(150deg, #080A15 0%, #000000 100%);
	margin: 0 auto;
}

.auth-page__container::before{
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 2.156vw;
	height: 2.19vw;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Cpath d='M0.5 42.5527V0.5H41.8862' stroke='%23C09E63'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.auth-page__container::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 2.156vw;
	height: 2.19vw;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Cpath d='M41.3857 0V42.0527H-0.000411987' stroke='%23C09E63'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.auth-page__logo svg {
	display: block;
	margin: 0 auto 1.5vw;
	width: 6vw;
	height: 6vw;
}

.auth-page__title {
	text-align: center;
	font-size: 1.65vw;
	letter-spacing: 0.05em;
	margin-bottom: 1.583vw;
	text-transform: uppercase;
	opacity: 0;
	animation: auth-page__elem 2s ease forwards;
	animation-delay: 0s;
}

.auth-page__title.auth-page__title_min{
	margin-bottom: 0vw;
}

.auth-page__subtitle{
	font-family: "Scheherazade New", sans-serif;
	text-align: center;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 0.95vw;
	margin-bottom: 1.583vw;
	text-transform: uppercase;
	opacity: 0;
	animation: auth-page__elem 2s ease forwards;
	animation-delay: 0s;
}


.auth-form{
	padding: 0 3vw;
}


@keyframes auth-page__elem{
	0%{
		opacity: 0;
		transform: translateY(-25px);
	}
	100%{
		opacity: 1;
		transform: translateY(0px);
	}
}

.auth-form__field {
	position: relative;
	margin-bottom: 1.8vw;
	display: flex;
	flex-direction: column;
}

.auth-form__field label {
	font-family: "Scheherazade New", sans-serif;
	color: #c09e63;
	font-size: 1vw;
	text-transform: uppercase;
	line-height: 1;
}

.auth-form__field input {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	background: transparent;
	border: none;
	border-bottom: 0.052vw solid #c09e63;
	padding: 0.317vw 0;
	color: #fff;
	font-size: 1vw;
	outline: none;
}

.auth-form__field input:focus {
	border-color: #ffdfa8;
}

.auth-form__error {
	position: absolute;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #ff3b3b;
	font-size: 0.7vw;
	opacity: 0;
	transition: all 0.3s;
	margin-top: 0.3vw;
	left: 0;
	bottom: -1.2vw;
}

/* .auth-form__field .input-error{
border-color: #ff3b3b;
} */

.auth-form__note {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 0.92vw;
	color: #dcdcdc;
	margin-top: 1.042vw;
	line-height: 1.2;
}

.auth-form__note a{
	color: #C09E63;
	border-bottom: 0.1vw solid transparent;
	transition: all 0.3s;
}

.auth-form__note a:hover{
	border-color: #ffdfa8;
	color: #ffdfa8;
}

.auth-form__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 2.8vw;
}
.auth-form__actions button:first-child{
	margin-left: auto;
}

.auth-form__link {
	font-family: "Scheherazade New", sans-serif;
	color: #c09e63;
	font-size: 1.1vw;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 0.1vw solid #c09e63;
	line-height: 1.4;
	transition: all 0.3s;
}

.auth-form__link:hover{
	color:#ffdfa8; 
	border-color: #ffdfa8;
}

.auth-form__btn {
	transition: all 0.3s ease;
}
.auth-form__btn::after{
	content: none !important;
}

.auth-form__btn svg{
	width: 2vw;
	height: 2vw;
}

.auth-form__btn svg path{
	transition: all 0.3s ease;
}

.auth-form__btn::after{
	display: none;
}

.auth-form__btn:hover {
	color:#ffdfa8; 
	gap: 0.833vw;
}

.auth-form__btn:hover svg path {
	fill: #ffdfa8;
}

/* custom-select */

.custom-select {
	position: relative;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 1vw;
	color: #fff;
	user-select: none;
}

.custom-select__trigger {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding: 0.6vw 0;
	border-bottom:0.1vw solid #C09E63;
	color: rgba(255, 255, 255, 0.85);
	transition: border-color 0.3s ease;
}

.custom-select__trigger .arrow{
	width: 0.7vw;
	height: 0.7vw;
	transition: transform 0.3s ease;
}

.custom-select.open .custom-select__trigger .arrow {
	transform: rotate(180deg);
}

.custom-select__dropdown {
	position: absolute;
	top: calc(100% + 0.5vw);
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 1);
	border: 0.1vw solid #C09E63;
	border-radius: 4px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-10px);
	transition: all 0.25s ease;
	z-index: 10;
}

.custom-select.open .custom-select__dropdown {
	opacity: 1;
	pointer-events: all;
	transform: translateY(0);
}

.custom-select__option {
	padding: 0.5vw 1vw;
	cursor: pointer;
	transition: background 0.3s ease;
}

.custom-select__option:hover {
	background: rgba(197, 165, 114, 0.15);
}

.custom-select__option.selected {
	background: rgba(197, 165, 114, 0.25);
	color: #c5a572;
}

.change-pass-page .auth-form__btn{
	margin-left: auto;
	font-size: 1.1vw;
}

.change-pass-page .auth-form__btn svg {
	width: 1.2vw;
	height: 1.2vw;
}


.cabinet_chat .auth-page__container{
	background: unset;
	max-width: 66.5vw;
}

.cabinet_chat .auth-page__container::before,
.cabinet_chat .auth-page__container::after{
	display: none;
}

.cabinet_chat .auth-page__container{
	position: relative;
	top: -6vw;
	left: 9.4vw;
}


.cabinet_chat .auth-page__text{
	text-transform: uppercase;
	font-size: 1.3vw;
	text-align: center;
	line-height: 1;
	margin: 0.4vw 0;
	animation: auth-page__elem 2s ease forwards;
	animation-delay: 0s;
}
/* svg animation code */

.svg-animated {
	opacity: 0;
	&.is-visible {
		opacity: 1;
	}
}

@-webkit-keyframes animate-svg-stroke-1 {
	0% {
		stroke-dashoffset: 1197.04736328125px;
		stroke-dasharray: 1197.04736328125px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 1197.04736328125px;
	}
}

@keyframes animate-svg-stroke-1 {
	0% {
		stroke-dashoffset: 1197.04736328125px;
		stroke-dasharray: 1197.04736328125px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 1197.04736328125px;
	}
}

@-webkit-keyframes animate-svg-fill-1 {
	0% {
		fill: transparent;
	}

	100% {
		fill: rgb(255, 255, 255);
	}
}

@keyframes animate-svg-fill-1 {
	0% {
		fill: transparent;
	}

	100% {
		fill: rgb(255, 255, 255);
	}
}

.svg-animated.is-visible .svg-elem-1 {
	-webkit-animation: animate-svg-stroke-1 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
		animate-svg-fill-1 0.7s ease 0.8s both;
	animation: animate-svg-stroke-1 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
		animate-svg-fill-1 0.7s ease 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
	0% {
		stroke-dashoffset: 1197.04736328125px;
		stroke-dasharray: 1197.04736328125px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 1197.04736328125px;
	}
}

@keyframes animate-svg-stroke-2 {
	0% {
		stroke-dashoffset: 1197.04736328125px;
		stroke-dasharray: 1197.04736328125px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 1197.04736328125px;
	}
}

.svg-animated.is-visible .svg-elem-2 {
	-webkit-animation: animate-svg-stroke-2 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
		animate-svg-fill-2 0.7s ease 0.9s both;
	animation: animate-svg-stroke-2 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
		animate-svg-fill-2 0.7s ease 0.9s both;
}


.alert {
	position: fixed;
	top: 5vw;
	right: 3vw;
	display: flex;
	align-items: center;
	gap: 1vw;
	background-color: #000;
	color: #ddd;
	padding: 0.8vw 1.2vw;
	z-index: 100;
}


.alert .check,
.alert .check svg {
	width: 1.3vw;
	height: 1.3vw;
}

.alert .text {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 0.83vw;
	color: #fff;
}


.alert::before{
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 1.2vw;
	height: 1.2vw;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Cpath d='M0.5 42.5527V0.5H41.8862' stroke='%23C09E63'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.alert::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1.2vw;
	height: 1.2vw;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Cpath d='M41.3857 0V42.0527H-0.000411987' stroke='%23C09E63'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.cabinet .auth-form__btn{
	margin-left: auto;
}


.checkbox-container {
	display: flex;
	align-items: center;
	gap: 1vw;
	cursor: pointer;
	font-family: "Scheherazade New", sans-serif;
	color: #c09e63;
	font-size: 0.9vw;
	text-transform: uppercase;
	line-height: 1;
	user-select: none;
}
.checkbox-container input {
	display: none;
}

.custom-checkbox {
	width: 1.3vw;
	height: 1.3vw;
	border: 0.1vw solid #c9a35b;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.25s ease;
}

.custom-checkbox svg {
	width: 1.2vw;
	height: 1.2vw;
	stroke: #c9a35b;
	stroke-width: 3;
	fill: none;
	opacity: 0;
	transform: scale(0.8);
	transition: all 0.25s ease;
}

.checkbox-container input:checked + .custom-checkbox svg {
	opacity: 1;
	transform: scale(1);
}

.checkbox-container:hover .custom-checkbox {
	box-shadow: 0 0 6px rgba(201, 163, 91, 0.4);
}


.cabinet .container{
	position: relative;
}


.cabinet__info{
	position: absolute;
	top: 0vw;
	left: 5vw;
}

.cabinet__info h1{
	font-size: 1.8vw;
	line-height: 1;
}

.cabinet__menu{
	margin-top: 3vw;
	display: flex;
	flex-direction: column;
	gap: 1.6vw;
}

.cabinet__link{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.2vw;
}

.cabinet__link_active{
	color: #C09E63;

} 

.cabinet__link_active a{
	cursor: auto;
}

.cabinet__link svg{
	width: 1.4vw;
	height: 1.2vw;
	object-fit: contain;
}

.cabinet__link svg path{
	transition: all 0.3s;
}

.cabinet__link a{
	display: flex;
	align-items: center;
	gap: 0.8vw;
	transition: all 0.3s;
}

.cabinet__link a:hover{
	color: #C09E63;
}

.cabinet__link a:hover svg path{
	fill: #C09E63;
}

.cabinet_statement{
	padding-bottom: 0;
}

.cabinet_statement .auth-page__container{
	left: 9.5vw;
	top: -2.5vw;
	padding: 3.1vw 3.5vw;
}

.cabinet_statement .auth-page__subtitle{
	margin-bottom: 1.183vw;
}

.auth-page__row {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 1.8vw;
	flex-wrap: wrap;
	gap: 2vw;
}

.period-selector {
	display: flex;
	gap: 0.5vw;
}

.period-label {
	font-family: "Scheherazade New", sans-serif;
	color: #c09e63;
	font-size: 0.8vw;
	letter-spacing: 0.1vw;
	margin-bottom: 1.4vw;
}

.period-btn {
	position: relative;
	font-family: "Scheherazade New", sans-serif;
	background-color: transparent;
	border: 0.1vw solid #C09E63;
	color: #C09E63;
	padding: 0.3vw 0.6vw;
	font-size: 0.7vw;
	line-height: 1;
	letter-spacing: 0.1vw;
	cursor: pointer;
	transition: all 0.3s;
}

.period-btn::before{
	content: '';
	position: absolute;
	top: -0.3vw;
	left: 50%;
	transform: translateX(-50%);
	background: #05070e;
	width: 2.4vw;
	height: 147%;
	pointer-events: none;
	transition: all 0.3s;
}

.period-btn span{
	position: relative;
	z-index: 3;

}

.period-btn:hover {
	color: #000;
}

.period-btn:hover::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #C09E63;
	pointer-events: none;
}


.period-btn:hover::before{
	background-color: transparent;
}


.generate-btn {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	background-color: transparent;
	border: none;
	color: #C09E63;
	font-size: 0.85vw;
	text-decoration: underline;
	cursor: pointer;
	text-transform: capitalize;
	letter-spacing: 0.05vw;
}

.generate-btn:hover {
	color: #ffdfa8;
	text-decoration: none;
}

.month-title {
	font-family: "Scheherazade New", sans-serif;
	color: #c09e63;
	font-size: 1.8vw;
	line-height: 1;
	font-weight: normal;
}

.table-header {
	font-family: "Scheherazade New", sans-serif;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 0.4vw 0;
	border-bottom: 0.05vw solid #C09E63;
	font-size: 0.95vw;
	letter-spacing: 0.1vw;
	color: #C09E63;
}

.table-header div:nth-child(2n){
	text-align: center;
}

.transaction {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 0.6vw 0.7vw     0.6vw 0;
	border-bottom: 0.05vw solid #C09E63;
	font-size: 0.9vw;
}

.transaction:hover {
	background-color: #0a0a0a;
}


.description {
	text-align: center;
}

.amount {
	text-align: right;
}

.support-link {
	color: #888888;
	text-decoration: none;
	font-size: 0.85vw;
	letter-spacing: 0.1vw;
}

.welcome-section {
	display: flex;
	gap: 3.5vw;
	margin-bottom: 1.5vw;
	margin-top: 2.5vw;
}

.avatar {
	width: 5.5vw;
	height: 5.5vw;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}

.avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.message-content {
	flex: 1;
	margin-top: 0.4vw;
}

.message-content h2 {
	font-size: 1vw;
	font-weight: 400;
	margin-bottom: 0.1vw;
}

.message-content h3 {
	font-size: 1vw;
	font-weight: 600;
	margin-bottom: 0.5vw;
}

.message-content p {
	font-size: 0.9vw;
	line-height: 1.6;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	letter-spacing: 1.12px;
}

.chat-bubble {
	position: relative;
	padding: 1.2vw 2vw;
	margin-bottom: 2.7vw;
	background: linear-gradient(180deg, #080A15 0%, #000000 100%);
	width: 88%;
}

.chat-bubble::before{
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 2.156vw;
	height: 2.19vw;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Cpath d='M0.5 42.5527V0.5H41.8862' stroke='%23C09E63'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.chat-bubble::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 2.156vw;
	height: 2.19vw;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Cpath d='M41.3857 0V42.0527H-0.000411987' stroke='%23C09E63'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}


.user-label {
	font-size: 0.85vw;
	margin-bottom: 0.5vw;
	font-weight: 600;
}

.user-message {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 0.9vw;
	line-height: 1.2;
	letter-spacing: 1.12px;
}

.assistant-section {
	display: flex;
	gap: 3.4vw;
	margin-bottom: 2vw;
	align-items: center;
}

.assistant-message {
	letter-spacing: 1.12px;
	position: relative;
	font-size: 0.9vw;
	line-height: 1.2;
	padding: 2.2vw 2vw;
	background: linear-gradient(180deg, #080A15 0%, #000000 100%);
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

.input-section {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000000;
	border-top: 0.05vw solid #222222;
	padding: 1.5vw;
}

.content-wrapper {
	padding-bottom: 6vw;
}

.chat__wrapper{
	max-width: 80%;
}

.cabinet_chat{
	padding-bottom: 0;
}

.chat__footer p{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 0.8vw;
	padding-bottom: 0.8vw;
}

.chat__row{
	display: flex;
	align-items: flex-end;
	border-top: 0.1vw solid #C09E63;
	padding-top: 1vw;
}

.cabinet_chat .upload-file {
	cursor: pointer;
	position: relative;
	padding: 0.885vw 0.521vw 0.885vw 0.521vw;
	width: 100%;
	max-width:21.583vw;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.7vw;
}

.upload-file-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.604vw;
	height: 2.604vw;
	min-width: 2.604vw;
	border-radius: 2.604vw;
	background: rgba(255, 255, 255, 0.01);
	box-shadow: 0 0.056vw 0.056vw 0 rgba(255, 255, 255, 0.25);
}
.upload-file-title {
	color: #C09E63;
	font-family: "Scheherazade New", sans-serif;
	font-size: 0.938vw;
	font-weight: 400;
	line-height: 0.938vw;
	text-transform: uppercase;
	text-wrap: nowrap;
}
.chat__downloads{
	display: flex;
	align-items: center;
	gap: 1vw;
	width: 100%;
}
.chat__downloads + .auth-form__btn{
	margin-bottom: 1.4vw;
}

.chat__download{
	display: flex;
	align-items: center;
	gap: 0.8vw;
}
@media (min-width: 769px) {
	.auth-page.credit-cart .auth-page__container{
		margin: 0 auto 0 35vw;
	}
}
@media (max-width: 768px) {
	.auth-page__container {
		max-width: 90%;
	}
	.chat__downloads + .auth-form__btn{
		margin-bottom: -2.6vw;
	}

	.auth-page {
		margin-top: 22.5vw;
	}
	.auth-page__container {
		padding: 6.8vw 2vw 10.5vw;
	}
	.auth-page__logo svg{
		width: 14vw;
		height: 14vw;
		margin-bottom: 3.4vw;
	}

	.auth-page__title{
		font-size: 3.95vw;
		margin-bottom: 4.5vw;
	}

	.auth-form {
		padding: 0 6vw;
	}

	.auth-form__field{
		margin-bottom: 4.8vw;
	}

	.checkbox-container,
	.auth-form__field label{
		font-size: 2.3vw;
	}

	.auth-form__field input{
		padding: 0.717vw 0;
		font-size: 2.4vw;
	}

	.custom-select{
		font-size: 2.4vw;
	}

	.custom-select__trigger .arrow{
		width: 1.8vw;
		height: 1.8vw;
	}

	.auth-form__error{
		font-size: 1.8vw;
		bottom: -3vw;
	}
	.custom-select__trigger{
		padding: 0.717vw 0;
	}
	.custom-select__option {
		padding: 0.8vw 1vw;
	}

	.auth-form__note{
		font-size: 2.3vw;
	}

	.auth-form__link{
		font-size: 2vw;
	}

	.auth-form__btn{
		font-size: 2.5vw;
	}

	.auth-form__btn svg{
		width: 2.4vw;
		height: 2.4vw;
	}

	.auth-page__container::after,
	.auth-page__container::before{
		width: 6vw;
		height: 6vw;
	}

	.change-pass-page .auth-form__btn{
		margin-left: auto;
		font-size: 2.8vw;
	}

	.change-pass-page .auth-form__btn svg {
		width: 2.4vw;
		height: 2.4vw;
	}

	.alert {
		top: 12vw;
		right: 7vw;
		gap: 3.1vw;
		padding: 2.3vw 2.7vw;
	}

	.alert .text {
		font-size: 2.1vw;
	}

	.alert .check, .alert .check svg {
		width: 3vw;
		height: 3vw;
	}	

	.alert::before,
	.alert::after{
		width: 3.2vw;
		height: 3.2vw;
	}

	.auth-page__subtitle{
		font-size: 2vw;
	}

	.cabinet {
		margin-bottom: 10vw;
		margin-top: 14.5vw;
	}

	.cabinet .container{
		max-width: 100%;
		padding: 0;
	}

	.cabinet__info{
		padding: 0 4.557vw;
	}

	.custom-checkbox{
		width: 3vw;
		height: 3vw;
	}

	.custom-checkbox svg{
		width: 3vw;
		height: 3vw;
	}

	.cabinet__info{
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		position: relative;
		left: unset;
		top: unset;
	}

	.cabinet__info h1 {
		font-size: 4.2vw;
	}

	.cabinet__menu{
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 0;
		padding-bottom: 7vw;
	}

	.cabinet__link{
		font-size: 3.2vw;
	}

	.cabinet__link svg {
		width: 3vw;
		height: 3.2vw;
	}

	.cabinet__link a{
		gap: 1.6vw;
	}

	.cabinet_statement .auth-page__subtitle {
		margin-bottom: 4.483vw;
	}

	.cabinet_statement .auth-page__container{
		top: 0;
		left: 0;
		margin-top: 9vw;
		padding: 8vw 9vw;
		max-width: 91%;
	}

	.period-label{
		font-size: 2.2vw;
		margin-bottom: 2.6vw;
	}

	.period-btn{
		font-size: 2vw;
		padding: 0.7vw 1.6vw;
	}

	.period-btn::before{
		width: 4.2vw;
	}

	.period-selector{
		gap: 1vw;
	}

	.generate-btn{
		font-size: 2vw;
	}

	.month-title{
		font-size: 4.2vw;
	}

	.auth-page__row{
		margin-bottom: 5vw;
	}

	.table-header{
		font-size: 2.4vw;
	}

	.table-header{
		padding: 1vw 0;
	}

	.transaction {
		padding: 1.6vw 0;
		font-size: 2.1vw;
	}

	.cabinet .auth-form__btn {
		font-size: 4.1vw;
	}

	.cabinet  .auth-form__btn svg {
		width: 4.4vw;
	}

	.cabinet.cabinet_statement .auth-form__actions{
		margin-top: 4vw;
	}

	.cabinet_chat .auth-page__container{
		top: 0;
		left: 0;
		max-width: 100%;
	}

	.cabinet_chat .auth-page__container {
		padding: 3.8vw 4.5vw 10.5vw;
	}

	.cabinet_chat .auth-page__text {
		font-size: 3.1vw;
		margin: 1.7vw 0;
	}

	.message-content h2,
	.message-content h3 {
		font-size: 2.6vw;
	}

	.avatar {
		width: 13.5vw;
		height: 13.5vw;
	}

	.welcome-section{
		margin-top: 8vw;
		gap: 9.5vw;
		margin-bottom: 6.5vw;
	}

	.message-content h3{
		max-width: 50%;
	}

	.message-content p {
		font-size: 2.05vw;
	}

	.chat__wrapper{
		max-width: 100%;
	}

	.user-label {
		font-size: 2.15vw;
		margin-bottom: 1.5vw;
	}

	.user-message{
		font-size: 2.3vw;
	}

	.chat-bubble {
		padding: 3.6vw 4vw;
		margin-bottom: 2.7vw;
		width: 100%;
	}

	.chat-bubble::after,
	.chat-bubble::before{
		width: 4.5vw;
		height: 4.5vw;
	}

	.assistant-message{
		font-size: 2vw;
		padding: 4.2vw 7vw;
	}

	.assistant-section{
		gap: 9.4vw;
		margin-bottom: 7vw;
	}

	.chat__footer p{
		font-size: 2vw;
		padding-bottom: 1.5vw;
	}

	.upload-file-title{
		font-size: 2.5vw;
	}

	.cabinet_chat .upload-file{
		max-width: 52vw;
	}

	.chat__row{
		padding-top: 3vw;
		align-items: center;
	}

	.upload-file-icon {
		width: 6.604vw;
		height: 6.604vw;
		min-width: 6.604vw;
		border-radius: 50%;
	}

	.cabinet_chat .upload-file {
		padding: 2.885vw 1.521vw 1.885vw 1.521vw;
		gap: 4.5vw;
	}
}

@media (max-width: 480px) {
	.auth-page__container {
		background: transparent;
		padding: 6.8vw 0vw 10.5vw;
	}
	.chat__downloads + .auth-form__btn{
		margin-bottom: 0;
	}

	.auth-page {
		margin-top: 13.5vw;
		padding-bottom: 0;
	}

	.auth-page__logo svg {
		width: 17vw;
		height: 17vw;
	}

	.auth-page__title {
		font-size: 6.25vw;
		margin-bottom: 6vw;
	}

	.auth-page__container::after,
	.auth-page__container::before{
		display: none;
	}

	.auth-form{
		padding: 0;
	}

	.checkbox-container,
	.auth-form__field label {
		font-size: 4vw;
		font-size: clamp(16px, 4vw, 4vw);
		line-height: 5.2vw;
	}

	.auth-form__field {
		margin-bottom: 7vw;
	}

	.auth-form__field input{
		font-size: 4vw;
		font-size: clamp(15px, 4vw, 4vw);
		padding: 1.2vw 0;
		padding: clamp(4px, 1.2vw, 1.2vw);
		padding-left: 0;
		padding-right: 0;
	}

	.custom-select{
		font-size: 4vw;
		font-size: clamp(15px, 4vw, 4vw);
	}

	.auth-form__error {
		font-size: 2.8vw;
		font-size: clamp(12px, 2.8vw, 2.8vw);
		bottom: -5.4vw;
		bottom: clamp(-24px, -5.4vw, -5.4vw);
	}

	.auth-form__note {
		font-size: 4.1vw;
	}

	.auth-form__link {
		font-size: 4.1vw;
	}

	.auth-form__btn {
		font-size: 5.4vw;
	}

	.auth-form__btn svg {
		width: 4.8vw;
		height: 4.8vw;
	}

	.custom-select__trigger .arrow {
		width: 2.6vw;
		height: 2.6vw;
	}

	.custom-select__trigger{
		padding: 1.2vw 0;
		padding: clamp(4px, 1.2vw, 1.2vw);
		padding-left: 0;
		padding-right: 0;
	}     

	.custom-select__option {
		padding: 1.8vw 3vw;
	}

	.custom-select__dropdown{
		top: calc(100% + 2.5vw);
	}

	.change-pass-page .auth-form__btn{
		margin-left: auto;
		font-size: 5.6vw;
	}

	.change-pass-page .auth-form__btn svg {
		width: 5.4vw;
		height: 5.4vw;
	}


	.alert {
		top: 18vw;
		right: 4vw;
		left: 4vw;
		gap:4.5vw;
		padding:4.2vw;
		justify-content: center;
	}

	.alert .text {
		font-size:4vw;
		line-height: 1.1;
		width: 70%;
	}

	.alert .check, .alert .check svg {
		width: 6vw;
		height: 6vw;
	}	

	.alert::before,
	.alert::after{
		width: 6.2vw;
		height: 6.2vw;
	}

	.cabinet .container{
		padding: 0;
		max-width: 100%;
	}

	.cabinet__info{
		padding: 0 4.557vw;
		border-bottom: 2.5vw solid #C09E637A;
	}

	.cabinet .auth-page__container{
		padding-left: 4.557vw;
		padding-right: 4.557vw;
		max-width: 96.354vw;
		padding-top: 12.5vw;
	}

	.cabinet{
		margin-top: 19.5vw;
		margin-bottom: 5vw;
	}

	.cabinet__info h1 {
		font-size: 6.5vw;
	}

	.cabinet__menu{
		max-width: 96.354vw;
		margin-top: 6vw;
		margin-bottom: 0;
		padding-bottom: 5vw;
	}

	.cabinet__link {
		font-size: 3.6vw;
	}

	.cabinet__link svg {
		width: 3.2vw;
		height: 3.5vw;
	}

	.auth-page__subtitle {
		font-size: 4.2vw;
		line-height: 1.1;
		margin: 4vw 0 6vw;
	}

	.cabinet_statement .auth-page__container{
		margin-top: 1vw;
	}
	.period-label{
		font-size: 4.1vw;
		margin-bottom: 5.5vw;
	}
	.period-selector{
		width: 100%;
	}
	.auth-page__row div{
		width: 100%;
	}
	.period-btn {
		font-size: 4.5vw;
		padding: 1vw 3vw;
		width: 100%;
	}

	.auth-page__row{
		position: relative;
	}

	.generate-btn{
		position: absolute;
		top: 1.5vw;
		right: 0;
		font-size: 3.3vw;
		font-size: clamp(12px, 3.3vw, 3.3vw);
	}

	.period-selector{
		gap: 2.3vw;
	}

	.month-title {
		font-size: 6.2vw;
		margin-bottom: 1.5vw;
	}

	.auth-page__row {
		margin-bottom: 9vw;
	}

	.table-header {
		font-size: 3.4vw;
		font-size: clamp(14px, 3.4vw, 3.4vw);
	}

	.transaction {
		padding: 3vw 3vw 3vw 0;
		font-size: 2.5vw;
		font-size: clamp(12px, 2.5vw, 2.5vw);
	}

	.cabinet .auth-form__btn {
		font-size: 5.4vw;
	}

	.period-btn::before{
		width: 11.8vw;
		top: -1.3vw;
	}
	.cabinet_chat .auth-page__text {
		font-size: 4.1vw;
		margin: 5vw 0;
	}

	.welcome-section{
		flex-direction: column;
		align-items: center;
	}

	.avatar {
		width: 26.5vw;
		height: 26.5vw;
	}

	.welcome-section {
		margin-top: 16vw;
		gap: 5.5vw;
	}
	.message-content h2, .message-content h3 {
		font-size: 5.5vw;
		max-width: 100%;
	}
	.message-content p {
		font-size: 3.73332vw;
		letter-spacing: 0.98px;
		line-height: 1.2;
	}
	.message-content h3{
		margin-bottom: 5.5vw;
	}
	.user-label {
		font-size: 4.25vw;
		margin-bottom: 3vw;
	}
	.user-message {
		font-size: clamp(14px, 3.4vw, 3.4vw);
		line-height: 1.2;
		letter-spacing: 0.98px;
	}
	.chat-bubble::after, .chat-bubble::before {
		width: 7.5vw;
		height: 7.5vw;
	}	
	.assistant-section{
		flex-direction: column;
		align-items: center;
	}
	.chat-bubble {
		margin-bottom: 18.7vw;
	}
	.assistant-message {
		font-size: clamp(14px, 3.4vw, 3.4vw);
		padding: 5vw 4vw;
		letter-spacing: 0.98px;
	}
	.chat__footer p {
		font-size: 3.734vw;
		padding-bottom: 2.5vw;
		letter-spacing: 0.98px;
	}
	.assistant-section{
		margin-bottom: 13vw;
	}
	.chat__row{
		flex-direction: column;
		align-items: center;
		padding-top: 6vw;
	}
	.cabinet_chat .upload-file,
	.chat__downloads{
		margin: 0 auto;
	}
	.cabinet_chat .upload-file {
		max-width: 59vw;
		padding: 3.885vw 1.521vw 3.885vw 1.521vw;
	}
	.upload-file-title {
		font-size: 3vw;
		font-size: clamp(12px, 3vw, 3vw);
	}
	.upload-file-icon {
		width: 4.604vw;
		height: 4.604vw;
		min-width: 4.604vw;
	}
	.chat__download{
		gap: 2vw;
	}
	.chat__downloads{
		margin-bottom: 6vw;
	}
	.custom-checkbox svg,
	.custom-checkbox {
		width: 5vw;
		height: 5vw;
	}
	.checkbox-container{
		gap: 2.5vw;
	}
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}



@media screen and (min-width:1380px) {
	.box-container {
		flex-direction: row
	}
}

.box-item {
	position: relative;
	-webkit-backface-visibility: hidden;
	max-width: 100%;
}
.flip-box {
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	perspective: 1000px;
	-webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	min-height: 475px;
	-ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
	transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
	-webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-box-front {
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
	-ms-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-box-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;

	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-box .inner {
	position: absolute;
	left: 0;
	width: 100%;
	outline: 1px solid transparent;
	-webkit-perspective: inherit;
	perspective: inherit;
	z-index: 2;
	transform: translateY(-50%) translateZ(60px) scale(.94);
	-webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
	-ms-transform: translateY(-50%) translateZ(60px) scale(.94);
	top: 50%;
}