/* Defaults */
/* Media */
body {
	font-size: 16px;
}

.wrapper {
	max-width: 1920px;
}

.container {
	max-width: 1920px;
	padding-left: 96px;
	padding-right: 96px;
}

.button {
	height: 41px;
	padding: 0 10px;
	font-size: 18px;
}

.button_3 {
	border-width: 1px;
}

.button_picture {
	width: 400px;
	height: 70px;
	padding: 0 10px 0 155px;
	font-size: 24px;
	background-position: 9px 50%;
	background-size: auto 58px;
}

.button_picture:hover {
	font-size: 27px;
}

H1 {
	font-size: 102px;
}

.section-title {
	font-size: 48px;
}

.more {
	gap: 4px;
}

.more:after {
	width: 42px;
	height: 42px;
}

.corner:before {
	width: 52px;
	height: 52px;
}

.number:before {
	left: 12px;
	width: 25px;
	height: 25px;
}

.number DIV {
	width: 25px;
	height: 25px;
	font-size: 12px;
}

.bigbuttonbox-inner {
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	padding: 30px 24px;
	border-radius: 16px;
}

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

.bigbuttonbox .button {
	width: 164px;
	font-size: 16px;
}

.slick-arrows {
	gap: 10px;
}

.slick-arrow {
	width: 34px;
	height: 34px;
}

.notification {
	top: 250px;
	justify-content: flex-end;
	width: 1728px;
}

.notification DIV {
	max-width: 282px;
}

.form__title {
	font-size: 48px;
	margin-bottom: 25px;
}

.form__title_small {
	font-size: 21px;
	margin-bottom: 15px;
}

.form__text {
	font-size: 18px;
	margin-bottom: 15px;
}

.form__item {
	margin-bottom: 18px;
}

.form__input {
	height: 63px;
	padding: 0 16px;
	border-radius: 12px;
	font-size: 16px;
}

.form__substitution {
	margin-bottom: 12px;
}

.form__substitution-text {
	min-height: 63px;
	padding: 5px 40px 5px 16px;
	border-radius: 12px;
	font-size: 16px;
}

.form__substitution-text:after {
	right: 16px;
	width: 19px;
	height: 13px;
}

.form__substitution-list {
	top: 54px;
	left: 0;
	right: 0;
	padding: 10px 18px 0 18px;
	border-radius: 0 0 12px 12px;
}

.form__substitution-list LI {
	padding: 21px 0;
	font-size: 16px;
}

.form__clarifying {
	font-size: 16px;
	margin-bottom: 18px;
}

.form__button {
	height: 85px;
	font-weight: 600;
	font-size: 24px;
}

.form__footer {
	font-size: 14px;
	color: #d3d8df;
	margin-bottom: 15px;
}

.form__footer-checkbox {
	width: 12px;
	height: 12px;
}

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

.form__footer-text {
	padding-left: 16px;
}

/* Blocks */
.header {
	max-width: 1920px;
}

.header__box {
	min-height: 98px;
}

.page-scrolled .header__box {
	min-height: 50px;
}

.header__logo {
	flex: 0 0 62px;
	margin-right: 30px;
}

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

.header__buttons .button {
	width: auto;
	height: 41px;
	padding: 0 10px;
	font-size: 18px;
}

.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: 11px;
}

.header__menu LI {
	font-size: 16px;
	line-height: 90%;
}

.header__menu-item {
	font-size: 16px;
	margin: 0;
}

.header__contacts {
	gap: 23px;
}

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

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

.header__basket {
	gap: 2px;
}

.header__basket I {
	width: 26px;
	height: 26px;
}

.header__basket SPAN {
	min-width: 20px;
	height: 20px;
	padding: 0 3px;
	border-radius: 200px;
	font-size: 16px;
}

.header__icon {
	display: none;
}

.header__buttonbox {
	padding: 0;
}

.header__buttonbox.mob {
	display: none;
}

.header__buttonbox.desk {
	display: block;
}

.header__buttonbox .button {
	width: 164px;
	height: 41px;
	border-radius: 40px;
	font-size: 16px;
}

.footer {
	padding: 30px 0;
	border-radius: 16px 16px 0 0;
	background: #e0e2ea url(../img/footer/bg_desk.svg) no-repeat 50% 100%/1728px auto;
}

.footer__top {
	align-items: center;
	gap: 32px;
	margin-bottom: 70px;
}

.footer__logo {
	flex: 0 0 122px;
}

.footer__logo IMG {
	width: 122px;
}

.footer__logo IMG.mob {
	display: none;
}

.footer__logo IMG.desk {
	display: block;
}

.footer__menu {
	gap: 20px;
}

.footer__menu UL {
	flex-wrap: nowrap;
	gap: 20px;
	font-size: 16px;
	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: 60px;
	width: 1428px;
	margin: 0 auto 120px auto;
}

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

.footer__contacts-title {
	font-size: 16px;
	margin-bottom: 6px;
}

.footer__contacts-data {
	font-size: 24px;
}

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

.fancybox-slide--html .popup .fancybox-close-small {
	width: 25px;
	height: 25px;
	margin: 35px 35px 0 0;
}

.fancybox-slide--html .popup .fancybox-close-small:before {
	width: 25px;
	height: 25px;
}

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

.popup-reg {
	max-width: 1920px;
	background: #040404;
}

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

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

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

.popup-reg__logo {
	position: absolute;
	top: 30px;
	left: 96px;
}

.popup-reg__logo IMG {
	width: 65px;
}

.popup-reg__head {
	position: relative;
	margin-bottom: 197px;
}

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

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

.popup-reg__form {
	flex: 0 0 50%;
	padding: 250px 230px 40px 230px;
	border-radius: 20px 0 0 20px;
}

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

.popup-video .fancybox-close-small {
	width: 12px;
	height: 13px;
	padding: 0;
}

.popup-video .fancybox-close-small:before {
	width: 12px;
	height: 13px;
}
