@charset "UTF-8";

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}

.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}

.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.jq-selectbox {
	z-index: 10;
}

.jq-selectbox__select {
	position: relative;
}

.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
	position: absolute;
}

.jq-selectbox__search input {
	-webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.jq-number {
	display: inline-block;
}

.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left;
	/* для Opera Presto */;
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0;
	/* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}/* z-index: map-get($z-index, 'popup'); */.nav ul,
.intro__icons,
.footer__nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.nav ul a,
.btn,
.btn2,
.footer__nav a,
.footer .dev-copy,
.footer .dev-copy img {
	transition: all .3s ease-in-out;
}

.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #070628;
	background: #fed17b;
	font: 18px/1.5 "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 700;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 48px;
}

h2,
.h2 {
	font-size: 28px;
}

h3,
.h3 {
	font-size: 26px;
}

h4,
.h4 {
	font-size: 24px;
}

h5,
.h5 {
	font-size: 22px;
}

h6,
.h6 {
	font-size: 20px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #070628;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
	height: 150px;
	min-height: 150px;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="file"]:focus,
input[type="submit"]:focus {
	outline: 0;
}

.jq-number {
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: 33px;
}

.jq-number input {
	background-color: transparent;
	border: 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	width: 50px;
	text-align: center;
}

.jq-number__spin {
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
}

.jq-number__spin.minus {
	order: -1;
}

.jq-number__spin.minus:after {
	content: "-";
}

.jq-number__spin.plus:after {
	content: "+";
}

html {
	scroll-behavior: smooth;
}

html.noScroll {
	overflow: hidden;
}

html,
body {
	height: 100%;
}

.container-fluid,
.container {
	padding: 0 20px;
}

.container {
	max-width: 1264px;
	margin: 0 auto;
}

.wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.main {
	flex-grow: 1;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

.header__container {
	max-width: 1920px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 24px 107px 24px 0;
}

.header__holder {
	display: flex;
	align-items: center;
}

.header .logo {
	width: 80px;
	position: relative;
	left: 14%;
}

.header .cart {
	display: flex;
	align-items: center;
	margin-left: 50px;
}

.header .cart .icon {
	background: url(../images/icon-cart.svg) no-repeat;
	width: 18px;
	height: 22px;
}

.header .cart .count {
	width: 32px;
	height: 32px;
	background-color: white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	margin-left: 15px;
}

.nav-opener {
	display: none;
	margin-left: auto;
	width: 24px;
	height: 14px;
	margin-left: 32px;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	transform: rotate(45deg);
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -1px;
}

.nav-active .nav-opener:after {
	transform: rotate(-45deg);
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #eabc15;
	border-radius: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	margin-top: -1px;
	/* height/2 */
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
	margin: 0;
}

.nav-opener:after {
	top: auto;
	bottom: 0;
}

.nav ul {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 48px;
}

.nav ul .buy-now {
	font-weight: 800;
}

.nav ul a {
	text-decoration: none;
	color: #eabc15;
}

.nav ul a:hover {
	color: white;
}

.intro {
	background-color: #000;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.intro:before {
	content: "";
	position: absolute;
	top: -123px;
	right: -123px;
	background: radial-gradient(closest-side, rgba(221, 146, 16, .24) 0%, rgba(221, 146, 16, 0) 100%);
	width: 246px;
	height: 246px;
	z-index: -1;
}

.intro:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 260px;
	background: linear-gradient(180deg, rgba(49, 46, 41, 0) 0%, #403832 100%);
	z-index: -1;
}

.intro .label {
	position: absolute;
	top: 0;
	left: 8%;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.intro .label:before,
.intro .label:after {
	content: "";
	height: 92px;
	width: 2px;
	background: linear-gradient(to bottom, rgba(234, 188, 21, 0) 0%, #eabc15 100%);
	display: block;
}

.intro .label:after {
	background: linear-gradient(to top, rgba(234, 188, 21, 0) 0%, #eabc15 100%);
}

.intro .label__img {
	display: block;
}

.intro__container {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	height: 100vh;
}

.intro .text {
	position: absolute;
	top: 16%;
	left: 23%;
	width: 46%;
	max-width: 672px;
	z-index: 1;
}

.intro .car {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 42%;
}

.intro .special-offer {
	position: absolute;
	right: 0;
	bottom: 4%;
	width: 22%;
}

.intro .hot-deal {
	position: absolute;
	bottom: 93%;
	right: 15px;
	width: 70%;
	color: #fed17b;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.intro .hot-deal img {
	margin-bottom: -12px;
}

.intro .hot-deal .code {
	font-weight: 600;
	white-space: nowrap;
}

.intro__icons {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 10px;
	justify-content: center;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
	position: absolute;
	bottom: 6%;
	left: 41%;
	right: 19%;
	max-width: 500px;
}

.intro__icons li {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 125px;
	gap: 8px;
}

.intro__icon {
	max-width: 96px;
}

.promo {
	text-align: center;
	padding: 108px 0 180px;
}

.promo__title {
	font-size: 48px;
	margin-bottom: 24px;
}

.promo__title span {
	white-space: nowrap;
}

.promo__heading {
	text-align: center;
	margin-bottom: 88px;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 500;
}

.promo p {
	margin: 0;
}

.opened .js-read-more {
	display: none;
}

.js-read-more-text {
	display: none;
}

.opened .js-read-more-text {
	display: inline;
}

.item-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 116px 190px;
}

.item-list__item {
	font-size: 18px;
	font-weight: 500;
	max-width: 435px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.item-list__item.brown {
	color: #b75001;
}

.item-list__item.blue {
	color: #01899f;
}

.item-list__item .illus {
	max-width: 90%;
	margin-bottom: 32px;
}

.item-list__item .title {
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 24px;
}

.item-list__item p {
	margin: 0;
	padding-bottom: 48px;
}
.item-list__item p:last-of-type {
	margin: 0 0 auto;
}

.item-list__item p a {
	color: inherit;
}

.item-list__item p a:hover {
	text-decoration: underline;
}

.item-list__item p
+ p {
	margin-top: 1em;
}

.item-list__item .read-more {
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}

.item-list__item .row {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}

.item-list__item .quantity,
.item-list__item .price {
	font-size: 20px;
	font-weight: 600;
}

.item-list__item .row,
.item-list__item .btn {
	width: Min(100%, 360px);
}

.btn {
	border: 2px solid #070628;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 56px;
	color: #070628;
	box-shadow: 8px 8px 0 0 #070628, 7px 7px 0 0 #070628, 6px 6px 0 0 #070628, 5px 5px 0 0 #070628, 4px 4px 0 0 #070628, 3px 3px 0 0 #070628, 2px 2px 0 0 #070628, 1px 1px 0 0 #070628;
	background-color: transparent;
	position: relative;
	text-decoration: none;
}

.btn:hover {
	text-decoration: none;
	background-color: #070628;
	color: #fed17b;
	box-shadow: -7px -7px 0 0 #fed17b, -6px -6px 0 0 #fed17b, -5px -5px 0 0 #fed17b, -4px -4px 0 0 #fed17b, -3px -3px 0 0 #fed17b, -2px -2px 0 0 #fed17b, -1px -1px 0 0 #fed17b, -7px -7px 0 1px #070628, -6px -6px 0 1px #070628, -5px -5px 0 1px #070628, -4px -4px 0 1px #070628, -3px -3px 0 1px #070628, -2px -2px 0 1px #070628, -1px -1px 0 1px #070628, -8px -8px 0 1px #070628;
}

.btn--brown {
	color: #b75001;
	border-color: #b75001;
	box-shadow: 8px 8px 0 0 #b75001, 7px 7px 0 0 #b75001, 6px 6px 0 0 #b75001, 5px 5px 0 0 #b75001, 4px 4px 0 0 #b75001, 3px 3px 0 0 #b75001, 2px 2px 0 0 #b75001, 1px 1px 0 0 #b75001;
}

.btn--brown:hover {
	background-color: #b75001;
	box-shadow: -7px -7px 0 0 #fed17b, -6px -6px 0 0 #fed17b, -5px -5px 0 0 #fed17b, -4px -4px 0 0 #fed17b, -3px -3px 0 0 #fed17b, -2px -2px 0 0 #fed17b, -1px -1px 0 0 #fed17b, -7px -7px 0 1px #b75001, -6px -6px 0 1px #b75001, -5px -5px 0 1px #b75001, -4px -4px 0 1px #b75001, -3px -3px 0 1px #b75001, -2px -2px 0 1px #b75001, -1px -1px 0 1px #b75001, -8px -8px 0 1px #b75001;
}

.btn--blue {
	color: #01899f;
	border-color: #01899f;
	box-shadow: 8px 8px 0 0 #01899f, 7px 7px 0 0 #01899f, 6px 6px 0 0 #01899f, 5px 5px 0 0 #01899f, 4px 4px 0 0 #01899f, 3px 3px 0 0 #01899f, 2px 2px 0 0 #01899f, 1px 1px 0 0 #01899f;
}

.btn--blue:hover {
	background-color: #01899f;
	box-shadow: -7px -7px 0 0 #fed17b, -6px -6px 0 0 #fed17b, -5px -5px 0 0 #fed17b, -4px -4px 0 0 #fed17b, -3px -3px 0 0 #fed17b, -2px -2px 0 0 #fed17b, -1px -1px 0 0 #fed17b, -7px -7px 0 1px #01899f, -6px -6px 0 1px #01899f, -5px -5px 0 1px #01899f, -4px -4px 0 1px #01899f, -3px -3px 0 1px #01899f, -2px -2px 0 1px #01899f, -1px -1px 0 1px #01899f, -8px -8px 0 1px #01899f;
}

.btn2 {
	border: 2px solid #e09f1b;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 12px;
	text-decoration: none;
}

.btn2--default {
	color: #e09f1b;
	background-color: #fff;
}

.btn2--default:hover {
	border: 2px solid #c98f18;
	color: #c98f18;
}

.btn2--filled {
	color: #fff;
	background-color: #e09f1b;
}

.btn2--filled:hover {
	border: 2px solid #c98f18;
	background-color: #c98f18;
}

.video {
	background: linear-gradient(195.04deg, #302b28 2.19%, #000 89.41%);
	color: white;
	padding-top: 108px;
	padding-bottom: 224px;
	overflow: hidden;
}

.video__heading {
	display: block;
	margin: 0 auto 104px;
}

.video__block {
	display: flex;
	align-items: center;
	gap: 113px;
	font-size: 20px;
	line-height: 2;
	font-weight: 500;
}

.video__block
+ .video__block {
	margin-top: 176px;
}

.video__block.a-right {
	flex-direction: row-reverse;
}

.video__block.a-right .holder .deco1 {
	content: "";
	left: auto;
	right: -56px;
	background: url(../images/decor_2.svg) no-repeat;
	background-size: contain;
}

.video__block.a-right .holder .deco2 {
	background-color: #604ba2;
	bottom: -24px;
	left: -24px;
}

.video__block .holder {
	position: relative;
	width: 49%;
	flex-shrink: 0;
}

.video__block .holder iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	z-index: 2;
}

.video__block .holder:before {
	content: "";
	display: block;
	padding-top: 65.31%;
}

.video__block .holder .deco1 {
	position: absolute;
	top: -56px;
	left: -56px;
	width: 208px;
	height: 148px;
	background: url(../images/decor_1.svg) no-repeat;
	background-size: contain;
}

.video__block .holder .deco2 {
	width: 332px;
	height: 280px;
	background-color: #eabc15;
	position: absolute;
	bottom: -24px;
	right: -24px;
	z-index: 1;
}

.video__block .title {
	font-size: 32px;
	line-height: 1.25;
	margin-bottom: 20px;
}

.video__block p {
	margin: 0;
}

.footer {
	font-size: 16px;
	line-height: 1.25;
	font-weight: 500;
	color: rgba(255, 255, 255, .48);
	background-color: #000;
	border-top: 1px solid rgba(254, 209, 123, .24);
	padding-top: 30px;
	padding-bottom: 30px;
}

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

.footer__nav {
	display: flex;
	gap: 24px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

.footer__nav a {
	color: white;
	text-decoration: none;
}

.footer__nav a:hover {
	color: #fed17b;
}

.footer .copy {
	margin: 0;
}

.footer .dev-copy {
	color: rgba(255, 255, 255, .48);
	text-decoration: none;
	display: flex;
	align-items: center;
	font-size: 14px;
}

.footer .dev-copy:hover {
	color: white;
}

.footer .dev-copy:hover img {
	opacity: 1;
}

.footer .dev-copy img {
	margin-right: 8px;
	opacity: .48;
}

.modal {
	background: rgba(0, 0, 0, .56);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	justify-content: center;
	align-items: center;
	padding: 20px;
	z-index: 1000;
	display: none;
}

.modal.modal--active {
	display: flex;
}

.modal-box {
	background-color: #fff;
	padding: 32px 54px 48px 24px;
	position: relative;
	width: Min(648px, 100%);
}

.modal-close {
	background: url(../images/close-icon.svg) no-repeat;
	width: 18px;
	height: 18px;
	background-size: cover;
	position: absolute;
	top: 22px;
	right: 22px;
}

.modal-title {
	display: flex;
	align-items: center;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
	color: #340e0e;
	margin-bottom: 44px;
}

.modal-title::before {
	content: "";
	background: url(../images/check-icon.svg) no-repeat;
	width: 46px;
	height: 46px;
	background-size: cover;
	flex-shrink: 0;
	margin-right: 16px;
}

.modal .btns {
	display: flex;
	gap: 16px;
}

.modal .btns .btn2 {
	flex-grow: 1;
}

.thanks {
	display: flex;
	height: 100vh;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	padding: 20px;
}

.thanks__illus {
	max-width: 232px;
	margin-bottom: 72px;
}

.thanks__title {
	font-size: 32px;
	font-weight: 600;
	margin: 0 0 24px;
}

.thanks p {
	margin: 0;
}

@media (min-width: 1024px) {
	textarea {
		height: 272px;
		min-height: 272px;
	}
}

@media (max-width: 1399px) and (orientation: landscape) {
	.intro .text {
		left: 20%;
	}
}

@media (max-width: 1399px) {
	.intro .special-offer {
		width: 16%;
	}

	.intro__icons {
		right: 16%;
	}

	.intro__icons li {
		width: 125px;
	}

	.intro__icon {
		max-width: 80px;
	}
}

@media (max-width: 1199px) {
	.header .cart {
		margin-left: 30px;
	}

	.nav ul {
		gap: 28px;
	}

	.item-list {
		gap: 116px 120px;
	}

	.item-list__item {
		max-width: 360px;
	}

	.video__block {
		gap: 90px;
	}

	.footer {
		font-size: 14px;
	}

	.footer__nav {
		gap: 18px;
	}
}

@media (max-width: 1199px) and (orientation: portrait) {
	.intro {
		max-height: 900px;
	}
}

@media (max-width: 1023px) {
	.header {
		padding-left: 48px;
		padding-right: 16px;
	}

	.header .logo {
		left: 0;
	}

	.intro:after {
		height: 204px;
	}

	.intro .label {
		left: 16px;
	}

	.intro .text {
		left: 18%;
	}

	.intro .special-offer {
		bottom: 0;
		width: 22%;
	}

	.intro .hot-deal {
		font-size: 10px;
	}

	.intro .hot-deal img {
		width: 100px;
		margin-bottom: -4px;
	}

	.promo {
		padding-top: 48px;
		padding-bottom: 96px;
	}

	.promo__title {
		font-size: 32px;
		line-height: 1.1;
		margin-bottom: 20px;
	}

	.promo__heading {
		font-size: 16px;
		margin-bottom: 40px;
	}

	.item-list__item {
		font-size: 16px;
	}
	
	.item-list__item p {
		padding-bottom: 32px;
	}

	.item-list__item .illus {
		margin-bottom: 24px;
	}

	.item-list__item .title {
		margin-bottom: 16px;
	}

	.item-list__item .row {
		margin-bottom: 12px;
	}

	.video {
		padding-top: 48px;
		padding-bottom: 72px;
	}

	.video__heading {
		margin-bottom: 64px;
	}

	.video__block {
		font-size: 16px;
		line-height: 1.5;
		gap: 60px;
	}

	.video__block .holder .deco1 {
		width: 152px;
		height: 108px;
		top: -24px;
		left: -8px;
	}

	.video__block .holder .deco2 {
		width: 172px;
		height: 172px;
		bottom: -8px;
		right: -8px;
	}

	.video__block .title {
		font-size: 28px;
		margin-bottom: 16px;
	}

	.footer .container {
		flex-direction: column;
		gap: 32px;
		text-align: center;
	}

	.thanks {
		font-size: 18px;
	}

	.thanks__illus {
		max-width: 190px;
		margin-bottom: 40px;
	}

	.thanks__title {
		font-size: 25px;
		margin-bottom: 16px;
	}
}

@media (max-width: 1023px) and (orientation: landscape) {
	.intro .hot-deal {
		right: 80%;
		bottom: 65%;
	}

	.intro__icons {
		left: 0;
		right: 0;
		max-width: 100%;
		gap: 24px 0;
		line-height: 1.3;
	}
}

@media (max-width: 767px) {
	.container-fluid,
	.container {
		padding: 0 16px;
	}

	.header {
		padding: 16px 16px 16px 48px;
	}

	.nav-opener {
		display: block;
	}

	.nav {
		position: absolute;
		z-index: -1;
		left: 0;
		right: 0;
		top: 0;
		background: rgba(2, 2, 2, .9);
		box-shadow: 0 4px 24px rgba(0, 0, 0, .25);
		display: flex;
		align-items: flex-end;
		height: 60vh;
		opacity: 0;
		transform: translateY(-100%);
		transition: all .3s ease-in-out;
		overflow: hidden;
	}

	.nav-active .nav {
		opacity: 1;
		transform: translateY(0);
	}

	.nav ul {
		width: 100%;
		flex-direction: column;
		align-items: flex-end;
		font-size: 24px;
		gap: 24px;
		padding: 16px 16px 96px;
	}

	.intro .label:before,
	.intro .label:after {
		height: 80px;
	}

	.intro .label:before {
		height: 48px;
	}

	.intro .label__img {
		width: 16px;
		height: 130px;
	}

	.intro .text {
		width: 280px;
		top: 24%;
		left: 13%;
	}

	.intro .car {
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
		width: 231px;
	}

	.intro .special-offer {
		width: 145px;
		bottom: auto;
		top: 50%;
		transform: translateY(-40%);
	}

	.intro .hot-deal {
		bottom: 140%;
		width: 100%;
		font-size: 8px;
	}

	.intro .hot-deal img {
		width: 90px;
	}

	.intro .hot-deal br {
		display: none;
	}

	.intro__icons li:nth-child(1),
	.intro__icons li:nth-child(2) {
		width: 130px;
	}

	.item-list {
		gap: 88px 20px;
	}

	.video__block {
		flex-direction: column;
		gap: 40px;
	}

	.video__block
	+ .video__block {
		margin-top: 74px;
	}

	.video__block.a-right {
		flex-direction: column;
	}

	.video__block.a-right .holder .deco1 {
		right: -8px;
	}

	.video__block.a-right .holder .deco2 {
		bottom: -8px;
		left: -8px;
	}

	.video__block .holder {
		width: 100%;
	}

	.video__block iframe {
		width: 100%;
		height: auto;
	}

	.footer {
		padding-top: 20px;
		padding-bottom: 26px;
	}

	.modal-box {
		padding: 24px 20px 40px;
	}

	.modal-close {
		top: 15px;
		right: 15px;
	}

	.modal-title {
		margin-bottom: 36px;
		padding-right: 24px;
	}

	.modal .btns {
		flex-direction: column;
	}
}

@media (max-width: 767px) and (orientation: portrait) {
	.intro__icons {
		left: 0;
		right: 0;
		max-width: 100%;
		gap: 24px 0;
		line-height: 1.3;
	}
}

/*# sourceMappingURL=main.css.map */
