/*

Theme Name: Help Finance
Theme URI: https://introwert.github.io/
Author: INTROwERT
Author URI: https://introwert.github.io/
Template: storefront
Version: 1.0
*/

/*Fonts include*/
@font-face {
	font-family: 'manrope';
	src: url('./fonts/LabGrotesque-Light.woff2');
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: 'manrope';
	src: url('./fonts/LabGrotesque-Regular.woff2');
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'manrope';
	src: url('./fonts/LabGrotesque-Medium.woff2');
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: 'manrope';
	src: url('./fonts/LabGrotesque-Bold.woff2');
	font-weight: 700;
	font-display: swap;
}

/*Base CSS*/
*,
*::before,
*::after {
	font-family: manrope, sans-serif;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}

:root {
	--accent: #ab9c5b;
	--accent-hover: #8f824c;
}

::-webkit-scrollbar {
	width: 0;
	height: 0;
	overflow: hidden;
	display: none;
}

html,
body {
	scrollbar-width: none;
}

body {
	font-size: 16px;
	min-width: 375px;
	font-weight: 400;
	position: relative;
	line-height: 1.5;
	overflow-x: hidden;
	color: #000;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #f9f9f7;
}

body.overflow {
	overflow: hidden;
}

b,
strong {
	font-weight: 700;
}

img {
	max-width: 100%;
	display: inline-block;
}

a {
	text-decoration: none;
}

.overflow .scrollbar {
	display: none !important;
}

.scrollbar {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 12px;
	background: transparent;
	z-index: 100;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.scrollbar.visible,
.scrollbar:hover {
	opacity: 1;
}

.thumb {
	position: absolute;
	width: 12px;
	opacity: 0.5;
	transition: opacity 0.3s ease;
	cursor: pointer;
}

.thumb:before {
	content: '';
	position: absolute;
	inset: 2.5px;
	border-radius: 10em;
	background: #000;
	outline: 1px solid rgb(255 255 255 / 10%);
}

.thumb:hover {
	opacity: 1;
}

/*Main CSS*/

.container {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.header {
	height: 120px;
	padding: 15px 0;
}

.header__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .logo,
.top__menu {
	flex: 0 0 auto;
}

.header .logo img {
	width: 110px;
}

.header__left,
.header__right,
.main__navigation-left,
.main__navigation-right {
	display: flex;
	flex: 1;
}

.header__left,
.main__navigation-left {
	justify-content: flex-start;
}

.header__right,
.main__navigation-right {
	justify-content: flex-end;
}

.main__navigation {
	position: sticky;
	top: 20px;
	z-index: 100;
}

.main__navigation-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	padding: 5px;
	border-radius: 15px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 7%);
}

.header__links {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	color: #000;
}

.header__links svg {
	width: 20px;
}

.top__menu ul {
	display: flex;
	list-style: none;
	gap: 20px;
}

.top__menu ul a {
	color: #000;
	font-size: 14px;
	transition: border-color 0.3s ease;
	border-bottom: 1px solid transparent;
}

.top__menu ul a:hover {
	border-color: #000;
}

.top__menu ul li.current-menu-item a {
	color: var(--accent);
	border-color: var(--accent);
}

.menu__btn {
	background: var(--accent);
	padding: 0 18px 0 12px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 6px;
	user-select: none;
	border-radius: 10px;
	font-weight: 500;
	transition: all 0.3s ease;
	border: 0;
	height: 40px;
}

.menu__btn:hover {
	opacity: 0.75;
}

.menu__btn .menu__close {
	display: none;
	padding: 1px;
}

.menu__btn.active .menu__open {
	display: none;
}

.menu__btn.active .menu__close {
	display: block;
}

.partners__btn {
	display: flex;
	align-items: center;
	gap: 3px;
	cursor: pointer;
	font-weight: 500;
	font-size: 15px;
	background: transparent;
	color: var(--accent);
	border: 0;
	margin-right: 20px;
	transition: opacity 0.3s ease;
}

.partners__btn svg {
	width: 34px;
	height: 34px;
}

.partners__btn:hover {
	opacity: 0.75;
}

#big__menu {
	display: none;
	position: fixed;
	top: 75px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 50%);
}

.catalog-desktop {
	position: relative;
	background-color: rgb(255 255 255);
	max-width: 1360px;
	width: 100%;
	margin: 10px auto 0;
	z-index: 9;
	border-radius: 15px;
	padding: 30px;
	box-shadow: 0 25px 15px rgba(0, 0, 0, 0.03), 0 11px 11px rgba(0, 0, 0, 0.04), 0 3px 6px rgba(0, 0, 0, 0.05);
	max-height: calc(100vh - 95px);
	height: auto;
}

.catalog-mobile {
	display: none;
}

.header.fixed #big__menu {
	top: 85px;
	height: calc(100vh - 85px);
}

#big__menu.active {
	display: block;
}

.big__menu-wrap {
	display: grid;
}

#big__menu ul {
	list-style: none;
}

#catalog__main-desktop {
	border-right: 1px solid #e0e0e0;
	max-width: 340px;
	height: 100%;
	padding-right: 10px;
	overflow: auto;
}

#catalog__main-desktop > li {
	max-width: 340px;
	width: 100%;
}

#catalog__main-desktop li a {
	display: block;
	color: #333;
}

#catalog__main-desktop > li > a {
	position: relative;
	font-weight: 700;
	line-height: 1.4;
	padding: 12px 20px;
	border-radius: 7px;
	color: #000;
	z-index: 2;
}

#catalog__main-desktop > li.active > a {
	color: var(--accent);
	background: rgb(33 117 152 / 15%);
}

#catalog__main-desktop ul.sub-menu {
	display: none;
	position: absolute;
	top: 30px;
	left: 380px;
	padding: 0 30px;
	width: calc(100% - 380px);
	height: calc(100% - 60px);
	overflow-y: auto;
}

#catalog__main-desktop ul.sub-menu li {
	display: table;
}

#catalog__main-desktop ul.sub-menu li:last-child {
	margin-bottom: 0;
}

#catalog__main-desktop li.active .sub-menu {
	display: block;
}

#catalog__main-desktop ul.sub-menu li a {
	position: relative;
	border-bottom: 1px solid transparent;
	font-weight: 500;
	padding: 12px 0;
	line-height: 1.4;
	transition: color 0.3s ease;
}

#catalog__main-desktop ul.sub-menu li a:hover {
	color: var(--accent);
}

.calculator {
	margin: 40px 0 90px;
}

.calculate {
	background: #333334;
	padding: 45px 60px 60px;
	border-radius: 15px;
	position: relative;
	z-index: 1;
}

.calc__title {
	display: grid;
	grid-template-columns: 1fr max-content 1fr;
	align-items: center;
	gap: 40px;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 40px;
}

.calc__title span {
	display: block;
	height: 3px;
	background: var(--accent);
	border-radius: 10em;
}

.calculator__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-bottom: 40px;
}

.calc__inputs,
.calc__results {
	display: grid;
	gap: 15px;
}

.calc__input {
	background: rgb(255 255 255 / 7%);
	border-radius: 10px;
}

.calc__input label {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #fff;
	padding: 10px 20px 8px;
	opacity: 0.5;
}

.calc__input input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.calc__input input::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
.calc__input input::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.calc__input input:-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.calc__input input:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.calculate .calc__inputs .calc__input input[type='tel'] {
	display: block;
	width: 100%;
	border: none;
	background: rgb(255 255 255 / 10%);
	border-radius: 0 0 10px 10px;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	padding: 0 20px;
	height: 54px;
}

input[type='range']::-webkit-slider-runnable-track {
	height: 7px;
	background: transparent;
}

input[type='range']::-webkit-slider-thumb {
	background: #fff;
	cursor: pointer;
	width: 16px;
	height: 16px;
	-webkit-appearance: none;
	margin-top: -5px;
	border-radius: 10em;
	filter: drop-shadow(0 0 5px rgba(0 0 0 / 10%));
}

input[type='range']::-moz-range-track {
	height: 7px;
	background: transparent;
}

input[type='range']::-moz-range-thumb {
	background: #fff;
	cursor: pointer;
	width: 16px;
	height: 16px;
	border-radius: 10em;
	border: 0;
	filter: drop-shadow(0 0 5px rgba(0 0 0 / 10%));
}

.calc__input input[type='range'] {
	display: block;
	width: calc(100% - 40px);
	margin-top: -2px;
	background-color: var(--accent);
	border-radius: 10em;
	height: 2px;
	margin-left: 20px;
}

.calc__results {
	position: relative;
	overflow: hidden;
	z-index: 1;
	align-items: center;
	background: var(--accent);
	padding: 30px 40px;
	border-radius: 10px;
}

.calc__result span {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}

.result__label {
	font-size: 16px;
	color: #fff;
	opacity: 0.65;
}

.calc-btns-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.calc-btns-wrap button,
.logout-link {
	height: 54px;
	padding: 0 30px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	border: 0;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.calc-btns-wrap .calc__btn {
	background: var(--accent);
}

.calc__btn:hover {
	background: var(--accent-hover);
}

.multiple-order-btn,
.logout-link {
	background: rgb(255 255 255 / 20%);
}

.multiple-order-btn:hover,
.logout-link:hover {
	background: rgb(255 255 255 / 30%);
}

.logout-link {
	text-align: center;
	line-height: 54px;
}

.calculator__icon-1 {
	position: absolute;
	right: -16px;
	bottom: -45px;
	width: 160px;
	transform: rotate(-20deg);
	opacity: 0.2;
	color: #fff;
	z-index: -1;
	pointer-events: none;
}

.calc-switch-btn {
	background-color: #f9f9f7;
	color: var(--accent);
	font-size: 20px;
	font-weight: 600;
	border: 0;
	border-radius: 7px;
	padding: 16px 34px;
	display: flex;
	align-items: center;
	gap: 7px;
	margin-top: 40px;
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.calc-switch-btn:hover {
	opacity: 0.75;
}

.popup__wrap {
	visibility: hidden;
	opacity: 0;
	display: grid;
	align-items: center;
	padding: 0 15px;
	position: fixed;
	overflow-y: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100;
	transition: all 0.3s ease;
}

.popup__wrap.active {
	visibility: visible;
	opacity: 1;
}

.popup__wrap .popup {
	position: relative;
	max-width: 460px;
	width: 100%;
	margin: 40px auto;
	background: #fff;
	padding: 30px;
	border-radius: 15px;
	transform: translateY(30px);
	will-change: transform;
	transition: all 0.3s ease;
}

.popup__wrap.active .popup {
	transform: translateY(0);
}

.popup__wrap .popup h2 {
	text-align: center;
}

.popup__wrap .popup .popup__close {
	background: transparent;
	border: 0;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 26px;
	height: 26px;
	opacity: 0.4;
	background: #333334;
	border-radius: 50%;
	color: #fff;
	padding: 4px;
	will-change: transform;
	transition: all 0.3s ease;
}

.popup__wrap .popup .popup__close:hover {
	transform: rotate(90deg);
	opacity: 1;
}

.popup__wrap .popup .popup__close svg {
	pointer-events: none;
}

.form__cell {
	position: relative;
	margin-top: 15px;
}

.form__cell input {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	font-size: 16px;
	border: 1px solid #ebebeb;
	background: #fff;
	border-radius: 10px;
	font-weight: 500;
	transition: all 0.3s ease;
	color: #000;
	outline: none;
}

.form__cell input:focus {
	border-color: var(--accent);
}

.form__cell input.invalid {
	border-color: #ff4d4d;
}

.form__cell label {
	background: #fff;
	padding: 0 4px;
	color: #aaa;
	font-weight: 500;
	font-size: 14px;
	position: absolute;
	z-index: 2;
	top: 15px;
	left: 16px;
	transition: all 0.3s ease;
	pointer-events: none;
}

.form__cell input:focus ~ label {
	top: -8px;
	font-size: 12px;
	color: var(--accent);
}

.form__cell input:valid ~ label {
	top: -8px;
	font-size: 12px;
}

.form__cell input.invalid ~ label {
	color: #ff4d4d;
}

.form__btn {
	background: var(--accent);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	border: 0;
	border-radius: 10px;
	padding: 0 30px;
	text-decoration: none;
	transition: background 0.3s ease;
	display: block;
	margin: 15px auto 0;
	cursor: pointer;
	width: 100%;
	height: 50px;
}

.form__btn:hover {
	background: var(--accent-hover);
}

.form__btn.disabled__btn,
.form__btn.disabled__btn:hover {
	cursor: default;
	background-color: #ccc;
}

.form__btn.disabled-limit__btn,
.form__btn.disabled-limit__btn:hover {
	cursor: default;
	background-color: #ff4d4d;
	padding-left: 20px;
	padding-right: 20px;
}

.multi-order-wrap .form__btn span {
	white-space: nowrap;
}

.partners__bay {
	padding: 60px 0 90px;
	background-color: #fff;
}

.partners__bay-info {
	text-align: center;
}

.partners__bay-cat {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}

.partners__bay h2 {
	font-size: 40px;
	color: #964747;
}

.block__description {
	font-size: 20px;
	margin: 30px auto 44px;
	text-align: center;
}

.search {
	position: relative;
	max-width: 600px;
	margin: 40px auto;
}

.search input {
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid rgb(150 71 71 / 30%);
	background: rgb(150 71 71 / 5%);
	height: 56px;
	padding: 0 140px 0 22px;
	font-size: 18px;
	border-radius: 15px;
	transition: all 0.3s ease;
}

.search input:focus {
	border-color: rgb(150 71 71 / 70%);
}

.search button {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgb(150 71 71 / 50%);
	border: 0;
	height: calc(100% - 10px);
	color: #fff;
	font-size: 16px;
	transition: background 0.3s ease;
	border-radius: 10px;
	font-weight: 500;
	padding: 0 30px;
	cursor: pointer;
}

.search button:hover {
	background: #964747;
}

.partners__bay-cat .partners__item {
	display: flex;
	flex-direction: column;
	gap: 15px;
	text-align: center;
	background-color: rgb(150 71 71 / 10%);
	border-radius: 15px;
	padding: 18px 15px 20px;
	width: calc((100% - 90px) / 7);
	flex-grow: 0;
	flex-shrink: 0;
}

.partners__bay-cat .partners__item:hover img {
	transform: scale(1.1);
}

.partners__bay-cat .partners__item h3 {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1;
	transition: color 0.3s ease;
}

.partners__bay-cat .partners__item:hover h3 {
	color: #964747;
}

.partners__bay-cat .partners__item img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: contain;
	will-change: transform;
	transition: transform 0.3s ease;
}

.partners__bay-btn {
	display: table;
	margin: 40px auto 0;
	background: #964747;
	height: 54px;
	line-height: 54px;
	padding: 0 30px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	border: 0;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.partners__bay-btn:hover {
	background-color: #7b3a3a;
}

.popular__categories {
	margin-top: 90px;
}

.popular__categories h2 {
	font-size: 40px;
}

.popular__categories-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	align-items: start;
	justify-content: start;
	gap: 40px 20px;
	margin-top: 30px;
}

.popular__categories-grid .item {
	display: flex;
	flex-direction: column;
	text-align: center;
	gap: 15px;
	font-weight: 700;
	color: #000;
	font-size: 14px;
	transition: color 0.3s ease;
}

.popular__categories-grid .item:hover {
	color: var(--accent);
}

.popular__categories-grid .item .item__cover {
	border: 1px solid #ebebeb;
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	overflow: hidden;
}

.popular__categories-grid .item img {
	display: block;
	width: 140px;
	height: 140px;
	object-fit: contain;
	max-width: initial;
	margin: 0 auto;
	transition: transform 0.3s ease;
}

.popular__categories-grid .item:hover img {
	transform: scale(1.1);
}

.partners__block {
	margin-top: 90px;
}

.partners__block-grid {
	position: relative;
	background: url(./img/patners-illustration.jpg) var(--accent);
	color: #fff;
	border-radius: 15px;
	text-align: center;
	padding: 50px 60px 70px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	z-index: 1;
}

.partners__block-grid::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgb(0 0 0 / 30%);
	z-index: -1;
}

.partners__block-grid h2 {
	font-size: 40px;
}

.partners__block-grid p {
	font-size: 20px;
	margin: 20px 0 40px;
}

.partners__block-btn {
	display: table;
	margin: 40px auto 0;
	background: #fff;
	color: #000;
	height: 54px;
	line-height: 54px;
	padding: 0 30px;
	font-size: 18px;
	font-weight: 500;
	border: 0;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.partners__block-btn:hover {
	opacity: 0.75;
}

.popular__products {
	position: relative;
	margin-top: 90px;
	z-index: 1;
}

.popular__products h2 {
	font-size: 40px;
}

.popular__products-grid,
.new__products-grid,
.similar__products-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	margin-top: 30px;
}

.product__card {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #ebebeb;
	padding: 20px;
}

.product__card img {
	display: block;
	width: 210px;
	height: 210px;
	object-fit: contain;
	margin: 0 auto;
}

.product__card-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	flex: 1 1 auto;
}

.product__card-price {
	/* margin-top: 15px; */
	visibility: hidden;
}

.product__card-price .current__price {
	font-size: 22px;
	font-weight: 700;
}

.product__card .product__card-price .old__price {
	font-size: 14px;
	font-weight: 700;
	color: #666;
	text-decoration: line-through;
	margin-left: 5px;
}

.product__card .product__card-link {
	color: #000;
	font-size: 13px;
	display: block;
	font-weight: 500;
	line-height: 1.4;
	margin: 6px 0 25px;
	max-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.3s ease;
}

.product__card a:hover {
	color: var(--accent);
}

.product__card-btn {
	display: block;
	width: 100%;
	border: 0;
	color: #95989c;
	background: #ebebeb;
	font-size: 14px;
	font-weight: 700;
	padding: 10px;
	border-radius: 4px;
	margin-top: auto;
	cursor: pointer;
	transition: background 0.3s ease, color 0.3s ease;
}

.product__card:hover .product__card-btn {
	background: var(--accent);
	color: #fff;
}

.product__card .product__card-btn:hover {
	background: var(--accent-hover);
	color: #fff;
}

.product__store {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.new__products {
	position: relative;
	margin-top: 90px;
	background-color: #f9f9f7;
	z-index: 1;
}

.new__products h2 {
	font-size: 40px;
	color: #ef9b20;
}

.new__products .product__card a:hover {
	color: #ef9b20;
}

.new__products .product__card:hover .product__card-btn {
	background: #ef9b20;
	color: #fff;
}

.new__products .product__card .product__card-btn:hover {
	background: #d2881a;
	color: #fff;
}

.contacts {
	position: relative;
	padding: 100px 0 0;
	z-index: 1;
}

.contacts .contacts__wrap {
	background: #fff;
	padding: 60px 0 90px;
	margin-bottom: 90px;
}

.contacts h2 {
	text-align: center;
	font-size: 40px;
}

.contacts__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 40px;
	margin-top: 30px;
}

.contacts__info {
	display: grid;
}

.contacts__map {
	position: relative;
	height: 100%;
	border-radius: 12px;
	overflow: hidden;
	background-color: #f8f8f8;
	border: 1px solid #ebebeb;
}

.contacts__map span {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	color: #000;
}

.contacts__map .map {
	height: 100%;
	position: relative;
	z-index: 2;
}

.contacts__grid .contacts__info .item {
	display: inline-grid;
	grid-template-columns: 50px 1fr;
	gap: 15px;
	color: #000;
	margin-bottom: 25px;
}

.contacts__grid .contacts__info .item:last-child {
	margin-bottom: 0;
}

.contacts__grid .contacts__info .item .item__icon {
	background-color: var(--accent);
	color: #fff;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	display: grid;
	align-items: center;
	justify-content: center;
}

.contacts__grid .item svg {
	height: 24px;
}

.contacts__grid .item b {
	display: block;
	color: #61636d;
	font-size: 16px;
	font-weight: 400;
}

.contacts__grid .item span {
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	transition: color 0.3s ease;
}

.contacts__grid .contacts__info .item:hover span {
	color: var(--accent);
}

.contacts__social {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	padding-top: 30px;
}

.contacts__social:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: calc(100% - 6px);
	height: 1px;
	background: #000;
	opacity: 0.1;
	transform: translateX(-50%);
}

.contacts__social a {
	display: grid;
	grid-template-columns: 26px max-content;
	height: 48px;
	align-items: center;
	justify-content: center;
	background-color: #000;
	padding: 0 32px;
	color: #fff;
	font-weight: 500;
	border-radius: 12px;
	transition: all 0.3s ease;
}

.contacts__social a:hover {
	opacity: 0.75;
}

.contacts__social a svg {
	width: 24px;
	margin-left: -8px;
}

.contacts__social a.social__telegram {
	background: #3390ec;
}

.contacts__social a.social__telegram svg {
	width: 20px;
}

.contacts__social a.social__whatsapp {
	background: #25d366;
}

.contacts__social a.social__instagram {
	background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%),
		radial-gradient(circle farthest-corner at 0 200%, #fec564, transparent 50%),
		radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
		radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),
		radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
		radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),
		radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
		linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.footer {
	position: relative;
	color: #fff;
	padding: 60px 0;
	background: #333334;
	z-index: 1;
}

.footer__particles {
	position: absolute;
	inset: 0;
	z-index: -1;
}

.footer__logo {
	display: block;
	width: 110px;
	margin: 0 auto 20px;
}

.footer__menu ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	list-style: none;
	margin-bottom: 30px;
}

.footer__menu ul a {
	color: #adadad;
	border-bottom: 1px solid transparent;
	display: inline-block;
	font-size: 15px;
	transition: all 0.3s ease;
}

.footer__menu ul a:hover {
	color: #fff;
	border-color: #fff;
}

.footer__end {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 105px;
}

.develop__by {
	font-weight: 400;
	font-size: 14px;
	color: #adadad;
}

.develop__by a {
	color: var(--accent);
	border-bottom: 1px solid transparent;
	transition: all 0.3s ease;
}

.develop__by a:hover {
	border-color: var(--accent);
}

.footer__copyright {
	font-size: 14px;
	color: #adadad;
}

.scroll__totop {
	position: fixed;
	left: 20px;
	bottom: 20px;
	opacity: 0;
	visibility: hidden;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 10px;
	display: grid;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: var(--accent);
	color: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 7%);
	transform: translateY(20px);
	transition: all 0.3s ease;
	z-index: 2;
}

.scroll__totop.active {
	opacity: 0.8;
	visibility: visible;
	transform: translateY(0);
}

.scroll__totop:hover {
	opacity: 1;
}

.scroll__totop svg {
	display: block;
	width: 22px;
	height: 22px;
}

.cp_calc__input {
	position: relative;
	margin-top: 25px;
	z-index: 1;
}

.cp_calc__input label {
	display: block;
	margin-bottom: 5px;
}

.cp_calc__input input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.cp_calc__input input[type='tel'] {
	display: block;
	width: 100%;
	border: 0;
	background: #ebebeb;
	border-radius: 10px;
	font-size: 18px;
	color: #000;
	font-weight: 500;
	padding: 0 20px;
	height: 50px;
}

.cp_calc__input input[type='range'] {
	display: block;
	width: calc(100% - 40px);
	margin-top: -2px;
	background-color: var(--accent);
	border-radius: 10em;
	height: 2px;
	margin-left: 20px;
}

.cp_calc__results {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 30px;
	gap: 10px;
}

.cp_calc__result--wrap {
	text-align: center;
	background-color: #ebebeb;
	border-radius: 10px;
	padding: 15px;
}

.cp_result__label {
	line-height: 1.3;
	font-size: 12px;
	font-weight: 500;
}

.cp_calc__result {
	position: relative;
	font-weight: 700;
	margin-top: 10px;
	padding-top: 10px;
}

.cp_calc__result::before {
	content: '';
	width: 100%;
	height: 1px;
	left: 0;
	top: 0px;
	background-color: #d8d8d8;
	position: absolute;
}

.cp_product__info {
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0 20px;
}

.not__found {
	text-align: center;
	margin: 50px 0 90px;
}

.not__found .not__found-icon {
	font-size: 300px;
	line-height: 1;
	font-weight: 700;
	color: #d5d5d5;
}

.not__found h1 {
	font-size: 30px;
	color: var(--accent);
}

.not__found a {
	display: table;
	margin: 30px auto 0;
	background: var(--accent);
	height: 54px;
	line-height: 54px;
	padding: 0 30px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	border: 0;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.not__found a:hover {
	background: var(--accent-hover);
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
}

.pagination a {
	display: flex;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: #555;
	transition: all 0.3s ease;
}

.pagination .page-numbers.current {
	display: flex;
	width: 40px;
	height: 40px;
	background-color: var(--accent);
	color: #fff;
	border-color: var(--accent);
	font-size: 20px;
	font-weight: 700;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.pagination a:hover {
	color: var(--accent);
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
	border: 0;
	background-color: transparent;
}

.pagination .next svg,
.pagination .prev svg {
	width: 38px;
}

.search__results {
	margin: 40px 0 90px;
}

.search__results h1 {
	font-size: 40px;
	text-align: center;
}

.search__results .search {
	margin: 20px auto 40px;
}

.search-not__found {
	text-align: center;
	margin: 40px 0 90px;
}

.container__small {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.search-not__found svg {
	width: 120px;
	height: 120px;
	color: #964747;
}

.search-not__found h1 {
	font-size: 40px;
	color: #964747;
	margin-bottom: 30px;
}

.search-not__found p {
	font-size: 20px;
	color: #555;
}

.my__breadcrumbs {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
	margin-bottom: 30px;
	font-size: 13px;
	font-weight: 700;
	color: #727479;
}

.my__breadcrumbs a {
	font-size: 13px;
	font-weight: 700;
	color: #727479;
	transition: color 0.3s ease, border-color 0.3s ease;
	border-bottom: 1px solid transparent;
}

.my__breadcrumbs a:hover {
	color: var(--accent);
	border-color: var(--accent);
}

.breadcrumbs__separator {
	font-size: 14px;
}

.section__top {
	display: grid;
	align-items: start;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 30px;
	grid-template-columns: 1fr max-content;
}

.section__top form {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 5px;
}

.section__top form select {
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	padding: 10px;
	height: 42px;
	color: #000;
	font-size: 14px;
}

.tag__page {
	margin: 40px 0 90px;
}

.tag__page h1 {
	font-size: 40px;
}

.single__post {
	margin: 40px 0 90px;
}

.single__post h1 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 30px;
}

.search__results-grid,
.tag__page-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 30px;
}

.single__post-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	width: 100%;
}

.search__results-grid {
	margin-top: 30px;
}

.single__post-item {
	background-color: #fff;
	border-radius: 15px;
	padding: 18px 20px 20px;
	width: calc((100% - 40px) / 3);
}

.single__post-item h2 {
	position: relative;
	color: var(--accent);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-word;
	overflow: hidden;
}

.single__post-item .line {
	width: 100%;
	height: 1px;
	background: rgb(171 156 91 / 30%);
	margin: 10px 0;
}

.single__post-item p {
	line-height: 1.3;
	margin-bottom: 5px;
}

.single__post-item p:last-child {
	margin-bottom: 0;
}

.single__post-item p a {
	color: var(--accent);
	font-weight: 500;
	word-break: break-all;
}

.send__success-wrap {
	display: none;
	text-align: center;
	padding: 20px 0 50px;
}

.submit__done-icon {
	width: 100px;
	height: 100px;
}

.send__success-title {
	font-size: 24px;
	font-weight: 700;
}

.send__success-wrap p {
	font-size: 18px;
	font-weight: 700;
	color: #333;
}

.send__success-wrap .cp__logo {
	display: block;
	margin-top: -18px;
	margin-bottom: 27px;
}

.page__text {
	margin: 40px 0 90px;
}

.page__text-content {
	padding: 30px;
	background-color: #fff;
	border-radius: 15px;
}

.page__text h1 {
	font-size: 40px;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 30px;
}

.page__text h2 {
	font-size: 26px;
	margin-bottom: 18px;
}

.page__text p {
	font-size: 18px;
	margin-bottom: 18px;
}

.page__text p:last-child {
	margin-bottom: 0;
}

.page__text ul {
	padding-left: 20px;
}

.page__text ul li {
	font-size: 18px;
	margin-bottom: 18px;
}

.page__text-content a {
	color: var(--accent);
	text-decoration: underline;
}

.page__text-content a:hover {
	text-decoration: none;
}

.cat__subname {
	display: block;
	font-size: 18px;
	font-weight: 500;
	opacity: 0.75;
}

.rules__text {
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	color: #878787;
}

.rules__text a {
	color: var(--accent);
	text-decoration: underline;
}

.rules__text a:hover {
	text-decoration: none;
}

#big__menu.partners__menu {
	position: absolute;
	display: block;
	top: -20px;
	left: 0;
	height: 100vh;
	height: 100dvh;
	padding-top: 55px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-30px);
	background: transparent;
	overflow: hidden;
	will-change: transform;
	transition: all 0.3s ease-in-out;
	z-index: -1;
}

#big__menu.partners__menu.active {
	opacity: 1;
	visibility: visible;
	transform: none;
}

#big__menu.partners__menu .container {
	display: grid;
}

.partners__menu-wrap {
	position: relative;
	background: #fff;
	padding: 40px 30px 30px;
	border-radius: 0 0 15px 15px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 7%);
	max-height: 360px;
	height: calc(100vh - 180px);
}

.partners__menu-ul {
	width: 280px;
	height: 100%;
	overflow: auto;
	scrollbar-color: #c6c6c6 #fff;
	scrollbar-width: thin;
	padding-right: 10px;
}

.partners__menu-ul > li > a {
	display: block;
	line-height: 1.1;
	font-weight: 500;
	color: #000;
	padding: 10px 18px;
	border-radius: 10px;
	will-change: transform;
}

.partners__menu-ul > li.active > a {
	background: rgb(171 156 91 / 10%);
	color: var(--accent);
}

.posts__list {
	display: none;
	position: absolute;
	top: 40px;
	left: 330px;
	overflow: auto;
	width: calc(100% - 330px);
	max-height: calc(100% - 60px);
	height: auto;
	overflow-y: auto;
	scrollbar-color: #c6c6c6 #fff;
	scrollbar-width: thin;
	padding-right: 30px;
	grid-template-columns: repeat(4, 1fr);
	align-items: start;
	gap: 5px 30px;
}

.partners__menu-ul > li.active .posts__list {
	display: grid;
}

.partners__menu-ul .posts__list li {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.partners__menu-ul .posts__list li a {
	color: #000;
	opacity: 0.75;
	will-change: transform;
	transition: all 0.3s ease;
}

.partners__menu-ul .posts__list li a:hover {
	opacity: 1;
	color: var(--accent);
}

.view-all-link {
	text-align: center;
	grid-column: 2 / 4;
	background: rgb(171 156 91 / 10%);
	color: var(--accent);
	margin-top: 20px;
	padding: 8px 10px;
	font-weight: 500;
	border-radius: 10px;
	transition: all 0.3s ease;
}

.view-all-link:hover {
	color: #fff;
	background: var(--accent);
}

.advantages {
	padding: 90px 0;
}

.advantages__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.advantages__item {
	background: #fff;
	padding: 40px;
	border-radius: 15px;
	outline: 1px dashed #ccc;
	outline-offset: -5px;
}

.advantages__flex {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}

.advantages__icon {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	background: var(--accent);
	border-radius: 12px;
	padding: 10px;
}

.advantages__item h3 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.1;
	color: var(--accent);
}

.advantages__item p {
	color: #555;
}

.nopercent__partners {
	background: url(./img/nopercent-bg.jpg) #333334;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	padding: 60px 0 90px;
}

@supports (-webkit-touch-callout: inherit) {
	.nopercent__partners {
	    background-attachment: initial;
	    background-size: 200%;
        background-position: top center;
	}
}

.nopercent__partners h2.title {
	color: var(--accent);
	font-size: 40px;
	text-align: center;
}

.nopercent__partners .block__description {
	color: #fff;
}

.nopercent__partners .single__post-item {
	background-color: rgb(52 51 51 / 70%);
	-webkit-backdrop-filter: blur(10px) saturate(120%);
	backdrop-filter: blur(10px) saturate(120%);
	border: 1px solid rgb(255 255 255 / 10%);
}

.nopercent__partners .single__post-item .line {
	background: rgb(255 255 255 / 10%);
}

.nopercent__partners .single__post-item p {
	color: #fff;
}

.nopercent__partners-btn {
	display: table;
	margin: 40px auto 0;
	background: var(--accent);
	height: 54px;
	line-height: 54px;
	padding: 0 30px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	border: 0;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.nopercent__partners-btn:hover {
	background: var(--accent-hover);
}

.calculator__popup-wrap .popup {
	max-width: 600px;
}

.order-inputs-wrap {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 100px 100px;
	gap: 0 10px;
}

.order-inputs-wrap:first-child {
	border-top: 1px solid #eee;
	margin-top: 15px;
}

.order-inputs-wrap:not(:last-child) {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

.add-order-btn {
	background: #ebebeb;
	border: 0;
	padding: 10px 20px 10px 18px;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	border-radius: 10px;
	margin-left: auto;
	display: block;
	margin-top: 15px;
	cursor: pointer;
	transition: background 0.3s ease;
}

.add-order-btn:hover {
	background: #dfdfdf;
}

.remove-order-btn {
	position: absolute;
	top: 27px;
	right: -12px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 0;
	background: #f22222;
	color: #fff;
	line-height: 1;
	cursor: pointer;
	font-size: 11px;
	z-index: 3;
}

.orders-total-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 20px;
	font-weight: 700;
}

.orders-total-price {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 10px;
}

.installment {
	margin-bottom: 100px;
}

.installment__block {
	background: linear-gradient(135deg, var(--accent-hover), var(--accent));
	padding: 50px;
	border-radius: 15px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	outline: 1px dashed #fff;
	outline-offset: -5px;
}

.about__page {
	margin-top: 40px;
}

.about__logo {
	display: block;
	width: 280px;
	margin: 0 auto 40px;
}

.about__statistic {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin: 60px 0 80px;
}

.about__statistic-item {
	text-align: center;
}

.about__statistic-value {
	font-size: 50px;
	font-weight: 500;
	color: var(--accent);
	margin-bottom: 10px;
}

.about__statistic-title {
	font-size: 18px;
	color: #555;
}

.about__description {
	font-size: 20px;
	text-align: center;
	background: #fff;
	padding: 40px 50px;
	border-radius: 15px;
}

.conditions__page {
	margin-top: 40px;
}

.conditions__page h1 {
	text-align: center;
	font-size: 40px;
	margin-bottom: 30px;
}

.conditions__statistic {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-bottom: 90px;
}

.conditions__statistic-item {
	background: #fff;
	padding: 30px;
	border-radius: 15px;
	outline: 1px dashed #ccc;
	outline-offset: -5px;
}

.conditions__statistic-num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: var(--accent);
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	border-radius: 12px;
	margin-bottom: 20px;
}

.conditions__statistic-info {
	font-size: 20px;
}

.conditions__page .about__description {
	margin-bottom: 90px;
}

.promo-calc-auth {
	margin: 40px 0 90px;
}

.promo-calc-auth form {
	background: #fff;
	padding: 30px;
	border-radius: 15px;
	max-width: 440px;
	margin: 0 auto;
}

.promo-calc-auth h1 {
	font-size: 28px;
	line-height: 1;
	text-align: center;
	margin-bottom: 20px;
}

.promo-calc-auth .auth-error {
	font-size: 14px;
	margin-top: 7px;
	text-align: center;
	color: red;
}

@media (max-width: 1400px) {
	.catalog-desktop {
		max-width: 1160px;
	}

	.popular__categories-grid {
		grid-template-columns: repeat(5, 1fr);
	}

	.popular__categories-grid .item:nth-child(6) {
		display: none;
	}

	.popular__products-grid,
	.new__products-grid,
	.similar__products-grid,
	.search__results-grid,
	.tag__page-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.popular__products-grid .product__card:nth-child(9),
	.popular__products-grid .product__card:nth-child(10),
	.new__products-grid .product__card:nth-child(9),
	.new__products-grid .product__card:nth-child(10) {
		display: none;
	}

	.partners__bay-cards .single__post-item:nth-child(9) {
		display: block;
	}

	.partners__bay-cards {
		grid-template-columns: 1fr 1fr;
	}

	.parent-category__grid {
		grid-template-columns: 5fr 2fr;
	}

	.all__categories-products {
		grid-template-columns: repeat(3, 1fr);
	}

	.product__grid {
		grid-template-columns: 400px 400px 1fr;
	}

	.gallery__main img {
		width: 400px;
		height: 400px;
	}

	.gallery__thumbs img {
		width: 72px;
		height: 72px;
	}

	.partners__bay-cat .partners__item img {
		width: 110px;
		margin: 0 auto;
	}

	.posts__list {
		grid-template-columns: repeat(3, 1fr);
	}

	.view-all-link {
		text-align: center;
		grid-column: 1 / 4;
	}
}

@media (max-width: 1200px) {
	.container {
		max-width: 900px;
	}

	.big__menu-wrap {
		padding: 0 20px;
	}

	.catalog-desktop {
		max-width: 860px;
	}

	.btn__text {
		display: none;
	}

	.partners__btn {
		margin-right: 10px;
	}

	.partners__btn svg {
		width: 40px;
		height: 40px;
	}

	.popular__categories-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.popular__categories-grid .item:nth-child(6) {
		display: flex;
	}

	.popular__products-grid,
	.new__products-grid,
	.similar__products-grid,
	.search__results-grid,
	.tag__page-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.popular__products-grid .product__card:nth-child(9),
	.new__products-grid .product__card:nth-child(9) {
		display: flex;
	}

	.calculator__icon-1 {
		bottom: -30px;
		width: 100px;
	}

	.calc__title {
		margin-bottom: 25px;
	}

	.parent-category__grid {
		grid-template-columns: 1fr;
		gap: 60px;
	}

	.all__categories-sub-grid,
	.product__card-cat-wrap {
		grid-template-columns: repeat(3, 1fr);
	}

	.product__grid {
		grid-template-columns: 400px 1fr;
		gap: 25px 20px;
	}

	.product__gallery {
		grid-row: 2/3;
		grid-column: 1/2;
	}

	.single__product h1 {
		grid-column: 1/3;
		grid-row: 1/2;
		font-size: 26px;
	}

	.product__buy {
		position: relative;
		top: 0;
		grid-column: 2/3;
		grid-row: 2/3;
	}

	.product__buy-info {
		display: grid;
	}

	.product__description {
		grid-column: 1/3;
		grid-row: 3/4;
		margin-top: 20px;
	}

	.dop__info {
		margin-top: 20px;
		padding: 25px 30px 30px;
	}

	.dop__info h2 {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.recommended__category {
		margin-top: -30px;
	}

	.partners__bay-cards {
		grid-template-columns: 1fr 1fr;
	}

	.partners__bay-cards .single__post-item:nth-child(9) {
		display: none;
	}

	.partners__block-grid {
		text-align: center;
		grid-template-columns: 1fr;
		position: relative;
	}

	.partners__block-right {
		position: absolute;
		top: 130px;
		left: 50%;
		transform: translateX(-50%);
	}

	.partners__block-right img {
		position: relative;
		width: 300px;
		height: 220px;
		border-radius: 50%;
		animation: none;
	}

	.posts__list {
		grid-template-columns: repeat(2, 1fr);
	}

	.view-all-link {
		text-align: center;
		grid-column: 1 / 3;
	}

	.partners__bay-cat .partners__item {
		width: calc((100% - 60px) / 5);
	}

	.calc-switch-btn {
		width: 100%;
		justify-content: center;
		margin-top: 0;
	}

	.single__post-item {
		width: calc((100% - 20px) / 2);
	}
}

@media (max-width: 900px) {
	.search {
		width: 100%;
	}

	#big__menu {
		top: 115px;
		position: absolute;
		height: 100vh;
	}

	.catalog-desktop {
		height: calc(100vh - 135px);
	}

	.product__card img {
		max-width: 180px;
		width: 100%;
		height: auto;
		aspect-ratio: 1/1;
	}

	.product__card-price .current__price {
		font-size: 18px;
	}

	.product__card .product__card-price .old__price {
		font-size: 13px;
	}

	.product__card-btn {
		font-size: 13px;
	}

	.footer {
		padding: 40px 0;
	}

	.product__card-btn {
		background-color: var(--accent);
		color: #fff;
	}

	.new__products .product__card-btn {
		background-color: #ef9b20;
	}

	.all__categories-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.section__top {
		grid-template-columns: 1fr;
		gap: 15px;
		margin-bottom: 20px;
	}

	.section__top form {
		display: grid;
		gap: 5px;
	}

	.search__results h1 {
		font-size: 30px;
		line-height: 1.3;
	}

	.search__results-grid {
		margin-top: 23px;
	}

	.category,
	.search__results,
	.tag__page {
		margin-bottom: 80px;
	}

	.product__grid {
		grid-template-columns: 1fr;
		gap: 25px 0;
	}

	.product__gallery {
		grid-column: auto;
	}

	.gallery__main img {
		margin: 0 auto;
		max-width: 400px;
		aspect-ratio: 1/1;
		width: 100%;
		object-fit: contain;
		height: 100%;
	}

	.product__buy {
		grid-column: 1/3;
		grid-row: 3/4;
		margin-top: 20px;
	}

	.product__description {
		grid-row: 4/5;
	}

	.partners__menu-ul {
		width: 220px;
	}

	.posts__list {
		left: 270px;
		width: calc(100% - 270px);
	}

	.partners__bay-cat .partners__item {
		width: calc((100% - 45px) / 4);
	}

	.contacts__grid {
		grid-template-columns: 1fr;
	}

	.contacts__map {
		height: 300px;
	}
}

@media (max-width: 800px) {
	.top__menu-wrap {
		display: grid;
		position: relative;
		margin: 0 20px;
	}

	.top__menu-wrap:before,
	.top__menu-wrap:after {
		content: '';
		position: absolute;
		top: 0;
		width: 30px;
		height: 100%;
		z-index: 2;
		pointer-events: none;
	}

	.top__menu-wrap:before {
		left: 0;
	}

	.top__menu-wrap:after {
		right: 0;
	}

	.top__menu-wrap.menu-scroll-middle:after,
	.top__menu-wrap.menu-scroll-start:after {
		background: linear-gradient(90deg, transparent, #fff);
	}

	.top__menu-wrap.menu-scroll-middle:before,
	.top__menu-wrap.menu-scroll-end:before {
		background: linear-gradient(90deg, #fff, transparent);
	}

	.top__menu {
		overflow-x: auto;
	}

	.top__menu ul {
		width: 438px;
		overflow: hidden;
	}

	.about__statistic {
		gap: 10px;
	}

	.about__statistic-value {
		font-size: 30px;
	}

	.about__statistic-title {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.popular__categories-grid {
		margin-top: 20px;
	}

	.popular__products-grid,
	.new__products-grid,
	.similar__products-grid,
	.search__results-grid,
	.tag__page-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		margin-top: 20px;
	}

	.popular__products {
		margin-top: 60px;
	}

	.popular__products-grid .product__card:nth-child(10),
	.new__products-grid .product__card:nth-child(10) {
		display: flex;
	}

	.product__card img {
		max-width: 140px;
	}

	.popular__categories {
		margin: 60px 0;
	}

	.popular__products h2,
	.popular__categories h2,
	.calc__title,
	.partners__bay h2,
	.nopercent__partners h2.title,
	.new__products h2,
	.contacts h2,
	.conditions__page h1,
	.similar__products h2,
	.category h1,
	.search-not__found h1,
	.single__post h1,
	.tag__page h1 {
		font-size: 30px;
	}

	.similar__products h2,
	.single__post h1,
	.search__results h1 {
		margin-bottom: 20px;
	}

	.block__description {
		font-size: 18px;
		margin: 20px auto 34px;
	}

	.partners__bay-cards .single__post-item h2 {
		font-size: 22px;
	}

	.partners__bay-btn {
		margin-top: 28px;
	}

	.new__products {
		margin-top: 60px;
	}

	.contacts {
		padding-top: 30px;
	}

	.contacts__grid {
		grid-template-columns: 1fr;
	}

	.contacts__info {
		display: grid;
	}

	.contacts__map {
		grid-column: auto;
	}

	.calculate {
		padding: 25px 30px 30px;
	}

	.parent-category {
		margin-top: 10px;
	}

	.all__categories-wrap h2,
	.recommended__category h2 {
		font-size: 22px;
	}

	.my__breadcrumbs {
		margin-bottom: 20px;
	}

	.all__categories-products,
	.all__categories-sub-grid,
	.product__card-cat-wrap {
		grid-template-columns: repeat(2, 1fr);
	}

	.not__found .not__found-icon {
		font-size: 130px;
		line-height: 1.15;
	}

	.not__found h1 {
		font-size: 26px;
		line-height: 1.3;
	}

	.page__text {
		margin-top: 20px;
	}

	.page__text-content {
		padding: 20px;
	}

	.page__text h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.page__text h2 {
		font-size: 22px;
		margin-bottom: 16px;
	}

	.page__text p,
	.page__text ul li {
		font-size: 16px;
		margin-bottom: 16px;
	}

	.partners__block-grid {
		padding: 30px 30px 45px;
	}

	.partners__block-right {
		display: none;
	}

	.partners__block-grid p {
		font-size: 18px;
		margin: 20px auto 32px;
	}

	.partners__block-grid h2 {
		font-size: 30px;
		line-height: 1.3;
	}

	.partners__menu-wrap {
		height: 100%;
		max-height: calc(100vh - 160px);
		padding: 30px 20px 20px;
	}

	.partners__menu-ul {
		width: 100%;
		padding: 0;
	}

	.partners__menu-ul > li > a {
		position: relative;
		padding: 10px 0 10px 5px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid rgb(0 0 0 / 5%);
		border-radius: 0;
	}

	.partners__menu-ul > li.active > a {
		background: transparent;
		color: inherit;
	}

	.partners__menu-ul > li:last-child > a {
		border: none;
	}

	.partners__menu-ul > li > a:after {
		content: '';
		width: 24px;
		height: 24px;
		background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27800px%27%20height%3D%27800px%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%3E%3Cpath%20d%3D%27M9%2018L15%2012L9%206%27%20stroke%3D%27%23000000%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E');
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	.partners__menu-ul > li.active .posts__list {
		display: none;
	}

	.partners__bay-cat .partners__item {
		width: calc((100% - 30px) / 3);
	}

	.advantages__item h3 {
		font-size: 20px;
	}

	.advantages__item p {
		font-size: 16px;
	}

	.header__links {
		margin-top: 30px;
	}

	.header__links span {
		display: none;
	}

	.header__links svg {
		width: 26px;
		height: 26px;
	}
}

@media (max-width: 700px) {
	.calc__title {
		display: block;
		text-align: center;
	}

	.calc__title span {
		display: none;
	}

	.calculator__grid {
		grid-template-columns: 1fr;
	}

	.calc-btns-wrap {
		flex-direction: column;
	}

	.calc-btns-wrap button,
	.calc-btns-wrap a {
		width: 100%;
	}

	.calc__results {
		padding: 20px 25px;
	}

	.advantages__grid {
		grid-template-columns: 1fr;
	}

	.advantages__item {
		padding: 20px 25px 25px;
	}

	.single__post-item {
		width: 100%;
	}

	.about__statistic {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 10px;
	}

	.about__logo {
		width: 200px;
	}
}

@media (max-width: 630px) {
	.popular__categories-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.calc__title {
		margin-bottom: 15px;
	}

	.result__value {
		font-size: 20px;
	}

	.calc__btn,
	.partners__bay-btn,
	.calc-switch-btn,
	.multiple-order-btn {
		font-size: 16px;
	}

	.block__description {
		font-size: 16px;
	}

	.all__categories-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.partners__bay-cards {
		grid-template-columns: 1fr;
	}

	.partners__block-btn {
		font-size: 16px;
	}
}

@media (max-width: 610px) {
	.catalog-desktop {
		display: none;
	}

	.big__menu-wrap {
		padding: 0;
	}

	.catalog-mobile {
		display: block;
		height: calc(100vh - 115px);
	}

	#catalog__main-mobile {
		padding: 18px 20px;
		background-color: #f9f9f7;
		height: 100%;
		overflow: auto;
	}

	#catalog__main-mobile > li {
		display: block;
		width: 100%;
		border-bottom: 1px solid #e8e8e8;
	}

	#catalog__main-mobile > li:first-child {
		border-top: 1px solid #e8e8e8;
	}

	#catalog__main-mobile > li > a {
		position: relative;
		display: block;
		font-weight: 700;
		padding: 12px 30px 12px 0;
		color: #000;
	}

	#catalog__main-mobile > li.active > a {
		color: var(--accent);
	}

	#catalog__main-mobile > li.menu-item-has-children > a:after {
		content: '';
		position: absolute;
		top: 13px;
		right: -5px;
		width: 22px;
		height: 22px;
		background-image: url(./img/chevron-right.svg);
		background-size: 100%;
	}

	#catalog__main-mobile > li.active > a:after {
		transform: rotate(90deg);
	}

	#catalog__main-mobile ul.sub-menu {
		display: none;
		padding-left: 15px;
		margin-bottom: 10px;
	}

	#catalog__main-mobile > li.active ul.sub-menu {
		display: block;
	}

	#catalog__main-mobile ul.sub-menu li a {
		position: relative;
		display: block;
		color: #333;
		font-size: 14px;
		font-weight: 700;
		padding: 8px 0;
		border-top: 1px dashed #e8e8e8;
	}

	.contacts__social {
		grid-template-columns: 1fr;
	}

	.conditions__statistic-item {
		padding: 25px;
	}

	.conditions__statistic-info {
		font-size: 18px;
	}
}

@media (max-width: 550px) {
	.search input {
		font-size: 16px;
		padding: 0 100px 0 20px;
	}
	.search button {
		font-size: 14px;
		padding: 0 20px;
	}

	.partners__bay-cat .partners__item h3 {
		font-size: 14px;
	}

	.menu__btn {
		padding: 8px;
	}

	.menu__btn font {
		display: none;
	}

	.popular__products h2,
	.popular__categories h2,
	.calc__title,
	.partners__bay h2,
	.nopercent__partners h2.title,
	.new__products h2,
	.contacts h2,
	.conditions__page h1,
	.similar__products h2,
	.category h1,
	.tag__page h1 {
		font-size: 28px;
		line-height: 1.3;
	}

	.calculate {
		padding: 20px;
	}

	.partners__block {
		margin-bottom: 60px;
	}

	.calc__results {
		gap: 10px;
	}

	.calc__result {
		white-space: nowrap;
	}

	.popular__products .container,
	.new__products .container {
		padding: 0;
	}

	.product__scroll {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		contain: layout;
		overflow: -moz-scrollbars-none;
		-ms-overflow-style: none;
		scrollbar-width: none;
		scrollbar-color: transparent transparent;
		padding-bottom: 200px;
		margin-bottom: -200px;
	}

	.popular__products-grid,
	.new__products-grid,
	.similar__products-grid {
		display: inline-flex;
		padding: 0 20px;
		gap: 15px;
	}

	.popular__products-grid .product__card,
	.new__products-grid .product__card,
	.similar__products-grid .product__card {
		flex: 0 0 auto;
		width: 230px;
	}

	.popular__products h2,
	.new__products h2,
	.similar__products h2 {
		padding: 0 20px;
	}

	.similar__products {
		width: calc(100% + 40px);
		margin-left: -20px;
	}

	.all__categories-products,
	.all__categories-sub-grid,
	.all__categories-products,
	.product__card-cat-wrap,
	.search__results-grid,
	.tag__page-grid {
		grid-template-columns: 1fr;
	}

	.similar__products-grid {
		margin-top: 0;
	}

	.single__product h1 {
		font-size: 22px;
	}

	.dop__info {
		padding: 15px 20px 20px;
	}

	.dop__info h2 {
		font-size: 20px;
		line-height: 1.3;
	}

	.dop__info-row {
		font-size: 13px;
		line-height: 1.4;
	}

	.dop__info-row .dashed__line {
		top: 13px;
	}

	.single__post-item h2 {
		font-size: 18px;
	}

	.popular__categories {
		position: relative;
		z-index: 1;
	}

	.partners__bay-cat .partners__item {
		width: calc((100% - 15px) / 2);
	}

	.order-inputs-wrap {
		grid-template-columns: 1fr 1fr;
		gap: 0 15px;
	}

	.order-inputs-wrap .form__cell:first-child {
		grid-column: 1 / 3;
	}

	.remove-order-btn {
		top: 57px;
	}

	.multi-order-btn {
		font-size: 12px;
		padding: 10px 8px;
	}

	.footer__menu ul,
	.footer__end {
		flex-direction: column;
		gap: 10px;
	}

	.installment__block,
	.about__description {
		font-size: 18px;
		padding: 25px;
	}

	.conditions__statistic {
		grid-template-columns: repeat(1, 1fr);
	}

	.conditions__statistic-num {
		margin: 0 auto 20px;
	}

	.conditions__statistic-info {
		text-align: center;
	}
}

@media (max-width: 470px) {
	.result__value {
		font-size: 16px;
	}

	.popular__categories-grid .item img {
		width: 100px;
		height: 100px;
	}

	.popular__categories-grid {
		gap: 40px 10px;
	}

	.popup__wrap .popup {
		padding: 30px 20px 20px;
	}

	.cp_calc__results {
		grid-template-columns: 1fr;
	}

	.all__categories-grid {
		gap: 40px 15px;
	}

	.all__categories-grid .item__cover img {
		max-width: 100px;
	}

	.gallery__thumbs img {
		width: 60px;
		height: 60px;
	}
}
