:root {
	--main-yellow: #F5C109;
    --secondary-yellow: #FFDE6B;
	--main-white: #FFFFFF;
	--main-gray: #44484B;
	--main-brown: #928978;
	--secondary-gray: #606366;
	--third-gray: #909294;
	--transition: 0.15s all;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: var(--main-gray);
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
}
main {
	flex: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
    background: none;
    border: none;
    outline: none;
	display: flex;
}
* {
	font-family: "Roboto Condensed", sans-serif;
  	font-optical-sizing: auto;
  	font-style: normal;
	box-sizing: border-box;
}
a:hover {
    color: var(--main-yellow);
}
.container {
	max-width: 1170px;
	margin: 0 auto;
}
.highlight {
	color: var(--main-yellow)
}
#promo {
	background: url(../media/promo/bg.png) center center/cover no-repeat;
	padding-top: 280px;
	padding-bottom: 60px;
}
#promo h1 {
	font-size: 82px;
	color: var(--main-white);
	line-height: 82px;
	font-weight: 700;
	text-transform: uppercase;
}
#promo h1 .highlight {
	display: block;
    text-align: right;
	margin-bottom: 20px;
}
#promo h1 .last {
	max-width: 891px;
	text-align: right;
	display: block;
	transform: translateX(-53px);
}
#promo .brands-container {
	max-width: 891px;
	transform: translateX(-53px);
}
#promo .brands {
	max-width: 390px;
	text-align: right;
	font-family: "Montserrat", sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 26px;
	color: var(--main-white);
	margin-left: auto;
	margin-top: 20px;
	text-transform: uppercase;
}
#promo .push-to-down {
	margin: 100px auto 0;
	display: flex;
	cursor: pointer;
	transition: var(--transition);
	color: var(--main-white)
}
#promo .push-to-down:active {
	transform: scale(0.95);
}
#promo .inner-wrapper {
	position: relative;
}
#promo .anim-block {
	position: absolute;
    top: 184px;
    right: 198px;
}

@keyframes roundCollapse {
	0% {
		transform:scale(1);
	}
	25% {
		transform: scale(1.1);
	}
	50% {
		transform: scale(1.05);
	}
	75% {
		transform: scale(1.15);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes imgBounce {
	0% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(-20px);
	}
	50% {
		transform: translateY(-15px);
	}
	75% {
		transform: translateY(-25px);
	}
	100% {
		transform: translateY(0px);
	}
}
#promo .anim-block .round {
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 9999px;
	background: var(--main-yellow);
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	z-index: 1;
	animation: roundCollapse infinite ease-in-out 3s;
}
#promo .anim-block img {
	width: 258px;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -39%;
	z-index: 2;
	animation: imgBounce infinite ease-in-out 3s;
}



#thanks {
	background: url(../media/thanks/bg.png) center center/cover no-repeat;
	padding-top: 280px;
	padding-bottom: 60px;
	margin-bottom: 80px;
}
#thanks .inner-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
#thanks h1 {
	margin-bottom: 20px;
}
#thanks h1 span {
	font-size: 82px;
	font-weight: 700;
	line-height: 82px;
	text-align: right;
	color: var(--main-white);
	display: block;
	text-transform: uppercase;
}
#thanks h1 .yellow {
	color: var(--main-yellow);
	transform: translateX(60px);
}
#thanks h1 .white {
	color: var(--main-white);
}
#thanks .descr {
	font-family: "Montserrat", sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 26px;
	text-align: right;
	color: var(--main-white);
	margin-bottom: 30px;
	margin-left: auto;
	max-width: 355px;
	text-transform: uppercase;
}
#thanks .go-back {
	display: flex;
	margin-left: auto;
}
#thanks .duck {
	transform: translate(-47px, 1px);
	width: 100%;
	max-width: 510px;
}
#thanks .duck img {
	width: 100%;
}

.main-header-wrapper {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
}
.main-header-wrapper .contacts {
    margin-top: 50px;
}
.main-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}
.main-header .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 150px;
	width: 100%;
}
.main-header .logo img {
	width: 100%;
}
.main-header nav {
	display: flex;
	gap: 30px;
	align-items: center;
}
.main-header nav a {
	 font-size: 21px;
	 font-weight: 700;
	 line-height: 25px;
	 text-align: left;
	color: var(--main-white);
	position: relative;
	transition: var(--transition);
	border: none;
	outline: none;
	text-transform: uppercase;
	text-decoration: none;
}
.main-header nav a:before {
	content: "";
	position: absolute;
	left: -12px;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: transparent;
	transition: var(--transition);
}
.main-header nav a:after {
	content: "";
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: transparent;
	transition: var(--transition);
}
.main-header nav a:hover {
	color: var(--main-yellow);
}
.main-header nav a.order-action {
	color: var(--main-yellow);
}
.main-header nav a.order-action:after, .main-header nav a.order-action:before {
	background: var(--main-yellow);
}
.main-header .contacts .phone {
	font-size: 32px;
	font-weight: 700;
	line-height: 37.5px;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--main-white);
	transition: var(--transition);
}
.main-header .contacts .phone:hover {
	color: var(--main-yellow);
}
.main-header .contacts .socials {
	margin-top: 16px;
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: flex-end;
}
.main-header .contacts .socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	color: var(--main-white);
	transition: var(--transition);
}
.main-header .contacts .socials a:hover {
	color: var(--main-yellow);
}


#features {
	padding: 80px 0;
}
#features .inner {
	display: flex;
	gap: 30px;
}
#features .description {
	width: 270px;
}
#features .description h2 {
	font-size: 42px;
	font-weight: 700;
	line-height: 42px;
	text-align: left;
	color: var(--main-white);
	text-transform: uppercase;
}
#features .description .content {
	margin-top: 20px;
}
#features .description .content p {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: var(--main-white);
}
#features .slider {
	width: 270px;
	padding: 30px;
	background: url("../media/features/slider-bg.svg") center left/contain no-repeat;
	background-color: var(--main-brown);
	display: flex;
	flex-direction: column;
	height: auto;
}
#features .slider .title {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: var(--main-white);
	margin-bottom: auto;
}
#features .slider .swiper {
	width: 100%;
	padding-bottom: 5px;
}
#features .slider .swiper-slide {
	width: 100%;
}
#features .slider .swiper-slide h3 {
	font-size: 26px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	margin-top: 30px;
	color: var(--main-white);
	text-transform: uppercase;
}
#features .slider .swiper-slide .icon {
	width: 60px;
	height: 60px;
}
#features .slider .swiper-slide .icon img {
	width: 100%;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	position: relative;
	left: auto;
	top: auto;
	bottom: 20px;
	right: auto;
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	margin-top: 20px;
}
.swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	border: 1px solid var(--main-white);
	margin: 0 !important;
	display: block;
	opacity: 1;
	background-color: transparent;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--main-white);
}

#features .banner {
	padding: 30px 50px;
	background: url("../media/features/banner.png") center center/cover no-repeat;
	flex: 1;
	height: auto;
	display: flex;
	flex-direction: column;
}
#features .banner .white {
	font-size: 42px;
	font-weight: 700;
	line-height: 42px;
	text-align: left;
	color: var(--main-white);
	text-transform: uppercase;
	margin-top: auto;
}
#features .banner .yellow {
	font-size: 42px;
	font-weight: 700;
	line-height: 42px;
	text-align: right;
	color: var(--main-yellow);
	text-transform: uppercase;
}
#brands {
	margin: 0 0 20px 0;
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	padding: 0;
}
#brands .scroller {
	overflow: hidden;
	height: 100%;
	white-space: nowrap;
	animation: scrollText 20s infinite linear;
	margin: 0;
	font-size: 0;
	display: flex;
	justify-content: space-between;
	width: fit-content;
	gap: 10px;
}
#brands .scroller p {
	font-size: 42px;
	font-weight: 300;
	line-height: 42px;
	text-align: left;
	color: #FFFFFF26;
	text-transform: uppercase;
}
@keyframes scrollText {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-50%);
	}
}

#brands-logo {
	margin-bottom: 80px;
}
#brands-logo .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
#brands-logo .container img {
	width: auto;
}

#sales {
	margin-bottom: 80px;
}
#sales .swiper {
	padding-bottom: 35px;
}
#sales .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1170 / 200;
}
#sales .swiper-slide a {
	display: flex;
	height: 100%;
}
#sales .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*#sales .swiper-slide .yellow {*/
/*	font-size: 52px;*/
/*	font-weight: 700;*/
/*	line-height: 44px;*/
/*	text-align: right;*/
/*	text-transform: uppercase;*/
/*	color: var(--main-yellow);*/
/*	margin-bottom: 10px;*/
/*}*/
/*#sales .swiper-slide .white {*/
/*	font-size: 52px;*/
/*	font-weight: 700;*/
/*	line-height: 44px;*/
/*	text-align: right;*/
/*	text-transform: uppercase;*/
/*	color: var(--main-white);*/
/*}*/
.swiper .swiper-pagination {
	justify-content: center;
	margin: 0;
	bottom: -20px;
	align-items: center;
	gap: 20px;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background: #606366;
	border: none;
	transition: var(--transition);
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #FFFFFF;
	transform: scale(1.67);
}

#working {
    margin-bottom: 80px;
}
#working h2 {
    max-width: 250px;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    text-transform: uppercase;
}
#working h2 span {
    display: block;
}
#working h2 .yellow {
    color: var(--main-yellow);
}
#working h2 .white {
    color: var(--main-white);
}
#working .inner {
    display: grid;
    grid-template-columns: 1fr 500px 1fr;
    margin-top: 40px;
}
#working ol {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
#working ol li {
    display: flex;
    gap: 30px;
}
#working ol li p {
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: var(--main-white);
}
#working ol.reversed li p {
    text-align: right;
}
#working ol li svg {
    flex: none;
}
#working ol.reversed li {
    flex-direction: row-reverse;
}
#working .centered {
    margin-top: -120px;
}

footer {
    padding: 60px 0;
    background: var(--main-brown);
    position: relative;
    overflow: hidden;
}
footer:before {
    content: "";
    background: url(../media/footer/left.svg) center center/cover no-repeat;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 264px;
}
footer:after {
    content: "";
    background: url(../media/footer/right.svg) center center/cover no-repeat;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 264px;
}

.input__wrapper {
	padding-bottom: 20px;
	position: relative;
}
.input__wrapper .input__inner {
	height: 48px;
    border: 1px solid #FFFFFF;
    padding: 12px 20px;
    position: relative;
    background: none;
}
.input__wrapper .input__inner label {
    position: absolute;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: var(--main-white);
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    transition: var(--transition);
    pointer-events: none;
}
.input__wrapper.is-focused .input__inner label {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    transform: translateY(-115%);
}
.input__wrapper .input__inner input {
    opacity: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    border: none;
    outline: none;
    background: none;
    transition: var(--transition);
    color: var(--main-white);
    transform: translateY(7px);
	width: 100%;
}
.input__wrapper.is-focused .input__inner input {
    opacity: 1;
}
.input__wrapper.is-filled .input__inner input {
    opacity: 1;
}
.input__wrapper.is-filled .input__inner label {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    transform: translateY(-115%);
}
span.error {
    color: #8f0000;
    font-size: 12px;
    margin-top: 5px;
    display: block;
    position: absolute;
    bottom: 5px;
}

footer .top {
    display: flex;
    gap: 30px;
    position: relative;
    z-index: 1;
}
footer .bottom {
    position: relative;
    z-index: 1;
}
footer .top .banner {
    flex: 1;
}
footer .top .banner img {
    width: 100%;
}
footer .top .contacts h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    text-transform: uppercase;
}
footer .top .contacts h2 span {
    display: block;
}
footer .top .contacts h2 .yellow {
    color: var(--main-yellow);
}
footer .top .contacts h2 .white {
    color: var(--main-white);
}
footer .top .contacts .phone {
    display: block;
    margin-top: 30px;
    font-size: 34px;
    font-weight: 700;
    line-height: 39.84px;
    text-align: left;
    color: var(--main-white);
    text-decoration: none;
    transition: var(--transition);
}
footer .top .contacts .phone:hover {
    color: var(--main-yellow);
}
footer .top .contacts .time {
    margin-top: 14px;
}
footer .top .contacts .time p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: var(--main-white);
}
footer .top .contacts .email {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: var(--main-white);
    display: block;
    margin-top: 30px;
    transition: var(--transition);
}
footer .top .contacts .email:hover {
    color: var(--main-yellow);
}
footer .top .contacts .socials {
	margin-top: 30px;
	display: flex;
	gap: 20px;
	align-items: center;
}
footer .top .contacts .socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	color: var(--main-white);
	transition: var(--transition);
}
footer .top .contacts .socials a:hover {
	color: var(--main-yellow);
}
footer .bottom {
    display: flex;
    margin-top: 40px;
}
footer .bottom .copy {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: var(--main-white);
    margin-right: 60px;
    text-decoration: none;
}
footer .bottom .policy {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: var(--main-white);
    margin-right: auto;
    text-decoration: none;
}
footer .bottom .policy:hover {
    color: var(--main-yellow);
}
footer .bottom .developer {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: var(--main-white);
    text-decoration: none;
}
footer .bottom .developer:hover {
    color: var(--main-yellow);
}
footer .form-container .title {
    margin-bottom: 20px;
}
footer .form-container .title span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    text-transform: uppercase;
}
footer .form-container .title .yellow {
    color: var(--main-yellow);
}
footer .form-container .title .white {
    color: var(--main-white);
}
footer .form-container {
    max-width: 271px;
}

label.checkbox__label {
    display: flex;
    width: fit-content;
    align-items: flex-start;
    row-gap: 0;
    column-gap: 10px;
    cursor: pointer;
	margin: 0;
}
label.checkbox__label p {
    font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
    color: var(--main-white);
    font-family: "Montserrat", sans-serif;
    margin-top: -2px;
}
body [type=checkbox], body [type=radio] {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

	padding: 0;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 12px;
    width: 12px;
    background-color: transparent;
	border-radius: 0;
    border: 1px solid var(--main-white);
    cursor: pointer;
    margin: 0;
}
body [type=checkbox]:checked {
	background-color: transparent;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMi43NSA1LjY2MDUyTDUuMTQzOSA4LjA1MzYzTDkuMjUxMjMgMy45NDYyOSIgc3Ryb2tlPSIjOTI4OTc4IiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4K);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
}


form .form-btn {
    height: 48px;
    padding: 10px 20px 10px 20px;
    gap: 10px;
    background: var(--main-yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    color: var(--main-gray);
    width: 100%;
    cursor: pointer;
    transition: var(--transition);
}
form .form-btn:hover {
    background: var(--secondary-yellow);
}
form .form-btn svg {
	width: 25px;
}

.catalog {
    margin: 80px 0;
}
.catalog h2 {
    margin-bottom: 20px;
}
.catalog h2 span {
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
}
.catalog h2 .yellow {
    color: var(--main-yellow);
}
.catalog h2 .white {
    color: var(--main-white);
}
.catalog .categories-container {
    overflow: auto;
    margin-bottom: 30px;
}
.catalog .categories {
    display: flex;
    align-items: center;
    gap: 1px;
}
.catalog .categories .category {
    height: 44px;
    white-space: nowrap;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
    background: #606366;
    transition: var(--transition);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    border: none;
    outline: none;
    text-decoration: none;
    color: #909294;
}
.catalog .categories .category:hover {
    color: #ffffff;
}
.catalog .categories .category.active {
    background: var(--main-white);
    color: #44484B;
}


.catalog-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
}
.catalog-item {
	grid-column: span 1 / span 1;
	display: flex;
	flex-direction: column;
}
.catalog-item .image {
	display: flex;
	aspect-ratio: 270 / 350;
	position: relative;
}
.catalog-item .image>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.catalog-item .image .attachment-woocommerce_thumbnail {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.catalog-item .image .layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #978573de;
	opacity: 0;
	visibility: hidden;
	transition: var(--transition);
	z-index: 1;
}
.catalog-item .image .layer img {
	width: 106px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.catalog-item .image:hover .layer {
	opacity: 1;
	visibility: visible;
}


.catalog-item .category {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: var(--main-white);
	margin-top: 20px;
	display: block;
	text-decoration: none;
	width: fit-content;
}
.catalog-item .title {
	color: var(--main-white);
	margin-top: 10px;
	display: block;
	text-decoration: none;
	width: fit-content;
}
.catalog-item .title h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: 28px;
	text-align: left;
}
.catalog-item .title:hover {
	color: var(--main-yellow);
}
.catalog-item .price {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: var(--main-white);
	margin-top: 20px;
	margin-bottom: 30px;
}
.catalog-item .order-btn {
	cursor: pointer;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	border: 1px solid var(--main-white);
	padding: 10px 20px;
	height: 44px;
	white-space: nowrap;
	transition: var(--transition);
	margin-top: auto;
	color: var(--main-white);
	text-transform: uppercase;
	width: fit-content;
}
.catalog-item .order-btn:hover {
	border-color: var(--main-yellow);
	color: var(--main-yellow);
}


.catalog-item-big {
	grid-column: span 2 / span 2;
	background: var(--main-brown);
	padding: 30px;
	position: relative;
}
.catalog-item-big:after {
	content: "";
	background: url("../media/catalog/artefact.svg") center bottom no-repeat;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	height: 286px;
}
.catalog-item-big .content {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 30px;
}
.catalog-item-big .image {
	width: 100%;
	max-width: 270px;
}
.catalog-item-big .wrapper {
	display: flex;
	flex-direction: column;
}
.catalog-item-big .badge {
	width: 165px;
	position: absolute;
	bottom: 10px;
	right: 5px;
	z-index: 2;
}
.catalog-item-big .category {
	margin-top: 0;
}











.arcticmodal-container_i {
	width: 100%;
}
.arcticmodal-container_i2 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.box-modal {
	width: 100%;
	max-width: 439px;
}
.box-modal {
	padding: 60px;
	background: var(--main-brown);
	position: relative;
}
.box-modal .box-modal_close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box-modal h3 {
	font-size: 28px;
	font-weight: 700;
	line-height: 28px;
	text-align: left;
	text-transform: uppercase;
}
.box-modal h3 span {
	display: block;
}
.box-modal h3 .yellow {
	color: var(--main-yellow);
}
.box-modal h3 .white {
	color: var(--main-white);
}
.box-modal .product {
	margin: 20px 0;
	display: flex;
	gap: 15px;
}
.box-modal .product .image {
	width: 70px;
	height: 70px;
	flex: none;
}
.box-modal .product .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box-modal .product .category {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	text-align: left;
	color: var(--main-white);
	text-decoration: none;
}
.box-modal .product .title {
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	text-align: left;
	margin-top: 5px;
	color: var(--main-yellow);
}
.box-modal .product .price {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
	margin-top: 10px;
	color: var(--main-white);
}
.box-modal .loader svg {
	color: var(--main-yellow);
	height: 50px;
	width: 50px;
}
.box-modal .loader {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	margin: 20px 0;
}

.no-products {
	color: var(--main-white);
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	grid-column: span 4 / span 4;
}

.intro-catalog .view-all {
	padding: 10px 20px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	background: var(--secondary-gray);
	transition: var(--transition);
	margin-top: 30px;
	display: flex;
	color: var(--main-white);
	width: fit-content;
}
.intro-catalog .view-all:hover {
	background: var(--main-yellow);
}

.catalog-page {
	padding-top: 280px;
}

#catalog {
	margin: 0 auto 80px;
}
.woocommerce .loader::before {
	display: none;
}

.woocommerce-breadcrumb {

}

.low-categories {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
}
.low-categories .category-item {
	grid-column: span 1 / span 1;
	display: flex;
	flex-direction: column;
}
.low-categories .category-item .image {
	display: flex;
	aspect-ratio: 270 / 350;
	position: relative;
}
.low-categories .category-item .image img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.low-categories .category-item a.parent-category {
	margin-top: 20px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: var(--main-white);
	text-decoration: none;
	margin-bottom: 0;
}
.low-categories .category-item a.parent-category:hover {
	color: var(--main-yellow);
}
.low-categories .category-item a.category-name {
	margin-top: 10px;
	font-size: 26px;
	font-weight: 700;
	line-height: 28px;
	text-align: left;
	color: var(--main-white);
	text-decoration: none;
}
.low-categories .category-item a.category-name:hover {
	color: var(--main-yellow);
}

#catalog h1 {
	margin-bottom: 20px;
}
#catalog h1 span {
	text-transform: uppercase;
	font-size: 42px;
	font-weight: 700;
	line-height: 42px;
	text-align: left;
	color: var(--main-white);
}
#catalog h1 .yellow {
	color: var(--main-yellow);
}
#catalog h1 .white {
	color: var(--main-white);
}

.category-template {
	margin-bottom: 80px;
}
.parent-category {
	display: block;
	width: fit-content;
	margin-bottom: 30px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: var(--main-white);
	text-decoration: none;
}
.go-back {
	display: flex;
	width: fit-content;
	margin-bottom: 30px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: var(--main-white);
	text-decoration: none;
	gap: 5px;
}
.go-back span {
	color: currentColor;
	font-family: inherit;
}
.go-back svg {
	color: currentColor;
	width: 15px;
	height: 22px;
	flex: none;
}
.go-back:hover {
	color: var(--main-yellow);
}
.parent-category:hover {
	color: var(--main-yellow);
}

.archive-artefact {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	width: 670px;
	display: none;
	pointer-events: none;
}
body.archive .archive-artefact {
	display: block;
}

.catalog-actions {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.catalog-actions .sort {
	display: flex;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-decoration: none;
	gap: 5px;
	align-items: center;
	color: var(--main-white);
	width: fit-content;
}
.catalog-actions .sort:hover {
	color: var(--main-yellow);
}
.catalog-actions .sort svg {
	color: currentColor;
	display: none;
	width: 15px;
	height: 15px;
}
.catalog-actions .sort .asc {
	display: block;
}
.catalog-actions .sort.asc .asc {
	display: block;
}
.catalog-actions .sort.desc .desc {
	display: block;
}
.catalog-actions .sort.desc .asc {
	display: none;
}
select {
	display: none;
}
.category-template .filter {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 3px;
}
.category-template .filter .selected-value {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	color: var(--main-white);
	text-transform: uppercase;
}
.nice-select {
	height: auto;
	width: auto;
	background: none;
	border: none;
	line-height: normal;
	padding-left: 5px;
}
.nice-select .current {
	color: var(--main-white);
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
}
.nice-select:after {
	margin-top: -6px;
}
.nice-select .list {
	border-radius: 0;
	border: 1px solid var(--main-white);
	background: var(--main-gray);
	padding: 0 20px;
	min-width: 180px;
}
.nice-select .list li {
	font-family: "Montserrat", sans-serif;
	padding: 10px 0;
	height: auto;
	min-height: auto;
	line-height: 24px;
	font-size: 16px;
	color: var(--main-white);
	text-transform: uppercase;
	border-bottom: 1px solid var(--main-white);
}
.nice-select .list li:last-child {
	border-bottom: none;
}
.nice-select .list li:hover {
	color: var(--secondary-gray);
	background: none;
}
.nice-select .option.focus, .nice-select .option.selected.focus {
	background: none
}
.product-template-default .archive-artefact {
	display: block;
}

.product-detail-page {
	padding-top: 260px;
}
.product-detail-page .actions {
	margin-bottom: 30px;
}
.product-detail-page .actions .go-back span {

}
.product-detail-page {
	display: flex;
	gap: 130px;
}
.product-detail-page .product-wrapper {
	flex: 1;
}
.product-detail-page .right-sidebar {
	width: 270px;
}
.product-detail-page .swiper {
	margin: 0;
}
.product-detail-page .product-gallery {
	height: 350px;
	margin-bottom: 30px;
}
.product-detail-page .product-gallery-thumbnails {
	width: 230px;
	margin: 0 auto;
}
.product-detail-page .product-gallery-thumbnails .swiper-slide {
	width: 70px !important;
	height: 70px;
}
.product-detail-page .swiper .swiper-slide>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-detail-page .gallery {
	width: 270px;
}
.product-detail-page .product-gallery-thumbnails .swiper-slide {
	outline: 2px solid transparent;
	outline-offset: -2px;
	cursor: pointer;
}
.product-detail-page .product-gallery-thumbnails .swiper-slide-thumb-active {
	outline: 2px solid var(--main-yellow);
}
.product-detail-page .product-body {
	display: flex;
	gap: 30px;
}


.product-detail-page .product-extended .parent-category {
	margin-bottom: 10px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	display: block;
	width: fit-content;
	text-decoration: none;
	color: var(--main-white);
}
.product-detail-page .product-extended .parent-category:hover {
	color: var(--main-yellow)
}
.product-detail-page .product-extended h1 {
	font-size: 42px;
	font-weight: 700;
	line-height: 42px;
	text-align: left;
	color: var(--main-yellow);
	margin-bottom: 10px;
}
.product-detail-page .product-extended .brand span {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: var(--main-white);
}
.product-detail-page .product-extended .brand .prop-title {
	font-weight: 600;
}
.product-detail-page .product-extended .brand .prop-value {
	font-weight: 400;
}
.product-detail-page .product-extended .price {
	font-family: "Montserrat", sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	margin-top: 30px;
	color: var(--main-white);
}
.product-detail-page .product-extended .order-btn {
	cursor: pointer;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	border: 1px solid var(--main-white);
	padding: 10px 20px;
	height: 44px;
	white-space: nowrap;
	transition: var(--transition);
	margin-top: 30px;
	color: var(--main-white);
	text-transform: uppercase;
	width: fit-content;
}
.product-detail-page .product-extended .order-btn:hover {
	border-color: var(--main-yellow);
	color: var(--main-yellow);
}
.product-detail-page .product-info {
	margin-top: 60px;
}

.tabs {
	display: flex;
}
.tabs li {
	height: 44px;
	white-space: nowrap;
	padding: 10px 20px 10px 20px;
	cursor: pointer;
	background: #606366;
	transition: var(--transition);
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	text-transform: uppercase;
	border: none;
	outline: none;
	text-decoration: none;
	color: #909294;
}
.tabs li.active {
	background: var(--main-white);
	color: #44484B;
}
.tabs-wrapper {
	overflow: auto;
}

.product-detail-page .product-info .section {
	padding: 30px 0;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: var(--main-white);
}
.product-detail-page .product-info .attributes li {
	padding: 10px 0;
	border-bottom: 1px solid var(--secondary-gray);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.product-detail-page .product-info .attributes li .name {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	color: var(--main-white);
}
.product-detail-page .product-info .attributes li .value {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: var(--main-white);
}
.product-detail-page {
	margin-bottom: 50px;
}
.product-detail-page .right-sidebar h2 {
	margin-bottom: 30px;
}
.product-detail-page .right-sidebar h2 span {
	font-size: 42px;
	font-weight: 700;
	line-height: 42px;
	text-align: left;
	color: var(--main-white);
	text-transform: uppercase;
	display: block;
}
.product-detail-page .right-sidebar h2 span.yellow {
	color: var(--main-yellow);
}
.product-detail-page .right-sidebar .up-sells {
	padding-bottom: 30px;
}

.swiper.features-swiper .swiper-pagination {
	bottom: 0px;
	gap: 10px;
	justify-content: flex-start;
}
.swiper.features-swiper .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	background: none;
	border: 1px solid var(--main-white);
}
.swiper.features-swiper .swiper-pagination-bullet-active {
	background: var(--main-white);
	transform: none;
}

.box-modal#policy-modal {
	max-width: 600px;
}
#policy-modal .content {

}
#policy-modal .content h3 {
	margin-bottom: 20px;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	text-align: left;
	color: var(--main-white);
}
#policy-modal .content p {
	margin-bottom: 20px;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	text-align: left;
	color: var(--main-white);
}
#policy-modal>h3 {
	margin-bottom: 20px;
}
#policy-modal>h3 span {
	display: inline;
}



header {
	transition: var(--transition);
}
header * {
	transition: var(--transition);
}
header .socials * {
	transition: none;
}


header.fixed {
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 0;
}
header.fixed .main-header-wrapper {
	top: 0;
	background: var(--main-brown);
	height: 80px;
}
header.fixed .main-header {
	height: 100%;
}
header.fixed .main-header .logo {
	max-width: 63px;
}
header.fixed .main-header-wrapper .contacts {
	margin-top: 0;
}
header.fixed .main-header .contacts .phone {
	display: none;
}
header.fixed .main-header .contacts .socials {
	margin-top: 0;
}
header.fixed .main-header nav {
	flex: 1;
}
#callback-modal h3 {
	margin-bottom: 20px;
}
#page-404 {
	padding: 270px 0 20px;
	margin-bottom: 80px;
}
#page-404 .inner-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
#page-404 .inner-wrapper h1 {
	font-size: 82px;
	font-weight: 700;
	line-height: 82px;
	text-align: right;
	color: var(--main-white);
	margin-bottom: 30px;
	text-transform: uppercase;
}
#page-404 .inner-wrapper .go-back {
	margin-left: auto;
}
#page-404 .inner-wrapper .gun {
	position: relative;
	transform: translate(-90px, -40px);
	pointer-events: none;
}
#page-404 .inner-wrapper .gun .num {
	font-size: 200px;
	font-weight: 700;
	line-height: 100px;
	text-align: left;
	color: var(--main-yellow);
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#page-404 .inner-wrapper .gun img {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -41%);
	width: 400px;
}
body.error404 .archive-artefact {
	display: block;
}
.mobile-menu-btn {
	display: none;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: var(--main-yellow);
	border-radius: 9999px;
	transition: var(--transition);
	cursor: pointer;
}
.mobile-menu-btn svg {
	width: 20px;
}
#mobile-menu {
	top: 0;
	position: fixed;
	width: 100%;
	height: 100vh;
	background: var(--main-brown);
	padding: 20px 15px 60px;
	z-index: 10;
	transform: translateX(-100vw);
	transition: var(--transition);

}
#mobile-menu:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 412px;
	background: url('../media/mobile-menu/bg.png') center center/cover no-repeat;
	z-index: -1;
}
#mobile-menu .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#mobile-menu .top .logo {
	max-width: 64px;
}
#mobile-menu .top .logo img {
	width: 100%;
}
#mobile-menu .mobile-menu-btn {

}




#mobile-menu.active {
	transform: translateX(0);
}
#mobile-menu .con {
	max-width: 400px;
	margin: 0 auto;
	width: 100%;
}
#mobile-menu .contacts {
	margin-bottom: 120px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}
#mobile-menu .contacts .phone {
	font-size: 42px;
	font-weight: 700;
	line-height: 49px;
	text-align: left;
	color: var(--main-white);
	text-decoration: none;
}
#mobile-menu .contacts .socials {
	margin-top: 30px;
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: flex-end;
}
#mobile-menu .contacts .socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	color: var(--main-white);
	transition: var(--transition);
}
#mobile-menu .contacts .socials a:hover {
	color: var(--main-yellow);
}
#mobile-menu nav {
	display: flex;
	gap: 60px;
	flex-direction: column;
	align-items: center;
}
#mobile-menu nav a {
	font-size: 42px;
	font-weight: 700;
	line-height: 49px;
	text-align: left;
	color: var(--main-white);
	position: relative;
	transition: var(--transition);
	border: none;
	outline: none;
	text-transform: uppercase;
	text-decoration: none;
}
#mobile-menu nav a:before {
	content: "";
	position: absolute;
	left: -12px;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: transparent;
	transition: var(--transition);
}
#mobile-menu nav a:after {
	content: "";
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: transparent;
	transition: var(--transition);
}
#mobile-menu nav a:hover {
	color: var(--main-yellow);
}
#mobile-menu nav a.order-action {
	color: var(--main-yellow);
}
#mobile-menu nav a.order-action:after, #mobile-menu nav a.order-action:before {
	background: var(--main-yellow);
}
.thumb-wrapper {
	position: relative;
}
.thumb-wrapper .swiper-button-next, .thumb-wrapper .swiper-button-prev {
	width: 30px;
	height:	30px;
	border-radius: 9999px;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--main-white);
	transform: translateY(-50%);
	top: 50%;
	margin: 0;
}
.thumb-wrapper .swiper-button-next {
	right: 5px;
	left: auto;
}
.thumb-wrapper .swiper-button-prev {
	left: 5px;
	right: auto;
}
.thumb-wrapper .swiper-button-next:hover, .thumb-wrapper .swiper-button-prev:hover {
	background-color: var(--main-yellow);
}
.thumb-wrapper .swiper-button-next:after, .thumb-wrapper .swiper-button-prev:after {
	display: none;
}
.thumb-wrapper .swiper-button-next svg {
	transform: translateX(1px);
}
.thumb-wrapper .swiper-button-prev svg {
	transform: translateX(-1px)
}
.thumb-wrapper .swiper-button-next svg, .thumb-wrapper .swiper-button-prev svg {
	width: 12px;
	color: var(--main-gray);
}
.mobile-actions {
	display: none;
	gap: 20px;
	align-items: center;
}
.mobile-actions a {
	width: 30px;
	height: 30px;
	text-decoration: none;
	color: var(--main-white);
	flex: none;
}
.mobile-actions a svg {
	width: 100%;
	color: inherit;
}
/*Adaptive*/
@media (max-width: 1170px) {
	.container {
		padding: 0 12px;
	}
	#working {
		margin-bottom: 40px;
	}
	#working h2 span {
		display: inline;
	}
	#working h2 {
		max-width: none;
	}
	#working .centered {
		margin-top: -40px;
	}
	#working .centered img {
		width: 50%;
		margin: 0 auto;
		display: block;
	}
	#working .inner {
		grid-template-columns: 1fr 350px 1fr;
	}
	.main-header nav {
		display: none;
	}
	.main-header-wrapper .contacts {
		margin-top: 0;
	}
	#promo {
		padding-top: 240px;
		padding-bottom: 40px;
	}
	#promo h1 .highlight {
		text-align: center;
	}
	#promo .inner-wrapper {
		display: flex;
		flex-direction: column;
	}
	#promo h1 .last {
		max-width: none;
		text-align: center;
		display: block;
		transform: none;
	}
	#promo .brands-container {
		max-width: none;
		transform: none;
	}
	#promo .brands {
		max-width: none;
		text-align: center;
	}
	#promo .anim-block {
		position: relative;
		top: auto;
		right: auto;
		bottom: 46px;
	}
	#promo .anim-block .round {
		width: 92px;
		height: 92px;
	}
	#promo .anim-block img {
		width: 90px;
		translate: -50% -46%;
	}
	.product-detail-page {
		padding-top: 270px;
	}
	#thanks h1 span {
		font-size: 42px;
		line-height: 42px;
		text-align: center;
	}
	#thanks .inner-wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	#thanks .descr {
		max-width: none;
		text-align: center;
	}
	#thanks .go-back {
		margin: 0 auto;
	}
	#thanks .duck {
		transform: none;
		max-width: 300px;
		margin: 0 auto;
	}
	#thanks {
		padding-top: 240px;
		padding-bottom: 0px;
		margin-bottom: 40px;
	}
	#thanks h1 .yellow {
		transform: none;
	}
	.mobile-menu-btn {
		display: flex;
		order: 2;
		transform: scale(1.5) translateX(-10px);
	}
	.main-header-wrapper {
		top: 0
	}
}
@media (max-width: 991px) {
	footer .top {
		gap: 40px;
		flex-direction: column;
	}
	footer:after {
		display: none;
	}
	footer:before {
		display: none;
	}
	footer {
		padding: 40px 0;
	}
	footer .top .contacts h2 span {
		display: inline;
	}
	footer .form-container .title span {
		display: inline;
	}
	footer .form-container {
		max-width: 550px;
	}
	footer .form-container .title span {
		display: inline;
	}
	#working .inner {
		gap: 20px;
		grid-template-columns: none;
	}
	#working .centered {
		margin-top: 0;
	}
	#working ol.reversed li {
		flex-direction: row;
	}
	#working ol li p br {
		display: none;
	}
	#sales {
		margin-bottom: 40px;
	}
	/*#sales .swiper-slide .yellow {*/
	/*	font-size: 42px;*/
	/*	line-height: 36px;*/
	/*}*/
	/*#sales .swiper-slide .white {*/
	/*	font-size: 42px;*/
	/*	line-height: 36px;*/
	/*}*/
	#brands-logo {
		margin-bottom: 40px;
	}
	#brands-logo .container {
		flex-wrap: wrap;
	}
	.catalog-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 16px;
	}
	.low-categories {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 16px;
	}
	#features {
		padding: 40px 0;
	}
	#features .inner {
		flex-wrap: wrap;
	}
	#features .description {
		width: calc(100% / 2 - 15px);
	}
	#features .slider {
		width: calc(100% / 2 - 15px);
	}
	#features .banner {
		width: 100%;
	}
	.product-detail-page {
		gap: 20px;
		flex-direction: column;
	}
	.product-detail-page .right-sidebar {
		width: 100%;
	}
	#page-404 {
		padding: 240px 0 0;
		margin-bottom: 40px;
	}
	#page-404 .inner-wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	#page-404 .inner-wrapper h1 {
		font-size: 42px;
		line-height: 42px;
		text-align: center;
	}
	#page-404 .inner-wrapper .go-back {
		margin: 0 auto;
	}
	#page-404 .inner-wrapper .gun {
		height: 300px;
		transform: none;
	}
	#page-404 .inner-wrapper .gun img {
		width: 250px;
	}
	.catalog-item-big .badge {
		width: 135px;
		position: relative;
		bottom: -25px;
		right: -25px;
		z-index: 2;
		margin-left: auto;
	}
}
@media (max-width: 768px) {
	footer .bottom {
		margin-top: 30px;
		flex-direction: column;
		gap: 20px;
	}
	/*#sales .swiper-slide {*/
	/*	height: 120px;*/
	/*	padding: 10px;*/
	/*}*/
	/*#sales .swiper-slide .yellow {*/
	/*	font-size: 21px;*/
	/*	line-height: 18px;*/
	/*	margin-bottom: 5px;*/
	/*}*/
	/*#sales .swiper-slide .white {*/
	/*	font-size: 21px;*/
	/*	line-height: 18px;*/
	/*}*/
	/*#sales .swiper-slide .icon img {*/
	/*	width: 100%;*/
	/*}*/
	/*#sales .swiper-slide .icon {*/
	/*	width: 100px;*/
	/*}*/
	#brands-logo .container img:nth-child(1) {
		order: 1;
		width: calc(100% / 3 - 20px);
	}
	#brands-logo .container img:nth-child(2) {
		order: 4;
		width: 100%;
	}
	#brands-logo .container img:nth-child(3) {
		order: 2;
		width: calc(100% / 3 - 20px);
	}
	#brands-logo .container img:nth-child(4) {
		order: 3;
		width: calc(100% / 3 - 20px);
	}

	#catalog h1 span {
		font-size: 32px;
		line-height: 36px;
	}
	#brands .scroller p {
		font-size: 32px;
		line-height: 32px;
	}
	#promo h1 {
		font-size: 42px;
		line-height: 38px;
	}
	#promo h1 .highlight {
		margin-bottom: 100px;
	}
	#promo .brands {
		font-size: 14px;
		line-height: 18px;
	}
	#promo .anim-block img {
		width: 82px;
		translate: -50% -35%;
	}
	#promo .anim-block .round {
		width: 62px;
		height: 62px;
	}
	#promo .anim-block {
		position: absolute;
		top: 80px;
		right: auto;
		bottom: auto;
		transform: translate(-50%, -50%);
		left: 50%;
	}
	#promo .push-to-down {
		margin: 60px auto 0;
		height: 20px;
		overflow: hidden;
	}
	#promo .push-to-down svg {
		transform: translateY(-42px);
	}
	.main-header {
		flex-wrap: wrap;
		gap: 10px;
	}
	.main-header-wrapper .contacts {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		margin-top: 0;
	}
	.main-header .contacts .socials {
		justify-content: flex-start;
	}
	.main-header .logo {
		max-width: 63px;
	}
	header.fixed .main-header-wrapper .contacts {
		display: none;
	}
	.product-detail-page .product-body {
		flex-direction: column;
		align-items: center;
	}
	.product-detail-page .product-extended h1 {
		font-size: 32px;
		line-height: 34px;
	}
	.product-detail-page {
		padding-top: 200px;
	}
	.product-detail-page .product-extended .price {
		margin-top: 20px;
	}
	.product-detail-page .product-info {
		margin-top: 40px;
	}
	.product-detail-page .right-sidebar h2 span {
		font-size: 32px;
		line-height: 32px;
		display: inline;
	}
	.mobile-menu-btn {
		transform: none;
		order: 0;
	}
	.main-header-wrapper {
		top: 20px;
	}
	.catalog-page {
		padding-top: 200px;
	}
	header.fixed .mobile-actions  {
		display: flex;
		margin-left: auto;
		margin-right: 10px;
	}
}
@media (max-width: 550px) {
	footer .top .contacts h2 {
		line-height: 32px;
		font-size: 32px;
	}
	footer .top .contacts .phone {
		margin-top: 20px;
	}
	.catalog h2 span {
		font-size: 32px;
		line-height: 32px;
	}
	#working .inner {
		margin-top: 20px;
	}
	#working ol {
		gap: 10px;
	}
	#working ol li {
		gap: 20px;
		align-items: center;
	}
	#working ol li svg {
		width: 30px;
		height: 30px;
	}
	#working ol li p {
		font-size: 18px;
		line-height: 21px;
	}
	#brands-logo .container {
		gap: 10px;
	}
	#brands-logo .container img:nth-child(1) {
		width: calc(100% / 3 - 10px);
	}
	#brands-logo .container img:nth-child(3) {
		width: calc(100% / 3 - 10px);
	}
	#brands-logo .container img:nth-child(4) {
		width: calc(100% / 3 - 10px);
	}
	#features .description {
		width: 100%;
	}
	#features .slider {
		width: 100%;
	}
	#features .slider .swiper {
		margin-top: 60px;
	}
	#features .description h2 {
		font-size: 32px;
		line-height: 32px;
	}
	#features .banner {
		height: 210px;
		padding: 20px;
	}
	#features .banner .white {
		font-size: 26px;
		line-height: 26px;
	}
	#features .banner .yellow {
		font-size: 26px;
		line-height: 26px;
	}
	#features .slider .swiper-slide h3 br {
		display: none;
	}
	.box-modal {
		padding: 30px;
		padding-top: 55px;
	}
	.box-modal h3 {
		font-size: 24px;
	}
	.catalog-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.low-categories {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	#mobile-menu .contacts {
		margin-bottom: 60px;
	}
	#mobile-menu .contacts .phone {
		font-size: 32px;
	}
	#mobile-menu .contacts .socials {
		margin-top: 16px;
	}
	#mobile-menu nav a {
		font-size: 21px;
		line-height: 31px;
	}
	#mobile-menu nav {
		gap: 30px;
	}
	#working .centered img {
		width: 100%;
	}
}
@media (max-width: 450px) {

	header.fixed .main-header-wrapper {
		height: 60px;
	}
	header.fixed .main-header .logo {
		max-width: 43px;
	}
	.product-detail-page .product-extended .order-btn {
		width: 100%;
		justify-content: center;
	}
	.tabs li {
		flex: 1;
		text-align: center;
	}
	.product-detail-page .product-info .section {
		padding: 20px 0;
	}

	.catalog-item-big .image {
		max-width: none;
	}
	.catalog-item-big .content {
		flex-direction: column;
	}
}
html {
	scroll-behavior: smooth;
}
.callback-modal h3 {
	margin-bottom: 20px;
}

@media (max-width: 360px) {
	.catalog-list {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.low-categories {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.catalog-item-big {
		grid-column: span 1 / span 1;
	}

}



.overflow-h {
	overflow: hidden !important;
	padding-right: 17px;
}
#promoImage {
	transition: opacity 0.5s ease-in-out;
}


































































































