@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html,
body {
  font-family: "Inter", sans-serif;
}
body.is-gray {
  background: #f5f3f1;
}
body.is-gray .header {
  background: #f5f3f1;
}
.product-details {
  margin-bottom: 40px;
}
.product-details__info {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 300;
  font-size: 16px;
}
.product-details__info span {
  color: #767676;
}
.product-details__info ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-details__info:not(:last-child) {
  margin-bottom: 24px;
}

.product-details__info ul:last-child li {
  text-align: right;
}

.product-details .row {
  margin-left: 0;
  margin-right: 0;
}
.product-details:last-child {
  margin-bottom: 0;
}
.product-details .product-details__tabs-nav li.ui-tabs-active a {
  background: #2d314b;
}
.text {
  font-size: 16px;
  font-weight: 300;
}

/* like */
.like-button {
  background: transparent;
  border: solid 2px #b02a2f;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  padding: 8px 20px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  margin: 0 15px;
}

.like-button span {
  margin: 2px 0 0 0;
}
.like-button svg {
  width: 25px;
  height: 25px;
  fill: #b02a2f;
  margin-right: 15px;
}
.like-button:hover {
  background: #b02a2f;
  color: #fff;
}
.like-button:hover svg {
  fill: #fff;
}
/* like */

/* reviews*/
.reviews__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.reviews__title {
  font-size: 34px;
}
.reviews-item {
  padding: 20px 30px;
  margin-bottom: 10px;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 10px;
}
.reviews-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.reviews-item__date {
  font-size: 13px;
  color: #555;
}
.reviews-item__title {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 2px;
}
.reviews-item__subtitle {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 8px;
  color: #555;
}
.reviews-item__content {
  font-size: 14px;
}

.main-navigation__list {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .reviews__top .btn {
    padding: 0 20px;
  }
  .reviews-item__title {
    width: 100%;
    margin-bottom: 5px;
  }
}

/* reviews*/

/* add review*/
.add-review {
  display: none;
}
.add-review__title {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
}
.add-review .input-row,
.add-review p {
  margin-bottom: 15px;
}
.add-review .btn {
  font-size: 20px;
  margin-top: 15px;
}

@media screen and (max-width: 767.98px) {
  .add-review__title {
    font-size: 28px;
  }
  .add-review.fancybox-content {
    padding: 30px 15px !important;
  }
}

.text b {
  font-weight: 500;
}
.text ul li {
  margin-bottom: 0.5em;
}
.text blockquote,
.text ol,
.text p,
.text pre,
.text table,
.text ul {
  margin-bottom: 10px;
}
.header__adress {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

body {
  transform: none;
  background: #fff;
}

.header .container:after {
  display: none;
}
.navigation-block__item ul {
  max-height: 420px;
  overflow-y: auto;
}
.header {
  background: url("/content/site/img/hdr.png") center top no-repeat;
  padding-top: 50px;
  border-bottom: solid 1px #f1f1f1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.header.is-fixed .header-top {
  visibility: hidden;
  opacity: 0;
}
.header.is-fixed {
  transform: translateY(-44px);
}
.header__phone {
  color: #000;
}
.header__contacts > *:first-child {
  margin-left: 0;
}

.footer__adress {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.header__search {
  border-radius: 8px;
}
.header__search button {
  display: flex;
  align-items: center;
  opacity: 0.3;
}
.navigation-block {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.footer {
  background: #f5f3f1;
}
.navigation-block__list {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navigation-block__link {
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
  font-size: 14px;
}

.navigation-block__link:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
  color: #404040;
}
.breadcrumbs__arrow {
  margin-top: 2px;
}

.main-navigation__link {
  font-size: 16px;
  font-weight: 400;
}
.main-navigation__link:hover {
  color: #404040;
  text-decoration: none;
}
.pageup.active {
  mix-blend-mode: multiply;
}
.footer__navigation li.active a {
  color: #404040;
}
.footer__contacts > * {
  text-decoration: none;
}
.footer__navigation li a,
.footer,
.footer a {
  color: #000;
}
.category-item__title {
  height: auto;
}
.footer.active-cart {
  padding-bottom: 45px;
}
.category-item__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.category-item__count {
  margin-top: auto;
}
.category-item {
  display: flex;
  margin-bottom: 10px;
  flex-direction: column;
  height: calc(100% - 10px);
}

.text ul li:before {
  background: #404040;
}

.navigation-block__link--active {
  color: #404040;
  background: transparent;
}

.header-top__right {
  display: flex;
  align-items: center;
  gap: 15px 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.header-profile {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-profile__logout {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.header-profile a {
  text-decoration: none;
}

.btn {
  box-shadow: none;
  color: #fff;
  border-radius: 4px;
}
.product-details__content-inner {
  position: sticky;
  top: 130px;
}
.product-details__media {
  min-width: 0;
}
.product-details__image {
  position: relative;
}
.product-details__image .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  background: url("../img/icons/arrow-left-circle.svg") center no-repeat;
  border: none;
  font-size: 0;
  width: 30px;
  cursor: pointer;
  height: 30px;
}
.product-details__image {
  overflow: visible;
}
.product-details__image:not(:last-child) {
  margin-bottom: 32px;
}
.product-details__image .slick-prev {
  right: 100%;
  margin-right: 5px;
}
.product-details__image .slick-next {
  left: 100%;
  margin-left: 5px;
  transform: translateY(-50%) rotate(180deg);
}
.product-details__image .js-slider-gallery-large .slick-slide a:before {
  background-color: rgba(42, 67, 176, 0.288);
}
.product-details__media-item {
  aspect-ratio: 1.4;
  overflow: hidden;
  background: #eee;
}
.product-details__media-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-item__sale {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #d22525;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}

@media screen and (min-width: 1024px) {
  .product-item:before {
    content: "";
    background: #fff;
    position: absolute;
    inset: -20px;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  }
  .product-item:hover:before {
    opacity: 1;
  }

  .product-item__hide {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: -20px;
    right: -20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background: #fff;
    box-shadow: 0 calc(20px - 7px) 20px 0 rgba(0, 0, 0, 0.2);
  }
  .product-item:hover .product-item__hide {
    visibility: visible;
    opacity: 1;
  }
}

.product-item__btn-buy {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #404040;
  color: #fff;
  border-radius: 4px;
  height: 50px;
  padding: 0 12px;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  margin-top: 16px;
  justify-content: center;
}
.product-item__btn-buy.complete {
  background: #d8f0e2;
  color: #000;
}
.product-item__btn-buy svg {
  width: 20px;
}
.product-item__btn-empty {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ddd;
  font-size: 14px;
  border-radius: 8px;
  height: 40px;
  padding: 0 12px;
  font-weight: 600;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  justify-content: center;
}

.pagination ul {
  background: transparent;
}
.pagination a {
  color: #000;
}
.breadcrumbs__link,
.breadcrumbs__link:hover {
  color: #767676;
}
.product-item__image img {
  height: 100%;
  width: auto;
}
.category-item__image,
.product-item__image {
  border: solid 1px #0000000f;
}
.product-item__title {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .product-item__title {
    font-size: 12px;
    line-height: 1.3;
  }
}
.category-item,
.category-item__content,
.product-item__content,
.product-item {
  background: #fff;
}

.slider {
  margin-bottom: 0;
}

.catalog-row > * {
  display: flex;
  flex-direction: column;
}
.catalog-row {
  margin-left: -16px !important;
  margin-right: -16px !important;
}
.catalog-row .product-item {
  height: calc(100% - 32px);
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.product-item__old-price {
  display: inline-block;
}
.product-item__bottom {
  margin-top: auto;
}
.product-item:hover:hover .product-item__content {
  background: #fff;
}
.product-item__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-top: 10px;
}
.news-list__date {
  margin-bottom: 2px;
}

/*add review*/

/*ordering*/

.ordering {
  padding-top: 30px;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.ordering__content,
.ordering__sidebar {
  margin: 0 15px;
}
.ordering__sidebar {
  width: calc(50% - 30px);
}
.ordering__content {
  width: calc(50% - 30px);
}
.slider-products {
  width: 100%;
  display: flex;
  align-items: center;
}
.slider-products .swiper-container {
  width: calc(100% - 70px);
  overflow: hidden;
}
.slider-products__arrow {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  display: flex;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
.slider-products__arrow.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.slider-products__arrow:hover svg {
  fill: #000;
}
.slider-products__arrow svg {
  width: 15px;
  height: 15px;
  fill: #888;
}
.slider-products__arrow.swiper-arrow-prev svg {
  transform: scale(-1, 1);
}
.slider-products__arrow.swiper-arrow-next {
  justify-content: flex-end;
}
.coupon-module__row {
  display: flex;
}
.coupon-module input {
  height: 45px !important;
}
.coupon-module .btn {
  background: #dadada;
  color: #000;
  box-shadow: none;
  font-weight: 400;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 12.5px;
  letter-spacing: 0.1em;
  border-radius: 5px;
  margin-left: -5px;
}
.coupon-module .btn:hover {
  background: #c6c6c6;
}
.cart-bottom {
  display: flex;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 40px;
}
.cart-bottom__price {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.cart-bottom__price:last-child {
  margin-bottom: 0;
}
.cart-bottom__price-description {
  font-size: 12px;
  color: #888;
}
.cart-bottom .coupon-module {
  margin-bottom: 15px;
}
.cart-bottom .coupon-module:last-child {
  margin-bottom: 0;
}
.cart-bottom .text {
  font-size: 13px;
  color: #888;
}
.cart-bottom .text strong {
  font-weight: 700;
}
.cart-bottom__col {
  padding: 0 15px;
  width: 55%;
}
.cart-bottom__col:last-child {
  width: 45%;
  text-align: right;
}
small {
  font-size: 0.8em;
}
.color-gray {
  color: #888;
}
.color-gray a {
  color: #888;
}
.color-danger {
  color: #e40303;
}
.link-uppercase {
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}
.link-uppercase span {
  border-bottom: dashed 1px;
}
.link-uppercase svg {
  width: 11px;
  height: 11px;
  margin-right: 6px;
  fill: #888;
}
.link-uppercase:hover {
  color: #000;
}
.link-uppercase:hover span {
  border-color: transparent;
}
.cart-product__count {
  margin: 0 15px;
  width: 95px;
}
.cart-product__title {
  width: 100%;
  display: block;
}
.cart-product__content {
  width: calc(100% - 50px - 95px - 90px);
}
.cart-product {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}
.cart-product__error {
  color: #e40303;
}
.cart-product_disabled .cart-product__image,
.cart-product_disabled .cart-product__title,
.cart-product_disabled .count,
.cart-product_disabled .cart-product__price {
  opacity: 0.2;
  pointer-events: none;
}
.cart-product:last-child {
  margin-bottom: 0;
  border: none;
}
.cart-product__remove {
  color: #888;
  cursor: pointer;
  white-space: nowrap;
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
}
.cart-product__remove:hover {
  color: #e40303;
}
.cart-product__remove:hover svg {
  fill: #e40303;
}
.cart-product__remove svg {
  width: 12px;
  height: 12px;
  fill: #888;
  margin-right: 3px;
}
.cart-product .count {
  display: flex;
  align-items: center;
  background: #f3f3f3;
  border-radius: 40px;
}
.cart-product .count input {
  text-align: center;
  padding: 0;
  font-weight: 700;
  width: 35px;
  height: 40px;
}
.cart-product .count .minus {
  width: 30px;
  text-align: center;
  color: #aaa;
  cursor: pointer;
}
.cart-product .count .minus:before {
  content: "-";
  font-size: 24px;
}
.cart-product .count .minus:hover {
  color: #000;
}
.cart-product .count .plus {
  width: 30px;
  text-align: center;
  color: #aaa;
  cursor: pointer;
}
.cart-product .count .plus:before {
  content: "+";
  font-size: 24px;
}
.cart-product .count .plus:hover {
  color: #000;
}
.cart-product__image {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background: #ccc;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: auto;
}
.cart-product__image img {
  width: 100%;
}
.cart-product__title {
  color: #000;
  line-height: 1.45;
  text-decoration: none;
}
.cart-product__title strong {
  font-weight: 400;
  text-decoration: underline;
}
.cart-product__title span {
  color: #555;
  margin-right: 10px;
}
.cart-product__title:hover {
  color: #777;
}
.cart-product__title:hover strong {
  text-decoration: none;
}
.cart-product__title:hover span {
  color: #777;
}
.cart-product__price {
  flex-shrink: 0;
  width: 90px;
  text-align: right;
  font-weight: 400;
  font-size: 17px;
}
.block {
  background: #fff;
  margin-bottom: 30px;
  border-radius: 4px;
}
.block:last-child {
  margin-bottom: 0;
}
.block__title {
  font-weight: 600;
  font-size: 24px;
}
.block__top {
  padding: 20px 30px;
  border-bottom: 1px solid #f4f4f4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block__top a {
  display: inline-flex;
  align-items: center;
  color: #888;
  font-size: 13px;
}
.block__top a svg {
  width: 11px;
  height: 11px;
  margin-right: 8px;
  fill: #888;
}
.block__top a:hover {
  color: #000;
}
.block__top a:hover svg {
  fill: #000;
}
.block__content {
  padding: 20px 30px;
  border-bottom: 1px solid #f4f4f4;
}
.block__bottom {
  padding: 20px 30px;
}
.product-slider__top {
  display: flex;
  align-items: center;
}
.product-slider__title {
  text-decoration: none;
  font-size: 14px;
  color: #000;
  height: 36px;
  text-overflow: ellipsis;
  text-decoration: underline;
  overflow: hidden;
}
.product-slider__title:hover {
  text-decoration: none;
}
.cart-product__count-description {
  text-align: center;
  font-size: 11px;
  margin: 5px 0 0 0;
}
.product-slider__image {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 10px;
  flex-shrink: 0;
}
.product-slider__image img {
  width: 100%;
}
.product-slider__button {
  background: #dadada;
  color: #000;
  height: 35px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border-radius: 5px;
  font-size: 13px;
  margin-top: 10px;
}
.product-slider__button svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  margin-right: 10px;
}
.block__subtitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.block__subtitle:last-child {
  margin-bottom: 0;
}
.block__description {
  margin-bottom: 30px;
}
.block__description:last-child {
  margin-bottom: 0;
}
.block .field {
  margin-bottom: 20px;
}
.block .text {
  margin-bottom: 30px;
}
.block .text:last-child {
  margin-bottom: 0;
}
textarea {
  padding-top: 10px;
}

.btn--circle,
.btn--circle:hover,
.btn:hover {
  background-color: #404040;
}

.navigation-block__item ul::before {
  display: none;
}

.field label {
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
  color: #888;
}
.field input,
.field textarea,
.field select {
  background: #fff;
  border: solid 1px #cfcfcf;
  height: 50px;
}
.field input:hover,
.field textarea:hover,
.field select:hover,
.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: #888;
}
.field.field--error input,
.field.field--error textarea,
.field.field--error select {
  border-color: red;
}
.field.field--error label {
  color: red;
}
.radio-buttons {
  display: flex;
  flex-wrap: wrap;
}
.radio-buttons > * {
  width: 50%;
  height: 140px;
  margin-left: -1px;
}
.radio-buttons label span {
  height: 100%;
}
.row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.row .col-6 {
  width: calc(50% - 30px);
  margin: 0 15px;
  padding: 0;
  flex: initial;
}
.block-radio {
  display: block;
  margin-bottom: -1px !important;
  cursor: pointer;
}
.block-radio__content {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  font-size: 13px;
  color: #000 b3;
}
.block-radio__content p {
  margin-top: 5px;
}
.block-radio__content p:last-child {
  margin-top: 0;
}
.block-radio__content svg {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  display: none;
}
.block-radio__content h4 {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
  text-decoration: underline;
  margin-bottom: auto;
}
.block-radio__image {
  width: 65px;
  flex-shrink: 0;
  margin-right: 20px;
}
.block-radio__image img {
  width: 100%;
}
.block-radio input {
  display: none;
}
.block-radio input:checked + span {
  background: #f6f6f6;
}
.block-radio input:checked + span .block-radio__content h4 {
  text-decoration: none;
}
.block-radio input:checked + span .block-radio__content svg {
  display: inline-block;
}
.block-radio > span {
  display: flex;
  background: #fcfcfc;
  border: solid 1px #c8c8c8;
  padding: 15px;
}
.color-success {
  color: #3bb300 !important;
}
.comment-module {
  margin-bottom: 40px;
}
.comment-module__link {
  text-decoration: underline;
  color: #888;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.comment-module__link svg {
  width: 8px;
  height: 5px;
  flex-shrink: 0;
  margin-top: 4px;
  margin-left: 10px;
}
.comment-module__link:hover {
  color: #000;
}
.comment-module__content {
  padding: 20px 0 0;
  display: none;
}
.comment-module:last-child {
  margin-bottom: 0;
}
.order-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
.order-footer .text {
  margin: 0;
}
.order-footer:last-child {
  margin-bottom: 0;
}

.order-footer .btn {
  height: 55px;
  font-weight: 600;
}
.text .table-no-border td {
  border: none;
  padding: 3px 0;
  color: #888;
}
.text .table-no-border td.color-black {
  color: #000;
}
.text .table-no-border td:first-child {
  padding-right: 40px;
}
.text .table-no-border__total {
  font-size: 24px;
}

@media screen and (max-width: 1209px) {
  .main-navigation__link {
    padding: 15px;
  }
  .header__logo {
    margin-left: 0;
    max-width: 200px;
  }

  .header__search {
    margin-top: 0;
  }
  .header__row {
    padding-bottom: 10px;
  }
  .ordering {
    flex-wrap: wrap;
  }
  .footer__contacts,
  .footer__adress,
  .footer__logo {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .ordering__sidebar {
    width: calc(100% - 30px);
  }
  .ordering__content {
    width: calc(100% - 30px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .header__phone {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .radio-buttons {
    flex-wrap: wrap;
  }
  .header-top__right {
    justify-content: flex-start;
  }
  .header__social,
  .mobile-menu__social {
    order: -1;
  }
  .row .col-6 {
    width: calc(100% - 0px);
    max-width: initial;
  }
  .radio-buttons > * {
    width: 100%;
    margin-left: 0;
    margin-top: -1px;
  }
  .order-footer {
    flex-wrap: wrap;
  }
  .order-footer .btn {
    width: 100%;
    margin-top: 15px;
  }
  .cart-product {
    flex-wrap: wrap;
  }
  .cart-product__content {
    width: calc(100% - 73px);
  }

  .cart-bottom {
    flex-wrap: wrap;
  }
  .cart-bottom__col {
    width: 100%;
  }
  .cart-bottom__col:last-child {
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }

  .cart-product__count {
    margin: 10px 0 0 0;
  }
  .cart-product__price {
    line-height: 40px;
    margin: 10px 0 0 0;
  }
}

@media screen and (max-width: 330px) {
  .coupon-module__row {
    flex-wrap: wrap;
    width: 100%;
  }
  .coupon-module .field {
    width: 100%;
  }
  .block__top {
    flex-wrap: wrap;
  }
  .block__top .block__title {
    width: 100%;
    margin-bottom: 5px;
  }
  .block__top .block__title:last-child {
    margin-bottom: 0;
  }

  .coupon-module .btn {
    margin: 5px 0 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .header__search {
    max-width: 200px;
  }

  .product-details .btn.buy {
    padding: 20px;
  }
  .footer__logo img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) {
  .product-details__image .slick-prev {
    margin-right: 0;
    right: initial;
    left: 0;
  }
  .product-details__image .slick-next {
    margin-left: 0;
    left: initial;
    right: 0;
  }

  .reviews-item__top {
    flex-wrap: wrap;
  }
  .header__contacts > * {
    margin-left: 0 !important;
  }
  .header__contacts:nth-child(2) {
    margin-top: -85px;
    max-width: 155px;
    justify-content: flex-end;
    float: right;
  }
  .header__search {
    margin-top: 50px;
    max-width: 100%;
  }
  .header__phone {
    position: absolute;
    top: -75px;
    right: 0;
  }
  .header__phone:nth-child(2) {
    top: -45px;
  }
}
.header__search input:hover,
.header__search input:focus {
  border-color: #000;
}
.header__search input {
  padding-right: 40px;
  padding-left: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 45px;
  border: solid 1px #c4c4c4;
  border-radius: 30px;
  font-family: "Inter";
}
.header__search input::placeholder {
  font-weight: 300;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 15;
  width: 100%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.082);
}
.ui-menu .ui-menu {
  position: absolute;
  z-index: 5;
}
.ui-helper-hidden-accessible {
  display: none;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  border-bottom: 1px solid #eee;
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 10px 16px;
  font-size: 14px;
}
.ui-menu .ui-menu-item:last-child {
  border: none;
}
.ui-menu .ui-menu-item-wrapper:hover {
  background: #eee;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/* fix card scroll */
@media (min-width: 1024px) {
  #cart_prod_table .container,
  #main_line .container,
  .slider__img {
    position: relative;
    overflow: hidden;
  }
}

/* header */
.header {
  background: #fff;
  padding-top: 20px;
}
.header__time {
  line-height: 1.2;
  font-size: 14px;
  min-width: 150px;
}

.header__phone {
  white-space: nowrap;
  font-size: 14px;
}

.header__time-title {
  font-weight: 600;
  margin-bottom: 3px;
}

.header__social ul,
.mobile-menu__social ul {
  display: flex;
  align-items: center;
  gap: 13px;
}

.header__social a,
.mobile-menu__social a {
  display: block;
  opacity: 0.2;
  transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.header__social a:hover,
.mobile-menu__social a:hover {
  opacity: 1;
}

.header__social img,
.mobile-menu__social img {
  width: 24px;
  display: block;
}

.header__right-row {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin: auto 0;
}

.header__right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.social ul {
  flex-wrap: wrap;
  gap: 10px;
}

.social li {
  margin: 0;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}

.header__contacts {
  margin: 0;
  width: 100%;
}

.header__row {
  display: flex;
  gap: 20px 40px;
}

.header > .container {
  padding-top: 0px;
  padding-bottom: 20px;
  display: block;
}

[data-sign-menu] {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  padding: 10px;
  width: 230px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 5;
}
[data-sign-menu] a {
  display: block;
  text-decoration: none;
  padding: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1209.98px) {
  .header > .container {
    padding-bottom: 0;
    align-items: flex-start;
  }
  .header__contacts {
    width: max-content;
  }
  .header__search {
    margin-left: 15px;
  }
  .header__contacts > * {
    margin-left: 15px;
  }
}

@media (min-width: 1210px) {
  .header__contacts {
    flex-wrap: nowrap;
  }

  .header__search {
    max-width: 100%;
    flex-grow: 1;
  }
}

@media (max-width: 1023.98px) {
  .header__time {
    display: none;
  }

  .header__right {
    padding-left: 0px;
  }
}

@media (max-width: 767.98px) {
  .header__right {
    padding-left: 60px;
  }

  .header__social img,
  .mobile-menu__social img {
    width: 20px;
  }
  .header__adress {
    border: none;
  }
  .main-navigation__list {
    left: -60px;
  }
  .header__row {
    flex-wrap: wrap;
  }
  .header .container:after {
    display: none;
  }
  .header__contacts {
    width: 100%;
    max-width: 100%;
    position: initial;
  }
  .page-row {
    margin: 0;
  }
  .header__phone {
    top: -92px;
    right: 60px;
  }
  .header-top {
    flex-wrap: wrap;
  }

  .header__phone:nth-child(2) {
    top: -68px;
  }
  .slider {
    margin-bottom: 30px;
  }
  .header__contacts:nth-child(2) {
    max-width: 100%;
    margin: 0px 0 10px 0;
    order: -1;
    width: 100%;
  }
  .header__logo {
    max-width: 170px;
  }
  .header__row {
    position: relative;
  }

  .header__right-col:last-child {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .header > .container {
    padding-bottom: 0;
  }
  .header__search {
    margin-top: 0px;
  }

  .header__right-row {
    gap: 0;
    width: 100%;
  }
  .header__right-col {
    width: 100%;
  }
}

/* end header*/

.table-wrap {
  overflow-x: auto;
}
.table-payment-details table{
  min-width: 900px;
}
.table-payment-details table td{
  vertical-align: middle;
}
.table {
  width: 100%;
}
.td-name {
  width: 200px;
}
.table th {
  font-size: 14px;
  padding: 12px 8px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  line-height: 1.1;
  font-weight: 700;
}
.td-nowrap {
  white-space: nowrap;
}
.table td,
.table th {
  font-size: 14px;
  padding: 12px 8px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}
.table td:first-child,
.table th:first-child {
  padding-left: 0;
}
.table td:last-child,
.table th:last-child {
  padding-right: 0;
}
.auth {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.auth__form {
  background: #fff;
  max-width: 940px;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
}
.auth__title {
  padding: 20px 0px;
  font-weight: 500;
  font-size: 32px;
}

.auth__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.back-link {
  margin: 25px 0;
  display: flex;
}
.auth .field {
  margin-bottom: 25px;
}
.auth .btn {
  height: 60px;
  width: 300px;
}

@media (max-width: 630px) {
  .auth__form {
    margin-top: 20px;
  }
  .auth .btn {
    width: 100%;
  }
  .auth__bottom {
    padding: 10px 0px 20px;
  }
  .back-link {
    margin: 15px 0;
  }
  .auth .field {
    margin-bottom: 15px;
  }
}

/**/
.main-section:not(:last-child) {
  margin-bottom: 32px;
}
.main-section__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 16px;
}
.main-section__top:not(:last-child) {
  margin-bottom: 24px;
}
.main-section__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.main-section__link:after {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTQgMTJIMjBNMjAgMTJMMTYgOE0yMCAxMkwxNiAxNiIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .main-section:not(:last-child) {
    margin-bottom: 64px;
  }
}

.factories {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .factories {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(6, 1fr);
  }
}
.factories:not(:last-child) {
  margin-bottom: 32px;
}
.factories-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.factories-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.content__date {
  margin-bottom: 16px;
  display: block;
  margin-bottom: 10px;
  font-size: 80%;
  color: #878ea1;
}
.news-list-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.news-list-page {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .news-list-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

.news-list-main .news-item:nth-child(odd) {
  background: #fbf0e9;
}
.news-list-main .news-item:nth-child(even) {
  background: #d8f0e2;
}

.news-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
  background: #f5f3f1;
  color: #000;
  padding: 32px;
}

@media (min-width: 1210px) {
  .news-item {
    padding: 32px 64px;
  }
}
.news-item__date {
  opacity: 0.4;
  font-size: 12px;
}
.news-item__title {
  font-size: 18px;
  font-weight: 600;
}
.news-item__desc {
  line-height: 1.5;
}

.sizes {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.sizes li {
  background-image: url("../img/s_length.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-left: 18px;
  font-size: 90%;
  list-style-type: none;
  width: auto;
}

.sizes li.width {
  background-image: url("../img/s_width.png");
}

.sizes li.height {
  background-image: url("../img/s_height.png");
}

.sizes li.diametr {
  background-image: url("../img/s_radius.png");
}
.chars-table {
  width: 100%;
}
.chars-table tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.chars-table td {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: left;
  color: #636363;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.product-details__row {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 64px;
}
.product-details__title {
  font-weight: 500;
  line-height: 1.2;
  font-size: 35px;
}
.product-details__title:not(:last-child) {
  margin-bottom: 24px;
}
.product-details__article {
  font-size: 14px;
  color: #404040;
}
.product-details__article:not(:last-child) {
  margin-bottom: 32px;
}
.product-details__btn:not(:last-child) {
  margin-bottom: 32px;
}
.product-details__price {
  font-weight: 500;
  font-size: 38px;
}
.product-details__price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.product-details__price-row:not(:last-child) {
  margin-bottom: 16px;
}
.product-details__social:not(:last-child) {
  margin-bottom: 32px;
}
.product-details__description,
.product-details__description-sm {
  line-height: 1.7;
  font-size: 16px;
  font-weight: 300;
}
.product-details__description-sm {
  display: none;
}
.product-details__chars-title {
  font-weight: 500;
  font-size: 22px;
}
.product-details__chars-title:not(:last-child) {
  margin-bottom: 8px;
}
.product-details__chars:not(:last-child) {
  margin-bottom: 16px;
}
.product-details .chars-table td {
  font-size: 16px;
}

.filter:not(:last-child) {
  margin-bottom: 32px;
}
.filter__row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.filter__col {
  width: calc((100% - (4 * 24px)) / 5);
  box-sizing: border-box;
}

.filter__row:not(:last-child) {
  margin-bottom: 24px;
}

.filter__clear {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 6px;
  margin-left: auto;
}

.filter__clear::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+PHBhdGggZD0iTTExIDAuN0gxM1YyMy4zSDExeiIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1LjAwMSAxMiAxMikiLz48cGF0aCBkPSJNMC43IDExSDIzLjNWMTNIMC43eiIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1LjAwMSAxMiAxMikiLz48c2NyaXB0IHhtbG5zPSIiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center;
}

.filter-select {
  position: relative;
  border-radius: 8px;
  border: 1px #e8e8e8 solid;
  font-size: 14px;
  height: 40px;
  color: #6c6c83;
  cursor: pointer;
  padding: 10px 40px 10px 14px;
}

.filter-select.is-active {
  border-color: #000;
}
.filter-select__clear {
  position: absolute;
  top: 0;
  border-radius: 50%;
  left: 0;
  cursor: pointer;
  width: 22px;
  height: 22px;
  transform: translate(-50%, -50%);
  background-color: #ccc;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+PHBhdGggZD0iTTExIDAuN0gxM1YyMy4zSDExeiIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1LjAwMSAxMiAxMikiLz48cGF0aCBkPSJNMC43IDExSDIzLjNWMTNIMC43eiIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1LjAwMSAxMiAxMikiLz48c2NyaXB0IHhtbG5zPSIiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  display: none;
}
.filter-select__label {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
.filter-select.is-active .filter-select__clear {
  display: block;
}
.filter-select.is-active .filter-select__label {
  color: #000;
  font-weight: 600;
}

.filter-select::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTIgNUw4IDExTDE0IDUiIHN0cm9rZT0iIzE1MTUyOSIvPgo8c2NyaXB0IHhtbG5zPSIiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center;
}
.filter-select__dropdown {
  position: absolute;
  padding: 24px;
  top: 100%;
  left: 0;
  width: auto;
  z-index: 3;
  background: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: none;
  margin-top: 1px;
  width: max-content;
  max-width: 90vw;
  max-height: 350px;
  overflow-y: auto;
}
.filter-select__dropdown-inner {
  display: table;
}
.filter-select__dropdown ul {
  max-width: 240px;
  font-size: 14px;
  display: table-cell;
  padding-right: 20px;
}
.filter-select__dropdown ul li {
  padding: 5px 0;
}
.filter__title {
  display: none;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
.filter-btn-sm {
  display: none;
  justify-content: center;
  text-align: center;
  align-items: center;
  height: 45px;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  border-radius: 10px;
  cursor: pointer;
  background: #e9e9e9;
}
.filter-btn-sm:not(:last-child) {
  margin-bottom: 24px;
}

.contacts__row {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 64px;
}
.contacts__media img {
  display: block;
  width: 100%;
}
.fancybox-slide--html {
  padding: 0;
}
.header-mobile {
  display: none;
  background: #fff;
  border-bottom: solid 1px #f1f1f1;
}
.header-mobile__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 70px;
  position: relative;
}

.header-mobile__logo img {
  display: block;
  width: 100%;
}
.header-mobile__logo {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 160px;
  top: 50%;
}

.mobile-menu {
  display: none;
  position: fixed;
  height: calc(100svh - 71px);
  left: 0;
  right: 0;
  top: 71px;
  bottom: 0;
  overflow-y: auto;
  z-index: 8;
  background: #fff;
  color: #000;
  box-sizing: border-box;
}
.mobile-menu__inner {
  padding: 16px;
}
.mobile-menu__phone {
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
.mobile-menu__phone:not(:last-child) {
  margin-bottom: 16px;
}
.mobile-menu__social {
  margin-top: 24px;
}
.mobile-menu__list {
  padding-top: 16px;
}
.mobile-menu__adress {
  text-decoration: none;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #000;
  display: block;
}
.mobile-menu__item {
  border-bottom: solid 1px #eee;
}
.mobile-menu__link {
  text-decoration: none;
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  padding: 16px 0;
}
.mobile-menu.open {
  display: block;
}

.mobile-menu ul > li > ul {
  display: none;
  width: 100%;
  padding-bottom: 16px;
}
.mobile-menu ul > li > ul > li > ul {
  padding-left: 16px;
}
.mobile-menu ul > li > ul > li > a {
  padding: 10px 0;
  text-decoration: none;
  display: flex;
}
.mobile-menu ul > li.has-podmenu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 6px;
}
.mobile-menu ul > li.has-podmenu .mobile-menu__link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu ul > li.has-podmenu .mobile-menu__link:after {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj4KICA8cGF0aCBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNyAxNmw2LTYtNi02Ii8+Cjwvc3ZnPg==");
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  margin-left: auto;
}
.mobile-menu ul > li.has-podmenu.is-active .mobile-menu__link:after {
  transform: rotate(90deg);
}
.mobile-menu ul > li > ul > li.has-podmenu:before {
  content: "";
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj4KICA8cGF0aCBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNyAxNmw2LTYtNi02Ii8+Cjwvc3ZnPg==");
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
}

.mobile-menu ul > li > ul > li.has-podmenu.is-active:before {
  transform: rotate(90deg);
}

.main-navigation-catalog {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 5;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  max-height: calc(100svh - 130px);
  overflow-y: auto;
}
.main-navigation-catalog__row {
  display: grid;
  gap: 24px;
  grid-template-columns: 2fr 1fr 1fr;
}
.main-navigation-catalog__col:first-child {
  column-count: 3;
}
.main-navigation-catalog a {
  color: #636363;
  text-decoration: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 0;
}
.main-navigation-catalog a:hover {
  color: #000;
}
.main-navigation-catalog ul:not(:last-child) {
  margin-bottom: 16px;
}

.main-navigation-catalog ul > li > ul {
  display: none;
  padding-left: 16px;
  padding-top: 10px;
  width: 100%;
  padding-bottom: 10px;
}
.main-navigation-catalog ul > li.has-podmenu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 6px;
}
.main-navigation-catalog ul > li.has-podmenu:before {
  content: "";
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj4KICA8cGF0aCBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNyAxNmw2LTYtNi02Ii8+Cjwvc3ZnPg==");
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
}

.main-navigation-catalog ul > li.has-podmenu.is-active:before {
  transform: rotate(90deg);
}

.main-navigation-catalog h2,
.main-navigation-catalog .h2 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 16px;
  text-decoration: none;
  display: block;
  color: #000;
}

@media screen and (max-width: 1400px) {
  .main-navigation {
    max-width: 350px;
  }
}
@media screen and (max-width: 1365.98px) {
  .filter__col {
    width: calc((100% - (3 * 24px)) / 4);
  }
  .product-details__title {
    font-size: 30px;
  }
  .product-details__row {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 40px;
  }
}

@media (max-width: 1209.98px) {
  .header {
    display: none;
  }
  .header-mobile {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
  }
}

@media (min-width: 1210px) {
  .mobile-menu {
    display: none !important;
  }
}

@media screen and (max-width: 1023.98px) {
  .filter__col {
    width: calc((100% - (2 * 24px)) / 3);
  }
  .product-details__image:not(:last-child) {
    margin-bottom: 0;
  }
  .product-item__hide {
    visibility: visible;
    padding-top: 10px;
    opacity: 1;
  }
  .product-details__row {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .product-details__content {
    padding-left: 0;
  }
  .product-details__description {
    display: none;
  }
  .product-details__description-sm {
    display: block;
  }
}

@media (min-width: 768px) {
  .filter {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .contacts__row {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .product-details__info {
    font-size: 14px;
  }
  .filter__title {
    display: block;
  }
  .filter {
    overflow-y: auto;
    height: 100svh;
  }
  .filter-select__dropdown {
    max-width: 100%;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
  }
  .filter-select__dropdown-inner {
    display: flex;
    flex-direction: column;
  }
  .filter-btn-sm {
    display: flex;
  }
  .filter {
    display: none;
  }
  .filter__col {
    width: 100%;
  }
  .breadcrumbs {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    width: initial;
  }

  .product-details__title {
    font-size: 24px;
  }

  .product-details__price {
    font-size: 20px;
  }
  .product-details__price span {
    font-size: 24px;
  }
}
@media (max-width: 379.98px) {
  .header-mobile__logo {
    left: 45%;
    max-width: 140px;
  }
  .header__logo {
    max-width: 160px;
  }

  .header__phone {
    top: -85px;
    right: 45px;
  }

  .header__social ul,
  .mobile-menu__social ul {
    gap: 8px;
  }
}
