/* Common */
* {
	-webkit-font-variant-ligatures: no-common-ligatures;
	        font-variant-ligatures: no-common-ligatures;
}

html {
	height: 100%;
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -0.10417vw;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* end normalize.css */
/* Common styles */
html {
	height: 100%;
}

body {
	height: 100%;
	min-height: 100vh;
	margin: 0;
	background: #FFFFFF;
	overflow-x: hidden;
	overflow-y: scroll;
}

img {
	max-width: 100%;
	display: block;
}

@media (max-width: 767px) {
	.container {
		padding: 0 0.78125vw;
	}
}

.wrapper {
	min-height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.content {
	flex: 1 0 auto;
	position: relative;
}

/* Raleway */
@font-face {
	font-family: 'Raleway';
	src: local("Raleway ExtraBold"), local("Raleway-Regular"), url("../fonts/Raleway/Raleway-ExtraBold.woff") format("woff"), url("../fonts/Raleway/Raleway-ExtraBold.eot") format("eot"), url("../fonts/Raleway/Raleway-ExtraBold.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: local("Raleway Bold"), local("Raleway-Regular"), url("../fonts/Raleway/Raleway-Bold.woff") format("woff"), url("../fonts/Raleway/Raleway-Bold.eot") format("eot"), url("../fonts/Raleway/Raleway-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: local("Raleway SemiBold"), local("Raleway-Regular"), url("../fonts/Raleway/Raleway-SemiBold.woff") format("woff"), url("../fonts/Raleway/Raleway-SemiBold.eot") format("eot"), url("../fonts/Raleway/Raleway-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: local("Raleway Medium"), local("Raleway-Regular"), url("../fonts/Raleway/Raleway-Medium.woff") format("woff"), url("../fonts/Raleway/Raleway-Medium.eot") format("eot"), url("../fonts/Raleway/Raleway-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: local("Raleway Regular"), local("Raleway-Regular"), url("../fonts/Raleway/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway/Raleway-Regular.eot") format("eot"), url("../fonts/Raleway/Raleway-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: local("Raleway Light"), local("Raleway-Regular"), url("../fonts/Raleway/Raleway-Light.woff") format("woff"), url("../fonts/Raleway/Raleway-Light.eot") format("eot"), url("../fonts/Raleway/Raleway-Light.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: local("Raleway Thin"), local("Raleway-Thin"), url("../fonts/Raleway/Raleway-Thin.woff") format("woff"), url("../fonts/Raleway/Raleway-Thin.eot") format("eot"), url("../fonts/Raleway/Raleway-Thin.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}

* {
	box-sizing: border-box;
}

body {
	font-family: 'Raleway', sans-serif;
	font-size: 0.83333vw;
	font-weight: 400;
	min-width: 18.75vw;
	background: #E4E4E4;
	color: #000;
	font-variant-numeric: lining-nums proportional-nums;
}

:root {
	--red: #A8171E;
	--gray: #8D8D8D;
	--orange: #E3B97D;
}

.wrapper {
	overflow-x: hidden;
}

[type="submit"][disabled] {
	cursor: not-allowed !important;
	opacity: 0.7 !important;
}

.container {
	width: 100%;
	max-width: 94.27083vw;
	margin: 0 auto;
	padding: 0 2.08333vw;
	box-sizing: border-box;
}

.button {
	width: 100%;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	text-decoration: none;
	font-size: 0.83333vw;
	font-weight: 600;
	color: #fff;
	line-height: 1;
	padding: 0.83333vw 1.25vw;
	background: #ED131C;
	border-radius: 0.52083vw;
	transition: all .25s ease-in-out;
	cursor: pointer;
	text-align: center;
	letter-spacing: .3px;
}

.button:hover {
	outline: none;
	text-decoration: none;
	background: #f92830;
	color: #fff;
}

.button:active {
	outline: none;
	text-decoration: none;
	background: #e11018;
	color: #fff;
}

.title {
	margin-top: 0;
	margin-bottom: 1.66667vw;
	font-size: 3.22917vw;
	letter-spacing: -1px;
	font-weight: 600;
	line-height: 1.1;
}

/* Checkbox */
.checkbox input {
	margin: 0.52083vw 0 0 1.04167vw;
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.checkbox__text {
	padding: 0 0 0 1.19792vw;
	display: inline-block;
	color: #1C1C1C;
	font-weight: 500;
	font-size: 0.72917vw;
	position: relative;
	cursor: pointer;
	line-height: 1.3;
}

@media (max-width: 1440px) {
	.checkbox__text {
		font-size: 0.52083vw;
	}
}

.checkbox__text a {
	color: #1C1C1C;
	text-decoration: none;
	transition: .2s;
}

.checkbox__text:before {
	width: 0.83333vw;
	height: 0.83333vw;
	content: "";
	top: 1px;
	left: 0;
	position: absolute;
	background: #E0E1E5;
	box-sizing: border-box;
	transition: .2s;
	border-radius: 0.20833vw;
}

@media (max-width: 1440px) {
	.checkbox__text:before {
		width: 0.625vw;
		height: 0.625vw;
		border-radius: 0.15625vw;
	}
}

.checkbox__text:after {
	width: 0.83333vw;
	height: 0.83333vw;
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	background-color: transparent;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABCSURBVHgBhYwBCQAgDAQXwQhGMIKRbDAbGsEIVvAFH2RMNngYd8+L/C9LICdSCKojG0FCBqL3P7LbSZaWJ9+SWrgB2YUIqZ/VNeYAAAAASUVORK5CYII=);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
	box-sizing: border-box;
	opacity: 0;
	transition: .2s;
}

@media (max-width: 1440px) {
	.checkbox__text:after {
		width: 0.625vw;
		height: 0.625vw;
	}
}

.checkbox input:checked + .checkbox__text:after {
	opacity: 1;
}

/* Radiobutton */
.radio-buttons {
	display: flex;
}

.radio-buttons .radio-button {
	margin: 0 2.29167vw 0 0;
}

.radio-buttons .radio-button:last-of-type {
	margin: 0;
}

.radio-button {
	display: flex;
	position: relative;
	cursor: pointer;
}

.radio-button input {
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

.radio-button__btn {
	width: 1.04167vw;
	height: 1.04167vw;
	flex: 1.04167vw 0 0;
	margin: 0 0.52083vw 0 0;
	display: block;
	position: relative;
	border-radius: 100%;
	border: 1px solid #E1E1E1;
	transition: .2s;
}

.radio-button__btn:before {
	width: 0.52083vw;
	height: 0.52083vw;
	content: "";
	display: block;
	top: 0.26042vw;
	left: 0.26042vw;
	position: absolute;
	border-radius: 100%;
	background: #E1E1E1;
	transition: .2s;
	opacity: 0;
}

.radio-button__text {
	color: #000000;
	font-size: 0.9375vw;
}

.radio-button input:checked + .radio-button__btn:before {
	opacity: 1;
}

/* Input */
.input-title {
	width: 100%;
	display: inline-block;
	margin: 0 0 0.41667vw;
	color: #000000;
	font-size: 0.9375vw;
	font-weight: 400;
}

.input {
	width: 100%;
	padding: 1.09375vw 0.9375vw;
	color: #000000;
	font-size: 0.9375vw;
	font-weight: 400;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	transition: .2s;
	outline: none;
}

.input:hover {
	border: 1px solid #919191;
}

.input:focus {
	border: 1px solid #000000;
}

::-webkit-input-placeholder {
	color: #7E7F81;
	opacity: 1;
}

::-ms-input-placeholder {
	color: #7E7F81;
	opacity: 1;
}

::placeholder {
	color: #7E7F81;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #7E7F81;
	opacity: 1;
}

/* Select */
.select-box {
	width: 100%;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	transition: .2s;
	z-index: 9;
}

.select-box--active .select-box__cont:after {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.select-box li {
	padding: 1.04167vw 1.5625vw;
	font-size: 0.9375vw;
	cursor: pointer;
	position: relative;
	background: #FFFFFF;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
}

.select-box li:last-of-type {
	border-bottom: none;
}

.select-box li:before {
	display: none;
}

.select-box__cont {
	width: 100%;
	min-height: 1.5625vw;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: none;
	box-sizing: border-box;
}

.select-box__cont:after {
	width: 1.25vw;
	height: 1.04167vw;
	margin: 0 0 0 auto;
	content: "";
	display: block;
	bottom: 1px;
	position: relative;
	background-size: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01IDhMMC42Njk4NzMgMC41TDkuMzMwMTMgMC41MDAwMDFMNSA4WiIgZmlsbD0iIzg5OThBNCIvPgo8L3N2Zz4K");
	transition: .1s;
}

.select-box__dropdown {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border: 1px solid #EEEEEE;
	border-radius: 0.20833vw;
	list-style: none;
	box-sizing: border-box;
	box-shadow: 0px 0.57292vw 0.72917vw rgba(0, 0, 0, 0.25);
	z-index: 9;
}

.select-box__dropdown--active {
	display: block !important;
}

.fixed-cont {
	width: 100%;
	padding: 0.52083vw 1.04167vw;
	left: 0;
	bottom: 0;
	position: fixed;
	display: none;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	z-index: 9;
}

@media (max-width: 767px) {
	.fixed-cont {
		display: flex;
	}
}

.get-card-btn {
	width: 100%;
	padding: 1.04167vw;
	margin: 0 auto;
	background: #FFD98E;
	border-radius: 0.26042vw;
	text-align: center;
	text-decoration: none;
	box-shadow: 0px 0.26042vw 0.52083vw #00000045;
	z-index: 9;
	border: 0.10417vw solid #fff;
}

.get-card-btn__txt {
	color: #000000;
	font-size: 1.04167vw;
	font-weight: 600;
}

.error + label {
	position: absolute;
	top: -1.04167vw;
	left: 1.04167vw;
	color: #ED131C;
	font-weight: 600;
	font-size: 0.72917vw;
}

@media (max-width: 1440px) {
	.error + label {
		left: 0.625vw;
	}
}

.send-success h3 {
	font-size: 1.66667vw;
	padding-top: 5.98958vw;
	font-weight: 600;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

@media (max-width: 1440px) {
	.send-success h3 {
		font-size: 1.30208vw;
		padding-top: 5.72917vw;
	}
}

.send-success p {
	display: none;
	font-size: 0.9375vw;
	margin: 0;
}

/* Transition animation */
.hidden {
	display: none !important;
}

.transition.hidden {
	display: flex !important;
	opacity: 0 !important;
}

.transition {
	opacity: 1 !important;
	transition: .3s ease !important;
}

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

.slick-dots {
	position: absolute;
	top: -3.07292vw;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 0.625vw;
	height: 0.625vw;
	margin: 0 0.26042vw;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 0.625vw;
	height: 0.625vw;
	padding: 0.26042vw;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: #C7C7C7;
	border-radius: 50%;
}

.slick-dots li.slick-active button {
	background: #000;
}

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

.thanks-page .header__content {
	justify-content: space-between;
}

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

@-webkit-keyframes flyComment {
	0% {
		-webkit-transform: rotate(0) translateY(0);
		        transform: rotate(0) translateY(0);
	}
	40% {
		-webkit-transform: rotate(15deg) translateY(0.3125vw);
		        transform: rotate(15deg) translateY(0.3125vw);
	}
	80% {
		-webkit-transform: rotate(5deg) translateY(0.15625vw);
		        transform: rotate(5deg) translateY(0.15625vw);
	}
	100% {
		-webkit-transform: rotate(0) translateY(0);
		        transform: rotate(0) translateY(0);
	}
}

@keyframes flyComment {
	0% {
		-webkit-transform: rotate(0) translateY(0);
		        transform: rotate(0) translateY(0);
	}
	40% {
		-webkit-transform: rotate(15deg) translateY(0.3125vw);
		        transform: rotate(15deg) translateY(0.3125vw);
	}
	80% {
		-webkit-transform: rotate(5deg) translateY(0.15625vw);
		        transform: rotate(5deg) translateY(0.15625vw);
	}
	100% {
		-webkit-transform: rotate(0) translateY(0);
		        transform: rotate(0) translateY(0);
	}
}

.notification {
	position: relative;
	display: flex;
	align-items: flex-start;
}

.notification__popup {
	opacity: 0;
	position: absolute;
	left: 2.08333vw;
	top: -2.08333vw;
	z-index: 2;
	padding: 0.625vw 1.14583vw;
	width: 11.04167vw;
	border-radius: 0.83333vw;
	background: #FFF;
	box-shadow: 0 0 0.625vw 0 rgba(0, 0, 0, 0.14);
	transition: all .25s ease-in-out;
}

@media (max-width: 948px) {
	.notification__popup {
		left: -6.77083vw;
		top: -5.83333vw;
	}
}

.notification__icon {
	cursor: pointer;
}

.notification__icon:hover + .notification__popup {
	opacity: 1;
}

.notification__desc {
	margin: 0;
	font-size: 0.78125vw;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
}

/* Blocks */
.header-top {
	max-width: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1500;
	margin: 0 auto;
	background: transparent;
	transition: .3s;
}

.header-top__wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
}

.header-top__wrap-link {
	width: 100%;
	height: 1.30208vw;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
	cursor: pointer;
	text-decoration: none;
}

.header-top__wrap-link p {
	font-weight: 600;
	font-size: 0.83333vw;
	line-height: 100%;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
}

.header-top__wrap-link span {
	font-size: 0.72917vw;
	color: #E3B97D;
	text-decoration: underline;
}

.header-top__wrap-link-1 {
	background: #B51F1D;
}

.header-top__wrap-link-1:hover {
	background: #000;
}

.header-top__wrap-link-2 {
	background: #7A0808;
}

.header-top__wrap-link-2:hover {
	background: #000;
}

.header.page-scrolled {
	transition: .3s;
	background: #A8171E;
}

.header.page-scrolled .header__content {
	padding: 1.5625vw 0 0.26042vw !important;
	transition: .3s;
}

.header {
	max-width: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	margin: 0 auto;
	background: transparent;
	transition: .3s;
}

.header__content {
	display: flex;
	align-items: center;
	padding-top: 2.86458vw;
	transition: .3s;
}

.header__nav {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}

.header__nav--mobile {
	display: none;
}

.header__list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	gap: 1.04167vw;
}

.header__list-link {
	text-decoration: none;
	font-size: 0.83333vw;
	font-weight: 600;
	text-transform: uppercase;
	color: #E3B97D;
}

.header__right {
	margin-left: 1.5625vw;
}

.header__button {
	font-size: 0.83333vw;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3.07292vw;
	width: 100%;
	max-width: 12.76042vw;
	color: #E3B97D;
	background: none;
	outline: none;
	border: 0.10417vw solid #E3B97D;
	border-radius: 2.60417vw;
	padding: 0 2.29167vw;
	line-height: 1;
	transition: all .25s ease-out;
	cursor: pointer;
}

.header__button:hover {
	background: #E3B97D;
	color: #CF131B;
}

.header__burger {
	display: none;
}

.main {
	position: relative;
	height: 51.66667vw;
	background: #960404;
	color: #E3B97D;
	border-radius: 0 0 3.125vw 3.125vw;
	overflow: hidden;
}

.main__bg {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	-o-object-fit: contain;
	   object-fit: contain;
	width: calc(100% - 0.3125vw);
	pointer-events: none;
}

.main__bg-text--mobile {
	display: none;
}

.main__container {
	height: 100%;
	position: relative;
	display: flex;
	align-items: flex-end;
}

.main__bottom {
	position: relative;
	z-index: 10;
	width: 100%;
	display: grid;
	grid-template-columns: 14.58333vw 16.875vw 1fr;
	gap: 1.04167vw;
}

.main__bottom-wrap {
	width: 100%;
}

.main__bottom-wrap p {
	font-size: 1.45833vw;
	font-weight: 600;
	color: var(--orange);
	letter-spacing: -0.05em;
	line-height: 90%;
}

.main__desc {
	font-size: 1.45833vw;
	font-weight: 600;
	color: #E3B97D;
	margin: 0;
	letter-spacing: -0.07813vw;
	line-height: .9;
}

.main__desc-wrap {
	margin-right: 1.14583vw;
}

.main__desc-wrap img {
	max-width: 12.86458vw;
	width: 100%;
}

.main__button {
	text-decoration: none;
	outline: none;
	text-align: center;
	line-height: .9;
	letter-spacing: -1px;
	font-size: 1.45833vw;
	font-weight: 700;
	color: #CF131B;
	background: #E3B97D;
	border-radius: 1.45833vw;
	width: 14.89583vw;
	height: 7.03125vw;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
}

.main__button:before {
	content: '';
	position: absolute;
	right: -1.04167vw;
	bottom: -0.10417vw;
	width: 1.04167vw;
	height: 1.04167vw;
	background: #E4E4E4;
}

.main__button:after {
	content: '';
	position: absolute;
	right: -1.77083vw;
	bottom: -0.10417vw;
	width: 1.66667vw;
	height: 1.66667vw;
	background: #960404;
	border-radius: 50%;
}

.main__button-wrap {
	position: relative;
	border-radius: 1.45833vw 1.45833vw 0 0;
	margin-right: 1.82292vw;
	background: #E4E4E4;
	padding: 0.10417vw;
}

.main__button-wrap:before {
	content: '';
	position: absolute;
	left: -1.04167vw;
	bottom: 0;
	width: 1.04167vw;
	height: 1.04167vw;
	background: #E4E4E4;
}

.main__button-wrap:after {
	content: '';
	position: absolute;
	left: -1.66667vw;
	bottom: 0;
	width: 1.66667vw;
	height: 1.66667vw;
	background: #960404;
	border-radius: 50%;
}

.main__partners {
	max-width: 7.55208vw;
	width: 100%;
	pointer-events: none;
}

.main__partners:nth-child(4) {
	max-width: 4.6875vw;
}

.main__partners:nth-child(5) {
	max-width: 4.6875vw;
}

.main__partners:nth-last-child(1) {
	height: 4.16667vw;
}

.main__partners-wrap {
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 2.08333vw;
}

.events {
	padding-top: 3.07292vw;
}

.events__content {
	display: flex;
}

.events__title {
	font-size: 0.57292vw;
	font-weight: 800;
	margin: 0;
	line-height: 1;
	letter-spacing: 0.22396vw;
	text-transform: uppercase;
}

.events__title-wrap {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	max-width: 28.38542vw;
	margin-right: 1.92708vw;
}

.events__desc-wrap {
	flex: 1;
}

.events__item {
	display: flex;
	align-items: center;
	padding-bottom: 1.04167vw;
	margin-bottom: 1.04167vw;
	border-bottom: 1px solid #bbbbbb;
}

.events__item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.events__item-date-wrap {
	display: flex;
	align-items: center;
	padding-right: 1.97917vw;
	width: 10.10417vw;
}

.events__item-date-day {
	font-size: 4.6875vw;
	line-height: .8;
	font-weight: 800;
	letter-spacing: -1px;
}

.events__item-date-year {
	font-size: 0.9375vw;
	font-weight: 700;
	line-height: .9;
	margin-left: 0.52083vw;
	letter-spacing: -1px;
}

.events__item-desc {
	display: inline-block;
	font-size: 2.08333vw;
	font-weight: 800;
	line-height: .9;
	letter-spacing: -1px;
	max-width: 27.96875vw;
}

.events__item-desc-wrap {
	flex: 1;
	border-left: 1px solid #bbbbbb;
	padding-left: 1.97917vw;
	padding-right: 1.04167vw;
}

.events__item-button {
	flex: 1;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.22396vw;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.625vw;
	font-weight: 800;
	color: #ED131C;
	border: 1px solid #ED131C;
	border-radius: 1.5625vw;
	outline: none;
	text-decoration: none;
	width: 12.65625vw;
	max-width: 12.65625vw;
	height: 3.38542vw;
	transition: all .25s ease-out;
}

.events__item-button:hover {
	background: #ED131C;
	color: #E4E4E4;
}

.premium {
	margin-top: 10.67708vw;
}

.premium__content {
	display: flex;
	position: relative;
}

.premium__title {
	font-size: 0.57292vw;
	font-weight: 800;
	margin: 0;
	line-height: 1;
	letter-spacing: 0.22396vw;
	text-transform: uppercase;
	width: 100%;
	max-width: 13.22917vw;
}

.premium__title-wrap {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	max-width: 28.38542vw;
	margin-right: 1.92708vw;
}

.premium__subtitle {
	font-size: 3.38542vw;
	line-height: .9;
	margin: 0;
	font-weight: 700;
	letter-spacing: -0.07813vw;
	position: absolute;
	top: -0.78125vw;
	left: 0;
	text-indent: 30.41667vw;
}

.premium__desc {
	font-size: 2.08333vw;
	font-weight: 700;
	line-height: .9;
	letter-spacing: -0.07813vw;
	margin-bottom: 0;
	margin-top: 6.25vw;
}

.premium__desc--accent {
	color: #8D8D8D;
}

.premium__desc-wrap {
	flex: 1;
}

.advice {
	margin-top: 10.67708vw;
}

.advice__content {
	display: flex;
	align-items: center;
	padding: 0.98958vw;
	background: #cbcbcb;
	border-radius: 1.5625vw;
}

.advice__title {
	max-width: 27.03125vw;
	font-size: 3.54167vw;
	letter-spacing: -0.07813vw;
	line-height: .9;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 4.01042vw;
}

.advice__title-wrap {
	margin-right: 2.23958vw;
}

.advice__button-wrap {
	display: flex;
	gap: 1.04167vw;
}

.advice__button-desc {
	font-size: 0.9375vw;
	font-weight: 700;
	max-width: 17.29167vw;
	line-height: .9;
	margin: 0;
	letter-spacing: -0.07813vw;
}

.advice__subtitle {
	font-size: 2.08333vw;
	font-weight: 700;
	letter-spacing: -0.07813vw;
	line-height: .9;
	margin-top: 0;
	margin-bottom: 2.70833vw;
}

.advice__desc-wrap {
	display: flex;
	align-items: center;
}

.advice__desc-icon-2 {
	position: relative;
	top: 0.20833vw;
}

.advice__photo {
	margin-right: 1.35417vw;
	flex: 1;
	max-width: 21.61458vw;
}

.advice__person {
	font-size: 2.08333vw;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0.26042vw;
	letter-spacing: -0.07813vw;
	line-height: .9;
}

.advice__person-desc {
	margin: 0;
	color: #8D8D8D;
	font-size: 1.5625vw;
	font-weight: 700;
	line-height: .9;
}

.board {
	margin-top: 4.6875vw;
}

.board__content {
	display: grid;
	grid-template-columns: repeat(3, 25vw);
	justify-content: space-between;
	gap: 3.33333vw;
}

.board__item {
	position: relative;
}

.board__item:before {
	content: '';
	position: absolute;
	top: 21.92708vw;
	left: 0;
	height: 3.38542vw;
	width: 1px;
	background: #bbbbbb;
}

.board__item-img {
	margin-bottom: 1.5625vw;
}

.board__item-title {
	font-size: 2.08333vw;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	line-height: .9;
	max-width: 13.54167vw;
	letter-spacing: -0.07813vw;
}

.board__item-desc {
	font-size: 1.5625vw;
	font-weight: 700;
	line-height: .9;
	margin: 0;
	color: #8D8D8D;
	letter-spacing: -0.07813vw;
}

.board__button {
	flex: 1;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.22396vw;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.625vw;
	font-weight: 800;
	color: #ED131C;
	border: 1px solid #ED131C;
	border-radius: 1.5625vw;
	outline: none;
	text-decoration: none;
	width: 100%;
	max-width: 22.76042vw;
	height: 2.5vw;
	transition: all .25s ease-out;
}

.board__button:hover {
	background: #ED131C;
	color: #E4E4E4;
}

.board__button-wrap {
	border-top: 1px solid #bbbbbb;
	padding-top: 1.5625vw;
	margin-top: 2.91667vw;
	display: flex;
	justify-content: center;
}

.about {
	margin-top: 6.04167vw;
}

.about__title {
	font-size: 0.57292vw;
	font-weight: 800;
	margin-top: 0;
	margin-bottom: 1.5625vw;
	line-height: 1;
	letter-spacing: 0.22396vw;
	text-transform: uppercase;
}

.about__content {
	display: flex;
	border-right: 1px solid #bbbbbb;
}

.about__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0 1.04167vw;
	flex: 1;
	border-left: 1px solid #bbbbbb;
}

.about__item:nth-child(3) {
	border-left: none;
	background: #cbcbcb;
	border-radius: 1.5625vw 0 0 1.5625vw;
	overflow: hidden;
	padding-bottom: 1.04167vw;
}

.about__item-img {
	margin-left: auto;
	margin-top: 1.04167vw;
}

.about__item-img-desc {
	font-size: 0.9375vw;
	font-weight: 700;
	margin-top: -1.66667vw;
	margin-bottom: 0;
	letter-spacing: -0.07813vw;
	line-height: .9;
	max-width: 8.17708vw;
}

.about__item-title {
	margin: 0;
	font-size: 10.41667vw;
	font-weight: 700;
	line-height: .73;
	letter-spacing: -0.07813vw;
}

.about__item-subtitle {
	font-weight: 700;
	letter-spacing: -0.07813vw;
	font-size: 2.08333vw;
	line-height: .6;
	margin-top: 0.52083vw;
	margin-bottom: 0;
}

.about__item-desc {
	margin: 0;
	font-size: 1.5625vw;
	font-weight: 700;
	letter-spacing: -0.07813vw;
	color: #8D8D8D;
	line-height: .9;
}

.accent {
	position: relative;
	height: 33.85417vw;
	background: #A8171E;
	border-radius: 3.125vw;
	margin-top: 5.20833vw;
}

.accent-section {
	border-radius: 3.125vw 3.125vw 0 0;
}

.accent__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 3.125vw;
}

.accent__bg-2 {
	display: none;
}

.accent__content {
	height: 100%;
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 66.14583vw 1fr;
	justify-content: space-between;
}

.accent__content-form {
	display: flex;
	align-items: center;
	background: #A7171D;
	padding: 2.60417vw 5.20833vw;
	border-radius: 0 3.125vw 3.125vw 0;
}

.news {
	margin-top: 8.64583vw;
}

.news__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 1.71875vw;
}

.news__title {
	margin: 0;
	font-size: 3.54167vw;
	font-weight: 700;
	line-height: .8;
	letter-spacing: -0.07813vw;
}

.news__title-wrap {
	display: flex;
	align-items: flex-end;
}

.news__subtitle {
	text-decoration: none;
	font-size: 0.57292vw;
	font-weight: 800;
	margin: 0 0 0 1.04167vw;
	line-height: 1;
	letter-spacing: 0.22396vw;
	text-transform: uppercase;
	color: #ED131C;
}

.news__slider {
	margin: 0 -0.52083vw;
}

.news__slider .slick-slide {
	text-decoration: none !important;
}

.news__slider .slick-slide .news__slider-item {
	padding: 0 0.52083vw;
	transition: all .25s ease-out;
}

.news__slider .slick-current .news__slider-item {
	width: 100%;
	max-width: 44.47917vw;
}

.news__slider .slick-current .news__slider-item-img {
	height: 35.83333vw;
}

.news__slider-item {
	max-width: 23.4375vw;
	transition: all .25s ease-out;
}

.news__slider-item-img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 21.77083vw;
	border-radius: 1.5625vw;
	transition: all .25s ease-out;
}

.news__slider-item-date {
	margin: 1.25vw 0;
	padding: 0.52083vw 1.45833vw;
	display: inline-block;
	font-size: 1.45833vw;
	font-weight: 600;
	letter-spacing: -0.07813vw;
	line-height: 1;
	color: #adadad;
	border-radius: 1.71875vw;
	border: 1px solid #adadad;
}

.news__slider-item-desc {
	margin-top: 0;
	margin-bottom: 1.35417vw;
	line-height: .9;
	font-size: 1.875vw;
	font-weight: 700;
	letter-spacing: -0.07813vw;
	color: #000;
	text-decoration: none;
}

.news__slider-item-button {
	margin: 0;
	text-decoration: none;
	font-size: 0.57292vw;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.22396vw;
	text-transform: uppercase;
	color: #ED131C;
}

.news__slider-arrows {
	display: flex;
	align-items: center;
	gap: 0.52083vw;
}

.news__slider-prev, .news__slider-next {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.08333vw;
	width: 3.95833vw;
	border-radius: 1.40625vw;
	border: 1px solid #ED131C;
	cursor: pointer;
}

.reviews {
	margin-top: 9.375vw;
}

.reviews__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 1.71875vw;
}

.reviews__title {
	margin: 0;
	font-size: 3.54167vw;
	font-weight: 700;
	line-height: .8;
	letter-spacing: -0.07813vw;
}

.reviews__slider {
	position: relative;
	padding-top: 1.875vw;
	border-top: 1px solid #bbbbbb;
}

.reviews__slider:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	height: calc(100% - 1.875vw);
	width: 1px;
	background: #bbbbbb;
}

.reviews__slider .slick-slide {
	margin: 0 0.52083vw;
	text-decoration: none !important;
}

.reviews__slider .slick-list {
	margin: 0 -0.52083vw;
}

.reviews__slider-item {
	min-height: 24.63542vw;
	display: flex;
	flex-direction: column;
}

.reviews__slider-item-desc {
	flex: 1;
	padding: 0.52083vw 0 1.45833vw 1.14583vw;
	font-size: 1.5625vw;
	font-weight: 700;
	line-height: .9;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: -1px;
	border-left: 1px solid #bbbbbb;
}

.reviews__slider-item-desc svg {
	margin-right: 0.52083vw;
}

.reviews__slider-item-img {
	max-width: 7.8125vw;
	width: 100%;
}

.reviews__slider-item-person-wrap {
	display: flex;
	align-items: flex-end;
	position: relative;
}

.reviews__slider-item-person-wrap:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0.9375vw;
	width: 1px;
	background: #bbbbbb;
}

.reviews__slider-item-person-name {
	font-size: 2.08333vw;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0.26042vw;
	letter-spacing: -1px;
	line-height: .9;
}

.reviews__slider-item-person-desc {
	color: #adadad;
	font-size: 1.5625vw;
	font-weight: 700;
	margin: 0;
	letter-spacing: -1px;
	line-height: 1;
	max-width: 22.60417vw;
}

.reviews__slider-item-person-desc-wrap {
	margin-left: 1.04167vw;
}

.reviews__slider-arrows {
	display: flex;
	align-items: center;
	gap: 0.52083vw;
}

.reviews__slider-prev, .reviews__slider-next {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.08333vw;
	width: 3.95833vw;
	border-radius: 1.40625vw;
	border: 1px solid #ED131C;
	cursor: pointer;
}

.participation {
	margin-top: 9.375vw;
}

.participation__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 2.08333vw;
}

.participation__title {
	text-decoration: none;
	font-size: 0.57292vw;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.22396vw;
	text-transform: uppercase;
}

.participation__slider .slick-list {
	overflow: visible;
}

.participation__slider-item-num {
	margin: 0;
	display: inline-block;
	padding: 0.67708vw 3.07292vw;
	font-size: 1.45833vw;
	line-height: .9;
	letter-spacing: -1px;
	font-weight: 600;
	border-radius: 1.71875vw;
	color: #8D8D8D;
	border: 1px solid #8D8D8D;
}

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

.participation__slider-item-img-wrap {
	height: 22.91667vw;
}

.participation__slider-item-desc {
	font-size: 1.875vw;
	font-weight: 700;
	letter-spacing: -0.07813vw;
	line-height: .9;
	margin: 0;
}

.participation__slider-item-desc-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	height: 22.91667vw;
	padding: 1.92708vw 1.19792vw;
	border-radius: 1.5625vw;
	background: #cbcbcb;
}

.participation__slider-arrows {
	display: flex;
	align-items: center;
	gap: 0.52083vw;
}

.participation__slider-prev, .participation__slider-next {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.08333vw;
	width: 3.95833vw;
	border-radius: 1.40625vw;
	border: 1px solid #ED131C;
	cursor: pointer;
}

.stories {
	margin-top: 9.375vw;
}

.stories__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 2.08333vw;
}

.stories__title {
	text-decoration: none;
	font-size: 0.57292vw;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.22396vw;
	text-transform: uppercase;
}

.stories__button-more {
	display: none;
}

.stories__slider {
	position: relative;
	padding-top: 1.875vw;
	border-top: 1px solid #bbbbbb;
}

.stories__slider:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	height: calc(100% - 1.875vw);
	width: 1px;
	background: #bbbbbb;
}

.stories__slider .slick-list {
	margin: 0 -0.26042vw;
}

.stories__slider .slick-slide {
	margin: 0 0.26042vw;
}

.stories__slider-item {
	display: flex;
	padding-left: 1.19792vw;
	border-left: 1px solid #bbbbbb;
}

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

.stories__slider-item-img-wrap {
	width: 7.86458vw;
	min-width: 7.86458vw;
	height: 8.22917vw;
}

.stories__slider-item-button {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 11.92708vw;
	padding: 0.20833vw;
	text-decoration: none;
	font-size: 0.625vw;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.22396vw;
	text-transform: uppercase;
	color: #ED131C;
	border: 1px solid #ED131C;
	border-radius: 2.60417vw;
	transition: all .25s ease-out;
}

.stories__slider-item-button:hover {
	background: #ED131C;
	color: #fff;
}

.stories__slider-item-button svg {
	margin-right: 1.09375vw;
}

.stories__slider-item-name {
	margin-top: 2.29167vw;
	margin-bottom: 0.52083vw;
	font-size: 2.08333vw;
	font-weight: 700;
	line-height: .9;
	letter-spacing: -0.07813vw;
	max-width: 12.23958vw;
}

.stories__slider-item-desc {
	margin-top: 0;
	margin-bottom: 0.78125vw;
	font-size: 1.5625vw;
	font-weight: 600;
	line-height: .9;
	letter-spacing: -0.07813vw;
	color: #adadad;
}

.stories__slider-item-desc-wrap {
	margin-left: 0.98958vw;
}

.stories__slider-arrows {
	display: flex;
	align-items: center;
	gap: 0.52083vw;
}

.stories__slider-prev, .stories__slider-next {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.08333vw;
	width: 3.95833vw;
	border-radius: 1.40625vw;
	border: 1px solid #ED131C;
	cursor: pointer;
}

.mass-media {
	margin-top: 9.375vw;
}

.mass-media__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 2.08333vw;
}

.mass-media__title {
	margin: 0;
	font-size: 2.08333vw;
	font-weight: 700;
	line-height: .8;
	letter-spacing: -0.07813vw;
}

.mass-media__slider .slick-list {
	margin: 0 -0.57292vw;
}

.mass-media__slider .slick-slide {
	margin: 0 0.57292vw;
}

.mass-media__slider-item {
	display: flex;
	flex-direction: column;
	gap: 1.14583vw;
}

.mass-media__slider-item-img {
	transition: all .25s ease-out;
}

.mass-media__slider-item-img--hover {
	opacity: 0;
	-o-object-fit: contain;
	   object-fit: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	transition: all .2s ease-out;
}

.mass-media__slider-item-img-wrap {
	position: relative;
	overflow: hidden;
	height: 8.33333vw;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.78125vw;
	border: 1px solid #C3C3C3;
	transition: all .2s ease-out;
}

.mass-media__slider-item-img-wrap:hover {
	border-color: transparent;
	background: #fff;
}

.mass-media__slider-item-img-wrap:hover .mass-media__slider-item-img {
	opacity: 0;
}

.mass-media__slider-item-img-wrap:hover .mass-media__slider-item-img--hover {
	opacity: 1;
}

.mass-media__slider-item-img-wrap--bg-1:hover {
	background: #14387F;
}

.mass-media__slider-item-img-wrap--bg-7:hover {
	background: #BCBEC0;
}

.mass-media__slider-item-img-wrap--bg-8:hover {
	background: #221F73;
}

.mass-media__slider-item-img-wrap--bg-9:hover {
	background: #231F20;
}

.mass-media__slider-item-img-wrap--bg-16:hover {
	background: #3B3B3B;
}

.mass-media__slider-arrows {
	display: flex;
	align-items: center;
	gap: 0.52083vw;
}

.mass-media__slider-prev, .mass-media__slider-next {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.08333vw;
	width: 3.95833vw;
	border-radius: 1.40625vw;
	border: 1px solid #ED131C;
	cursor: pointer;
}

.partners {
	margin-top: 9.375vw;
}

.partners__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 2.08333vw;
}

.partners__title {
	margin: 0;
	font-size: 2.08333vw;
	font-weight: 700;
	line-height: .8;
	letter-spacing: -0.07813vw;
}

.partners__slider .slick-list {
	margin: 0 -0.57292vw;
}

.partners__slider .slick-slide {
	margin: 0 0.57292vw;
}

.partners__slider-item {
	display: flex;
	flex-direction: column;
	gap: 1.14583vw;
}

.partners__slider-item-img-wrap {
	padding: 1.04167vw;
	height: 8.33333vw;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.78125vw;
	border: 1px solid #C3C3C3;
}

.partners__slider-item-img-wrap img {
	margin: 0.26042vw 0;
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
}

.partners__slider-item-img-wrap img:hover {
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
}

.partners__slider-arrows {
	display: flex;
	align-items: center;
	gap: 0.52083vw;
}

.partners__slider-prev, .partners__slider-next {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.08333vw;
	width: 3.95833vw;
	border-radius: 1.40625vw;
	border: 1px solid #ED131C;
	cursor: pointer;
}

.coordinators {
	margin-top: 9.375vw;
}

.coordinators__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 2.08333vw;
}

.coordinators__title {
	text-decoration: none;
	font-size: 0.57292vw;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.22396vw;
	text-transform: uppercase;
}

.coordinators__slider {
	position: relative;
	display: flex;
	gap: 1.04167vw;
	padding-top: 1.875vw;
	border-top: 1px solid #bbbbbb;
}

.coordinators__slider:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	height: calc(100% - 1.875vw);
	width: 1px;
	background: #bbbbbb;
}

.coordinators__slider > div {
	flex: 1;
}

.coordinators__slider .slick-list {
	margin: 0 -0.26042vw;
}

.coordinators__slider .slick-slide {
	margin: 0 0.26042vw;
}

.coordinators__slider-item {
	display: flex;
	padding-left: 1.19792vw;
	border-left: 1px solid #bbbbbb;
}

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

.coordinators__slider-item-img-wrap {
	width: 7.86458vw;
	min-width: 7.86458vw;
	height: 8.22917vw;
}

.coordinators__slider-item-button {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 11.92708vw;
	padding: 0.20833vw;
	text-decoration: none;
	font-size: 0.625vw;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.22396vw;
	text-transform: uppercase;
	color: #ED131C;
	border: 1px solid #ED131C;
	border-radius: 2.60417vw;
	transition: all .25s ease-out;
}

.coordinators__slider-item-button:hover {
	background: #ED131C;
	color: #fff;
}

.coordinators__slider-item-button svg {
	margin-right: 1.09375vw;
}

.coordinators__slider-item-contacts {
	display: flex;
	gap: 1.71875vw;
}

.coordinators__slider-item-mail, .coordinators__slider-item-phone {
	white-space: nowrap;
	font-size: 1.45833vw;
	font-weight: 600;
	color: #ED131C;
	letter-spacing: -0.07813vw;
}

.coordinators__slider-item-name {
	margin-top: 2.29167vw;
	margin-bottom: 0.52083vw;
	font-size: 2.08333vw;
	font-weight: 700;
	line-height: .9;
	letter-spacing: -0.07813vw;
	max-width: 22.91667vw;
}

.coordinators__slider-item-desc {
	margin-top: 0;
	margin-bottom: 0.78125vw;
	font-size: 1.25vw;
	font-weight: 600;
	line-height: .9;
	letter-spacing: -0.07813vw;
	color: #adadad;
	max-width: 29.6875vw;
}

.coordinators__slider-item-desc-wrap {
	margin-left: 0.98958vw;
}

.coordinators__slider-arrows {
	display: none;
	align-items: center;
	gap: 0.52083vw;
}

.coordinators__slider-prev, .coordinators__slider-next {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.08333vw;
	width: 3.95833vw;
	border-radius: 1.40625vw;
	border: 1px solid #ED131C;
	cursor: pointer;
}

.form-section {
	margin-top: 7.76042vw;
	position: relative;
	overflow: hidden;
	height: 31.30208vw;
	background: #A8171E;
	border-radius: 3.125vw 3.125vw 0 0;
}

.form-section:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 8.85417vw;
	background: #960404;
	background: linear-gradient(0deg, #960404 0%, rgba(255, 255, 255, 0) 100%);
	z-index: 2;
}

.form-section__container {
	height: 100%;
}

.form-section__content {
	position: relative;
	display: flex;
	justify-content: flex-end;
	height: 100%;
	padding-top: 5.57292vw;
}

.form-section__bg {
	position: absolute;
	left: 0;
	bottom: 0;
	pointer-events: none;
	min-width: 86.71875vw;
}

.form-section__bg-text--mobile {
	display: none;
}

.form-section__form {
	position: relative;
	z-index: 5;
	max-width: 20.52083vw;
}

.form-section__form-title {
	font-size: 1.45833vw;
	line-height: .9;
	font-weight: 600;
	letter-spacing: -0.07813vw;
	margin-top: 0;
	margin-bottom: 0.98958vw;
	color: #E3B97D;
	max-width: 18.22917vw;
}

.form-section__form-input {
	width: 100%;
	font-size: 1.45833vw;
	font-weight: 600;
	color: #E3B97D;
	letter-spacing: -0.07813vw;
	line-height: .9;
	padding: 0 1.25vw;
	height: 3.48958vw;
	display: flex;
	align-items: center;
	outline: none;
	background: #A8171E;
	border: 1px solid #E3B97D;
	border-radius: 1.71875vw;
	margin-bottom: 0.98958vw;
}

.form-section__form-input::-webkit-input-placeholder {
	color: #E3B97D;
}

.form-section__form-input::-ms-input-placeholder {
	color: #E3B97D;
}

.form-section__form-input::placeholder {
	color: #E3B97D;
}

.form-section__form-select {
	position: relative;
	margin-bottom: 0.98958vw;
}

.form-section__form-select-head {
	white-space: nowrap;
	overflow: hidden;
	font-size: 1.45833vw;
	font-weight: 600;
	color: #E3B97D;
	letter-spacing: -0.07813vw;
	line-height: .9;
	padding: 0 3.4375vw 0 1.25vw;
	height: 3.48958vw;
	display: flex;
	align-items: center;
	background: #A8171E;
	border: 1px solid #E3B97D;
	border-radius: 1.71875vw;
	position: relative;
	cursor: pointer;
}

.form-section__form-select-head:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 3.95833vw;
	height: 100%;
	background: #A8171E;
	z-index: 4;
}

.form-section__form-select-head:before {
	content: '';
	position: absolute;
	right: 1.14583vw;
	top: 1.14583vw;
	width: 1.82292vw;
	height: 1.09375vw;
	z-index: 5;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAXCAYAAABnGz2mAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIFSURBVHgBzZZBTttAGEa/mTFdtF2ky0pJRG6QI9Sb0tANOUHpDWBbQRhK1G3oCSgnSLpoEbAwNwBOECCR2LJCiHhmmH+QEUROsI2T8HbRzDhPlv9ns+6enBc8rJYXmh28AshnTt8W+P1P3urtyU+YMfc3SQWa8XleqckzzngdXLUv7QJmRLctCyTFwHbLi82Ou2PFz/LEaKwqu0AbMAO892qHpEoLPyX95tFCubb1x2iz670NA0yZ3v7aBjQQST0RI0q1pjTAaf9gfQdTgqQY+HJ4Lb4/v/mgcdw7bGxgwlz8X1vq7ze6cc82jzsQznHfPnPL9tA3TAiaQAjWEpr7H+0AIolYxZdXyh4wDNv9fz+qmIAUTSCUWY2TGinm5OiA0nXjiSDPjAxnYdQ+Pu4idhiOmMJmnhkZzkImMaK4uLWdV0bispBZjMgjI6mykFSMUG+8FQNWzZIRygJJ0QRW6vIqyZnEYjSpoeL1tBmJsgD7Ph41gXEwpIT+yBP6mA1Cv/j118lze10WNDbplYcUJL5jEVFG4ImxXyNPspBSKpMYQRmBwu9xGXFZMOZvkgnMTYx4yMg71R5ec1kI8aH0pbmCjGQWI1xGjDm/OFxv4ZGUy8KNWMILSP3wD9MNZMEb6MBeqWMG+pQLPvLFPFUxJ+emTweMmQKD8OmLGK8FkqOQIifuADKMECnQgTIQAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: all .25s ease-in-out;
}

.form-section__form-select-head.open:before {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.form-section__form-select-list {
	box-shadow: 0 0.26042vw 1.04167vw rgba(0, 0, 0, 0.1);
	margin: 0;
	display: none;
	position: absolute;
	top: 4.16667vw;
	left: 0;
	right: 0;
	background: #E3B97D;
	z-index: 6;
	padding: 0;
	border-radius: 0.78125vw;
	overflow: hidden;
}

.form-section__form-select-item {
	padding: 1.04167vw;
	cursor: pointer;
	font-size: 1.25vw;
	font-weight: 600;
	color: #CF131B;
}

.form-section__form-checkbox {
	position: relative;
}

.form-section__form-checkbox-text {
	display: block;
	font-size: 0.52083vw;
	text-transform: uppercase;
	color: #E3B97D;
	padding-left: 0.625vw;
	opacity: .6;
}

.form-section__form-checkbox-text a {
	color: #E3B97D;
	text-decoration: none;
}

.form-section__form-checkbox-text:before {
	width: 0.46875vw;
	height: 0.46875vw;
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	box-sizing: border-box;
}

.form-section__form-checkbox-text:after {
	width: 0.46875vw;
	height: 0.46875vw;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEASURBVHgBVU89UgJRDE7ee5U0WjoDDJyAPYKVO9vBCdQTMPagT6HfIwAnACtnsdkj7A1A4QBaSKNJeNlhZ5YUL2+SfH8Ip9os/aVr8B0QXInhoh1PV9XO6LNbPw3dBc0E5AeAczq4XOdfH+NUu9uvfSRCN614MoBa7bLRMzIWJZMApY7tY/1g8+47KNhpxq+LfTZOHQjgdeK3ygjCvb+DeXOWZpbsgwIEITKA4SxU89YXwtx1DVoGlrkCz4xrMu2tZOqB5EVlKllVMjrUZBUqHObV37nS7z2WUbNRHxGHKiNsPsFyL7jpC8GinUzmWE9kzX+EbCKxsqVfu+oO/LfujsCydJQPnzZoAAAAAElFTkSuQmCC);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	box-sizing: border-box;
	opacity: .4;
	transition: all .2s ease-out;
}

.form-section__form-checkbox-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.form-section__form-checkbox-input:checked + .form-section__form-checkbox-text:after {
	opacity: 1;
}

.form-section__form-button {
	cursor: pointer;
	margin-top: 0.98958vw;
	position: relative;
	z-index: 2;
	text-decoration: none;
	outline: none;
	text-align: center;
	line-height: .9;
	letter-spacing: -1px;
	font-size: 1.45833vw;
	font-weight: 700;
	color: #CF131B;
	background: #E3B97D;
	border-radius: 1.45833vw;
	width: 100%;
	height: 5.72917vw;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.faq {
	margin-top: 12.60417vw;
}

.faq__inner {
	display: flex;
	gap: 1.77083vw;
}

.faq__content {
	border-top: 1px solid #bbbbbb;
}

.faq__title {
	font-size: 3.54167vw;
	font-weight: 700;
	line-height: .9;
	letter-spacing: -0.07813vw;
	margin-top: 0;
	margin-bottom: 1.04167vw;
}

.faq__title-wrap {
	width: 100%;
	max-width: 28.64583vw;
}

.faq__button {
	display: inline-block;
	align-items: center;
	padding: 0.72917vw 1.30208vw;
	text-decoration: none;
	font-size: 0.625vw;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.22396vw;
	text-transform: uppercase;
	color: #ED131C;
	border: 1px solid #ED131C;
	border-radius: 2.60417vw;
	transition: all .25s ease-out;
}

.faq__button:hover {
	background: #ED131C;
	color: #fff;
}

.faq__item {
	display: block;
	padding: 1.5625vw 0;
	transition: all .25s ease-in-out;
	border-bottom: 1px solid #bbbbbb;
}

.faq__item-icon {
	position: relative;
	min-width: 3.95833vw;
	width: 3.95833vw;
	height: 2.08333vw;
	border-radius: 1.40625vw;
	border: 1px solid #ED131C;
	transition: all .25s ease-in-out;
}

.faq__item-icon:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	height: 1px;
	width: 1.5625vw;
	background: #ED131C;
	transition: all .25s ease-in-out;
}

.faq__item-icon:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1px;
	height: 1.5625vw;
	background: #ED131C;
	transition: all .25s ease-in-out;
}

.faq__item--open .faq__item-icon:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	        transform: translateY(-50%) rotate(90deg);
}

.faq__item-link {
	color: #1C1C1C;
}

.faq__item-title {
	display: flex;
	align-items: center;
	margin: 0;
	font-size: 1.875vw;
	font-weight: 700;
	letter-spacing: -0.07813vw;
	line-height: .9;
}

.faq__item-title-wrap {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.faq__item-subtitle {
	display: flex;
	align-items: center;
	white-space: nowrap;
	height: 2.55208vw;
	font-size: 0.9375vw;
	font-weight: 700;
	letter-spacing: -1px;
	padding-right: 2.8125vw;
	margin-right: 2.86458vw;
	border-right: 1px solid #bbbbbb;
}

.faq__item-desc {
	margin-top: 0;
	margin-bottom: 0.83333vw;
	max-width: 44.01042vw;
	padding-left: 9.73958vw;
}

.faq__item-desc:last-child {
	margin-bottom: 0;
}

.faq__item-desc-wrap {
	font-size: 0.98958vw;
	font-weight: 600;
	padding-top: 1.5625vw;
	display: none;
}

.footer {
	padding: 4.94792vw 0 2.08333vw;
	background: var(--red);
	color: var(--orange);
	font-weight: 500;
	font-size: 0.83333vw;
}

.footer__top {
	display: flex;
	justify-content: space-between;
}

.footer__nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.footer__nav-link {
	text-transform: uppercase;
	color: var(--orange);
	text-decoration: none;
}

.footer__mail {
	font-size: 1.45833vw;
	color: var(--orange);
	line-height: 1;
}

.footer__mail-desc {
	margin-top: 0;
	margin-bottom: 0.36458vw;
	text-transform: uppercase;
	line-height: 1.1;
}

.footer__mail-wrap {
	max-width: 14.42708vw;
}

.footer__mail-wrap-2 {
	max-width: 18.48958vw;
}

.footer__phone {
	font-size: 1.45833vw;
	color: var(--orange);
	line-height: 1;
}

.footer__phone-desc {
	margin-top: 0;
	margin-bottom: 0.36458vw;
	text-transform: uppercase;
	line-height: 1.1;
}

.footer__phone-wrap {
	max-width: 13.48958vw;
}

.footer__soc {
	display: block;
	font-size: 1.45833vw;
	color: var(--orange);
	line-height: 1;
	margin-bottom: 0.26042vw;
}

.footer__soc:last-child {
	margin-bottom: 0;
}

.footer__soc-desc {
	margin-top: 0;
	margin-bottom: 0.36458vw;
	text-transform: uppercase;
	line-height: 1.1;
}

.footer__soc-wrap {
	max-width: 7.60417vw;
	text-align: right;
}

.footer__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 2.03125vw;
}

.footer__copyright {
	margin: 0;
	text-transform: uppercase;
	opacity: .3;
	color: var(--orange);
}

.footer__copyright-link {
	color: var(--orange);
}

.footer__requisites {
	text-transform: uppercase;
	opacity: .3;
	color: var(--orange);
}

.footer__conditions {
	text-transform: uppercase;
	opacity: .3;
	color: var(--orange);
}

/*Popup*/
:root {
	--red: #A8171E;
	--gray: #8D8D8D;
	--orange: #E3B97D;
}

.buttonMain {
	position: relative;
	width: 100%;
	color: var(--orange);
	background: var(--red);
	border: 1px solid var(--red);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
}

.buttonMain:hover {
	background: var(--orange) !important;
	color: var(--red) !important;
	transition: .2s ease-in;
	opacity: 1;
}

.fancybox-close-small {
	display: none !important;
}

.popup {
	background: #FB101A;
	color: #E3B97D;
	max-width: 100%;
	width: 100%;
	min-height: 100%;
	border-radius: 0;
	padding: 2.34375vw 0;
}

.popup__header {
	display: flex;
	justify-content: space-between;
}

.popup .fancybox-button {
	display: none;
}

.popup .fancybox-button {
	right: 1.04167vw;
	top: 1.04167vw;
	opacity: 1;
	outline: none;
}

.popup .fancybox-button:before {
	content: '';
	position: absolute;
	left: -0.3125vw;
	bottom: -0.3125vw;
	width: 2.96875vw;
	height: 2.96875vw;
	background: #E3B97D;
	border-radius: 50%;
}

.popup__close {
	cursor: pointer;
	z-index: 500;
	background: none;
	outline: none;
	border: none;
}

.popup__content {
	margin-top: 6.71875vw;
	display: flex;
	justify-content: space-between;
	gap: 3.64583vw;
}

.popup__form {
	position: relative;
	z-index: 5;
	width: 100%;
	max-width: 24.89583vw;
}

.popup__form-title {
	font-size: 2.08333vw;
	line-height: .9;
	font-weight: 600;
	letter-spacing: -0.07813vw;
	margin-top: 0;
	margin-bottom: 0.98958vw;
	color: #E3B97D;
}

.popup__form-desc {
	font-size: 1.45833vw;
	line-height: .9;
	font-weight: 600;
	letter-spacing: -0.07813vw;
	margin-top: 0;
	margin-bottom: 9.375vw;
	color: #E3B97D;
}

.popup__form-input {
	width: 100%;
	font-size: 1.45833vw;
	font-weight: 600;
	color: #E3B97D;
	letter-spacing: -0.07813vw;
	line-height: .9;
	padding: 0 1.25vw;
	height: 3.48958vw;
	display: flex;
	align-items: center;
	outline: none;
	background: #FB101A;
	border: 1px solid #E3B97D;
	border-radius: 1.71875vw;
	margin-bottom: 0.98958vw;
}

.popup__form-input::-webkit-input-placeholder {
	color: #E3B97D;
}

.popup__form-input::-ms-input-placeholder {
	color: #E3B97D;
}

.popup__form-input::placeholder {
	color: #E3B97D;
}

.popup__form-select {
	position: relative;
	margin-bottom: 0.98958vw;
}

.popup__form-select-head {
	white-space: nowrap;
	overflow: hidden;
	font-size: 1.45833vw;
	font-weight: 600;
	color: #E3B97D;
	letter-spacing: -0.07813vw;
	line-height: .9;
	padding: 0 3.4375vw 0 1.25vw;
	height: 3.48958vw;
	display: flex;
	align-items: center;
	background: #FB101A;
	border: 1px solid #E3B97D;
	border-radius: 1.71875vw;
	position: relative;
	cursor: pointer;
}

.popup__form-select-head:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 3.95833vw;
	height: 100%;
	background: #FB101A;
	z-index: 4;
}

.popup__form-select-head:before {
	content: '';
	position: absolute;
	right: 1.14583vw;
	top: 1.14583vw;
	width: 1.82292vw;
	height: 1.09375vw;
	z-index: 580;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAXCAYAAABnGz2mAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIFSURBVHgBzZZBTttAGEa/mTFdtF2ky0pJRG6QI9Sb0tANOUHpDWBbQRhK1G3oCSgnSLpoEbAwNwBOECCR2LJCiHhmmH+QEUROsI2T8HbRzDhPlv9ns+6enBc8rJYXmh28AshnTt8W+P1P3urtyU+YMfc3SQWa8XleqckzzngdXLUv7QJmRLctCyTFwHbLi82Ou2PFz/LEaKwqu0AbMAO892qHpEoLPyX95tFCubb1x2iz670NA0yZ3v7aBjQQST0RI0q1pjTAaf9gfQdTgqQY+HJ4Lb4/v/mgcdw7bGxgwlz8X1vq7ze6cc82jzsQznHfPnPL9tA3TAiaQAjWEpr7H+0AIolYxZdXyh4wDNv9fz+qmIAUTSCUWY2TGinm5OiA0nXjiSDPjAxnYdQ+Pu4idhiOmMJmnhkZzkImMaK4uLWdV0bispBZjMgjI6mykFSMUG+8FQNWzZIRygJJ0QRW6vIqyZnEYjSpoeL1tBmJsgD7Ph41gXEwpIT+yBP6mA1Cv/j118lze10WNDbplYcUJL5jEVFG4ImxXyNPspBSKpMYQRmBwu9xGXFZMOZvkgnMTYx4yMg71R5ec1kI8aH0pbmCjGQWI1xGjDm/OFxv4ZGUy8KNWMILSP3wD9MNZMEb6MBeqWMG+pQLPvLFPFUxJ+emTweMmQKD8OmLGK8FkqOQIifuADKMECnQgTIQAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: all .25s ease-in-out;
}

.popup__form-select-head.open:before {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.popup__form-select-list {
	box-shadow: 0 0.26042vw 1.04167vw rgba(0, 0, 0, 0.1);
	margin: 0;
	display: none;
	position: absolute;
	top: 4.16667vw;
	left: 0;
	right: 0;
	background: #E3B97D;
	z-index: 600;
	padding: 0;
	border-radius: 0.78125vw;
	overflow: hidden;
}

.popup__form-select-item {
	padding: 1.04167vw;
	cursor: pointer;
	font-size: 1.25vw;
	font-weight: 600;
	color: #CF131B;
}

.popup__form-checkbox {
	position: relative;
}

.popup__form-checkbox-text {
	display: block;
	font-size: 0.52083vw;
	text-transform: uppercase;
	color: #E3B97D;
	padding-left: 0.625vw;
	opacity: .6;
}

.popup__form-checkbox-text a {
	color: #E3B97D;
	text-decoration: none;
}

.popup__form-checkbox-text:before {
	width: 0.46875vw;
	height: 0.46875vw;
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	box-sizing: border-box;
}

.popup__form-checkbox-text:after {
	width: 0.46875vw;
	height: 0.46875vw;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEASURBVHgBVU89UgJRDE7ee5U0WjoDDJyAPYKVO9vBCdQTMPagT6HfIwAnACtnsdkj7A1A4QBaSKNJeNlhZ5YUL2+SfH8Ip9os/aVr8B0QXInhoh1PV9XO6LNbPw3dBc0E5AeAczq4XOdfH+NUu9uvfSRCN614MoBa7bLRMzIWJZMApY7tY/1g8+47KNhpxq+LfTZOHQjgdeK3ygjCvb+DeXOWZpbsgwIEITKA4SxU89YXwtx1DVoGlrkCz4xrMu2tZOqB5EVlKllVMjrUZBUqHObV37nS7z2WUbNRHxGHKiNsPsFyL7jpC8GinUzmWE9kzX+EbCKxsqVfu+oO/LfujsCydJQPnzZoAAAAAElFTkSuQmCC);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	box-sizing: border-box;
	opacity: .4;
	transition: all .2s ease-out;
}

.popup__form-checkbox-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.popup__form-checkbox-input:checked + .popup__form-checkbox-text:after {
	opacity: 1;
}

.popup__form-button {
	cursor: pointer;
	margin-top: 0.98958vw;
	position: relative;
	z-index: 2;
	text-decoration: none;
	outline: none;
	text-align: center;
	line-height: .9;
	letter-spacing: -1px;
	font-size: 1.45833vw;
	font-weight: 700;
	color: #CF131B;
	background: #E3B97D;
	border-radius: 1.45833vw;
	width: 100%;
	height: 5.72917vw;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fancybox-slide--html {
	padding: 0;
}

.form {
	position: relative;
	background: transparent;
	padding: 0;
}

.form__title {
	font-size: 1.45833vw;
	font-weight: 600;
	line-height: 90%;
	letter-spacing: -0.05em;
	color: #E3B97D;
	margin-bottom: 0.52083vw;
}

.form__text {
	font-size: 0.9375vw;
	font-weight: 600;
	line-height: 90%;
	letter-spacing: -0.05em;
	color: #E3B97D;
	margin-bottom: 0.52083vw;
}

.form__fields {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1.04167vw;
	margin-top: 1.04167vw;
}

.form__input {
	width: 100%;
	height: 3.64583vw;
	margin: 0;
	padding: 0.52083vw 1.04167vw;
	background: transparent;
	border: 1px solid #E3B97D;
	border-radius: 2.08333vw;
	font-size: 1.45833vw;
	line-height: 90%;
	letter-spacing: -0.05em;
	color: #E3B97D;
	display: flex;
	align-items: center;
}

.form__input::-webkit-input-placeholder {
	color: #E3B97D;
	opacity: 0.6;
}

.form__input::-ms-input-placeholder {
	color: #E3B97D;
	opacity: 0.6;
}

.form__input::placeholder {
	color: #E3B97D;
	opacity: 0.6;
}

.form__input.error {
	border: .1rem solid red !important;
}

.form__input.valid {
	border: .1rem solid green !important;
}

.form__input:hover, .form__input:focus {
	opacity: 1;
}

.form__button {
	width: 100%;
	height: 5.72917vw;
	margin: 0;
	padding: 0.52083vw 1.04167vw;
	background: var(--orange);
	border: 1px solid var(--orange);
	border-radius: 1.5625vw;
	font-size: 1.45833vw;
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 100%;
	color: #CF131B;
	display: flex;
	align-items: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.form__button:hover {
	background: var(--orange) !important;
	color: var(--red) !important;
	transition: .2s ease-in;
	opacity: 1;
}

.form-select {
	position: relative;
	margin-bottom: 1.04167vw;
}

.form-select-head {
	white-space: nowrap;
	overflow: hidden;
	font-size: 1.45833vw;
	font-weight: 600;
	color: #E3B97D;
	letter-spacing: -0.07813vw;
	line-height: .9;
	padding: 0 3.4375vw 0 1.25vw;
	height: 3.48958vw;
	display: flex;
	align-items: center;
	background: transparent;
	border: 1px solid var(--orange);
	border-radius: 1.71875vw;
	position: relative;
	cursor: pointer;
}

.form-select-head:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 3.95833vw;
	height: 100%;
	z-index: 4;
}

.form-select-head:before {
	content: '';
	position: absolute;
	right: 1.14583vw;
	top: 1.14583vw;
	width: 1.82292vw;
	height: 1.09375vw;
	z-index: 5;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAXCAYAAABnGz2mAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIFSURBVHgBzZZBTttAGEa/mTFdtF2ky0pJRG6QI9Sb0tANOUHpDWBbQRhK1G3oCSgnSLpoEbAwNwBOECCR2LJCiHhmmH+QEUROsI2T8HbRzDhPlv9ns+6enBc8rJYXmh28AshnTt8W+P1P3urtyU+YMfc3SQWa8XleqckzzngdXLUv7QJmRLctCyTFwHbLi82Ou2PFz/LEaKwqu0AbMAO892qHpEoLPyX95tFCubb1x2iz670NA0yZ3v7aBjQQST0RI0q1pjTAaf9gfQdTgqQY+HJ4Lb4/v/mgcdw7bGxgwlz8X1vq7ze6cc82jzsQznHfPnPL9tA3TAiaQAjWEpr7H+0AIolYxZdXyh4wDNv9fz+qmIAUTSCUWY2TGinm5OiA0nXjiSDPjAxnYdQ+Pu4idhiOmMJmnhkZzkImMaK4uLWdV0bispBZjMgjI6mykFSMUG+8FQNWzZIRygJJ0QRW6vIqyZnEYjSpoeL1tBmJsgD7Ph41gXEwpIT+yBP6mA1Cv/j118lze10WNDbplYcUJL5jEVFG4ImxXyNPspBSKpMYQRmBwu9xGXFZMOZvkgnMTYx4yMg71R5ec1kI8aH0pbmCjGQWI1xGjDm/OFxv4ZGUy8KNWMILSP3wD9MNZMEb6MBeqWMG+pQLPvLFPFUxJ+emTweMmQKD8OmLGK8FkqOQIifuADKMECnQgTIQAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: all .25s ease-in-out;
}

.form-select-head.open:before {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.form-select-list {
	box-shadow: 0 0.26042vw 1.04167vw rgba(0, 0, 0, 0.1);
	margin: 0;
	display: none;
	position: absolute;
	top: 4.16667vw;
	left: 0;
	right: 0;
	background: var(--orange);
	z-index: 6;
	padding: 0;
	border-radius: 0.78125vw;
	overflow: hidden;
}

.form-select-item {
	padding: 1.04167vw;
	cursor: pointer;
	font-size: 1.25vw;
	font-weight: 600;
	line-height: 100%;
	color: #CF131B;
}

.form__footer {
	position: relative;
}

.form__footer-text {
	font-size: 0.52083vw;
	line-height: 100%;
	color: #E3B97D;
	padding-left: 0.78125vw;
}

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

.form__footer-checkbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 0.57292vw;
	height: 0.57292vw;
	background: transparent;
	border: 1px solid #E3B97D;
	border-radius: 50%;
}

.form__footer-checkbox-icon::before {
	content: "";
	position: absolute;
	height: 0.36458vw;
	width: 0.36458vw;
	background: url(../img/check.svg) no-repeat center/cover;
	display: none;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.form__footer-checkbox input {
	display: none;
}

.form__footer-checkbox input:checked + .form__footer-checkbox-icon:before {
	display: block;
}

.form label.error {
	display: none !important;
}

.form [type="submit"][disabled] {
	cursor: not-allowed !important;
	opacity: 1;
	background: #ffffffa3;
}

.register {
	position: relative;
	background: #960006;
	padding: 8.33333vw 0 11.45833vw;
}

.register.popup-register {
	max-width: 100vw;
	width: 100%;
	height: 100%;
	border-radius: 3.125vw;
}

.register__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 85.41667vw;
	border-radius: 3.125vw;
}

.register__bg-2 {
	display: none;
}

.register-close {
	position: absolute;
	z-index: 20;
	right: 5%;
	top: 3%;
	max-width: 3.125vw;
	width: 100%;
	padding: 0;
}

.register__wrap {
	position: relative;
	z-index: 10;
	display: grid;
	gap: 2.08333vw;
	grid-template-columns: 41.66667vw 48.17708vw;
}

.register__wrap-logo img {
	max-width: 100%;
	width: 100%;
}

.register__wrap-box {
	display: flex;
	flex-direction: column;
}

.register__wrap-title {
	font-weight: 700;
	font-size: 3.54167vw;
	line-height: 90%;
	color: #E3B97D;
	margin-bottom: 1.04167vw;
}

.register__wrap-text {
	font-weight: 500;
	font-size: 1.5625vw;
	line-height: 100%;
	color: #E3B97D;
	margin-bottom: 1.04167vw;
}

.register__wrap-switch {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
}

.register__wrap-switch-box {
	border-radius: 1.5625vw 1.5625vw 0 0;
	padding: 1.04167vw;
}

.register__wrap-switch-box.active {
	background: #5101026e;
	border: 1px solid #e3b97d66;
	border-bottom: none;
}

.register__wrap-switch-link {
	height: 5.46875vw;
	background: none;
	border-color: #E3B97D;
	border-radius: 1.5625vw;
	font-size: 1.45833vw;
	font-weight: 500;
	line-height: 80%;
	letter-spacing: -0.01em;
	color: #E3B97D;
}

.register__wrap-switch-link.active {
	background: #E3B97D;
	color: #CF131B;
}

.register__wrap-block {
	display: none;
	border: 1px solid #e3b97d66;
	border-top: none;
	background: #5101026e;
	padding: 1.04167vw;
}

.register__wrap-block.active-1 {
	display: block;
	border-radius: 0 1.5625vw 1.5625vw 1.5625vw;
}

.register__wrap-block.active-2 {
	display: block;
	border-radius: 1.5625vw 0 1.5625vw 1.5625vw;
}

.register__form-content {
	display: none;
	gap: 1.04167vw;
	grid-template-columns: 1fr;
}

.register__form-content.active {
	display: grid;
}

.register__form .form__fields-box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.52083vw;
}

.register__form .form__textarea {
	height: 5.72917vw;
	resize: none;
}

.register__form .form__footer-text {
	padding-left: 2.08333vw;
	text-transform: uppercase;
}

.register__form .form__footer-checkbox-icon::before {
	background: url(../register/img/check.svg) no-repeat center/cover;
}

.register__form .form__boxSearch select {
	display: none !important;
}

.register__form .form__boxSearch .dropdown-select {
	white-space: nowrap;
	font-size: 1.45833vw;
	font-weight: 600;
	color: #E3B97D;
	letter-spacing: -0.07813vw;
	line-height: .9;
	padding: 0 3.4375vw 0 1.25vw;
	height: 3.48958vw;
	display: flex;
	align-items: center;
	background: transparent;
	border: 1px solid var(--orange);
	border-radius: 1.71875vw;
	position: relative;
	cursor: pointer;
}

.register__form .form__boxSearch .dropdown-select:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 3.95833vw;
	height: 100%;
	z-index: 4;
}

.register__form .form__boxSearch .dropdown-select:before {
	content: '';
	position: absolute;
	right: 1.14583vw;
	top: 1.14583vw;
	width: 1.82292vw;
	height: 1.09375vw;
	z-index: 5;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAXCAYAAABnGz2mAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIFSURBVHgBzZZBTttAGEa/mTFdtF2ky0pJRG6QI9Sb0tANOUHpDWBbQRhK1G3oCSgnSLpoEbAwNwBOECCR2LJCiHhmmH+QEUROsI2T8HbRzDhPlv9ns+6enBc8rJYXmh28AshnTt8W+P1P3urtyU+YMfc3SQWa8XleqckzzngdXLUv7QJmRLctCyTFwHbLi82Ou2PFz/LEaKwqu0AbMAO892qHpEoLPyX95tFCubb1x2iz670NA0yZ3v7aBjQQST0RI0q1pjTAaf9gfQdTgqQY+HJ4Lb4/v/mgcdw7bGxgwlz8X1vq7ze6cc82jzsQznHfPnPL9tA3TAiaQAjWEpr7H+0AIolYxZdXyh4wDNv9fz+qmIAUTSCUWY2TGinm5OiA0nXjiSDPjAxnYdQ+Pu4idhiOmMJmnhkZzkImMaK4uLWdV0bispBZjMgjI6mykFSMUG+8FQNWzZIRygJJ0QRW6vIqyZnEYjSpoeL1tBmJsgD7Ph41gXEwpIT+yBP6mA1Cv/j118lze10WNDbplYcUJL5jEVFG4ImxXyNPspBSKpMYQRmBwu9xGXFZMOZvkgnMTYx4yMg71R5ec1kI8aH0pbmCjGQWI1xGjDm/OFxv4ZGUy8KNWMILSP3wD9MNZMEb6MBeqWMG+pQLPvLFPFUxJ+emTweMmQKD8OmLGK8FkqOQIifuADKMECnQgTIQAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: all .25s ease-in-out;
}

.register__form .form__boxSearch .dropdown-select.open:before {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.register__form .form__boxSearch .dropdown-select.open .list {
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
	pointer-events: auto;
}

.register__form .form__boxSearch .dropdown-select-input {
	display: none !important;
}

.register__form .form__boxSearch .dropdown-select .list {
	position: absolute;
	top: 100%;
	left: 0 !important;
	right: 0 !important;
	z-index: 999;
	max-height: 18.22917vw;
	overflow: auto;
	box-sizing: border-box;
	transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
	-webkit-transform-origin: 50% 0;
	        transform-origin: 50% 0;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
	background: var(--orange);
	border-radius: 0.78125vw;
	margin-top: 0.52083vw;
	padding: 0.52083vw;
	opacity: 0;
	pointer-events: none;
}

.register__form .form__boxSearch .dropdown-select .list .dd-search {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.register__form .form__boxSearch .dropdown-select .list .dd-searchbox {
	width: 100%;
	padding: 0.52083vw;
	border: 1px solid #CF131B;
	border-radius: 0.52083vw;
	background: transparent;
	outline: none;
}

.register__form .form__boxSearch .dropdown-select .list ul {
	padding: 0;
}

.register__form .form__boxSearch .dropdown-select .list ul li {
	padding: 0.78125vw 0;
}

.register__form .form__boxSearch .dropdown-select .list .option {
	cursor: pointer;
	font-size: 1.25vw;
	font-weight: 600;
	line-height: 100%;
	color: #CF131B;
}

.register__form .form__boxSearch .dropdown-select .list .option:hover {
	text-decoration: underline;
}

.register__form .form .suggestions-suggestions {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
	border-radius: 0.78125vw;
	margin-top: 0.52083vw;
}
