/* Defaults */
/* Media */
body {
	font-size: 0.83333vw;
}

.wrapper {
	max-width: 100vw;
}

.container {
	max-width: 100vw;
	padding-left: 5vw;
	padding-right: 5vw;
}

.button {
	height: 2.13542vw;
	padding: 0 0.52083vw;
	font-size: 0.9375vw;
}

.button_3 {
	border-width: 1px;
}

.button_picture {
	width: 20.83333vw;
	height: 3.64583vw;
	padding: 0 0.52083vw 0 8.07292vw;
	font-size: 1.25vw;
	background-position: 0.46875vw 50%;
	background-size: auto 3.02083vw;
}

.button_picture:hover {
	font-size: 1.40625vw;
}

H1 {
	font-size: 5.3125vw;
}

.section-title {
	font-size: 2.5vw;
}

.more {
	gap: 0.20833vw;
}

.more:after {
	width: 2.1875vw;
	height: 2.1875vw;
}

.corner:before {
	width: 2.70833vw;
	height: 2.70833vw;
}

.number:before {
	left: 0.625vw;
	width: 1.30208vw;
	height: 1.30208vw;
}

.number DIV {
	width: 1.30208vw;
	height: 1.30208vw;
	font-size: 0.625vw;
}

.bigbuttonbox-inner {
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 0.72917vw;
	padding: 1.5625vw 1.25vw;
	border-radius: 0.83333vw;
}

.bigbuttonbox-title {
	font-size: 2.39583vw;
	line-height: 80%;
	letter-spacing: -0.03em;
}

.bigbuttonbox .button {
	width: 8.54167vw;
	font-size: 0.83333vw;
}

.slick-arrows {
	gap: 0.52083vw;
}

.slick-arrow {
	width: 1.77083vw;
	height: 1.77083vw;
}

.notification {
	top: 13.02083vw;
	justify-content: flex-end;
	width: 90vw;
}

.notification DIV {
	max-width: 14.6875vw;
}

.form__title {
	font-size: 2.5vw;
	margin-bottom: 1.30208vw;
}

.form__title_small {
	font-size: 1.09375vw;
	margin-bottom: 0.78125vw;
}

.form__text {
	font-size: 0.9375vw;
	margin-bottom: 0.78125vw;
}

.form__item {
	margin-bottom: 0.9375vw;
}

.form__input {
	height: 3.28125vw;
	padding: 0 0.83333vw;
	border-radius: 0.625vw;
	font-size: 0.83333vw;
}

.form__substitution {
	margin-bottom: 0.625vw;
}

.form__substitution-text {
	min-height: 3.28125vw;
	padding: 0.26042vw 2.08333vw 0.26042vw 0.83333vw;
	border-radius: 0.625vw;
	font-size: 0.83333vw;
}

.form__substitution-text:after {
	right: 0.83333vw;
	width: 0.98958vw;
	height: 0.67708vw;
}

.form__substitution-list {
	top: 2.8125vw;
	left: 0;
	right: 0;
	padding: 0.52083vw 0.9375vw 0 0.9375vw;
	border-radius: 0 0 0.625vw 0.625vw;
}

.form__substitution-list LI {
	padding: 1.09375vw 0;
	font-size: 0.83333vw;
}

.form__clarifying {
	font-size: 0.83333vw;
	margin-bottom: 0.9375vw;
}

.form__button {
	height: 4.42708vw;
	font-weight: 600;
	font-size: 1.25vw;
}

.form__footer {
	font-size: 0.72917vw;
	color: #d3d8df;
	margin-bottom: 0.78125vw;
}

.form__footer-checkbox {
	width: 0.625vw;
	height: 0.625vw;
}

.form__footer-checkbox-icon {
	border-width: 1px;
}

.form__footer-text {
	padding-left: 0.83333vw;
}

/* Blocks */
.header {
	max-width: 100vw;
}

.header__box {
	min-height: 5.10417vw;
}

.page-scrolled .header__box {
	min-height: 2.60417vw;
}

.header__logo {
	flex: 0 0 3.22917vw;
	margin-right: 1.5625vw;
}

.header__buttons {
	display: flex;
	justify-content: flex-start;
	flex-grow: 1;
}

.header__buttons .button {
	width: auto;
	height: 2.13542vw;
	padding: 0 0.52083vw;
	font-size: 0.9375vw;
}

.header__menu {
	position: static;
	display: block;
	flex-grow: 1;
	background: none;
	padding: 0;
}

.header__menu-inner {
	display: block;
	min-height: auto;
}

.header__menu UL {
	flex-grow: inherit;
	flex-direction: row;
	justify-content: flex-start;
	gap: 0.57292vw;
}

.header__menu LI {
	font-size: 0.83333vw;
	line-height: 90%;
}

.header__menu-item {
	font-size: 0.83333vw;
	margin: 0;
}

.header__contacts {
	gap: 1.19792vw;
}

.header__phone {
	order: -1;
	display: flex;
	align-items: center;
	width: auto;
	height: auto;
	background: none;
	text-indent: inherit;
	font-size: 0.83333vw;
	line-height: 90%;
	letter-spacing: -0.03em;
	color: #ff0000;
	white-space: nowrap;
}

.header__phone:after {
	content: '';
	display: block;
	width: 1.04167vw;
	height: 1.04167vw;
	background: url(../img/header/phone.svg) no-repeat 0 0/100% 100%;
	margin-left: 0.20833vw;
}

.header__basket {
	gap: 0.10417vw;
}

.header__basket I {
	width: 1.35417vw;
	height: 1.35417vw;
}

.header__basket SPAN {
	min-width: 1.04167vw;
	height: 1.04167vw;
	padding: 0 0.15625vw;
	border-radius: 10.41667vw;
	font-size: 0.83333vw;
}

.header__icon {
	display: none;
}

.header__buttonbox {
	padding: 0;
}

.header__buttonbox.mob {
	display: none;
}

.header__buttonbox.desk {
	display: block;
}

.header__buttonbox .button {
	width: 8.54167vw;
	height: 2.13542vw;
	border-radius: 2.08333vw;
	font-size: 0.83333vw;
}

.footer {
	padding: 1.5625vw 0;
	border-radius: 0.83333vw 0.83333vw 0 0;
	background: #e0e2ea url(../img/footer/bg_desk.svg) no-repeat 50% 100%/90vw auto;
}

.footer__top {
	align-items: center;
	gap: 1.66667vw;
	margin-bottom: 3.64583vw;
}

.footer__logo {
	flex: 0 0 6.35417vw;
}

.footer__logo IMG {
	width: 6.35417vw;
}

.footer__logo IMG.mob {
	display: none;
}

.footer__logo IMG.desk {
	display: block;
}

.footer__menu {
	gap: 1.04167vw;
}

.footer__menu UL {
	flex-wrap: nowrap;
	gap: 1.04167vw;
	font-size: 0.83333vw;
	line-height: 90%;
}

.footer__menu LI {
	flex: none;
}

.footer__menu LI A.mob {
	display: none;
}

.footer__menu LI A.desk {
	display: inline;
}

.footer__contacts {
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	gap: 3.125vw;
	width: 74.375vw;
	margin: 0 auto 6.25vw auto;
}

.footer__contacts LI:nth-child(2n+1), .footer__contacts LI:nth-child(2n) {
	min-height: auto;
	background: none;
}

.footer__contacts-title {
	font-size: 0.83333vw;
	margin-bottom: 0.3125vw;
}

.footer__contacts-data {
	font-size: 1.25vw;
}

.footer__bottom {
	flex-direction: row;
	justify-content: space-between;
	font-size: 0.83333vw;
	line-height: 90%;
}

.fancybox-slide--html .popup .fancybox-close-small {
	width: 1.30208vw;
	height: 1.30208vw;
	margin: 1.82292vw 1.82292vw 0 0;
}

.fancybox-slide--html .popup .fancybox-close-small:before {
	width: 1.30208vw;
	height: 1.30208vw;
}

.fancybox-slide--html .popup-video .fancybox-close-small {
	margin: 0;
}

.popup-reg {
	max-width: 100vw;
	background: #040404;
}

.popup-reg__box {
	flex-direction: row;
	width: 100%;
	min-height: calc(100vh - 0.625vw);
	margin: 0;
}

.popup-reg__content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 0 0 50%;
	min-height: auto;
	padding: 2.60417vw 1.04167vw 2.60417vw 4.89583vw;
	border-radius: 0;
	text-align: left;
	color: #fff;
	overflow: hidden;
}

.popup-reg__content:after {
	position: absolute;
	right: -3.125vw;
	bottom: 0;
	content: '';
	width: 31.5625vw;
	height: 38.28125vw;
	background: url(../img/popups/bg.png) no-repeat 100% 100%/100% auto;
}

.popup-reg__logo {
	position: absolute;
	top: 1.5625vw;
	left: 5vw;
}

.popup-reg__logo IMG {
	width: 3.38542vw;
}

.popup-reg__head {
	position: relative;
	margin-bottom: 10.26042vw;
}

.popup-reg__title {
	font-family: "HeadingNowVar", "Arial", sans-serif;
	font-variation-settings: "wght" 650, "wdth" 245;
	font-size: 11.45833vw;
	line-height: 78%;
	text-transform: uppercase;
	margin-bottom: 2.34375vw;
}

.popup-reg__text {
	position: relative;
	z-index: 1;
	font-family: "HeadingNowVar", "Arial", sans-serif;
	font-variation-settings: "wght" 650, "wdth" 260;
	font-size: 3.4375vw;
	line-height: 80%;
	text-transform: uppercase;
}

.popup-reg__form {
	flex: 0 0 50%;
	padding: 13.02083vw 11.97917vw 2.08333vw 11.97917vw;
	border-radius: 1.04167vw 0 0 1.04167vw;
}

.popup-video {
	height: calc(90vw / 100 * 56.25 + 2.08333vw);
	padding: 2.08333vw 0 0 0;
}

.popup-video .fancybox-close-small {
	width: 0.625vw;
	height: 0.67708vw;
	padding: 0;
}

.popup-video .fancybox-close-small:before {
	width: 0.625vw;
	height: 0.67708vw;
}
