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

@media (max-width: 767px) {
  .header__container {
    padding: 118px 0 0 0;
  }
}

.header-menu__container {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

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

.header-menu_left {
  display: flex;
}

.header-menu__link {
  font-weight: 600;
}

.header-menu__link:hover,
.header-menu__link:active,
.header-menu__link:focus {
}
.brands-carousel__content {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.header__content {
  padding: 10px 0 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__container {
  box-shadow: 0 10px 10px rgb(0 0 0 / 5%);
}

.header__container.home_page {
  box-shadow: none;
}

.header-content__block_1 {
  min-width: 185px;
}

.header-content__block_2 {
  margin-left: 32px;
}

.header-content__block_3 {
  width: 100%;
  margin-right: 32px;
}

.header-content__block {
  /* flex: 0 0 33%; */
}

img {
  max-width: 100%;
}

.big_home_banner img {
  border-radius: 15px;
}

.big_home_banner_right {
  flex-flow: column;
  display: flex;
  gap: 10px;
}

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

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

.header__mail,
.header__telephone {
  font-weight: 700;
}

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

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

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

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

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

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

.status__count_mobile {
  margin: 0 0 0 5px;
  top: 2px;
  display: inline-block;
  position: relative;
  background: #d4af37;
  color: #000;
}

.owl-stage-outer {
  border-radius: 8px;
}

.status__count_mobile_menu {
}

.status__count_mobile_cart {
  right: -9px;
}

.btn {
  border-radius: 8px;
  cursor: pointer;
  padding: 12px;
  position: relative;
  background: #3185e4;
  height: 42px;
  min-width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  color: #fff;
  border: 1px solid transparent;
}

.cart_btn path,
.catalog_btn path {
  stroke: #fff;
}
.variant_btn,
.account_btn,
.wishlist_btn {
  background: #fff;
  border-color: #3185e4;
  color: #000;
}
.wishlist_btn.is_wishlist {
  background: #3185e4;
  color: #fff;
  border-color: #3185e4;
}
.unit__buttons .wishlist_btn.is_wishlist svg path {
  stroke: #fff;
}
.header__mobile .wishlist_btn,
.header__mobile .account_btn,
.header__status .account_btn,
.header__status .wishlist_btn {
  border-color: transparent;
  background: #f0f0f0;
}

.cart_btn,
.catalog_btn {
  padding: 12px 24px;
  background: #ea1a3d;
  color: #fff !important;
}

.btn svg {
  width: 16px;
  height: 16px;
}
.account__content_item_header {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.account__content_item_buttom {
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  gap: 10px;
  margin: 15px;
}
.download_btn,
.account__content_item_buttom .btn {
  padding: 12px 30px;
  height: auto;
  background: #ea193d;
  color: #fff !important;
}
.btn.btn_aus {
  background: #000;
}
.box_item_right {
  text-align: center;
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 18px;
}
.btn.download_btn {
  margin: auto;
}
.box_item_right h4 {
  font-size: 55px;
  margin: 0;
}
.box_item_right + .box_item_right {
  margin-top: 30px;
}
.unit__buttons .btn svg path {
  stroke: #fff;
}

.unit__buttons .wishlist_btn svg path {
  stroke: #ea1a3d;
}

.unit__buttons .btn:hover {
  background: #5a9de9;
}

.unit__buttons .wishlist_btn:hover svg path {
  stroke: #ffffff;
}

.svg_text {
  margin-left: 8px;
  font-size: 16px;
  font-weight: 700;
}

.status__image {
  display: flex;
  position: absolute;
  height: 18px;
  width: 18px;
  background: #3185e4;
  border-radius: 50%;
  right: -7px;
  top: -7px;
  color: #fff;
  text-align: center;
  justify-content: center;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.8;
}

.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: space-between;
  position: relative;
  height: 50px;
}

.header-catalog__link {
  display: flex;
  height: 100%;
  align-items: center;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

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

.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: #000;
  padding: 10px 0;
}

@media (max-width: 600px) {
  .big_home_banner {
    flex-wrap: wrap;
  }
  .big_home_banner img,
  .big_home_banner_right {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .header__search {
    display: block !important;
    background: #fff;
  }
}

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

.header-search__input {
  height: 40px;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  padding-right: 40px;
}

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

.header-search__button {
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}

.header__mobile {
  background: #fff;
  border-bottom: 1px solid #d3d3d3;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.header-mobile__container {
  padding: 14px 15px;
  display: flex;
  flex-flow: wrap;
  gap: 10px;
  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 8px 0 0;
  padding: 0;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

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

.header-mobile__button svg,
.btn svg {
  width: 16px;
  height: 16px;
}

@media (min-width: 768px) {
  .catalog_btn_mobile_2 {
    display: none;
  }
}

@media (max-width: 767px) {
  .column-left_manufacturer_info {
    width: 100%;
  }

  .catalog_btn_mobile_2 {
    width: 100%;
  }

  .catalog_btn_mobile_1 {
    display: none;
  }
}

.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: 2px;
  background: #000;
}

.header-menumobile__heading:hover:before,
.header-menumobile__heading:hover:after {
  background: #d4af37;
}

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

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

.header-menumobile__link {
  color: #000;
  cursor: pointer;
}

.header-menumobile__link:hover,
.header-menumobile__link:active,
.header-menumobile__link:focus {
  color: #ea1a3d;
}

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

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

.footer__item {
  margin: 0 0 30px;
  flex: 0 0 20%;
}

.footer__item_small {
  display: flex;
  flex-flow: column;
  margin-bottom: 14px;
  background-repeat: no-repeat;
  padding-left: 35px;
}

.footer_soc_icons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.home__module_bootom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 3px;
}

.home__module_bootom_item img {
  border-radius: 8px;
  filter: brightness(0.8);
  transition: 0.3s;
}
.home__module_bootom_item img:hover {
  filter: brightness(1);
}

.home__module_bootom_item {
  position: relative;
}

.home__module_bootom_item span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 10px #000000;
}

.footer__item_small_1 {
  background-image: url(/catalog/view/theme/default/image/footer/footer_icon_1.svg);
}

.footer__item_small_2 {
  background-image: url(/catalog/view/theme/default/image/footer/footer_icon_2.svg);
}

.footer__item_small_3 {
  background-image: url(/catalog/view/theme/default/image/footer/footer_icon_3.svg);
}

.footer__item_small_4 {
  background-image: url(/catalog/view/theme/default/image/footer/footer_icon_4.svg);
}

.footer__item_small .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.footer_tell {
  color: #ea1a3d;
  font-size: 16px;
  font-weight: 800;
}

.footer_mail {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .footer__item {
    flex: 0 0 33%;
  }

  .footer__item_4 {
    flex: 0 0 100%;
  }
}

@media (max-width: 767px) {
  .footer__item {
    flex: 0 0 100%;
  }
  .home__module_bootom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer__heading {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 16px;
}

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

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

.footer-menu__link {
  color: #f0f0f0;
}

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

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

.subscribe__content {
  position: relative;
}

.subscribe__input {
  width: 100%;
  padding: 5px 45px 5px 15px;
  border: 1px solid transparent;
  color: #000;
}

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

.subscribe__button {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 40px;
  background: url("/catalog/view/theme/default/image/footer/send.png") no-repeat
    center center;
  cursor: pointer;
}

.subscribe__button:hover {
  background-image: url("/catalog/view/theme/default/image/footer/send_hover.png");
}

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

.footer-social__item {
  margin: 0 5px 0 0;
  background: no-repeat center center #000;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  cursor: pointer;
}

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

.footer-social__item_1 {
  background-image: url("../image/footer/social_1.png");
}

.footer-social__item_2 {
  background-image: url("../image/footer/social_2.png");
}

.footer-social__item_3 {
  background-image: url("../image/footer/social_3.png");
}

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

.footer-powered__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #858585;
}

.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 50px;
  width: 100%;
}

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

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

.home__brands .heading_module {
  border-top: 1px solid #ea1a3d;
  padding-top: 20px;
}

.home__product {
  margin: 0 0 50px;
}

.home__news {
  margin: 0 0 50px;
}

.home__about {
  margin: 0 0 50px;
}

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

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

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

.slideshow__container {
  position: relative;
  margin-bottom: 20px;
}

.slideshow__nav_prev {
  left: 80px;
}

.slideshow__nav_next {
  right: 80px;
}

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

  .slideshow__nav_next {
    right: 40px;
  }
}

.home-banner__content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  grid-gap: 24px;
}

.home-banner__item {
  position: relative;
}

.home-banner__item img {
  transition: 0.3s;
}

.home-banner__item:hover img {
  opacity: 0.8;
}

.banner_title {
  font-weight: bold;
  position: absolute;
  max-width: 150px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  text-align: center;
  font-size: 28px;
  color: #fff;
  display: flex;
  justify-content: center;
}

.owl-carousel.carouse_view {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 991px) {
  .home-banner__content {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

.adv__content {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.adv__item {
  flex: 1;
  margin: 0 0 30px;
}

@media (max-width: 1199px) {
  .adv__item {
    flex: 0 0 50%;
  }
}

@media (max-width: 767px) {
  .adv__item {
    flex: 0 0 100%;
  }
  .slideshow__container {
    margin-bottom: 50px;
  }
}

.heading_module {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
}

.heading_module a {
  margin-left: auto;
}

.adv__item {
  padding: 0 0 0 65px;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.adv__item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
}

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

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

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

.adv__title {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  max-width: 270px;
}

.adv__descr {
  margin-top: 10px;
}

/* 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 {
  margin-bottom: 30px;
}

.category__sub {
  margin-bottom: 50px;
}

.category-menu-image__container {
  display: flex;
  flex-flow: wrap;
  gap: 18px;
  margin-bottom: 30px;
}

.category-menu-image__item {
  overflow: hidden;
  position: relative;
}

.category-menu-image__title {
  font-weight: bold;
  position: absolute;
  bottom: 0;
  padding: 18px;
  max-width: 170px;
}

.category-menu-image__item img {
  transition: 0.3s;
}

.category-menu-image__item:hover img {
  opacity: 0.8;
}

.category__sort {
  margin: 0 0 30px;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}

.sort__item button {
  display: flex;
}

.category-view__button svg path {
  fill: #888883;
}

.category-view__button.active svg path {
  fill: #ea1a3d;
}

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

.sort__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.sort_list {
  margin-right: auto;
}
.category__info {
  display: block;
}

.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__container_box {
  display: grid;
  grid-template-columns: 670px 1fr;
  gap: 24px;
}

@media screen and (max-width: 991px) {
  .goods__container_box {
    grid-template-columns: 600px 1fr;
  }
}

@media screen and (max-width: 800px) {
  .goods__container_box {
    grid-template-columns: 520px 1fr;
  }
}

@media screen and (max-width: 767px) {
  .goods__container_box {
    display: flex;
    flex-flow: column;
  }
  .view__item {
    display: none;
  }
  .heading_module {
    font-weight: bold;
    justify-content: center;
    margin-bottom: 20px;
  }
  .category-menu-image__item {
    width: calc(50% - 12px);
  }
}

.goods__title {
  margin: 0 0 15px;
  font-size: 24px;
}

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

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

.goods__images .thumbs_owl_js {
  width: calc(100% - 100px);
  margin: auto;
}

.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 10px;
}
.goods__short_desc {
  margin-bottom: 15px;
}
.goods__image .thumbnail_js img {
  max-height: 460px;
}
.goods__short_desc_more {
  color: #ea1a3d;
  text-decoration: underline;
  font-size: 16px;
  cursor: pointer;
}
.property__item {
  margin: 0 24px 0 0;
  font-size: 16px;
}

.property__item_model {
  color: #888883;
}

.property__item_manufacturer {
  flex: 0 0 15%;
}

.stock__container {
  position: relative;
  padding-left: 20px;
}

.stock_in {
  color: #3bb728;
}

.stock_out {
  color: #ea0b0c;
}

.stock__container::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 7px;
  border-color: #3bb728;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg);
  left: 0;
  top: 5px;
}
.category-menu-mobile__container {
  margin: 0 0 50px;
  background-color: #F6F6F6;
  padding: 10px 30px 10px;
  font-weight: 500;
  border-radius: 10px;
}
.category-menu-mobile__heading {
  margin: 0 0 30px;
  font-size: 22px;
  font-weight: 800;
}

.category-menu-mobile__item {
  display: inline-block;
  margin: 0 25px 20px 0;
}
.category-menu-mobile__link {
  font-size: 16px;
}

@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-weight: 700;
}

.option__item {
  display: block;
  margin: 0 0 5px;
}

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

.option__label {
  margin: 0;
}

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

.goods-color__item {
  margin: 0 5px 5px 0;
  text-align: center;
  background-color: #fff;
  border: 2px solid transparent;
}

.goods-color__item:hover,
.goods-color__item_active {
  border: 2px solid #d4af37;
}

.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 #d4af37;
}

.goods__price {
  position: relative;
  font-size: 28px;
  margin: 0 0 36px 0;
  display: flex;
  flex-flow: column;
}

.goods-price__item_new {
  color: #000;
  font-weight: 800;
  font-size: 32px;
  line-height: 38.4px;
}

.goods-price__item_old {
  text-decoration: line-through;
  font-weight: 700;
  font-size: 18px;
  color: #888883;
}

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

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

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

@media (max-width: 450px) {
  .button-cart_js,
  .goods-buttons__item {
    /* margin: 0 0 15px 0; */
    flex: 0 0 100%;
  }
}

.goods-buttons__button {
  height: 56px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  cursor: pointer;
}

.goods-buttons__button_2 {
  padding: 0 0 0 20px;
  cursor: pointer;
}

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

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

.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.png");
}

.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;
  height: 56px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #c6c6c6;
  border-radius: 8px;
}

.btn.button-cart_js {
  width: 256px;
}
.added-to-cart {
  background: #000;
}

.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: #d4af37;
}

.goods-quantity__input,
.goods-quantity__input:hover,
.goods-quantity__input:active,
.goods-quantity__input:focus {
  width: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  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) {
  .goods-buttons__item,
  .button-cart_js {
    width: calc(50% - 5px);
  }
  .variant_btn {
    width: calc(100% - 68px);
  }
  .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;
  border-radius: 8px 8px 0 0;
  background: #f0f0f0;
  font-weight: bold;
}

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

@media (max-width: 767px) {
  .tabs__link {
    padding: 12px 15px;
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .brands-carousel__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    text-align: center;
  }
}
@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__str:nth-of-type(odd) {
  background-color: #f1f1f1;
}

.goods-attribute__row {
  padding: 10px;
}

.goods-attribute__heading {
  font-weight: 700;
  flex: 0 0 30%;
}

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

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

.goods-download__link {
}

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

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

.goods-desc__title {
  position: relative;
  padding: 20px 30px 20px 0;
  font-weight: 700;
  cursor: pointer;
}

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

.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:last-child {
  margin: 0;
}

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

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

.embed-video {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.embed-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}


/* end product */
