/*============= FUNCTIONS ===============*/
/*============= MIXINS ===============*/
/*============= FUNCTIONS ===============*/
/*============= MIXINS ===============*/
#main__block {
	overflow-x: clip;
	position: relative;
}
#main__block::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(37.05%, rgba(16, 16, 16, 0)),
		color-stop(72.06%, #101010)
	);
	background: linear-gradient(180deg, rgba(16, 16, 16, 0) 37.05%, #101010 72.06%);
}
#main__block .main_top_holder {
	padding-top: 103px;
	padding-bottom: 211px;
	position: relative;
}
#main__block .main_top_holder::before {
	content: url('../images/before.png');
	position: absolute;
	left: 2%;
	top: 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}
#main__block .main_top_holder::after {
	content: url('../images/after.png');
	position: absolute;
	right: 2%;
	top: -22%;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}
#main__block .main_top_holder .title__holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#main__block .main_top_holder .title__holder .title {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(25px, 0.066875 * 100vw + 3.6px, 132px);
	font-style: normal;
	font-weight: 700;
	line-height: 90%;
	color: var(--card);
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}
#main__block .main_top_holder .title__holder .title span {
	text-transform: uppercase;
	font-family: 'Neusa', sans-serif;
	font-size: clamp(25px, 0.066875 * 100vw + 3.6px, 132px);
	font-style: normal;
	font-weight: 700;
	line-height: 90%;
	color: var(--primary);
}
#main__block .main_top_holder .title__holder .subtitle__holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#main__block .main_top_holder .title__holder .subtitle__holder .subtitle.first {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transform: rotate(-10.839deg);
	transform: rotate(-10.839deg);
	padding: 19px 17px 16px 18px;
	border-radius: 21px;
	background: var(--primary);
	-webkit-box-shadow: 0px 4px 81.7px 0px var(--primary);
	box-shadow: 0px 4px 81.7px 0px var(--primary);
	font-family: 'Neusa', sans-serif;
	font-size: clamp(25px, 0.040625 * 100vw + 12px, 90px);
	font-style: normal;
	font-weight: 700;
	line-height: 90%;
	color: var(--head);
}
#main__block .main_top_holder .title__holder .subtitle__holder .subtitle.second {
	margin-left: 30px;
	font-family: 'Neusa', sans-serif;
	font-size: clamp(25px, 0.066875 * 100vw + 3.6px, 132px);
	font-style: normal;
	font-weight: 700;
	line-height: 90%;
	text-transform: uppercase;
	color: var(--card);
}
#main__block .main_bottom_holder {
	position: relative;
}
#main__block .main_bottom_holder .main_bottom_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#main__block .main_bottom_holder .main_bottom_wrapper .left__side {
	width: 50%;
	position: relative;
}
#main__block .main_bottom_holder .main_bottom_wrapper .left__side::before {
	content: '';
	position: absolute;
	top: 16px;
	left: 0;
	width: 410px;
	height: 1px;
	background: var(--stroke);
}
#main__block .main_bottom_holder .main_bottom_wrapper .left__side .info__holder {
	padding-top: 78px;
	margin-bottom: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}
#main__block .main_bottom_holder .main_bottom_wrapper .left__side .info__holder .info__item {
	padding: 17px 35px 19px 35px;
	border-radius: 18px;
	border: 2px solid var(--primary);
	font-family: 'Neusa', sans-serif;
	font-size: clamp(16px, 0.015 * 100vw + 11.2px, 40px);
	font-style: normal;
	font-weight: 600;
	line-height: 98.2%;
	color: var(--card);
	text-align: center;
	text-transform: uppercase;
}
#main__block .main_bottom_holder .main_bottom_wrapper .left__side .title {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(18px, 0.02875 * 100vw + 8.8px, 64px);
	font-style: normal;
	font-weight: 600;
	line-height: 98.2%;
	color: var(--card);
	text-transform: uppercase;
	position: relative;
}
#main__block .main_bottom_holder .main_bottom_wrapper .left__side .title::before {
	content: '';
	position: absolute;
	right: 4%;
	bottom: -30%;
	width: 334px;
	height: 40px;
	border-radius: 334px;
	background: var(--primary);
	-webkit-filter: blur(51.25px);
	filter: blur(51.25px);
	z-index: -1;
}
#main__block .main_bottom_holder .main_bottom_wrapper .left__side .suptitle {
	-webkit-transform: rotate(-1.452deg);
	transform: rotate(-1.452deg);
	background: var(--card);
	border-radius: 18px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-family: 'Neusa', sans-serif;
	font-size: clamp(16px, 0.02 * 100vw + 9.6px, 48px);
	font-style: normal;
	font-weight: 600;
	line-height: 98.2%;
	color: var(--head);
	text-transform: uppercase;
	padding: 17px 24px 16px 22px;
	margin-left: auto;
	right: -34px;
	top: -44px;
}
#main__block .main_bottom_holder .main_bottom_wrapper .right__side {
	width: 50%;
	position: relative;
	height: 700px;
	overflow: hidden;
}
#main__block .main_bottom_holder .main_bottom_wrapper .right__side .image {
	max-width: 562px;
	height: 900px;
	width: 100%;
	margin-left: auto;
	position: relative;
}
#main__block .main_bottom_holder .main_bottom_wrapper .right__side .image::before {
	position: absolute;
	content: '';
	width: 876px;
	height: 378px;
	bottom: 70px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border-radius: 576px;
	background: var(--head2);
	-webkit-filter: blur(41.25px);
	filter: blur(41.25px);
}
#main__block .main_bottom_holder .main_bottom_wrapper .right__side .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
}
#main__block .main_bottom_holder .main_bottom_wrapper .right__side .desc__image {
	max-width: 469px;
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	text-align: justify;
}
#main__block .main_bottom_holder .main_bottom_wrapper .right__side .desc__image p {
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.00375 * 100vw + 12.8px, 20px);
	font-style: normal;
	font-weight: 500;
	line-height: 205%;
	color: var(--card);
	margin-bottom: 0;
}
#main__block .main_bottom_holder .main_bottom_wrapper .right__side .desc__image p strong {
	color: var(--primary);
}

@media (max-width: 1700px) {
	#main__block .main_top_holder::after {
		right: -2%;
	}
}
@media (max-width: 1550px) {
	#main__block .main_top_holder::before,
	#main__block .main_top_holder::after {
		display: none;
	}
}
@media (max-width: 1100px) {
	#main__block .main_bottom_holder .main_bottom_wrapper .left__side .title {
		margin-bottom: 20px;
	}
	#main__block .main_bottom_holder .main_bottom_wrapper .left__side .title::before {
		display: none;
	}
	#main__block .main_bottom_holder .main_bottom_wrapper .left__side .suptitle {
		top: 0;
		right: 0;
		margin-left: 0;
		margin-bottom: 20px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}
@media (max-width: 992px) {
	#main__block .main_top_holder {
		padding: 40px 0 60px;
	}
}
@media (max-width: 660px) {
	#main__block .main_top_holder {
		padding: 0 0 60px;
	}
	#main__block .subtitle__holder {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#main__block .main_bottom_holder .main_bottom_wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#main__block .main_bottom_holder .main_bottom_wrapper .left__side {
		width: 100%;
		margin-bottom: 20px;
	}
	#main__block .main_bottom_holder .main_bottom_wrapper .left__side::before {
		top: 0;
	}
	#main__block .main_bottom_holder .main_bottom_wrapper .left__side .info__holder {
		padding-top: 20px;
		margin-bottom: 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 10px;
	}
	#main__block .main_bottom_holder .main_bottom_wrapper .left__side .title {
		text-align: center;
	}
	#main__block .main_bottom_holder .main_bottom_wrapper .left__side .suptitle {
		margin: 0 auto 20px auto;
	}
	#main__block .main_bottom_holder .main_bottom_wrapper .left__side .btn {
		margin: 0 auto;
	}
	#main__block .main_bottom_holder .main_bottom_wrapper .right__side {
		width: 100%;
		height: 500px;
	}
	#main__block .main_bottom_holder .main_bottom_wrapper .right__side .image {
		height: 600px;
		margin: 0 auto;
	}
	#main__block .main_bottom_holder .main_bottom_wrapper .right__side .image::before {
		bottom: 0;
		height: 278px;
	}
}
@media (max-width: 400px) {
	#main__block .main_bottom_holder .main_bottom_wrapper .left__side .info__holder .info__item {
		width: 100%;
	}
}
#course__block {
	padding: 100px 0 80px;
}
#course__block .title {
	text-align: center;
	margin-bottom: 84px;
}
#course__block .cards__holder {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
#course__block .cards__holder .card__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 60px 40px 40px 40px;
	border-radius: 18px;
	border: 2px solid rgba(229, 188, 40, 0.21);
}
#course__block .cards__holder .card__item .stars__holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 9px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
#course__block .cards__holder .card__item .name {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(16px, 0.015 * 100vw + 11.2px, 40px);
	font-style: normal;
	font-weight: 600;
	line-height: 98.2%;
	color: var(--card);
	margin-bottom: 20px;
}
#course__block .cards__holder .card__item .desc {
	max-width: 260px;
	width: 100%;
	margin-bottom: 53px;
}
#course__block .cards__holder .card__item .desc p {
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.0025 * 100vw + 13.2px, 18px);
	font-style: normal;
	font-weight: 500;
	line-height: 216.2%;
	color: var(--card);
	margin-bottom: 0;
}
#course__block .cards__holder .card__item .btn {
	width: 100%;
	margin-top: auto;
}
#course__block .cards__holder .card__item .btn:before {
	z-index: -1;
	position: absolute;
	content: '';
	width: 332px;
	height: 38px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 332px;
	background: #e5bc28;
	-webkit-filter: blur(51.25px);
	filter: blur(51.25px);
}

@media (max-width: 1050px) {
	#course__block .cards__holder {
		gap: 15px;
	}
	#course__block .cards__holder .card__item {
		padding: 30px 15px;
	}
}
@media (max-width: 992px) {
	#course__block {
		padding: 60px 0 20px;
	}
	#course__block .title {
		margin-bottom: 20px;
	}
}
@media (max-width: 800px) {
	#course__block .cards__holder {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
	}
	#course__block .cards__holder .card__item .desc {
		margin-bottom: 20px;
		max-width: 100%;
	}
}
#advantages__block {
	margin-top: 80px;
	padding: 176px 0 112px;
	position: relative;
	z-index: 10;
	overflow-x: clip;
}
#advantages__block::after {
	content: url('../images/advanteges.png');
	position: absolute;
	top: -7%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}
#advantages__block::before {
	z-index: -1;
	content: '';
	position: absolute;
	background: var(--head3);
	top: 0;
	left: 50%;
	width: 200%;
	height: 72%;
	-webkit-transform: translate(-50%, 0) rotate(-2deg);
	transform: translate(-50%, 0) rotate(-2deg);
}
#advantages__block .title {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(25px, 0.066875 * 100vw + 3.6px, 132px);
	font-style: normal;
	font-weight: 700;
	line-height: 90%;
	text-align: center;
	margin-bottom: 31px;
}
#advantages__block .title span {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(25px, 0.066875 * 100vw + 3.6px, 132px);
	font-style: normal;
	font-weight: 700;
	line-height: 90%;
}
#advantages__block .title.smaller {
	margin-bottom: 64px;
	font-family: 'Neusa', sans-serif;
	font-size: clamp(18px, 0.02875 * 100vw + 8.8px, 64px);
	font-style: normal;
	font-weight: 600;
	line-height: 98.2%;
}
#advantages__block .title.smaller span {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(18px, 0.02875 * 100vw + 8.8px, 64px);
	font-style: normal;
	font-weight: 600;
	line-height: 98.2%;
}
#advantages__block .desc {
	max-width: 686px;
	width: 100%;
	margin: 0 auto 40px auto;
}
#advantages__block .desc p {
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.0025 * 100vw + 13.2px, 18px);
	font-style: normal;
	font-weight: 500;
	line-height: 216.2%;
	color: var(--card);
	margin-bottom: 0;
}
#advantages__block .advants__holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 106px;
}
#advantages__block .advants__holder .advant__item .icon {
	width: 104px;
	height: 104px;
	margin: 0 auto 35px auto;
	-webkit-filter: drop-shadow(0px 4px 37.7px var(--primary));
	filter: drop-shadow(0px 4px 37.7px var(--primary));
}
#advantages__block .advants__holder .advant__item .icon img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
}
#advantages__block .advants__holder .advant__item .desc {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(18px, 0.01125 * 100vw + 14.4px, 36px);
	font-style: normal;
	font-weight: 600;
	line-height: 98.2%;
	color: var(--card);
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 46px;
	position: relative;
}
#advantages__block .advants__holder .advant__item .desc::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 90px;
	height: 4px;
	background: var(--primary);
}
#advantages__block .advants__holder .advant__item .desc span {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(18px, 0.01125 * 100vw + 14.4px, 36px);
	font-style: normal;
	font-weight: 600;
	line-height: 98.2%;
	color: var(--primary);
}
#advantages__block .cards__holder {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
#advantages__block .cards__holder .card__item {
	border: 1px solid var(--stroke2);
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	z-index: 10;
}
#advantages__block .cards__holder .card__item .image {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: -2;
}
#advantages__block .cards__holder .card__item .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
#advantages__block .cards__holder .card__item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(23, 23, 23, 0.78);
	z-index: -1;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}
#advantages__block .cards__holder .card__item::after {
	content: url('../images/play-button.png');
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
}
#advantages__block .cards__holder .card__item:hover::before {
	opacity: 0.6;
}

#advantages__block .look-more {
	margin: 30px auto 0;
	text-align: center;
	white-space: unset;
}
#advantages__block .look-more::before {
	z-index: -1;
	position: absolute;
	content: '';
	width: 332px;
	height: 38px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 332px;
	background: #e5bc28;
	-webkit-filter: blur(51.25px);
	filter: blur(51.25px);
}

@media (max-width: 992px) {
	#advantages__block {
		background: var(--head3);
		padding: 40px 0;
		margin-top: 20px;
	}
	#advantages__block .title.smaller {
		margin-bottom: 20px;
	}
	#advantages__block::after {
		display: none;
	}
	#advantages__block::before {
		display: none;
	}
	#advantages__block .advants__holder {
		margin-bottom: 40px;
	}
	#advantages__block .cards__holder {
		gap: 15px;
	}
}
@media (max-width: 600px) {
	#advantages__block .advants__holder {
		row-gap: 40px;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
	#advantages__block .advants__holder .advant__item .desc {
		padding-bottom: 20px;
	}
	#advantages__block .cards__holder {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}
#text__block {
	padding-bottom: 80px;
}
#text__block .title {
	text-align: center;
	margin-bottom: 83px;
}
#text__block .text__holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#text__block .text__holder .side {
	width: 30%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#text__block .text__holder .side .text {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(16px, 0.015 * 100vw + 11.2px, 40px);
	font-style: normal;
	font-weight: 600;
	line-height: 98.2%;
	color: var(--card);
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
#text__block .text__holder .side .text::before {
	content: url('../images/check.png');
	position: relative;
	top: 2px;
	width: 41.719px;
	height: 37.031px;
	margin-right: 15px;
}
#text__block .text__holder .side.right__side {
	margin-left: 40px;
}
#text__block .text__holder .side.left__side {
	margin-right: 40px;
}
#text__block .text__holder .center {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	margin-top: 34px;
}
#text__block .text__holder .center .middle_span_holder {
	position: absolute;
	top: 0;
	width: 100px;
	height: 100%;
}
#text__block .text__holder .center .middle_span_holder.left {
	left: 0;
}
#text__block .text__holder .center .middle_span_holder.left .line {
	display: block;
	background: var(--primary);
	width: 50px;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
}
#text__block .text__holder .center .middle_span_holder.left .line:first-child {
	top: 50px;
	width: 94px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#text__block .text__holder .center .middle_span_holder.left .line:nth-child(2) {
	width: 50px;
	top: 181px;
	left: -32px;
	-webkit-transform: rotate(21.61deg);
	transform: rotate(21.61deg);
}
#text__block .text__holder .center .middle_span_holder.left .line:nth-child(3) {
	width: 40px;
	top: 305px;
	left: -36px;
}
#text__block .text__holder .center .middle_span_holder.left .line:nth-child(4) {
	width: 83px;
	top: auto;
	bottom: 91px;
	left: -25px;
	-webkit-transform: rotate(152.82deg);
	transform: rotate(152.82deg);
}
#text__block .text__holder .center .middle_span_holder.right {
	right: 0;
}
#text__block .text__holder .center .middle_span_holder.right .line {
	display: block;
	background: var(--primary);
	width: 50px;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
}
#text__block .text__holder .center .middle_span_holder.right .line:first-child {
	top: 45px;
	width: 94px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#text__block .text__holder .center .middle_span_holder.right .line:nth-child(2) {
	width: 50px;
	top: 181px;
	left: 81px;
	-webkit-transform: rotate(-21.61deg);
	transform: rotate(-21.61deg);
}
#text__block .text__holder .center .middle_span_holder.right .line:nth-child(3) {
	width: 40px;
	top: 305px;
	left: 93px;
}
#text__block .text__holder .center .middle_span_holder.right .line:nth-child(3) {
	width: 40px;
	top: 305px;
	left: 93px;
}
#text__block .text__holder .center .middle_span_holder.right .line:nth-child(4) {
	width: 83px;
	top: auto;
	bottom: 91px;
	left: 38px;
	-webkit-transform: rotate(-152.82deg);
	transform: rotate(-152.82deg);
}
#text__block .text__holder .center .image {
	position: relative;
	z-index: 10;
	border-radius: 100%;
	border: 5px solid var(--primary);
	overflow: hidden;
	width: 544px;
	height: 544px;
}
#text__block .text__holder .center .image::before {
	content: '';
	position: absolute;
	bottom: 20%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 258px;
	height: 258px;
	border-radius: 258px;
	background: var(--primary);
	-webkit-filter: blur(51.25px);
	filter: blur(51.25px);
	z-index: -1;
}
#text__block .text__holder .center .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
}

@media (max-width: 1200px) {
	#text__block .text__holder .side.right__side {
		margin-left: 15px;
	}
	#text__block .text__holder .side.left__side {
		margin-right: 15px;
	}
	#text__block .text__holder .center {
		margin-top: 0;
	}
	#text__block .text__holder .center .image {
		width: 450px;
		height: 450px;
	}
	#text__block .text__holder .center .middle_span_holder {
		display: none;
	}
}
@media (max-width: 992px) {
	#text__block {
		padding: 40px 0;
	}
	#text__block .title {
		margin-bottom: 20px;
	}
	#text__block .text__holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#text__block .text__holder .side {
		width: 100%;
		gap: 10px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#text__block .text__holder .side.left__side {
		margin-right: 0;
	}
	#text__block .text__holder .side.right__side {
		margin-left: 0;
	}
	#text__block .text__holder .side .text {
		width: 100%;
	}
	#text__block .text__holder .side .text::before {
		margin-right: 5px;
	}
	#text__block .text__holder .center {
		display: none;
	}
}
#partners__block {
	overflow: hidden;
	padding: 80px 0 93px;
}
#partners__block .title {
	text-align: center;
	max-width: 691px;
	width: 100%;
	margin: 0 auto 25px auto;
}
#partners__block .desc {
	max-width: 721px;
	width: 100%;
	margin: 0 auto 60px auto;
}
#partners__block .desc p {
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.0025 * 100vw + 13.2px, 18px);
	font-style: normal;
	font-weight: 500;
	line-height: 216.2%;
	color: var(--card);
	margin-bottom: 0;
}
#partners__block .btn {
	margin: 85px auto 0 auto;
}
#partners__block .partners__holder {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
	grid-template-columns: repeat(4, 1fr);
	justify-items: center;
	gap: 10px;
}
#partners__block .partners__holder .partner__item {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	min-height: 250px;
}
#partners__block .partners__holder .partner__item .image {
	max-width: 268px;
	mix-blend-mode: difference;
	padding-bottom: 66px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 10;
}
#partners__block .partners__holder .partner__item .image::before {
	content: '';
	position: absolute;
	bottom: 50%;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	width: 214px;
	height: 38px;
	border-radius: 258px;
	background: var(--primary);
	-webkit-filter: blur(51.25px);
	filter: blur(51.25px);
	z-index: -1;
	opacity: 0.4;
}
#partners__block .partners__holder .partner__item .image img {
	width: 100%;
	margin: auto 0;
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
}
#partners__block .partners__holder .partner__item .text {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	margin-top: 20px;
	font-family: 'Neusa', sans-serif;
	font-size: clamp(18px, 0.02875 * 100vw + 8.8px, 64px);
	font-style: normal;
	font-weight: 600;
	line-height: 98.2%;
	font-weight: 700;
	color: var(--primary);
}

.btn:before {
	z-index: -1;
	position: absolute;
	content: '';
	width: 332px;
	height: 38px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 332px;
	background: #e5bc28;
	-webkit-filter: blur(51.25px);
	filter: blur(51.25px);
}

@media (max-width: 992px) {
	#partners__block {
		padding: 40px 0;
	}
	#partners__block .desc {
		margin-bottom: 20px;
	}
	#partners__block .partners__holder .partner__item {
		min-height: 200px;
	}
	#partners__block .partners__holder .partner__item .image {
		padding-bottom: 0;
	}
	#partners__block .btn {
		margin: 40px auto 0 auto;
	}
}
@media (max-width: 570px) {
	#partners__block .partners__holder {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
	#partners__block .partners__holder .partner__item {
		min-height: -webkit-fit-content;
		min-height: -moz-fit-content;
		min-height: fit-content;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#partners__block .partners__holder .partner__item .text {
		position: relative;
		left: 0;
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}
@media (max-width: 400px) {
	#partners__block .btn {
		width: 100%;
		margin-top: 20px;
	}
	#partners__block .partners__holder {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
		gap: 30px;
	}
}
/*============= FUNCTIONS ===============*/
/*============= MIXINS ===============*/
#format__block {
	padding: 132px 0 202px;
	position: relative;
	z-index: 10;
	overflow-x: clip;
}

#format__block::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 200%;
	height: 100%;
	background: var(--head3);
	-webkit-transform: translate(-50%, 0) rotate(2deg);
	transform: translate(-50%, 0) rotate(2deg);
	z-index: -1;
}

#format__block .title {
	text-align: center;
	margin-bottom: 104px;
}

#format__block .cards__holder .card__item {
	margin-bottom: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 130px;
}

#format__block .cards__holder .card__item .image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 570px;
	border-radius: 12px;
	overflow: hidden;
}

#format__block .cards__holder .card__item .image.extended {
	width: 630px;
}

#format__block .cards__holder .card__item .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	display: block;
}

#format__block .cards__holder .card__item .right__side .title__holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 23px;
}

#format__block .cards__holder .card__item .right__side .title__holder .icon {
	width: 106px;
	height: 106px;
	margin-right: 41px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

#format__block .cards__holder .card__item .right__side .title__holder .icon img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
}

#format__block .cards__holder .card__item .right__side .title__holder .name {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(24px, 2vw + 9.9px, 48px);
	font-style: normal;
	font-weight: 700;
	line-height: 98.2%;
	color: var(--card);
	text-transform: uppercase;
}

#format__block .cards__holder .card__item .right__side .desc {
	max-width: 449px;
	width: 100%;
}

#format__block .cards__holder .card__item .right__side .desc p {
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.25vw + 13.2px, 18px);
	font-style: normal;
	font-weight: 400;
	line-height: 216.2%;
	color: var(--card);
	margin-bottom: 0;
}

#format__block .cards__holder .card__item.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

#format__block .cards__holder .card__item:last-child {
	margin-bottom: 0;
}

@media (max-width: 1200px) {
	#format__block .cards__holder .card__item {
		gap: 20px;
		margin-bottom: 80px;
	}
	#format__block .cards__holder .card__item .image.extended {
		width: 570px;
	}
}
@media (max-width: 992px) {
	#format__block {
		padding: 40px 0;
		background: var(--head3);
	}
	#format__block::before {
		display: none;
	}
	#format__block .title {
		margin-bottom: 20px;
	}
	#format__block .cards__holder .card__item {
		margin-bottom: 30px;
	}
	#format__block .cards__holder .card__item .image.extended {
		width: 50%;
	}
	#format__block .cards__holder .card__item .image {
		width: 50%;
	}
	#format__block .cards__holder .card__item .image img {
		-o-object-fit: contain;
		object-fit: contain;
		-o-object-position: top;
		object-position: top;
	}
	#format__block .cards__holder .card__item .right__side {
		width: 50%;
	}
}
@media (max-width: 767px) {
	#format__block .cards__holder .card__item .right__side .title__holder .icon {
		width: 60px;
		height: 60px;
	}
}
@media (max-width: 600px) {
	#format__block .cards__holder .card__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}
	#format__block .cards__holder .card__item .image {
		width: 100%;
	}
	#format__block .cards__holder .card__item .image.extended {
		width: 100%;
	}
	#format__block .cards__holder .card__item .right__side {
		width: 100%;
	}
	#format__block .cards__holder .card__item .right__side .title__holder {
		margin-bottom: 10px;
	}
	#format__block .cards__holder .card__item .right__side .desc {
		max-width: 100%;
	}
	#format__block .cards__holder .card__item.reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media (max-width: 500px) {
	#format__block .cards__holder .card__item .right__side .title__holder {
		text-align: center;
		display: block;
		margin: 15px auto;
	}
	#format__block .cards__holder .card__item .right__side .title__holder .icon {
		display: none;
	}
}
#program__block {
	padding: 110px 0 109px;
}
#program__block .title {
	text-align: center;
	margin-bottom: 25px;
}
#program__block .desc {
	max-width: 1020px;
	width: 100%;
	margin: 0 auto 26px auto;
}
#program__block .desc p {
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.0025 * 100vw + 13.2px, 18px);
	font-style: normal;
	font-weight: 500;
	line-height: 216.2%;
	color: var(--card);
	text-align: center;
	margin-bottom: 0;
}
#program__block .programs__holder .program__item {
	margin-bottom: 20px;
	border-radius: 12px;
	border: 1px solid var(--dark);
	padding: 36px 45px;
	cursor: pointer;
}
#program__block .programs__holder .program__item .name__holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#program__block .programs__holder .program__item .name__holder .name {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(18px, 0.01125 * 100vw + 14.4px, 36px);
	font-style: normal;
	font-weight: 600;
	line-height: 98.2%;
	color: var(--card);
	text-transform: uppercase;
}
#program__block .programs__holder .program__item .name__holder .name span {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(18px, 0.01125 * 100vw + 14.4px, 36px);
	font-style: normal;
	font-weight: 600;
	line-height: 98.2%;
	color: var(--primary);
	font-weight: 700;
}
#program__block .programs__holder .program__item .name__holder .arrow {
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
#program__block .programs__holder .program__item .name__holder .arrow .minus {
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}
#program__block .programs__holder .program__item .desc {
	padding-top: 48px;
}
#program__block .programs__holder .program__item .desc p {
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.0025 * 100vw + 13.2px, 18px);
	font-style: normal;
	font-weight: 500;
	line-height: 216.2%;
	color: var(--card);
	margin-bottom: 15px;
}
#program__block .programs__holder .program__item .desc p:last-child {
	margin-bottom: 0;
}
#program__block .programs__holder .program__item .desc ul {
	list-style: none;
}
#program__block .programs__holder .program__item .desc ul li {
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.0025 * 100vw + 13.2px, 18px);
	font-style: normal;
	font-weight: 500;
	line-height: 216.2%;
	color: var(--card);
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#program__block .programs__holder .program__item .desc ul li:last-child {
	margin-bottom: 0;
}
#program__block .programs__holder .program__item .desc ul li::before {
	content: '';
	position: relative;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background: var(--primary);
	top: 15px;
	margin-right: 26px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
#program__block .programs__holder .program__item:last-child {
	margin-bottom: 0;
}
#program__block .programs__holder .program__item.active .name__holder .arrow {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
#program__block .programs__holder .program__item.active .name__holder .arrow .minus {
	opacity: 0;
}

@media (max-width: 992px) {
	#program__block {
		padding: 40px 0;
	}
	#program__block .programs__holder .program__item {
		padding: 20px;
	}
	#program__block .programs__holder .program__item .desc {
		padding-top: 10px;
	}
	#program__block .programs__holder .program__item .desc ul li {
		margin-bottom: 10px;
	}
}
#course2__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	justify-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	gap: 46px;
	color: var(--card);
}

#course2__block {
	overflow-x: clip;
	margin-bottom: 162px;
}

#course2__block > div {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(35px, 6.6875vw + 3.6px, 132px);
	text-transform: uppercase;
	font-style: normal;
	line-height: 98.2%;
	font-weight: 700;
}

#course2__block > * {
	margin: 0 auto;
	text-align: center;
}

#course2__block > * > span {
	text-align: center;
	font-family: 'Neusa', sans-serif;
	font-size: clamp(35px, 6.6875vw + 3.6px, 132px);
	text-transform: uppercase;
	font-style: normal;
	line-height: 98.2%;
	font-weight: 700;
}

.course2-colorized {
	color: var(--primary);
}

#course2__block > * > del {
	position: relative;
	text-align: center;
	font-family: 'Neusa', sans-serif;
	font-size: clamp(35px, 6.6875vw + 3.6px, 132px);
	text-transform: uppercase;
	font-style: normal;
	line-height: 98.2%;
	font-weight: 700;
	text-decoration: none;
}

#course2__block > * > del:before {
	content: '';
	border-bottom: 4px solid red;
	position: absolute;
	top: 0;
	right: 0%;
	width: 110%;
	height: 50%;
	-webkit-transform: rotate(-9deg);
	transform: rotate(-9deg);
}

#course2__block > * > del {
	position: relative;
	text-align: center;
	font-family: 'Neusa', sans-serif;
	font-size: clamp(35px, 6.6875vw + 3.6px, 132px);
	text-transform: uppercase;
	font-style: normal;
	line-height: 98.2%;
	font-weight: 700;
	text-decoration: none;
}

#form__block {
	overflow-x: clip;
	margin-bottom: 162px;
}
#form__block .title {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(18px, 0.02875 * 100vw + 8.8px, 64px);
	font-style: normal;
	font-weight: 600;
	line-height: 98.2%;
	font-weight: 700;
	text-align: center;
	margin-bottom: 60px;
}
#form__block #countdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	position: relative;
	z-index: 10;
	margin-bottom: 138px;
}
#form__block #countdown::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	width: 728px;
	height: 100px;
	z-index: -1;
	border-radius: 728px;
	background: var(--primary);
	-webkit-filter: blur(51.25px);
	filter: blur(51.25px);
}
#form__block #countdown .countItem .item__holder .positions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
}
#form__block #countdown .countItem .item__holder .positions .position {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#form__block #countdown .countItem .item__holder .positions .position .digit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: var(--17);
	border-radius: 9px;
	padding: 11px 20px 16px 20px;
	font-family: 'Neusa', sans-serif;
	font-size: clamp(18px, 0.02875 * 100vw + 8.8px, 64px);
	font-style: normal;
	font-weight: 600;
	line-height: 98.2%;
	font-weight: 700;
	color: var(--card);
	min-width: 70px;
	min-height: 90px;
}
#form__block #countdown .countItem .item__holder .name__item {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(16px, 0.0025 * 100vw + 15.2px, 20px);
	font-style: normal;
	font-weight: 700;
	line-height: 98.2%;
	color: var(--card);
	text-align: center;
	margin-top: 12px;
	text-transform: uppercase;
}
#form__block #countdown .countItem.count-Days .item__holder .positions .position .digit {
	color: var(--primary);
}
#form__block #countdown .countItem.count-Days .item__holder .positions .position .digit.hidden {
	display: none;
}
#form__block #note {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(18px, 0.02875 * 100vw + 8.8px, 64px);
	font-style: normal;
	font-weight: 600;
	line-height: 98.2%;
	color: var(--card);
	text-align: center;
}
#form__block .form__holder {
	position: relative;
	z-index: 10;
}
#form__block .form__holder::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1308px;
	height: 575px;
	border-radius: 1308px;
	background: rgba(229, 188, 40, 0.1);
	-webkit-filter: blur(51.25px);
	filter: blur(51.25px);
	z-index: -1;
}
#form__block .form__holder .form__wrapper {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	padding: 57px 57px 69px 57px;
}
#form__block .form__holder .form__wrapper .form__name {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(25px, 0.03625 * 100vw + 13.4px, 83px);
	font-style: normal;
	font-weight: 700;
	line-height: 98.2%;
	color: var(--card);
	text-transform: uppercase;
	text-align: center;
	max-width: 772px;
	margin: 0 auto 34px auto;
	width: 100%;
}
#form__block .form__holder .form__wrapper .form__name span {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(25px, 0.03625 * 100vw + 13.4px, 83px);
	font-style: normal;
	font-weight: 700;
	line-height: 98.2%;
	color: var(--primary);
}
#form__block .form__holder .form__wrapper .form__desc {
	max-width: 570px;
	width: 100%;
	margin: 0 auto 57px auto;
}
#form__block .form__holder .form__wrapper .form__desc p {
	font-weight: 500;
	color: var(--card);
	font-family: 'Inter', sans-serif;
	font-size: clamp(16px, 0.01 * 100vw + 12.8px, 32px);
	font-style: normal;
	font-weight: 500;
	line-height: 140.2%;
	text-align: center;
	margin: 0;
}
#form__block .form__holder .form__wrapper .form__text {
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.00125 * 100vw + 13.6px, 16px);
	font-style: normal;
	font-weight: 500;
	line-height: 190.2%;
	color: var(--card);
	text-align: center;
	margin-bottom: 19px;
}
#form__block .form__holder .form__wrapper .btn {
	margin: 0 auto;
	font-family: 'Neusa', sans-serif;
	font-size: clamp(16px, 0.0025 * 100vw + 15.2px, 20px);
	font-style: normal;
	font-weight: 600;
	line-height: 98.2%; /* 19.64px */
	letter-spacing: 2.6px;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
}
#form__block .form__holder .form__wrapper .btn::before {
	z-index: -1;
	position: absolute;
	content: '';
	width: 332px;
	height: 38px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 332px;
	background: #e5bc28;
	-webkit-filter: blur(51.25px);
	filter: blur(51.25px);
}
#form__block .form__holder .form__wrapper .form__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#form__block .form__holder .form__wrapper .form__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

@media (max-width: 992px) {
	#form__block {
		padding: 40px 0;
		margin-bottom: 0;
	}
	#form__block .title {
		margin-bottom: 40px;
	}
	#form__block #countdown {
		margin-bottom: 40px;
	}
	#form__block .form__holder .form__wrapper .btn::before {
		display: none;
	}
}
@media (max-width: 700px) {
	#form__block #countdown {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}
	#form__block #countdown::before {
		display: none;
	}
	#form__block #countdown .countItem .item__holder .positions {
		gap: 5px;
	}
	#form__block #countdown .countItem .item__holder .positions .position .digit {
		border: 1px solid var(--primary);
		min-width: 50px;
		min-height: 60px;
	}
	#form__block .form__holder .form__wrapper {
		padding: 40px 20px;
	}
}
#about__block {
	padding: 160px 0;
	position: relative;
	z-index: 10;
	overflow-x: clip;
}
#about__block .suptitle {
	text-align: center;
	color: var(--card);
	font-family: 'Neusa', sans-serif;
	font-size: clamp(18px, 0.02875 * 100vw + 8.8px, 64px);
	font-style: normal;
	font-weight: 600;
	line-height: 98.2%;
	font-weight: 700;
	margin-bottom: 27px;
	text-transform: uppercase;
}
#about__block .title {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(25px, 0.066875 * 100vw + 3.6px, 132px);
	font-style: normal;
	font-weight: 700;
	line-height: 90%;
	text-align: center;
	max-width: 1072px;
	width: 100%;
	margin: 0 auto 42px auto;
}
#about__block .title span {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(25px, 0.066875 * 100vw + 3.6px, 132px);
	font-style: normal;
	font-weight: 700;
	line-height: 90%;
}
#about__block .desc {
	max-width: 650px;
	width: 100%;
	margin: 0 auto 46px auto;
}
#about__block .desc p {
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.0025 * 100vw + 13.2px, 18px);
	font-style: normal;
	font-weight: 500;
	line-height: 190.2%;
	margin-bottom: 0;
	text-align: center;
	color: var(--card);
}
#about__block .soc__holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 10;
}
#about__block .soc__holder::before {
	content: '';
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	width: 442px;
	height: 46px;
	border-radius: 442px;
	background: var(--primary);
	-webkit-filter: blur(51.25px);
	filter: blur(51.25px);
	z-index: -1;
}
#about__block .soc__holder .soc__item {
	width: 95px;
	height: 95px;
	border-radius: 18px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 24.43px;
	border: 1px solid var(--17);
	background: var(--17);
	-webkit-transition: border 0.4s ease-out;
	transition: border 0.4s ease-out;
}
#about__block .soc__holder .soc__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
}
#about__block .soc__holder .soc__item:hover {
	border-color: var(--primary);
}
#about__block .background {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0) rotate(-2deg);
	transform: translate(-50%, 0) rotate(-2deg);
	width: 110%;
	height: 100%;
	z-index: -1;
}
#about__block .background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

@media (max-width: 1200px) {
	#about__block {
		background: var(--head3);
		padding: 40px 0;
	}
	#about__block .background {
		display: none;
	}
}
@media (max-width: 992px) {
	#about__block .soc__holder .soc__item {
		width: 80px;
		height: 80px;
	}
}
/*============= FUNCTIONS ===============*/
/*============= MIXINS ===============*/
#questions__block {
	padding: 80px 0;
}

#questions__block .quest__holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#questions__block .quest__holder .left__side {
	width: 44%;
	margin-right: 134px;
	/* margin: auto 0; */
	margin-top: 8px;
}

#questions__block .quest__holder .left__side .title {
	font-style: normal;
	font-weight: 600;
	line-height: 98.2%;
	text-transform: uppercase;
	margin-bottom: 25px;
}

#questions__block .quest__holder .left__side .title span {
	font-style: normal;
	font-weight: 600;
	line-height: 98.2%;
	text-transform: uppercase;
	margin-bottom: 25px;
}

#questions__block .quest__holder .form .desc p {
	font-family: 'Inter', sans-serif;
	/* font-size: clamp(14px, calc(0.0025 * 100vw + 13.2px), 18px); */
	font-size: clamp(14px, 0.375vw + 12.8px, 20px);
	font-style: normal;
	font-weight: 500;
	line-height: 190.2%;
	color: var(--card);
	/* max-width: 371px; */
	/* width: 100%; */
}

#questions__block .quest__holder .form .desc p a {
	font-size: clamp(14px, 0.375vw + 12.8px, 20px);
	font-style: normal;
	font-weight: 500;
	line-height: 190.2%;
	color: var(--card);
	color: var(--primary);
}

#questions__block .quest__holder .form .btn {
	margin-top: 60px;
}

#questions__block .quest__holder .form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	max-width: 470px;
	width: 100%;
}

#questions__block .quest__holder .form input {
	padding: 18px 27px 17px 27px;
	background: var(--17);
	border: 1px solid var(--17);
	border-radius: 18px;
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.125vw + 13.6px, 16px);
	font-style: normal;
	font-weight: 500;
	line-height: 190.2%;
	color: var(--gray);
}

#questions__block .quest__holder .form input::-webkit-input-placeholder {
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.125vw + 13.6px, 16px);
	font-style: normal;
	font-weight: 500;
	line-height: 190.2%;
	color: var(--gray);
}

#questions__block .quest__holder .form input::-moz-placeholder {
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.125vw + 13.6px, 16px);
	font-style: normal;
	font-weight: 500;
	line-height: 190.2%;
	color: var(--gray);
}

#questions__block .quest__holder .form input:-ms-input-placeholder {
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.125vw + 13.6px, 16px);
	font-style: normal;
	font-weight: 500;
	line-height: 190.2%;
	color: var(--gray);
}

#questions__block .quest__holder .form input::-ms-input-placeholder {
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.125vw + 13.6px, 16px);
	font-style: normal;
	font-weight: 500;
	line-height: 190.2%;
	color: var(--gray);
}

#questions__block .quest__holder .form input::placeholder {
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.125vw + 13.6px, 16px);
	font-style: normal;
	font-weight: 500;
	line-height: 190.2%;
	color: var(--gray);
}

#questions__block .quest__holder .form .btn {
	width: 100%;
	text-align: center;
	font-family: 'Neusa', sans-serif;
	font-size: clamp(18px, 0.25vw + 15.2px, 20px);
	font-style: normal;
	font-weight: 600;
	line-height: 98.2%; /* 19.64px */
	letter-spacing: 2.6px;
	text-transform: uppercase;
}

#questions__block .quest__holder .form .privacy {
	font-family: 'Inter', sans-serif;
	font-size: clamp(12px, 0.125vw + 11.6px, 14px);
	font-style: normal;
	font-weight: 500;
	line-height: 190.2%;
	color: var(--gray);
}

#questions__block .quest__holder .form .privacy .privacy-modal {
	text-decoration: underline;
	-webkit-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
	cursor: pointer;
}

#questions__block .quest__holder .form .privacy .privacy-modal:hover {
	color: var(--primary);
}

#questions__block .btn.link-btn {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

@media (max-width: 992px) {
	#questions__block {
		padding: 40px 0;
	}
	#questions__block .quest__holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#questions__block .quest__holder .left__side {
		width: 100%;
		margin-right: 0;
	}
	#questions__block .quest__holder .left__side .title {
		text-align: center;
	}
	#questions__block .quest__holder .form .desc {
		margin: 0 auto;
		text-align: center;
	}
	#questions__block .quest__holder .form .desc p {
		text-align: center;
	}
	#questions__block .quest__holder .form {
		margin: 0 auto;
	}
	#questions__block .quest__holder .form .btn {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	#questions__block .quest__holder .left__side {
		margin-bottom: 0;
	}
	#questions__block .quest__holder .form .btn {
		width: 100%;
		white-space: inherit;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: center;
	}
}
#contacts__block {
	padding: 75px 0 36px;
	background: var(--17);
}
#contacts__block .title {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(25px, 0.044375 * 100vw + 10.8px, 96px);
	font-style: normal;
	font-weight: 700;
	line-height: 98.2%;
	margin-bottom: 36px;
}
#contacts__block .title span {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(25px, 0.044375 * 100vw + 10.8px, 96px);
	font-style: normal;
	font-weight: 700;
	line-height: 98.2%;
}
#contacts__block .contacts__holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 32px;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}
#contacts__block .contacts__holder .holder .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
#contacts__block .contacts__holder .holder .item .value {
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.25vw + 13.2px, 18px);
	font-style: normal;
	font-weight: 400;
	color: var(--card);
	line-height: 152.2%;
	-webkit-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
}
#contacts__block .contacts__holder .holder .item:last-child {
	margin-bottom: 0;
}
#contacts__block .contacts__holder .holder .name {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(16px, 0.25vw + 15.2px, 20px);
	font-style: normal;
	font-weight: 700;
	line-height: 98.2%;
	letter-spacing: 6.5px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: rgba(255, 255, 255, 0.3);
}
#contacts__block .contacts__holder .left__side {
	max-width: 371px;
	width: 100%;
}
#contacts__block .contacts__holder .left__side .desc {
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.0025 * 100vw + 13.2px, 18px);
	font-style: normal;
	font-weight: 500;
	line-height: 216.2%;
	color: var(--card);
	line-height: 190.2%;
	margin-bottom: 67px;
}
#contacts__block .contacts__holder .left__side .phones__holder .phone__item {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
#contacts__block .contacts__holder .left__side .phones__holder .phone__item .name {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(16px, 0.0025 * 100vw + 15.2px, 20px);
	font-style: normal;
	font-weight: 700;
	line-height: 98.2%; /* 19.64px */
	letter-spacing: 6.5px;
	text-transform: uppercase;
	margin-bottom: 8px;
	color: rgba(255, 255, 255, 0.3);
}
#contacts__block .contacts__holder .left__side .phones__holder .phone__item .value {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(18px, 0.01125 * 100vw + 14.4px, 36px);
	font-style: normal;
	font-weight: 600;
	line-height: 98.2%;
	font-family: 700;
	color: var(--card);
	line-height: 190.2%;
	-webkit-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
}
#contacts__block .contacts__holder .left__side .phones__holder .phone__item .value:hover {
	color: var(--primary);
}
#contacts__block .contacts__holder .left__side .phones__holder .phone__item:last-child {
	margin-bottom: 0;
}
#contacts__block .contacts__holder .right__side {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 32px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
}
#contacts__block .contacts__holder .right__side .holder .name {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(16px, 0.0025 * 100vw + 15.2px, 20px);
	font-style: normal;
	font-weight: 700;
	line-height: 98.2%; /* 19.64px */
	letter-spacing: 6.5px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: rgba(255, 255, 255, 0.3);
}
#contacts__block .contacts__holder .right__side .holder .item {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
#contacts__block .contacts__holder .right__side .holder .item .value p {
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.0025 * 100vw + 13.2px, 18px);
	font-style: normal;
	font-weight: 500;
	color: var(--card);
	line-height: 152.2%;
	-webkit-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
}
#contacts__block .contacts__holder .right__side .holder .item .value p p {
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.0025 * 100vw + 13.2px, 18px);
	font-style: normal;
	font-weight: 500;
	line-height: 152.2%;
	color: var(--card);
	margin-bottom: 0;
}
#contacts__block .contacts__holder .right__side .holder .item .value p:hover {
	color: var(--primary);
}
#contacts__block .contacts__holder .right__side .holder .item:last-child {
	margin-bottom: 0;
}
#contacts__block .contacts__holder .right__side .holder .item:last-child {
	margin-bottom: 0;
}
#contacts__block .contacts__holder .right__side .holder.socials__holder .name {
	margin-bottom: 17px;
}
#contacts__block .contacts__holder .right__side .holder.socials__holder .soc__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
#contacts__block .contacts__holder .right__side .holder.socials__holder .soc__wrapper .soc__item {
	width: 20px;
	height: 20px;
	margin-bottom: 0;
}
#contacts__block
	.contacts__holder
	.right__side
	.holder.socials__holder
	.soc__wrapper
	.soc__item
	img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
}
#contacts__block .contacts__holder .right__side .holder.location__holder .location__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#contacts__block
	.contacts__holder
	.right__side
	.holder.location__holder
	.location__wrapper
	.loc__item {
	max-width: 200px;
	max-height: 40px;
}
#contacts__block
	.contacts__holder
	.right__side
	.holder.location__holder
	.location__wrapper
	.loc__item
	img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
}

#contacts__block .contacts__holder .holder.socials__holder .soc__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

#contacts__block .contacts__holder .holder .item .value p {
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.25vw + 13.2px, 18px);
	font-style: normal;
	font-weight: 400;
	line-height: 152.2%;
	color: var(--card);
	margin-bottom: 0;
}

#contacts__block .contacts__holder .holder.location__holder .location__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#contacts__block .copyright {
	font-family: 'Inter', sans-serif;
	font-size: clamp(10px, 0.25vw + 9.2px, 14px);
	font-style: normal;
	font-weight: 400;
	line-height: 190.2%;
	color: var(--gray);
	margin-top: 16px;
}

@media (max-width: 992px) {
	#contacts__block {
		padding: 40px 0;
	}
	#contacts__block .contacts__holder {
		gap: 40px;
	}
}
@media (max-width: 600px) {
	#contacts__block .title {
		margin-bottom: 10px;
	}
	#contacts__block .contacts__holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}
	#contacts__block .contacts__holder .left__side {
		max-width: 100%;
	}
	#contacts__block .contacts__holder .left__side .desc {
		margin-bottom: 10px;
	}
	#contacts__block .contacts__holder .right__side {
		width: 100%;
	}
}
@media (max-width: 1200px) {
	#footer .footer__holder .docs-holder {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 15px 1fr;
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
}
@media (max-width: 600px) {
	#footer .footer__holder .docs-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 5px;
	}
}
@media (max-width: 498px) {
	#footer .footer__holder .docs-holder {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		margin: unset;
		text-align: left;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
@media (max-width: 460px) {
	#contacts__block .contacts__holder .right__side {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
	}
}
/*============= COLORS ===============*/
:root {
	--head: #101010;
	--head2: #111;
	--head3: #151515;
	--stroke: #252525;
	--stroke2: #282828;
	--card: #fff;
	--primary: #e5bc28;
	--dark: #323232;
	--stroke3: #2b2b2b;
	--17: #171717;
	--gray: #5f5f5f;
}

/*============= ALIGNES ===============*/
.alignwide {
	width: 100%;
}

.alignfull {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
	.alignfull {
		width: 100vw !important;
		max-width: unset;
		margin-left: -375px !important;
		margin-right: -375px !important;
	}
}
/* =========== BASE CONFIG =========== */
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background-color: var(--head);
	overflow-x: hidden;
	margin: 0 auto;
	width: auto;
}
body::-webkit-scrollbar {
	width: 6px;
}
body::-webkit-scrollbar-track {
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(rgba(175, 175, 178, 0)),
		color-stop(30%, rgba(175, 175, 178, 0)),
		color-stop(50%, rgb(175, 175, 178)),
		color-stop(70%, rgba(175, 175, 178, 0)),
		to(rgba(175, 175, 178, 0))
	);
	background: linear-gradient(
		to left,
		rgba(175, 175, 178, 0) 0%,
		rgba(175, 175, 178, 0) 30%,
		rgb(175, 175, 178) 50%,
		rgba(175, 175, 178, 0) 70%,
		rgba(175, 175, 178, 0) 100%
	);
}
body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: var(--primary);
}

a {
	text-decoration: none;
	color: #121212;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
a:hover {
	color: var(--primary);
}

ul li {
	list-style-position: inside;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 10px;
}
ul li::marker {
	color: #1f2f47;
}

ol li {
	list-style-position: inside;
	color: #121212;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 15px;
	color: #121212;
	font-size: 18px;
	line-height: 26px;
}

h1.page-title {
	color: var(--title);
	margin-bottom: 40px;
}

h1.product_title {
	color: var(--title);
	margin-bottom: 40px;
}

.breadcrumbs {
	padding: 20px 0 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: var(--card);
}
.breadcrumbs span {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: var(--card);
	-webkit-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
}
.breadcrumbs span:hover {
	color: var(--primary);
}
.breadcrumbs span.current-item {
	color: var(--primary);
}

.container {
	max-width: 1197px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.container.extended {
	max-width: 1292px;
}

.btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background: var(--primary);
	border-radius: 18px;
	border: 1px solid var(--primary);
	outline: none;
	color: var(--head);
	font-family: 'Neusa', sans-serif;
	font-size: clamp(16px, 0.01 * 100vw + 12.8px, 32px);
	font-style: normal;
	font-weight: 600;
	line-height: 98.2%; /* 31.424px */
	letter-spacing: 4.16px;
	text-transform: uppercase;
	cursor: pointer;
	padding: 22px 47px 22px 46px;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.btn svg {
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.btn svg path {
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.btn:hover {
	border-color: var(--primary);
	background: var(--head);
	color: var(--primary);
}
.btn.invert {
	background: var(--card);
	border-color: var(--card);
	color: var(--primary);
}
.btn.invert:hover {
	color: var(--card);
	background: transparent;
}
.btn.invert.no-bg {
	background: transparent;
	color: var(--card);
	border-color: var(--card);
}
.btn.invert.no-bg:hover {
	color: var(--primary);
	background: var(--card);
}

#main,
#primary {
	min-height: 83vh;
}

.title {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(25px, 0.044375 * 100vw + 10.8px, 96px);
	font-style: normal;
	font-weight: 700;
	line-height: 98.2%;
	color: var(--card);
	margin-bottom: 30px;
	text-transform: uppercase;
}
.title span {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(25px, 0.044375 * 100vw + 10.8px, 96px);
	font-style: normal;
	font-weight: 700;
	line-height: 98.2%;
	color: var(--primary);
}
.title.smaller {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(18px, 0.02875 * 100vw + 8.8px, 64px);
	font-style: normal;
	font-weight: 600;
	line-height: 98.2%;
}
.title.smaller span {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(18px, 0.02875 * 100vw + 8.8px, 64px);
	font-style: normal;
	font-weight: 600;
	line-height: 98.2%;
}

input.error,
textarea.error {
	-webkit-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
	border: 1px solid red !important;
}
input.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
	color: red !important;
}
input.error::-moz-placeholder,
textarea.error::-moz-placeholder {
	color: red !important;
}
input.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
	color: red !important;
}
input.error::-ms-input-placeholder,
textarea.error::-ms-input-placeholder {
	color: red !important;
}
input.error::placeholder,
textarea.error::placeholder {
	color: red !important;
}

.slide__prev,
.slide__next {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	background: var(--bgLight);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-transition: background 0.4s ease-out;
	transition: background 0.4s ease-out;
}
.slide__prev svg path,
.slide__next svg path {
	-webkit-transition: stroke 0.4s ease-out;
	transition: stroke 0.4s ease-out;
}
.slide__prev:hover,
.slide__next:hover {
	background: var(--primary);
}
.slide__prev:hover svg path,
.slide__next:hover svg path {
	stroke: var(--card);
}
.slide__prev.swiper-button-disabled,
.slide__next.swiper-button-disabled {
	pointer-events: none;
}

.slide__pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
.slide__pagination .swiper-pagination-bullet {
	margin: 0;
	-webkit-transition: background 0.4s ease-out;
	transition: background 0.4s ease-out;
	background: var(--bgDark);
}
.slide__pagination .swiper-pagination-bullet-active {
	border-radius: 10px;
	background: var(--hover);
}

/*====== NAVIGATION ===========*/
.navigation {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
}
.navigation .page-numbers {
	color: var(--stroke);
}
.navigation .page-numbers.current {
	color: var(--primary);
}
.navigation .page-numbers.prev {
	margin-right: 20%;
	width: 48px;
	height: 48px;
	background: var(--primary);
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: background 0.4s ease-out;
	transition: background 0.4s ease-out;
}
.navigation .page-numbers.prev svg path {
	-webkit-transition: stroke 0.4s ease-out;
	transition: stroke 0.4s ease-out;
}
.navigation .page-numbers.prev:hover {
	background: var(--hover);
}
.navigation .page-numbers.prev:hover svg path {
	stroke: var(--card);
}
.navigation .page-numbers.next {
	margin-left: 20%;
	width: 48px;
	height: 48px;
	background: var(--primary);
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: background 0.4s ease-out;
	transition: background 0.4s ease-out;
}
.navigation .page-numbers.next svg path {
	-webkit-transition: stroke 0.4s ease-out;
	transition: stroke 0.4s ease-out;
}
.navigation .page-numbers.next:hover {
	background: var(--hover);
}
.navigation .page-numbers.next:hover svg path {
	stroke: var(--card);
}

/*============ HEADER =================*/
#header .header_top_holder {
	padding: 50px 0 33px;
}
#header .header_top_holder .logo__holder {
	display: block;
	width: 312px;
	margin: 0 auto;
}
#header .header_top_holder .logo__holder img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
}
#header .header_nav_holder .menuTop {
	padding: 30px 0;
	border-top: 1px solid var(--stroke);
	border-bottom: 1px solid var(--stroke);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
	list-style: none;
}
#header .header_nav_holder .menuTop .nav-menu-element {
	margin: 0;
}
#header .header_nav_holder .menuTop .nav-menu-element a {
	font-size: clamp(12px, 0.001875 * 100vw + 11.4px, 15px);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.825px;
	color: var(--card);
	text-transform: uppercase;
}
#header .header_nav_holder .menuTop .nav-menu-element a:hover {
	color: var(--primary);
}
#header .header_nav_holder .menuTop .nav-menu-element.acitve a {
	color: var(--primary);
}

/*================ MOBILE MNU =============*/
#header .burger.open_menu {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: transparent;
	height: 40px;
	width: 40px;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 2px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
#header .burger.open_menu span {
	background-color: var(--primary);
	width: 30px;
	height: 4px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	pointer-events: none;
}
#header .burger.open_menu.clicked {
	background-color: var(--primary);
}
#header .burger.open_menu.clicked span {
	background-color: #fff;
}
#header #mobile-mnu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: fixed;
	gap: 30px;
	top: 0;
	left: 0;
	height: 100%;
	width: 320px;
	background-color: var(--head);
	padding: 30px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translateX(-350px);
	transform: translateX(-350px);
	z-index: 9999;
}
#header #mobile-mnu #close-mnu {
	font-size: 45px;
	position: absolute;
	right: 20px;
	top: -10px;
	cursor: pointer;
	display: block;
	color: var(--primary);
}
#header #mobile-mnu a {
	font-size: 16px;
	line-height: 1;
	color: var(--text);
	font-weight: 450;
}
#header #mobile-mnu a:hover {
	color: var(--primary);
}
#header #mobile-mnu .logo__holder {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#header #mobile-mnu .logo__holder img {
	max-height: 60px;
}
#header #mobile-mnu .menuTop {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
}
#header #mobile-mnu .menuTop li {
	margin-bottom: 0px;
}
#header #mobile-mnu .menuTop li a {
	font-size: 16px;
	line-height: 1;
	color: var(--text);
	font-weight: 450;
}
#header #mobile-mnu .menuTop li a img,
#header #mobile-mnu .menuTop li a svg {
	display: none;
}
#header #mobile-mnu .menuTop li a:hover {
	color: var(--primary);
}
#header #mobile-mnu .menuTop li.active a {
	color: var(--primary);
}
#header #mobile-mnu .menuTop li.has-childs .sub-menu .nav-menu-element a {
	color: var(--text);
}
#header #mobile-mnu .menuTop li.has-childs .sub-menu .nav-menu-element.active a {
	color: var(--primary);
}
#header #mobile-mnu .adresses__holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	position: relative;
	width: 100%;
}
#header #mobile-mnu .adresses__holder p {
	font-size: 16px;
	line-height: 1;
	color: var(--head);
	font-weight: 450;
}
#header #mobile-mnu .email__holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10px;
}
#header #mobile-mnu .email__holder .email__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 1;
	color: var(--head);
	font-weight: 450;
}
#header #mobile-mnu .email__holder .email__item:hover {
	color: var(--primary);
}
#header #mobile-mnu .email__holder .email__item svg {
	margin-right: 10px;
}
#header #mobile-mnu .phones__holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10px;
}
#header #mobile-mnu .phones__holder .phone__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 1;
	color: var(--head);
	font-weight: 450;
}
#header #mobile-mnu .phones__holder .phone__item:hover {
	color: var(--primary);
}
#header #mobile-mnu .phones__holder .phone__item svg {
	margin-right: 10px;
}
#header #mobile-mnu .soc__holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#header #mobile-mnu .soc__holder .soc__item {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s ease-in;
	transition: background-color 0.3s ease-in;
}
#header #mobile-mnu .soc__holder .soc__item img,
#header #mobile-mnu .soc__holder .soc__item svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
}
#header #mobile-mnu.opened {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

/*============ FOOTER ===============*/
#footer {
	background: var(--17);
}
#footer .footer__holder {
	padding: 30px 0 46px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 37px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#footer .footer__holder::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #303030;
}
#footer .footer__holder .copyright {
	font-family: 'Inter', sans-serif;
	font-size: clamp(10px, 0.0025 * 100vw + 9.2px, 14px);
	font-style: normal;
	font-weight: 500;
	line-height: 190.2%;
	color: var(--card);
}
#footer .footer__holder .menuFoot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 38px;
	list-style: none;
}
#footer .footer__holder .menuFoot .nav-menu-element {
	margin: 0;
}
#footer .footer__holder .menuFoot .nav-menu-element a {
	font-family: 'Inter', sans-serif;
	font-size: clamp(10px, 0.000625 * 100vw + 9.8px, 11px);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.32px;
	text-transform: uppercase;
	color: var(--card);
}
#footer .footer__holder .menuFoot .nav-menu-element a:hover {
	color: var(--primary);
}
#footer .footer__holder .docs-holder {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/* grid-template-columns: repeat(2, 1fr); */
	/* grid-gap: 10px; */
	gap: 35px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
#footer .footer__holder .docs-holder button {
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 190.2%;
	outline: none;
	border: none;
	background-color: transparent;
	color: var(--gray);
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}
#footer .footer__holder .docs-holder button:hover {
	color: #fff;
}

/* ============== PRIVACY PAGE ============= */
.privacy__page p {
	color: var(--text);
	margin-bottom: 15px;
}
.privacy__page ul li,
.privacy__page ol li {
	color: var(--text);
	margin-bottom: 10px;
}
.privacy__page h2,
.privacy__page h3,
.privacy__page h4,
.privacy__page h5,
.privacy__page h6 {
	color: var(--head);
	margin: 20px 0;
}

/* ============= NOT FOUND PAGE =========== */
.not__found .not_found_holder {
	padding-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
}
.not__found .not_found_holder .left__side {
	width: 50%;
}
.not__found .not_found_holder .left__side .name__side {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(25px, 0.040625 * 100vw + 12px, 90px);
	font-style: normal;
	font-weight: 700;
	line-height: 90%;
	color: var(--card);
	margin-bottom: 15px;
}
.not__found .not_found_holder .left__side .desc__side {
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.00375 * 100vw + 12.8px, 20px);
	font-style: normal;
	font-weight: 500;
	line-height: 205%;
	color: var(--card);
	margin-bottom: 30px;
}
.not__found .not_found_holder .right__side {
	font-size: clamp(150px, 0.03125 * 100vw + 140px, 200px);
	font-style: normal;
	font-weight: 800;
	line-height: 120%;
	color: var(--primary);
}

/* ============== MODAL ============= */
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
	display: none;
}
.wpcf7 .ajax-loader {
	display: none;
}
.wpcf7 .wpcf7-spinner {
	display: none;
}

.theme-modal {
	min-width: 400px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	max-height: 90vh;
	max-width: 90vw;
	background-color: var(--head);
	border: 1px solid var(--primary);
	border-radius: 18px;
	position: fixed;
	left: 50%;
	top: 50%;
	padding: 40px 20px;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	pointer-events: none;
	-webkit-transition: -webkit-transform 0.3s ease-in;
	transition: -webkit-transform 0.3s ease-in;
	transition: transform 0.3s ease-in;
	transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
	z-index: 99999;
	overflow-y: auto;
}
.theme-modal::-webkit-scrollbar {
	width: 6px;
}
.theme-modal::-webkit-scrollbar-track {
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(rgba(175, 175, 178, 0)),
		color-stop(30%, rgba(175, 175, 178, 0)),
		color-stop(50%, rgb(175, 175, 178)),
		color-stop(70%, rgba(175, 175, 178, 0)),
		to(rgba(175, 175, 178, 0))
	);
	background: linear-gradient(
		to left,
		rgba(175, 175, 178, 0) 0%,
		rgba(175, 175, 178, 0) 30%,
		rgb(175, 175, 178) 50%,
		rgba(175, 175, 178, 0) 70%,
		rgba(175, 175, 178, 0) 100%
	);
}
.theme-modal::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: var(--primary);
}
.theme-modal.text-modal .title {
	text-align: center;
	font-family: 'Neusa', sans-serif;
	font-size: clamp(18px, 0.02875 * 100vw + 8.8px, 64px);
	font-style: normal;
	font-weight: 600;
	line-height: 98.2%;
	color: var(--card);
	margin-bottom: 20px;
}
.theme-modal.text-modal .desc {
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.00375 * 100vw + 12.8px, 20px);
	font-style: normal;
	font-weight: 500;
	line-height: 205%;
	color: var(--card);
	text-align: center;
	margin-bottom: 0;
}
.theme-modal.privacy .title {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(18px, 0.02875 * 100vw + 8.8px, 64px);
	font-style: normal;
	font-weight: 600;
	line-height: 98.2%;
	margin-bottom: 20px;
}
.theme-modal.privacy h2,
.theme-modal.privacy h3,
.theme-modal.privacy h4,
.theme-modal.privacy h5,
.theme-modal.privacy h6 {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(16px, 0.015 * 100vw + 11.2px, 40px);
	font-style: normal;
	font-weight: 600;
	line-height: 98.2%;
	color: var(--card);
	margin-bottom: 15px;
}
.theme-modal.privacy p {
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.00125 * 100vw + 13.6px, 16px);
	font-style: normal;
	font-weight: 500;
	line-height: 216.2%;
	color: var(--card);
	margin-bottom: 15px;
}
.theme-modal.modal-open {
	pointer-events: all;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}
.theme-modal .close-modal {
	position: absolute;
	right: 20px;
	top: 0px;
	font-size: 30px;
	font-weight: 500;
	color: var(--card);
	cursor: pointer;
	-webkit-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
}
.theme-modal .close-modal:hover {
	color: var(--primary);
}
.theme-modal .name__form {
	font-family: 'Neusa', sans-serif;
	font-size: clamp(18px, 0.02875 * 100vw + 8.8px, 64px);
	font-style: normal;
	font-weight: 600;
	line-height: 98.2%;
	color: var(--card);
	text-align: center;
	margin-bottom: 30px;
}
.theme-modal .form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}
.theme-modal .form input {
	width: 100%;
	margin: 0 auto;
	padding: 15px 30px;
	border: 1px solid var(--primary);
	background: transparent;
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.00375 * 100vw + 12.8px, 20px);
	font-style: normal;
	font-weight: 500;
	line-height: 205%;
	border-radius: 10px;
	color: var(--card);
}
.theme-modal .form input::-webkit-input-placeholder {
	color: var(--card);
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.00375 * 100vw + 12.8px, 20px);
	font-style: normal;
	font-weight: 500;
	line-height: 205%;
}
.theme-modal .form input::-moz-placeholder {
	color: var(--card);
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.00375 * 100vw + 12.8px, 20px);
	font-style: normal;
	font-weight: 500;
	line-height: 205%;
}
.theme-modal .form input:-ms-input-placeholder {
	color: var(--card);
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.00375 * 100vw + 12.8px, 20px);
	font-style: normal;
	font-weight: 500;
	line-height: 205%;
}
.theme-modal .form input::-ms-input-placeholder {
	color: var(--card);
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.00375 * 100vw + 12.8px, 20px);
	font-style: normal;
	font-weight: 500;
	line-height: 205%;
}
.theme-modal .form input::placeholder {
	color: var(--card);
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.00375 * 100vw + 12.8px, 20px);
	font-style: normal;
	font-weight: 500;
	line-height: 205%;
}
.theme-modal .form input:focus {
	outline: none;
}
.theme-modal .form textarea {
	width: 100%;
	height: 120px;
	margin: 0 auto;
	padding: 15px 30px;
	border: 1px solid var(--primary);
	background: transparent;
	border-radius: 10px;
	color: var(--card);
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.00375 * 100vw + 12.8px, 20px);
	font-style: normal;
	font-weight: 500;
	line-height: 205%;
	resize: none;
}
.theme-modal .form textarea::-webkit-input-placeholder {
	color: var(--card);
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.00375 * 100vw + 12.8px, 20px);
	font-style: normal;
	font-weight: 500;
	line-height: 205%;
}
.theme-modal .form textarea::-moz-placeholder {
	color: var(--card);
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.00375 * 100vw + 12.8px, 20px);
	font-style: normal;
	font-weight: 500;
	line-height: 205%;
}
.theme-modal .form textarea:-ms-input-placeholder {
	color: var(--card);
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.00375 * 100vw + 12.8px, 20px);
	font-style: normal;
	font-weight: 500;
	line-height: 205%;
}
.theme-modal .form textarea::-ms-input-placeholder {
	color: var(--card);
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.00375 * 100vw + 12.8px, 20px);
	font-style: normal;
	font-weight: 500;
	line-height: 205%;
}
.theme-modal .form textarea::placeholder {
	color: var(--card);
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.00375 * 100vw + 12.8px, 20px);
	font-style: normal;
	font-weight: 500;
	line-height: 205%;
}
.theme-modal .form textarea:focus {
	outline: none;
}
.theme-modal .form .privacy {
	text-align: center;
	color: var(--card);
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.00125 * 100vw + 13.6px, 16px);
	font-style: normal;
	font-weight: 500;
	line-height: 216.2%;
	line-height: 110%;
	margin-top: 10px;
}
.theme-modal .form .privacy a {
	cursor: pointer;
	color: var(--primary);
}
.theme-modal .form .btn {
	width: 100%;
}
.theme-modal .form .input-file {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	cursor: pointer;
}
.theme-modal .form .input-file input[type='file'] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.theme-modal .form .input-file .input-file-btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 5px;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	vertical-align: middle;
	color: var(--text);
	text-align: center;
	padding: 13px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	width: 100%;
	background: transparent;
	border: 1px solid var(--primary);
}
.theme-modal .form .input-file .input-file-btn svg path {
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.theme-modal .form .input-file .input-file-btn:hover {
	color: var(--primary);
}
.theme-modal .form .input-file .input-file-btn:hover svg path {
	stroke: var(--primary);
}
.theme-modal .form .input-file .input-file-text {
	display: none;
	color: var(--text);
	line-height: 150%;
}
.theme-modal .form .input-file .input-file-text.visible {
	display: -ms-flexbox;
	display: flex;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* ============= MEDIA QUERIES =========== */
@media (max-width: 992px) {
	.title,
	h1.page-title,
	h1.product_title {
		margin-bottom: 20px;
	}
	.not__found .not_found_holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.not__found .not_found_holder .left__side {
		width: 100%;
	}
	.not__found .not_found_holder .left__side .name__side {
		text-align: center;
	}
	.not__found .not_found_holder .left__side .desc__side {
		text-align: center;
	}
	.not__found .not_found_holder .left__side .btn {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto;
	}
	.not__found .not_found_holder .left__side .right__side {
		width: 100%;
	}
	#header .header_top_holder {
		padding: 20px 0;
	}
	#footer .footer__holder {
		padding: 30px 0;
		gap: 20px;
	}
	#footer .footer__holder .menuFoot {
		gap: 15px;
	}
}
@media (max-width: 820px) {
	#header .header_top_holder .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 10px;
	}
	#header .header_top_holder .container .logo__holder {
		width: 250px;
		margin: 0;
	}
	#header .header_top_holder .container .burger.open_menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	#header .header_nav_holder {
		display: none;
	}
}
@media (max-width: 498px) {
	.theme-modal {
		min-width: 90%;
		width: 100%;
	}
}
#header #mobile-mnu .email__holder .email__item {
	color: #fff;
}

#header #mobile-mnu .soc__holder .soc__item {
	width: 25px;
}
