@charset "UTF-8";
@font-face {
  font-family: "Wmd-regular";
  src: url("../fonts/WixMadeforDisplay-Regular.woff2"), url("../fonts/WixMadeforDisplay-Regular.woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Wmd-bold";
  src: url("../fonts/WixMadeforDisplay-Bold.woff2"), url("../fonts/WixMadeforDisplay-Bold.woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

h1,
h2 {
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  font-family: "Wmd-bold", "Sans-Serif";
  background: linear-gradient(181deg, #202020 60.52%, #868686 118.84%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  /* обязательно */
}

h2 {
  font-size: 48px;
}

.d_16 {
  font-size: 16px;
  line-height: auto;
  font-family: "Wmd-regular", "Sans-Serif";
}

.d_14 {
  font-size: 14px;
  line-height: auto;
  font-family: "Wmd-regular", "Sans-Serif";
}

.h4_18 {
  font-size: 18px;
  line-height: auto;
  font-family: "Wmd-regular", "Sans-Serif";
  font-weight: 400;
  text-transform: uppercase;
}

.h5_14 {
  font-size: 14px;
  line-height: auto;
  font-family: "Wmd-bold", "Sans-Serif";
  font-weight: 700;
  text-transform: uppercase;
}

.h3_32 {
  font-size: 32px;
  line-height: 120%;
  font-family: "Wmd-bold", "Sans-Serif";
  font-weight: 700;
}

html,
body {
  height: 100%;
  font-size: 16px;
  line-height: 22px;
  font-family: "Wmd-regular", "Sans-Serif";
}

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

.main {
  flex: 1 1 auto;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1312px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.home__block {
  padding: 60px 0;
  background-image: url(../images/home/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.home__content {
  margin-top: auto;
  max-width: 604px;
}

.home__text {
  margin-top: 24px;
}

.button
,.footer__btn{
  font-size: 16px;
  font-family: "Wmd-bold", "Sans-Serif";
  border-radius: 8px;
  padding: 16px 32px;
  color: #fff;
  background-color: #202020;
  display: inline-block;
  margin-top: 40px;
}



.about__title {
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
}

.about__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 24px;
  margin-top: 60px;
}

.about__text {
  margin-top: 24px;
}

.about__icon {
  max-width: 20px;
  max-height: 20px;
}
.about__icon img {
  max-width: 100%;
}

.bestsellers h4 {
  text-transform: uppercase;
}

.product__card {
  position: relative;
}

.product__card-info {
  display: flex;
  justify-content: space-between;
  padding: 14px 18px;
  position: absolute;
  align-items: center;
  width: 100%;
}

.hit {
  padding: 6px 10px;
  border-radius: 8px;
  background: #636363;
  font-family: "Wmd-bold", "Sans-Serif";
  color: #fff;
  font-size: 12px;
}

.skidka {
  font-family: "Wmd-bold", "Sans-Serif";
}

.product__card {
	padding-bottom: 30px;
}

.product__card-img {
  width: 100%;
  height: 340px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 40px 50px;
  background-color: #fff;
}

.product__card-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.product__card-content {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  min-height: 140px;
	
}
.product__card-content .d_14 {
  text-transform: uppercase;
}

.price__and__btns {
  margin-top: auto;
}

.section {
  margin-top: 120px;
}

.card__price {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.old__price {
  text-decoration: line-through;
  color: #868686;
}

.new__price {
  font-family: "Wmd-bold", "Sans-Serif";
}

.card__btns {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.card__btn-cart {
  padding: 10px 24px;
  background: #202020;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  font-family: "Wmd-bold", "Sans-Serif";
}

.card__wb img {
  max-width: 100%;
  height: 100%;
}

.card__ozon img {
  max-width: 100%;
  height: 100%;
}

.catalog__inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-top: 32px;
}

.catalog__item {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  height: 340px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.catalog__item p {
  text-transform: uppercase;
  font-weight: 700;
  max-width: 110px;
  position: absolute;
  top: 24px;
  left: 24px;
  font-size: 14px;
	z-index: 1;
}
.catalog__item img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.catalog__item:nth-child(1) {
  grid-column: span 3;
}

.catalog__item:nth-child(2) {
  grid-column: span 3;
}

.catalog__item:nth-child(3),
.catalog__item:nth-child(4),
.catalog__item:nth-child(5) {
  grid-column: span 2;
}

.features {
  padding: 77px 0;
  background-image: url(../images/home/features/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.features__obvert {
  max-width: 760px;
}

.features__inner {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.features__content {
  margin-top: 24px;
}

.features__desc {
  margin-top: 8px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  /* тень */
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 14px;
  /* размер стрелки */
  font-weight: 700;
  color: #000;
  /* цвет стрелки */
  z-index: 200;
}

.bestsellers__slider {
  position: relative;
  margin-top: 32px;
}

.swiper-button-prev {
  left: -15px;
}

.swiper-button-next {
  right: -15px;
}

.bestsellers__slider {
  overflow: visible;
}

.bestsellers__inner {
  overflow: visible;
}

.reviews__slider {
  position: relative;
  margin-top: 32px;
}
.reviews__slider .swiper-slide {
  overflow: hidden;
  border-radius: 8px;
}
.reviews__slider .swiper-slide img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reels__slider {
  margin-top: 70px;
  position: relative;
}
.reels__slider img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reels h2 {
  text-align: center;
  max-width: 866px;
  margin: 0 auto;
}

.blog-slider {
  position: relative;
  margin-top: 32px;
}

.blog .h5_14 {
  text-transform: uppercase;
  margin-bottom: 8px;
}

.blog__item {
  max-width: 322px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
  border-radius: 8px;
}

.blog__item-img {
  border-radius: 8px;
  overflow: hidden;
  height: 322px;
}
.blog__item-img img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog__content {
  padding: 16px;
}

.blog-slider .swiper {
  padding-left: 8px;
  padding-right: 8px;
}

.accordion-single {
  border-bottom: 1px solid #efefef;
  margin-top: 10px;
}

.accordion-single-title {
  border-top: 1px solid #E1E1E1;
  padding: 20px 0;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Wmd-bold", "Sans-Serif";
}

.accordion-single-title--one {
  border-top: none;
}

.accordion-single-title::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #202020;
  border-right: solid 2px #202020;
  transform: translateY(-50%) rotate(135deg);
}

.accordion-single-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.accordion-single-content p {
  padding-bottom: 20px;
  font-size: 14px;
}

.accordion-single-item.is-open .accordion-single-content {
  max-height: 500px;
}

.accordion-single-item.is-open .accordion-single-title::after {
  transform: translateY(-50%) rotate(315deg);
}

.faq {
  background-image: url(../images/home/faq/bg.png);
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.faq__inner {
  max-width: 650px;
  margin-left: auto;
}

.footer {
  margin-top: 40px;
  padding-top: 58px;
  padding-bottom: 20px;
}

.footer__inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 20px;
}

.footer__item .h5_14 {
  color: #5B5B5B;
  margin-bottom: 32px;
}
.footer__item .d_14 {
  display: block;
  text-transform: uppercase;
  color: #707070;
  margin-top: 16px;
}

.footer__item .d_14:hover {
	color: #000;
	}

.footer__logo-item {
  grid-area: 1/1/2/3;
}

.footer__btn{
	transition: all .3s;
}

.footer__btn:hover{
	background-color: #505050;
}


.footer__logo-item img {
  display: block;
}
.footer__logo-item .button {
  display: inline-block;
}

.footer__contacts {
  display: flex;
  gap: 10px;
}

.oferta__inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 74px;
  padding-bottom: 39px;
  border-bottom: 1px solid #eeeeee;
}

.oferta .d_14 {
  display: block;
  color: #202020;
  margin-top: 8px;
  text-transform: lowercase;
}

.footer__bottom {
  color: #EEEEEE;
  font-weight: 700;
  font-size: 100px;
  font-style: normal;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
}

.popup {
  max-width: 652px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
  z-index: 200;
}

.popup__close {
  text-align: right;
  cursor: pointer;
}

.popup__content {
  max-width: 355px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
}
.popup__content h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 32px;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  /* тёмная подложка */
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  z-index: 999;
  /* чтобы было поверх всего */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* Когда нужно показать popup — добавляешь класс active */
.popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.promokod {
  -webkit-text-decoration: dashed;
          text-decoration: dashed;
}

.card__btn-cart,
.button {
  transition: all 0.3s;
}
.card__btn-cart:hover,
.button:hover {
  background-color: #4b4b4b;
}

.header {
  position: fixed;
  top: 16px;
  left: 0;
  width: 100%;
  z-index: 50;
  background: transparent;
  /* или любой цвет, если надо */
}

.header__obvert {
  background-color: #fff;
  padding: 16px 24px;
  top: 16px;
  border-radius: 8px;
  max-width: 100%;
  width: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
}

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

.header__contact {
  display: flex;
  gap: 40px;
}
.header__contact a {
  color: #202020;
}

.header__contacts {
  display: flex;
  gap: 10px;
}

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

.header__nav {
  display: flex;
  gap: 48px;
}
.header__nav a {
  color: #202020;
}

.header__logo img {
  max-width: 100%;
}

.page-header {
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.page-header--catalog {
  background-image: url(../images/catalog/bg.png);
}

.page-header--about {
  background-image: url(../images/about/bg.png);
}

.product-links {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* плавный скролл на iOS */
  padding: 10px 0;
}

.product-links__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  /* расстояние между ссылками */
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-links__item a {
  display: inline-block;
  padding: 10px 16px;
  white-space: nowrap;
  /* чтобы текст не переносился */
  background: transparent;
  border-radius: 8px;
  border: 1px solid #DADADA;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: all 0.3s;
}
.product-links__item a:hover {
  background-color: #202020;
  color: #fff;
}

.products__list {
  margin-top: 40px;
}

.category__section {
  margin-top: 80px;
}

.swiper-button-disabled {
  display: none;
}

.category__section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.view__category {
  color: #202020;
  padding-bottom: 5px;
  border-bottom: 1px solid #202020;
}
.view__category img {
  margin-left: 10px;
}

.category__section--grey {
  background-color: #F5F5F5;
  padding: 60px 0;
}

.skidka__section {
  background-image: url(../images/catalog/skidka-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
}
.skidka__section p {
  margin-top: 48px;
  font-size: 24px;
}

.skidka__content {
  max-width: 519px;
}

.product {
  margin-top: 150px;
}
.product .product__inner {
  display: flex;
  gap: 100px;
}
.product .product__content {
  max-width: 762px;
  width: 100%;
}
.product .product__card {
  max-width: 451px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  max-height: 570px;
  overflow: hidden;
}
.product .product__card img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.product .product__title {
  font-size: 32px;
  margin-bottom: 8px;
}
.product .artikul {
  color: #636363;
  margin-bottom: 8px;
}
.product .prices {
  font-size: 20px;
  margin-bottom: 32px;
}
.product .prices .old {
  color: #636363;
  text-decoration: line-through;
  margin-right: 10px;
}
.product .prices .new {
  font-weight: 600;
}

.product__slider .swiper-button-next {
  right: 10px;
}
.product__slider .swiper-button-prev {
  left: 10px;
}

.product__reviews {
  background-color: #F5F5F5;
  padding: 60px 0;
}

.rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.ocenka__inner {
  display: flex;
  gap: 40px;
}

.ocenka {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.ocenka .h3_32 {
  background: var(--gradient, linear-gradient(180deg, #202020 0%, #7F7F7F 127.59%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product__review-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  min-height: 390px;
  max-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.kav {
  font-family: "Wmd-bold", "Sans-Serif";
  font-size: 48px;
  margin: 20px 0;
}

.product__review-descr {
  margin-bottom: 24px;
}

.product__review-imgs {
  display: flex;
  gap: 5px;
  margin-bottom: 24px;
}

.product__review-img {
  max-width: 98px;
  height: 130px;
  overflow: hidden;
  border-radius: 8px;
}
.product__review-img img {
  max-width: 100%;
}

.mission__title-inner {
  display: flex;
  justify-content: space-between;
}

.mission__descr {
  max-width: 486px;
  position: relative;
}
.mission__descr::before {
  position: absolute;
  content: "";
  width: 48px;
  height: 1px;
  background-color: #000;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
}

.mission__item .content {
  display: none;
}

.mission__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 40px;
}

.mission__one {
  background-image: url(../images/about/mission1.png);
  background-repeat: no-repeat;
  padding: 50px 45px;
}

.products__dlya {
  display: flex;
}
.products__dlya p {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
}
.products__dlya span {
  background-color: #fff;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  padding: 5px;
  border-radius: 4px;
}

.content--item {
  padding: 108px 144px;
  background-color: #FDFDFD;
}
.content--item h4 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}

.mission__end {
  background-image: url(../images/about/mission2.png);
  background-repeat: no-repeat;
}

.about__descr-block {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  line-height: 148%;
}

.about__descr {
  position: relative;
  font-family: "Wmd-bold";
}
.about__descr strong {
  text-transform: uppercase;
  color: #002AFF;
}
.about__descr::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 167px;
  background-image: url(../images/about/about.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: 96px;
  top: -74px;
  z-index: -1;
}

.about__descr-bottom {
  max-width: 647px;
  margin: 0 auto;
  margin-top: 30px;
}
.about__descr-bottom img {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}

.formule__item {
  display: flex;
  background-color: #eee;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.formule__item-content {
  padding: 170px 140px;
  max-width: 720px;
}
.formule__item-content h4 {
  font-size: 24px;
  line-height: 148%;
  text-transform: uppercase;
  margin-bottom: 20px;
  max-width: 424px;
}

.formule__item-img {
  width: 548px;
  border-radius: 8px;
  overflow: hidden;
}
.formule__item-img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.formule__one {
  background-color: #FFF9F6;
}

.formule__two {
  background-color: #FEFFF9;
}

.formule__three {
  background-color: #F8FDFE;
}

.awards__item {
  position: relative;
  max-height: 506px;
  border-radius: 8px;
  overflow: hidden;
}
.awards__item img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.awards__content {
  position: absolute;
  bottom: 50px;
  max-width: 345px;
  left: 32px;
  color: #fff;
}

.avards__title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.awards__title {
  margin-bottom: 32px;
}

.awards__slider {
  position: relative;
}

.brand {
  padding: 100px 0;
  color: #fff;
  background-color: #202020;
}
.brand .container {
  max-width: 633px;
  margin: 0 auto;
  text-align: center;
}
.brand img {
  max-width: 100%;
  text-align: center;
  margin-bottom: 32px;
}
.brand h2 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 32px;
}

.brand__btn {
  background-color: #fff;
  color: #202020;
}
.brand__btn:hover {
  background-color: #eee;
}/*# sourceMappingURL=main.css.map */



.container__wooc {
    padding-top: 100px;
    
}
    

.product-attributes li {
	margin-bottom: 10px;
}
    

.product-attributes {
    list-style: none;
    padding: 0;
    margin: 0;
	padding-bottom: 20px;
}

.product-attributes .attr-row {
    display: flex;
    align-items: baseline;
    font-size: 14px;
    margin-bottom: 6px;
}

.product-attributes .attr-name {
    white-space: nowrap;
}

.product-attributes .attr-dots {
    flex: 1;
    border-bottom: 1px dotted #bbb;
    margin: 0 8px 3px;
}

.product-attributes .attr-value {
    white-space: nowrap;
}

.about__item {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
	padding: 15px;
	border-radius: 8px;
}
.about__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}




.catalog__item img {
  transition: transform 0.3s ease;
}

.catalog__item:hover img {
  transform: scale(1.08);
}


.card__btns .button {
	margin-top: 0;
	padding: 13px 32px;
}

.added_to_cart::before {
  content: "✓ ";
  color: #2e7d32;
}


.added_to_cart {
  position: absolute;
  left: 0;
  bottom: 10px;

  font-size: 16px;
  color: #666;
  text-decoration: underline;

  animation: cartFadeUp 0.25s ease forwards;
}

@keyframes cartFadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.card__wb,
.card__ozon {
  display: inline-flex;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.card__wb:hover,
.card__ozon:hover {
  transform: scale(1.06);
  opacity: 0.85;
}


.header__menu {
  padding: 24px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
  border-radius: 8px;
	height: 0;
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
	
}

.header__menu.is-active {
  opacity: 1;
  visibility: visible;
	height: auto;
  transform: translateY(0);
}

.header__menu-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 32px;
}

.header__menu-item .d_14 {
  display: block;
  color: #202020;
  transition: all 0.3s;
  margin-top: 12px;
}
.header__menu-item .d_14:hover {
  color: #ccc;
}
.header__menu-item .nav__title {
  text-transform: uppercase;
  font-weight: 700;
}/*# sourceMappingURL=main.css.map */



