@import url(https://fonts.googleapis.com/css?family=Montserrat:,regular,500,700&display=swap);

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #0e0e0c;
  line-height: 1;
  font-family: "Montserrat";
  font-size: 1.25rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Montserrat";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.wrapper>main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper>* {
  min-width: 0;
}

[class*=__container] {
  max-width: 78.125rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.navigation {
  padding-top: 8.125rem;
  border-bottom: 1px solid #000;
  padding-bottom: 1.875rem;
}

.navigation:not(:last-child) {
  margin-bottom: 45px;
}
.navigation__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 23px;
  font-weight: 500;
  justify-content: center;
  width: 100%;
}

.navigation__btn::after {
  content: "";
  background: url("../img/arrow.svg") 0 0/contain no-repeat;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.navigation__btn._spoller-active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  row-gap: 2.1875rem;
}

.navigation__link {
  font-weight: 500;
  display: inline-block;
  position: relative;
  -webkit-transition: color .3s;
  transition: color .3s;
}

@supports (font-size: clamp( 1.25rem , 1.0416666667rem  +  1.0416666667vw , 1.875rem )) {
  .navigation__link {
    font-size: clamp( 1.25rem , 1.0416666667rem  +  1.0416666667vw , 1.875rem );
  }
}

@supports not (font-size: clamp( 1.25rem , 1.0416666667rem  +  1.0416666667vw , 1.875rem )) {
  .navigation__link {
    font-size: calc(1.25rem + 0.625*(100vw - 20rem)/60);
  }
}

.navigation__link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: rgba(0,0,0,0);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.navigation__link.active {
  color: #9c9696;
}

.navigation__link.active::after {
  background-color: #9c9696;
}

.pagination-catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
}

.pagination-catalog__current-link {
  font-weight: 700;
}

.woocommerce-pagination ul li a:not(.prev),
.woocommerce-pagination ul li span,
.woocommerce-pagination ul li a:not(.next) {
  height: 50px;
  align-items: center;
  width: 50px;
  justify-content: center;
}


.breadcrumbs {
  white-space: nowrap;
  margin-top: 1.875rem;
  margin-bottom: 3.125rem;
}

.breadcrumbs_first {
  padding-top: 7.125rem;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.breadcrumbs__link {
  font-weight: 500;
}

.breadcrumbs__current {
  color: #9c9696;
  text-decoration: underline;
}

.quantity {
  width: 150px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  border: 1px solid rgba(156,150,150,.9);
}

.quantity_cart {
  display: block;
}

.input-text.qty {
  width: 50px;
  text-align: center;
}

.quantity__button,
.btn-quantity {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  height: 3.125rem;
  position: relative;
  cursor: pointer;
}



.quantity__button::before,
.quantity__button::after,
.btn-quantity::before,
.btn-quantity::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: rgba(156,150,150,.9);
  width: 9px;
  height: 1px;
}


.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.quantity__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.quantity__input input {
  height: 100%;
  color: #0e0e0c;
  font-size: 14px;
  width: 100%;
  text-align: center;
}

.text {
  line-height: 1.3;
}

.text h3 {
  font-weight: 700;
}

.text h3:not(:last-child) {
  margin-bottom: 15px;
}

.text p:not(:last-child) {
  margin-bottom: 30px;
}

.text ul:not(:last-child) {
  margin-bottom: 30px;
}

.text ul li {
  list-style: inside;
}

.text ul li:not(:last-child) {
  margin-bottom: 15px;
}

.text a {
  display: block;
}

.text a:not(:last-child) {
  margin-bottom: 10px;
}

.header {
  background-color: #0e0e0c;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index:10000;
}

.header__container {
  min-height: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
}

.header__logo {
  z-index: 10;
}

.header__logo img {
  width: 10rem;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}

.header__cart {
  z-index: 10;
  position: relative;
}
.header__cart span {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -7px;
  right: -13px;
  position: absolute;
  background-color: #003670;
  color: #fff;
}



.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__link {
  color: #fff;
  font-size: 1.5625rem;
  display: inline-block;
  position: relative;
}

.menu__link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0rem;
  height: 0.0625rem;
  background-color: #fff;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.icon-menu {
  display: none;
}

.footer {
  background-color: #0e0e0c;
  color: #fff;
  padding-top: 3.125rem;
  padding-bottom: 3.75rem;
}

.footer__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.footer__column {
  text-align: center;
}

.footer__logo {
  display: inline-block;
}

.footer__logo img {
  width: 10rem;
}

.footer__logo:not(:last-child) {
  margin-bottom: 25px;
}

.footer__text {
  line-height: 135%;
}

.footer__text_small {
  margin: 0px auto;
  max-width: 230px;
}

.footer__title {
  font-weight: 500;
}

.footer__title:not(:last-child) {
  margin-bottom: 25px;
}

@supports (font-size: clamp( 1.875rem , 1.7708333333rem  +  0.5208333333vw , 2.1875rem )) {
  .footer__title {
    font-size: clamp( 1.875rem , 1.7708333333rem  +  0.5208333333vw , 2.1875rem );
  }
}

@supports not (font-size: clamp( 1.875rem , 1.7708333333rem  +  0.5208333333vw , 2.1875rem )) {
  .footer__title {
    font-size: calc(1.875rem + 0.3125*(100vw - 20rem)/60);
  }
}
.reset_variations {
  display: none;
}
.footer__item:not(:last-child),
.footer__list li:not(:last-child) {
  margin-bottom: 15px;
}

.footer__link {
  position: relative;
  display: inline-block;
}

.footer__link::after {
  content: "";
  width: 0rem;
  left: 0;
  position: absolute;
  height: 0.0625rem;
  bottom: -2px;
  background-color: #fff;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.promotion {
  padding-top: 8.125rem;
}

.promotion__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.promotion__content {
  text-align: center;
}

.promotion__title {
  font-weight: 600;
}

.promotion__title:not(:last-child) {
  margin-bottom: 10px;
}

@supports (font-size: clamp( 3.125rem , 0.625rem  +  12.5vw , 10.625rem )) {
  .promotion__title {
    font-size: clamp( 3.125rem , 0.625rem  +  12.5vw , 10.625rem );
  }
}

@supports not (font-size: clamp( 3.125rem , 0.625rem  +  12.5vw , 10.625rem )) {
  .promotion__title {
    font-size: calc(3.125rem + 7.5*(100vw - 20rem)/60);
  }
}

.promotion__text {
  position: relative;
  max-width: 31.75rem;
  margin: 0px auto;
}

.promotion__text p {
  font-weight: 600;
}

@supports (font-size: clamp( 2.5rem , 1.6041666667rem  +  4.4791666667vw , 5.1875rem )) {
  .promotion__text p {
    font-size: clamp( 2.5rem , 1.6041666667rem  +  4.4791666667vw , 5.1875rem );
  }
}

@supports not (font-size: clamp( 2.5rem , 1.6041666667rem  +  4.4791666667vw , 5.1875rem )) {
  .promotion__text p {
    font-size: calc(2.5rem + 2.6875*(100vw - 20rem)/60);
  }
}

.promotion__text span {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  font-weight: 600;
  max-width: 8.125rem;
}

@supports (font-size: clamp( 1.25rem , 1.0833333333rem  +  0.8333333333vw , 1.75rem )) {
  .promotion__text span {
    font-size: clamp( 1.25rem , 1.0833333333rem  +  0.8333333333vw , 1.75rem );
  }
}

@supports not (font-size: clamp( 1.25rem , 1.0833333333rem  +  0.8333333333vw , 1.75rem )) {
  .promotion__text span {
    font-size: calc(1.25rem + 0.5*(100vw - 20rem)/60);
  }
}

.categories {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.categories__container {
  text-align: center;
}

.categories__title {
  font-weight: 500;
  text-transform: uppercase;
}

.categories__title:not(:last-child) {
  margin-bottom: 30px;
}

@supports (font-size: clamp( 2.1875rem , 1.4583333333rem  +  3.6458333333vw , 4.375rem )) {
  .categories__title {
    font-size: clamp( 2.1875rem , 1.4583333333rem  +  3.6458333333vw , 4.375rem );
  }
}

@supports not (font-size: clamp( 2.1875rem , 1.4583333333rem  +  3.6458333333vw , 4.375rem )) {
  .categories__title {
    font-size: calc(2.1875rem + 2.1875*(100vw - 20rem)/60);
  }
}

.categories__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  row-gap: 2.5rem;
}

/* Общие стили для формы чекаута */
.checkout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
  background-color: #f7f7f7;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.checkout .form-row {
  margin-bottom: 20px;
}

.checkout h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
}

/* Стили для полей ввода */
.checkout input[type="text"],
.checkout input[type="email"],
.checkout input[type="tel"],
.checkout input[type="password"],
.checkout select,
.checkout textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  transition: border-color 0.3s ease;
}

/* Стили при фокусе на полях ввода */
.checkout input[type="text"]:focus,
.checkout input[type="email"]:focus,
.checkout input[type="tel"]:focus,
.checkout input[type="password"]:focus,
.checkout select:focus,
.checkout textarea:focus {
  border-color: #0056b3;
  outline: none;
}

.error-404 {
  padding-top: 120px;
}

/* Стили для кнопки отправки */
.checkout button[type="submit"] {
  margin-top: 20px;
  width: 100%;
  padding: 15px;
  font-size: 18px;
  background-color: #2e2e2e;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.checkout button[type="submit"]:hover {
  background-color: #000;
}

/* Стили для контейнера с адресом доставки */
.checkout .address-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Стили для заголовков полей */
.checkout label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  color: #333;
}

/* Стили для чекбоксов */
.checkout .input-checkbox {
  margin-top: 10px;
}

/* Для кнопок типа радио и чекбоксов */
.checkout input[type="radio"],
.checkout input[type="checkbox"] {
  margin-right: 10px;
}
.select2-container .select2-selection--single {
  height: 41px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}

/* Стили для секции с оплатой */
.checkout .payment {
  background-color: #f4f4f4;
  padding: 20px;
  margin-top: 30px;
  border-radius: 8px;
}

.checkout .payment-method {
  margin-bottom: 15px;
}

.checkout .payment-method label {
  font-size: 16px;
}
.woocommerce-error-block .woocommerce-error li {
  padding: 10px;border-left: 4px solid #790000;margin-bottom: 10px;
}

/* Стили для уведомлений ошибок и успеха */
.checkout .woocommerce-error,
.checkout .woocommerce-message {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.checkout .woocommerce-error {
  background-color: #f8d7da;
  color: #721c24;
}

.checkout .woocommerce-message {
  background-color: #d4edda;
  color: #155724;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 767px) {
  .checkout {
      padding: 20px;
  }

  .checkout .address-fields {
      flex-direction: column;
  }

  .checkout input[type="text"],
  .checkout input[type="email"],
  .checkout input[type="tel"],
  .checkout input[type="password"],
  .checkout select,
  .checkout textarea {
      font-size: 14px;
  }

  .checkout button[type="submit"] {
      font-size: 16px;
  }
}
.woocommerce-billing-fields h3 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 25px;
}

#order_review_heading {
  margin-bottom: 15px;
}

.woocommerce-shipping-fields {
  margin-bottom: 15px;
}

.item-categories {
  position: relative;
  min-height: 36.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  overflow: hidden;
  border-radius: 1.875rem;
}

.item-categories::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(14,14,12,.2);
}

.item-categories__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: -2;
  border-radius: 1.875rem;
}

.item-categories__content {
  text-align: center;
}

.item-categories__title {
  color: #fff;
  font-weight: 700;
}

@supports (font-size: clamp( 1.5625rem , 1.3541666667rem  +  1.0416666667vw , 2.1875rem )) {
  .item-categories__title {
    font-size: clamp( 1.5625rem , 1.3541666667rem  +  1.0416666667vw , 2.1875rem );
  }
}

@supports not (font-size: clamp( 1.5625rem , 1.3541666667rem  +  1.0416666667vw , 2.1875rem )) {
  .item-categories__title {
    font-size: calc(1.5625rem + 0.625*(100vw - 20rem)/60);
  }
}

.item-categories__title:not(:last-child) {
  margin-bottom: 20px;
}

.item-categories__link {
  border-radius: 58px;
  display: inline-block;
  font-weight: 500;
  padding: 0.625rem 3.125rem;
  background-color: #fff;
  color: #0e0e0c;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

@supports (font-size: clamp( 1.25rem , 1.1458333333rem  +  0.5208333333vw , 1.5625rem )) {
  .item-categories__link {
    font-size: clamp( 1.25rem , 1.1458333333rem  +  0.5208333333vw , 1.5625rem );
  }
}

@supports not (font-size: clamp( 1.25rem , 1.1458333333rem  +  0.5208333333vw , 1.5625rem )) {
  .item-categories__link {
    font-size: calc(1.25rem + 0.3125*(100vw - 20rem)/60);
  }
}

.catalog {
  padding-bottom: 6.25rem;
}

.catalog__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20.625rem 1fr;
  grid-template-columns: 20.625rem 1fr;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.catalog__products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 2.1875rem;
     -moz-column-gap: 2.1875rem;
          column-gap: 2.1875rem;
  row-gap: 3.4375rem;
}

.catalog__products:not(:last-child) {
  margin-bottom: 45px;
}

.top-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-catalog:not(:last-child) {
  margin-bottom: 60px;
}

.top-catalog__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 5px;
}

.top-catalog__link {
  display: block;
  padding: 0.5rem 2.125rem;
  border-radius: 58px;
  background-color: #0e0e0c;
  font-size: 0.75rem;
  color: #eee;
}

.top-catalog__link.active {
  background: #eee;
  color: #0e0e0c;
}

.filter-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.9375rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.filter-catalog__active-link {
  font-weight: 700;
}

@supports (font-size: clamp( 1.5625rem , 1.4583333333rem  +  0.5208333333vw , 1.875rem )) {
  .filter-catalog__active-link {
    font-size: clamp( 1.5625rem , 1.4583333333rem  +  0.5208333333vw , 1.875rem );
  }
}

@supports not (font-size: clamp( 1.5625rem , 1.4583333333rem  +  0.5208333333vw , 1.875rem )) {
  .filter-catalog__active-link {
    font-size: calc(1.5625rem + 0.3125*(100vw - 20rem)/60);
  }
}

.filter-catalog__link {
  font-weight: 500;
  position: relative;
  display: inline-block;
}

.filter-catalog__link::after {
  content: "";
  position: absolute;
  width: 0rem;
  height: 0.0625rem;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #0e0e0c;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.item-products-catalog {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.item-products-catalog__image-ibg {
  border-radius: 30px;
  display: block;
  padding-bottom: 128.75%;
  overflow: hidden;
}

.item-products-catalog__image-ibg:not(:last-child) {
  margin-bottom: 14px;
}

.item-products-catalog__image-ibg img {
  border-radius: 30px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.item-products-catalog__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;

  text-align: center;
}
.item-products-catalog__price {
  flex: 1 1 auto;
}
.wc-empty-cart-message:not(:last-child) {
  margin-bottom: 25px;
}

.item-products-catalog__body .add_to_cart_button,
.actions-product__row .add_to_cart_button,
.single_add_to_cart_button {
  padding: 0.625rem 2.5rem;
  font-size: 1rem;
  color: #fff;
  display: inline-block;
  background-color: #0e0e0c;
  border-radius: 65px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.item-products-catalog__body .add_to_cart_button:not(:last-child) {
  margin-bottom: 15px;
}

.item-products-catalog__link {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}

.item-products-catalog__link::after {
  content: "";
  position: absolute;
  width: 0rem;
  height: 0.0625rem;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #0e0e0c;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.item-products-catalog__price {
  display: block;
  font-size: 1rem;
}

.item-products-catalog__price:not(:last-child) {
  margin-bottom: 20px;
}

.item-products-catalog__cart-link,
.shipping-calculator-button,
.checkout-button {
  padding: 0.625rem 2.5rem;
  font-size: 1rem;
  color: #fff;
  background-color: #0e0e0c;
  border-radius: 65px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.shipping-calculator-form .form-row:not(:last-child) {
  margin-bottom: 15px;
}

.checkout-button {
  margin-top: 20px;
  display: inline-block;
  font-size: 1.3rem;
}

.shipping-calculator-button {
  display: inline-block;
  margin-bottom: 15px;
}

.product_block:not(:last-child) {
  margin-bottom: 100px;
}

.single_add_to_cart_button {
  margin-left: 15px;
}
/* Стили для таблицы вариаций */
.variations {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  text-align: left;
  margin-bottom: 15px;
}

.variations th {
  text-align: left;
  font-weight: bold;
  padding-right: 10px;
  font-size: 20px;
}

.variations td {
  padding: 10px;
  vertical-align: middle;
}

.variations select {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
}

.variations .value {
  display: flex;
  flex-direction: column;
}

.variations .reset_variations {
  display: none;
  margin-top: 5px;
  color: #0073aa;
  text-decoration: none;
  font-size: 14px;
}
.shop_table {
  text-align: left;
}

.shop_table tr th {
  padding: 15px 15px 15px 0;
}
.variations .reset_variations:hover {
  color: #005177;
}

.variations select:focus {
  border-color: #0073aa;
  outline: none;
}

.variations .label {
  color: #333;
}

/* Стили для опций выбора (при наведении) */
.variations option {
  font-size: 16px;
  padding: 5px;
}

/* Дополнительные стили для активных/выбранных опций */
.variations select option:checked {
  background-color: #f1f1f1;
}

.woocommerce-pagination {
  display: flex;
  justify-content: center; /* Центрируем пагинацию */
  align-items: center;
  gap: 10px; /* Расстояние между элементами */
  margin-top: 20px;
  font-family: Arial, sans-serif; /* Базовый шрифт */
}

.woocommerce-pagination .page-numbers {
  display: inline-flex;
  padding: 10px 15px; /* Отступы */
  text-decoration: none; /* Убираем подчеркивание */
  color: #555; /* Цвет текста */
  background-color: #fff; /* Цвет фона */
  transition: all 0.3s ease; /* Анимация наведения */
}
.woocommerce-pagination .page-numbers span{
  border-radius: 50%;
}

.woocommerce-pagination .page-numbers.current {
  color: #fff; /* Белый текст для текущей страницы */
  background-color: #0e0e0c; /* Активный фон */
  border-color: #0071a1; /* Активная граница */
  pointer-events: none; /* Делаем кнопку некликабельной */
}

.woocommerce-pagination .next.page-numbers {
  font-size: 18px; /* Увеличиваем стрелку */
  padding: 8px 15px; /* Отступы для стрелки */
}





.main-product {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}



.images-product {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}

.images-product__slider {
  margin-bottom: 0;
}

.images-product__slide-ibg {
  padding-bottom: 76.525198939%;
  border-radius: 30px;
}

.images-product__slide-ibg img {
  border-radius: 30px;
}

.images-product__thumbs {
  overflow: hidden;
}

.thumbs-images__slide-ibg {
  padding-bottom: 23.4437086093%;
  opacity: .5;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  cursor: pointer;
}

.thumbs-images__slide-ibg.swiper-slide-thumb-active {
  opacity: 1;
}

.thumbs-images__slide-ibg img {
  border-radius: 30px;
}

.header-product__title {
  font-weight: 700;
  font-size: 1.875rem;
}

.header-product__title:not(:last-child) {
  margin-bottom: 25px;
}

.header-product__price-block:not(:last-child) {
  margin-bottom: 35px;
}

.header-product__price {
  display: block;
  font-weight: 500;
  font-size: 1.875rem;
}

.header-product__price:not(:last-child) {
  margin-bottom: 15px;
}

.header-product__price-small {
  display: block;
  color: #b4b0b0;
  font-size: 1.125rem;
}

.header-product__price-small:not(:last-child) {
  margin-bottom: 15px;
}

.table-product:not(:last-child) {
  margin-bottom: 30px;
}

.table-product__row {
  line-height: 1.3;
}

.table-product__row:not(:last-child) {
  margin-bottom: 15px;
}

.table-product__label {
  font-weight: 700;
}

.actions-product__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.actions-product__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0e0e0c;
  color: #fff;
  padding: 0.625rem 2.5rem;
  border-radius: 123px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.actions-product__cart img {
  width: 3.125rem;
}

.product-description {
  padding-bottom: 6.25rem;
}

.product-description__title {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
}

.product-description__title:not(:last-child) {
  margin-bottom: 25px;
}

.cart {
  padding-bottom: 6.25rem;
}

.cart__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 2.5rem;
}

.cart__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart__link-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  font-weight: 500;
  font-size: 1.875rem;
}

.cart__link-back img {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.cart__info {
  -ms-grid-column-align: end;
      justify-self: end;
}

.cart__title {
  font-weight: 700;
  font-size: 1.875rem;
}

.cart__title:not(:last-child) {
  margin-bottom: 25px;
}

.cart__link {
  font-size: 1.5625rem;
  padding: 1.125rem 2.8125rem;
  border: 1px solid #0e0e0c;
  border-radius: 123px;
  display: block;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.cart-form__row-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
}

.cart-form__remove {
  grid-area: remove;
  text-align: center;
}

.cart-form__quantity-row {
  grid-area: quantity;
}

.cart-form__price {
  white-space: nowrap;
  text-align: center;
}

.cart-form__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.cart-form__table thead {
  text-align: center;
}

.cart-form__table thead tr th {
  padding: 1.5625rem 1.25rem;
  font-weight: 500;
  font-size: 1.875rem;
  position: relative;
}

.cart-form__table thead tr th::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.0625rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: #0e0e0c;
}

.cart-form__table tbody tr td {
  padding: 0.9375rem;
}

.cart-form__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.3125rem;
          flex: 0 0 6.3125rem;
}

.cart-form__image img {
  max-width: 100%;
  border-radius: 30px;
  width: 101px;
  height: 101px;
}

.cart-form__info a {
  display: block;
  font-weight: 700;
  font-size: 1.5625rem;
}

.cart-form__info a:not(:last-child) {
  margin-bottom: 15px;
}

.cart-form__info p:not(:last-child) {
  margin-bottom: 10px;
}

.cart-form__quantity {
  margin: 0px auto;
}

.table-result tbody tr td,
.table-result tbody tr th{
  padding: 15px 10px;
  text-align: left;
}
.woocommerce-shipping-calculator {
  margin: 20px 0 0;
}



.table-result__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
}

.contacts {
  padding-bottom: 6.25rem;
}

.contacts__block:not(:last-child) {
  margin-bottom: 70px;
}

.contacts__title {
  font-weight: 500;
}
.body-product__actions input{
  border-radius: 15px;
  font-size: 22px;
  width: 70px !important;
  padding: 10px 15px;
  border: 1px solid rgba(156,150,150,.9);
}
@supports (font-size: clamp( 2.1875rem , 2.0416666667rem  +  0.7291666667vw , 2.625rem )) {
  .contacts__title {
    font-size: clamp( 2.1875rem , 2.0416666667rem  +  0.7291666667vw , 2.625rem );
  }
}

@supports not (font-size: clamp( 2.1875rem , 2.0416666667rem  +  0.7291666667vw , 2.625rem )) {
  .contacts__title {
    font-size: calc(2.1875rem + 0.4375*(100vw - 20rem)/60);
  }
}

.contacts__title:not(:last-child) {
  margin-bottom: 25px;
}

.contacts__sub-title {
  font-weight: 700;
}

@supports (font-size: clamp( 1.875rem , 1.625rem  +  1.25vw , 2.625rem )) {
  .contacts__sub-title {
    font-size: clamp( 1.875rem , 1.625rem  +  1.25vw , 2.625rem );
  }
}

@supports not (font-size: clamp( 1.875rem , 1.625rem  +  1.25vw , 2.625rem )) {
  .contacts__sub-title {
    font-size: calc(1.875rem + 0.75*(100vw - 20rem)/60);
  }
}

.contacts__sub-title:not(:last-child) {
  margin-bottom: 20px;
}

.contacts__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 55rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
}

.contacts__blocks:not(:last-child) {
  margin-bottom: 25px;
}

.contacts__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  font-weight: 700;
}

.column-contacts__title {
  font-weight: 700;
}

.column-contacts__title:not(:last-child) {
  margin-bottom: 15px;
}

.column-contacts__item:not(:last-child) {
  margin-bottom: 10px;
}

.column-contacts__link {
  font-weight: 700;
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}
.woocommerce-checkout-review-order-table,
.woocommerce-table--order-details {
  width: 100%;
}
.woocommerce-order-details {
  margin-top: 25px;
}
@media (min-width: 29.99875em) {
  .top-catalog {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 61.99875em) {
  .footer__column_1 {
    padding-top: 0.3125rem;
  }

  .main-product__images {
    padding: 0px 1.875rem 0px 0px;
  }

  .main-product {
    -ms-grid-columns: 49.0625% 1fr;
    grid-template-columns: 49.0625% 1fr;
  }
}

@media (max-width: 25em) {
  .promotion__text span {
    right: -12px;
    top: -11px;
  }
}

@media (max-width: 61.99875em) {
  .woocommerce-breadcrumb {
    overflow-x:auto ;
    padding-bottom: 15px;
    padding-right: 15px;
    margin-right: -15px;
  }
  .breadcrumbs__list {
    overflow-x: auto;
    padding-bottom: 15px;
    padding-right: 15px;
    margin-right: -15px;
  }

  .breadcrumbs__link {
    white-space: nowrap;
  }

  .breadcrumbs__current {
    white-space: nowrap;
  }

  .footer__container {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2.1875rem;
  }

  .promotion__text span {
    max-width: 7.125rem;
    right: -5px;
  }

  .item-categories {
    min-height: 25rem;
  }

  .catalog__products {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .main-product {
    row-gap: 1.875rem;
  }

  .cart-form__row-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .cart-form__table tbody tr td {
    padding-bottom: 1.5625rem;
  }
}

@media (max-width: 47.99875em) {
  .footer__list .menu__link {
    font-size: 20px;
  }
  .breadcrumbs {
    margin-bottom: 2.125rem;
  }

  .header__cart img {
    width: 3.125rem;
  }

  .menu::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.25rem;
    background-color: #0e0e0c;
  }

  .menu__body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 7.5rem 0.9375rem 1.875rem;
    overflow: auto;
    background-color: #0e0e0c;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }

  .menu-open .menu__body {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5625rem;
  }

  .menu__link {
    font-size: 2.1875rem;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    cursor: pointer;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #fff;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .footer__container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .promotion__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 2.1875rem;
  }

  .promotion__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .promotion__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 25.75rem;
  }

  .catalog {
    padding-bottom: 3.75rem;
  }

  .catalog__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 1.875rem;
  }

  .top-catalog:not(:last-child) {
    margin-bottom: 35px;
  }

  .filter-catalog {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-x: auto;
    padding-bottom: 0.9375rem;
    padding-right: 10px;
    margin-right: -15px;
  }

  .filter-catalog__active-link {
    white-space: nowrap;
  }

  .filter-catalog__link {
    white-space: nowrap;
  }

  .actions-product__cart {
    font-size: 1rem;
  }

  .actions-product__cart img {
    width: 2.1875rem;
  }

  .product-description {
    padding-bottom: 3.75rem;
  }

  .cart {
    padding-bottom: 3.75rem;
  }

  .cart__container {
    row-gap: 1.5625rem;
  }

  .cart__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 2.1875rem;
  }

  .cart__link-back {
    font-size: 1.25rem;
  }

  .cart-form__row-image {
    grid-area: name;
  }

  .cart-form__price {
    grid-area: price;
  }

  .cart-form__price_2 {
    grid-area: price-2;
  }

  .cart-form__table thead {
    display: none;
  }

  .cart-form__table tbody tr td {
    padding-bottom: 0.9375rem;
  }

  .cart-form__table tbody tr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
        grid-template-areas: "name name price" "quantity price-2 remove";
    border-bottom: 1px solid #0e0e0c;
  }

  .contacts {
    padding-bottom: 3.75rem;
  }

  .contacts__blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5625rem;
  }

  .cart-form__remove {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }

  .cart-form__quantity-row {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

@media (max-width: 47.99875em){
  .shop_table th {
    display: none;
  }
  .shipping-calculator-button {
    padding: 0.625rem 1.5rem;
    font-size: 0.8rem;
  }
  .cart__link-back {
    font-size: 1.05rem;
}
  .cart__left {
    margin-bottom: 25px;
  }
  .cart-form__row-image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .cart-form__price {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .cart-form__price_2 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}

@media (max-width: 37.5em) {
  .item-categories {
    min-height: 21.875rem;
  }
}
@media (min-width: 29.99875em) {
  .navigation__btn {
    display: none;
  }
}
@media (max-width: 29.99875em) {
  .woocommerce-pagination ul li a:not(.prev),
.woocommerce-pagination ul li span,
.woocommerce-pagination ul li a:not(.next) {
  height: 35px;
  width: 35px;

}
.woocommerce-pagination .page-numbers {
  column-gap: 10px;
}
.woocommerce-pagination .page-numbers.dots {
    width: 20px;
    padding: 0;
  }
  .input-text.qty {
    width: 35px;
  }
  .quantity__button, .btn-quantity {
    display: none;
  }
  .navigation {
    padding-top: 6.875rem;
  }

  .navigation:not(:last-child) {
    margin-bottom: 30px;
  }

  .navigation:not(:last-child) {
    margin-bottom: 30px;
  }

  .navigation__list {
    row-gap: 1.25rem;
    padding-top: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
     align-items: center;       
  }


  .breadcrumbs_first {
    padding-top: 5rem;
    margin-bottom: 2.625rem;
  }

  .header__container {
    min-height: 4.375rem;
  }

  .header__logo img {
    width: 8rem;
  }

  .menu::after {
    height: 4.375rem;
  }

  .footer__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer__title:not(:last-child) {
    margin-bottom: 20px;
  }

  .promotion__text span {
    right: -23px;
    top: -50px;
    max-width: 5.75rem;
  }

  .categories__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
  }

  .item-categories {
    min-height: 18.75rem;
  }

  .catalog__body {
    row-gap: 0.9375rem;
  }

  .catalog__products {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .top-catalog__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    row-gap: 0.625rem;
    text-align: center;
  }

  .top-catalog__link {
    padding: 0.9375rem 1.5625rem;
    font-size: 1rem;
  }

  .item-products-catalog__image-ibg {
    padding-bottom: 85%;
  }

  .product_block:not(:last-child) {
    margin-bottom: 70px;
  }

  .thumbs-images__slide-ibg img {
    border-radius: 15px;
  }

  .actions-product__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5625rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .actions-product__cart {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.125rem;
    padding: 0.9375rem 2.1875rem;
  }

  .cart__info {
    text-align: center;
  }

  .cart-form__price {
    font-size: 1.125rem;
  }

  .cart-form__quantity {
    width: 55px;
    justify-content: center;
}

  .cart-form__quantity .quantity__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.875rem;
            flex: 0 0 1.875rem;
  }

  .table-result {
    text-align: center;
    margin: 0px auto;
  }

  .table-result__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.625rem;
  }

}

@media (any-hover: hover) {
  .navigation__link:hover {
    color: #9c9696;
  }

  .menu__link:hover::after {
    width: 100%;
  }

  .footer__link:hover::after {
    width: 100%;
  }

  .item-categories__link:hover {
    background-color: #d8d7d7;
  }

  .filter-catalog__link:hover::after {
    width: 100%;
  }

  .item-products-catalog__image-ibg:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .item-products-catalog__link:hover::after {
    width: 100%;
  }

  .item-products-catalog__cart-link:hover,
  .item-products-catalog__body .add_to_cart_button:hover {
    background-color: rgba(14,14,12,.8);
  }

  .actions-product__cart:hover {
    background-color: #303030;
  }

  .cart__link-back:hover img {
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
  }

  .cart__link:hover {
    color: #fff;
    background-color: #0e0e0c;
  }
}