@font-face { src: url("../fonts/Montserrat-Regular.ttf"); font-family: "Montserrat-Regular";}
@font-face { src: url("../fonts/Montserrat-Medium.ttf"); font-family: "Montserrat-Medium";}
@font-face { src: url("../fonts/Montserrat-SemiBold.ttf"); font-family: "Montserrat-SemiBold";}

:root {
	--bg: #EBE7E4;
	--bg_dark: #060405;
	--bg_accent: #1B1B1B;;
	--text: #EBE7E4;
	--accent: #F6C300;
	--accent_dark: #E2A800;
}

::placeholder { color: #666; }
::selection { background-color: #19bfb5; color: #fff; }
input, textarea { outline: none; }
input:focus:required:invalid, textarea:focus:required:invalid { border-color: red; }
input:required:valid, textarea:required:valid { border-color: green; }

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


body {
	font-family: 'Montserrat-Regular', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: var(--text);
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	background: var(--bg);
}

h1, h2 {
	margin: 0;
	padding: 0;
}
p, h3 {
	margin: 0;
	padding: 0;
}
.article__text p {
	margin-bottom: 20px;
}

.article__text h1 {
	padding: 20px 0 20px;
}
.article__text h2 {
	padding: 10px 0 10px;
}
.article__text h3 {
	padding: 5px 0 5px;
}
.article__text img {
padding: 20px 20px 10px 0;
}
.article__text ul{
	list-style-position: inside;
}


select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
}


select, input, button {
	font-family: 'Montserrat-Regular', sans-serif;
	line-height: 1;
}

select, button {
	cursor: pointer;
}

select {
	outline: none;
}

ul, li, a {
	margin: 0;
	padding: 0;
}

* {
	-webkit-tap-highlight-color: transparent;

}

.color__text {
	color: var(--text);
}


.container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0;
	position: relative;

}

.notification .container {
	display: flex;
}
.index {
	background: url(../img/bg_top.webp) no-repeat;
	background-size: contain;
	min-height: 100vh;
	background-color: var(--bg_accent);
}

.navigation__trigger {
	display: none;
}

.header {
	position: sticky;
	left: 0px;
	right: 0px;
	top: 0px;
	background: rgba(37, 37, 37, .75);
	height: 94px;
	z-index: 3;

}

.top__line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 94px;
}

.logo {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}


.menu__ul {
	display: flex;
	list-style-type: none;
}

.menu__top_li {
	position: relative;
	padding: 0 18px;
	display: flex;
  align-items: center;
}
.menu__top_a {
	color: var(--text);
	text-decoration: none;
	cursor: pointer;
}

.menu__top_a:hover {
	color: var(--accent);
}
span.menu__top_a {
	color: var(--accent);
	cursor: default;
}

.icon__cart {
	position: relative;
	cursor: pointer;
}

.cart__span {
	font-family: 'Montserrat-Medium', sans-serif;
	position: absolute;
	right: -4px;
	top: -4px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background: var(--accent_dark);
	font-size: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main__title {
	position: relative;
	left: 0;
	padding-top: 155px;
	color: var(--accent);
}
.main__title h1 {
	font-family: 'Montserrat-Medium', sans-serif;
	font-size: 52px;
	line-height: 120%;
	max-width: 901px;
}
.advantages__content {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 52px;
	position: relative;
	width: 1010px;
	left: 0;
	margin-top: 50px;
}
.advantages__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px;
	gap: 16px;
}
a.item__text_top:hover {
	opacity: 0.95;
	color: var(--accent);
}
.advantages__item_text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.item__text_top {
	font-family: 'Montserrat-Medium', sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
  color: var(--text);
}
.item__text_bottom {
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 5px;
	text-transform: uppercase;
	mix-blend-mode: normal;
	justify-content: center;
}
/* .notification {
	position: relative;
	min-height: 164px;
	left: 0px;
	right: 0;
	margin-top: 70px;
	background: rgba(27, 27, 27, 0.8);
} */
.notification {
	position: relative;
	min-height: 190px;
	left: 0px;
	right: 0;
	margin: 70px 0;
	background: rgba(27, 27, 27, 0.8);
}
.notification__wrapper {
	width: 870px;
	display: flex;
	justify-content: flex-start;
	
}
.notification__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 28px 0 0 0;
	gap: 8px;
	cursor: pointer;
}
.notification__title {
	font-family: 'Montserrat-Medium', sans-serif;
	font-size: 28px;
	line-height: 140%;
	display: flex;
	align-items: center;
	text-align: center;
}
.notification__text {
	font-size: 16px;
	line-height: 150%;
	text-align: left;
}

.swiper-button-next {
	width: 60px;
	height: 60px;
	top: 50px;
	left: 70px;
	margin: 0;
	position: relative;
	display: flex;
	z-index: 10;
	cursor: pointer;
}
.swiper-button-next:after {
	content: '';
	background: url(../img/Arrow.svg);
	width: 60px;
	height: 60px;
}

.swiper-pagination {
	text-align: left;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -30px;
	left: 0;
	width: 100%;
	z-index: 2;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 50%;
	background: var(--bg_dark);
	opacity: 1;
	border: 1px solid var(--accent);

}
.swiper-pagination-bullet-active {
	background: var(--accent);
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 12px 0 0;
}
.advantages__wrapper {
	display: flex;
	flex-direction: column;
}
.products__wrapper {
	background: var(--bg_dark);
	overflow: hidden;
	box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
padding-bottom: 80px;
}

.products {
	margin-top: 60px;
	position: relative;
	z-index: 2;
}
.product {
	overflow: hidden;
}

.product__title {
	margin-top: 110px;
	font-size: 36px;
	line-height: 44px;
	font-family: 'Montserrat-SemiBold', sans-serif;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--accent);
	text-align: center;
	position: relative;
}
.product__title_before {
	position: absolute;
	font-family: 'Montserrat-SemiBold', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 80px;
	line-height: 98px;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	color: #EBE7E4;
	opacity: 0.2;
	left: 0;
	right: 0;
	top: -60%;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}
.product__slider {
	padding: 0px 60px 0 60px;
	margin-top: 45px;
}

.product__item {
	background: #1B1B1B;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	overflow: hidden;
	cursor: grab;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.product__img {
	padding: 20px;
	position: relative;
}

.product__img img {
	max-width: 100%;
  width: 100%;
}
.product__content {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.product__name {
	font-size: 18px;
	line-height: 22px;
	font-family: 'Montserrat-Medium', sans-serif;
}
.product__text {
	font-size: 12px;
	line-height: 15px;
	height: auto;
}

.product__bottom {
	display: flex;
	justify-content: space-between;
	padding: 0 20px 20px 20px;
	align-items: center;
	position: relative;
}

.product__price {
	font-size: 24px;
	line-height: 29px;
	color: #F6C300;
	font-family: 'Montserrat-SemiBold', sans-serif;
}
button {
	border: none;
	background: transparent;
}
.btn__buy {
	padding: 10px 12px;
	border-radius: 20px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background: var(--accent);
	font-family: 'Montserrat-SemiBold', sans-serif;

}

button:hover {
	opacity: .75;
}

/* .about__title {
	font-size: 42px;
	line-height: 51px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--accent);
	padding-top: 400px;
	font-family: 'Montserrat-SemiBold', sans-serif;
	text-align: center;
} */
.about__title {
	font-size: 42px;
	line-height: 51px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--accent);
	padding-top: 80px;
	font-family: 'Montserrat-SemiBold', sans-serif;
	text-align: center;
}
.about__wrapper {
	display: flex;
	flex-direction: column;
	gap: 72px;
	padding-bottom: 100px;
}

/* .about {
	background: var(--bg_accent);
	position: relative;
	top: -300px;
} */

.about {
	background: var(--bg_accent);
	position: relative;
	top: 0px;
}

.about__block {
	display: flex;
	gap: 88px;
}

.about__img {
	border-radius: 16px;
	overflow: hidden;
	flex: 1;
}
.about__img img {
	max-width: 100%;
	width: 100%;
}
.about__content_title {
	font-size: 32px;
	line-height: 39px;
	font-family: 'Montserrat-SemiBold', sans-serif;
	margin-bottom: 28px;
	color: var(--accent);
}
.about__content_text {
	font-size: 20px;
	line-height: 150%;
	border-bottom: 1px var(--accent) solid;
	padding-bottom: 32px;
}

.about__content_icons {
	display: flex;
	gap: 30px;
}
.about__content_icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 20px;
}
.about__content {
	width: 526px;
}
.about__content_icons {
	padding-top: 72px;
}
.icon__text {
	font-size: 24px;
	line-height: 140%;
	text-align: center;
	font-family: 'Montserrat-Medium', sans-serif;
}
.icon__img {
	width: 120px;
	height: 120px;
}

.icon__img img{
	max-width: 100%;
	width: 100%;
}
.article__content {

}
.article__title {
	font-family: 'Montserrat-Medium', sans-serif;
	font-size: 28px;
	line-height: 140%;
	text-transform: uppercase;
}
.article__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}
.article__content_wrapper {
	display: flex;
	flex-direction: column;
	gap: 30px;
}


.index .articles {
	margin-top: 0px;

	padding-bottom: 50px;

}

.index  .articles__wrap {
		    display: flex;
				gap: 30px;
}

.article {
	padding: 30px 0;
}

.article__img {
	width: 300px;
}
.article__img img {
	max-width: 100%;
	width: 100%;
}

.index .article__title {
	font-size: 28px;
	line-height: 140%;
	text-transform: uppercase;
	font-family: 'Montserrat-Medium', sans-serif;
}

.index .article__bottom {
	display: flex;
	gap: 18px;
	justify-content: flex-start;
	align-items: center;
}

.index .article__more {
	padding: 13px 45px;
	border-radius: 20px;
	border: 1px solid var(--accent);
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background: transparent;
	font-family: 'Montserrat-Medium', sans-serif;
	color: var(--accent);
	text-decoration: none;
}

.index .article__more:hover {
	color: var(--bg_accent);
	border: 1px solid transparent;
	background: var(--accent);
}
.index .article__all {
	color: var(--text);
	text-decoration: none;
}

.index .article__all:hover {
	color: var(--accent);
}

.swiper-pagination3.swiper-pagination-bullets.swiper-pagination-horizontal {
	z-index: 999;
	bottom: 30px;
	width: 100%;
	position: absolute;
	text-align: center;
}
.swiper-pagination3 .swiper-pagination-bullet {
	background: transparent;
}
.swiper-pagination3 .swiper-pagination-bullet-active {
	background: var(--accent);
}
.swiper3 {
	position: relative;
	overflow: hidden;
}
.footer {
	background: var(--bg_accent);
	z-index: 2;
	padding: 30px 40px;
}
.copyright {
	width: 181px;
	font-size: 12px;
	line-height: 140%;
	text-align: right;
}

.bottom__line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}
.logo__img, .cart__img {
	max-width: 100%;
}
.sitemap ul {
    list-style-type: none;
}

.statsiya ul {
    margin-left: 30px;
}
.cart__wrapper {
	width: 89px;
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.popup__items {
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: 0 45px 40px;
}
.popup {
	display: flex;
	flex-direction: column;
	gap: 52px;
	padding: 50px 0 72px;
	background: #252525;
	opacity: 0.9;
	border-radius: 20px;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 1200px;
}
.popup__wrapper {
	top: 1%;
	position: absolute;
	width: 100%;
	display: flex;
  justify-content: center;
}

.popup__cart {
	display: none;
}
.popup__cart.active {
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	margin: 0 !important;
	background-color: rgba(255, 255, 255, .1);
	z-index: 999;
}

.gratitude {
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	overflow: hidden;
	margin: 0 !important;
	z-index: 2;
	background-repeat: no-repeat;
	background-size: cover;
}

.popup__adress.active {
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	overflow: hidden;
	margin: 0 !important;
	background-color: rgba(255, 255, 255, .1);
	z-index: 999;
}
.blur {
	backdrop-filter: blur(4px);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.popup__item {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;

}
.popup_item_img {
	max-width: 174px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popup_item_img img {
	max-width: 100%;
}
.popup__title {
	font-family: 'Montserrat-Medium', sans-serif;
	font-size: 52px;
	line-height: 120%;

}
.popup_item_name {
	font-size: 24px;
	line-height: 29px;
	width: 430px;
	align-items: center;
	display: flex;
	justify-content: flex-start;

}
.popup__item_price-all {
	font-family: 'Montserrat-SemiBold', sans-serif;
	font-size: 24px;
	line-height: 29px;
	width: 80px;
	align-items: center;
	display: flex;
	justify-content: flex-end;
}
.popup__item_price {
	font-family: 'Montserrat-SemiBold', sans-serif;
	font-size: 24px;
	line-height: 29px;
	width: 80px;
	align-items: center;
	display: flex;
	justify-content: flex-start;
}
.popup__item_trash {
	cursor: pointer;

	align-items: center;
	display: flex;
	justify-content: flex-end;
}
.popup__item_trash:hover {
	opacity: .85;
}

.popup__item_count {
	display: flex;
	gap: 16px;
	align-items: center;
	display: flex;
	justify-content: center;
}
.number__minus, .number__plus {
	display: flex;
	align-items: center;
	width: 40px;
    height: 40px;
}
.input__count {
	font-size: 24px;
	line-height: 29px;
	display: flex;
	align-items: center;
	text-align: center;
	border: 1px solid #c4c4c4;
	border-radius: 4px;
	height: 36px;
	width: 40px;
	border: 1px solid #EBE7E4;
	border-radius: 2px;
	background: transparent;
	color: var(--text);
}

.button__changed {
	gap: 10px;
	max-width: 134px;
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0px 1px;
	border-radius: 20px;
	height: 30px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid var(--accent);
}
.button__changed  .number__minus,.button__changed .number__plus {
	display: flex;
	align-items: center;
	width: 38px;
	height: 28px;
	background: var(--accent);
	padding: 0px 11px;
}

.button__changed  .number__minus {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.button__changed  .number__plus {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.number__minus img, .number__plus img{
	max-width: 100%;
}
.button__changed .input__count {
	font-size: 18px;
	line-height: 20px;
	display: flex;
	align-items: center;
	text-align: center;
	border: none;
	border-radius: 4px;
	height: 20px;
	border-radius: 2px;
	background: transparent;
	color: var(--accent);
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  display: none;
}

input[type=number]::-moz-number-spin-up,
input[type=number]::-moz-number-spin-down {
  display: none;
}


.btn__next {
	padding: 20px 46px;
	border-radius: 20px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background: var(--accent);
	font-family: 'Montserrat-SemiBold', sans-serif;
	color: #1B1B1B;
	text-decoration: none;
	opacity: .75;
	cursor: default;
}
.btn__next.active {
	opacity: 1;
	cursor: pointer;
}
.btn__next.active:hover {
	opacity: .75;

}

.popup__close {
	position: absolute;
	right: 30px;
	top: 30px;
}
.popup__adress .form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.popup__adress .form__line {
	display: flex;
	width: 100%;
	gap: 10px;
}
.popup__adress .input__wrapper {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
}
.popup__adress .input {
	border: 1px solid #EBE4E9;
	border-radius: 10px;
	background: transparent;
	color: var(--text);
	font-size: 18px;
	line-height: 22px;
	padding: 24px 20px 5px 20px;
}

.popup__adress label {
	font-size: 14px;
	line-height: 16px;
	opacity: .5;
	position: absolute;

	left: 20px;
	display: inline-block;
	transition: all .3s ease;
}
.popup__adress textarea {
	border: 1px solid #EBE4E9;
	border-radius: 10px;
	background: transparent;
	color: var(--text);
	font-size: 18px;
	line-height: 22px;
	max-width: 100%;
	padding: 24px 20px 5px 20px;
}




.popup__adress textarea+label {
	top: 20px;
}
.popup__adress input+label {
	top: 20px;
}



.popup__adress textarea:focus+label{
	top: 10px;
	left: 20px;
}
.popup__adress input:focus+label {
	top: 10px;
	left: 20px;
}

.popup__adress input:not(:placeholder-shown)+label {
	top: 10px;
	left: 20px;
}
.popup__adress textarea:not(:placeholder-shown)+label {
	top: 10px;
	left: 20px;
}
.popup__adress input::placeholder,  textarea::placeholder{
	color: transparent;
}


.section__title h1 {
	font-family: 'Montserrat-Medium', sans-serif;
	font-size: 52px;
	line-height: 120%;
	text-align: center;
	padding: 40px 0 50px;
}
.section {
	background: #1e1e1e;
}
.readmore {
	padding: 10px 30px;
	border-radius: 20px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background: var(--accent);
	font-family: 'Montserrat-SemiBold', sans-serif;
	margin: 0 20px 30px 20px;
	text-decoration: none;
    color: var(--bg_dark);
}
.articles__wrapper {
	display: flex;
	flex-direction: column;
	padding-bottom: 100px;
}

.section .articles {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px;
	justify-content: flex-start;
}
.section .article {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 380px;
	background: #252525;
	border-radius: 6px;
    overflow: hidden;
		align-items: flex-start;
    justify-content: flex-start;
		padding: 0;
}
.article__text a {
	    transition: all 0.2s ease-in-out;
    display: inline-block;
    border-bottom: 1px dashed var(--accent);
    color: var(--accent);
    text-decoration: none;
}
.section .article__title {
	font-size: 18px;
	line-height: 22px;
	font-family: 'Montserrat-Medium', sans-serif;
	margin-bottom: 16px;
	padding: 0 20px;
}
.section .article__text {
	font-size: 12px;
	line-height: 150%;
	padding: 0 20px;
}
.section .article__img {
    align-items: center;
    margin-bottom: 32px;
    overflow: hidden;
    display: flex;
    float: none;
    padding: 0;
    width: 100%;
}
.section .article__img img{
	max-width: 100%;
}

.section .article__text {
	margin-bottom: 24px;
	max-height: 70px;
	overflow: hidden;
}

.content__title h1 {
	font-family: 'Montserrat-Medium', sans-serif;
	font-size: 52px;
	line-height: 120%;
	text-align: left;
	padding: 40px 0 24px;
}
.content {
	background: #1e1e1e;
}
.content__date {
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 35px;
}
.content .article {
	/* display: flex;
	flex-direction: column;
	gap: 50px; */
	padding-bottom: 100px;
}
.content .article__img img{
	max-width: 100%;
}
.content .article__text {
	font-size: 20px;
	line-height: 150%;
	text-align: justify;
}
.gratitude{
	background-image: url(../img/gratitude.png);
}


.gratitude__title {
	font-family: 'Montserrat-Medium', sans-serif;
	font-size: 52px;
	line-height: 120%;
}
.gratitude__text {
	font-size: 16px;
	line-height: 150%;
}
.gratitude__content {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 350px;
	right: 80px;
	width: 489px;
	gap: 52px;
}

.btn__prev {
	padding: 20px 25px;
	border-radius: 20px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background: var(--accent);
	font-family: 'Montserrat-SemiBold', sans-serif;
	color: #1B1B1B;
	text-decoration: none;
}
.gratitude__wrapper {
	display: flex;
	justify-content: center;
}
.phone__wrap {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.icon__link svg {
	fill: #fff;
	width: 16px;
}

.icon__link:hover svg {
	fill: var(--accent);
}

.gratitude__page {
	display: flex;
	position: relative;
	min-height: 100vh;
	flex-direction: column;
	justify-content: space-between;
}

.gratitude__page .menu__icon {
	display: none;
}
.bottom__line .logo{
	width: 89px;
	opacity: .85;
}
.logo.mobile {
	display: none;
}
.swiper-slide {
	height: unset;
}

.popup__items_wrap {
	width: 100%;

}

.popup__items_wrap::-webkit-scrollbar {
	width: 6px;
	background-color: #060405;
	border-radius: 5px;
}
.popup__items_wrap::-webkit-scrollbar-thumb {
	background-color: #f6c300;
	border-radius: 5px;
}

.social {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.social__item {
	width: 24px;
	height: 24px;
	transition: all .3s ease;
	position: relative;
}

.social__item:hover {
	opacity: .75;
}

.social__item:active {
	top: 1px;
}

.social__item img {
	max-width: 100%;
	width: 100%;
}
.menu__bottom_a {
	color: var(--text);
	text-decoration: none;
	cursor: pointer;
}
.menu__bottom_li {
	position: relative;
	padding: 0 18px;
	display: flex;
	align-items: center;
}
.box__right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	gap: 10px;
}
.box__right_top {
	display: flex;
	justify-content: space-between;
}
.box__right_bottom {
	display: flex;
	justify-content: space-between;
}


.popup__delivery_item {
	align-items: center;
	display: flex;
	text-transform: uppercase;
	cursor: pointer;
	transition: all .3s ease;
	border-radius: 50px;
	border: 1px solid transparent;
}
.popup__delivery_item:hover {
	border: 1px solid #e3b506;

}
.popup__delivery_item input[type="radio"] {
	position: absolute;
	opacity: 0;
}
.popup__delivery_item input[type="radio"] ~ .popup__delivery_label:before {
	content: '';
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid var(--accent);
	display: inline-block;
	width: 24px;
	height: 24px;
	position: relative;
	margin-right: 10px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all .3s ease;
}
.popup__delivery_item input[type="radio"]:checked ~ .popup__delivery_label:before{
	background-color: var(--accent);
	box-shadow: inset 0 0 0 4px #f4f4f4;
}
.popup__delivery_item input[type="radio"]:checked ~ .popup__delivery_label:before{
	outline: none;
	border-color: var(--accent);
}
.popup__delivery {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}
.popup__delivery_label {
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 10px 20px;
}
.delivery__group {
	display: flex;
	justify-content: space-between;
}
.popup__item_price span {
	margin-right: 5px;
}
.total__group {
	display: flex;
	justify-content: flex-end;
	border-top: 1px solid #f6c300;
	padding-top: 30px;
}
.total__title {
	display: flex;
	font-size: 20px;
	align-items: center;
	margin-right: 100px;
	text-transform: uppercase;
	font-weight: bold;
}

.popup__payment {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0px;
} 

.popup__payment_label {
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 10px 20px;
}
.popup__delivery_item input[type="radio"] ~ .popup__payment_label:before {
	content: '';
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid var(--accent);
	display: inline-block;
	width: 24px;
	height: 24px;
	position: relative;
	margin-right: 10px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all .3s ease;
}
.popup__delivery_item input[type="radio"]:checked ~ .popup__payment_label:before{
	background-color: var(--accent);
	box-shadow: inset 0 0 0 4px #f4f4f4;
}
.popup__delivery_item input[type="radio"]:checked ~ .popup__payment_label:before{
	outline: none;
	border-color: var(--accent);
}
.contacts {
	background-color: #1e1e1e;
	background: url(../img/bg_top.png) no-repeat;
    background-size: cover;
    background-position: top;
		background: var(--bg_accent);
}
.contacts h1 {
	font-family: 'Montserrat-Medium', sans-serif;
	font-size: 52px;
	line-height: 120%;
	text-align: left;
	padding: 130px 0 24px;
}
.contacts_wrapper {

}
.contacts__line {
	display: flex;
	gap: 10px;
	align-items: center;
}
.contacts__line_title {
	font-size: 18px;
	color: var(--accent);
	font-weight: bold;
	text-transform: uppercase;
}
.contacts__line_text {
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;

}
.contacts__lines {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.map__wrap {
	padding: 20px 0;
}
.contacts__description {
	display: flex;
	flex-direction: column;
}
.contacts__description h2{
	padding: 10px 0;
	color: var(--accent);
}
.contacts__description h3{
	padding: 10px 0;
	font-size: 18px;
}
.contacts__description p {
	font-size: 16px;
	line-height: 18px;
}

.adress__wrap {
	padding: 30px 0;
	width: 100%;
	gap: 10px;
	display: flex;
	flex-direction: column;
}
.btn__wrap {
	display: flex;
	justify-content: flex-end;
}
.container__contacts {
	background: rgba(27, 27, 27, 0.8);
	padding: 0 20px;
}
.product__img img.hit__img {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
}
.product__img img.bestseller__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
}
.cartBill__span {
	position: absolute;
	display: flex;
	right: -3px;
	bottom: -15px;
	color: #ffd000;
}
.breadcrumbs {
	list-style-type: none;
	color: #ffffff;
	text-transform: uppercase;
	display: flex;
	position: relative;
	padding: 20px 0;
	flex-wrap: wrap;
	font-size: 20px;
}
.breadcrumbs li a {
	color: #ffffff;
	text-decoration: none;
	transition: all .3s ease;
}
.breadcrumbs li a:hover {
	color: var(--accent);
}
.breadcrumbs__separator {
	margin: 0 10px;
}

.paging__wrap {
	display: flex;
	gap: 6px;
	align-items: center;
	justify-content: center;
	padding: 40px 0 0;
}

.paging__left, .paging__right {
	text-transform: uppercase;
	text-decoration: underline;
	color: var(--tags_text);
}
.paging__left {
	margin-right: 18px;
	text-decoration: none;
}
.paging__left:hover {
	color: var(--accent);
}
.paging__right {
	margin-left: 18px;
	text-decoration: none;
}
.paging__right:hover {
	color: var(--accent);
}
.paging__a {
	width: 40px;
	height: 40px;
	border: var(--accent) 1px solid;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: var(--tags_text);
	transition: all .3s ease;
}
.paging__a:hover {
	color: #060316;
	background: var(--accent);
}

.paging__a.active {
	color: #060316;
	background: var(--accent);
}
.paging__span {
	color: var(--tags_text);
}

.blur__image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(-90deg, rgba(0,0,0,.8) 0 25%, rgba(0,0,0,.05) 75% 100%);
	z-index: 3;
}
.swiper-slide{
	position: relative;
}
.good {
	background: #1e1e1e;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.good__wrapper {
	display: flex;
	gap: 100px;
	justify-content: flex-start;
	margin: 60px 0;
	flex-wrap: wrap;
}
.good__data {
	display: flex;
	flex-direction: column;
	gap: 32px;
	justify-content: flex-start;
	position: relative;
}

.good__buy {
	padding: 10px 30px;
	border-radius: 20px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background: var(--accent);
	font-family: 'Montserrat-SemiBold', sans-serif;
	text-decoration: none;
	color: var(--bg_dark);
}
.good__flex {
	display: flex;
	gap: 32px;
	align-items: center;
}
.good__price {
	font-size: 24px;
	color: var(--accent);
	font-family: 'Montserrat-SemiBold', sans-serif;
	display: flex;
}
.good__price_title {
	color: #fff;
	margin-right: 10px;
}
.views__top {
	line-height: 1;
	display: flex;
	align-items: center;
	width: 100%;
	gap:7px;
	flex-wrap: wrap;
}
.review__stars {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 32px;
	background-repeat: repeat-x;
	background-position: 0 45%;
	background-size: 32px 32px;
	width: 160px;
	background-image: url(../img/star_inactive.svg);
}
.review__stars_fill {
	height: 32px;
	background-repeat: repeat-x;
	background-position: 0 45%;
	background-size: 32px 32px;
	background-image: url(../img/star_active.svg);
	display: block;
}
.person {

}
.review__count {
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	line-height: 21px;
	color: #717171;
	cursor: pointer;
	font-size: 14px;
	margin-right: 6px;
}
.review__add {
	cursor: pointer;
	display: flex;
	gap: 5px;
}
.review__add-dotted {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	border-bottom: 1px dashed #b9b9b9;
	font-size: 14px;
}
.product__item_modaration {
	opacity: .55;
}

.showcase__description_title {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	display: flex;
	align-items: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #F6C300;
}
.product__tabs_text {
	font-size: 20px;
}
.item__title {
	position: relative;
	z-index: 2;
	margin: 20px 0 10px;
	font-size: 24px;
}
.reviewAddButton {
	transition: all 0.2s ease-in-out;
	border-bottom: 1px dashed #888888;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 4px;
	margin-left: 24px;
	font-weight: 400;
	font-size: 14px;
	color: #888888;
	text-transform: uppercase;
	cursor: pointer;
}
.review__list {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}
.review {
	padding: 5px 0;
	border-bottom: 1px dashed #888;
	margin-bottom: 10px;
	font-size: 16px;
}

.review__header {
	font-weight: bold;
	font-size: 16px;
	padding: 15px 0;
}
.dignity {
	font-weight: bold;
	color: green;
}
.limitations {
	font-weight: bold;
	color: red;
}
.review__data {
	font-size: 14px;
	font-weight: 300;
	color: #888888;
}
.review__data .name {
	font-weight: 400;
}
.offers__content {
	display: flex;
	flex-direction: column;
	position: relative;
	display: none;
}

.offers__form_title {
	margin: 20px 0;
	font-size: 24px;
	text-transform: uppercase;
}
.offers__form_row {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.offers__form_line {
	margin-bottom: 8px;
}
.offers__form_header {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}
.offers__form_field {
	position: relative;
}
.good input[type=text].offers__input,.good textarea[type=text].offers__input {
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	text-align: left;
	resize: none;
	outline: 0;
	position: relative;
	transition: background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;
	appearance: none;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #333;
	height: 40px;
	padding: 11px 12px;
	font-size: 15px;
	border-radius: 3px;
	width: 100%;
}
.good input[type=text].offers__input_short {
	width: 280px;
}
.good .offers__input:not(textarea) {
	line-height: 1;
}
.good .offers__form_checkbox {
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	display: inline-block;
	font-size: 0;
	white-space: nowrap;
	direction: rtl;
	padding-left: 0;
}
.good input[type=checkbox], .good input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}
.checkbox__real {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.good input[type=radio]+label.checkbox__faux {
	background: #fff;
	border-radius: 3px;
	position: relative;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	background: 0 0;
	vertical-align: top;
	cursor: pointer;
	padding-right: 0;
	width: 36px;
	height: 36px;
	top: auto;
	left: auto;
	display: inline-block;
}
.good input[type=checkbox]+label,.good  input[type=radio]+label {
	cursor: pointer;
	display: block;
	line-height: 18px;
	overflow: hidden;
	padding: 2px 0 2px 26px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.good input[type=radio]+label.checkbox__faux:after {
	content: '';
	width: 36px;
	height: 36px;
	background: 0 0/36px 36px no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	background-image: url(../img/star_inactive.svg);
}
.good input[type=radio]+label.checkbox__faux:before {
	transition: opacity .2s ease;
	background: 0 0/36px 36px no-repeat;
	display: block;
	position: absolute;
	content: '';
	background-image: url(../img/star_active.svg);
	opacity: 0;
	z-index: 1;
	width: 36px;
	height: 36px;
	top: 0;
	left: 0;
}


.good textarea[type=text].offers__textartea {
	min-height: 120px;
	white-space: pre-wrap;
	resize: vertical;
}
.offers__form_row ul {
	padding: 0px 0 0 25px;
	font-size: 18px;
}

.good .checkbox__real:checked~.checkbox__faux:before {
	opacity: 1;
}

.send__review {
	padding: 10px 30px;
	border-radius: 20px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background: var(--accent);
	font-family: 'Montserrat-SemiBold', sans-serif;
	text-decoration: none;
	color: var(--bg_dark);
}
.offersClose {
	background: url(../img/exit2.png) 0 0 no-repeat transparent;
	position: absolute;
	display: block;
	height: 18px;
	width: 18px;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.tabs__text_wrap {
	padding: 50px 0;
}

.good .product {
	padding: 0 0 50px 0;
}

.link__more {
	transition: all 0.2s ease-in-out;
	display: inline-block;
	border-bottom: 1px dashed var(--accent);
	font-size: 14px;
	color: var(--accent);
	text-decoration: none;
}

.link__more:hover {
	opacity: .75;
}
img {
	max-width: 100%;
}

.redirect__page {
	display: flex;
	position: relative;
	min-height: 100vh;
	flex-direction: column;
	justify-content: space-between;
}
.redirect {
    background-image: url(../img/gratitude.png);
}
.redirect {
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	overflow: hidden;
	margin: 0 !important;
	z-index: 2;
	background-repeat: no-repeat;
	background-size: cover;
}
.redirect__wrapper {
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 30%;
	gap: 10px;
	align-items: center;
	flex-direction: column;
}
.redirect__title {
	font-family: 'Montserrat-Medium', sans-serif;
	font-size: 38px;
	line-height: 120%;
	text-transform: uppercase;
	text-align: center;
}
.load__img {
width: 38px;
}
.blur__rediredct {
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
}

.show__answer {
	font-size: 18px;
	color: var(--accent);
	text-align: center;
	padding: 100px 0;
}

.btn__success {
	padding: 20px 46px;
	border-radius: 20px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background: var(--accent);
	font-family: 'Montserrat-SemiBold', sans-serif;
	color: #1B1B1B;
	text-decoration: none;
}
.form__payment {
	text-align: center;
}

.gif-load {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .1;
	z-index: 99999999999;
	background: #333;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gif-load img {
	width: 50px;
}

.content__404 {
	display: flex;
	padding: 140px 0;
	gap: 50px;
}
.content__404 h1 {
	font-size: 7vw;
	text-transform: uppercase;
	color: var(--accent);
}
.img__404 {
    display: flex;
    align-items: center;
		justify-content: center;
    position: relative;
}
.text__404 {
	margin: 10px 0;
	text-align: justify;
	font-size: 16px;
}

.text__404 a {
	transition: all 0.2s ease-in-out;
	display: inline-block;
	border-bottom: 1px dashed var(--accent);
	font-size: 14px;
	color: var(--accent);
	text-decoration: none;
}
.text__404 a:hover {
	opacity: 0.75;
}
.content {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.content__wrapper {
	flex: 1;
}

.article__img {
	float: left;
  padding: 0px 20px 10px 0;
}

.buttons__bot {
	background: var(--bg_accent);
	flex: 1;
	display: flex;
	align-items: center;
}

.social__bots {
	display: flex;
	justify-content: center;
	gap: 20px;
	padding: 30px 5px;
	align-items: center;
	flex-wrap: wrap;
}

.social__bot:hover {
	opacity: .85;
}


.witam {
	min-height: 100vh;
	background-color: var(--bg_accent);
	display: flex;
	flex-direction: column;
}

.good__image {
	max-width: 500px;
	flex: 1;
}
.good__data {
	flex: 1;
}
.good__image:hover {
	cursor: pointer;
}

.zoom-container {
	background: #1e1e1e;
	position: absolute;
	right: 0;
	top: 0;
	width: 101%;
	height: 110%;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 7px 8px -4px rgb(0 0 0 / 20%), 0 8px 9px 2px rgb(0 0 0 / 14%), 0 5px 5px 4px rgb(0 0 0 / 12%);
	z-index: -10;
}
.good__description {
	text-align: justify;
}
.price__wrap {
	position: relative;
}
.product__price-old {
    font-size: 18px;
    text-decoration: line-through;
    position: absolute;
    top: -20px;
		color: #ffffff;
}
.good__price {
	position: relative;
}
.pr {
    text-decoration: line-through;
		color: #ffffff;
		margin-right: 10px;
}

.good__description ul {
	list-style-position: inside;
}

.header-search {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 360px;
    width: 100%;
}

.header-search__input {
    flex: 1;
    height: 30px;
    padding: 0 12px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
}

.header-search__input::placeholder {
    color: #999;
}

.header-search__btn {
    height: 30px;
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    background: #ff6b00;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: background .2s;
}

.header-search__btn:hover {
    background: #e55e00;
}
.product__info_line {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.product__info_last {
	line-height: 1;
    text-align: right;
}
.product__title_a {
    color: var(--accent);
    text-decoration: none;
    cursor: pointer;
		z-index: 1;
    position: relative;
}
.catalog__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    justify-content: flex-start;
    background: var(--bg_dark);
    padding: 20px;
}
.catalog__wrap .product__item {
width: calc(33% - 10px);
}

.catalog__title h1 {
	font-family: 'Montserrat-Medium', sans-serif;
	font-size: 52px;
	line-height: 120%;
	text-align: center;
}
.catalog {
	background: #1e1e1e;
}
.catalog__block {
	    display: flex;
    flex-direction: column;
}


.catalog__wrapper {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 30px;
	margin-top: 30px;
}

@media (max-width: 992px) {
	.catalog__wrapper {
		grid-template-columns: 1fr;
	}
}

.catalog__filters {
	background: #fff;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	height: fit-content;
	overflow-y: auto;
}

.filters__panel h3 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	font-size: 18px;
	color: #333;
}

.filter-group {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f5f5f5;
}

.filter-group:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.filter-title {
	font-weight: 600;
	margin-bottom: 10px;
	color: #333;
	font-size: 14px;
}

.filter-options {
	max-height: 200px;
	overflow-y: auto;
}

.filter-checkboxes {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.filter-checkbox {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 14px;
}

.filter-checkbox input {
	margin-right: 8px;
}

.filter-checkbox span {
	color: #555;
}

.filter-range {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.range-inputs {
	display: flex;
	align-items: center;
	gap: 10px;
}

.range-inputs input {
	width: 80px;
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-align: center;
}

.range-inputs span {
	color: #666;
}

.range-apply {
	padding: 8px 15px;
	background: #007bff;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
}

.range-apply:hover {
	background: #0056b3;
}

.active-filters {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #eee;
}

.active-filters h4 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #333;
}

.active-filter {
	display: inline-block;
	background: #e9ecef;
	color: #495057;
	padding: 5px 10px;
	margin: 0 5px 5px 0;
	border-radius: 4px;
	font-size: 12px;
	cursor: pointer;
	transition: background 0.2s;
}

.active-filter:hover {
	background: #dc3545;
	color: #fff;
}

.clear-all-filters {
	display: block;
	margin-top: 10px;
	padding: 8px 15px;
	background: #6c757d;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
}

.clear-all-filters:hover {
	background: #545b62;
}

.catalog-loading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
}

.loader {
	padding: 20px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

@media (max-width: 576px) {
	.catalog__filters {
		padding: 15px;
	}
	
	.filter-options {
		max-height: 150px;
	}
}


/* ===============================
   FIX CATALOG GRID (MOBILE SAFE)
================================ */

/* страховка от распирания */
*, *::before, *::after {
  box-sizing: border-box;
}

.catalog {
  overflow-x: hidden;
}

/* DESKTOP: 3 карточки */
.catalog__wrap .product__item {
  width: calc(33.333% - 14px);
}

/* TABLET: 2 карточки */
@media (max-width: 992px) {
  .catalog__wrap {
    gap: 16px;
    padding: 16px;
  }

  .catalog__wrap .product__item {
    width: calc(50% - 8px);
  }
}

/* MOBILE: 1 карточка */
@media (max-width: 576px) {
  .catalog__wrap {
    padding: 10px;
    gap: 12px;
  }

  .catalog__wrap .product__item {
    width: 100%;
  }

  .product__img {
    padding: 14px;
  }

  .product__content {
    padding: 14px;
  }

  .product__bottom {
    padding: 0 14px 14px;
  }
}

