/* start header */
@media (max-width: 991px) {
  .header__container {
    padding: 45px 0 0 0;
  }
}

.header__menu {
  background: #f1f1f1;
}

.header__container {
  background: #dd5757;
}

.header__box_top {
  border: 1px solid #ffc89f4d;
}

.header-menu__container {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-menu__item {
  display: inline-block;
  margin: 0 30px 0 0;
}

.flex {
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
}

.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-menu__item:last-child {
  margin: 0;
}

.header_text_info {
  gap: 24px;
  padding: 14px 0;
}

.header-text-info__text {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #fce6d7;
}

.header-menu__link:hover,
.header-menu__link:active,
.header-menu__link:focus {
}

.header__content {
  height: 72px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.header-content__block_1 {
  -webkit-box-flex: 0;
  flex: 0 0 200px;
}

.header-content__block_2 {
  -webkit-box-flex: 0;
  flex: 0 0 calc(100% - 200px - 170px);
}

.header-content__block_3 {
  -webkit-box-flex: 0;
  flex: 0 0 170px;
}

.header__contacts {
  display: flex;
  flex-direction: column;
}

.header__telephone {
  font-size: 18px;
  font-weight: 600;
}

.header__telephone:hover,
.header__telephone:active,
.header__telephone:focus {
}

.header__recall {
  color: #a62d38;
  text-decoration: underline;
}

.header__recall:hover,
.header__recall:active,
.header__recall:focus {
  text-decoration: underline;
}

.header__status {
  display: flex;
  justify-content: flex-end;
}

.status__link {
  margin: 0 30px 0 0;
  display: flex;
  align-items: center;
}

.status__link:last-child {
  margin: 0;
}

.status__count {
  position: absolute;
  top: -15px;
  right: -11px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.status__count_mobile {
  margin: 0 0 0 20px;
  top: 2px;
  display: inline-block;
  position: relative;
  background: #dd5757;
  color: #fff;
  border-radius: 50px;
  font-size: 11px;
}

.status__count_mobile_menu {
}

.status__count_mobile_cart {
  right: -9px;
}

.status__image {
  display: block;
  position: relative;
  height: 20px;
  width: 20px;
  cursor: pointer;
  transition: 0.2s;
}

.status__image_wishlist {
  background: url("/catalog/view/theme/default/image/header/wishlist.svg")
    no-repeat center center transparent;
}

.status__image_cart {
  background: url("/catalog/view/theme/default/image/header/cart.svg") no-repeat
    center center transparent;
}

.header-search__button {
  background: url("/catalog/view/theme/default/image/header/search.svg")
    no-repeat center center transparent;
}

.status__image_user {
  background: url("/catalog/view/theme/default/image/header/user.svg") no-repeat
    center center transparent;
}

.status__image:hover {
  filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(1000%)
    hue-rotate(320deg);
}

.status__price {
  font-size: 12px;
  font-weight: 700;
}

.status-price__text {
  padding: 0 0 0 15px;
}

.header-statusmobile__content {
  width: 100px;
  display: flex;
  justify-content: space-between;
}

.header-statusmobile__link {
  margin: 0 30px 0 0;
}

.header-statusmobile__link:last-child {
  margin: 0;
}

.header__catalog {
  background: #080808;
}

.header-catalog__container {
  display: flex;
  justify-content: center;
  position: relative;
  height: 50px;
  gap: 35px;
}

.header-catalog__link {
  display: flex;
  height: 100%;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 4%;
  text-transform: uppercase;
}

.header-catalog__item:hover .header-catalog__link {
  color: #a62d38;
}

.header-catalog__sub {
  left: 0;
  right: 0;
  position: absolute;
  top: 100%;
}

.header-catalog-sub__container {
  padding: 20px;
  min-width: 200px;
  max-width: 940px;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 100000 !important;
  /*reset jquery ui*/
  transition-property: opacity, visibility;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0.3s;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.header-catalog__item:hover .header-catalog-sub__container {
  opacity: 1;
  visibility: visible;
}

.header-catalog-sub__content:last-child {
  padding: 0;
}

.header-catalog-sub__item {
  margin: 0 0 10px 0;
}

.header-catalog-sub__item:last-child {
  margin: 0;
}

.header-catalog-sub__link {
}

.header__search {
  display: none;
  background: #a62d38;
  padding: 10px 0;
}

@media (max-width: 992px) {
  .header__search {
    display: block !important;
    background: #fff;
  }
}

.header-search__container {
  position: relative;
  display: flex;
}

.header-search__input {
  flex: 0 0 calc(90% - 40px);
  height: 40px;
  border: 1px solid #d3d3d3;
  border-radius: 0 !important;
  /*reset jquery ui*/
}

.header-search__input:hover,
.header-search__input:focus,
.header-search__input:active {
  border-color: #d3d3d3;
}

.header-search__button_2 {
  height: 40px;
  width: 40px;
}

.header__mobile {
  background: #dd5757;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.header-mobile__container {
  height: 45px;
  padding: 5px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-mobile__item_1 {
  flex: 0 0 20%;
  display: flex;
  justify-content: flex-start;
}

.header-mobile__item_2 {
  flex: 0 0 60%;
  max-width: 160px;
  display: flex;
  justify-content: center;
}

.header-mobile__item_3 {
  flex: 0 0 20%;
  display: flex;
  justify-content: flex-end;
}

.header-mobile__button {
  margin: 0;
  height: 25px;
  width: 25px;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.header-mobile__button_cart,
.header-mobile__button_search {
  margin-left: 15px;
}
.header-mobile__button_menu {
  background: url("/catalog/view/theme/default/image/header/menu_mobile.svg")
    no-repeat center center transparent;
}

.header-mobile__button_search {
  background: url("/catalog/view/theme/default/image/header/search.svg")
    no-repeat center center transparent;
}

.header-mobile__button_cart {
  background: url("/catalog/view/theme/default/image/header/cart.svg") no-repeat
    center center transparent;
}

.header__menumobile {
  max-height: 480px;
  overflow-y: scroll;
}

.header-menumobile__item {
  padding: 10px 0;
}

.header-menumobile__heading {
  position: relative;
  padding: 0 25px 0 0;
}

.header-menumobile__heading:after {
  transform: rotate(90deg);
}

.header-menumobile__heading:before,
.header-menumobile__heading:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 10px;
  height: 10px;
}

.header-menumobile__heading:before {
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color: #fff;
  transform: rotate(45deg);
}
.header-menumobile__heading_active.header-menumobile__heading:hover:before {
  transform: rotate(225deg);
}

.header-menumobile__heading_active:after {
  visibility: hidden;
}

.header-menumobile__active:after {
  visibility: hidden;
}

.header-menumobile__link {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}

/* .header-menumobile__link:hover,
.header-menumobile__link:active,
.header-menumobile__link:focus {
  color: #a62d38;
} */

/* end header */
/* start footer */
.footer__container {
  margin-top: 54px;
  padding: 40px 0 0;
  background: #dd5757;
  color: #fff;
}

.footer__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.footer__item {
  margin: 0 0 30px;
  flex: 1 1 calc((100% - 80px) / 5);
}

.footer__subscribe-heading-text {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 4%;
}

.footer__subscribe-heading-mini {
  text-transform: uppercase;
  display: block;
  margin: 16px 0;
}

.footer__heading {
  margin: 0 0 25px 0;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 10%;
  text-transform: uppercase;
}

.footer-menu__item {
  margin: 0 0 10px;
}

.footer-menu__item:last-child {
  margin: 0;
}

.footer-menu__link {
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #fce6d7;
}

.footer__subscribe {
  position: relative;
  margin: 0 0 30px;
}

.footer__subscribe .error,
.footer__subscribe .success_str {
  position: absolute;
  left: 0;
}

.footer__subscribe .error {
  color: #fff;
}

.footer__subscribe .success_str {
  color: #fff;
}

.subscribe__content {
  position: relative;
}

.subscribe__input {
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  height: auto;
  margin-bottom: 5px;
}

.subscribe__input::placeholder {
  color: #fff !important;
}

.subscribe__input:hover,
.subscribe__input:focus,
.subscribe__input:active {
  border-color: #fff;
}

.subscribe__button {
  background: #a62d38;
  cursor: pointer;
  margin-top: 15px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 16px;
  text-align: center;
  transition: 0.3s ease;
}

.subscribe__button:hover {
  background: #c4414b;
}

.footer__social {
  display: flex;
  flex-wrap: wrap;
}

.footer-social__item {
  margin: 0 5px 0 0;
  background: no-repeat center center #fce6d7;
  background-size: 17px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s ease;
}

.footer-box__text {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fce6d7;
  margin: 30px 0 10px;
}

.footer-box__phone a {
  font-size: 22px;
  text-transform: uppercase;
  color: #fee2cf;
}

.footer-box__email a {
  color: #fee2cf;
  font-size: 16px;
}

.footer-box__email {
  margin-top: 15px;
}

.footer-box__phone {
  margin-bottom: 15px;
}

.footer-box__block:not(:first-child) {
  margin-top: 85px;
}

.footer-social__item:hover {
  background-color: #fff;
}

.footer-social__item_1 {
  background-image: url("../image/footer/instagram.svg");
}

.footer-social__item_2 {
  background-image: url("../image/footer/telegram.svg");
}

.footer-social__item_3 {
  background-image: url("../image/footer/viber.svg");
}

.footer__powered {
  padding: 10px 0 0;
  border-top: 1px solid #fce6d74d;
}

.footer-powered__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-powered__item {
  margin: 0 0 10px;
}

.footer__payment {
  display: flex;
  flex-wrap: wrap;
}

.footer-payment__item {
  margin: 0 3px 0 0;
  height: 35px;
  width: 57px;
  background: no-repeat center center;
}

.footer-payment__item_1 {
  background-image: url("../image/footer/payment_1.png");
}

.footer-payment__item_2 {
  background-image: url("../image/footer/payment_2.png");
}

.footer-payment__item_3 {
  background-image: url("../image/footer/payment_3.png");
}

/* end footer */
/* start home */
#content.home {
  padding: 0;
}

.home__slideshow {
  margin: 0 auto;
  width: 100%;
  background: #dd5757;
  padding-bottom: 200px;
}

.home__banner {
  margin: 0 0 50px 0;
}

.home__brands {
  margin: 0 0 50px 0;
}

.home__product {
  margin: 0 0 50px;
}

.home__news {
  margin: 0 0 50px;
}

.home__module {
  margin: 0 0 50px;
}

.home__gallery {
  margin: 0 0 50px 0;
}

.home__product.home__module_featured {
  margin: -150px 0 50px;
}

@media (max-width: 991px) {
  .home__module {
    margin: 0 0 40px;
  }
}

@media (max-width: 450px) {
  .home__module {
    margin: 0 0 30px;
  }
}

.slideshow__container {
  position: relative;
}

@media (max-width: 1199px) {
  .slideshow__nav_prev {
    left: 40px;
  }

  .slideshow__nav_next {
    right: 40px;
  }
}

@media (min-width: 768px) {
  .home-banner__content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .home-banner__item:nth-child(1) {
    grid-row: span 2 / span 2;
  }

  .home-banner__item:nth-child(5) {
    grid-column-start: 2;
  }

  .home-banner__item:nth-child(6) {
    grid-column: span 2 / span 2;
    grid-column-start: 3;
  }
}

@media (min-width: 451px) and (max-width: 767px) {
  .home-banner__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 0px;
  }

  .home-banner__item:nth-child(1) {
    grid-row: span 2 / span 2;
  }

  .home-banner__item:nth-child(3) {
    grid-column-start: 2;
  }

  .home-banner__item:nth-child(4) {
    grid-row-start: 3;
  }

  .home-banner__item:nth-child(5) {
    grid-row-start: 3;
  }

  .home-banner__item:nth-child(6) {
    grid-column: span 2 / span 2;
    grid-row-start: 4;
  }
}

@media (max-width: 450px) {
  .home-banner__content {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

.adv__content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.adv_heading {
  font-family: Baskerville;
  font-size: 36px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
}

.adv__item {
  padding: 120px 0 0;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  flex: 1 1 calc((100% - 40px) / 5);
}

@media (max-width: 1199px) {
  .adv__item {
    flex: 1 1 calc((100% - 20px) / 3);
  }
}

@media (max-width: 767px) {
  .adv__item {
    flex: 1 1 calc((100% - 10px) / 2);
  }
}

@media (max-width: 450px) {
  .adv__item {
    flex: 1 1 calc((100% - 0px) / 1);
  }
}

.adv__item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 112px;
  height: 112px;
  margin: auto;
}

.adv__item_1:before {
  background: url("/catalog/view/theme/default/image/advantage/adv_1.svg")
    no-repeat center center;
}

.adv__item_2:before {
  background: url("/catalog/view/theme/default/image/advantage/adv_2.svg")
    no-repeat center center;
}

.adv__item_3:before {
  background: url("/catalog/view/theme/default/image/advantage/adv_3.svg")
    no-repeat center center;
}

.adv__item_4:before {
  background: url("/catalog/view/theme/default/image/advantage/adv_4.svg")
    no-repeat center center;
}

.adv__item_5:before {
  background: url("/catalog/view/theme/default/image/advantage/adv_5.svg")
    no-repeat center center;
}

.adv__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  min-height: 50px;
  margin-bottom: 10px;
  padding: 0 5px;
}

.adv__descr {
  font-size: 15px;
  line-height: 150%;
  text-align: center;
  color: #999999;
}

/* end home */
/* start category */
.category-menu__buttons {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px 0;
}

.category-menu__button {
  width: 48%;
}

.category-menu__container {
  margin-bottom: 30px;
  border: 1px solid #d3d3d3;
}

.category__banner_container {
  flex-flow: column;
  gap: 8px;
  margin-top: 30px;
}

.category__banner_items {
  gap: 8px;
  position: relative;
  z-index: 1;
}

.category__banner_item {
  flex: 1 1 calc((100% - 16px) / 3);
}

.category__sub {
  margin-bottom: 50px;
}

.category-menu-image__item {
  flex: 1 1 calc((100% - 8px) / 2);
  position: relative;
  max-width: calc((100% - 8px) / 2);
}

.category__menu-image_container {
  display: flex;
  flex-flow: wrap;
  gap: 8px;
}

.category__banner_container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  background: #fff;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.category-menu-image__img {
}

.collection_is.category__menu-image {
  margin-top: -50px;
}

.container_catalog_collection.collection_is {
  padding-bottom: 50px;
}

.category-menu-image__title {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 38px;
  text-align: center;
  font-family: Baskerville;
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

.collection_is .breadcrumb__container {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.category-menu-image__item:hover .category-menu-image__title {
  color: #a62d38;
}

.category__sort {
  margin: 30px 0;
}

.category__sort .selectboxit-arrow-container {
  width: 30px;
  position: relative;
  margin: 0 0 0 5px;
}

.sort__item {
  justify-content: flex-end;
  font-size: 12px;
  text-transform: uppercase;
  color: #989999;
}

.sort__item_title {
  color: #989999;
}

.category__info {
  display: block;
  font-size: 15px;
  text-align: center;
  color: #221d1db2;
  line-height: 150%;
}

.category-sort__select,
.category-sort__select:active,
.category-sort__select:focus,
.selectboxit-container:hover .category-sort__select.selectboxit-btn {
  border-color: transparent;
}

/* end category */
/* start product */
.goods__container {
  margin: 0 0 50px;
}

.goods__title {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #221d1db2;
}

.goods__image {
  position: relative;
  margin: 0 0 20px;
  display: block !important;
  /*fix IE easyzoom*/
}

.goods__images {
  position: relative;
  margin: 0 0 30px;
}

.goods-sticker__container_mobile {
  display: none;
  z-index: 99;
}

@media (max-width: 991px) {
  .goods-sticker__container_mobile {
    display: block;
  }
}

.goods__share {
  margin: 0 0 30px 0;
}

.goods__property {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: center;
  margin: 0 0 20px;
  border-bottom: 1px solid #f2f1f1;
  padding-bottom: 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #989999;
}

.property__item {
  margin: 0 30px 0 0;
}

.property__item_model {
}

.property__item_manufacturer {
  flex: 0 0 15%;
}

.stock__container {
}

.stock_in {
  color: #54ac24;
}

.stock_out {
  color: #ea0b0c;
}

@media (max-width: 450px) {
  .property__item {
    flex: 0 0 100%;
    margin: 0 0 15px;
  }

  .property__item:last-child {
    margin: 0;
  }
}

.goods__option {
  margin: 0 0 30px 0;
}

.option__container {
  margin: 0 0 30px;
}

.option__container:last-child {
  margin: 0;
}

.option__title {
  margin: 0 0 15px 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #221d1d;
}

.option__item {
  display: block;
}

.option__item:last-child {
  margin: 0;
}

.option__label {
  margin: 0;
}

.option__title_link {
  color: #989999;
  font-size: 13px;
  text-transform: uppercase;
  border-left: 1px solid;
  padding-left: 10px;
  margin-left: 5px;
  cursor: pointer;
}

.option-color__container {
  display: flex;
  flex-wrap: wrap;
}

.option__item_radio label.option__label {
  width: 47px;
  height: 47px;
  background: #fff;
  border: 1px solid #f2f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  font-size: 13px;
  transition: 0.2s;
}

.option__item_radio label.option__label::before,
.option__item_radio label.option__label::after {
  display: none;
}

.option__item_radio input[type="radio"]:hover + .option__label,
.option__item_radio input[type="radio"]:checked + .option__label {
  background: #f2f1f1;
}

.goods-color__item {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f2f1f1;
}

.goods-color__item img {
  object-fit: cover;
  width: 50px;
  height: 50px;
}

.goods-color__item:hover,
.goods-color__item_active {
  border: 1px solid #dd5757;
}

.option__item_image {
  margin: 5px;
}

.option__radio_image + .option__label:before,
.option__radio_image:checked + .option__label:before {
  /* reset label */
  content: unset;
}

.option__radio_image + .option__label:after,
.option__radio_image:checked + .option__label:after {
  /* reset label */
  content: unset;
}

.option__img {
  border: 1px solid transparent;
}

.option__radio_image:checked + .option__label .option__img,
.option__img:hover {
  border: 1px solid #a62d38;
}

.goods__price {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 30px 0;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

span.goods-price__item_actions {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #a62d38;
  margin-left: auto;
}

.goods__gift_item {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #dd5757;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.goods__pay_info {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.goods__pay_info_item {
  font-size: 12px;
}

.goods-price__item_new {
  margin: 0 15px 0 0;
  color: #ea0b0c;
}

.goods-price__item_old {
  font-size: 20px;
  font-weight: 400;
  text-decoration: line-through;
}

.goods__alert {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 14px;
  font-weight: 600;
}

.attribute__heading_mobile {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #221d1d;
  margin: 0 0 12px;
}

.goods__contact_us {
  padding-bottom: 20px;
}

.goods__include,
.goods__desc_container,
.goods__attribute_container,
.goods__gift {
  margin: 0 0 20px;
  border-bottom: 1px solid #f2f1f1;
  padding-bottom: 20px;
}

.goods__gift {
  padding-bottom: 50px;
}

.goods__desc_text {
  font-size: 13px;
  line-height: 150%;
  color: #221d1db2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.goods__desc_text.open {
  -webkit-line-clamp: unset;
}
.goods__desc_button {
  background: #d65253;
  border: none;
  border-radius: 6px;
  padding: 5px 30px;
  color: #fff;
  transition: 0.2s;
  cursor: pointer;
  margin-top: 10px;
}
.goods__desc_button:hover {
  background: #a62d38;
}
.fancybox-slide--video .fancybox-content {
  width: auto !important;
}
.popup_include_js img {
  max-width: 200px;
  margin: 10px auto;
}
.goods__include_content {
  color: #646161;
  font-size: 13px;
  line-height: 150%;
  display: flex;
  flex-flow: column;
  gap: 14px;
}

.goods__include_item {
  background: url(/catalog/view/theme/default/image/product/icon_left_pr.svg)
    no-repeat left center;
  padding-left: 30px;
}

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

.goods__contact_us_item_text {
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.goods__contact_us_item_button a {
  width: 42px;
  height: 42px;
  display: inline-block;
  border-radius: 50%;
  transition: 0.2s;
}

.whatsapp_icon {
  background: url(/catalog/view/theme/default/image/product/whatsapp.svg)
    no-repeat center center #f2f1f1;
}

.telegram_icon {
  background: url(/catalog/view/theme/default/image/product/telegram.svg)
    no-repeat center center #f2f1f1;
}

.whatsapp_icon:hover {
  background: url(/catalog/view/theme/default/image/product/whatsapp.svg)
    no-repeat center center #e9e9e9;
}

.telegram_icon:hover {
  background: url(/catalog/view/theme/default/image/product/telegram.svg)
    no-repeat center center #e9e9e9;
}

.goods__buttons {
  margin: 0 0 15px 0;
}

.goods-buttons__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.goods-buttons__item_1 {
  flex: 1 1 calc(100% - 48px - 5px);
}

.goods-buttons__item_2 {
  flex: 1 1 48px;
}

.goods__video {
  max-height: 810px;
  display: block;
  overflow: hidden;
}

.goods__video video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.goods-buttons__button {
  height: 48px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dd5757;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.2s;
}

.goods-buttons__button:hover {
  background-color: #a62d38;
}

.goods-buttons__button_2 {
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: block;
  transition: 0.2s;
}

.goods-buttons__button_2:hover {
  color: #a62d38;
}

.goods-buttons__button_wishlist {
  background: url(/catalog/view/theme/default/image/product/wishlist.svg)
    no-repeat center center #a62d38;
}

.goods-buttons__button_active,
.goods-buttons__button_wishlist:hover,
.goods-buttons__button_wishlist:focus,
.goods-buttons__button_wishlist:active {
  background-image: url("/catalog/view/theme/default/image/product/wishlist_hover.svg");
}

.goods-buttons__button_compare {
  background: url("/catalog/view/theme/default/image/product/compare.png")
    no-repeat left center transparent;
}

.goods-buttons__button_compare:hover,
.goods-buttons__button_compare:focus,
.goods-buttons__button_compare:active {
  background-image: url("/catalog/view/theme/default/image/product/compare_hover.png");
}

.goods__quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d3d3d3;
}

.goods-quantity__edit {
  position: relative;
  width: 30px;
  height: 50px;
  cursor: pointer;
}

.goods-quantity__edit:before,
.goods-quantity__edit:after {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 2px;
  background: #d3d3d3;
}

.goods-quantity__edit_plus:after {
  transform: rotate(90deg);
}

.goods-quantity__edit_minus:after {
  width: 0;
}

.goods-quantity__edit:hover:before,
.goods-quantity__edit:hover:after {
  background: #a62d38;
}

.goods-quantity__input,
.goods-quantity__input:hover,
.goods-quantity__input:active,
.goods-quantity__input:focus {
  width: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  box-shadow: none;
  border: 0;
}

.tabs__content {
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding: 20px;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .tabs__content {
    margin: 0 0 50px;
    padding: 0 0 30px;
    border: 0;
    border-bottom: 1px solid #d3d3d3;
    display: block !important;
  }
}

.tabs {
  display: table;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
}

@media (max-width: 991px) {
  .tabs {
    display: none;
  }
}

.tabs__link {
  float: left;
  z-index: 999;
  margin: 0 2px -1px 0;
  padding: 12px 35px;
  border-top: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.tabs__link.active,
.tabs__link:hover {
  color: #a62d38;
  border-bottom: 1px solid #fff;
}

@media (max-width: 767px) {
  .tabs__link {
    padding: 12px 15px;
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .tabs__link {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }

  .tabs__link.active,
  .tabs__link:hover {
    border-bottom: 1px solid #d3d3d3;
  }
}

.tabs__heading_mobile {
  margin: 0 0 30px;
  font-size: 26px;
  font-weight: 700;
  display: none;
}

@media (max-width: 991px) {
  .tabs__heading_mobile {
    display: block;
  }
}

.goods__attribute {
}

.goods-attribute__str {
  display: flex;
}

.goods__attribute {
  font-size: 13px;
  line-height: 150%;
}

.goods-attribute__str:nth-of-type(odd) {
}

.goods-attribute__row {
  padding: 10px 0;
}

.goods-attribute__heading {
  flex: 0 0 30%;
  color: #989999;
}

.goods-download__item {
  margin: 0 0 15px;
}

.goods-download__item:last-child {
  margin: 0;
}

.goods-download__link {
}

.goods-desc__container {
  border-top: 1px solid #f2f1f1;
}

.goods-desc__container:last-child {
  border-bottom: 1px solid #f2f1f1;
}

.goods-desc__title {
  position: relative;
  padding: 20px 30px 20px 0;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.goods-desc__title:before {
  top: 21px;
  right: 2px;
}

.popup {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}

.popup-content {
  background: white;
  padding: 20px;
  position: relative;
  max-width: 500px;
  min-height: 300px;
  width: 100%;
  border-radius: 5px;
}

.popup.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 20px;
}

.goods-desc__title_active:before {
  transform: rotate(45deg);
}

.goods-desc__title_active + .goods-desc__content {
  max-height: 1200px;
  transition: max-height 0.5s ease-in-out;
  margin: 0 0 20px;
}

.goods-desc__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.1s ease-out;
}

.goods__module {
  margin: 0 0 50px;
}

.goods__module_products {
  margin: 0 0 80px;
}

.goods__module:last-child {
  margin: 0;
}

@media (max-width: 1199px) {
  .header__container {
    padding-top: 46px;
  }

  .footer__item {
    flex: 1 1 calc((100% - 80px) / 3);
  }

  .product__col_left {
    width: 665px;
  }

  .product__col_right {
    width: calc(100% - 665px - 24px);
  }

  .goods__video {
    max-height: 542px;
  }
}

@media (max-width: 991px) {
  .footer__item {
    flex: 1 1 calc((100% - 80px) / 2);
  }

  .goods__module {
    margin: 0 0 40px;
  }

  .unit__container {
    flex: 0 1 calc((100% - 16px) / 3);
  }

  .category-menu-image__title {
    font-size: 24px;
  }
}

@media (max-width: 991px) and (min-width: 901px) {
  .goods__price {
    font-size: 18px;
  }

  .goods-price__item_old {
    font-size: 14px;
  }

  span.goods-price__item_actions {
    margin-bottom: 20px;
    width: 100%;
    order: -1;
    text-align: right;
  }
}

@media (max-width: 900px) {
  .product__col_left,
  .product__col_right {
    width: 100%;
  }

  .goods__video {
    max-height: 711px;
  }
}

@media (max-width: 800px) {
  .goods__video {
    max-height: 628px;
  }
}

@media (max-width: 767px) {
  .unit__container {
    flex: 0 1 calc((100% - 8px) / 2);
  }

  .goods__video {
    max-height: 100%;
  }

  .goods__module {
    margin: 0 0 30px;
  }

  .footer__item {
    flex: 1 1 100%;
  }
  .landing_section:not(:last-child) {
    margin-bottom: 30px;
  }
  .header-text-info__text_left {
    text-align: right;
  }
  .header-text-info__text_right {
    text-align: left;
  }
  .header-text-info__text {
    font-weight: 400;
    font-size: 12px;
    width: 100%;
  }
  .header-text-info__text span {
    display: block;
  }
  .category-menu-image__title {
    font-size: 18px;
  }

  .category__sort {
    margin: 10px 0;
  }
  .header_text_info {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 68px 1fr;
  }
  .header-text-info__item img {
    max-width: 100%;
  }
}

@media (max-width: 450px) {
  .category-menu-image__title {
    font-size: 16px;
  }
  .header-text-info__text {
    font-size: 10px;
  }
  .header_text_info {
    grid-template-columns: 1fr 45px 1fr;
  }
  .unit__container {
    flex: 0 1 100%;
  }
  .home-banner__item img,
  .unit__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* end product */

/* start laning */
.landing_section img {
  max-width: 100%;
}

.info_landing_bottom h1 {
  font-family: Baskerville;
  font-weight: 400;
  font-size: 48px;
  line-height: 150%;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  max-width: 730px;
  margin: auto;
}

.landing_section {
  display: flex;
  align-items: center;
  gap: 20px;
}

.lend_text {
  flex: 1 1 0;
  min-width: 280px;
}

.land_img {
  flex: 1;
}

.img_full_section {
  flex-wrap: wrap;
}

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

.land_title {
  font-family: Baskerville;
  font-weight: 400;
  font-size: 36px;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}

.l_red {
  font-family: Baskerville;
  font-weight: 400;
  font-size: 30px;
  line-height: 120%;
  color: #a62d38;
  margin-bottom: 30px;
  display: block;
}

.lend_text_margin {
  max-width: 988px;
  margin: auto;
}

.lend_text p {
  font-size: 15px;
  color: #221d1db2;
  line-height: 150%;
}

.lend_text_center {
  text-align: center;
}

.link_red {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #a62d38;
  display: block;
  margin-top: 20px;
}

@media screen and (max-width: 1199px) {
  .land_title {
    font-size: 24px;
    line-height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .landing_section {
    flex-flow: column;
    align-items: center;
  }

  .landing_section.img_l {
    flex-flow: column-reverse;
  }

  .land_title {
    font-size: 32px;
  }

  .landing_section:not(:last-child) {
    margin-bottom: 50px;
  }

  .info_landing_bottom h1 {
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 20px;
  }

  .land_title {
    font-size: 26px;
  }

  .l_red {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .info_landing_bottom h1 {
    font-size: 26px;
  }

  .l_red {
    font-size: 15px;
  }

  .land_title {
    font-size: 24px;
  }
  .fancybox-slide--video .fancybox-content {
    height: auto !important;
  }
}

/* end laning */
