/* Common */
@import url("icons.css");
@font-face {
	font-family: 'Raleway';
	src: url("fonts/Raleway-Regular.woff2") format("woff2"), url("fonts/Raleway-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: url("fonts/Raleway-Medium.woff2") format("woff2"), url("fonts/Raleway-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: url("fonts/Raleway-SemiBold.woff2") format("woff2"), url("fonts/Raleway-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: url("fonts/Raleway-Bold.woff2") format("woff2"), url("fonts/Raleway-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* Media */
/* Content */
html {
	overflow-x: hidden;
	overflow-y: scroll;
	height: auto;
}

body {
	font-family: "Raleway", sans-serif;
	min-width: calc(360 * 1px);
	/* px-to-viewport-ignore */
	font-style: normal;
	font-weight: normal;
	font-weight: 500;
	font-size: 4.44444vw;
	line-height: 120%;
	letter-spacing: -0.02em;
	overflow: unset;
	color: #1C1C1C;
	background: #F5F5F6;
	-webkit-font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;
	        font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;
}

.compensate-for-scrollbar {
	margin-right: 0 !important;
}

:root {
	--bs-gutter-x: 2.77778vw;
	--raleway: Raleway, sans-serif;
}

.wrapper {
	max-width: 533.33333vw;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.container {
	max-width: none;
	padding: 0 3.33333vw;
}

.section-block {
	padding: 5.55556vw 0;
}

.inner-block {
	display: flex;
	flex-direction: column;
	gap: 6.66667vw;
}

.fancybox-active {
	overflow: hidden !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	margin: 0;
}

textarea,
select,
button,
input,
a:focus,
a:hover,
a {
	color: inherit;
	transition: 0.3s;
	outline: 0;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

[href^="tel:"] {
	white-space: nowrap;
}

img, svg {
	max-width: 100%;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

*:focus {
	outline: none !important;
}

p {
	margin: 0;
}

button, input, select, textarea {
	font-family: inherit;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: inherit;
}

::-ms-input-placeholder {
	opacity: 1;
	color: inherit;
}

::placeholder {
	opacity: 1;
	color: inherit;
}

source {
	display: none;
}

label.error {
	display: none !important;
}

.widget-form-privacy {
	display: none !important;
}

.hidden {
	display: none;
}

.visible {
	display: block;
}

.hide-scrollbar {
	overflow: scroll;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* FF */
	margin: 0 -4.16667vw;
	padding: 0 4.16667vw;
}

.hide-scrollbar::-webkit-scrollbar {
	/* Chrome, Safari, Opera */
	display: none;
}

.link-hover {
	display: inline-block;
	position: relative;
}

.link-hover, .link-hover a {
	text-decoration: none !important;
}

.link-hover:before {
	content: '';
	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	border-bottom: 1px solid;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.link-hover:before {
	-webkit-transform: scale3d(0, 1, 1);
	        transform: scale3d(0, 1, 1);
	-webkit-transform-origin: bottom right;
	        transform-origin: bottom right;
}

.link-hover:hover:before {
	-webkit-transform: scale3d(1, 1, 1);
	        transform: scale3d(1, 1, 1);
	-webkit-transform-origin: bottom left;
	        transform-origin: bottom left;
}

.link-unhover {
	display: inline-block;
	position: relative;
}

.link-unhover, .link-unhover a {
	text-decoration: none !important;
}

.link-unhover:before {
	content: '';
	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	border-bottom: 1px solid;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.link-unhover:before {
	-webkit-transform: scale3d(1, 1, 1);
	        transform: scale3d(1, 1, 1);
	-webkit-transform-origin: bottom left;
	        transform-origin: bottom left;
}

.link-unhover:hover:before {
	-webkit-transform: scale3d(0, 1, 1);
	        transform: scale3d(0, 1, 1);
	-webkit-transform-origin: bottom right;
	        transform-origin: bottom right;
}

[data-more-hidden] {
	display: none !important;
}

.slick-list,
.slick-track {
	display: flex;
}

.title {
	font-weight: 600;
	font-size: 10.55556vw;
	line-height: 110%;
}

.subtitle {
	font-weight: 600;
	font-size: 6.66667vw;
	line-height: 120%;
}

.button {
	color: #fff;
	background: #ED131C;
	border-radius: 3.33333vw;
	font-weight: 600;
	font-size: 4.16667vw;
	line-height: 100%;
	padding: 4.44444vw;
	min-height: 13.05556vw;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 2.77778vw;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
}

.slider-nav {
	display: grid;
	align-items: end;
	grid-template-columns: repeat(2, 12.22222vw);
	grid-gap: 5.55556vw;
	height: 12.22222vw;
}

.slider-nav span {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 12.22222vw;
	height: 12.22222vw;
	border-radius: 3.33333vw;
	transition: all .3s;
	background: #E0E1E5;
}

.slider-nav-icon {
	width: 6.66667vw;
	height: 6.66667vw;
	flex: 0 0 auto;
	font-size: 6.66667vw;
}

.slider-nav .slick-disabled {
	background: #FFF;
}

.slider-nav .slick-disabled i {
	-webkit-filter: brightness(0) saturate(100%) invert(55%) sepia(5%) saturate(148%) hue-rotate(181deg) brightness(89%) contrast(89%);
	        filter: brightness(0) saturate(100%) invert(55%) sepia(5%) saturate(148%) hue-rotate(181deg) brightness(89%) contrast(89%);
}

.slick-dots {
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 4.44444vw auto;
	flex-wrap: wrap;
	width: 96%;
}

.slick-dots li {
	flex: 1 1 0;
}

.slick-dots li button {
	color: transparent;
	background: #E0E1E5;
	border: 0;
	width: 100%;
	height: 1.11111vw;
	border-radius: 2.77778vw;
	position: relative;
	z-index: 4;
}

.slick-dots .slick-active button {
	background: #1C1C1C;
}

.overlay.active {
	z-index: 10;
	background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
	.d-desktop {
		display: none !important;
	}
}

/* Form */
.form-section {
	color: #fff;
	background: #ED131C;
	padding: 3.33333vw 0;
	border-radius: 4.44444vw;
}

.form__wrapper {
	display: flex;
	flex-direction: column;
	gap: 2.77778vw;
	background: url("../img/form/rune.png") no-repeat right 0 top 3.33333vw;
	background-size: 27.77778vw 27.77778vw;
}

.form__top {
	display: flex;
	flex-direction: column;
	gap: 2.77778vw;
}

.form__title {
	font-weight: 600;
	font-size: 7.22222vw;
	line-height: 110%;
}

.form__text {
	font-size: 5vw;
	font-weight: 400;
	line-height: 130%;
}

.form__items {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2.77778vw;
}

.form__item a, .form__item button {
	outline: none;
	border: none;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #1C1C1C;
}

.form__item a:disabled, .form__item button:disabled {
	background: gray;
}

.form__input {
	font-weight: 500;
	font-size: 3.88889vw;
	line-height: 120%;
	width: 100%;
	min-height: 13.61111vw;
	color: #7E7F81;
	padding: 0 4.44444vw;
	background-color: #fff;
	outline: none;
	border: none;
	border-radius: 2.22222vw;
}

.form__input.error {
	border: 1px solid #ff2626;
}

.form__input.error::-webkit-input-placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #ff2626;
}

.form__input.error::-ms-input-placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #ff2626;
}

.form__input.error::placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #ff2626;
}

.form__input.error:-ms-input-placeholder {
	/* IE 10+ */
	color: #ff2626;
}

.form__footer {
	position: relative;
	display: block;
	font-size: 3.33333vw;
	cursor: pointer;
	margin-bottom: 0;
	padding: 5.55556vw 0 0;
}

.form__footer-checkbox {
	position: absolute;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.44444vw;
	height: 4.44444vw;
	border-radius: 1.11111vw;
	background: #E0E1E5;
	border: 1px solid;
	border-color: #E0E1E5;
}

.form__footer-checkbox input {
	display: none;
}

.form__footer-checkbox-icon {
	opacity: 0;
	transition: 0.1s;
}

:checked ~ .form__footer-checkbox-icon {
	opacity: 1;
}

.form__footer-text {
	font-weight: 500;
	font-size: 2.77778vw;
	line-height: 130%;
	padding-left: 7.22222vw;
}

.form__footer-text a {
	color: inherit;
	text-decoration: underline;
}

/* Blocks */
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	content: '';
	font-size: inherit;
	line-height: 1;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	padding: 0 0.5em;
}

.icon-checkbox-red:before {
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4068 5.45829L8.38566 12.1103C8.23792 12.3544 7.98996 12.5 7.72174 12.5C7.48447 12.5 7.25972 12.3858 7.10572 12.1864L4.63242 8.99465C4.43494 8.73968 4.46109 8.36516 4.69247 8.14196C4.91722 7.92444 5.29486 7.92028 5.52477 8.13326L7.62632 10.0792L11.3873 4.75502C11.5745 4.49021 11.9624 4.41871 12.2277 4.60181C12.5033 4.7921 12.5821 5.16851 12.4068 5.45829Z' fill='%23FF0A47'/%3E%3C/svg%3E");
}

.header {
	z-index: 99;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: auto;
	right: auto;
	left: 0;
	right: 0;
	width: 100%;
	background: #f5f6f5;
	padding: 5.55556vw 0;
}

.header__box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__logo {
	max-width: 70.55556vw;
	width: 100%;
}

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

.header__menu-icon {
	width: 6.66667vw;
	height: 6.66667vw;
	flex: 0 0 auto;
	font-size: 6.66667vw;
}

.header__back {
	display: none;
}

.page-thanks .header__back {
	display: flex;
}

.header__nav {
	-webkit-transform: translateX(200%);
	        transform: translateX(200%);
	transition: all .5s;
	display: flex;
	flex-direction: column;
	gap: 11.11111vw;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin-left: auto;
	height: 100%;
	padding: 5.55556vw 3.33333vw;
}

.page-thanks .header__nav-button {
	display: none;
}

.header__nav-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__nav-items {
	font-weight: 500;
	font-size: 5.27778vw;
	line-height: 120%;
	display: flex;
	flex-direction: column;
	gap: 6.66667vw;
}

.header__nav-items a {
	display: block;
	text-align: center;
}

.header__nav-items .button {
	margin-top: 5.55556vw;
}

.header__nav-bottom {
	font-weight: 400;
	font-size: 3.33333vw;
	line-height: 100%;
	display: flex;
	flex-direction: column;
	gap: 5.55556vw;
	max-width: 76.66667vw;
}

.header__nav-bottom-tg {
	font-weight: 700;
	font-size: 4.44444vw;
	line-height: 120%;
	display: flex;
	justify-content: flex-start;
	gap: 5.55556vw;
}

.header__nav-bottom-tg div {
	width: 10.55556vw;
	height: 10.55556vw;
	background: #1C1C1C;
	border-radius: 2.63889vw;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 10.55556vw;
}

.header__nav.active {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	background: #FFF;
	overflow: auto;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
}

.footer__back {
	display: none;
}

.page-thanks .footer__back {
	display: flex;
}

.page-thanks .footer__button {
	display: none;
}

.footer__logo {
	max-width: 70.55556vw;
	width: 100%;
}

.footer__logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.footer__box {
	font-weight: 400;
	font-size: 3.33333vw;
	line-height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 5.55556vw;
}

.footer__box-tg {
	font-weight: 700;
	font-size: 4.44444vw;
	line-height: 120%;
	display: flex;
	justify-content: flex-start;
	gap: 2.22222vw;
}

.footer__box-tg div {
	width: 10.55556vw;
	height: 10.55556vw;
	background: #1C1C1C;
	border-radius: 2.63889vw;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 10.55556vw;
}

.footer__box-copy, .footer__box-privacy {
	flex-basis: 45%;
}

.footer__info {
	display: flex;
	flex-direction: column;
	gap: 2.77778vw;
	font-weight: 400;
	color: #1C1C1C;
	font-size: 3.33333vw;
}

/* Popups */
.popup {
	color: #fff;
	background: #ED131C;
	max-width: 94.44444vw;
	width: 100%;
	padding: 8.88889vw 4.44444vw;
}

.popup .form__title {
	font-weight: 500;
}

.popup-review {
	padding: 0;
	background: none;
}

.popup-review iframe {
	width: 100%;
	max-width: 222.22222vw;
	aspect-ratio: 16/9;
}

/* Thanks */
.main {
	margin: 18.61111vw 0 5.55556vw;
	color: #fff;
	background: #1C1C1C;
	border-radius: 4.44444vw;
	height: 154.16667vw;
	position: relative;
}

.main__bg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.main__inner {
	padding: 5.83333vw 0 3.33333vw;
	z-index: 3;
}

.main__title {
	font-weight: 800;
	font-size: 11.11111vw;
	line-height: 100%;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	margin-bottom: 5.27778vw;
}

.main__title span {
	display: block;
	color: #ED131C;
}

.main__subtitle {
	font-weight: 600;
	font-size: 5.27778vw;
	line-height: 120%;
	max-width: 56.66667vw;
}
