

/* Start:/local/templates/hiberg/src/styles/main_nord.css?177046366535240*/
:root {
  --default-color: #4d86f7;
  --default-color-opacity: #4d86f7dd;
  --default-color-white: #ffffff;
  --default-color-gray: #f1f3f8;
  --default-color-gray-opacity: #f1f3f8dd;
  --default-color-light: #b3caf9;
  --default-color-dark: #071227;

  --default-font: "Onest", "SourceSansPro", "Open Sans", Helvetica, Arial;
  --ui-font-family-open-sans: "SourceSansPro", "Open Sans", Helvetica, Arial;
}

#app-auth {
  z-index: 9;
}
.flex {
  max-width: 1540px;
  min-width: auto;
  width: 100%;
}

/*region Хлебный крошки*/

.collaps {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: all 0.2s linear;
}
.collaps.open {
  grid-template-rows: 1fr;
}
.bc-dd-wrap {
  float: left;
  position: relative;
}
.bc-dd {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  display: none;
  font-size: 16px;
  left: -12px;
  min-width: 140px;
  border-radius: 6px;
  padding: 12px 16px;
  position: absolute;
  top: 14px;
  flex-direction: column;
  gap: 6px;
  white-space: nowrap;
  z-index: 1000;
}
.bc-dd-wrap:hover .bc-dd {
  display: flex;
}
.bc-dd-wrap:hover > a,
.bc-dd a {
  text-decoration: none;
}
.bc-dd a {
  color: var(--default-color);
  display: block;
  float: none;
}
.bc-dd a:hover,
.bc-dd a.active {
  text-decoration: underline;
}
.bc-dd a.active {
  color: #6a6a6a;
  font-size: 14px;
}
.bc-dd a.active:hover {
  text-decoration: none;
}
/*Конец хлебныйх крошек*/

.wrap-favorite-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 50px;
  padding-top: 10px;
}
.callback-button svg {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  transition: all 0.4s ease;
}

.callback-button span {
  margin: 0 10px;
  display: none;
  transition: all 0.4s ease;
}

.callback-button:hover {
  width: 180px;
  background: #ffffff;
  border-radius: 20px;
}
.callback-button:hover svg {
  margin-right: 10px;
}

.callback-button:hover span {
  display: block;
}
/*End COOKIE*/
.text-inner-basket,
.text-inner-favorite,
.text-inner-compare {
  display: none;
}

.product-item-small-card:hover .link-add-cart {
  border: 1px solid #6b99f3;
  background: #6b99f3;
}
.link-add-cart.active .text-inner-basket {
  display: block;
}

.link-add-cart.active button {
  color: var(--default-color);
  background: #fff;
  border: 1px solid var(--default-color);
}

.link-add-cart.active .text-add-basket {
  display: none;
}

.product-item .btn-view-compare svg rect {
  width: 2.5px;
  fill: #d9d9d9;
}
.product-item .btn-view-compare.active rect {
  fill: var(--default-color);
}
.product-item .btn-view-compare:hover rect {
  fill: var(--default-color);
}
.product-item .btn-view-favorite.active path,
.product-item .btn-view-favorite:hover path {
  fill: var(--default-color);
  stroke: var(--default-color);
}

.product-item .btn-view-favorite svg path {
  /* fill: #d9d9d9; */
  /* stroke-width: 0.25; */
}

.btn-view-compare.active .text-inner-compare {
  display: block;
  color: var(--default-color-bej);
}

.btn-view-compare.active .text-add-compare {
  display: none;
}
.btn-view-favorite.active .text-inner-favorite {
  display: block;
  color: var(--default-color-bej);
}

.btn-view-favorite.active .text-add-favorite {
  display: none;
}
.btn-view-favorite .svg-favorite-n,
.btn-view-favorite.active .svg-favorite-y {
  display: flex;
}
.btn-view-favorite.active .svg-favorite-n,
.btn-view-favorite .svg-favorite-y {
  display: none;
}

.catalog-product-main-slider {
  display: block;
  height: auto;
  margin-bottom: 45px;
  max-height: 300px;
  max-width: 225px;
  width: 100%;
}

/**/

/* START CATALOG*/
.smart-filter-parameters-box-container {
  padding-top: 4px;
}

#noSaleItemsMessage .sale-title {
  font-size: 28px;
  color: var(--default-color);
  text-align: center;
}

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

.wrap-banner-category {
  margin: 0px auto 0px;
}
.wrap-banner-category img {
  display: block;
  width: 100%;
}
.product-item {
  position: relative;
}

.product-item .pl-picture {
  align-items: center;
  display: flex;
  position: relative;
  justify-content: center;
  margin-bottom: 40px;
}
.product-item .pl-picture a {
  display: block;
  margin-bottom: 60px;
  margin-top: 20px;
  max-height: 300px;
  max-width: 225px;
  width: 100%;
  height: auto;
  text-align: center;
}
.product-item .pl-picture a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.swiper-card-category {
  overflow: hidden;
  width: 100%;
}
.product-item .pl-in .ib-item {
  color: #222;
  display: flex;
  /* text-transform: uppercase; */
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  text-align: center;
}

.pl-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pl-name br {
  display: none;
}

.pl-name span {
  font-weight: 400;
}
.product-item .text-price {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-family: var(--default-font);
  font-weight: 700;
  /* height: 46px; */
  justify-content: center;
}

.product-item .text-price .old_price-section {
  color: #999;
  height: 16px;
  /* margin: 0 0 0 auto; */
  position: relative;
  font-size: 15px;
  text-decoration: line-through;
  margin-left: 10px;
}
.product-item .text-price .old-price-line {
  background: #00000090;
  display: none;
  height: 1px;
  left: -3px;
  position: absolute;
  top: 8px;
  transform: rotate(-12deg);
  width: 106%;
}
.product-item .text-price .base-price {
  color: var(--default-color);
  font-size: 28px;
}
.product-item .text-price .base-price.not-available {
  font-size: 22px;
}
.product-item .percent-sale {
  background: #ff7200e0;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 4px;
  margin-right: 5px;
  /* position: absolute; */
}
.catalog_section_el-desk ul {
  color: #222;
  font-size: 14px;
  margin: 10px 0;
  padding: 0 16px;
}

.catalog_section_el-desk ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.smart-filter-input-group-checkbox-list input[type="checkbox"],
.smart-filter-input-group-checkbox-list input[type="radio"] {
  display: none;
}
.smart-filter-input-group-checkbox-list {
  padding-left: 25px;
  position: relative;
}
.smart-filter-input-group-checkbox-list label:after {
  left: -22px;
  outline: 1px solid #939598;
  top: 0;
}
.smart-filter-input-group-checkbox-list label:after,
.filter-color-block-hex-label:after {
  border-radius: 3px;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  width: 14px;
}
.filter-color-block-hex-label:after {
  left: -23px;
  outline: none;
  top: 0;
}
.smart-filter-input-group-checkbox-list input[type="checkbox"]:checked + label:after {
  background-color: var(--default-color);
  border: 2px solid #fff;
  height: 14px;
  outline: 1px solid #939598;
  width: 14px;
}
.smart-filter-input-group-checkbox-list
  input[type="checkbox"]:checked
  + .filter-color-block-hex-label:after {
  background-color: transparent;
  border: 2px solid var(--default-color);
  height: 16px;
  left: -23px;
  outline: none;
  top: 0;
  width: 16px;
}
.smart-filter-input-group-checkbox-list input[type="radio"]:checked + label:after {
  background-color: var(--default-color);
  border: 2px solid #fff;
  height: 14px;
  outline: 1px solid #939598;
  width: 14px;
}

.available-filter,
.sale-filter {
  color: #00000090;
  font-size: 16px;
  font-weight: 500;
}

.sale-filter {
  margin-bottom: 10px;
}

.section-card-compare {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 30;
  cursor: pointer;
}

.catalog-section-filter-close {
  display: none;
}

.catalog-compare-result .link-add-cart {
  display: block;
  margin: 20px auto 0;
}

.horizontal-section .favorite-compare-icons {
  display: flex;
  gap: 15px;
  height: 46px;
  /* margin-top: auto; */
  /* align-self: end; */
}

@media (max-width: 880px) {
  .wrap-banner-category {
    margin: -20px auto 0px;
  }
  .filter-btn_mob {
    margin: 0;
    /* margin-top: -10px; */
  }

  .b24-widget-button-wrapper {
    bottom: 80px !important;
    right: 10px !important;
  }
  .callback-button {
    width: 60px;
    height: 60px;
    right: 10px;
  }

  .callback-button svg {
    width: 25px;
    height: 25px;
  }

  .wrap-panel-cart-compare {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    gap: 10px;
    /* margin-top: 7px; */
    /* padding-right: 5px; */
    margin-top: auto;
  }

  .favorite-compare-icons {
    display: flex;
    gap: 10px;
    height: 36px;
    align-items: center;
  }

  .wrap-catalog-section-filter .product-item .text-price .old_price-section {
    font-size: 16px;
    margin: 0;
    /* padding-top: 3px; */
    height: auto;
  }

  .old_price-section {
    font-size: 15px;
  }
  .wrap-catalog-section-filter .product-item .text-price {
    flex-direction: row;
    gap: 7px;
    height: auto;
    justify-content: start;
  }

  .catalog-compare-result .text-price {
    align-items: center;
  }

  .catalog-compare-result .compare-item-fotoblock {
    height: 300px;
  }

  .wrap-catalog-section-filter .section-card-compare {
    display: none;
    position: static;
    top: 0px;
    right: -12px;
  }

  .wrap-banner-category img {
    height: 200px;
    object-fit: cover;
  }
  .product-item-container .catalog_section_el-desk .link-add-cart button {
    font-size: 16px;
  }

  .btn-view-compare span {
    display: none;
  }
  .catalog_section_el-desk .ib-item {
    margin-top: 0 !important;
  }

  .catalog_section_el-desk .link-add-cart.mob {
    display: flex;
    margin: 0;
  }
  .wrap-catalog-section-filter {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .catalog-filters {
    height: calc(100vh - 100px);
    overflow: auto;
  }

  .product-item-container {
    height: 100%;
    min-height: 0;
  }

  .cleare-filter {
    align-items: center;
    /* background: #fff !important; */
    border-top: none;
    border-bottom: 1px solid #e3e3e3;
    bottom: 0px;
    display: flex;
    flex-direction: row;
    padding: 0 0 16px 0;
    margin-bottom: 20px;
    justify-content: flex-end;
    gap: 20px;
  }
  .catalog-section-filter-close {
    display: block;
  }

  .product-item .percent-sale {
    background: #ff7200b5;
    z-index: 9;
    margin-right: 0;
  }

  .product-item .catalog_section_el-desk .percent-sale {
    margin-left: 0;
    padding: 3px;
    font-size: 14px;
    position: absolute;
    top: -25px;
    left: 17%;
    display: block;
  }

  .catalog-sale {
    position: relative;
    /* height: 22px; */
  }

  .wrap-catalog-section-filter .product-item .text-price {
  }

  .product-item .pl-in .ib-item {
    color: #222;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    /* justify-content: flex-start; */
    text-align: left;
  }
  .catalog_section_el-desk ul {
    color: #222;
    font-size: 14px;
    margin: 10px 0;
    padding: 0;
  }
  .product-item-small-card {
    margin: 0;
  }
  .product-item .text-price .base-price {
    font-size: 22px;
    /* padding-left: 9px; */
    /* padding-right: 9px; */
  }
  .product-item .text-price .base-price.not-available {
    font-size: 18px;
  }
  .catalog_section_el-desk ul li {
    align-items: center;
  }
  .product-item .pl-picture a {
    margin-bottom: 0;
  }

  .catalog-img-in-slider {
    display: block;
    margin: auto;
    max-width: 300px;
    max-width: 90%;
    max-height: 450px;
    /* max-height: 90%; */
    margin-bottom: 25px;
    width: auto;
    height: auto;
  }

  .catalog-product-main-slider {
    margin-bottom: 0;
  }

  .product-item .pl-picture a img {
    max-width: 90%;
  }

  .catalog_section_el-desk .text-price {
    flex-direction: column;
  }
}

@media (max-width: 740px) {
  .section-swiper-slide .product-item-container {
    min-height: 560px;
  }
}

@media (max-width: 610px) {
  .product-item-small-card {
    width: 100%;
  }
  .product-item-container {
    width: 100%;
    height: auto;
  }
  .product-item .pl-in .ib-item {
    justify-content: flex-start;
  }

  .catalog-section .product-item .div-item .pl-in {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
  }

  .product-item .catalog_section_el-desk {
    width: 54%;
  }

  .section-swiper-slide div.product-item-container {
    min-height: 500px;
  }
}
@media (max-width: 500px) {
  .made-in-russia {
    width: 40px;
  }

  .product-item .made-in-russia {
    left: -17px;
  }
  .product-item-container {
    padding: 7px;
    padding-left: 2px;
  }

  /* .section-swiper-slide div.product-item-container {
    min-height: 480px;
  } */
}

@media (max-width: 400px) {
  /* .section-swiper-slide div.product-item-container {
    min-height: 430px;
  } */
  .wrap-catalog-section-filter .product-item .text-price .old_price-section {
    font-size: 11px;
  }
  .product-item .catalog_section_el-desk .percent-sale {
    font-size: 11px;
  }

  .old_price-section {
    font-size: 12px;
  }
}

@media (max-width: 364px) {
  .product-item-container .catalog_section_el-desk .link-add-cart button {
    font-size: 15px;
  }
  .wrap-panel-cart-compare {
    gap: 8px;
  }

  .old_price-section {
    font-size: 12px;
  }
}

@media (max-width: 355px) {
  .product-item .text-price .base-price {
    font-size: 18px;
  }
}

@media (max-width: 340px) {
  .old_price-section {
    font-size: 11px;
  }
}

/* END CATALOG*/

.catalog-section_title {
  color: var(--default-color);
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 25px;
  margin-bottom: 40px;
  margin-top: 30px;
  margin-top: 40px;
  text-align: center;
}

.catalog-list-item_link {
  align-items: center;
  border-bottom: none !important;
  box-sizing: border-box;
  display: flex;
  height: 450px;
  height: auto;
  justify-content: center;
  /* max-height: 450px; */
  position: relative;
  transition: color 0.3s ease-in-out;
  width: 100%;
}

.catalog-list-item:hover {
  background-color: transparent;
}

.in {
  margin: 40px 20px;
  margin: 20px 80px;
  padding: 0;
  padding-top: 150px;
}

/* header */

.wrap-index-catalog-sup-category {
  background: #f2f2f2;
  left: -10px;
  line-height: 30px;
  opacity: 0;
  padding: 5px 20px 5px 34px;
  position: absolute;
  top: 65%;
  transition: all 0.2s linear;
  visibility: hidden;
  width: 142%;
  z-index: -1;
}
.wrap-index-catalog-sup-category-img {
  align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  border: none;
  border-radius: 0 6px 6px 0;
  box-shadow: 6px 4px 6px -2px #00000010;
  display: flex;
  height: 310px;
  justify-content: center;
  left: 279px;
  opacity: 0;
  padding: 30px;
  position: absolute;
  top: 0px;
  transition: opacity 0.2s linear;
  width: 280px;
}
.wrap-index-catalog-sup-category-img img {
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}

.wrap-index-catalog-sup-category-img a img {
  width: 100%;
}

.text::placeholder {
  color: #fff;
}
#homepage-slider .swiper-button-next,
#homepage-slider .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 49%) !important;
}

/* ----------------------------------------------------*/
.index-news-wrap {
  margin-top: 40px;
}

.index-news-wrap h2 {
  font-size: 24px;
  font-weight: 500;
}

.swiper-baner-home .swiper-wrapper {
  z-index: 150;
}

.swiper-baner-home .swiper-button-prev,
.swiper-baner-home .swiper-button-next {
  z-index: 160;
}

.akcii-title {
  text-align: center;
  margin: 30px 0;
  font-size: 36px;
  font-weight: 700;
  color: var(--default-color);
}

@media (max-width: 1920px) {
  .banner__wrap {
    padding: 80px 0 50px;
  }

  .banner__second-third-wrap p {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .banner__second-third-wrap {
    flex-direction: column;
  }

  .banner__second-third-wrap div,
  .banner__wrap {
    width: 100%;
  }

  .banner__wrap {
    background: linear-gradient(0deg, #4d86f7 84%, #4d86f7cc 89%, transparent);
    bottom: auto;
    padding: 80px 0 20px;
    position: relative;
    top: -90px;
    z-index: 10;
  }
  .banner__img-container {
    height: 100%;
  }
  .catalog-list-item_link {
    /* max-height: 400px; */
  }
  .wrap-search-socials {
    min-width: 210px;
  }

  .header-nav li a {
    /* font-size: 20px; */
  }

  .header-logo svg {
    width: 275px;
  }
}

@media (max-width: 1240px) {
  .title-subscripe-news {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .main-nav_list-desc {
    margin-left: 20px;
  }
}

@media (max-width: 1024px) {
  .banner__text-wrap {
    flex-direction: column;
  }

  .banner__timer {
    padding-bottom: 40px;
  }
}

@media (max-width: 950px) {
  .main-wrap {
    min-height: 1140px;
    position: relative;
  }

  .bx-soa-section img {
    width: auto;
  }

  img {
    width: 100%;
  }

  .banner__wrap {
    position: absolute;
    top: 28vh;
  }

  .banner__subtitle {
    font-size: 40px;
    width: 50%;
  }

  .banner__text-second,
  .banner__text-third {
    color: #ece3de;
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .catalog-list-item {
    width: 32%;
    padding-bottom: 25px;
  }

  .catalog-list-item:hover:before {
    opacity: 0;
  }

  .catalog-list-item:active:before {
    opacity: 1;
  }

  .catalog-list-item_link {
    display: flex;
    flex-direction: column-reverse;
  }

  .catalog-block {
    margin-bottom: 0px;
    padding-top: 0px;
  }
}

@media (max-width: 880px) {
  main {
    margin-top: 65px;
  }

  .link-logo svg {
    min-width: auto;
    height: auto;
  }
  .link-logo {
    width: 130px;
  }
  .header-nav-wrap {
    display: none;
  }
  .main-nav_list-desc {
    display: none;
  }

  .header-burger_mob {
    cursor: pointer;
    display: block;
    height: 100%;
    /* height: 30px; */
    /* margin-right: 30px;
    margin-right: 22px; */
    width: 25px;
  }
  .header-burger_mob > span {
    width: 25px;
    height: 2px;
    background: var(--default-color);
    display: block;
    margin: 5px 0;
    /* margin-right: 10px; */
    transition: all 0.3s;
  }
  .header-burger_mob.active .header-burger_mob-first {
    transform: translate(5px, -2px) rotate(45deg);
    transform-origin: left top;
  }

  .header-burger_mob.active .header-burger_mob-middle {
    transform: translate(-3px, -9px) rotate(-45deg);
    transform-origin: right bottom;
  }
  .header-burger_mob.active .header-social-mob-end {
    opacity: 0;
    visibility: hidden;
  }

  .main-nav_list {
    background-color: #f1f3f8;
    box-shadow: 0px 3px 4px 0px #00000030;
    display: none;
    flex-direction: column-reverse;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 60px;
    width: 100%;
  }
  .main-nav_list.on_flex {
    display: flex;
  }
  .main-nav_list .header-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .logo-item-mob {
    align-items: center;
  }

  .header-logo svg {
    width: 230px;
  }

  .header-search-form.mobile {
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 45px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
  }
  .header-search-form.mobile form {
    height: 100%;
    width: 100%;
  }

  .search-input-mob:focus {
    outline: var(--default-color);
  }
  .search-btn-mob {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .submit-form-search-mob {
    background: transparent;
    border: 2px solid transparent;
    border-left: 2px solid #fff;
    height: 44px;
    right: 0;
    top: -1px;
  }

  .wrap-logo-top {
    margin: 0;
    width: 100%;
  }

  .submit-form-search-mob svg {
    height: 100%;
    width: 100%;
  }

  .header-search-form.desctop {
    display: none;
  }

  .wrap-logo-top .wrap-search-socials {
    margin-top: 0;
  }

  .wrap-icons-header .search-btn-mob {
    height: 34px;
    width: 34px;
  }

  .header-nav {
    gap: 15px;
  }

  .wrap-icons-header {
    margin-bottom: 0;
  }
  .asidebar-social {
    display: none;
  }

  .in {
    margin: 20px 20px;
  }
  /*start nwes */

  .index-news-wrap h2 {
    margin-bottom: 30px;
  }
  /*stop nwes */
}

@media (max-width: 680px) {
  .catalog-list-item_img {
    padding-bottom: 25px;
  }
  .main-wrap {
    min-height: 1140px;
  }
  .banner__timer-title {
    text-align: center;
  }

  .banner__timer {
    align-items: center;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    padding-bottom: 40px;
  }

  .timer {
    margin: 0;
  }
}

@media (max-width: 580px) {
  .icons-header-item,
  .wrap-icons-header .search-btn-mob {
    height: 26px;
    width: 26px;
  }

  .catalog-list-item_img {
    /* padding: 10px; */
  }

  .wrap-search-socials {
    min-width: 130px;
    width: auto;
  }

  .header-logo svg {
    width: 150px;
  }

  .header-burger_mob {
    margin-right: 13px;
    width: 30px;
  }

  .main-nav_list {
    top: 62px;
  }
}

@media (max-width: 560px) {
  .catalog-list-item {
    margin-bottom: 15px;
    padding: 0;
    width: 47.5%;
  }

  .catalog-list-item_link {
    max-height: 360px;
  }
}

@media (max-width: 500px) {
  .banner__wrap {
    background: linear-gradient(0deg, #4d86f7 97%, transparent);
    padding: 40px 0 20px;
    position: absolute;
    top: 254px;
  }
}

@media (max-width: 410px) {
  .main-wrap {
    min-height: 1240px;
  }
}

@media (max-width: 400px) {
  .catalog_section_el-desk ul li span:first-child {
    hyphens: manual;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    white-space: normal;
    width: 57%;
  }

  .catalog_section_el-desk ul li span:last-child {
    width: 51%;
    hyphens: auto;
  }
}

@media (max-width: 360px) {
  .catalog-list-item_link {
    max-height: 270px;
  }
}

/*start SLIDER*/

.slide-image img {
  max-width: none;
  max-height: none;
  margin: 0;
  display: block;
}

.bx-slider-desk {
  height: calc(100vh - 100px);
  /* margin-top: -20px; */
}

#homepage-slider {
  overflow: hidden;
  background-image: none;
  width: 100%;
  height: 100%;
}

#homepage-slide-1 {
  height: 100%;
}

#homepage-slider .slide-image {
  position: static;
  width: 100%;
  height: 100%;
}

#homepage-slider .slide-image a {
  height: 100%;
}

#homepage-slider .slide-image a img {
  object-fit: cover;
  object-position: 50% 65%;
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-baner-home .swiper-button-next,
.swiper-baner-home .swiper-button-prev {
  width: 75px;
  height: 75px;
  transition: all 0.3 linear;
}

#homepage-slider .swiper-button-next,
#homepage-slider .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 37%);
}

.swiper-baner-home .swiper-button-prev {
  rotate: 180deg;
  left: 0;
  border-radius: 5px 0 0 5px;
}

.swiper-baner-home .swiper-button-prev::after,
.swiper-baner-home .swiper-button-next::after {
  display: none;
}

.swiper-baner-btn {
  position: absolute;
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
  background: #21212152;
  z-index: 100;
  cursor: pointer;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
}

.swiper-baner-home .swiper-button-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}

.swiper-baner-home .swiper-button-prev:hover {
  opacity: 0.8;
}

.swiper-baner-home .swiper-button-next:hover {
  opacity: 0.8;
}

@media (max-width: 880px) {
  .bx-slider-desk {
    height: calc(100vh - 140px);
  }
  .bx-slider-desk .swiper-button-prev,
  .bx-slider-desk .swiper-button-next {
    display: none;
  }
}

/*STOP MAIN SLIDER*/

/*START LK*/

/*START CART*/
#basket-root {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 25px;
}
.cart-list-items {
  width: 70%;
  border-radius: 6px;
  border: 1px solid #898989;
}
.personal-container {
  padding: 0 20px;
}

.basket-items-list-item-container {
  max-width: none;
  margin-top: 10px;
  border-bottom: 1px solid #222;
}
.basket-items-list-item-container:last-child {
  border-bottom: none;
}

.basket-item-block-image {
  width: 22%;
}
.basket-item-block-image a img {
  margin-bottom: 0;
  object-fit: contain;
}
.basket-item-info-name a {
  font-size: 16px;
}
.basket-item-block-info {
  width: 80%;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
.basket-item-block-price {
  margin: 0;
  font-size: 20px;
}
.wrap-cart-price-amouth {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 50%;
}
.basket-item-block-amount {
  align-items: center;
  max-height: 34px;
  position: static;
}
h2.basket-item-info-name {
  width: 50%;
}
.basket-items-list-item-descriptions {
  padding: 20px 0;
}
.basket-item-actions-remove {
  height: 44px;
  width: 44px;
  bottom: 0;
  right: 0;
}
.basket-item-actions-remove svg {
  height: 44px;
  width: 44px;
}
.compare_item,
.like-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.card-promokod {
  width: 30%;
  background: #fff;
}
.card-promokod .col-xs-12 {
  border-radius: 6px;
  border: 1px solid #898989;
}
.basket-coupon-section {
  padding: 25px 20px 0;
  border-radius: 6px;
  border: none;
}
.basket-checkout-section {
  margin: 25px 0 25px;
}

/*STOP CART*/
/*START ORDER*/
.main-make {
  margin: 0 auto;
}
.wrap-top-oform {
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 20px;
  padding: 0;
  margin: 10px 0 20px;
}
.bx-sls .dropdown-block {
  font-size: 16px;
  padding: 3px 27px 0 40px;
  height: 40px;
}
/*STOP ORDER*/

.akcii-container .product-item-small-card {
  margin: 0;
}

.akcii-container .product-item .text-price.old-text-price {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}

.akcii-container .product-item .text-price .old_price-section {
  margin: 0;
  margin-left: 10px;
}

@media (max-width: 880px) {
  .akcii-container .product-item .text-price .old_price-section {
    font-size: 13px;
    margin: 0;
    margin-left: 10px;
  }

  tbody .basket-items-list-item-container {
    max-width: 350px;
  }
  .wrap-favorite-items .link-add-cart {
    display: none;
  }

  .asc-filters {
    flex-direction: column;
  }

  .icon-compare svg {
    height: 20px;
    width: 20px;
  }

  .wrap-icons-header {
    max-width: 100px;
    gap: 8px;
  }

  .wrap-header {
    padding: 10px;
  }

  .akcii-container .product-item .text-price .old_price-section {
    margin: 0;
  }

  .akcii-container .filter-btn_mob {
    display: none;
  }

  .akcii-container .catalog-sale {
    height: 22px;
  }
}

#loader {
  position: fixed;
  margin: auto;

  z-index: 10;
  width: 48px;
  height: 48px;
  border: 5px solid var(--default-color-light);
  border-bottom-color: var(--default-color);
  border-radius: 50%;
  display: none;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  inset: 0;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/** catalog horizontal **/

.catalog-view-toggler {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
  color: #222;
  font-size: 17px;
}

.filter-btn_mob {
  display: none;
}

.wrap-sort {
  color: #bdbdbd;
  font-size: 18px;
}

#sort-select {
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #222;
  padding: 5px;
  background: #fff;
  font-size: 18px;
  font-family: var(--default-font);
  position: relative;
  transition: all 0.3s ease-in-out;
  border: 1px transparent solid;
}

#sort-select:focus-visible {
  outline: none;
}

#sort-select:hover {
  color: var(--default-color);
}

.sort-select-wrap {
  position: relative;
}

.sort-icon {
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.dropdown.is-open .sort-icon {
  rotate: 180deg;
}

.wrap-sort-subtitle {
  font-size: 17px;
  margin-right: 5px;
  color: #bdbdbd;
}

.catalog-view-toggler button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  height: 24px;
  width: 24px;
  cursor: pointer;
}

.catalog-view-toggler button svg {
  height: 24px;
  width: 24px;
}

.horizontal-section .product-item-small-card {
  width: 100%;
}

.horizontal-section .product-item-container {
  width: 100%;
  padding-bottom: 10px;
  padding-left: 25px;
  min-height: 400px;
}

.horizontal-section .pl-in {
  display: flex;
}

.horizontal-section .pl-name br {
  display: none;
}

.horizontal-section .product-item .pl-in .ib-item {
  width: 100%;
  justify-content: start;
  font-size: 20px;
}

.catalog-section-swiper-wrapper .product-item .text-price {
  height: auto;
  margin-top: 0;
  gap: 10px;
  flex-direction: column;
}

.catalog-section-swiper-wrapper .cart-buy-wrapper {
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: start;
  gap: 15px;
  margin-top: 35px;
}

.catalog-section-swiper-wrapper .text-price.old-text-price {
  flex-direction: column;
  margin-top: 0;
  gap: 10px;
}

.horizontal-section .btn-view-compare {
  position: static;
}

.horizontal-section .btn-view-compare svg rect {
  width: 2px;
}

.horizontal-section .link-add-cart {
  display: none;
}

.horizontal-section .catalog_section_el-desk .link-add-cart.mob {
  display: block;
  margin: 0;
  height: 46px;
}

.horizontal-section .product-item-container .link-add-cart button {
  min-width: 140px;
  font-size: 16px;
  max-width: 160px;
}

.pl-picture .section-card-compare {
  display: none;
}

.catalog_section_el-desk ul .extra-item {
  display: none;
}

.horizontal-section .product-item .text-price {
  width: 100%;
  flex-direction: column-reverse;
  height: auto;
  gap: 15px;
}

.horizontal-section .product-item .text-price .base-price.not-available {
  padding-left: 0;
  width: auto;
}

.product-item .text-price .base-price.not-available {
  text-align: center;
  width: 100%;
}

.text-price .percent-sale {
  display: inline-block;
}

.catalog-section .guarantee-delivery-wrap {
  display: none;
}

.horizontal-section .guarantee-delivery-wrap {
  display: flex;
}

.horizontal-section .catalog-sale {
  /* align-self: flex-end; */
  position: relative;
  /* top: -35px; */
}

.horizontal-section .guarantee-delivery-wrap .guarantee {
  margin: 0;
  margin-bottom: 10px;
  background-color: #f8f8f8;
}

.horizontal-section .guarantee-delivery-wrap div,
.horizontal-section .guarantee-delivery-wrap a {
  height: 60px;
  box-shadow: none;
  line-height: 14px;
  width: 100%;
  padding: 4px 0;
  box-shadow: 0px 1px 5px 1px #0000000f;
  max-width: 160px;
  font-size: 14px;
  border-radius: 6px;
}

.catalog__sort {
  display: flex;
  align-items: center;
}

.dropdown__wrapper {
  display: none;
}

.dropdown.is-open .dropdown__wrapper {
  display: block;
  opacity: 1;
  transform: translateZ(0);
  z-index: 200;
}

.dropdown__wrapper {
  position: absolute;
  display: none;
  z-index: 2;
  left: 0;
  top: calc(100% + 15px);
  width: 220px;
  background-color: #fff;
  box-shadow: 1px 4px 20px rgba(9, 97, 172, 0.17);
  opacity: 0;
  transition:
    opacity 0.25s ease-in-out,
    transform 0.25s ease-in-out;
  transform: translate3d(0, -10px, 0);
  border-radius: 6px;
}

.dropdown.is-opened .dropdown__wrapper {
  display: block;
}

.dropdown__content {
  z-index: 200;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-flow: column;
  padding: 6px 0;
  border-radius: 6px;
  overflow: hidden;
}

.dropdown__item.is-active {
  font-weight: 600;
}

.dropdown__item {
  font-family: var(--default-font);
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  padding: 9px 23px 11px;
  cursor: pointer;
  color: #212121;
  transition: background-color 0.25s ease-in-out;
  background-color: transparent;
  border: 0;
}

.button {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  text-align: center;
  padding: 0 10px;
  margin: 0;
  font-weight: 700;
  border: 1px solid transparent;
  border-radius: 4px;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  transition-property: border-color, color, background-color, box-shadow;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  -webkit-appearance: none;
  z-index: 1;
  opacity: 1;
}

.dropdown__btn {
  font-size: 18px;
  font-weight: 400;
  height: auto;
  padding: 0;
  transition: color 0.25s ease-in-out;
  font-family: var(--default-font);
}

.dropdown__btn:hover {
  color: var(--default-color);
}

.dropdown__item:hover {
  background-color: #f1f3f8;
}

.catalog__sort .dropdown__title {
  margin-left: 0;
  margin-right: 4px;
}

.horizontal-section .product-item .percent-sale {
  position: absolute;
  top: -35px;
}

.horizontal-section .pl-name {
  display: block;
}

.horizontal-section .old_price-section {
  font-size: 18px;
}

@media (max-width: 1280px) {
  .horizontal-section .guarantee-delivery-wrap {
    flex-wrap: nowrap;
    gap: 15px;
  }

  .horizontal-section .guarantee-delivery-wrap .guarantee {
    margin: 0;
  }
}

/** catalog horizontal end **/

.btn-up {
  position: fixed;
  background-color: var(--default-color);
  right: 58px;
  bottom: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 40px;
}

.btn-up::before {
  content: "";
  width: 40px;
  height: 30px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}

.btn-up_hide {
  display: none;
}

@media (max-width: 880px) {
  .btn-up {
    right: 20px;
    bottom: 0;
    width: 40px;
    height: 35px;
  }

  .btn-up::before {
    width: 30px;
    height: 30px;
  }
}

/* летящие иконки */
.link-add-cart svg {
  display: none;
}

.fly {
  position: absolute;
  display: block;
  z-index: 9999;
  pointer-events: none;
  transition:
    transform 1.2s ease,
    opacity 1.2s ease;
}

.fly path {
  stroke: #e9c28e;
  /* fill: #e9c28e; */
}
/* конец иконок */

@media (min-width: 600px) {
  .b24-window .b24-window-panel {
    max-height: 420px;
    top: auto;
    bottom: 20px;
    right: 20px;
  }

  .b24-window .b24-form-wrapper.b24-form-border-bottom {
    border: none;
  }

  .b24-window .b24-window-panel > div > .b24-window-scrollable {
    position: static;
  }
}

.b24-form .b24-window .b24-window-scrollable {
  padding-bottom: 0;
}

@media (max-width: 880px) {
  .empty-compare-title {
    font-size: 26px;
  }

  .wrap-empty-compare {
    width: 100%;
  }
}

.video-in-slider-galery {
  width: 90%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
  max-height: 660px;
}

@media (max-width: 880px) {
  .video-in-slider-galery {
    display: block;
    margin: auto;
    max-width: 300px;
    max-width: 90%;
    max-height: 400px;
    margin-bottom: 25px;
    width: auto;
    height: auto;
  }
}

/* End */


/* Start:/local/templates/hiberg/src/styles/style-2025.css?1770464443253977*/
:root {
  --default-color: #ffffff;
  --default-color-background: #302a28;
  --default-color-background-dark: #1d1918;
  --default-color-background-dark-glass: #1d191861;
  --default-color-orange: #ff5005;
  --default-color-orange-dark: #e14807;
  --default-color-bej: #e9c28e;
  --default-color-bej-dark: #c69b63;
  --default-color-bej50: #e9c28e8e;
  --default-font: "Magistral", "SourceSansPro", "Open Sans", Helvetica, Arial;
  --default-color-glass: #302a28cc;
  --default-border-radius: 20px;
  --bg-color-fly-block: #151515bb;
  --bg-blur-fly-block: 3px;

  --theme-color-light: #fdf6ed6b;
}

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

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

a {
  color: #fff;
  text-decoration: none;
}
* .hide {
  display: none !important;
}
figure {
  text-align: center;
}

figcaption {
  margin-top: 15px;
  margin-bottom: 15px;
}

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

button {
  padding: 0;
  margin: 0;
  font-family: var(--default-font);
}

@font-face {
  font-family: "Magistral Extra";
  src: url(/local/templates/hiberg/src/styles/../fonts/Magistral-ExtraBold.eot);
  src:
    local("Magistral Extra Bold"),
    local("Magistral-ExtraBold"),
    url(/local/templates/hiberg/src/styles/../fonts/Magistral-ExtraBold.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/hiberg/src/styles/../fonts/Magistral-ExtraBold.woff2) format("woff2"),
    url(/local/templates/hiberg/src/styles/../fonts/Magistral-ExtraBold.woff) format("woff"),
    url(/local/templates/hiberg/src/styles/../fonts/Magistral-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Magistral";
  src: url(/local/templates/hiberg/src/styles/../fonts/Magistral-Medium.eot);
  src:
    local("Magistral Medium"),
    local("Magistral-Medium"),
    url(/local/templates/hiberg/src/styles/../fonts/Magistral-Medium.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/hiberg/src/styles/../fonts/Magistral-Medium.woff2) format("woff2"),
    url(/local/templates/hiberg/src/styles/../fonts/Magistral-Medium.woff) format("woff"),
    url(/local/templates/hiberg/src/styles/../fonts/Magistral-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Magistral Book";
  src: url(/local/templates/hiberg/src/styles/../fonts/Magistral-Book.eot);
  src:
    local("Magistral Book"),
    local("Magistral-Book"),
    url(/local/templates/hiberg/src/styles/../fonts/Magistral-Book.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/hiberg/src/styles/../fonts/Magistral-Book.woff2) format("woff2"),
    url(/local/templates/hiberg/src/styles/../fonts/Magistral-Book.woff) format("woff"),
    url(/local/templates/hiberg/src/styles/../fonts/Magistral-Book.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Magistral";
  src: url(/local/templates/hiberg/src/styles/../fonts/Magistral-Bold.eot);
  src:
    local("Magistral Bold"),
    local("Magistral-Bold"),
    url(/local/templates/hiberg/src/styles/../fonts/Magistral-Bold.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/hiberg/src/styles/../fonts/Magistral-Bold.woff2) format("woff2"),
    url(/local/templates/hiberg/src/styles/../fonts/Magistral-Bold.woff) format("woff"),
    url(/local/templates/hiberg/src/styles/../fonts/Magistral-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Magistral";
  src: url(/local/templates/hiberg/src/styles/../fonts/Magistral-Light.eot);
  src:
    local("Magistral Light"),
    local("Magistral-Light"),
    url(/local/templates/hiberg/src/styles/../fonts/Magistral-Light.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/hiberg/src/styles/../fonts/Magistral-Light.woff2) format("woff2"),
    url(/local/templates/hiberg/src/styles/../fonts/Magistral-Light.woff) format("woff"),
    url(/local/templates/hiberg/src/styles/../fonts/Magistral-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src:
    url(/local/templates/hiberg/src/styles/../fonts/Roboto-Regular.woff) format("woff"),
    url(/local/templates/hiberg/src/styles/../fonts/Roboto-Regular.ttf) format("truetype"),
    url(/local/templates/hiberg/src/styles/../fonts/Roboto-Regular.woff2) format("woff2");
}

@font-face {
  font-family: "Cera Pro";
  src:
    local("Cera Pro Regular"),
    local("Cera-Pro-Regular"),
    url("/local/templates/hiberg/src/styles/../fonts/CeraPro-Regular.woff2") format("woff2"),
    url("/local/templates/hiberg/src/styles/../fonts/CeraPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Bold";
  src: url(/local/templates/hiberg/src/styles/../fonts/Roboto-Bold.ttf);
}

@font-face {
  font-family: "Roboto Light";
  src: url(/local/templates/hiberg/src/styles/../fonts/Roboto-Light.ttf);
}

body {
  font-family: "Magistral", "Arial";
  background-color: var(--default-color-background);
  color: #fff;
  min-height: 100dvh;
}

body.modal-open {
  overflow: hidden;
}
#bx-panel {
  z-index: 1002 !important;
}
html {
  scrollbar-width: thin;
  scrollbar-color: var(--default-color-bej-dark) #e9c28e30;
}

html::-webkit-scrollbar {
  width: 5px; /* Ширина всего элемента навигации */
}
html::-webkit-scrollbar-track {
  background: #ffffff00; /* Цвет дорожки */
}
html::-webkit-scrollbar-thumb {
  background-color: var(--default-color-bej-dark); /* Цвет бегунка */
  border-radius: 2px; /* Округление бегунка */
  border: 3px solid #e9c28e30; /* Оформление границ бегунка */
}
main {
  flex: 1;
  margin-top: 93px;
}
.row.bx-site {
  margin-top: 10px;
}
.default-orange {
  color: var(--default-color-orange) !important;
}
.default-bej {
  color: var(--default-color-bej) !important;
}
.container {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 20px;
}
.wrap-catalog-section-filter {
  position: relative;
}
.swiper-slide {
  position: relative;
}
[v-cloak] {
  display: none;
}
.wrap-personal-profile {
  width: 77%;
}
.wrap-personal-profile .bx-auth-profile {
  padding: 40px;
}
#content-description,
#content-specifications {
  font-family: "Roboto";
  font-weight: 400;
}
.errorText {
  color: #d00;
  font-size: 12px;
  margin-top: 4px;
}
.personal-link-item-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.personal-link-item {
  padding: 15px 0;
  border-bottom: 1px solid #898989;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* color: #222; */
}
.personal-link-item:first-child {
  border-top: 1px solid #898989;
  padding-top: 15px;
  margin-top: 15px;
}
.btnSubmitForm {
  padding: 16px;
  text-align: center;
  width: 100%;
  border: 2px solid #e9c28e;
  color: #fff;
  cursor: pointer;
  border-radius: 18px;
  transition: 0.3s;
  display: block;
  max-width: 220px;
  margin: 30px auto 0;
  background: transparent;
}

.btnSubmitForm:hover {
  background: #e9c28e;
  color: #000;
}

.fade-enter-active,
.fade-leave-active {
  transition: 0.4s;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.successFormWrap {
  text-align: center;
  padding: 60px 20px;
}

.successFormIcon {
  font-size: 64px;
  color: #3cb371;
}

.bgGlass {
  position: relative;
  border-radius: 16px;
  background: linear-gradient(115deg, #ffffff12, #ffffff0a);
  background-color: #ffffff08;
  box-shadow: 1px 2px 4px 2px #00000010 !important;
}
.collapse {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: all 0.2s linear;
}
.collapse.open {
  grid-template-rows: 1fr;
}

.filter-group-filters {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: all 0.2s linear;
}

.filter-group-filters.open {
  grid-template-rows: 1fr;
}
/*START HEADER*/
header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}

.header {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1001;
  /* background: var(--default-color-glass); */
}

.bgHibGlass {
  /* background-color: var(--default-color-glass); */
  /* background-color: #302a2810; */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.bgHibDark {
  background-color: var(--default-color-glass);
}
.formField {
  position: relative;
  width: 100%;
  min-height: 56px;
  border-radius: 16px;
  font-weight: 300;
  transition: all 0.2s ease-in-out;
}
.requiredFieldText {
  font-size: 13px;
  color: #939393ff;
  margin: 10px 0 20px;
  padding: 0 10px;
}
.checkboxes {
  font-size: 14px;
}

.checkboxes label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.formLabelField {
  position: absolute;
  left: 1rem; /* left-4 */
  top: 50%; /* top-1/2 */
  font-weight: 300;
  transform: translateY(-50%); /* -translate-y-1/2 */
  color: #b8babc; /* text-mute ≈ gray-500 */
  pointer-events: none;
  transition: all 200ms ease-in-out;
}

.formField:focus-within .formLabelField {
  color: #e9c28e;
}
.formField input,
.formField textarea,
.formField .selectFieldForm {
  border: none;
  width: 100%;
  padding: 8px 16px 0;
  height: 100%;
  height: 52px;
  font-size: 16px;
  font-weight: 300;
  outline: none;
  background-color: transparent;
  color: #fff;
  font-family: "Magistral";
}
.formField .selectFieldForm {
  padding: 22px 16px 0;
}
.formField textarea {
  padding-top: 20px;
}
.formWrapAuth h3 {
  font-size: 32px;
}
.formAuth .formLabelField {
  font-size: 22px !important;
}
.formLoader {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border: 4px solid #ff5005;
  border-top-color: #e9c28e;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 5;
  display: none;
}

.formLoader.active {
  display: block;
}

.circle-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #6f6f6f57;
  cursor: pointer;
}
.circle-close:hover {
  background: #979797;
}

.circle-close::before,
.circle-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #929292ab;
  transform-origin: center;
}
.circle-close:hover::before,
.circle-close:hover::after {
  background: #4d4d4dd8;
}

.circle-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.circle-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.fieldCheckBox {
  border: 2px solid #cccccc90 !important;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 6px;
  position: relative;
}

.link-in-agree {
  color: #ff5005;
}

.fieldCheckBoxChecked {
  width: 24px;
  position: absolute;
  top: -8px;
  left: -1px;
}

.header-position {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1005;
  box-shadow: 0px 3px 12px #00000040;
  /* background-color: var(--default-color-background); */
}
.b24-widget-button-crmform {
  background-image: url("/local/templates/hiberg/src/images/icons/call-back.svg") !important;
  background-size: 24px 24px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.b24-form-field-agreement .b24-form-control-container {
  display: flex !important;
  gap: 4px !important;
}
.b24-form-field-agreement .b24-form-field-agreement-link {
  font-size: 13px !important;
}

div.b24-widget-button-position-bottom-right {
  right: 72px;
}

.b24-widget-button-inner-block {
  background: #ff5005dd !important;
}
.b24-widget-button-social-item {
  background-color: #ff5005 !important;
}
.b24-widget-button-pulse {
  border-color: #ff5005 !important;
}
.b24-widget-button-inner-mask {
  background: #ff5005 !important;
}
.header-container {
  z-index: 5;
  height: 94px;
  display: flex;
  width: 90%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  position: static;
  gap: 20px;
  max-width: 1680px;
}

.shop-header {
  display: flex;
  gap: 5px;
  align-items: baseline;
  color: #fff;
  font-weight: 300;
}
.wrap-header-burger {
  display: none;
  align-items: center;
  gap: 20px;
}
.header-burger {
  transition: 0.3s;
  cursor: pointer;
  justify-content: space-between;
  align-content: space-between;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 7px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  row-gap: 3px;
  column-gap: 5px;
  justify-items: center;
  align-items: center;
  border-radius: 12px;
  background: #ffffff12;
}

.header-burger > .burger-el {
  border-radius: 5px;
  height: 10%;
  background: #fff;
  display: flex;
  width: 100%;

  border-radius: 5px;
  height: 20%;
  background: #fff;
  transform: scaleX(4);
  border-radius: 0px;
  height: 2px;
  opacity: 1;
  background: var(--default-color-orange);
}

.header-burger > div {
  width: 5px;
  height: 5px;
  background: var(--default-color-orange);
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.header-burger > .burger-el {
}

.header-burger._active-burger {
  row-gap: 5px;
}
.header-burger._active-burger > div {
  transform: scale(1);
  opacity: 1;
  background: var(--default-color-orange);
  width: 5px !important;
  height: 5px !important;
}

.header-burger._active-burger > .burger-el {
  grid-column: auto;
  border-radius: 50%;
}

._active-burger {
  /* width: 25px;
  height: 25px; */
}

._active-burger > div {
  transform: scale(1);
  width: 26% !important;
  height: 26% !important;
  border-radius: 100%;
  transition: 0.3s;
  background: #fff;
}

.header-logotype {
  cursor: pointer;
  width: 200px;
  height: auto;
  padding: 10px;
  padding-left: 0;
}

.header-tools {
  display: flex;
  /* position: absolute; */
  right: 0;
  gap: 26px;
  align-items: center;
}

.header-search_container {
  display: none;
  position: absolute;
  align-items: center;
  right: 100%;
}

.header-search_container.active {
  display: flex;
}

.header-tools > div > input {
  display: flex;
  width: 200px;
}
#btn-auth svg {
  display: block;
}
#btn-auth {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header-tools > a {
  transition: 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 26px;
}

#search-open img {
  width: 16px;
  cursor: pointer;
}

.header-tools > a > img {
  height: 20px;
}

.header-menu {
  /* position: absolute; */
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  z-index: 1004;
  opacity: 1;
  position: static;
  width: 61%;
  gap: 25px;
  background: transparent;
  justify-content: left;
}

.header-menu_els > a {
  text-decoration: none;
  color: #fff;
  opacity: 1;
  font-size: 100%;
  margin: 0 5px;
  transition: all 0.2s linear;
  font-family: var(--default-font);
}

.header-menu_els > a:hover {
  opacity: 0.8;
}

.header-burger > .burger-el {
}

.header-catalog-search-wrap {
  display: flex;
  gap: 20px;
}

.header-catalog-link {
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 0 18px;
  height: 52px;
  border-radius: 12px;
  background: #ffffff12;
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-search-wrap {
  position: relative;
  background: #ffffff12;
  border-radius: 12px;
  display: flex;
}

.search-btn {
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

#search-open {
  margin-right: 2px;
  cursor: pointer;
  transition: transform 0.2s linear;
}

.header-menu.active {
  top: 54px;
  opacity: 1;
  display: flex;
  background-color: #2f2926fa;
}
.no-items-message {
  display: none;
  margin: auto;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  font-size: 26px;
  color: var(--default-color);
  margin: auto;
}
.display_none {
  display: none;
}
.count-compare {
  color: #e9c28e;
  font-weight: 300;
  display: block;
  margin-left: 6px;
  width: 5px;
}
.count-compare,
.shop-cart {
  position: absolute;
  top: 16px;
  font-weight: 300;
  right: -15px;
  background-color: var(--default-color-background);
  padding: 0 4px;
}

.header-logo-tel-wrap {
  display: flex;
  flex-direction: column;
}

#search-open-mobile {
  display: none;
}
.header-tel {
  font-weight: 700;
  font-size: 12px;
  color: #fff;

  left: 0;
  text-decoration: none;
}
.new-search {
  position: absolute;
  right: 58px;
  z-index: -1;
  opacity: 0;
}

.new-search form {
  display: flex;
  /* margin-right: 3px; */
  margin: 0;
}

.search-btn.active {
  position: absolute;
}

.header-catalog-search-wrap.active .header-search-wrap {
  width: 100%;
  max-width: 600px;
}

.header-catalog-search-wrap.active {
  width: 100%;
}

.new-search.active {
  right: 186px;
  top: 0px;
  opacity: 1;
  animation-name: modal-search;
  animation-duration: 0.3s;
  z-index: 10;

  position: static;
  padding: 0;
  background: transparent;
  width: 100%;
}

.header-menu_els.invisible {
  opacity: 0;
  width: 0;
}

.header-menu_els.invisible a {
  display: none;
}

.news-wrapper {
  /* background: var(--default-color-background); */
  width: 100%;
  /* margin-top: 60px; */
  overflow: hidden;
  width: 100%;
}

.news-wrapper-container {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  width: 98%;
  max-width: 1680px;
  margin: 0 auto;
}

@keyframes modal-search {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.new-search form button {
  background: transparent;
  font-size: 0px;
  /* width: 20px;
    height: 20px; */
  border: none;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.new-search form input {
  padding: 4px 6px;
  background: transparent;
  font-size: 16px;
  color: #fff;
  height: 52px;
  border: none;
  box-sizing: border-box;
  margin: 0;
  padding-left: 55px;
  border-radius: 12px;
  width: 100%;
  border-radius: 6px;
  background: transparent;
  border: 2px solid #fff;
  font-size: 16px;
  color: #fff;
  outline: none;
}
.header-tools > a > img {
  transition: 0.3s;
}

.header-tools > a:hover > img {
  transform: scale(1.2);
}

.header-tools svg {
  transition: transform 0.2s linear;
}

.header-tools svg:hover {
  transform: scale(1.2);
}

#search-open {
  margin-right: 2px;
  cursor: pointer;
  transition: transform 0.2s linear;
}

#search-open:hover {
  transform: scale(1);
}

.search-mob {
  display: none;
}

/*STOP HEADER*/
/*START TOP BANNER*/
.wrap-slider-index-top-baner {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 200;
}

.slider-index-top-baner .swiper-wrapper {
  z-index: 150;
}

.swiper-slide.index-top-baner {
  position: relative;
  transition-property: transform;
  display: block;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: calc(100dvh - 94px);
}
.swiper-slide.index-top-baner img,
.swiper-slide.index-top-baner video {
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-slide.index-top-baner img,
.swiper-slide.index-top-baner video {
  font-size: 0px;
}
.ellipsis-2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important; /* Кол-во строк */
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.ellipsis-3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important; /* Кол-во строк */
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.catalog-compare-result {
  margin-top: 20px;
}
.catalog-compare-result .page-title {
  font-size: 22px;
  margin-bottom: 20px;
}
.swiper-but {
  position: absolute;
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
  background: #21212152;
  z-index: 100;
  cursor: pointer;
  transition: all 0.2s linear;
  display: flex;
  box-sizing: content-box;
  align-items: center;
  justify-content: center;
}
.swiper-but:hover {
  background: #1c1c1c82;
}
.swiper-but-prev {
  left: 0px;
  border-radius: 0 10px 10px 0;
}
.swiper-but-prev img {
  transform: rotate(180deg);
}
.swiper-but-next {
  right: 0px;
  border-radius: 10px 0 0 10px;
}
.bx-slider-desk {
  height: calc(100lvh - 94px);
  margin-bottom: 70px;
  /* margin-top: -20px; */
}
.swiper-pagination-index-top-baner {
  position: absolute;
  bottom: 40px !important;
  width: 100%;
  z-index: 150;
  left: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.swiper-pagination-index-top-baner .swiper-pagination-bullet {
  margin: 0;
  background: #000;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.swiper-pagination-index-top-baner .swiper-pagination-bullet-active {
  margin: 0;
  background: var(--default-color-bej50);
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.wrap-modal-auth {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  inset: 0;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  background-color: #232323ba;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.wrap-modal-auth.active {
  display: flex;
}
.formWrapAuth {
  padding: 40px;
  max-width: 540px;
}
.formWrapAuth {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.fieldPhoneAuth {
  height: 80px !important;
  font-size: 40px !important;
  font-weight: 500 !important;
}
.btnSubmitAuth {
  background: rgb(255, 80, 5);
  padding: 16px 20px;
  font-size: 18px;
  border-radius: 14px;
  cursor: pointer;
  opacity: 0.5;
}

.index-top-baner .top-banner-img-mob {
  display: none !important;
}
.brand-video-section .top-banner-img-mob {
  display: none !important;
}
.brand-video-section video {
  width: 100%;
  border-radius: var(--default-border-radius);
}
.slider-img-mob {
  display: none !important;
}

/*STOP TOP BANNER*/

/*START SLIDER AKCII*/
.predlojenia-mesyac {
  margin: 20px auto;
}
.section-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  display: block;
  margin-top: 30px;
  margin-bottom: 40px;
}

.substrate-slide-content {
  display: flex;
  position: absolute;
  bottom: -4px;
  left: 0;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  width: 100%;
  min-height: 81px;
  background: #0000006e;
  box-sizing: border-box;
  transition: all 0.2s linear;
  backdrop-filter: blur(4px);
  border-top: 1px solid #cccccc20;
}
.substrate-slide-content:hover {
  background: #00000088;
}
.substrate-slide-text {
  width: 80%;
  max-width: 700px;
  text-transform: uppercase;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}
.substrate-slide-wrap-price {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 6px;
  margin-top: -4px;
}
.substrate-slide-price-sale {
  font-size: 30px;
  font-weight: 600;
  text-shadow: #0000007d 0px 1px 5px;
}
.substrate-slide-price-real {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin-right: 6px;
}
.line-price-trough {
  position: absolute;
  top: 5px;
  left: -5px;
  transform: rotate(-9deg);
  width: 110%;
  box-shadow: 0px 1px 3px #000000c1;
  height: 2px;
  background: var(--default-color-orange);
  transition: all 0.2s linear;
}

.hover-bej {
  border: 1px solid var(--default-color-background) !important;
  transition: all 0.2s linear !important;
}
.hover-bej:hover {
  border: 1px solid var(--default-color-bej) !important;
}

.swiper-slide.slide-akcii-block {
  position: relative;
  transition-property: transform;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: auto;
  max-height: 600px;
  border-radius: var(--default-border-radius);
}
.slide-akcii-one-block {
  /* margin: 0 auto; */
  /* width: calc(100% - 2px) !important; */
}
.swiper-slide.slide-akcii-block img {
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
  width: 100%;
  height: 100%;
}

.wrap-slide-akcii-two-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
}
.slide-akcii-two-block {
  width: calc(50% - 17px);
}
.wrap-slide-akcii-two-block .substrate-slide-text {
  width: 60%;
  max-width: 400px;
  text-transform: uppercase;
  font-size: 16px;
}
.wrap-slide-akcii-two-block .substrate-slide-content {
  padding: 20px;
  width: 100%;
}
.block-more-akcii {
  width: 100%;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.line-gray {
  background: #cccccc5e;
  width: 40%;
  height: 1px;
}
.line-gray.full {
  background: #cccccc5e;
  width: 100%;
  margin: 30px auto 40px;
  height: 1px;
}

.btn-more-akcii {
  background: var(--default-color-orange);
  padding: 10px 30px;
  width: 18%;
  max-width: 300px;
  min-width: 250px;
  font-size: 18px;
  border-radius: 8px;
  text-align: center;
  font-family: "Roboto";
  cursor: pointer;
  transition: all 0.2s linear;
}
.btn-more-akcii:hover {
  background: var(--default-color-orange-dark);
}
.wrap-view-all-akcii {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 30px auto;
}
.wrap-view-all-akcii .slide-akcii-block:first-child {
  display: none;
}

/*STOP SLIDER AKCII*/

/*START MIR INNOVACII*/
.section-margin {
  margin: 20px auto;
  padding-bottom: 20px;
  position: relative;
}
.slide-innovacii {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 120px;
  border-radius: var(--default-border-radius);
}

.substrate-slide-innovation {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  padding: 20px 0;
  background: var(--default-color-background-dark-glass);
  backdrop-filter: blur(4px);
}
.slide-innovation-text {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.slide-innovation-text h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.slide-innovation-text h4:last-child {
  height: 32px;
  padding: 0 4px;
  -webkit-line-clamp: 2;
}
.swiper-slide {
  box-sizing: border-box;
}
.slide-innovacii {
  position: relative;
  transition-property: transform;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.slide-innovacii img {
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0px;
  max-height: 490px;
}

/*STOP MIR INNOVACII*/

/*START MIR HIBERG*/
/* .slider-mir-hiberg-block {
  padding-right: 8px;
} */

.slide-mir-hiberg {
  min-height: 200px;
  border-radius: var(--default-border-radius);
  overflow: hidden;
  max-height: 600px;
}

.slide-mir-hiberg img {
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0px;
}
.wrap-mir-hiberg-block-slider .substrate-slide-wrap-price {
  color: #c2c2c2;
  font-size: 11px;
}

.floating-block {
  /* backdrop-filter: blur(4px);
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.4),
    0 1px 10px rgba(255, 255, 255, 0.07); */
  box-shadow:
    0 0px 6px rgba(0, 0, 0, 0.1),
    0 2px 10px rgba(0, 0, 0, 0.15);
}

/* START REELS */

.reels-slide {
  width: 100%;
  display: block;
  height: 100%;
  border-radius: var(--default-border-radius);
  aspect-ratio: 9/16;
}
/* STOP REELS */

/*STOP MIR HIBERG*/

/*START INDEX CATALOG*/
.index-list-catalog-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.index-list-catalog-item {
  width: 49%;
  position: relative;
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
}
.index-list-catalog-item a {
  position: relative;
  transition-property: transform;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* height: 500px; */
}
.index-list-catalog-item a img {
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
  width: 100%;
  height: 100%;
}
.index-list-catalog-item .substrate-slide-content {
  height: 80px;
  padding: 20px;
  width: 100%;
}
.wrap-personal-index {
  max-width: 300px;
  min-width: 210px;
  padding: 20px;
  border-radius: 6px;
}

/*STOP INDEX CATALOG*/
.wrap3dTourBtn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.list3dTourBtn {
  position: relative;
  display: inline-flex;
  border-radius: 999px !important;
  padding: 4px;
  /* width: 260px; */
  margin: 0 auto 30px;
}
.wrap3dTourIframe iframe {
  border-radius: 20px;
  overflow: hidden;
}

.slider3dTour {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 150px;
  height: calc(100% - 8px);
  background: #f37021;
  border-radius: 999px;
  transition: transform 0.35s ease;
  z-index: 1;
}

.btn3dTour {
  position: relative;
  z-index: 2;
  flex: 1;
  border: 0;
  background: none;
  width: 150px;
  padding: 12px 10px;
  cursor: pointer;
  color: #ddd;
  transition: color 0.35s ease;
}

.btn3dTour.active {
  color: #fff;
}

.iframe3dTour {
  display: none;
  width: 100%;
  height: 500px;
  border: 0;
}

.iframe3dTour.active {
  display: block;
}
.subtitle-p {
  margin: 0 auto 20px;
  text-align: center;
  font-size: 20px;
}
/*START FORM QUESTIONS*/
.wrap-form-questions {
  padding: 20px;
  width: calc(100% - 40px);
  background-color: #1c1918;
  border-radius: 20px;
}
.form-questions {
  margin: 0 auto;
}
.form-consult_tovar {
  position: relative;
}
.wrap-inputs {
  display: flex;
  justify-content: space-between;
  /* gap: 50px; */
}

.lastname {
  position: absolute;
  left: -9999px;
  top: -9999px;
  opacity: 0;
  visibility: hidden;
}
.form-question-inner-block {
  width: 48%;
  min-width: 320px;
}
.form-question-inner-block .wrap-input {
  width: 96%;
  position: relative;
  margin-top: 20px;
}
.form-question-inner-block select {
  width: 100%;
  height: 48px;
  border: 1px solid var(--default-color-bej);
  border-radius: 8px;
  background: #1d1918;
  color: var(--default-color-bej);
  font-size: 18px;
  padding: 0 26px;
  font-family: "Magistral", "Arial";
}

.wrap-input input {
  width: 100%;
  height: 48px;
  border: 1px solid var(--default-color-bej);
  border-radius: 8px;
  background: #1d1918;
  color: var(--default-color-bej);
  font-size: 18px;
  padding: 0;
  text-indent: 30px;
  font-family: "Magistral", "Arial";
}
.textarea-tovar {
  width: 100%;
  height: 48px;
  border: 1px solid var(--default-color-bej);
  border-radius: 8px;
  background: #1d1918;
  color: var(--default-color-bej);
  font-size: 18px;
  padding: 12px 0 0;
  text-indent: 30px;
  font-family: "Magistral", "Arial";
  transition: all 0.2s linear;
}
.textarea-tovar:focus {
  height: 180px;
}
.form-consult_tovar button {
  width: 151px;
  height: 45px;
  border: 1px solid var(--default-color-bej);
  border-radius: 8px;
  background: 0 0;
  color: var(--default-color-bej);
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  transition: all 0.2s linear;
  margin: 40px auto 0;
  cursor: pointer;
}
.form-consult_tovar button:hover {
  border: 1px solid var(--default-color-bej-dark);
  color: var(--default-color-bej-dark);
}
.form-tovar-title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 20px;
}
.form-tovar-description {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
}
.politics-confi {
  text-align: center;
  display: block;
  margin: 20px 0 0 auto;
  font-size: 13px;
}
.link_underline {
  text-decoration: underline;
}

#consult .form {
  text-align: center;
}
/*STOP FORM QUESTIONS*/

/*START SOCIAL BLOCKS*/
.list-socail-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 70px;
}
.list-socail-item {
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-socail-item img {
  width: 60px;
  height: auto;
  transition: all 0.2s linear;
}
.list-socail-item:hover img {
  width: 70px;
}
/*STOP SOCIAL BLOCKS*/

/*START FOOTER*/
.footer-2024.container {
  display: block;
}
.wrap-links-video-online {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
}
.footer-links-lists {
  display: flex;
  width: 75%;
  gap: 16px;
}
.footer-links-lists ul {
  width: 26%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
}
.footer-links-lists ul:nth-child(2) {
  width: 37%;
}
.footer-links-lists ul a,
.video-online-phone,
.video-online-text {
  opacity: 1;
  transition: all 0.2s linear;
}
.footer-links-lists ul a:hover,
.video-online-phone:hover,
.video-online-text:hover {
  opacity: 0.8;
}

.footer-video-online-block {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  /* background: var(--default-color-background-dark); */
  /* padding: 20px; */
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  max-width: 300px;
  /* border: 1px #535353 solid; */
  /* transition: all 0.2s linear; */
}
/* .footer-video-online-block:hover {
  border: 1px #797979 solid;
} */

.footer-bottom {
  width: 100%;
  display: flex;
  opacity: 0.6;
  justify-content: space-between;
  font-family: "Roboto";
}
.footer-bottom div {
  width: 33%;
}
.btn-up {
  position: fixed;
  background-color: #d74405;
  right: 80px;
  bottom: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 40px;
}
.btn-up.active {
  display: flex;
}

.video-online-social {
  display: flex;
  margin: 10px 0;
  height: 70px;
  gap: 20px;
}
/*STOP FOOTER*/
footer {
  padding: 0 20px;
  width: calc(100% - 40px) !important;
}

/*START SMART FILTER*/

.smart-filter-input-group-number-items {
  display: flex;
  justify-content: space-between;
}

.smart-filter-input-container input:focus-visible {
  border: 1px solid var(--default-color);
  outline: none;
}

.form-group {
  width: 48%;
}
.form-check {
  align-items: center;
  display: flex;
  font-size: 16px;
  gap: 4px;
  margin-bottom: 6px;
  position: relative;
  width: 100%;
}
.form-check.disabled {
  color: #a1a1a1;
}
.form-check label {
  cursor: pointer;
  display: block;
  font-size: 16px;
  width: 100%;
  color: #00000090;
}
.form-check input {
  display: block;
  height: 16px;
  width: 16px;
}
.smart-filter-parameters-box-title {
  cursor: pointer;
  padding-bottom: 6px;
}

.smart-filter-input-group-checkbox-list:hover label:after {
  outline: 1px solid #4d86f7cc;
}

.smart-filter-angles {
  opacity: 0.7;
}
span.smart-filter-angle {
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
}
.wrap-sort-filter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #222;
  font-size: 16px;
}
.filter-btn_mob {
  padding: 5px;
  display: none;
  justify-content: center;
  width: 100px;
  margin: 10px 0;
  align-items: center;
  cursor: pointer;
  gap: 5px;
}
.sticky-block {
  max-height: calc(94vh - 150px);
  overflow-y: scroll;
  scrollbar-width: none;
}

.cleare-filter {
  align-items: center;
  border-top: 1px solid #e3e3e3;
  position: sticky;
  width: 100%;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  bottom: -1px;
  display: flex;
  padding: 16px 0;
  z-index: 190;
  border: none;
  background-color: #433d3a2e;
}

.cleare-filter a {
  width: 140px;
  border-radius: 10px;
  border: 1px solid var(--default-color-bej);
  text-align: center;
  padding: 10px 20px;
  display: block;
  margin: 0 auto;
  transition: all 0.2s linear;
}

.cleare-filter a:hover {
  background-color: var(--default-color-orange);
}
.smartfilter-count-items sup {
  color: #555;
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  overflow: hidden;
  position: relative;
  top: -0.4em;
  vertical-align: top;
  white-space: nowrap;
}
.filter-color-hex {
  border: 1px solid #a1a1a1;
  border-radius: 5px;
  height: 16px;
  left: -23px;
  position: absolute;
  width: 16px;
}
.form-check-label::first-letter {
  text-transform: uppercase;
}
/*END SMART FILTER*/

/* фоновое видео */
#background-video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 0.05;
  z-index: -1;
  filter: grayscale(1);
}
#background-image {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 0.6;
  z-index: -1;
  /* display: none; */
}

/* Условия акции */
.hiberg-world-wrap {
  max-width: 1190px;
  padding: 0 10px;
  margin: 0 auto;
  margin-top: 30px;
}

.akcii-politics {
  line-height: 30px;
  font-size: 18px;
  font-family: Roboto;
  padding: 30px 50px 0;
}

.akcii-politics p {
  margin-bottom: 10px;
}

.akcii-politics b {
  font-weight: 700;
  font-size: 24px;
}

.akcii-politics ol {
  list-style: decimal;
  margin-top: 20px;
  margin-bottom: 10px;
}

.akcii-politics td {
  text-wrap: balance;
}

/* Условия акции конец*/

/* Поиск */
/* ПОИСК */
.head-slider {
  position: relative;
  overflow: hidden;
}

.master {
  display: block;
  margin: 0 auto;
  max-height: 520px;
  width: auto;
}

.hiberg-world-title {
  position: absolute;
  left: 28%;
  top: 30%;
  background: #f25920;
  color: #ffffff;
  font-size: 30px;
  font-family: "Magistral", "Arial";
  font-weight: bold;
  padding: 34px 57px;
  opacity: 0.9;
}

.hiberg-world-wrap {
  max-width: 1190px;
  padding: 0 10px;
  margin: 0 auto;
}

.hiberg-world-search {
  margin: 20px auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-container.none-border {
  border-top: none;
  transition: opacity 0.5s linear;
  -webkit-transition: opacity 0.5s linear;
}
.hiberg-world-wrap .slider-container {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.new-products {
  margin: 0 0 50px 0;
  padding: 0px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.new-product_el.swiper-slide {
  /* opacity: 0; */
  transition: all 0.2s ease;
}

.new-product_el-conteiner {
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  border: 1px solid #302a28;
  display: block;
  text-decoration: none;
  padding: 21px 0 0;
  transition: all 0.2s ease;
}

.new-product-text {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}

.new-product_el img {
  margin: auto;
  max-height: 240px;
  max-width: 200px;
}

.new-product-name {
  text-transform: uppercase;
  color: #ffffff;
  line-height: 26px;
  padding: 11px 20px;
  /* margin-top: 40px; */
  min-height: 53px;
}

.new-product-price {
  color: white;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
}

.new-product_el-conteiner:hover {
  background: #1d1918;
  border: 1px solid #e9c28e;
}

.swiper-but-prev {
  left: 0px;
  border-radius: 0 10px 10px 0;
}

.swiper-but {
  position: absolute;
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
  background: #21212152;
  z-index: 200;
  cursor: pointer;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.new-products-prev {
  left: 0;
  rotate: 180deg;
}

.new-products-next {
  right: 0;
}

.form-search-page input {
  width: 370px;
  height: 30px;
  background: transparent;
  border: 1px solid #e9c28e;
  padding: 5px 10px;
  border-radius: 6px;
  color: #ffffff;
  font-family: "Magistral";
  font-size: 16px;
}
.form-search-page button {
  width: 80px;
  height: 41px;
  background: transparent;
  border: 1px solid #e9c28e;
  padding: 5px 10px;
  border-radius: 6px;
  color: #ffffff;
  font-family: "Magistral";
  cursor: pointer;
  font-size: 16px;
}
.new-product_el img {
  max-height: 240px !important;
}

.hiberg-world-wrap h1 {
  margin: 20px 0 20px;
  font-family: "Magistral", "Arial";
  font-size: 36px;
  font-weight: 400;
}

.cookie_notice {
  width: 100%;
  max-width: 1150px;
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  z-index: 9999999;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: fixed;
  text-align: center;
  font-size: 14px;
  font-family: Verdana, sans-serif;
  color: #fff;
  background: #6d6d6d;
  padding: 10px 20px;
  border-top: none;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 0 35px -20px #000;
  opacity: 1;
}
.callback-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 45px;
  right: 67px;
  z-index: 9;
  border: 2px solid #ff5005;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  transition:
    width 0.3s ease,
    background 0.3s ease;
  color: #ff5005;
  background: #302a2890;
  font-family: sans-serif;
  font-size: 16px;
  white-space: nowrap;
  padding: 0 10px;
  transition: all 0.3s ease;
}
.visually-hidden {
  display: none;
}
.callback-button svg {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  transition: all 0.4s ease;
}

.callback-button span {
  margin: 0 10px;
  display: none;
  transition: all 0.4s ease;
}

.callback-button:hover {
  width: 180px;
  background: #302a28;
  border-radius: 20px;
}
.callback-button:hover svg {
  margin-right: 10px;
}

.callback-button:hover span {
  display: block;
}
.cookie_btn {
  display: inline-block;
  margin: 0 7px 0 7px;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding: 4px 12px;
  color: #fff;
  text-transform: inherit;
  background: #f25920;
  border: 2px solid transparent;
  border-radius: 3px;
}

.cookie_btn:hover {
  opacity: 0.8;
}

/*START CATALOG PAGE*/

.hiberg-catalog-wrap {
  margin: 0 auto;
  margin-top: 20px;
  max-width: 1370px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: flex-start;
  justify-content: center;
}
.hiberg-catalog-wrap a {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 20%;
  text-decoration: none;
  border: 1px solid transparent;
  box-shadow: none;
  font-size: 0px;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
  background: #0000001f;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

.catalog-block.container {
  max-width: 1370px;
}

.catalog-list-item {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 18%;
  display: flex;
  flex-direction: column;
  height: auto;
  text-decoration: none;
  border: 1px solid transparent;
  font-size: 0px;
  border-radius: 20px;
  transition: all 0.2s linear;
  box-shadow: 0 2px 16px #00000040;
  background-color: #1b14115e;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.catalog-list-item_link {
  display: flex;
  flex-direction: column-reverse;
}

.catalog-list-item_img {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  padding: 20px;
  width: 100%;
  /* padding-bottom: 25px; */
}
.personal-logout {
  width: 100px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  border: 1px solid var(--default-color);
  margin: 30px auto;
  color: var(--default-color);
  font-size: 16px;
  font-weight: 700;
  transition: border 0.2s linear;
}
.wrap-page-personal {
  margin: 25px auto 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.wrap-section-in-personal {
  gap: 20px;
}
.order-status {
  border-radius: 10px;
  border: 1px solid #dca149;
  background: #1c1b1a;
  width: 91%;
  height: 44px;
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
  display: block;
  max-width: 200px;
  margin: 0;
}
.wrap-personal {
  width: 77%;
  padding: 20px;
}
.personal-logout:hover {
  border: 1px solid var(--default-color-bej);
}
.catalog-list-item_img img {
  display: block;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  aspect-ratio: 3 / 4;
}
.catalog-list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
  justify-content: center;
  margin-top: 20px;
}
.catalog-list-item_title {
  flex-shrink: 0;
  position: static;
  display: flex;
  align-items: center;
  height: 56px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #e8e8e8;
  padding: 0 5px;
  text-transform: uppercase;
  position: static;
  bottom: 0;
  transition: all 0.2s ease-in-out;
  text-align: center;
  word-spacing: 2px;
}

.hiberg-catalog-img {
  display: block;
  aspect-ratio: 3 / 4;
  text-align: center;
  box-shadow: 0 2px 16px #00000040;
  border-radius: 20px;
  background-color: #1b14115e;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.hiberg-catalog-title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e8e8e8;
  height: 56px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  word-spacing: 2px;
  font-family: var(--default-font);
  /* border-top: 1px solid #e9c28e; */
  padding: 0 10px;
  margin: 20px 0 0;
  line-height: 18px;
  margin-top: auto;
  /* hyphens: auto; */
  border-radius: 0 0 20px 20px;
  background: #00000050;
  backdrop-filter: blur(4px);
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  width: 100%;
  transition: all 0.2s ease-in-out;
}

.catalog-item-img .absolute-img,
.catalog-item .absolute-img,
.tovar-nav-slider-conteiner .absolute-img {
  position: absolute;
  top: -18px;
  left: -11px;
  width: 35px;
  height: auto;
  z-index: 10;
}

.catalog-item .absolute-img {
  width: 25px;
  top: 0;
  left: 0;
}

.tovar-nav-slider-conteiner .absolute-img {
  left: 35px;
}

/* COLLECTIONS START */
.promo-wrap {
  margin: 0 auto;
  padding: 68px 0 40px;
  max-width: 1293px;
}

.promo-wrap-title {
  font-family: "Magistral", "Arial";
  color: #fff;
  font-weight: bold;
  font-size: 36px;
}

.promo-list-item {
  font-family: "Roboto", sans-serif;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
  background-color: #1d1918;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
  align-items: center;
}

.promo-list-left {
  width: 40%;
  display: flex;
  height: auto;
}

.promo-list-right {
  width: 60%;
  display: flex;
  height: auto;
}

.promo-list-right img {
  max-width: 100%;
  height: auto;
}

.promo-list-left div {
  margin: auto 50px;
}

.promo-list-item-odd {
  flex-direction: row-reverse;
}

.promo-list-item span {
  font-size: 24px;
  font-weight: bold;
  font-family: "Magistral";
  display: block;
  padding: 0 0 20px;
}

.promo-list-item p {
  font-size: 16px;
  line-height: 22px;
  font-family: "Magistral";
}

.promo-list-item a {
  font-size: 14px;
  color: #e9c28e;
  text-decoration: none;
  border: 1px solid #e9c28e;
  display: block;
  float: left;
  padding: 10px 20px;
  margin: 25px 0;
  border-radius: 6px;
}

.promo-list-item a:hover {
  background: #e9c28e;
  color: #000000;
}

/* START LK*/
.sale-order-list-container {
  padding: 20px;
  width: 49%;
  border-radius: 20px;
  box-shadow: 0 2px 16px #00000040;
  background-color: #423b397a;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  margin-bottom: 20px;
  min-width: 440px;
}
.history-title-order {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
}
.history-order-date {
  color: #dbdbdb;
  font-size: 18px;
}
.sale-order-list-title-container {
  margin-bottom: 20px;
}
.top-title-page {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 500;
}

.old_price-section {
  text-decoration: line-through;
  color: #c0c0c0;
}

.wrap-order-pay-delivery {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.sale-order-list-button-container {
  width: 160px;
  border-radius: 10px;
  padding: 10px 20px;
  border: 1px solid #dca149;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}
.sale-order-list-button-container:hover {
  opacity: 0.8;
}
.sale-order-list-status-restricted,
.sale-order-list-status-alert,
.sale-order-list-status-success {
  background: none;
  border: none;
  color: #c0c0c0;
  font-size: 18px;
  padding: 0;
  font-weight: 700;
  color: #d0021b;
}
.sale-order-detail-order-item-table {
  display: flex;
  flex-direction: column;
}
.link-in-detail-order {
  padding: 20px 10px;
  display: block;
  width: 100%;
}
.sub-foto-title-order {
  width: 100%;
  padding-top: 10px;
}
.sale-order-detail-order-item-imgcontainer {
  padding-top: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.sale-order-list-top-border {
  margin: 24px 0;
}
.sale-order-detail-order-item-tr {
  display: flex;
  width: 100%;
  gap: 20px;
  padding: 10px 0;
  border-top: 1px solid #5f5f5f;
}
.sale-order-detail-order-section {
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.sale-order-list-shipment-element,
.sale-order-list-shipment-status-item,
.sale-order-list-shipment-item {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.more-order-btn {
  color: #108a81;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
}
.sale-order-list-shipment-element-price,
.sale-order-list-shipment-item-element {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.history-order-ticket {
  color: #fff;

  font-weight: 400;
  font-size: 16px;
}
.sale-order-list-status-success {
  color: #95c574;
}
.sale-order-list-payment-check,
.sale-order-list-payment-price {
  color: #898989;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 22px;
}
.sale-order-list-inner-row-template {
  display: none;
}
.sale-order-list-inner-row {
  padding: 0;
  width: 100%;
  position: relative;
}

.col-auto.pl-0 {
  margin-bottom: 10px;
}

.widget-payment-checkout-info {
  margin-bottom: 10px;
}

.d-flex.align-items-center.mb-3 {
  margin-bottom: 10px;
}

.wrap-section-in-personal {
  display: flex;
  margin: 0 auto;
  margin-top: 20px;
}

.inner-setting-pic {
  display: none;
}
.inner-setting-name {
  /* color: #444; */
  width: 90%;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 10px;
}
/* END LK*/
/* START COLLECTION HOVER IMAGE*/

.block-hover-img {
  position: relative;
}
.block-hover-img .dot {
  position: absolute;
  width: 34px;
  height: 34px;
  background: radial-gradient(
    circle,
    rgb(233, 233, 233, 0.6) 0%,
    rgba(233, 233, 233, 0.6) 35%,
    rgba(233, 233, 233, 0.3) 36%,
    rgba(233, 233, 233, 0.3) 100%
  );
  border-radius: 50px;

  opacity: 0.8;
  cursor: pointer;
  z-index: 1;
  transition: background 0.3s linear;
  opacity: 1;
}
.block-hover-img .dot:hover {
  background: radial-gradient(
    circle,
    rgb(255, 85, 5, 0.6) 0%,
    rgba(255, 85, 5, 0.6) 35%,
    rgba(255, 85, 5, 0.3) 36%,
    rgba(255, 85, 5, 0.3) 100%
  );
}

/*DOT SECTION 1*/
.block-hover-img.first .dot.first {
  top: 31%;
  left: 12%;
}
.block-hover-img.first .dot.second {
  top: 54%;
  left: 12%;
}
.block-hover-img.first .dot.three {
  top: 48%;
  left: 48%;
}
.block-hover-img.first .dot.four {
  right: 27%;
  top: 24%;
}
/*DOT SECTION 2*/
.block-hover-img.second .dot.first {
  top: 26%;
  left: 10%;
}
.block-hover-img.second .dot.second {
  top: 31%;
  left: 25%;
}
.block-hover-img.second .dot.three {
  top: 22%;
  left: 59%;
}
/*DOT SECTION 3*/
.block-hover-img.three .dot.first {
  top: 12%;
  left: 10%;
}
.block-hover-img.three .dot.second {
  top: 7%;
  left: 33%;
}
.block-hover-img.three .dot.three {
  top: 39%;
  left: 35%;
}
.block-hover-img.three .dot.four {
  left: 47%;
  top: 44%;
}
.block-hover-img.three .dot.five {
  top: 74%;
  left: 35%;
}
.block-hover-img.three .dot.six {
  top: 10%;
  left: 50%;
}
.block-hover-img.three .dot.seven {
  right: 32%;
  top: 24%;
}

/*DOT SECTION 4 - RED*/
.block-hover-img.four .dot.first {
  top: 20%;
  left: 33%;
}
.block-hover-img.four .dot.second {
  top: 70%;
  left: 49%;
}
.block-hover-img.four .dot.three {
  top: 31%;
  right: 34%;
}
.block-hover-img.four .dot.four {
  right: 14%;
  top: 31%;
}
.block-hover-img.four .dot.five {
  top: 46%;
  right: 14%;
}
.block-hover-img.four .dot.six {
  top: 76%;
  right: 13%;
}

/*DOT SECTION 5 - RED*/
.block-hover-img.five .dot.first {
  top: 59%;
  left: 10%;
}
.block-hover-img.five .dot.second {
  top: 49%;
  left: 21%;
}
.block-hover-img.five .dot.three {
  top: 34%;
  left: 40%;
}
.block-hover-img.five .dot.four {
  left: 42%;
  top: 14%;
}
.block-hover-img.five .dot.five {
  top: 65%;
  left: 51%;
}
.block-hover-img.five .dot.six {
  top: 30%;
  left: 65%;
}
.block-hover-img.five .dot.seven {
  right: 31%;
  top: 44%;
}
.block-hover-img.five .dot.eight {
  top: 18%;
  right: 20%;
}
/*DOT SECTION END*/

/*region PAGE COMPARE*/
.wrap-compare-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
  font-size: 18px;
  min-height: 44px;
  gap: 20px;
  border-bottom: 1px solid #898989;
  margin-bottom: 25px;
  padding-bottom: 12px;
}

.compare-category {
  padding: 14px 22px;
  white-space: nowrap;
  transition: all 0.2s linear;
  border-radius: 12px;
  cursor: pointer;
}
.compare-category.active,
.compare-category:hover {
  background: #f37021;
}

.btn-control-compare {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.compare_delele_all {
  width: 163px;
  height: 44px;
  border-radius: 20px;
  border: 1px solid var(--default-color);
  text-align: center;
  color: var(--default-color);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}
.compare_delele_all:hover {
  color: rgb(229, 31, 31);
  border: 1px solid rgb(229, 31, 31);
}

/*endregion PAGE COMPARE*/

/*Start COOKIE*/
.cookie-notification-modal {
  border-radius: 6px 6px 0 0;
  bottom: 14px;
  color: #ffffff;
  font-size: 18px;
  left: calc(50% - 35%);
  line-height: 1.5;
  opacity: 0.99;
  padding: 10px;
  position: fixed;
  width: 70%;
  z-index: 99999;
  border-radius: 20px;
  box-shadow: 0 2px 16px #00000040;
  background-color: var(--bg-color-fly-block);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.cookie-agree {
  align-items: center;
  -webkit-box-pack: justify;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.cookie-agree__text a {
  color: var(--default-color-orange);
  text-decoration: underline;
}
.cookie-agree__button.btn-green {
  background: var(--default-color-orange);
  border: 1px solid var(--default-color-orange);
  margin: 0 auto;
  width: 150px;
}
.cookie-agree__text {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0 20px;
}
.cookie-agree__button {
  align-items: center;
  border-radius: 4px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-size: 14px;
  height: 35px;
  justify-content: center;
  -webkit-transition:
    color 0.3s ease-out,
    background 0.3s ease-out;
  transition:
    color 0.3s ease-out,
    background 0.3s ease-out;
}
.callback-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 122px;
  z-index: 9;
  right: 65px;
  border: 2px solid var(--default-color);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  color: var(--default-color);
  background: #ffffff90;
  font-family: var(--default-font);
  font-size: 16px;
  white-space: nowrap;
  padding: 0 10px;
}

/* END COOKIE */
.popup-info-wrap {
  position: absolute;
  background: #302a2899;
  padding: 15px 15px;
  border-radius: 10px;
  font-family: "magistral";
  z-index: 3;
  opacity: 0;
  visibility: hidden;

  transition: opacity 0.2s linear;
}
.corner {
  position: absolute;
  bottom: -12px;
  left: calc(50% - 12.5px);
}
/* MODAL SECTION 1*/
.block-hover-img.first .popup-info-wrap.first {
  top: 5%;
  left: 0%;
}
.block-hover-img.first .popup-info-wrap.second {
  top: 28%;
  left: -1.2%;
}
.block-hover-img.first .popup-info-wrap.three {
  top: 19%;
  left: 37%;
}
.block-hover-img.first .popup-info-wrap.four {
  top: -12%;
  right: 13.4%;
}
/* MODAL SECTION 2*/

.block-hover-img.second .popup-info-wrap.first {
  top: 0%;
  left: -3.2%;
}
.block-hover-img.second .popup-info-wrap.second {
  top: 5%;
  left: 14.3%;
}
.block-hover-img.second .popup-info-wrap.three {
  top: -4%;
  left: 43.5%;
}
/* MODAL SECTION 3*/
.block-hover-img.three .popup-info-wrap.first {
  top: -14%;
  left: -5.7%;
}
.block-hover-img.three .popup-info-wrap.second {
  top: -19%;
  left: 12.8%;
}
.block-hover-img.three .popup-info-wrap.three {
  top: 13%;
  left: 20.2%;
}
.block-hover-img.three .popup-info-wrap.four {
  top: 18%;
  right: 36.9%;
}
.block-hover-img.three .popup-info-wrap.five {
  top: 48%;
  left: 22.6%;
}
.block-hover-img.three .popup-info-wrap.six {
  top: -16%;
  left: 33.2%;
}
.block-hover-img.three .popup-info-wrap.seven {
  top: -2%;
  right: 13.9%;
}
/* MODAL SECTION 4 - RED*/
.block-hover-img.four .popup-info-wrap.first {
  top: -9%;
  left: 18.7%;
}
.block-hover-img.four .popup-info-wrap.second {
  top: 41%;
  left: 37.3%;
}
.block-hover-img.four .popup-info-wrap.three {
  top: 2%;
  left: 47.8%;
}
.block-hover-img.four .popup-info-wrap.four {
  top: 2%;
  right: 1.3%;
}
.block-hover-img.four .popup-info-wrap.five {
  top: 17%;
  right: -1.4%;
}
.block-hover-img.four .popup-info-wrap.six {
  top: 50%;
  right: -2.6%;
}

/* MODAL SECTION 5 - RED*/
.block-hover-img.five .popup-info-wrap.first {
  top: 30%;
  left: -4.3%;
}
.block-hover-img.five .popup-info-wrap.second {
  top: 20%;
  left: 9.3%;
}
.block-hover-img.five .popup-info-wrap.three {
  top: 5%;
  left: 26.2%;
}
.block-hover-img.five .popup-info-wrap.four {
  top: -15%;
  right: 36%;
}
.block-hover-img.five .popup-info-wrap.five {
  top: 36%;
  left: 34.8%;
}
.block-hover-img.five .popup-info-wrap.six {
  top: 1%;
  left: 53%;
}
.block-hover-img.five .popup-info-wrap.seven {
  top: 15%;
  right: 15.5%;
}
.block-hover-img.five .popup-info-wrap.eight {
  top: -11%;
  right: 6.5%;
}
/* MODAL SECTION END*/

.popup-info-wrap ul {
  padding-left: 5px;
}
.popup-info-wrap ul li {
  margin-bottom: 7px;
}

.popup-info-wrap.active {
  opacity: 1;
  visibility: visible;
}
a.link-popup-inner {
  margin: 0 0 10px 0;
  padding: 0;
  border: none;
  float: none;
  text-align: left;
  font-size: 16px;
}
a.link-popup-inner:hover {
  background: transparent;
  color: #ff5005;
  text-decoration: underline;
}

/*STOP CATALOG PAGE*/

@media (max-width: 1024px) {
  .header-menu {
    display: none;
    opacity: 0;
  }
  main {
    margin-top: 70px;
  }
  .header {
    top: 8px;
    left: 0;
    position: fixed;
    border: 1px solid rgba(255, 255, 255, 0.08);
    width: 97%;
    z-index: 1001;
    left: 50%;
    transform: translate(-50%, 0%);
    border-radius: 20px;
  }
  .compare-category {
    padding: 8px 14px;
  }
  .header-menu.active {
    padding: 15px 0;
    opacity: 1;
    border-radius: 20px;
    overflow: hidden;
    height: auto;
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: #1a1817fa;
    box-shadow: 0px 1px 5px 2px #00000045;
    width: 100%;
    left: 0;
    gap: 0;
  }

  .header-catalog-link {
    background-color: transparent;
    height: auto;
    font-size: 20px;
    line-height: 32px;
  }

  .header-catalog-search-wrap {
    gap: 0;
  }

  .header-catalog-link svg {
    display: none;
  }
  .header-position {
    border-radius: 20px;
  }
  .header-menu_els {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    width: 100%;
    font-weight: 500;
  }

  .cookie_btn {
    margin: 5px 4px 4px 4px;
    font-size: 12px;
  }

  .header-logotype {
    width: 180px;
    padding: 10px;
    padding-bottom: 6px;
  }

  .header-tel-wrap {
    display: none;
  }

  .wrap-header-burger {
    display: flex;
    width: 68px;
  }

  .wrap-header-burger a {
    display: none;
  }
  .logo-desk {
    display: flex;
    align-items: center;
  }

  #search-open {
    display: none;
  }
  .new-search {
    display: none;
  }

  .header-search_container.active {
    display: none;
  }

  .header-menu_els > a {
    margin: 0 auto;
  }

  .search-mob {
    display: inline-block;
    padding: 0;
    margin: 20px auto 10px;
    width: 100%;
  }
  .search-mob form {
    position: relative;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }

  .searh_head-mob button {
    border: none;
    cursor: pointer;
    width: 20px !important;
    height: 20px !important;
    background: url(/local/templates/hiberg/src/images/search.png);
    text-indent: 0 !important;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: 0 !important;
    font-size: 0px;
    opacity: 1;
    position: absolute;
    right: 16px !important;
    top: 17px !important;
  }

  .header-tools {
    position: static;
  }
  .cookie_notice {
    width: 85%;
    max-width: 500px;
    bottom: 10px;
    display: none;
    left: 0;
    max-height: 46px;
    top: 0;
    border-radius: 8px;
    margin: auto auto 0;
    right: 0;
    font-size: 11px;
    text-align: left;
    opacity: 0.9;
  }

  .cookie_btn {
    margin: 5px 4px 4px 4px;
    font-size: 12px;
  }
  #search-open-mobile {
    /* display: flex; */
    height: 26px;
    width: 26px;
    align-items: center;
    justify-content: center;
    order: 10;
  }

  #search-open-mobile svg {
    transform: none;
  }
  .header-container {
    height: 54px;
  }
  .wrap-page-personal {
    justify-content: center;
  }
  .wrap-section-in-personal {
    display: flex;
    margin: 0 auto;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .sale-order-list-container {
    min-width: 100%;
  }
}

@media (max-width: 768px) {
  .wrap-personal {
    width: 100%;
  }
  .promo-wrap-title {
    margin-left: 15px;
  }
  .promo-wrap {
    padding: 30px 0 40px;
  }

  .promo-list-item span {
    font-size: 18px;
  }

  .promo-list-item p {
    font-size: 14px;
  }

  .promo-list-left div {
    margin: auto 10px;
  }

  .promo-list-item {
    flex-direction: column-reverse;
    gap: 30px;
    margin-bottom: 50px;
    margin-top: 30px;
  }

  .promo-list-left {
    width: 100%;
    display: flex;
    height: auto;
    margin-bottom: 30px;
  }

  .promo-list-left div {
    margin: auto 10px;
  }

  .promo-list-right {
    width: 100%;
    display: flex;
    height: auto;
  }

  .promo-list-item a {
    float: left;
    max-width: 286px;
    font-size: 13px !important;
  }
}

@media (max-width: 380px) {
  .substrate-slide-price-sale {
    font-size: 18px;
  }
  /*START HEADER*/

  .header-logotype {
    width: 140px;
  }

  /*START HEADER*/
  .substrate-slide-text {
    width: 63% !important;
  }
}

@media (max-width: 340px) {
  /*START HEADER*/
  .header-logotype {
    width: 120px;
  }
}

@media (max-width: 745px) {
  .popup-info-wrap {
    padding: 20px 15px;
  }

  .block-hover-img .dot {
    width: 20px;
    height: 20px;
  }
  a.link-popup-inner {
    font-size: 16px !important;
  }
  .popup-info-wrap ul li {
    font-size: 14px;
  }
  .block-hover-img.first .dot.first {
    top: 31%;
  }

  .popup-info-wrap {
    background: #302a28d4;
    min-width: 220px;
    top: 80% !important;
    left: calc(50% - 120px) !important;
    max-width: 220px;
  }
  .corner {
    display: none;
  }
}
/* END COLLECTION HOVER IMAGE*/
/* COLLECTION END */

/* NEWS START */
.news-page {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 54px;
}

.news-page b {
  font-weight: 600;
}

.news-page i {
  font-style: italic;
}

.video-news-mob {
  display: none;
}

iframe {
  width: 100%;
}

img.float-news {
  float: left;
  width: 50% !important;
  margin-right: 50px;
}
.news-wrap_title {
  font-family: "Magistral";
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #ffffff;
}

.empty-compare-title {
  font-size: 32px;
  text-align: center;
}

.wrap-empty-compare {
  width: 75%;
  height: 100%;
  min-height: 451px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.empty-compare-link {
  /* margin-top: 20px; */
  color: #fff;
  background: var(--default-color-orange);
  padding: 20px;
  border-radius: 16px;
}

.empty-compare-subtitle {
  text-align: center;
}
.news-list-links {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  gap: 15px;
}

.news-list-links a {
  color: #fff;
  text-decoration: none;
}

.news-list-links a.active,
.news-list-links a:hover {
  color: #e9c28e;
  text-decoration: underline;
}
.obzor-videos {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.obzor-videos iframe {
  height: 100%;
  min-height: 450px;
}
.news-list_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.section-social {
  position: static;
  margin: 0 auto 20px;
}
.formWram {
  position: relative;
  transition: 0.4s;
}
.formWram.loading {
  filter: blur(3px);
  opacity: 0.4;
  pointer-events: none;
}
.siteFormWrap .row {
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
}
.section-swiper-container {
  position: relative;
}
.swiper-btn-section::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  display: block;
}

.swiper-button-section-next.swiper-btn-section::after {
  transform: rotate(45deg);
}

.swiper-button-section-prev.swiper-btn-section::after {
  transform: rotate(-135deg);
}
.circle-notice {
  align-items: center;
  border-radius: 53px;
  box-shadow: 1px 1px 2px 1px #00000030;
  color: var(--default-color-bej);
  display: flex;
  font-size: 13px;
  height: 20px;
  background: #6a6a6a30;
  backdrop-filter: blur(2px);
  justify-content: center;
  opacity: 1;
  position: absolute;
  right: -12px;
  top: -7px;
  transition: opacity 0.2s linear;
  width: 20px;
}

.basket-counter {
  top: -5px;
  font-weight: 400;
}
.wrap-list-personal-link .circle-notice {
  position: static;
}
/* 3 инпута в строке */
.siteFormWrap .row-3 {
  grid-template-columns: repeat(3, 1fr);
}

/* 2 инпута в строке */
.siteFormWrap .row-2 {
  grid-template-columns: repeat(2, 1fr);
}

.formField.textarea {
  width: 100%;
}
.add-cart_news {
  margin: 0 0 20px;
}
.pageReelsWrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: 100%;
}

.pageReelsItem {
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 20px;
  box-shadow: 0 2px 16px #00000040;
  background-color: #1b14115e;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.collection-text_model {
  width: 80%;
  margin: 0 auto;
}

.collection-text_model.news_pagetitle {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  height: 72px;
}
.collection-item {
  max-height: 470px;
  min-height: 430px;
}
.collection-item:hover .add-cart_news {
  opacity: 1;
  background: #d74405;
  border: #302a28 1px solid;
}
.news-item {
  width: 32%;
  box-shadow: 0 2px 16px #00000040;
  background-color: #1b14115e;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-radius: 20px;
  overflow: hidden;
  border: #302a28 1px solid;
  margin-bottom: 22px;
  text-decoration: none;
  transition:
    border 0.2s linear,
    background 0.2s linear;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-item:hover {
  border: #e9c28e 1px solid;
  background: #1d1918;
}

.news-item picture img {
  width: 100%;
}

.news-description {
  padding: 32px;
}

.news-description h2 {
  font-family: "Magistral";
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  color: #ffffff;
  margin-bottom: 18px;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-description span {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}

.breadcrumbs {
  font-size: 12px;
  font-family: "Magistral";
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.breadcrumbs a {
  color: #fff;
  position: relative;
  text-decoration: none;
  line-height: 26px;
}
.breadcrumbs a::after {
  content: "|";
  padding: 0 7px 0 11px;
}
.breadcrumbs span {
  color: #e9c28e;
}
.news-description .news-text_preview {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  margin-bottom: 18px;
  display: block;
  height: 96px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-item_content .news-item_title {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 20px;
}

.news-item_img {
  width: 100%;
  display: block;
  margin: 0 auto 50px;
}

.news-item_content p {
  font-family: "Roboto";
  text-align: justify;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 20px;
}
.news-item_content table {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  text-wrap: balance;
}
.news-item_content td p {
  text-align: center;
  margin: 0;
}

.news-item_content td:nth-of-type(2n-1) p {
  text-align: left;
  padding-left: 10px;
}
.news-item_content p img {
  width: 100%;
  height: auto;
}
.news-item_content p a {
  color: #fff;
}
li a {
  color: #fff;
}
.news-item_content ul {
  padding-left: 20px;
}

.slider-collection .swiper-but {
  top: 35%;
}

.news-item_content li {
  list-style: circle;
  font-family: "Roboto";
  text-align: justify;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}

.news-item_content td li {
  text-align: left;
  line-height: 20px;
  margin-bottom: 5px;
}

.news-item_content ol li {
  list-style: decimal;
}

.news-item_content h2 {
  font-size: 22px;
  line-height: 75px;
}
.news-item_content p strong {
  margin-bottom: -15px;
  display: inline-block;
}

.news-item_content a strong {
  text-decoration: underline;
}

.news-item_content b {
  font-weight: 700;
}

.news-item_content td {
  border: 1px solid #fefefe;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  line-height: 20px;
}

.news-item_content video {
  max-height: 600px;
}

.btn-view-share {
  width: 155px;
  text-align: left;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 19px;
  color: #e9c28e;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 30px;
}
.btn-view-share:hover,
.btn-view-compare:hover,
.btn-view-favorite:hover {
  opacity: 0.8;
}

/* NEWS END */

/* SINGLE NEW */
/* SUBSCRIBE  START*/
.wrap-collection {
  opacity: 0;
  visibility: hidden;
  transition: opacity 2s ease;
  -webkit-transition: opacity 2s ease;
}

.wrap-collection.visible {
  visibility: visible;
  opacity: 1;
}

.news-page_item {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 54px;
}

.compare-container .notetext {
  display: none;
}
.wrap-collection_text {
  font-family: "Magistral", "Arial";
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 15px;
}

.collection-title {
  font-family: "Magistral", "Arial";
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin: 40px 0;
  text-transform: uppercase;
}

.collection-item {
  background: #302a28;
  border: 1px solid #1d1918;
  transition: background-color 0.2s linear;
  box-sizing: border-box;
}

.collection-item img {
  margin-top: 30px;
  max-width: 226px;
  max-height: 290px;
}

.slider-collection {
  display: flex;
  position: relative;
  padding-bottom: 110px;
  border-bottom: #ffffff21 1px solid;
}

.slider-collection.interesting {
  border-bottom: none;
}

.collection-item a {
  flex-direction: column;
  font-family: "Magistral", "Arial";
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: flex;
  width: 100%;
  min-height: 300px;
  align-items: center;
  justify-content: space-evenly;
  gap: 10px;
}

.collection-item:hover {
  background-color: #1d1918;
  border: #e9c28e 1px solid;
}

.collection-item:hover .collection-text_model {
  color: #e9c28e;
}

.collection-item.interesting {
  min-height: 500px;
}

.collection-item.interesting a img {
  max-height: 380px;
  max-width: 300px;
  font-size: 0;
  width: auto;
  height: auto;
  /* margin-top: 0; */
}

.collection-item.interesting a {
  margin: auto 0 0 0;
}

#subscribe-news {
  margin-bottom: 50px;
}

#subscribe-news p {
  text-align: center;
}

#subscribe-news .errors {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.subscribe-news {
  width: auto;
  padding: 30px 130px 10px;
  flex-direction: column;
}

.form-subscribe-news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.form-subscribe-news form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60%;
}

.form-subscribe-news form .dilers-input {
  position: relative;
  width: 100%;
  max-width: 474px;
}

.form-subscribe-news form .inverter-btn {
  margin: 0;
}

#subscribe-email {
  padding: 14px 14px;
  width: 444px;
  margin: 0;
}

.btn-subscribe {
  margin: 0;
  cursor: pointer;
}

.dilers-hiberg {
  display: flex;
  background: #1d1918;
}

.dilers-hiberg h1 {
  text-transform: uppercase;
  color: #fff;
}

.dilers-hiberg-text {
  margin-top: 15px;
  color: #fff;
  font-family: "Roboto";
  font-weight: 100;
}

.dilers-hiberg .inverter-btn {
  background: none;
  margin: 30px auto 0 auto;
  cursor: pointer;
}
.dilers-inputs-container {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}

.dilers-input {
  width: 32%;
  font-family: Roboto;
}

.dilers-input > p {
  font-size: 16px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: lighter;
}

.dilers-input > input {
  width: 100%;
  padding: 10px 0;
  border: 1px solid #e9c28e;
  background: none;
  color: white;
  margin-top: 5px;
  text-indent: 10px;
  border-radius: 8px;
}

.inverter-btn {
  font-family: "Roboto Bold";
  text-decoration: none;
  color: #e9c28e;
  border: 1px solid #e9c28e;
  background: #000;
  border-radius: 8px;
  text-transform: uppercase;
  width: 150px;
  display: flex;
  justify-content: center;
  margin-top: 60px;
  font-size: 12px;
  padding: 15px 0;
}

.inverter-btn:hover {
  opacity: 0.8;
}

.politics-confi a {
  color: #ff5005;
  text-decoration: underline;
}

.black-line-input {
  background: #1d1918;
  position: absolute;
  width: 10px;
  height: 20px;
}

.black-line-input.left {
  left: 0;
  top: calc(50% - 10px);
}

.black-line-input.right {
  right: 0;
  top: calc(50% - 10px);
}

.black-line-input-close {
  background: #302a28;
  position: absolute;
  width: 10px;
  height: 20px;
}

.black-line-input-close.left {
  left: -3;
  top: calc(50% - 10px);
}

.black-line-input-close.right {
  right: -3px;
  top: calc(50% - 10px);
}

@media (max-width: 1640px) {
  .form-subscribe-news form .dilers-input {
    position: relative;
    width: 60%;
    max-width: none;
  }

  .black-line-input.right {
    right: -3px;
    top: calc(50% - 10px);
  }

  .subscribe-news {
    width: auto;
    padding: 30px 30px 10px;
    flex-direction: column;
  }

  #subscribe-email {
    padding: 14px 0px;
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 1290px) {
  .slider-collection {
    margin: 0 auto;
  }

  .collection-item.interesting {
    min-height: 300px;
  }

  .collection-item.interesting a img {
    max-height: 226px;
    max-width: 136px;
  }

  .collection-item a {
    justify-content: end;
  }
}

@media (max-width: 1060px) {
  .collection-item img {
    max-width: 180px;
    /* max-height: 140px; */
  }

  .collection-item a {
    min-height: 260px;
  }
}

@media (max-width: 1024px) {
  .dilers-hiberg h1 {
    margin-left: 15px;
  }

  .dilers-hiberg-text {
    margin-left: 15px;
    font-size: 14px;
  }

  .dilers-input:first-child {
    margin-top: 25px;
  }

  .dilers-inputs-container {
    width: 93%;
    flex-direction: column;
    margin: 10px auto;
  }

  .dilers-input > p {
    font-size: 14px;
  }

  .inverter-btn {
    margin: 120px 20px 0 auto;
  }

  .form-subscribe-news {
    flex-direction: column;
    gap: 26px;
  }

  .form-subscribe-news form .dilers-input {
    margin: 0;
    width: 100%;
  }

  .voscl-news {
    display: none;
  }

  .politics-confi {
    margin: 13px auto 0;
    text-align: center;
  }
  .news-wrapper-container {
    width: 100%;
  }
  .news-list_items {
    padding: 0;
  }
  .news-page_item {
    margin-top: 15px;
  }
  .news-page {
    padding: 16px 20px 0;
  }
  .wrap-personal-profile .bx-auth-profile {
    padding: 20px;
  }
}

@media (max-width: 890px) {
  .catalog-head-slider {
    display: none;
  }

  .catalog-items {
    padding: 0 0 20px;
  }

  .breadcrumbs.catalog {
    padding: 15px 20px;
    margin-top: 54px;
    margin-bottom: 30px;
  }

  .breadcrumbs-catalog-desc {
    display: none;
  }

  .catalog-wrap {
    padding: 0;
  }

  .btn-filter_mobil {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    position: fixed;
    top: 70px;
    left: 0;
    width: 90%;
    margin: 0 auto;
    right: 0;
    background: #302a28d9;
    z-index: 100;
  }

  .catalog-filter-wrap {
    position: absolute;
    z-index: -10;
    background: #525050;
    padding: 26px !important;
    top: 144px;
    width: 72%;
    max-width: 500px;
    min-width: 200px;
    margin-top: -20px;
    opacity: 0;
    border-radius: 5px;
    transition: opacity 0.1s ease;
    -webkit-transition: opacity 1s ease;
  }
  .catalog-filter-wrap.active {
    opacity: 1;
    z-index: 100;
  }

  .catalog-items-wrap {
    width: 100%;
  }

  .catalog-items li {
    max-width: none;
    width: 40%;
    min-width: 120px;
    margin: 0 12px 60px;
  }

  .catalog-item-img {
    display: flex;
    align-items: end;
    justify-content: center;
    /* width: 150px;
    height: 218px; */
  }

  .pl-name .catalog-item-type {
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    border-bottom: 1px solid var(--default-color-bej);
  }

  .pl-name .catalog-item-title {
    min-height: auto;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    -webkit-line-clamp: 1 !important;
    font-size: 18px !important;
    margin-bottom: 6px;
  }

  .catalog-item-title a {
    font-size: 12px;
    line-height: 14px;
    min-height: 42px;
    /* display: block; */
  }

  .catalog-item-options div {
    padding: 6px 0;
    font-size: 12px;
    min-height: 55px;
  }

  .catalog-item-options div span {
    font-size: 12px;
  }
  .catalog-item-options div span:last-child {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .catalog-price_ab.price .catalog-price.razryad {
    font-size: 18px;
    margin-top: 13px !important;
  }

  .tovar-tex-addcart,
  .link-more,
  .catalog-go-to-cart {
    padding: 8px 15px;
    font-size: 14px;
  }

  .link-more {
    opacity: 1;
  }

  .cart-list {
    width: 100%;
  }
  .cart-goto-order {
    width: 60%;
    padding: 18px;
    font-size: 28px;
    margin: 0 auto;
  }
  .wrap-inputs {
    align-items: center;
  }

  .video-desctop {
    display: none;
  }

  .video-mobile {
    display: block;
  }

  .promo-banner > video {
    margin: 0 !important;
    width: 100% !important;
  }

  .catalog-items-wrap {
    width: 100%;
  }

  .vstroyka-page_bg {
    display: none;
  }

  .catalog-item {
    opacity: 1;
  }

  .tovar-tex-addcart.catalog-item {
    opacity: 1;
  }

  .tovar-text-balance div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
  }

  .catalog-head-slider {
    display: none;
  }

  .catalog-items {
    padding: 0 0 20px;
  }

  .catalog-wrap {
    padding: 0 15px 0;
  }

  .catalog-items li {
    max-width: 290px;
  }

  .header-tel-wrap {
    display: none;
  }

  .btn-filter_mobil img {
    display: inline-block;
    width: 35px;
    cursor: pointer;
  }

  .catalog-filter-wrap {
    position: absolute;
    z-index: -10;
    background: #525050;
    padding: 26px !important;
    top: 144px;
    width: 72% !important;
    max-width: 500px;
    min-width: 200px;
    margin-top: -20px;
    opacity: 0;
    border-radius: 5px;
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 2s ease;
  }

  .catalog-filter-wrap.active {
    opacity: 1;
    z-index: 100;
  }

  .tovar-tex-addcart,
  .link-more,
  .catalog-go-to-cart,
  .tovar-tex-buy_now {
    padding: 10px 15px;
    font-size: 12px;
  }

  .catalog-go-to-cart.active {
    padding: 10px 6px;
  }

  .btn-filter_mobil img:hover {
    opacity: 0.8;
  }

  .block-3d-picture_inner {
    min-height: 230px;
  }

  .block-3d-picture_img {
    width: 84%;
  }

  .block-3d-picture_right {
    width: 47%;
    margin-left: -111px;
    z-index: 1;
  }

  .block-3d-picture_right-title {
    font-size: 16px;
  }

  .block-3d-picture_right-text {
    line-height: 17px;
    font-size: 15px;
  }

  .advantage-left {
    margin-left: 0;
    width: 40%;
  }

  .advantage-title {
    font-size: 16px;
    line-height: 18px;
  }

  .advantage {
    min-height: 310px;
  }

  .advantage-list {
    line-height: 14px;
  }

  .advantage-block_item-img img {
    max-width: 210px;
  }

  .advantage-block_item-img {
    min-height: 120px;
  }

  .advantage-block_item {
    max-width: 210px;
  }

  .collection-item img {
    max-width: 140px;
    max-height: 120px;
  }

  .slider-collection {
    max-width: 580px;
  }

  .wrap-collection_text {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .collection-item a {
    min-height: 215px;
  }

  .collection-item {
    min-height: 210px;
  }

  .collection-item.interesting a {
    min-height: 181px;
  }

  .collection-item.interesting {
    min-height: 181px;
  }

  .collection-item.interesting a img {
    max-height: 110px;
    max-width: 90px;
  }

  .cart-wrap-content {
    flex-direction: column;
  }

  .cart-list {
    width: 100%;
  }

  .cart-goto-order {
    width: 45%;
    padding: 18px;
    font-size: 28px;
    margin: 0 auto;
  }

  .itogo-cart {
    flex-direction: row;
  }

  .model-3d {
    width: 85% !important;
    margin: 40px auto 0 !important;
  }

  .tovar-text-price a {
    line-height: 20px;
  }

  .tovar-text-price {
    line-height: 18px;
    margin-bottom: 0;
  }

  .tovar-text-price a {
    display: inline-block;
    line-height: 20px;
    margin-top: 20px;
  }

  .tovar-text-price div span {
    font-size: 16px;
    margin-right: 0;
  }

  .tovar-text-price .inform-arrival {
    margin: 0;
  }
  .substrate-slide-content {
    height: auto;
    padding: 10px 12px;
  }
  .tovar-modal-price .substrate-slide-content {
    padding-right: 0;
  }

  .tovar-modal-price .tovar-tex-buy_now.modal {
    height: 16px;
    margin: 0;
  }

  .modal-buy-fixed .tovar-name_page {
    font-size: 14px;
    font-weight: 400;
  }

  .modal-buy-fixed .tovar-text-title {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
  }

  .substrate-slide-price-real {
    margin-right: 2px;
  }
  .visible-only-desk {
    display: none !important;
  }
  .swiper-slide.index-top-baner {
    height: 100vh;
  }
  .slider-innovacii-block .swiper-but,
  .slider-mir-hiberg-block .swiper-but,
  .section-reels .swiper-but {
    display: none;
  }

  .substrate-slide-innovation {
    gap: 4px;
  }
  /*START HEADER*/
  .swiper-slide.slide-akcii-block {
    max-height: none;
  }

  .index-top-baner .top-banner-img-mob,
  .brand-video-section .top-banner-img-mob {
    display: block !important;
  }
  .index-top-baner .top-banner-img-desk,
  .brand-video-section .top-banner-img-desk {
    display: none !important;
  }
  .slider-img-mob {
    display: block !important;
  }
  .slider-img-desk {
    display: none !important;
  }
  /*STOP HEADER*/
  /*START TOP SLIDER BANER*/
  .swiper-but {
    width: 20px;
    height: 20px;
    padding: 10px;
  }
  /*STOP TOP SLIDER BANER*/
  .section-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .wrap-slide-akcii-two-block {
    flex-direction: column;
  }
  .slide-akcii-two-block {
    width: 100%;
  }

  .wrap-slide-akcii-two-block .substrate-slide-content {
    padding: 10px;
    min-height: 60px;
    width: 100%;
  }
  .substrate-slide-content {
    padding: 10px;
    min-height: 60px;
    width: 100%;
  }
  .index-list-catalog-item .substrate-slide-content {
    height: auto;
    min-height: 60px;
    padding: 10px;
    width: 100%;
  }
  .wrap-slide-akcii-two-block .substrate-slide-text {
    width: 73%;
    max-width: 400px;
    text-transform: uppercase;
    font-size: 10px;
  }
  .section-mir-hiberg.container {
    padding: 0;
  }
  .substrate-slide-wrap-price {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 2px;
  }
  .substrate-slide-price-sale {
    font-size: 18px;
    font-weight: 600;
    text-shadow: #0000007d 0px 1px 5px;
  }
  .substrate-slide-price-real {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    margin-right: 6px;
  }
  .substrate-slide-text {
    width: 73%;
    max-width: 700px;
    text-transform: uppercase;
    font-size: 11px;
  }

  .btn-more-akcii {
    padding: 10px 20px;
    min-width: 170px;
    font-size: 16px;
  }

  .section-innovacii.container,
  .section-reels.container {
    padding: 0;
  }
  .slide-innovation-text h4:first-child {
    height: 26px;
    -webkit-line-clamp: 2;
  }
  .slide-innovation-text {
    font-size: 11px;
    line-height: 12px;
  }
  .slide-innovation-text {
    gap: 0;
  }
  .slider-innovacii-block .swiper-wrapper::-webkit-scrollbar,
  .slider-top_sale-block .swiper-wrapper::-webkit-scrollbar,
  .slider-mir-hiberg-block .swiper-wrapper::-webkit-scrollbar,
  .reels-slider .swiper-wrapper::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .slider-innovacii-block .swiper-wrapper,
  .slider-top_sale-block .swiper-wrapper,
  .slider-mir-hiberg-block .swiper-wrapper,
  .reels-slider .swiper-wrapper {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 16px 0;
  }
  .slider-innovacii-block .swiper-slide,
  .slider-top_sale-block .swiper-slide,
  .reels-slider .swiper-slide {
    width: 44%;
    scroll-snap-align: start;
  }
  .slider-mir-hiberg-block .swiper-slide {
    scroll-snap-align: start;
  }

  .slide-innovacii {
    margin-left: 10px;
  }
  .slide-innovacii:first-child {
    margin-left: 10px;
  }
  .slide-innovacii:last-child {
    margin-right: 10px;
  }
  .hover-bej:hover {
    border: 1px solid var(--default-color-background) !important;
  }
  .index-list-catalog-items {
    flex-direction: column;
  }
  .index-list-catalog-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .wrap-form-questions {
    padding: 20px;
  }
  .form-question-inner-block .wrap-input {
    margin-top: 0px;
  }
  .wrap-inputs {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
  }
  .form-question-inner-block {
    width: 100%;
    gap: 10px;
    display: flex;
    flex-direction: column;
    min-width: 280px;
  }
  .form-question-inner-block .wrap-input {
    width: 100%;
  }
  .politics-confi {
    text-align: center;
  }

  .list-socail-item {
    width: 50px;
  }
  .list-socail-item img {
    width: 50px;
  }
  .list-socail-items {
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .section-social {
    padding: 0 20px;
    margin: 0 auto;
    width: calc(100% - 40px);
  }
  .section-social .section-title {
    font-size: 16px;
  }

  .wrap-links-video-online {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: center;
  }
  .footer-links-lists {
    width: calc(100% - 40px);
    flex-direction: column;
    align-items: center;
  }
  .footer-video-online-block {
    width: calc(100% - 40px);
    font-size: 24px;
  }
  .footer-links-lists ul {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 16px;
  }
  .footer-links-lists ul:nth-child(2) {
    width: 100%;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .video-online-social {
    display: flex;
    margin: 10px 0 0;
  }
  .footer-bottom div {
    width: 100%;
  }
  .hiberg-catalog-title {
    text-align: center;
    line-height: 12px;
  }

  /* START REELS */

  .reels-slide {
    width: 100%;
  }

  .header-tools #btn-auth,
  .header-tools .icon-sign {
    display: none;
    cursor: pointer;
  }

  .header-tools .shop-header {
    display: none;
  }

  /* STOP REELS */
  .swiper-but {
    width: 20px;
    height: 20px;
    padding: 10px;
    display: none;
  }
  .akcii-politics {
    padding: 30px 20px 0;
  }

  .collection-item a {
    min-height: 215px;
  }
  .slide-mir-hiberg {
    width: 86% !important;
    margin-left: 10px;
  }
  .slide-mir-hiberg:last-child {
    margin-right: 10px;
  }
  .collection-item {
    min-height: 210px;
  }

  .collection-item.interesting a {
    min-height: 181px;
  }

  .collection-item.interesting {
    min-height: 181px;
  }

  .collection-item.interesting a img {
    max-height: 110px;
    max-width: 90px;
  }

  .form-subscribe-news form {
    width: 90%;
  }

  .news-page_item {
    padding: 0 20px;
  }
}

/* SINGLE NEW END*/

/* OPLATA START */
h1.title-page_hid {
  font-size: 0px;
}
.wrap-page-oplata {
  max-width: 1190px;
  padding: 0 10px;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 18px;
  font-family: "Roboto", "Arial";
  color: #fff;
}
.wrap-page-oplata p {
  line-height: 26px;
}
.wrap-page-oplata a {
  color: #ff5005;
  text-decoration: none;
}

.title-page-sposob {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  font-family: "Magistral";
  text-transform: uppercase;
  color: #fff;
  margin: 20px 0 0;
}

.list-method-pay {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0;
}

.item-method-pay {
  width: 24%;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.item-method-pay img {
  display: block;
  margin-bottom: 10px;
}
.item-method-pay .pay-title {
  line-height: 24px;
}
.item-method-pay .pay-sybtitle {
  font-size: 12px;
}

.wrap-warning-block {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 26px;
  margin: 16px 0 10px;
}

.subtitle-page-sposob {
  text-align: center;
  font-family: "Magistral";
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.btn-adress {
  background: #ff5005;
  padding: 15px 24px 13px;
  border-radius: 8px;
  color: #fff !important;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
  max-width: 300px;
  text-align: center;
  transition: all 0.2s linear;
}

.btn-adress:hover {
  background: #df4605;
}

.wrap-block-checked {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.wrap-block-checked p {
  display: flex;
  align-items: center;
  gap: 6px;
}
.wrap-block-checked p svg {
  width: 20px;
}
.wrap-block-checked p span {
  display: block;
  width: calc(100% - 30px);
}

.list-dot {
  list-style: initial;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 26px;
}

.list-inner-pay-page {
  list-style: inherit;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 10px 0 10px 18px;
}

.contacts-wrap_page {
  text-align: center;
  font-size: 22px;
}

.contacts-wrap_page .p-offer {
  margin: 0;
}

.contacts-wrap_page .contacts_tel-num a {
  text-decoration: none;
  color: #fff;
  font-size: 37px;
  line-height: 62px;
}

.contacts-wrap_page .contacts_email a {
  text-decoration: none;
  color: #fff;
  line-height: 50px;
  font-weight: 300;
  margin-bottom: 50px;
}

.contacts-wrap_page .contacts_tel-num a {
  text-decoration: none;
  color: #fff;
  font-size: 37px;
  line-height: 62px;
}

.contacts_email {
  margin-bottom: 35px;
}
.title-news-detail {
  font-weight: 500;
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 20px;
}

.wrap-news-info-item {
  display: none;
}

.news-item-date {
  margin: 15px 0;
  font-weight: 300;
  display: block;
}

.news-item-img img {
  max-width: 100%;
  height: auto;
  text-align: center;
  display: block;
  margin: 0 auto 50px;
  border-radius: 12px;
}

.news-item-preview-text {
  /* font-family: "Roboto"; */
  text-align: justify;
  font-weight: 300;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 20px;
}

.news-item-detail-text p {
  text-align: justify;
  font-weight: 300;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 20px;
}

.news-item-detail-text p b {
  font-weight: 400;
}

.news-item-detail-text h3 {
  font-size: 22px;
  margin-bottom: 5px;
  margin-top: 30px;
  font-weight: 400;
  color: var(--default-color-bej);
}

.news-item-detail-text ul,
.news-item-detail-text ol {
  padding-left: 20px;
}

.news-item-detail-text ul li {
  list-style: circle;
  text-align: justify;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
}

.news-item-detail-text ol li {
  list-style: decimal;
  text-align: justify;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
}

.news-item-detail-text table {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  text-wrap: balance;
}

.news-item-detail-text td {
  border: 1px solid #fefefe;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  line-height: 20px;
}

.news-item-detail-text td p {
  text-align: center;
  margin: 0;
}

.news-item-detail-text td:nth-of-type(2n-1) p {
  text-align: left;
  padding-left: 10px;
}

.news-item-detail-text img {
  max-width: 100%;
  height: auto;
}

.wrap-news-info.desc {
  display: none;
}

.wrap-other-news {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 300;
}
.news-item-preview-text a,
.news-item-detail-text a {
  text-decoration: underline;
  font-weight: 400;
}

.news-tovars-slider {
  position: relative;
  padding: 0 25px;
  margin: 30px 45px;
}
@media (max-width: 790px) {
  .old-rice-through {
    top: -1px;
  }
  .wrap-page-oplata {
    font-size: 14px;
    line-height: 14px;
  }

  .title-page-sposob {
    font-size: 26px;
  }

  .item-method-pay {
    width: 49%;
    margin-bottom: 40px;
  }

  .subtitle-page-sposob {
    text-align: center;
    font-size: 22px;
    line-height: 24px;
  }
}

@media (max-width: 600px) {
  .contacts-wrap_page {
    font-size: 14px;
  }

  .contacts-wrap_page .contacts_tel-num a {
    font-size: 22px;
    line-height: 42px;
  }

  .contacts_email {
    margin-bottom: 0px;
  }

  .contacts-wrap_page .contacts_email a {
    line-height: 24px;
  }

  .contacts-wrap_page .contacts_tel-num a {
    font-size: 22px;
    line-height: 42px;
  }
}

@media (max-width: 490px) {
  .wrap-page-oplata p {
    line-height: 16px;
    margin-bottom: 8px;
  }

  .title-page-sposob {
    font-size: 22px;
  }

  .list-method-pay {
    margin: 20px 0 0px;
  }

  .item-method-pay img {
    width: 90px;
  }
  .item-method-pay .pay-title {
    line-height: 16px;
  }

  .subtitle-page-sposob {
    font-size: 18px;
    line-height: 18px;
  }

  .list-dot {
    line-height: 18px;
  }
}
/* OPLATA STOP */

/* SERVICE START */
.head-service {
  background: url(/local/templates/hiberg/src/images/service/service-head-image.webp) 50% 0
    no-repeat;
  height: 381px;
  border-radius: 0 0 20px 20px;
}
.pageServiceFormWrap {
  border-radius: 20px;
  box-shadow: 0 2px 16px #00000040;
  background-color: var(--bg-color-fly-block);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  margin: 30px auto;
  max-width: 1144px;
  padding: 40px;
}

.head-service-content {
  margin: 0 auto;
  max-width: 1149px;
  padding: 0 15px;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  color: #fff;
  line-height: 39px;
}
.head-service-content span {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  font-family: "Magistral";
  display: block;
  padding: 71px 0 14px;
}

.head-service-content img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px 0 0;
}

.head-service-content b {
  display: inline-block;
  vertical-align: middle;
}

.head-service-description {
  margin: -44px auto 0;
  padding: 32px 58px;
  max-width: 1144px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  box-shadow: 0 2px 16px #00000040;
  background-color: var(--bg-color-fly-block);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.head-service-description span {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  display: block;
  padding: 0 0 4px;
}

.head-service-description a {
  font-size: 18px;
  color: #e9c28e;
  display: block;
  text-align: left;
  padding: 10px;
  border: 1px solid #e9c28e;
  display: flex;
  gap: 10px;
  border-radius: 16px;
  opacity: 0.9;
}
.head-service-description a:hover {
  opacity: 1;
}

.head-service-description img {
  display: block;
  max-width: 20px;
  width: 30px;
  height: 20px;
}

.head-service-description b {
  color: #e9c28e;
  display: inline-block;
  vertical-align: middle;
}

.head-service-contacts {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* .service-subtitle {
  text-align: center;
  font-family: "Magistral", "Arial";
  color: #fff;
  font-size: 24px;
  padding: 60px 0 61px;
} */

.product-description-tab p {
  margin-bottom: 13px;
  text-indent: 20px;
}

.service-help-items {
  margin: 0 auto;
  padding: 0 10px 32px;
  max-width: 1505px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.service-help-items div {
  margin: 0;
  margin-bottom: 40px;
  width: 20%;
  min-width: 270px;

  .service-help-items div img {
    max-width: 100%;
  }

  .service-help-items div span {
    font-family: "Magistral", "Arial";
    font-size: 20px;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 56px;
    margin: 35px 0 0px;
  }

  .service-help-items div select {
    font-family: "Magistral", "Arial";
    font-size: 16px;
    color: #fff;
    background: #302a28;
    border: 1px solid #fff;
    padding: 8px 20px;
    border-radius: 4px;
    width: 214px;
  }
}

.contact-page-subtitle {
  font-family: "Magistral";
  font-size: 18px;
  line-height: 22px;
  max-width: 448px;
}

.form-service_wrap {
  max-width: 570px;
  margin: 0 auto;
  padding: 58px 10px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
.bgDarkGrayGlass {
  border-radius: 20px;
  box-shadow: 0 2px 16px #00000040;
  background-color: var(--bg-color-fly-block);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.formQuestionDefault {
  margin: 30px auto;
  max-width: 1280px;
  padding: 40px;
}

.hiddenBlock {
  display: none;
}

.selectFieldForm.active {
  border-color: var(--default-color-bej);
}
.selectFieldDropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #1b1411e3;
  box-shadow: 0 2px 16px #00000040;
  border: 1px solid #464646;
  border-radius: 8px;
  z-index: 50;
  overflow: hidden;
}

/* option */
.selectFieldOptionForm {
  padding: 12px;
  cursor: pointer;
  color: #fff;
  transition: background 0.2s ease;
}

.selectFieldOptionForm:hover {
  background: var(--default-color-bej);
  color: #000;
}

/* выбранный */
.selectFieldOptionForm.selected {
  background: var(--default-color-bej);
  color: #000;
}

.form-service_wrap form button {
  margin: 0 auto;
  padding: 13px 0;
  text-align: center;
  width: 200px;
  font-size: 18px;
  text-transform: inherit;
  font-weight: bold;
  cursor: pointer;
  font-family: "Roboto", "Arial";
  color: #e9c28e;
  background: transparent;
  border: 1px solid #e9c28e;
  border-radius: 4px;
}

.form-service_wrap span {
  text-align: center;
  display: block;
  margin: 15px 0 15px;
  font-size: 13px;
}
.form-service_wrap a {
  text-decoration: underline;
}

.form-service_wrap-inner input,
.form-service_wrap-inner textarea {
  display: block;
  border: 1px solid #dddddd;
  margin: 0 0 20px;
  padding: 12px 28px;
  width: 510px;
  font-family: "Magistral", "Arial";
  font-size: 16px;
  color: #e9c28e;
  background: transparent;
  border: 1px solid #e9c28e;
  border-radius: 4px;
}

.form-service_wrap-inner textarea {
  height: 164px;
}

@media (max-width: 768px) {
  .form-service_wrap-inner input,
  .form-service_wrap-inner textarea,
  .form-service_wrap-inner select {
    margin: 0 auto 20px;
    padding: 12px 18px;
    width: 240px;
  }

  .contacts-head-item span a,
  .contacts-head-item span p {
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  .head-service {
    height: 322px;
    background-size: cover;
  }

  .head-service-content {
    padding: 0 15px;
  }

  .head-service-content span {
    font-size: 26px;
    padding: 25px 0 14px;
  }
}
.form.form-service_wrap {
  padding: 0;
}

/* SERVICE END */

/* CONTACTS START */
.contacts-head {
  height: 575px;
  /* background: url(/assets/templates/hiberg/images/contacts-banner.webp); */
  background: url(/local/templates/hiberg/src/images/contacts-head.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contacts-wrap_page {
  text-align: center;
  font-size: 22px;
}
.contacts-wrap_page .p-offer {
  margin: 0;
}

.contacts-wrap_page .contacts_tel-num a {
  text-decoration: none;
  color: #fff;
  font-size: 37px;
  line-height: 62px;
}

.contacts-wrap_page .contacts_email {
  margin-bottom: 35px;
}

.contacts-wrap_page .contacts_email a {
  text-decoration: none;
  color: #fff;
  line-height: 50px;
  font-weight: 300;
  margin-bottom: 50px;
}

.social-contacts {
  padding-left: 90px;
  display: flex;
  gap: 16px;
}

.contentPageContact {
  padding: 40px 40px 0 !important;
}
.contactTitle {
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
}
.wrapContactSliderBtn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.listContactSliderBtn {
  position: relative;
  display: inline-flex;
  border-radius: 999px !important;
  padding: 4px;
  margin: 0 auto;
  overflow: auto;
}

.sliderContact {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 130px;
  min-width: 130px;
  height: calc(100% - 8px);
  background: #f37021;
  border-radius: 999px;
  transition: transform 0.35s ease;
  z-index: 1;
}

.btnContact {
  position: relative;
  z-index: 2;
  flex: 1;
  border: 0;
  background: none;
  width: 130px;
  min-width: 130px;
  padding: 12px 10px;
  cursor: pointer;
  color: #ddd;
  transition: color 0.35s ease;
  border-radius: 999px;
  transition: all 0.2s linear;
}
.btnContact:hover {
  background-color: #6a6a6a4e;
}
.btnContact.active:hover {
  background-color: transparent;
}

.btnContact.active {
  color: #fff;
}
.itemContactSliderBlock {
  border-radius: 20px;
  overflow: hidden;
  display: none;
  padding: 20px;
  width: 100%;
  min-height: 240px;
  border: 0;
}
.itemContactSliderBlock.active {
  display: block;
}
.itemInnerListContactSliderBlock {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.innerItemContactSliderBlock {
  border-radius: 20px;
  padding: 20px;
  max-width: 410px;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.itemContactListLink {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.itemContactListLink a {
  display: block;
}

.contacts-head-content {
  margin: 0 auto;
  padding: 40px 10px 0;
  max-width: 1349px;
}
.contacts-head-item {
  padding: 27px 20px;
  width: max-content;
  border-radius: 20px;
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 20px;
}
.contacts-head-item img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 18px 0 0;
  width: 50px;
}

.contacts-head-item span {
  display: inline-block;
  vertical-align: middle;
  font-family: "Magistral";
}
.contacts-head-item span i {
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  padding: 0 0 11px;
  display: block;
}

.contacts-head-item span p {
  line-height: 14px;
  font-weight: 500;
}

.contacts-head-item span a {
  color: #fff;
  text-decoration: none;
}

.contacts-head-item span strong {
  line-height: 30px;
}

div.ui-widget-header {
  background: #fff;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}

div.ui-widget-content {
  background-color: #ffffff40;
}

.form-contacts-wrap {
  margin: 0 auto;
  padding: 58px 10px;
  max-width: 569px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

.form-contacts {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.form-contacts .form-title {
  font-weight: bold;
  font-size: 24px;
  padding: 0 0 22px;
  font-family: "Magistral", "Arial";
  color: #fff;
}

.form-contacts .form-description {
  font-size: 16px;
  padding: 0 0 38px;
  font-family: "Magistral", "Arial";
  color: #fff;
}

.form-contacts select {
  margin: 0 0 20px;
  padding: 12px 22px;
  width: 100%;
  font-family: "Magistral", "Arial";
  font-size: 16px;
  color: #e9c28e;
  border: 1px solid #e9c28e;
  border-radius: 4px;
  background: #302a28;
}

.form-contacts input {
  display: block;
  font-size: 18px;
  border: 1px solid #dddddd;
  margin: 0 auto 20px;
  padding: 12px 28px;
  width: 100%;
  font-family: "Magistral", "Arial";
  font-size: 16px;
  color: #e9c28e;
  background: transparent;
  border: 1px solid #e9c28e;
  border-radius: 4px;
  box-sizing: border-box;
}

.form-contacts textarea {
  display: block;
  font-size: 18px;
  border: 1px solid #dddddd;
  margin: 0 auto 20px;
  padding: 12px 28px;
  width: 100%;
  height: 189px;
  font-family: "Magistral", "Arial";
  color: #e9c28e;
  background: transparent;
  border: 1px solid #e9c28e;
  border-radius: 4px;
  box-sizing: border-box;
}

.form-contacts span {
  text-align: center;
  display: block;
  margin: 15px 0 15px;
  font-size: 13px;
}

.form-contacts button {
  margin: 0 auto;
  padding: 13px 0;
  text-align: center;
  width: 200px;
  font-size: 18px;
  text-transform: inherit;
  font-weight: bold;
  cursor: pointer;
  font-family: "Roboto", "Arial";
  color: #e9c28e;
  background: transparent;
  border: 1px solid #e9c28e;
  border-radius: 4px;
}

.form-contacts a {
  text-decoration: underline;
}

/* CONTACTS END */

/* CATALOG CATEGORY */
.catalog-head-slider {
  position: relative;
  height: 570px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  /* margin-top: 100px; */
  font-family: "Arial", "Helvetica", "Roboto", sans-serif;
  text-align: center;
  color: #fff;
  max-width: 2000px;
  margin: 0 auto;
}

.catalog-head-slider div {
  position: absolute;
  top: 300px;
  padding: 30px;
  max-width: 720px;
  background: #e9c28ec9;
}

.catalog-head-slider span {
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 3px solid #fff;
  padding: 0 0 9px;
  margin: 0 0 28px;
  color: #302a28 !important;
  border-color: #302a28 !important;
}

.catalog-head-slider p {
  font-size: 32px;
  line-height: 38px;
  color: #302a28 !important;
  font-family: "Magistral" !important;
}

.breadcrumbs.catalog {
  max-width: 1680px;
  margin: 15px auto 0;
  padding: 15px 45px 0;
}

.breadcrumbs span {
  color: #fff;
}

.breadcrumbs_active span {
  color: #e9c28e;
}

.btn-filter_mobil {
  display: none;
}

.btn-sravnenie {
  position: relative;
}

.catalog-wrap {
  margin: 0 auto;
  max-width: 1680px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}

.catalog-filter-wrap {
  width: 15%;
  min-width: 240px;
  padding: 42px 28px 20px 0;
  display: inline-block;
  vertical-align: top;
  /* position: sticky; */
  /* overflow-y: scroll; */
  /* overflow-x: hidden; */
  /* top: 100px; */
  /* max-height: calc(94vh - 160px); */
}

.catalog-filter-parts {
  border-bottom: 1px solid #e9c28e;
  padding: 0 0 9px;
  margin: 0 0 21px;
}

.eFiltr {
  display: block;
  font-family: "Roboto", sans-serif;
}

.eFiltr div.fltr_block {
  display: block;
  padding: 22px 0;
}

.eFiltr .fltr_name {
  display: flex;
  flex-grow: 1;
  width: 100%;
  padding: 6px 0 22px;
  font-size: 22px;
  display: block;
  text-wrap: balance;
}

.fltr_name {
  display: block;
  padding: 6px 0 22px;
  font-size: 22px;
}

.slider_text {
  /* padding: 0 0 12px; */
  font-size: 18px;
  margin-bottom: 20px;
}

.ui-slider.ui-slider-horizontal {
  position: relative;
  height: 4px;
  border: none;
  width: 85%;
}

.ui-slider .ui-slider-handle.ui-state-default {
  top: -8px;
  width: 17px;
  height: 17px;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 30px;
}

.eFiltr .fltr_block.fltr_block_checkbox label {
  border: none;
}

.eFiltr .fltr_block label {
  padding: 0 21px 22px 0;
  display: flex;
  gap: 15px;
  border: none;
}

.eFiltr .fltr_block label:hover {
  opacity: 0.7;
}

.eFiltr .fltr_block label input {
  padding: 0;
  margin: 0;
}

.eFiltr .fltr_block.fltr_pattern label {
  padding: 0 10px 10px 0;
}

.eFiltr_btn_wrapper,
.eFiltr_reset {
  display: none;
}

.catalog-items-wrap {
  width: 82%;
  display: inline-block;
  vertical-align: top;
}

.catalog-items {
  display: block;
  list-style: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 0 20px;
}

.catalog-items * {
  box-sizing: border-box;
}

.catalog-items .tovar-compare,
.catalog-items .tovar-like {
  display: flex;
  align-items: baseline;
  cursor: pointer;
  justify-content: center;
}

.tovar-compare:hover .pic-compare_1,
.tovar-like:hover .pic-compare_1 {
  height: 12px;
}
.tovar-compare:hover .pic-compare_2,
.tovar-like:hover .pic-compare_2 {
  height: 8px;
}
.tovar-compare:hover .pic-compare_3,
.tovar-like:hover .pic-compare_3 {
  height: 15px;
}

.tovar-compare_pic {
  display: flex;
  align-items: end;
}
.pic-compare {
  display: block;
  width: 1px;
  background-color: #e9c28e;
  margin-right: 5px;
}

.pic-compare_1 {
  height: 8px;
  transition: height 0.2s linear;
}
.pic-compare_2 {
  height: 15px;
  transition: height 0.2s linear;
}

.pic-compare_3 {
  height: 12px;
  transition: height 0.2s linear;
  margin-right: 10px;
}

.catalog-items li {
  max-width: 332px;
  display: inline-block;
  vertical-align: top;
  margin: 0 30px 100px;
}

.catalog-items li .catalog-item-img img {
  transition: all 0.3s ease-in-out;
}

.catalog-items li:hover .catalog-item-img img {
  transform: scale(1.05);
}

.to-compare {
  color: #e9c28e;
  font-family: "Roboto", sans-serif;
  text-align: left;
  display: flex;
  cursor: pointer;
  padding: 5px 0 5px;
}

.go-to-compare {
  font-family: "Roboto", sans-serif;
  text-align: left;
  display: none;
  cursor: pointer;
  font-size: 16px;
  padding: 5px 0 5px;
}
.go-to-compare a {
  color: #e9c28e;
  text-decoration: underline;
}

.catalog-item-img {
  text-align: center;
  margin-bottom: 15px;
  /* height: 327px; */
  display: flex;
  align-items: end;
  width: 100%;
}
.catalog-item-img img {
  max-width: 100%;
  /* max-height: 297px; */
  font-size: 12px;
  color: #fff;
  text-align: center;
  width: 100%;
  /* height: 412px; */
  position: relative;
  /* max-width: 300px; */
  /* max-height: 360px; */
  width: 100%;
  height: auto;
}
.catalog-item-img img:after {
  content: "\f1c5" " " attr(alt);
  font-size: 16px;
  font-family: FontAwesome;
  color: rgb(100, 100, 100);
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.catalog-item-title {
  font-size: 18px;
  color: #fff;
  font-family: "Arial", "Helvetica", "Roboto", sans-serif;
  text-align: left;
  padding: 0 0 5px;
  /* margin-top: 5px; */
  line-height: 25px;
  font-weight: 700;
  min-height: 80px;
  text-align: center;
}

.catalog-item-title a {
  font-size: 17px;
  color: #fff;
  font-family: "Arial", "Helvetica", "Roboto", sans-serif;
  line-height: 25px;
  font-weight: 700;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-wrap: balance;
  text-wrap: pretty;
}

.catalog-item-options div {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  color: #fff;
  font-family: "Roboto";
  padding: 10px 0;
  min-height: 85px;
  align-items: center;
  align-content: space-between;
  box-sizing: border-box;
}

.catalog-item-options div:first-child {
  border-top: 1px solid #e5e5e5;
}

.catalog-item-options div span {
  font-size: 16px;
  display: block;
  text-align: center;
}
.catalog-item-options div span:first-child {
  width: 100%;
  margin-bottom: auto;
}

.catalog-item-options div span:last-child {
  text-align: center;
  width: 100%;
  min-height: 30px;
  /* margin-left: 25px; */
}

div.catalog-price_ab {
  flex-direction: row;
  font-family: "Magistral" !important;
  border-bottom: none !important;
  margin-top: 6px;
  height: 30px;
}

.catalog-item-options div.catalog-price_ab span:first-child {
  width: auto;
}
.catalog-price {
  font-family: "Magistral";
  text-align: right !important;
  width: 130px !important;
  /* font-size: 20px; */
  margin: 7px 5px 0 auto !important;
}

.catalog-price_ab.price {
  font-size: 20px;
  color: #ff5005;
}

.old-rice-through {
  position: absolute;
  color: #ffffff;
  top: 1px;
  right: 0;
  font-size: 14px;
  text-align: right !important;
  text-decoration: line-through;
}

.catalog-price_ab.price .catalog-price.razryad {
  font-size: 23px;
}

.catalog-item-submit {
  color: #f25920;
  border: 1px solid #f25920;
  border-radius: 50px;
  padding: 7px 20px;
  margin: 20px 0 20px;
  font-size: 14px;
  text-align: center;
  font-family: "Arial", "Helvetica", "Roboto", sans-serif;
  cursor: pointer;
  background: #fff;
  text-transform: uppercase;
  /* opacity: 0 */
}

.catalog-item-submit:hover {
  background: #f25920;
  color: #fff;
}

.catalog-go-to-cart {
  display: none;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  font-family: "Roboto";
  font-size: 20px;
  border: 1px solid #ffe;
  border-radius: 10px;
  cursor: pointer;
  /* width: 90%; */
  /* margin: 20px auto 0; */
  transition: all 0.2s linear;
}

.catalog-go-to-cart.active {
  display: inline-block;
}

.catalog-go-to-cart:hover {
  background: #d74405;
  border: #302a28 1px solid;
}

.tovar-tex-addcart {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  text-align: center;
  display: inline-block;
  background: 0 0;
  border: #fff 1px solid;
  padding: 8px 33px 8px;
  border-radius: 9px;
  cursor: pointer;
  margin: 20px 0 0 0;
  text-transform: none !important;
  transition: background 0.2s linear;
}
.tovar-tex-addcart:hover {
  background: #d74405;
  border: #302a28 1px solid;
}

.link-more {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 35px;
  border: 1px solid #ffe;
  border-radius: 8px;
  font-family: "Roboto";
  font-size: 20px;
  max-width: 170px;
  margin: 0 auto 0;
}

.link-more:hover {
  background: #d74405;
  border: #302a28 1px solid;
}

@media (max-width: 1366px) {
  .catalog-items li {
    margin: 0 12px 39px;
  }
}

@media (max-width: 1024px) {
  .catalog-head-slider {
    margin-top: 20px;
  }

  .breadcrumbs.catalog {
    padding: 15px 20px;
  }
}

@media (max-width: 575px) {
  .catalog-item-title {
    text-align: center;
    text-wrap: balance;
  }
  .catalog-item-options div {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 71px;
  }
  .catalog-item-options div span:first-child {
    width: 100%;
    line-height: 15px;
    margin-bottom: 10px;
    text-align: center;
  }

  .catalog-item-options div.catalog-price_ab span:first-child {
    margin: 0;
  }

  .catalog-item-options div span:last-child {
    margin-left: 0;
    width: 100%;
    line-height: 15px;
    text-align: center;
  }

  .catalog-price_ab.price {
    flex-direction: row;
  }

  .old-rice-through {
    top: -3px;
  }
  .contactTitle {
    font-size: 18px;
  }
  .btnContact {
    padding: 4px 10px;
  }
  .contentPageContact {
    padding: 20px 14px !important;
  }
  .itemContactSliderBlock {
    padding: 20px 10px;
  }
  .innerItemContactSliderBlock {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .catalog-item-img {
    height: 225px;
  }
}

@media (max-width: 360px) {
  .catalog-item-img {
    height: 180px;
  }
}

@media (max-width: 340px) {
  .catalog-items li {
    width: 100%;
    min-width: 120px;
    margin: 0 0 39px;
  }
  .catalog-item-img {
    height: 290px;
  }

  .catalog-item-img img {
    width: 80%;
  }
}
/* CATALOG CATEGORY END*/

/* TOVAR PRODUCT */
.tovar-container {
  max-width: 1440px;
  margin: 0 auto;
}

.tovar-wrap {
  margin: 0 auto;
  padding-top: 30px;
  font-family: "Magistral", "Arial";
  font-weight: 400;
  font-size: 20px;
  padding: 0 20px;
  padding: 30px 20px 0;
}

.tovar-main {
  display: flex;
  margin-bottom: 70px;
}

.gallery-top .swiper-slide {
  text-align: center;
}

.gallery-top .swiper-slide .swiper-slide-containers {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.swiper-slide-containers svg {
  position: absolute;
  height: 35px;
  width: 35px;
  cursor: pointer;
  inset: 0;
  margin: auto;
}

.tovar-nav-slider-wrap {
  width: 78%;
  min-height: auto;
  position: relative;
  padding: 40px 0 0;
  overflow: hidden;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  vertical-align: middle;
  transition: opacity 0.3s linear;
  margin: 0 auto;
  /* margin-top: 20px; */
}

.tovar-nav-slider-wrap.active {
  opacity: 1;
  visibility: visible;
}
.new-product-price {
  font-size: 24px;
  margin: 20px auto;
}
.tovar-slider-wrap {
  width: 50%;
  height: 700px;
  height: fit-content;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-around;
}

.tovar-slider {
  overflow: hidden;
}

.tovar-slider .swiper-slide {
  display: flex;
  align-items: end;
  justify-content: center;
  text-align: center;
  margin: auto;
  min-height: 490px;
}

.gallery-thumbs .swiper-slide {
  text-align: center;
  font-size: 14px;
  width: auto;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-thumbs .swiper-slide img {
  width: 85px;
  cursor: pointer;
}

.tovar-slider .swiper-slide img {
  max-width: none;
  max-width: 100%;
  max-height: 580px;
  height: auto;
  width: auto;
  font-size: 0;
  /* margin: 0 auto 10px; */
}

.tovar-nav {
  position: relative;
  height: auto;
  margin-top: auto;
  padding: initial;
  align-items: center;
}

.tovar-text-wrap {
  width: 39%;
  padding-left: 60px;
}

.swiper-but-product {
  display: block;
  border: none;
  cursor: pointer;
  width: 22px;
  height: 12px;
  position: absolute;
  margin: 0 0 0 -11px;
  bottom: 35px;
  padding: 20px;
  transform: rotate(-90deg);
  z-index: 10;
}

.swiper-but-product.swiper-but-prev {
  left: 25px;
}

.swiper-but-product.swiper-but-next {
  right: 25px;
}

.swiper-product-btn-block {
  display: none !important;
}

.redirect-to-cart {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #ff5005;
  display: none;
  padding: 8px 33px 8px;
  border-radius: 9px;
  cursor: pointer;
  margin: 20px 18px 0 0;
  text-transform: none !important;
}

.redirect-to-cart.active {
  display: inline-block;
}

.redirect-to-cart.active:hover {
  background: #d74405;
}

.tovar-video {
  margin: 0;
  display: inline-block;
  text-align: left;
  margin-right: 10px;
}

.tovar-video:hover {
  opacity: 0.8;
}

.tovar-3d {
  text-align: center;
  display: inline-block;
  margin: 0;
  border: none;
  border-radius: 5px;
  padding: 0;
  margin-right: 10px;
}

.tovar-3d:hover {
  opacity: 0.8;
}

.tovar-nav,
.tovar-nav-slider-conteiner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

.tovar-nav-slider-conteiner.active,
.tovar-nav.active {
  visibility: visible;
  opacity: 1;
}

.tovar-3d-model {
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 5px;
}

.tovar-3d-model:hover {
  opacity: 0.8;
}

.tovar-nav a img {
  border: 1px solid transparent;
}

.tovar-nav-slider-conteiner {
  /* overflow: hidden; */
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 700px;
  max-height: 700px;
  height: 100%;
  vertical-align: middle;
  margin: 0 auto;
}

.gallery-top {
  /* padding-top: 18px; */
  /* margin-top: 18px; */
}

.gallery-top .absolute-img {
  position: absolute;
  top: 0;
  left: 10px;
  width: 70px;
  height: auto;
  z-index: 10;
}

@media (min-width: 1350px) {
  .gallery-top .absolute-img {
    left: 80px;
  }
}

@media (max-width: 680px) {
  .gallery-top .absolute-img {
    left: 0;
  }
}

.tovar-slider-video {
  width: 70%;
  border-radius: 10px;
  margin: 0 auto;
  display: block;
}

.tovar-slider-poster svg {
  position: absolute;
  height: 35px;
  width: 35px;
  cursor: pointer;
  inset: 0;
  margin: auto;
}

.btn-view-share_mob {
  position: absolute;
  right: 10px;
  top: -20px;
  width: auto;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 3;
}

.tovar-text-title {
  font-family: "Magistral", "Arial";
  font-size: 26px;
  font-weight: 800;
  line-height: 42px;
}

.tovar-name_page {
  font-size: 20px;
  font-family: "Magistral", "Arial";
  font-weight: 300;
  line-height: 24px;
  display: inline-block;
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-bottom: #e9c28e 1px solid;
}

.tovar-text_description {
  font-size: 20px;
  font-family: "Magistral", "Arial";
  font-weight: 300;
  line-height: 24px;
}
.tovar-text_description a {
  color: #fff;
}

.tovar-warap_compare-like {
  display: flex;
  color: #e9c28e;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 25px;
}

a.compare-item-title {
  line-height: 25px;
}

.cart-list .cart-list-title,
.cart-list .cart-list-type-tovar {
  font-family: "Magistral", "Arial";
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}

.cart-wrap-title {
  line-height: 29px !important;
  text-transform: uppercase;
  padding: 105px 0 40px;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.item-img_cart {
  width: 120px;
  height: 160px;
}

.tovar-compare,
.tovar-like {
  display: flex;
  align-items: baseline;
  cursor: pointer;
  margin-right: 20px;
}

.block-3d-picture {
  background-color: #1d1918;
  max-height: 525px;
}

.block-3d-picture_img {
  position: relative;
  width: 930px;
  height: 100%;
}

.block-3d-picture_img img {
  width: 100%;
  height: 100%;
}

.tovar-slider.desk-slider {
  display: block;
}

.tovar-slider.mob-slider {
  display: none;
}

.block-3d-picture_filter {
  position: absolute;
  width: 250px;
  height: calc(100% - 2px);
  top: 0;
  right: 0;
  background: linear-gradient(
    to right,
    #1d191800 0,
    #1d191899 30%,
    #1d1918bf 40%,
    #1d1918 60%,
    #1d1918
  );
}

.block-3d-picture_inner {
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s linear;
}

.block-3d-picture_inner {
  opacity: 1;
  visibility: visible;
}

.block-3d-picture_right {
  font-family: "Magistral", "Arial";
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 460px;
}

.block-3d-picture_right-title {
  font-weight: 800;
}

.block-3d-picture_right-text {
  line-height: 30px;
  font-weight: 300;
}

.mob_advantage-img {
  display: none;
}

.tovar_go_sravnenie {
  text-decoration: none;
  color: #e9c28e !important;
  display: none;
}
.tovar-nav-slider-wrap .swiper-slide img {
  font-size: 0px;
}
.tovar_go_sravnenie:hover {
  opacity: 0.8;
}

.pic-compare {
  display: block;
  width: 1px;
  background-color: #e9c28e;
  margin-right: 5px;
}

.pic-compare_1 {
  height: 8px;
  transition: height 0.2s linear;
}

.pic-compare_2 {
  height: 15px;
  transition: height 0.2s linear;
}

.pic-compare_3 {
  height: 12px;
  transition: height 0.2s linear;
  margin-right: 10px;
}

.tovar-compare_pic {
  display: flex;
  align-items: end;
}

.tovar-compare:hover .pic-compare {
  background-color: #c4a378;
}

.tovar-compare:hover .tovar-compare_text {
  color: #c4a378 !important;
}

.tovar-compare:hover .pic-compare_1 {
  height: 12px;
}

.tovar-compare:hover .pic-compare_2 {
  height: 8px;
}

.tovar-compare:hover .pic-compare_3 {
  height: 15px;
}

.pic-like {
  margin-right: 8px;
}

.tovar-like:hover {
  color: #c4a378 !important;
}

.tovar-text-lider {
  color: #fff;
  background: #919191;
  font-size: 14px;
  text-align: center;
  border-radius: 20px;
  padding: 5px 10px;
  width: 113px;
  margin: 15px 0 1px;
}

.tovar-price-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.tovar-text-price {
  font-family: "Magistral", "Arial";
  /* margin-bottom: 20px; */
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #ff5005;
}

.tovar-text-price div:first-of-type {
  line-height: 22px;
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: center; */
}

.tovar-text-price div span,
.tovar-text-balance div span {
  display: inline-block;
  font-size: 18px;
  margin-right: 20px;
}

.tovar-text-price a {
  font-size: 18px;
  color: #fff;
}

.tovar-text-price-list {
  font-size: 22px;
  padding: 0 0 0 30px;
  text-decoration: line-through;
}

.tovar-text-balance {
  margin: 5px 0 10px;
  color: #e9c28e;
  font-weight: 400;
  font-size: 20px;
}

.tovar-text-balance .errors {
  margin: 20px 0;
}

a.inform-arrival {
  font-size: 16px;
  color: #e9c28e;
  display: inline-block;
  cursor: pointer;
  /* margin: 0 0 0 20px; */
  text-decoration: none;
  padding: 8px;
  border: 1px solid #e9c28e;
  border-radius: 8px;
  font-family: "Roboto";
}

a.inform-arrival:hover {
  opacity: 0.8;
}

.tovar-tex-addcart {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  text-align: center;
  display: inline-block;
  background: 0 0;
  border: #fff 1px solid;
  padding: 8px 33px 8px;
  border-radius: 9px;
  cursor: pointer;
  margin: 0 auto 0;
  margin-right: 10px;
  text-transform: none !important;
  transition: background 0.2s linear;
}

.shk-item form {
  position: relative;
}

.shk-item form .modal-add-cart_item.active {
  left: 89%;
  top: -575%;
}

.shk-item:hover .catalog-item {
  opacity: 1;
}

.archive-item .catalog-item-img {
  justify-content: center;
}

.archive-item .catalog-item-img img {
  min-height: 443px;
}

.tovar-tex-buy_now {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  text-align: center;
  display: inline-block;
  background: #ff5005;
  border: 1px solid #ff5005;
  padding: 8px 34px 8px;
  border-radius: 9px;
  cursor: pointer;
  margin: 20px 0 30px 0;
  transition:
    background 0.2s linear,
    border 0.2s linear;
}

.tovar-tex-buy_now:hover {
  background: #d74405;
}

.tovar-tex-addcart:hover {
  background: #d74405;
  border: #302a28 1px solid;
}

.buy-now {
  font-size: 16px;
  color: #e42e2e;
  display: inline-block;
  cursor: pointer;
  margin: 0 0 34px 20px;
  /* text-decoration: underline; */
}

.buy-credit {
  display: none;
}

.buy-now:hover {
  text-decoration: none;
}

.wrap-buy-online {
  margin-top: 5px;
}

.product-basket-links {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
}

.product-basket-links-additional {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* gap: 10px; */
}

.product-basket-links-additional button {
  margin: 0;
  padding: 0;
  width: 200px;
  height: 52px;
  border: none;
  background-color: var(--default-color-orange-dark);
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-family: var(--default-font);
  font-weight: 300;
}

.buy-online-container {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.buy-online-title {
  font-family: var(--default-font);
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.buy-online_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: start;
  max-height: 165px;
  height: auto;
  max-width: 460px;
  margin-bottom: 20px;
}

.buy-online_item {
  width: 177px;
  margin-bottom: 5px;
  opacity: 1;
  transition: opacity 0.2s linear;
}

.buy-online_item a:hover {
  opacity: 0.8;
}

.buy-online_list a {
  font-family: var(--default-font);
  line-height: 28px;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}

.buy-mp-img {
  width: 40px;
  height: 40px;
}

.block-3d-picture {
  background-color: #1d1918;
  max-height: 525px;
  margin-bottom: 20px;
}

.block-3d-picture_img {
  position: relative;
  width: 930px;
  height: 100%;
}

.block-3d-picture_img img {
  width: 100%;
  height: 100%;
}

.tovar-slider.desk-slider {
  display: block;
}

.tovar-slider.mob-slider {
  display: none;
}

.block-3d-picture_filter {
  position: absolute;
  width: 250px;
  height: calc(100% - 2px);
  top: 0;
  right: 0;
  background: linear-gradient(
    to right,
    #1d191800 0,
    #1d191899 30%,
    #1d1918bf 40%,
    #1d1918 60%,
    #1d1918
  );
}

.block-3d-picture_inner {
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s linear;
}
#wrap-element-rating-top {
  position: absolute;
  bottom: 120px;
  font-size: 16px;
  right: 0;
  z-index: 10;
}
.panel-sub-image-star {
  color: #fff;
  align-items: center;
  gap: 6px;
}
.wrap-panel-sub-image {
  display: flex;
  cursor: pointer;
}

.block-3d-picture_inner.active {
  opacity: 1;
  visibility: visible;
}

.block-3d-picture_right {
  font-family: "Magistral", "Arial";
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 460px;
}

.block-3d-picture_right-title {
  font-weight: 800;
}

.block-3d-picture_right-text {
  line-height: 30px;
  font-weight: 300;
}

.mob_advantage-img {
  display: none;
}

.tovar_go_sravnenie {
  text-decoration: none;
  color: #e9c28e !important;
  display: none;
}

.tovar_go_sravnenie:hover {
  opacity: 0.8;
}

#modal-inform-arrival {
  background: #2f2f2f;
}

#inform-arrival .form-contacts {
  margin: 0 auto;
  padding: 58px 10px;
  max-width: 569px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

#inform-arrival button {
  margin: 0 auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 15px 0;
  text-align: center;
  width: 231px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  font-family: "Magistral", "Arial";
  color: #e9c28e;
  background: 0 0;
  border: 1px solid #e9c28e;
  border-radius: 4px;
}

.weight-normal {
  margin-top: 20px;
  font-weight: 300;
  font-size: 18px;
}

.tovar-text-price a {
  text-decoration: underline;
}

.advantage {
  margin-top: 90px;
  padding: 0 120px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  min-height: 477px;
  opacity: 0;
  transition: opacity 1.5s linear;
  gap: 25px;
}

.news-item_content .advantage {
  padding: 0;
  margin-top: 20px;
}

.news-item_content .advantage-left {
  margin-left: 0;
  margin-right: auto;
  width: 45%;
}

.news-item_content .advantage-right {
  width: 50%;
}

/* .advantage.two {
  gap: 20px;
} */

.advantage.show {
  opacity: 1;
  animation: Show 1.5s;
}

@keyframes Show {
  0% {
    transform: translateY(150px);
  }

  100% {
    transform: translateY(0);
  }
}

.advantage-left {
  margin-left: auto;
  /* margin-left: 100px; */
  width: 30%;
  display: flex;
  flex-direction: column;
}
.advantage-left.two {
  display: flex;
  justify-content: center;
  margin-left: 0;
  font-size: 18px;
  line-height: 28px;
  width: 40%;
}

.advantage-right {
  width: 65%;
}
.advantage-right.two {
  width: 55%;
}

.advantage-right img {
  width: 100%;
}

.advantage-right {
  opacity: 0;
  visibility: hidden;
  transition: opacity 2s ease;
  -webkit-transition: opacity 2s ease;
}

.advantage-right.visible {
  visibility: visible;
  opacity: 1;
}

.advantage-title {
  font-family: "Magistral", "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 40px;
}

.advantage-list {
  font-family: "Magistral", "Arial";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: auto 0;
}

.btn-sravnenie {
  text-decoration: none;
}

.advantage-block {
  padding: 0 20px;
  opacity: 0;
  transition: opacity 1.5s linear;
}

.show {
  opacity: 1;
  animation: Show-advantage-block 1.5s;
}

@keyframes Show-advantage-block {
  0% {
    transform: translateY(150px);
  }

  100% {
    transform: translateY(0);
  }
}

.advantage-block_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 2s ease;
  -webkit-transition: opacity 2s ease;
}

.advantage-block_list.visible {
  visibility: visible;
  opacity: 1;
}

.advantage-block_item {
  width: 33%;
  max-width: 450px;
}

.advantage-block_item-img {
  margin-bottom: 35px;
  min-height: 366px;
  display: flex;
}

.advantage-block_item-img img {
  max-height: 340px;
  display: block;
  margin: 0 auto;
}

.advantage-block_item-title {
  font-family: "Magistral", "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 6px;
}

.advantage-block_item-text {
  font-family: "Magistral", "Arial";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  width: 80%;
  margin: 0 auto;
  white-space: pre-line;
}

.advantage-video {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: calc(100% - 165px);
  padding: 30px;
}

.advantage-video-left {
  width: 35%;
  line-height: 24px;
  font-size: 18px;
}

.advantage-video-right video {
  width: 100%;
}

.tovar-docs_new {
  display: flex;
  justify-content: space-between;
  background-color: #434343;
  padding: 55px 0;
  font-family: "Magistral", "Arial";
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin: 30px auto;
  background-color: rgba(25, 25, 25, 0.66);
  box-shadow:
    0 0px 6px rgba(0, 0, 0, 0.3),
    0 2px 26px rgba(0, 0, 0, 0.35);
  border-radius: 12px;
}

.description-btns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 40px;
}

.description-btns button {
  font-family: "Magistral", "Arial";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  background: no-repeat;
  border: #ffdead;
  cursor: pointer;
}

.description-btns button:not(:last-child) {
  margin-right: 30px;
}

.btn-character.active,
.btn-description.active,
.btn-programms.active,
.btn-otzivi.active {
  border-bottom: 1px #e9c28e solid;
  color: #e9c28e;
}

.btn-character:hover,
.btn-description:hover,
.btn-programms:hover,
.btn-otzivi:hover {
  border-bottom: 1px #e9c28e solid;
}

.tovar-docs_item {
  width: 33%;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}

.tovar-docs_item:first-child {
  cursor: auto;
}

.tovar-docs_item:hover {
  opacity: 0.8;
}

.tovar-docs_item a {
  color: #fff;
  text-decoration: none;
}

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

.garanty-in-pic {
  position: absolute;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  top: 12px;
  right: 50%;
  -webkit-transform: translate(50%, -6%);
  -ms-transform: translate(50%, -6%);
  transform: translate(50%, -6%);
}

.description-wrap {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  margin-bottom: 65px;
}

.description-text {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  width: 97%;
  max-height: 375px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  display: none;
}

.description-text i {
  font-style: italic;
}

.description-text p::first-letter {
  margin-left: 25px;
}

.description-text b {
  font-weight: 700;
}

.description-text.active {
  display: block;
}

.description-text.active img {
  width: 100%;
  height: auto;
}

.description-text ul {
  margin-left: 36px;
  list-style-type: circle;
}

.description-text ul li {
  margin-bottom: 6px;
}

.description-text h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
}

.description-text h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0;
}

.description-character,
.description-programms_stirki,
.description-otzivi {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  display: none;
  margin-bottom: 50px;
}

.description-otzivi a {
  color: #ff5005;
}

.description-character.active,
.description-programms_stirki.active,
.description-otzivi.active {
  display: block;
}

a.inform-arrival:hover {
  opacity: 0.8;
}

.tovar-docs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 80px 0 80px;
}

.tovar-docs div {
  border-right: 1px solid #969696;
  display: flex;
  position: relative;
  width: 19%;
  height: 94px;
  overflow: hidden;
}

.tovar-docs a {
  margin: auto;
  display: flex;
  font-size: 22px;
  color: #969696;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.tovar-docs a span {
  margin: auto;
  display: block;
}

.tovar-docs div:last-child {
  border-right: none;
}

.instructions:hover {
  background: #e9c28e;
}

.instructions a {
  background: url(/local/templates/hiberg/src/styles/../images/tovar-instructions.png) 50% 14px no-repeat;
  padding: 15px 0 0;
}

.cert:hover {
  background: #e9c28e;
}

.instructions:hover {
  background: #e9c28e;
}

.cert a {
  background: url(/local/templates/hiberg/src/styles/../images/tovar-cert.png) 50% 14px no-repeat;
  padding: 15px 0 0;
}

.instructions a:hover {
  background: url(/local/templates/hiberg/src/styles/../images/tovar-instructions.png) 50% -28px no-repeat;
  color: #fff;
}

.cert a:hover {
  background: url(/local/templates/hiberg/src/styles/../images/tovar-cert.png) 50% -34px no-repeat;
  color: #fff;
}

.tovar-docs div:last-child:hover {
  background: #e9c28e;
}

.tovar-docs div:last-child a:hover {
  color: #fff;
}

.tovar-info {
  padding: 20px 0 30px;
}

.tovar-info #tabs ul {
  display: flex;
}

.tovar-info #tabs ul a {
  font-size: 28px;
  color: #000;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  display: block;
  padding: 0;
  margin: 0 118px 0 0;
}

.tovar-info #tabs ul a:hover,
.tovar-info .ui-tabs-active a {
  color: #e42e2e !important;
}

.tovar-info-tab {
  font-size: 16px;
  color: #000;
  font-family: "Roboto", sans-serif;
  line-height: 21px;
  margin: 36px 0 0;
}

.tovar-similar {
  padding: 43px 0 42px;
}

.tovar-similar .title {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 0 0 41px;
}

.tovar-similar ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tovar-similar ul li {
  width: 60%;
  text-align: center;
  margin: 0 12px 20px;
}

.tovar-similar-img img {
  max-width: 100%;
}

.tovar-similar-title {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  padding: 10px 0 10px;
}

.tovar-similar-price {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
}

.product-description-tab {
  color: #fff;
  font-size: 16px;
}

.product-description-tab img {
  max-width: 100%;
  height: auto;
}

.product-description-tab ul {
  display: block !important;
  list-style: disc;
  margin: 20px 0 20px 0;
}

.product-description-tab ul li {
  margin: 0 0 4px 30px;
}

.product-description-tab table {
  width: 70% !important;
  margin: 0 auto;
}

.product-description-tab table tr:nth-child(2n) {
  background: 0 0;
}

.product-description-tab h2,
.product-description-tab p {
  color: #fff !important;
}

.even,
.odd {
  border-bottom: 1px solid #838383;
}

.product-description-tab table td {
  padding: 5px;
  vertical-align: middle;
  white-space: pre-wrap;
}

.product-description-tab table td:nth-child(2) {
  text-align: right;
  text-wrap: balance;
  /* text-wrap: pretty; */
}

.features tr {
  border-bottom: 1px solid #838383;
}

.product-description-tab table tr {
  border-bottom: 1px solid #838383;
}

.product-description-tab table td p {
  display: inline-block;
}

.product-description-tab table td.t {
  width: 42% !important;
}

.product-description-tab table h3 {
  padding: 30px 5px 12px 5px;
  font-size: 16px;
  font-weight: 700;
  background: #302a28;
  margin: -5px -6px 0;
}

.description-programms_stirki table td {
  text-align: center;
}

.description-programms_stirki .product-description-tab table {
  width: 35% !important;
}

.btn-view-more {
  width: 140px;
  text-align: left;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #e9c28e;
  background: 0 0;
  border: none;
  cursor: pointer;
  margin-bottom: 37px;
  margin-top: -26px;
  z-index: 1;
}

.btn-view-more_close {
  width: 140px;
  text-align: left;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #e9c28e;
  background: 0 0;
  border: none;
  cursor: pointer;
  margin-bottom: 37px;
  z-index: 1;
  margin-top: 5px;
  display: none;
}

.btn-view-share {
  width: 140px;
  text-align: left;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 19px;
  color: #e9c28e;
  background: 0 0;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.description-bottom_hidden {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    #302a2800 0,
    #302a2899 30%,
    #302a28bf 40%,
    #302a28 60%,
    #302a28
  );
}

.modal-buy-fixed {
  min-width: 280px;
  min-height: 40px;
  max-width: 420px;
  background-color: #1d1918d3;
  position: fixed;
  top: 0;
  right: 20px;
  padding: 20px;
  border-radius: 10px;
  opacity: 0;
  transition:
    top 0.6s linear,
    opacity 0.8s linear;
  z-index: -2;
}

.modal-buy-fixed.active {
  top: 105px;
  opacity: 1;
  z-index: 10;
}

.buy-fixed_text {
  display: flex;
}

.buy-fixed_price {
  text-align: right;
}

.tovar-tex-buy_now.modal {
  height: 24px;
  margin: 0 0 0 15px;
}

.buy-fixed_title {
  font-size: 16px;
  font-family: "Magistral", "Arial";
  margin-bottom: 6px;
}

.buy-fixed_price {
  font-size: 14px;
  font-family: "Magistral", "Arial";
  color: #b7b7b7;
}

.wrap-form-question {
  padding: 0 20px;
  min-height: 275px;
  background-color: #1d1918;
  padding-top: 25px;
}

.form-tovar-title {
  font-family: "Magistral", "Arial";
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.form-tovar-description {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 30px;
}

.wrap-inputs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.wrap-inputs.download-3d {
  flex-direction: column;
  gap: 30px;
}

.wrap-input.download-3d {
  width: 100%;
}

.form-question.tovar-container {
  padding-bottom: 25px;
}

.wrap-collection {
  overflow: hidden;
  padding: 0 20px;
}

.wrap-collection.active {
  overflow: auto;
  visibility: visible;
  opacity: 1;
}

.wrap-input {
  width: 32%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.wrap-collection_text {
  font-family: "Magistral", "Arial";
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  /* margin-bottom: 15px; */
}

.collection-text_title {
  font-weight: 300;
}

.collection-text_model {
  display: flex;
  align-items: center;
  font-weight: 500;
  height: 55px;
  max-width: 350px;
}

.collection-item:hover {
  background-color: #1d1918;
  border: #e9c28e 1px solid;
}

.collection-item:hover .collection-text_model {
  color: #e9c28e;
}

.collection-item.interesting {
  min-height: 430px;
}

.collection-item.interesting a img {
  max-height: 300px;
  max-width: 300px;
  /* margin-top: 0; */
}

.collection-item.interesting a {
  margin: auto 0 0 0;
}

.interesting-banner {
  width: 100%;
  height: 100%;
  max-width: none !important;
  max-height: none !important;
}

.interesting-banner_link {
  margin: 0 !important;
}

.collection-title {
  font-family: "Magistral", "Arial";
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin: 40px 0;
  text-transform: uppercase;
}

.collection-item {
  max-width: 453px;
  max-height: 490px;
  min-height: 475px;
  background: transparent;
  border: 1px solid #1d1918;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.2s linear;
}

.collection-item img {
  margin-top: 30px;
  max-width: 226px;
  max-height: 290px;
  width: auto;
  height: auto;
  font-size: 0;
}

.slider-collection {
  display: flex;
  position: relative;
  justify-content: flex-start;
  padding-bottom: 110px;
  padding-left: 2px;
  border-bottom: #ffffff21 1px solid;
}

.slider-collection.interesting {
  border-bottom: none;
}

.collection-item a {
  /* padding-top: 20px; */
  flex-direction: column;
  font-family: "Magistral", "Arial";
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: flex;
  width: 100%;
  min-height: 300px;
  align-items: center;
  justify-content: space-evenly;
  gap: 10px;
}

.wrap-modal-download-3d {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 999994;
  background: #000000c4;
}

.modal-download-3d {
  position: relative;
  max-width: 410px;
  max-height: 360px;
  width: 100%;
  height: 100%;
  margin: 110px auto 0;
  background: #302a28;
  padding: 30px 20px;
}

.modal-download-3d h3 {
  font-size: 24px;
  text-align: center;
  margin-top: 15px;
  line-height: 34px;
  padding: 0 20px;
  text-transform: uppercase;
}

.modal-download-3d h3 span {
  background: #ff5005;
  padding: 0 2px 0 4px;
}

@keyframes modal-search {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.close-block-download-3d {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  right: 0;
  cursor: pointer;
}

.close-pic-left {
  width: 25px;
  display: block;
  height: 1px;
  background: #ff5005;
  position: absolute;
  top: 15px;
  transform: rotate(45deg);
}

.close-pic-right {
  position: absolute;
  top: 15px;
  transform: rotate(135deg);
  width: 25px;
  display: block;
  height: 1px;
  background: #ff5005;
}
.wrap-form-question.download-3d {
  background: transparent;
}

.wrap-input input {
  height: 48px;
  border: 1px solid #e9c28e;
  border-radius: 8px;
  background: 0 0;
  color: #fff;
  font-size: 18px;
  text-indent: 20px;
  font-family: "Magistral", "Arial";
  text-indent: 20px;
}

.black-line-input.download-3d {
  background: #302a28;
}

.black-line-input {
  background: #1d1918;
  position: absolute;
  width: 10px;
  height: 20px;
}

.black-line-input.left {
  left: 0;
  top: calc(50% - 10px);
}

.black-line-input.right {
  right: -3px;
  top: calc(50% - 10px);
}

.wrap-form-question.download-3d button {
  margin: 0 auto;
}

.politics-confi.download-3d {
  text-align: center;
  margin-top: 25px;
}

.form-question-inner-block {
  width: 48%;
  min-width: 320px;
}
.form-question-inner-block .wrap-input {
  width: 100%;
  margin-top: 10px;
}
.form-question-inner-block select {
  height: 48px;
  border: 1px solid #e9c28e;
  border-radius: 8px;
  background: #1d1918;
  color: #e9c28e;
  font-size: 18px;
  padding: 0 26px;
  font-family: "Magistral", "Arial";
}

.wrap-input input {
  text-indent: 20px;
}
.textarea-tovar {
  text-indent: 29px;
}

.btn-up {
  position: fixed;
  background-color: #d74405;
  right: 80px;
  bottom: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 40px;
  z-index: 10;
  opacity: 0.4;
  transition: opacity 0.3s ease-in-out;
}

.btn-up::before {
  content: "";
  width: 40px;
  height: 35px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}

.btn-up_hide {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .btn-up:hover {
    opacity: 1;
  }
}

@media (max-width: 1460px) {
  .advantage-block_item {
    max-width: 400px;
  }

  .advantage-block_item-img {
    min-height: 250px;
  }

  .advantage-block_item-img img {
    max-height: 305px;
  }
}

@media (max-width: 1290px) {
  .world-video-wrap {
    flex-direction: column;
  }

  /* .tovar-tex-addcart {
    margin: 20px 18px 0 0;
  } */

  .tovar-3d,
  .tovar-video {
    margin-right: 10px;
    padding: 0;
  }

  .wrap-buy-online {
    margin-bottom: 5px;
  }

  .block-3d-picture_right-title {
    font-size: 18px;
  }

  .block-3d-picture_right-text {
    line-height: 26px;
    font-size: 16px;
  }

  .advantage {
    padding: 0 30px;
  }

  .advantage-title {
    font-size: 20px;
  }

  .advantage-list {
    font-size: 16px;
    line-height: 18px;
    gap: 12px;
  }

  .advantage-block_item-img img {
    max-height: 240px;
  }

  .advantage-block_item-img {
    max-height: 250px;
  }

  .advantage-block_item {
    width: 33%;
    max-width: 320px;
  }

  .slider-collection {
    max-width: 920px;
    margin: 0 auto;
  }

  .collection-item.interesting {
    min-height: 300px;
  }

  .collection-item.interesting a img {
    max-height: 226px;
    max-width: 136px;
  }

  .collection-item a {
    justify-content: end;
  }

  .advantage-block_list {
    justify-content: space-around;
  }
}

@media (max-width: 1140px) {
  .advantage {
    padding: 0 30px;
  }

  .cart-goto-order {
    font-size: 28px;
  }
}

@media (max-width: 1060px) {
  .tovar-main {
    flex-direction: column;
    align-items: center;
  }

  .tovar-similar ul {
    flex-direction: column;
  }

  .tovar-slider-wrap {
    height: auto;
    margin-top: 0px;
  }

  .tovar-nav-slider-wrap {
    max-width: 600px;
    display: block;
    margin: 0 auto;
  }

  #wrap-element-rating-top {
    bottom: -40px;
    font-size: 14px;
  }

  .tovar-slider-wrap {
    width: 85%;
    color: #fcfcfc;
  }

  .swiper-but-product {
    bottom: 22px;
  }

  .advantage-block_item {
    max-width: 280px;
  }

  .advantage-block_item-img img {
    max-height: none;
    max-width: 280px;
    height: 100%;
  }

  .breadcrumbs {
    padding: 0;
  }

  .tovar-nav-slider-conteiner {
    margin: auto;
    min-height: auto;
    height: auto;
  }

  .tovar-text-wrap {
    width: 100%;
    padding: 50px 26px 0;
  }

  .tovar-text-wrap {
    max-width: 500px;
  }

  .tovar-text_description {
    max-width: 480px;
  }

  .block-3d-picture_img {
    width: auto;
  }

  .block-3d-picture_right {
    gap: 5px;
  }

  .block-3d-picture_right-title {
    font-size: 16px;
  }

  .block-3d-picture_right-text {
    line-height: 18px;
    font-size: 14px;
  }

  .advantage {
    margin-top: 40px;
  }

  .advantage-title {
    font-size: 16px;
  }

  .advantage-list {
    font-size: 14px;
    line-height: 16px;
    gap: 10px;
  }

  .advantage-block_item-img {
    min-height: 190px;
  }

  .advantage-block_item-text {
    font-size: 14px;
    line-height: 20px;
  }

  .advantage-block_item {
    max-width: 250px;
  }

  .description-text {
    font-size: 16px;
  }

  .product-description-tab table {
    width: 100% !important;
  }

  .btn-view-more {
    margin-bottom: 23px;
    font-size: 14px;
  }

  .btn-view-share {
    width: 124px;
    font-size: 18px;
  }

  .wrap-input input,
  .wrap-input select {
    height: 40px;
    font-size: 16px;
  }

  .form-consult_tovar button {
    width: 130px;
    height: 35px;
  }

  .advantage-block_item-img img {
    max-width: 250px;
  }

  .wrap-form-question {
    min-height: 300px;
  }

  .collection-item img {
    max-width: 180px;
    max-height: 140px;
  }

  .collection-item a {
    min-height: 260px;
  }

  .slider-collection {
    max-width: 750px;
  }

  .textarea-tovar {
    height: auto;
    font-size: 16px;
    padding: 9px 0px;
  }

  .wrap-form-question {
    min-height: 227px !important;
  }
}

@media (max-width: 1024px) {
  .archive-item .catalog-item-img img {
    min-height: auto;
  }
  .shk-item form .modal-add-cart_item.active {
    left: 80%;
    top: -700px;
  }

  .tovar-wrap {
    padding: 30px 20px 0;
  }

  .world-video-wrap {
    align-items: flex-start;
  }

  .cart-list-item-col:nth-child(1) {
    width: 16%;
  }

  .cart-list-item-col:nth-child(3) {
    margin: 0;
    width: 30%;
  }

  .cart-list-item-price {
    font-size: 20px;
  }

  .cart-list .cart-list-title {
    font-size: 16px;
  }

  .itogo-cart {
    flex-direction: column;
  }

  .cart-goto-order a {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
  }

  .cart-like a,
  .tovar-warap_compare-like {
    font-size: 14px;
  }

  .cart-list-item .counter {
    max-width: 80px;
  }

  .cart-list-item .counter input {
    font-size: 18px;
  }

  .cart-list-item .counter button {
    font-size: 18px;
  }

  .tovar-slider .swiper-slide img {
    max-height: 430px;
  }

  .btn-view-share_mob {
    right: 0;
  }

  .tovar-text-price div:first-of-type {
    /* line-height: 22px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 720px) {
  .advantage {
    margin-bottom: 0;
  }

  .advantage-block_item-img img {
    max-width: 150px;
  }

  .advantage-block_item {
    max-width: 150px;
  }

  .advantage-block_item-text {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    width: 100%;
  }

  .advantage-block_item-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
  }

  .advantage-video {
    flex-direction: column-reverse;
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }
  .advantage-video-left {
    width: calc(100% - 60px);
    line-height: 20px;
    font-size: 16px;
  }

  .description-btns button {
    margin-bottom: 10px;
    display: block;
  }

  .world-video-wrap p {
    width: 100%;
  }

  .world-video-wrap p iframe {
    width: 100%;
    height: 100%;
    min-height: 200px;
  }
}
@media (max-width: 680px) {
  .tovar-slider-video {
    width: 100%;
  }

  .swiper-but-product.swiper-but-prev {
    left: 15px;
  }

  .swiper-but-product.swiper-but-next {
    right: 15px;
  }

  .btn-view-share_mob {
    top: -20px;
    right: -10px;
  }

  .tovar-nav-slider-conteiner .absolute-img {
    top: -20px;
    width: 40px;
    height: 40px;
    left: -5px;
  }
  .wrap-page-personal {
    flex-direction: column;
    gap: 20px;
  }
  .col-block-profile {
    width: 100%;
  }
  .wrap-personal-index {
    margin: 0 auto;
  }
  .wrap-personal-profile {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .tovar-nav-slider-wrap {
    padding-top: 20px;
  }
  .new-product-price {
    font-size: 16px;
    margin: 0px auto 10px;
  }

  .swiper-but-product {
    padding: 10px;
    bottom: 14px;
  }

  .product-description-tab {
    font-size: 14px;
  }

  .tovar-slider.desck-slider {
    display: none !important;
  }

  .tovar-slider.mob-slider {
    display: block;
    opacity: 0;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 3s ease;
  }

  .tovar-slider.mob-slider.active {
    opacity: 1;
  }

  .tovar-slider-poster svg {
    height: 30px;
    width: 30px;
  }

  .tovar-nav-slider-wrap .swiper-slide img {
    width: auto;
    height: 60px;
  }

  .modal-buy-fixed.active {
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    margin: 0 auto;
    z-index: 10;
  }

  .buy-fixed_title {
    font-size: 14px;
  }

  .tovar-tex-buy_now {
    padding: 8px 33px 8px;
    max-width: 240px;
    margin: 0;
  }

  .tovar-slider-wrap {
    width: 100%;
  }

  .wrap-btn_buy {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: start;
    gap: 20px;
  }

  .tovar-nav-slider-wrap {
    max-width: 220px;
  }

  .tovar-text-wrap {
    padding: 50px 0 0 15px;
  }

  .breadcrumbs {
    line-height: 15px;
  }

  .tovar-text-title {
    font-size: 22px;
    line-height: 24px;
  }

  .tovar-text_description {
    font-size: 16px;
  }

  .tovar-warap_compare-like {
    font-size: 16px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: left;
    margin-top: 15px;
  }

  .politics-confi {
    text-align: center;
  }

  .tovar-tex-addcart {
    margin: 0;
  }

  .buy-online-title {
    font-size: 18px;
  }

  .buy-online_list {
    font-size: 16px;
    height: auto;
  }

  .buy-online_item {
    width: 150px;
  }

  .block-video_3d-item img {
    width: 80px;
    height: 100%;
  }

  .block-3d-picture_inner.tovar-container {
    flex-direction: column;
    padding: 0;
  }

  .block-3d-picture_img {
    width: 100%;
  }

  .block-3d-picture_right {
    width: 100%;
    margin-left: 0;
    max-width: none;
  }

  .block-3d-picture_right-text {
    padding: 0 30px 20px;
  }

  .block-3d-picture_right-title {
    padding: 20px 30px 0;
  }

  .block-3d-picture_filter {
    display: none;
  }

  .advantage {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }

  .advantage-left,
  .advantage-left.two {
    margin-left: 0;
    width: 100%;
  }

  .news-item_content .advantage-left {
    width: 100%;
  }

  .news-item_content .advantage-left li {
    line-height: 18px;
  }

  .news-item_content .advantage-right {
    width: 100%;
  }

  .advantage.tovar-container.two {
    flex-direction: column;
  }
  .advantage-left.two .advantage2-text {
    font-size: 14px;
    line-height: 18px;
  }

  .advantage-title {
    margin-bottom: 30px;
  }

  .advantage-right {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: -30px;
    margin-right: -30px;
  }
  .advantage-right.two {
    width: 100%;
  }

  .advantage-block_list {
    flex-direction: column;
  }

  .advantage-block_item {
    max-width: 320px;
    width: 100%;
  }

  .advantage-block.tovar-container {
    padding: 0;
  }

  .advantage-block_item-img img {
    max-width: none;
    width: 100%;
    height: 100%;
  }

  .advantage-block_item-title {
    padding: 0 30px;
  }

  .advantage-block_item-text {
    padding: 0 30px 30px;
  }

  .modal-download-3d {
    max-width: 320px;
    max-height: 320px;
    width: 100%;
    height: 100%;
    margin: 94px auto 0;
    background: #302a28;
    padding: 10px 5px;
  }

  .modal-download-3d h3 {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    line-height: 24px;
    padding: 0 20px;
    text-transform: uppercase;
  }

  .wrap-inputs.download-3d {
    gap: 0px;
  }

  .tovar-docs_new {
    flex-direction: row;
    padding: 30px 10px;
    gap: 0px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .docs-pic svg {
    height: 40px;
    width: 40px;
  }

  .docs-pic {
    margin-bottom: 0;
  }

  .tovar-compare {
    margin: 0 0 0 auto;
  }

  .wrap-buy-online {
    margin-top: 0;
    margin-bottom: 0;
  }

  .garanty-in-pic {
    font-size: 18px;
    line-height: 20px;
  }
  .section-swiper-container .swiper-btn-section {
    display: none;
  }
  .news-tovars-slider .swiper-btn-section {
    /* display: none; */
  }
  .news-tovars-slider {
    padding: 0 6px;
    margin: 30px 0 0px;
  }

  .tovar-docs_item a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .form-tovar-title {
    font-size: 16px;
  }

  .form-tovar-description {
    font-size: 14px;
  }

  .wrap-input label {
    font-size: 14px;
    padding-left: 5px;
    line-height: 0;
  }

  .wrap-inputs {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .wrap-input {
    width: 100%;
    margin-bottom: 20px;
  }

  .form-consult_tovar {
    padding-bottom: 30px;
  }

  .advantage-block_item-img {
    min-height: auto;
    margin-bottom: 20px;
    max-height: none;
  }

  .advantage-block_item {
    max-width: none;
  }

  .slider-collection {
    max-width: 570px;
  }

  .collection-item {
    max-width: 500px;
  }

  .collection-item img {
    max-width: 180px;
    max-height: 170px;
  }

  .collection-item.interesting a img {
    max-height: 180px;
    max-width: 120px;
  }

  .collection-item.interesting a {
    min-height: 267px;
  }

  .collection-title {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0;
  }

  .cart-goto-order {
    width: 87%;
  }

  .b24-form .b24-window-scrollable {
    padding-bottom: 0 !important;
  }

  .cart-list-item {
    flex-direction: column;
  }

  .cart-list-item-col:nth-child(1) {
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
  }

  .cart-list-item-col:nth-child(2) {
    max-width: none;
    width: 100%;
    margin: 0 auto;
  }

  .cart-list-item-col:nth-child(3) {
    margin: 0;
    width: 100%;
  }

  .item-img_cart {
    display: block;
    margin: 0 auto;
  }

  .wrap-inputs {
    gap: 10px;
  }
}

@media (max-width: 380px) {
  .breadcrumbs.pad-top {
    display: flex;
    flex-wrap: wrap;
  }

  .breadcrumbs.pad-top span {
    margin-bottom: 5px;
  }

  .product-description-tab {
    font-size: 14px;
  }

  .breadcrumbs a::after {
    padding: 0 5px 0 5px;
  }

  .swiper-but-product.swiper-but-prev {
    left: 0;
  }

  .swiper-but-product.swiper-but-next {
    right: 0;
  }

  .tovar-price-container {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .tovar-text-price-list {
    margin-bottom: 15px;
  }
}

@media (max-width: 350px) {
  .tovar-text-price div:first-of-type {
    flex-direction: column;
    align-items: start;
  }

  .no-balance span {
    margin-bottom: 20px;
  }

  .tovar-text-price a {
    margin-top: 0;
  }
}

@media (max-width: 340px) {
  .form-question-inner-block {
    min-width: 100%;
  }
}

/* TOVAR PRODUCT END */

/* ARCHIVE START */
.form-search-page input {
  width: 370px;
  height: 30px;
  background: transparent;
  border: 1px solid #e9c28e;
  padding: 5px 10px;
  border-radius: 6px;
  color: #ffffff;
  font-family: "Magistral";
  font-size: 16px;
}
.form-search-page button {
  width: 80px;
  height: 41px;
  background: transparent;
  border: 1px solid #e9c28e;
  padding: 5px 10px;
  border-radius: 6px;
  color: #ffffff;
  font-family: "Magistral";
  cursor: pointer;
  font-size: 16px;
}

@media (max-width: 500px) {
  .form-search-page input {
    width: 190px;
  }
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0 20px;
}

.pagination b {
  border-radius: 6px;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination a {
  border-radius: 6px;
  color: #e9c28e;
  text-decoration: none;
  transition: color 0.2s linear;
}

.pagination a.page {
  border: 1px solid #e9c28e;
  transition: border 0.2s linear;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ARCHIVE END */

/* Корзина */
.cart-wrap {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1400px;
  min-height: 750px;
}

.cart-wrap-title {
  margin: 40px 0 20px;
  padding: 0;
  font-family: "Magistral", "Arial", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
}

.cart-list {
  max-width: none;
  width: 65%;
}

.cart-list-item {
  position: relative;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-bottom: none;
  margin: 0 0 40px;
  padding: 0 0 38px;
  padding-top: 10px;
}

.cart-list-item .tovar-compare_pic {
  align-items: baseline;
}

.cart-list-item .tovar-compare_pic .tovar-compare {
  color: #e9c28e;
  font-size: 20px;
  text-decoration: none;
}

.close-cart {
  margin: 0;
  padding: 10px;
}

.delete-cart {
  position: absolute;
  top: -20px;
  right: -5px;
  cursor: pointer;
  padding: 5px;
}

.cart-like a {
  color: #e9c28e;
  font-size: 20px;
  text-decoration: none;
}

.delete-cart:hover {
  opacity: 0.8;
}

.cart-list-item-col:nth-child(1) {
  max-width: none;
  width: 15%;
}

.cart-list-item-col:nth-child(2) {
  display: flex;
  max-width: none;
  width: 78%;
  justify-content: space-between;
}

.cart-list-item-col:nth-child(3) {
  max-width: none;
  width: 25%;
}

/* .price-counter-wrap {
  width: 30%;
} */

.cart-list-title {
  font-size: 18px;
  font-weight: bold;
  padding: 0px 0 10px;
  text-wrap: balance;
}

.cart-list-item-price {
  width: max-content;
  font-family: "Magistral", "Arial";
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
}

.button-del {
  position: absolute;
  right: 0;
  bottom: 12px;
  color: #858585;
  font-size: 14px;
  text-decoration: none;
}

.button-del:hover {
  text-decoration: underline;
}

.cart-list-item .counter {
  border: 1px solid #e9c28e;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 135px;
  margin: 0 auto;
}

.cart-list-item .counter button {
  border: none;
  color: #fff;
  background: none;
  padding: 6px 0 6px;
  font-size: 28px;
  text-align: center;
  width: 50px;
  border-radius: none;
  cursor: pointer;
}

.cart-list-item .counter button:hover {
  border: none;
  opacity: 0.8;
  color: #fff;
}

.cart-list-item .counter input {
  font-size: 24px;
  border: none;
  text-align: center;
  width: 32px;
  color: #fff;
  background: transparent;
}

.cart-line-bottom {
  position: absolute;
  bottom: 0;
  max-width: 100%;
}

.cart-goto-order {
  width: 34%;
  max-width: none;
  background: #1d1918;
  padding: 25px;
  border-radius: 0;
  font-family: "Magistral", "Arial";
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #ffffff;
}

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

#cart-final-sum {
  display: inline;
}

.cart-goto-order b {
  font-size: 24px;
  font-weight: bold;
}

.cart-goto-order .link-oform {
  max-width: none;
  width: 100%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  background: #ff5005;
  border: none;
  padding: 0 !important;
  border-radius: 9px;
  text-decoration: none;
  cursor: pointer;
  margin: 20px 0 10px 0;
  transition:
    background 0.2s linear,
    border 0.2s linear;
}
.cart-goto-order .link-oform-ur {
  max-width: none;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  background: transparent;
  border: #ff5005 2px solid;
  padding: 5px 10px !important;
  border-radius: 9px;
  text-decoration: none;
  cursor: pointer;
  margin: 20px 0 10px 0;
  transition:
    background 0.2s linear,
    border 0.2s linear;
  display: block;
  min-width: 85%;
  max-width: max-content;
  text-align: center;
  margin: 20px auto;
  text-wrap: balance;
  line-height: 36px;
}
.cart-goto-order .link-oform:hover {
  opacity: 0.8;
}

.cart-goto-order form {
  display: flex;
  flex-direction: column;
}

.cart-goto-order form label {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
}

.cart-goto-order form input {
  width: 100%;
  height: 44px;
  border: 1px solid #e9c28e;
  border-radius: 8px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  box-sizing: border-box;
  text-align: center;
}

.cart-goto-order a:hover {
  opacity: 0.8;
}

.cart-leave {
  text-align: right;
  padding: 0 10px 20px;
}

.cart-leave a {
  color: #ff5005;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.cart-wrap-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 500px;
  gap: 20px;
}

.promocode_err {
  display: none;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin: 10px 0;
}

.deliver-input-wrap span {
  font-family: "Roboto", sans-serif;
}

.promocode-footnote {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}

.usepromocode,
.delpromocode {
  display: inline-block;
  font-size: 14px;
  color: #e9c28e;
  font-family: "Roboto", sans-serif;
  background: transparent;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
  margin-left: 10px;
  padding: 0 20px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  border: 1px solid #e9c28e;
  border-radius: 8px;
}

.usepromocode:hover {
  opacity: 0.8;
}

.cart-goto-order .btn-apply-promo {
  max-width: 150px;
  margin-bottom: 0;
  display: block;
  margin: 20px auto 0;
  background: transparent;
  color: #fff;
  border: 1px solid #e9c28e;
  font-size: 14px;
  text-align: center;
}

.btn-apply-promo,
.btn-del-promo {
  max-width: 150px;
  margin-bottom: 0;
  display: block;
  margin: 20px auto 0;
  background: transparent;
  color: #fff;
  border: 1px solid #e9c28e;
  font-size: 14px;
  text-align: center;
}

.cart-wrap .cart-list-item {
  position: relative;
}

@media (max-width: 575px) {
  .cart-goto-order {
    width: 87%;
  }
  .cart-list-item-col:nth-child(2) {
    display: flex;
    flex-direction: column;
  }

  .cart-list-item-col:nth-child(1) {
    width: 30%;
  }
  .cart-list-item-col:nth-child(1) img {
    /* width: 100%; */
    max-width: 120px;
  }
  .cart-list-title {
    text-align: center;
  }

  .delete-cart {
    top: -15px;
    right: 10px;
  }

  .cart-list-item .counter button {
    width: 40px;
    padding: 4px 0 4px;
  }
}

@media (max-width: 400px) {
  .cart-list-item {
    flex-direction: column;
  }

  .cart-list-item-col:nth-child(1) {
    width: 100%;
  }

  .cart-list-item-col:nth-child(1) img {
    width: auto;
  }

  .cart-list-item-col:nth-child(2) {
    width: 90%;
  }

  .price-counter-wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }

  .cart-list-item .counter {
    margin: 0;
  }

  .cart-list-item-price {
    margin: 0;
  }

  .cart-list-item .counter input {
    width: 30px;
    padding: 0;
  }

  .cart-goto-order .link-oform-ur {
    font-size: 18px;
  }
}

@media (max-width: 340px) {
  .cart-goto-order .link-oform-ur {
    padding: 5px 2px !important;
  }
}
/* Корзина конец*/

#loader {
  position: fixed;
  margin: auto;

  z-index: 10;
  width: 48px;
  height: 48px;
  border: 5px solid #f5814f;
  border-bottom-color: #d74405;
  border-radius: 50%;
  display: none;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  inset: 0;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* кнопка купить из выпадашки */
.buy-fixed_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.modal-buy-fixed .tovar-name_page {
  font-size: 20px;
  border: none;
  padding: 0;
  font-weight: 400;
}

.modal-buy-fixed .tovar-text-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.tovar-modal-price {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
}

.tovar-modal-price .old-rice-through {
  top: -14px;
}

.tovar-modal-price .tovar-tex-buy_now.modal {
  margin: 0;
}

.tovar-modal-price .catalog-price_ab {
  margin: 0;
  margin-bottom: 5px;
}

.tovar-modal-price .substrate-slide-content {
  width: auto;
  position: static;
  padding: 10px;
  /* padding-top: 0; */
  /* padding-bottom: 5px; */
  height: auto;
  background-color: transparent;
}

.modal-buy-fixed {
  max-width: 450px;
}

.modal-buy-fixed .buy-fixed_title {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .master {
    width: 150%;
  }

  .hiberg-world-title {
    left: 26%;
    top: 26%;
    background: #f25920;
    color: #ffffff;
    font-size: 14px;
    font-family: "Magistral", "Arial";
    font-weight: bold;
    padding: 13px 17px;
  }

  .head-slider {
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .form-search-page input {
    width: 180px;
  }
}

/* Поиск конец */

/* Мир хайберг */
.hiberg-world-icons {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 60px 0 62px;
}

.mir-icon {
  max-width: 150px;
  display: block;
  margin: 0 auto;
}

.hiberg-world-text {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  text-align: justify;
}

.hiberg-world-text h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 30px;
}

.hiberg-world-text p {
  margin: 0 0 30px;
  line-height: 21px;
}

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

.world-video-wrap p {
  width: 47%;
}

.hiberg-concept {
  font-family: "Magistral", "Arial";
  font-size: 30px;
  text-align: center;
  background: transparent;
  padding: 69px 10px;
  margin: 54px 0 0;
}
/* Мир хайберг  конец*/

/* блок цветов */
.eFiltr .fltr_block.fltr_pattern label img {
  border: 2px solid transparent;
}

.eFiltr .fltr_block.fltr_pattern label.active img {
  border-radius: 100%;
  border: 2px solid #ff5005;
}

.wrap-colors {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}
.colors-item {
  width: 36px;
  height: 36px;
}

.wrap-colors .colors-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.wrap-colors .colors-item img {
  display: block;
  border: 3px solid #302a28;
  border-radius: 50%;
  width: 100%;
}
.wrap-colors .colors-item img:hover {
  display: block;
  width: 100%;
  border: 3px solid #ff5005;
  border-radius: 50%;
}
.wrap-colors .colors-item.this img {
  display: block;
  width: 100%;
  border: 3px solid #ff5005;
  border-radius: 50%;
}
.text-color {
  color: #e9c28e;
  font-size: 20px;
  margin-bottom: 22px;
}
@media (max-width: 1060px) {
  .wrap-colors {
    gap: 24px;
    flex-wrap: wrap;
  }
}
/* блок цветов конец*/

a.inform-arrival {
  padding: 7px;
  text-decoration: none;
}

.other-model.weight-normal {
  margin-right: 0;
  margin-bottom: 10px;
}

.no-balance div span {
  font-size: 22px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.block-video_ddd {
  /* margin-bottom: 30px; */
}

.buy-online_list {
  margin-bottom: 0;
}

.wrap-block-colors {
  margin-top: 30px;
}

/* .tovar-text-price {
  margin-bottom: 30px;
} */
.wrap-buy-online {
  margin-top: 25px;
}

[data-tooltip]::after {
  pointer-events: none;
}

.coffee-catalog-advant {
  justify-content: center;
}

.coffee-catalog-advant span {
  margin: 0;
  line-height: 24px;
}

.coffee-italy {
  position: relative;
}

.coffee-italy::after {
  opacity: 0;
  top: 7px;
  right: 27%;
  position: absolute;
}

.coffee-italy::after {
  content: "Италия";
}

.coffee-italy:hover::after {
  opacity: 1;
}

/* .coffee-italy:hover span {
  display: block;
} */

@media (max-width: 460px) {
  .catalog-item-options .coffee-catalog-advant {
    min-height: 85px;
  }
}

.wrap_cookie {
  font-family: "Roboto", sans-serif;
  line-height: 2em;
  padding: 30px;
}

.wrap_cookie h2 {
  margin: 20px 0 20px;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: bold;
}
.breadcrumb-mob {
  display: none;
}

.data-page h2.page {
  font-size: 1.4em;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 1.5em;
  margin: 20px 0 10px 0;
}

ol.p-offer-list {
  font-family: "Roboto", sans-serif;
  margin: 20px;
  list-style: none;
  counter-reset: li;
}

ol.p-offer-list li {
  margin: 20px;
}

ol.p-offer-list li p {
  line-height: 1.5em;
}

ol.p-offer-list li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
  line-height: 1.5em;
}

ol.p-offer-list ul li:before {
  display: none;
}

.p-offer,
.base-text {
  font-family: "Roboto", sans-serif;
  line-height: 1.5em;
  margin: 30px 0;
}

ol.p-offer-list li ul {
  font-family: "Roboto", sans-serif;
  margin: 20px;
  list-style: disc;
}

@media (max-width: 880px) {
  div.b24-widget-button-wrapper {
    bottom: 80px !important;
    z-index: 1000;
  }
  .b24-widget-button-wrapper {
    animation: none !important;
  }
  .b24-widget-button-wrapper.callback-up {
    transform: translateY(-28px) !important;
    transition: transform 0.5s ease;
  }

  .b24-widget-button-wrapper {
    right: 16px !important;
  }

  .social-contacts {
    padding: 0;
    justify-content: center;
  }
  .agreeText {
    font-size: 12px;
  }
  .requiredFieldText {
    font-size: 12px;
  }
  .circle-notice {
    font-size: 12px;
    height: 16px;
    right: -4px;
    top: -7px;
    width: 16px;
  }
  .formField textarea {
    height: 180px;
  }
  .formWrapAuth {
    padding: 20px;
    width: 100%;
    max-width: 340px;
  }
  .formWrapAuth h3 {
    font-size: 18px;
  }
  .fieldPhoneAuth {
    height: 62px !important;
    font-size: 24px !important;
    font-weight: 500 !important;
  }

  .head-service-description {
    margin: -16px auto 0;
    padding: 20px;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .formQuestionDefault {
    padding: 30px 20px;
  }
  .siteFormWrap .row-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .head-service-description a {
    opacity: 1;
    text-align: center;
  }
  .pageReelsWrap {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .wrap_cookie h2 {
    font-size: 1.4em;
  }
  .cookie-notification-modal {
    left: 0;
    bottom: 0px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }
  .cookie-agree__buttons {
    width: 90%;
  }
  .cookie-agree {
    flex-direction: column;
    font-size: 12px;
  }
  .cookie-agree__text {
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
  }
  .cookie-agree__button.btn-green {
    width: 80px;
    font-size: 12px;
    height: 26px;
  }
  ol.p-offer-list {
    margin: 0;
  }

  .bx-slider-desk {
    height: 100dvh;
    margin-top: -70px;
    margin-bottom: 40px;
  }
  .bx-slider-desk .swiper-button-prev,
  .bx-slider-desk .swiper-button-next {
    display: none;
  }
  .breadcrumb-mob {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 7px;
    margin-bottom: 4px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
  }

  .pageServiceFormWrap {
    padding: 30px 20px;
  }
  .wrap-personal-profile .siteFormWrap .row-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* всплывающее окошко */
#popup {
  position: fixed;
  bottom: 0px;
  left: 0;

  /* height: 220px; */
  padding: 20px;
  box-sizing: border-box;
  z-index: 10200;
}

#popup * {
  box-sizing: border-box;
}

.popup-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  position: relative;
  background: #302a28de;
  border-radius: 10px;
  /* border: 1px solid #c0c0c070; */
  padding: 13px;
  filter: drop-shadow(rgba(255, 255, 255, 0.3) 0px 0px 15px);
}

.popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.popup-btn-close {
  position: absolute;
  top: 4px;
  right: 4px;
  background: transparent;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
}

.popup-btn-close svg {
  width: 10px;
  height: 10px;
  opacity: 0.5;
}

.popup-img {
  width: 200px;
  border-radius: 10px;
}

.popup-title {
  font-size: 18px;
  font-weight: 700;
  /* margin-bottom: 10px; */
}

.popup-text {
  margin-bottom: 10px;
  font-size: 14px;
}

.popup-link {
  display: flex;
  justify-content: center;
  background: var(--default-color-orange);
  padding: 5px;
  border-radius: 8px;
  width: 90%;
  font-size: 14px;
}

/*START FAVORITE*/
.wrap-favorite-cart {
  display: flex;
  margin: 0 auto;
  margin-bottom: 60px;
  margin-top: 20px;
}
.wrap-favorite-cart .row {
  margin: 0;
}
.wrap-favorite-cart #basket-root {
  margin-top: 0;
  padding: 0 20px;
}
.wrap-favorite-cart .wrap-favorite-items {
  width: calc(100% - 252px);
  /* background: #f8f8f8; */
  max-width: 1030px;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
}

.wrap-favorite-cart .basket-item-block-info {
  padding: 0;
  width: 100%;
}
.wrap-favorite-cart h2.basket-item-info-name {
  width: 100%;
}

.basket-item-block-info .basket-item-actions-remove:hover {
  background: red;
}
.wrap-favorite-cart .basket-items-list-item-warning-container svg {
  width: 18px;
  height: 18px;
}
.wrap-favorite-cart .basket-items-list-item-remove {
  display: none;
}
.wrap-favorite-cart .basket-items-list-item-descriptions {
  padding-bottom: 0;
}
.wrap-favorite-cart .new-products-other-page .new-products-slider .ib-item {
  min-width: 25%;
  margin: 0px 73px 0 0;
}
.wrap-favorite-cart .swiper-button-next-new-product {
  top: var(--swiper-navigation-top-offset, 36%);
}
.wrap-favorite-cart .btn-in-cart {
  width: 120px;
  height: 44px;
  font-size: 18px;
}
.wrap-favorite-cart .basket-item-price-current-text {
  font-size: 20px;
  display: block;
  margin-bottom: 12px;
  font-family: var(--default-font);
}
.basket-item-image-link {
  min-height: 166px;
}
h2.favorit-page {
  padding: 0;
}

.wrap-favorite-cart .basket-items-list-wrapper {
  width: 100%;
}
.wrap-favorite-cart .basket-item-block-info .basket-item-actions-remove {
  width: 44px;
  height: 44px;
}

.wrap-favorite-cart #basket-root .basket-items-list-item-container {
  margin-top: 0;
  border-bottom: none;
  width: 26%;
  min-width: 240px;
}
.wrap-favorite-cart #basket-root .basket-items-list-table tbody {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}
.wrap-favorite-cart #basket-root .basket-items-list-item-descriptions-inner {
  flex-direction: column;
  height: auto;
}
.wrap-favorite-cart #basket-root .basket-item-block-image {
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
}

/*STOP FAVORITE*/

@media (max-width: 1024px) {
  .contacts-head {
    margin-top: 20px;
  }
  .wrap-favorite-cart .col-block-profile {
    display: none;
  }
  h2.favorit-page {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .contacts-head {
    height: 383px;
    margin-top: 20px;
  }

  .contacts-head-item {
    line-height: 21px;
    padding: 12px 10px;
    font-size: 21px;
    margin-bottom: 10px;
  }

  .contacts-head-item span a {
    font-size: 21px;
  }

  .contacts-head-item span strong {
    font-size: 21px;
    line-height: 21px;
  }

  .ui-widget-header {
    gap: 10px;
  }

  .form-contacts select,
  .form-contacts input,
  .form-contacts textarea {
    max-width: 297px;
    padding: 12px 28px;
  }
}

@media (max-width: 600px) {
  .contacts-head-item img {
    margin: 0 7px 0 0;
    width: 30px;
  }

  .contacts-wrap_page {
    font-size: 14px;
  }

  .contacts_tel-num a {
    font-size: 22px;
    line-height: 42px;
  }

  .contacts_email {
    margin-bottom: 0px;
  }

  .contacts_email a {
    line-height: 24px;
  }

  .contacts_email {
    margin-bottom: 0px;
  }

  .ui-widget-header {
    flex-direction: column;
    gap: 10px;
  }

  .catalog-section .product-item .div-item .pl-in .pl-picture {
    width: 42%;
  }
}

@media (max-width: 480px) {
  .contacts-head-item {
    font-size: 17px;
    line-height: 17px;
  }

  .contacts-head-item span i {
    font-size: 15px;
    line-height: 15px;
  }
  .contacts-head-item span a {
    font-size: 17px;
    line-height: 17px;
  }

  .contacts-head-item span strong {
    font-size: 17px;
    line-height: 17px;
  }

  .social-contacts {
    padding-left: 0;
    text-align: center;
  }
  .wrap-personal-profile .siteFormWrap .row-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 360px) {
  .contacts-head-item strong {
    display: block;
  }
}

@media (max-width: 560px) {
  .index-list-catalog-item a {
    height: auto;
  }
  .header-tools {
    gap: 16px;
  }
  .header-container {
    width: 92%;
    padding: 0;
  }
  .slide-innovation-text h4:last-child {
    height: 25px;
    margin-bottom: 10px;
    padding: 0 4px;
    -webkit-line-clamp: 2;
  }
  .btn-up {
    right: 50px;
    bottom: 0;
    /* width: 70px;
    height: 53px; */
  }
  .hiberg-catalog-title {
    font-size: 12px;
    height: 52px;
    text-align: center;
  }

  .form-question-inner-block {
    gap: 10px;
  }
  .list-socail-item {
    width: 35px;
  }
  .list-socail-item img {
    width: 35px;
  }

  .form-question-inner-block .wrap-input {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .btn-up {
    right: 24px;
    bottom: 66px;
    /* width: 70px;
    height: 53px; */
  }

  .callback-button {
    width: 60px;
    height: 60px;
    right: 25px;
  }

  .callback-button svg {
    width: 25px;
    height: 25px;
  }

  .btn-up::before {
    width: 30px;
    height: 25px;
  }
  .tovar-slider .swiper-slide {
    min-height: 390px;
  }

  .description-btns {
    margin-bottom: 0;
  }

  .tovar-info-tab {
    margin-top: 20px;
  }

  #popup {
    height: auto;
    padding: 10px;
    bottom: 0;
    right: 0;
    justify-content: center;
  }

  .popup-wrapper {
    gap: 10px;
    padding: 10px;
    max-width: 280px;
  }

  .popup-img {
    width: 100%;
    /* max-width: 150px; */
  }

  .popup-link-img {
    width: 85%;
  }

  .popup-title {
    font-size: 16px;
  }

  .popup-text {
    font-size: 16px;
  }

  .popup-link {
    font-size: 14px;
    /* width: 60%; */
  }
}

/* конец всплывашки*/

@media (min-width: 600px) {
  .b24-window .b24-window-panel {
    max-height: 420px;
    top: auto;
    bottom: 20px;
    right: 20px;
  }

  .b24-window .b24-form-wrapper.b24-form-border-bottom {
    border: none;
  }

  .b24-window .b24-window-panel > div > .b24-window-scrollable {
    position: static;
  }
}
.b24-form .b24-window .b24-window-scrollable {
  padding-bottom: 0;
}

/*///// битрикс  /////// */

/* категория каталога */

.section-wrap-crumbs {
  padding: 8px 0 4px;
  position: sticky;
  top: 90px;
  z-index: 1000;
  box-shadow: 0px 7px 20px #00000030;
  border-bottom: 1px solid #00000020;
}

.section-wrap-bgc {
  position: relative;
}

.wrap-catalog-inner {
  margin-top: 20px;
  margin-right: 18px;
  width: 100%;
  max-width: 370px;
  border-radius: 16px;
  height: 100%;
  position: sticky;
  top: 150px;
  padding: 10px 20px;
  box-shadow: 0 2px 16px #00000040;
  /* background-color: #1b141120; */
  background-color: #1b14115e;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.form-check label {
  color: #fff;
}

.smart-filter-parameters-box-title-text {
  color: #fff;
}

.filter-groupes .smart-filter-parameters-box-title-text.open-all-filters-title {
  font-size: 17px;
}

.smart-filter-input-container input::-webkit-inner-spin-button {
  display: none;
}

.smart-filter-block {
  display: block;
}

.smart-filter-input-container input:hover,
.smart-filter-input-container input:focus {
  border: 1px solid rgb(233, 194, 142);
}

.smart-filter-slider-handle {
  top: -8px;
  width: 17px;
  height: 17px;
  background: var(--default-color-background);
  border: 1px solid #d6d6d6;
  border-radius: 30px;
}

.smart-filter-slider-handle.right {
  top: -7px;
  margin-right: 0;
}

.smart-filter-slider-handle.left {
  margin-left: 0;
  top: -7px;
}

.smart-filter-popup-result.left {
  right: 30%;
}

.smart-filter-slider-track {
  height: 4px;
}

.smart-filter-slider-price-bar-v {
  background-color: #fff;
}

.smart-filter-input-container input {
  background-color: transparent;
  width: 140px;
  border: none;
  height: 40px;
  padding-left: 8px;
  color: #fff;
  border-radius: 12px;
  background: linear-gradient(115deg, #ffffff12, #ffffff0a);
  background-color: #ffffff14;
  box-shadow: 0 8px 32px #00000040;
  font-size: 16px;
}
.smart-filter-input-container input::placeholder {
  color: #8a8a8a;
}

.form-group {
  width: auto;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  /* width: 60px; */
  height: 28px;
}

.wrap-sort-subtitle {
  font-weight: 300;
}

.catalog__sort .dropdown__title {
  font-weight: 300;
}

.catalog-view-toggler {
  font-weight: 300;
}

/* Скрыть сам чекбокс */
.toggle-switch input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Слайдер (ползунок) */
.checkbox-slider {
  position: relative;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  border-radius: 12px;
  width: 36px;
  height: 20px;
  border: 1px solid #fff;
}

/* Круглый переключатель внутри */
.checkbox-slider:before {
  position: absolute;
  content: "";
  /* height: 18px; */
  width: 17px;
  left: 1px;
  top: 1px;
  bottom: 1px;
  background-color: white;
  transition: 0.4s;
  border-radius: 100%;
  z-index: -1;
}

/* Активный чекбокс */
.toggle-switch input:checked + label .checkbox-slider {
  /* background-color: #4caf50; */
  border: 1px solid var(--default-color-bej);
}

/* Перемещение ползунка при активации */
.toggle-switch input:checked + label .checkbox-slider:before {
  transform: translateX(16px);
  /* right: 1px; */
  /* left: auto; */
  background-color: var(--default-color-bej);
}

.checkbox-switch {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row-reverse; /* меняем порядок */
}

.switch-label {
  position: static;
  transform: none;
}

.available-filter,
.sale-filter {
  padding-left: 0;
}
.available-filter::after,
.sale-filter::after {
  display: none;
}

.smart-filter-input-group-checkbox-list .available-filter:after,
.smart-filter-input-group-checkbox-list .sale-filter:after {
  display: none;
}

.available-filter-box .smart-filter-input-group-checkbox-list,
.sale-filter-box .smart-filter-input-group-checkbox-list {
  padding-left: 0;
}

.catalog-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 50px;
  padding-top: 20px;
  padding-left: 20px;
}

.section-props-horizont {
  display: none;
}

.catalog_section_el-desk ul {
  color: #fff;
  font-weight: 300;
}

.pl-name {
  color: #fff;
}

.horizontal-section .pl-name {
  display: flex;
  width: 100%;
  gap: 10px;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.product-item .text-price .base-price {
  color: #fff;
}

.one-props-icon {
  position: absolute;
  top: -5px;
  left: 0;
  max-width: 120px;
  z-index: 100;
}

.catalogItemView.active svg path {
  stroke: var(--default-color-bej);
  /* fill: var(--default-color-bej); */
}
.catalogItemView:hover svg path {
  stroke: var(--default-color-bej);
  /* fill: var(--default-color-bej); */
}

.product-item .text-price .base-price {
  color: var(--default-color-orange);
  font-weight: 800;
  text-align: center;
  /* width: 100%; */
}

.product-item .btn-view-favorite.active path,
.product-item .btn-view-favorite:hover path {
  fill: var(--default-color-bej);
  stroke: var(--default-color-bej);
}

.btn-view-compare,
.btn-view-favorite {
  display: flex;
  align-items: center;
  transition: all 0.2s linear;
  gap: 5px;
  cursor: pointer;
}
.btn-view-compare:hover span,
.btn-view-favorite:hover span {
  color: var(--default-color-bej);
}

.product-item .text-price {
  font-weight: 400;
}

.product-item .btn-view-compare.active rect,
.product-item .btn-view-compare:hover rect {
  fill: var(--default-color-bej);
}
.cart-buy-block {
  flex-direction: column-reverse;
}

.catalog-sort-view-wrap {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  gap: 30px;
}

.catalog-sort-section-wrap {
  width: 100%;
}

#sort-select {
  background-color: transparent;
}

.sort-icon path {
  stroke: var(--default-color-bej);
}

.dropdown__btn {
  font-size: 16px;
  color: #fff;
}

.dropdown__btn:hover {
  color: var(--default-color-bej);
}

.catalog-view-toggler {
  color: #bdbdbd;
}

.catalog-view-toggler button {
  width: 20px;
  height: 20px;
}

.catalog-view-toggler button svg {
  width: 20px;
  height: 20px;
}
#horizontal-btn,
#horizontal-btn svg {
  height: 19px;
}

.wrap-panel-cart-compare {
  align-self: flex-end;
}

.catalog_section_el-desk .cart-buy-block {
  gap: 3px;
  margin-top: auto;
}

.product-item .percent-sale {
  padding: 2px;
}

.product-item-small-card:hover .link-add-cart {
  border: none;
  background-color: transparent;
}

.link-add-cart {
  transition: background 0.2s linear;
}

.link-add-cart button {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  text-align: center;
  display: inline-block;
  background: 0 0;
  border: #fff 1px solid;
  padding: 8px 33px 8px;
  border-radius: 10px;
  cursor: pointer;

  text-transform: none !important;
  transition: background 0.2s linear;
}

.product-item-small-card .link-add-cart button,
.wrap-favorite-items .link-add-cart button {
  display: flex;
  margin: 0 auto;
  padding: 8px 33px 8px;
  font-size: 18px;
  border-radius: 10px;
  width: auto;
  height: auto;
}

.wrap-favorite-items .section-props-sizes,
.wrap-favorite-items .section-mainprop,
.search-item .section-mainprop,
.search-item .section-props-sizes {
  height: 66px;
}

.wrap-favorite-items .section-mainprop .product-item .link-add-cart {
  display: none;
}

.link-add-cart button:hover {
  background: #d74405;
  border: #302a28 1px solid;
}

.buy-block-fixed {
  display: none;
}

.list-color {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.list-color-item {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.product-video {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  background: #191919a8;
  border-radius: 15px;
  max-width: 880px;
  /* padding-left: 40px; */
  justify-content: center;
  padding-top: 20px;
  max-height: 680px;
  height: min-content;
  padding-bottom: 20px;
  margin-left: 10px;
  margin-bottom: 20px;
}

.product-video button {
  margin: 0;
  padding: 5px;
  background: transparent;
  border: 1px solid var(--default-color-bej);
  border-radius: 10px;
  width: 215px;
  height: 58px;
  text-align: center;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  color: var(--default-color-bej);
  font-size: 18px;
  font-weight: 300;
}

.product-video img {
  width: auto;
}

.wrap-catalog-inner.active {
  overflow-y: auto;
}

.product-item-container {
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  width: 320px;
  margin: 0 auto;
  max-width: 330px;
  padding: 0;
  margin-bottom: 30px;
}

.product-item .pl-picture a {
  max-height: none;
  max-width: none;
}

.product-item .pl-picture {
  margin-bottom: 35px;
}

.product-item .pl-picture a img {
  max-height: 400px;
  min-height: 160px;
  aspect-ratio: 3/4;
}

.catalog-product-main-slider,
.catalog-favorite-main {
  max-width: none;
  max-height: 420px;
}

.catalog_section_el-desk ul {
  margin: 0;
  padding: 0;
}

.catalog_section_el-desk ul li {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  color: #fff;
  font-family: var(--default-font);
  padding: 10px 0;
  min-height: 75px;
  align-items: center;
  align-content: space-between;
  box-sizing: border-box;
}

.catalog_section_el-desk ul li:first-child {
  border-top: 1px solid #e5e5e5;
}

.catalog_section_el-desk ul li span:last-child {
  text-align: center;
}

.catalog-item-title {
  min-height: 0;
}
.wrapCrumbSort {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.wrapCrumbSortItem {
  width: 50%;
}

.breadcrumbs .breadcrumbs-sep {
  display: none;
}

.breadcrumbs .span-breadcrumb {
  color: #e79e32;
}

.breadcrumbs .ib-item {
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
}

.div-item .ib-item.mob {
  display: none;
}

.horizontal-section .catalog-product-main-slider {
  max-width: 300px;
  max-height: 375px;
}

.horizontal-section .product-item-container {
  max-width: 100%;
}

.cart-buy-wrapper.cart-buy-wrapper-horizont {
  display: none;
}

.horizontal-section .cart-buy-wrapper {
  display: none;
  justify-content: center;
}

.horizontal-section .cart-buy-wrapper {
  width: 45%;
  display: none;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  min-width: 290px;
}

.horizontal-section .cart-buy-wrapper-horizont {
  margin-top: -40px;
  display: flex;
  margin-left: auto;
}

.horizontal-section .cart-buy-block {
  margin-top: 0px;
  height: auto;
  flex-direction: row;
  gap: 15px;
  width: 100%;
}

.horizontal-section .catalog_section_el-desk ul li {
  flex-direction: row;
  margin-bottom: 0;
  line-height: 20px;
}

.horizontal-section .old_price-section {
  display: flex;
  height: 35px;
  align-items: center;
}
.horizontal-section .product-item .pl-picture a img {
  max-width: 90%;
}

.horizontal-section .product-item .pl-picture {
  margin-right: 20px;
  width: 29%;
}

.wrap-catalog-section-filter .horizontal-section .product-item .cart-buy-block .text-price {
  align-items: center;
}

.horizontal-section .link-add-cart button {
  padding: 10px 35px 11px;
}

.smart-filter-parameters-box-title-text,
.switch-label {
  font-weight: 300;
  font-size: 17px;
}

.smart-filter-angles span {
  background: #fff;
}

span.smart-filter-angle {
  width: 14px;
  height: 14px;
}

.smart-filter-angles {
  opacity: 1;
}

.pl-name span {
  text-align: center;
  font-size: 17px;
  font-family: var(--default-font);
  font-weight: 300;
}

.pl-name .catalog-item-title {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-wrap: balance;
  /* text-wrap: pretty; */
}

.horizontal-section .guarantee-delivery-wrap {
  flex-wrap: wrap;
  display: none;
}

.horizontal-section .guarantee-delivery-wrap .guarantee {
  background-color: transparent;
}

.horizontal-section .guarantee-delivery-wrap div,
.horizontal-section .guarantee-delivery-wrap a {
  display: flex;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  text-align: center;
}

.horizontal-section .product-item-container .link-add-cart button {
  width: 100%;
}

/* карточка товара */
.product-details-pictures {
  position: relative;
  width: 45%;
  display: flex;
  flex-direction: column;
  min-height: 800px;
}

.product-details {
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  color: #222;
  gap: 20px;
  margin-bottom: 80px;
  justify-content: center;
  padding-top: 20px;
}
.product-pictures-wrap {
  position: relative;
  min-height: 740px;
}
.gallery-top {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
  /* max-width: 700px; */
  max-height: 640px;
  height: 100%;
  vertical-align: middle;
  margin: 0 auto;
}

.video-in-slider-galery {
  width: 70%;
  border-radius: 10px;
  aspect-ratio: auto !important;
  margin: 0 auto;
  display: block;
  max-height: 580px;
}

.gallery-thumbs {
  width: 85%;
  min-height: auto;
  position: relative;
  padding: 20px 0 0;
  overflow: hidden;
  display: flex;
  /* visibility: hidden; */
  /* opacity: 0; */
  vertical-align: middle;
  transition: opacity 0.3s linear;
  margin: 0 auto;
  /* margin-top: 20px; */
  box-sizing: border-box;
}

.tovar-nav-slider-wrap.active {
  opacity: 1;
  visibility: visible;
}

.catalog-img-in-slider {
  max-width: 450px;
  max-height: 600px;
  height: auto;
  width: auto;
  display: block;
  aspect-ratio: 3/4;
  font-size: 0;
  margin: 0 auto;
}

.gallery-top .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #b7b7b7;
  opacity: 0.5;
}

.gallery-top .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--default-color-bej);
  opacity: 1;
}

.catalog-element-slider-btns.mob {
  display: none;
}

.catalog-element-btns-colors-wrap {
  position: absolute;
  right: 50px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.catalog-element-slider-btns {
  /* position: absolute; */
  /* right: 12%;
  top: 15px; */
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  z-index: 10;
}

.color-block {
  /* position: absolute; */
  right: 11%;
  top: 30%;
  z-index: 10;
}

.catalog-element-slider-btns button {
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.gallery-thumbs .swiper-slide img {
  max-width: 85px;
  cursor: pointer;
  font-size: 0px;
  max-height: 120px;
  width: 100%;
  width: max-content;
  height: 100%;
}

.product-details-pictures .swiper-button-next,
.product-details-pictures .swiper-button-prev {
  top: auto;
  bottom: 50px;
  width: 12px;
  height: 24px;
}

.product-details-pictures .swiper-button-next:after,
.product-details-pictures .swiper-button-prev:after {
  display: none;
  font-size: 24px;
  color: var(--default-color-bej);
}

.product-details-title {
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  line-height: 42px;
  margin-bottom: 7px;
}

.product-details-title span {
  font-size: 20px;
  /* font-family: "Magistral", "Arial"; */
  font-weight: 300;
  line-height: 24px;
  display: inline-block;
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-bottom: #e9c28e 1px solid;
}

.pd-buy-online {
  max-width: 445px;
  margin-top: 30px;
}

.wrap-min-charakter {
  display: none;
}

.product-details-in {
  width: 39%;
}

.product-video {
  background: #191919a8;
  border-radius: 15px;
}

.product-details-in-wrap {
  background: #191919a8;
  border-radius: 16px;
  max-width: 880px;
  height: min-content;
  margin-left: 10px;
  margin-bottom: 25px;
  padding: 20px 15px;
  display: grid;
  justify-content: center;
}

.catalog_section_el-desk .section-props-sizes {
  display: flex;
  justify-content: space-between;
  /* border-bottom: 1px solid #e5e5e5; */
  border-top: 1px solid #e5e5e5;
  width: 100%;
  padding: 10px 0;
}

.catalog_section_el-desk .section-props {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 10px 0;
  min-height: 110px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.catalog_section_el-desk .section-props.mob {
  display: none;
}

.catalog_section_el-desk .section-props-sizes li {
  border: none;
  flex-direction: column;
  gap: 7px;
  /* align-items: start; */
}

.catalog_section_el-desk ul li:first-child {
  border: none;
}

.catalog_section_el-desk ul li {
  margin-bottom: 0;
}

.catalog_section_el-desk .section-props li:not(:last-child) {
  margin-bottom: 5px;
}

.catalog_section_el-desk .section-props li span:last-child {
  text-align: right;
}

.catalog_section_el-desk .section-props-sizes li:first-child {
  border: none;
  align-items: start;
}

.catalog_section_el-desk .section-props-sizes li:first-child span {
  text-align: start;
}
.catalog_section_el-desk .section-props-sizes li:last-child {
  align-items: end;
}
.catalog_section_el-desk .section-props-sizes li:last-child span {
  text-align: end;
}

.catalog_section_el-desk ul li {
  flex-direction: row;
  border: none;
  padding: 0;
  min-height: 20px;
}

.section-advantages li span {
  /* width: auto; */
  /* min-width: 110px; */
  width: 150px;
  border: 1px solid #e9c28e;
  border-radius: 5px;
  padding: 4px 5px;
  text-align: center;
  font-size: 14px;
}

.catalog_section_el-desk .section-advantages {
  padding: 12px 0;
  width: 100%;
  row-gap: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}

.catalog_section_el-desk .section-advantages li {
  /* margin-bottom: 8px;
   */
}

.catalog_section_el-desk .section-mainprop {
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
  width: 100%;
}

.catalog_section_el-desk .section-mainprop li {
  height: 100%;
}

.horizontal-section .catalog-item-title {
  margin-top: 0;
  max-width: 600px;
  text-align: left;
  padding: 0;
  line-height: 22px;
}

.horizontal-section .catalog_section_el-desk .section-mainprop {
  padding: 15px 5px;
}

.catalog_section_el-desk .section-mainprop li span:last-child {
  text-align: right;
}

.catalog-product-main-slider {
  margin-bottom: 0px;
}

.catalog-product-main-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #b7b7b77a;
  opacity: 1;
}

.catalog-product-main-slider .swiper-pagination-bullet-active {
  background-color: #e9c28ee1;
}

.cart-buy-wrapper-horizont .cart-buy-block {
  flex-direction: column;
  gap: 12px;
  margin-top: 0;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.wrap-panel-cart-compare {
  align-self: center;
  /* display: none; */
}

.wrap-catalog-section-filter .product-item .cart-buy-block .text-price {
  width: auto;
  margin-top: 0;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap-reverse;
  max-width: 100%;
}

.wrap-catalog-section-filter .horizontal-section .product-item .cart-buy-block .text-price {
  flex-direction: row;
  justify-content: center;
  min-height: 40px;
}

.horizontal-section .product-item .percent-sale {
  position: static;
}

.catalog-sale {
  display: flex;
  align-items: center;
}

.product-item .percent-sale {
  padding: 4px;
  margin-right: 0;
  margin-left: 5px;
  background: var(--default-color-orange-dark);
}

.old_price-section {
  font-weight: 500;
  /* color: #ffffff70; */
}

.cart-buy-wrapper {
  margin-top: 20px;
}

.product-item-small-card .link-add-cart {
  margin-top: 12px;
}

.link-add-cart.mob {
  display: none;
  max-width: 160px;
  margin: 10px auto 0;
  height: 36px;
}

/* .favorite-item .link-add-cart {
  display: block;
  max-width: 160px;
  margin: 10px auto 0;
  height: 36px;
} */

.link-add-cart button {
  font-size: 24px;
  color: var(--default-color-bej);
  color: #fff;
  padding: 10px;
  width: 200px;
  height: 52px;
  border: 1px solid var(--default-color-bej);
  font-weight: 500;
  font-family: var(--default-font);
}

.link-add-cart button:hover {
  color: #fff;
}

.link-add-cart.active button {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}

.link-add-cart.active button:hover {
  background: #d74405;
  border: #302a28 1px solid;
}

.buy-online-link {
  filter: grayscale(0.7);
}

.favorite-compare-icons,
.horizontal-section .favorite-compare-icons.tile {
  display: none;
}

.favorite-compare-icons.tile {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.favorite-compare-icons.tile {
  font-weight: 300;
}

.favorite-compare-icons.tile svg {
  width: 20px;
  height: 20px;
}

.favorite-compare-icons.tile .section-card-compare {
  margin-bottom: 3px;
  align-items: center;
}

.text-add-compare {
  color: #fff;
}

.favorite-item .text-price {
  width: auto;
  margin-top: 0;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}

.favorite-item .base-price {
  color: var(--default-color-orange);
  font-weight: 800;
  text-align: center;
  /* width: 100%; */
  font-size: 28px;
}

.favorite-item .text-price .base-price.not-available {
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.favorite-item .text-price .old_price-section {
  color: #999;
  height: 16px;
  /* margin: 0 0 0 auto; */
  position: relative;
  font-size: 15px;
  text-decoration: line-through;
  margin-left: 10px;
}

.favorite-item .percent-sale {
  display: inline-block;
  padding: 4px;
  margin-right: 0;
  margin-left: 5px;
  background: var(--default-color-orange-dark);
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  /* font-weight: 600; */
}

.section-card-compare {
  /* width: 100%; */
  justify-content: center;
  position: static;
  gap: 5px;
  align-items: flex-end;
  margin-bottom: 5px;
}

.section-card-compare span {
  font-size: 15px;
  /* color: var(--default-color-bej); */
  margin-bottom: -4px;
}

.product-item .pl-in .ib-item {
  min-height: 83px;
  margin-top: 3px;
}

.horizontal-section .pl-in .btn-view-compare {
  display: none;
}

.horizontal-section .section-card-favorite {
  /* display: none; */
  gap: 5px;
}
.horizontal-section .favorite-compare-icons {
  align-items: center;
  justify-content: center;
  font-weight: 300;
  flex-wrap: wrap;
  max-width: 260px;
}

.horizontal-section .section-card-compare span {
  margin-bottom: -1px;
  /* color: #fff; */
}

.horizontal-section .favorite-compare-icons .btn-view-compare {
  display: flex;
}

.horizontal-section .catalog_section_el-desk {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 10px;
  align-self: center;
  width: 100%;
}

.horizontal-section .catalog_section_el-desk .section-props-sizes {
  padding: 15px 5px;
}

.horizontal-section .catalog_section_el-desk .section-props-sizes li {
  flex-direction: column;
}

.horizontal-section .section-card-compare {
  width: auto;
}
.horizontal-section .catalog_section_el-desk .section-props-sizes {
  width: 100%;
}

.horizontal-section .catalog_section_el-desk .section-props {
  padding: 15px 5px;
  width: 100%;
}

.horizontal-section .catalog_section_el-desk .section-advantages {
  width: 100%;
  padding: 15px 0;
  gap: 15px 5px;
  justify-content: center;
}
.horizontal-section .wrap-panel-cart-compare {
  display: flex;
  gap: 15px;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 46px;
  height: 100%;
}

.horizontal-section .catalog_section_el-desk .section-mainprop {
  width: 100%;
}

.horizontal-section .catalog_section_el-desk ul {
  width: 55%;
}

.horizontal-section .catalog_section_el-desk ul.section-advantages li span {
  width: 150px;
}
.horizontal-section .wrap-panel-cart-compare svg {
  width: 24px;
  height: 24px;
}

.horizontal-section .wrap-panel-cart-compare svg path {
  stroke-width: 2px;
}

.horizontal-section .product-item .pl-in .ib-item {
  margin-bottom: 15px;
  min-height: 0;
}

.horizontal-section .catalog_section_el-desk .cart-buy-block {
  height: auto;
}

/* фильтры каталога */

.smart-filter-section {
  font-family: var(--default-font);
}
.smart-filter-input-group-checkbox-list label:after {
  top: -1px;
  left: -29px;
}

.available-sale-filters-wrap {
  margin-bottom: 40px;
}

.filter-group-title {
  color: #fff;
  font-size: 17px;
  font-weight: 300;

  /* padding-bottom: 3px; */
  /* margin-bottom: 10px; */
  cursor: pointer;
}

.filter-groupes .smart-filter-parameters-box-title-text,
.form-check label {
  font-size: 15px;
  font-weight: 300;
}
.form-check label {
  padding-right: 5px;
}

.form-check .available-filter,
.form-check .sale-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-groupes .smart-filter-parameters-box-title {
  border: none;
}

.filter-color-block-hex .filter-color-block-hex-label:after {
  display: none;
}

.bx-active .smart-filter-parameters-box-title-text {
  color: #fff;
}

.smart-filter-parameters-box-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--default-color-bej);
  margin-bottom: 10px;
}

.smart-filter-slider-handle.left,
.smart-filter-slider-handle.right {
  border: 1px solid #d6d6d6;
}

.smart-filter-slider-track-container {
  padding: 25px 0;
}
/* .filter-group-filters {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: all 0.5s linear;
  height: 0;
  visibility: hidden;
  opacity: 0;
} */

/* .filter-group-filters.open {
  grid-template-rows: 1fr;
  height: auto;
  visibility: visible;
  opacity: 1;
} */

.filter-group-title-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--default-color-bej);
  margin-bottom: 10px;
  padding-bottom: 6px;
  cursor: pointer;
}

.smart-filter-angles span:first-child {
  transform: translateY(-50%) rotate(0deg);
}

.smart-filter-angles span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: var(--default-color-bej);
  transition:
    transform 0.3s,
    opacity 0.3s;
}

.smart-filter-angles span:last-child {
  transform: translateY(-50%) rotate(90deg);
}

span.smart-filter-angle {
  width: 16px;
  height: 16px;
}

.smart-filter-angles {
  width: 16px;
  height: 16px;
}

.filter-group-wrap,
.filter-blocks .smart-filter-parameters-box {
  margin-bottom: 10px;
}
.filter-group-wrap.bx-active,
.filter-blocks .smart-filter-parameters-box.bx-active {
  margin-bottom: 20px;
}

.filter-group-wrap.bx-active .smart-filter-angles span:first-child,
.smart-filter-parameters-box.bx-active .smart-filter-angles span:first-child {
  transform: translateY(-50%) rotate(45deg);
}

.filter-group-wrap.bx-active .smart-filter-angles span:last-child,
.smart-filter-parameters-box.bx-active .smart-filter-angles span:last-child {
  transform: translateY(-50%) rotate(-45deg);
}

.smart-filter-input-group-checkbox-list label:after,
.filter-color-block-hex-label:after {
  height: 18px;
  width: 18px;
}

.filter-color-block-hex-label {
  padding-left: 30px;
}

.smart-filter-input-group-checkbox-list {
  padding-left: 30px;
}

.filter-color-block-hex {
  padding-left: 0;
}

.filter-color-hex {
  width: 20px;
  height: 20px;
  left: 0px;
  z-index: -1;
}

.smart-filter-input-group-checkbox-list input[type="checkbox"]:checked + label:after {
  height: 18px;
  width: 18px;
  background-color: var(--default-color-bej-dark);
}

.smart-filter-input-group-checkbox-list input[type="checkbox"]:checked + .filter-color-hex {
  border: 2px solid var(--default-color-bej);
  /* height: 20px;
  left: -30px;
  width: 20px;
  top: -1px; */
}

.smartfilter-count-items sup {
  color: #b2b2b2;
  top: 1px;
}

.smart-filter-input-group-checkbox-list:hover label:after {
  outline: 1px solid #fff;
}

.bc-dd-wrap:hover .bc-dd {
  display: none;
  background: #525050;
}

.catalog-section {
  padding-top: 20px;
}

.pd-toggles {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  gap: 20px;
}

.charakter-grid {
  width: 70%;
  margin: 0 auto;
}

.charakter-cell {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 5px;
}
.charakter-cell:hover {
  background: #4c4c4c85;
  border-radius: 6px;
}

.charakters-item-value {
  max-width: 50%;
  text-align: right;
}

.btn-view-compare .text-inner-compare {
  display: none;
}

.product-item .text-price .base-price.not-available {
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap-favorite-items .link-add-cart {
  margin-top: 10px;
}

@media (max-width: 1600px) {
  .catalog-element-btns-colors-wrap {
    right: 30px;
  }
}

@media (max-width: 1460px) {
  .catalog-element-btns-colors-wrap {
    right: 0;
  }
}

@media (max-width: 1200px) {
  .catalog-element-btns-colors-wrap {
    right: -15px;
  }
  .no-balance {
    font-size: 22px !important;
    line-height: 32px !important;
    text-align: center;
    width: 100%;
    display: block;
  }
}

@media (max-width: 880px) {
  .wrap-catalog-section-filter .product-item .text-price {
    gap: 15px;
  }

  .wrap-favorite-cart #basket-root .basket-items-list-item-container {
    width: 100%;
    min-width: 215px;
  }
  .wrap-favorite-cart .wrap-favorite-items {
    width: calc(100% - 100px);
    padding: 10px 20px;
  }

  .favorite-item .pl-in {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .product-details-wrap {
    margin-top: 20px;
  }

  .favorite-compare-icons {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 30px;
  }

  .favorite-compare-icons.tile {
    display: none;
  }
  .dropdown__btn {
    font-size: 14px;
  }

  .wrap-catalog-inner.active .sticky-block {
    height: calc(100dvh - 86px);
    max-height: none;
  }
  .wrap-catalog-inner {
    width: 100%;
    max-width: 100% !important;
    height: 100dvh;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0;
    display: none;
    background-color: #1b1411bd;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    padding: 20px;
    margin: 0;
    padding-top: 60px;
    border-radius: 0;
  }
  .wrap-catalog-inner.active {
    display: block;
    z-index: 1500;
  }
  .section-card-favorite {
    display: flex;
    gap: 10px;
    font-size: 14px;
    font-weight: 300;
    align-items: center;
  }

  .wrap-catalog-section-filter .section-card-compare.mob {
    display: none;
  }
  .wrap-catalog-section-filter .section-card-favorite.mob {
    display: flex;
    gap: 10px;
    font-size: 14px;
    font-weight: 300;
    align-items: end;
  }
  .product-item-container {
    width: 100%;
    height: auto;
  }

  .wrap-catalog-section-filter.container {
    padding: 0;
  }

  .wrap-panel-cart-compare .section-card-compare.mob {
    display: flex;
    width: auto;
    gap: 10px;
    font-weight: 300;
    align-items: end;
  }

  .section-card-compare span {
    color: #fff;
  }

  .product-item .pl-picture a img {
    max-width: 100%;
  }

  .section-advantages li span {
    font-size: 11px;
    padding: 5px 1px;
  }

  .catalog_section_el-desk .section-advantages li {
    width: 49%;
  }

  .product-item .pl-in .ib-item {
    display: none;
  }

  .div-item .ib-item.mob {
    display: flex;
  }

  .pl-name {
    align-items: start;
  }

  .catalog_section_el-desk .section-props {
    display: none;
  }

  .catalog_section_el-desk .section-props.mob {
    display: block;
    border: none;
    padding-top: 0;
  }

  .catalog_section_el-desk .section-props li span:first-child {
    width: auto;
    text-align: left;
  }
  .catalog_section_el-desk .section-props li span:last-child {
    width: auto;
    min-width: 30px;
  }

  .catalog_section_el-desk .section-props-sizes {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 8px;
    padding: 8px 0;
    display: none;
  }

  .catalog_section_el-desk .section-props-sizes li {
    gap: 7px;
  }

  .btn-view-compare span {
    display: inline;
  }

  .btn-view-favorite svg path {
    stroke-width: 1.25;
  }

  .btn-view-compare svg path {
    stroke-width: 1.5;
  }

  .btn-view-share svg path,
  .btn-view-share svg circle {
    stroke-width: 0.75;
  }

  .catalog-section .product-item .div-item .pl-in {
    /* flex-direction: column; */
    justify-content: start;
  }

  .catalog-section-swiper .product-item .div-item .pl-in {
    flex-direction: column;
  }

  .catalog-section-swiper .wrap-panel-cart-compare .favorite-compare-icons span {
    display: none;
  }
  .catalog-section-swiper .product-item .div-item .pl-in .pl-picture {
    width: 100%;
  }

  .catalog-section-swiper .pl-name {
    align-items: center;
  }

  .catalog-section {
    flex-direction: row;
  }

  .product-item-container {
    max-width: 400px;
  }
  .product-item-small-card {
    max-width: 400px;
    min-width: 120px;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .catalog-section {
    padding: 0 10px;
  }

  .product-item .catalog_section_el-desk {
    width: 100%;
  }

  .catalog_section_el-desk ul li span:first-child {
    width: 100%;
    text-align: center;
  }
  .catalog_section_el-desk .cart-buy-block {
    height: auto;
    justify-content: center;
    gap: 0;
  }

  .catalog_section_el-desk ul li span:last-child {
    width: 100%;
  }

  .section-card-compare {
    margin-bottom: 0;
    display: none;
  }

  .section-card-compare span {
    margin-bottom: 0;
  }

  .breadcrumb-mob svg path {
    fill: var(--default-color-bej);
  }

  .filter-btn_mob {
    color: #fff;
    margin: 0;
    display: flex;
    font-weight: 300;
  }

  .filter-btn_mob svg path {
    fill: #fff;
  }

  .catalog-sort-view-wrap {
    width: 100%;
    padding: 0 10px;
    height: 30px;
  }

  .checkbox-slider:before {
    z-index: 1;
  }

  .section-wrap-crumbs-bgc {
    /* width: 90%; */
    padding: 0;
    margin: 0 auto 10px;
  }
  .pl-name {
    width: 100%;
  }

  .link-add-cart button {
    padding: 8px 20px 8px;
    height: 48px;
  }

  .catalog-filters {
    height: auto;
  }

  .cleare-filter {
    justify-content: space-between;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 4px 10px 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    margin: 0;
    border-bottom: 1px solid #343131bf;
    box-shadow: 0px 0px 7px 4px #0000002e;
  }
  .catalog-section-filter-close svg {
    display: block;
  }
  .cleare-filter a {
    font-size: 14px;
    padding: 6px 10px;
    width: 100px;
    margin: 0;
  }

  .catalog_section_el-desk .cart-buy-block {
    height: auto;
    justify-content: center;
    gap: 0;
    flex-direction: column-reverse;
  }

  .catalog-sale {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .product-item .catalog_section_el-desk .percent-sale {
    position: static;
  }

  .cart-buy-wrapper {
    display: flex;
    margin-top: 20px;
    /* min-height: 93px; */
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .catalog_section_el-desk .cart-buy-block {
    height: 100%;
    justify-content: end;
    gap: 0;
    flex-direction: column-reverse;
    margin-top: auto;
  }

  .product-item .text-price .base-price.not-available {
    /* height: 67px; */
  }

  .catalog_section_el-desk .section-advantages {
    border: none;
  }

  .catalog_section_el-desk .section-advantages li:nth-child(n + 5) {
    display: none;
  }

  .product-item .text-price .base-price {
    font-size: 28px;
    line-height: 1;
  }

  .catalog_section_el-desk .section-mainprop {
    border-top: none;
    padding-bottom: 0;
    height: auto;
    padding-top: 0;
    margin-bottom: 3px;
  }

  .catalog_section_el-desk .section-mainprop li span:first-child {
    text-align: start;
  }

  .favorite-item .base-price {
    line-height: 1;
  }

  .link-add-cart.mob {
    max-width: 275px;
  }

  .favorite-item .link-add-cart.mob {
    display: block;
  }

  .product-item-small-card .link-add-cart button {
    max-width: none;
  }

  .wrap-favorite-items .link-add-cart button {
    width: 100%;
    justify-content: center;
  }

  .wrap-favorite-items .link-add-cart {
    margin-bottom: 10px;
  }
  .link-add-cart {
    width: 100%;
    justify-content: center;
    display: flex;
    margin: 0 auto;
  }
}

@media (max-width: 430px) {
  .wrap-catalog-section-filter .product-item .text-price .old_price-section {
    font-size: 16px;
    line-height: 1;
  }

  .catalog_section_el-desk .section-props li:not(:last-child) {
    margin-bottom: 3px;
    gap: 10px;
  }
  .product-item-small-card .link-add-cart {
    display: none;
  }

  .product-item .text-price .base-price.not-available {
    height: 30px;
    margin-bottom: 10px;
  }

  .catalog-section-swiper .product-item .text-price .base-price.not-available {
    height: 30px;
    margin-bottom: 0;
  }

  .catalog-section-swiper .product-item-small-card .link-add-cart.mob {
    order: -1;
  }

  .catalog-section-swiper .pl-name span {
    text-align: center;
    font-size: 16px;
  }

  .catalog-section-swiper .pl-name .catalog-item-title {
    min-height: 45px;
    display: flex;
    align-items: center;
  }

  .catalog-section-swiper .catalog_section_el-desk ul {
    display: none;
  }

  .pl-name {
    min-height: 42px;
  }

  .pl-name span {
    font-size: 12px;
    line-height: 14px;
    text-align: start;
  }

  .catalog-section-swiper .pl-in .section-card-compare {
    display: none;
  }
  .catalog-section-swiper-wrapper .cart-buy-wrapper {
    margin-top: 0;
  }
}

/* карточка */
.catalog-price-element {
  display: flex;
  align-items: center;
  gap: 60px;
  /* margin-bottom: 20px; */
}

.catalog-item-text-price {
  margin-bottom: 20px;
}
.catalog-element-old-price {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 185px;
  text-align: center;
  justify-content: center;
}
.catalog-element-baseprice,
.no-balance {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: var(--default-color-orange);
}

.guarantee-delivery-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* margin-bottom: 45px; */
}

.guarantee-item {
  display: flex;
  align-items: center;
  /* gap: 20px; */
  color: #fff;
  font-weight: 300;
  font-size: 20px;
}

.guarantee-item svg {
  margin-right: 20px;
}

.guarantee-tooltip {
  display: inline-block;
  background-color: #d9d9d9;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  color: var(--default-color-orange);
  text-align: center;
  font-size: 20px;
  margin-left: 10px;
  font-weight: 400;
}

.catalog-element-baseprice {
  width: 200px;
  text-align: center;
}
.old-price-line {
  font-size: 22px;
  color: #999;
  /* padding: 0 0 0 30px; */
  text-decoration: line-through;
}

.catalog-element-discount {
  padding: 4px;
  margin-right: 0;
  /* margin-left: 5px; */
  background: var(--default-color-orange-dark);
  color: #fff;
  border-radius: 4px;
}

.color-value {
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 20px;
  color: #fff;
}

.product-details-pictures .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 0);
  /* bottom: 45px; */
  rotate: 180deg;
}

.product-details-pictures .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 0);
}
.line-gray {
  background: #cccccc5e;
  width: 40%;
  height: 1px;
}

.line-gray.full {
  background: #cccccc5e;
  width: 100%;
  margin: 30px auto 40px;
  height: 1px;
  min-height: 1px;
}

.line-gray.full.gradient {
  margin: 50px auto 30px;
  background: linear-gradient(
    45deg,
    var(--default-color-background),
    #ffffff,
    var(--default-color-background)
  );
}

.catalog-block-header {
  border: none;
}

.catalog-block-header {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin: 40px 0;
  text-transform: uppercase;
  color: #fff;
}

.wrapProductInfo {
  width: 80%;
  max-width: 1100px;
  margin: auto;
}

.product-info {
  position: relative;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  cursor: pointer;
}

.productInfoBlock {
  margin-bottom: 10px;
}

.iconClose {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 3px;
  top: 9px;
  /* padding: 6px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.iconClose .first-line {
  transform: translateY(-50%) rotate(0deg);
}

.iconClose .second-line {
  transform: translateY(-50%) rotate(90deg);
}

.is-open .iconClose .first-line {
  transform: translateY(-50%) rotate(45deg);
}

.is-open .iconClose .second-line {
  transform: translateY(-50%) rotate(-45deg);
}

.char-group-title {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}

.productInfoBlock h3 {
  font-size: 20px;
  color: #e9c28e;
}

.tab.product-info .iconClose svg {
  transition: transform 0.2s ease;
}

.tab.product-info.is-open .iconClose svg {
  transform: rotate(45deg);
}

.char-group {
  border-bottom: 1px solid #e9c28e50;
  padding-top: 15px;
  padding-bottom: 30px;
}

.char-group:first-child {
  border-top: 1px solid #e9c28e50;
}

.char-group-header {
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
}

.char-group-header .iconClose {
  transition: all 0.2s linear;
  top: 6px;
}

.char-group-header.is-open .iconClose {
  /* transform: rotate(45deg); */
  /* плюс превращается в крест */
}
.formLabelField.active {
  top: 10px;
  font-size: 12px !important;
}
.charakter-cell,
.charakter-cell-lists {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 16px;
  font-weight: 300;
}

.charakter-cell-lists {
  flex-wrap: wrap;
  justify-content: end;
}
.charakter-cell-lists-item {
  padding: 4px;
  border-radius: 6px;
  border: 1px solid #e9c28e;
}

.product-info h3 {
  font-size: 22px;
  position: relative;
  font-weight: 300;
}

.product-info h3::after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 15px;
  right: 15px;
  /* width: 80%; */
  height: 1px;
  background-color: var(--default-color-bej);
}

.tab-content p {
  margin: 10px 0;
  line-height: 24px;
  font-weight: 300;
  font-size: 16px;
}

.tab-content b {
  font-weight: 500;
}

.tab-content ul {
  list-style-type: disc;
  padding-left: 15px;
  margin: 10px 0;
}

.tab-content ol {
  list-style-type: decimal;
  padding-left: 20px;
  margin: 10px 0;
}

.tab-content ul li,
.tab-content ol li {
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
}

.tab-content ol li {
  padding-left: 5px;
}

#content-firmware h3 {
  margin-bottom: 15px;
}

.firmware-links-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* margin: 20px auto; */
}
.firmware-links-list a {
  color: var(--default-color-orange);
}
.catalog-section-swiper-wrapper .product-item-small-card {
  margin: 0;
}

.catalog-section-swiper-wrapper .favorite-compare-icons {
  display: none;
}

.catalog-section-swiper-wrapper .cart-buy-block {
  width: 100%;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px) !important;
}

.horizontal-section .product-item-small-card {
  border-radius: 20px;
  box-shadow: 0 2px 16px #00000040;
  background-color: #1b14115e;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.catalog-pagination {
  display: block;
  position: absolute;
  margin-top: 0px !important;
  bottom: -25px !important;
}

.horizontal-section .catalog-pagination {
  bottom: -32px !important;
}

.product-3d-link img {
  display: block;
  border: 1px solid var(--default-color-bej);
  border-radius: 5px;
  padding: 3px;
}

.wrap-3d-zarbo {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
.wrap-3d-zarbo iframe {
  width: 100%;
  height: 100%;
}

.catalog-section-swiper-wrapper .text-price.old-text-price {
  flex-direction: row;
}

.footer-mob-menu {
  display: none;
}
/* Видеообзор в карточке товара */
.videoobzor-modal-btn,
.videoinstruction-modal-btn {
  /* padding: 10px 20px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 5px; */
  cursor: pointer;
  transition: 0.2s;
}

.videoobzor-modal-btn:hover,
.videoinstruction-modal-btn:hover {
  background-color: var(--default-color-orange-dark);
  color: #fff;
}

.videoobzor-modal,
.videoinstruction-modal {
  display: none;
  position: fixed;
  z-index: 10;
  inset: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.6);
  /* display: flex; */
  justify-content: center;
  align-items: center;
  overflow: auto;
  transition: opacity 0.3s ease;
}

.videoobzor-modal-content,
.videoinstruction-modal-content {
  /* background-color: #fff; */
  margin: 10% auto;
  /* padding: 20px; */
  border-radius: 10px;
  max-width: 960px;
  width: 100%;
  height: 540px;
  position: relative;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); */
  animation: fadeIn 0.3s ease;
  /* background: var(--default-color-background); */
  border-radius: 20px;
  /* box-shadow:
    0 0px 6px rgba(0, 0, 0, 0.1),
    0 2px 10px rgba(0, 0, 0, 0.15); */
}

.videoobzor-modal-content iframe,
.videoinstruction-modal-content iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  min-height: 200px;
  box-shadow:
    0 0px 12px 2px rgb(90 90 90 / 50%),
    0 0px 8px rgb(255 255 255 / 6%);
}

.videoobzor-modal.show,
.videoinstruction-modal.show {
  display: flex;
  opacity: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.videoobzor-close,
.videoinstruction-close {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 28px;
  font-weight: 300;
  color: #aaa;
  cursor: pointer;
  opacity: 0.5;
}

.videoobzor-close:hover {
  color: var(--default-color-orange-dark);
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.video-container iframe,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1280px) {
  .product-details-in {
    padding-left: 10px;
  }

  /* .link-add-cart button {
    width: 180px;
    height: 60px;
  } */
  .product-basket-links {
    gap: 20px;
  }

  .catalog-price-element {
    gap: 20px;
  }

  .catalog-element-baseprice {
    width: 190px;
    font-size: 34px;
  }

  .product-details-pictures .swiper-button-next {
    right: 0;
  }

  .product-details-pictures .swiper-button-prev {
    left: 0;
  }

  .gallery-top {
    max-height: 550px;
  }

  .catalog-img-in-slider {
    max-height: 500px;
  }

  .product-video button {
    width: 190px;
    gap: 10px;
    font-size: 16px;
  }

  .guarantee-item {
    font-size: 18px;
  }
}

@media (max-width: 1023px) {
  .catalog-element-baseprice {
    width: 170px;
    font-size: 30px;
  }
  .catalog-element-old-price {
    width: 170px;
    /* font-size: 18px; */
  }
  .old-price-line {
    font-size: 18px;
  }

  .product-basket-links {
    /* flex-direction: column; */
    align-items: center;
  }

  .product-basket-links-additional {
    flex-direction: row;
    justify-content: start;
    gap: 10px;
  }

  .product-basket-links-additional button {
    width: 155px;
  }

  .product-video {
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
  }

  .catalog-element-btns-colors-wrap {
    position: static;
  }

  .product-details-pictures .swiper-button-next {
    right: 0;
  }

  .product-details-pictures .swiper-button-prev {
    left: 0;
  }

  .catalog-element-slider-btns {
    right: -20px;
    top: 0;
    position: absolute;
  }

  .color-block {
    position: static;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .list-color {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0;
  }

  .product-pictures-wrap {
    min-height: 0;
    height: 100%;
  }
}

@media (max-width: 880px) {
  .container {
    padding: 0 10px;
  }

  .videoobzor-close,
  .videoinstruction-close {
    right: 13px;
  }

  .hiberg-catalog-wrap {
    /* padding-top: 25px; */
    gap: 20px;
  }
  .catalog-block-header {
    font-size: 18px;
    line-height: 22px;
    margin: 20px 0;
  }
  .catalog-list-items {
    gap: 20px;
  }

  .product-details-in-wrap {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }

  .product-video {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    flex-wrap: nowrap;
  }

  .catalog-element-slider-btns {
    right: 5px;
  }

  .wrap-3d-zarbo {
    width: 100%;
  }

  .footer-2024.container {
    padding: 0;
    padding-bottom: 60px;
  }

  .product-details {
    flex-direction: column;
    margin-bottom: 30px;
    gap: 0;
    padding-top: 0;
  }

  .product-details-pictures {
    width: 100%;
  }
  .product-details-in {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    background: transparent;
  }

  .product-details-pictures {
    min-height: 0;
  }

  .gallery-thumbs .swiper-slide img {
    max-width: 70px;
  }

  .product-details-pictures .swiper-button-next,
  .product-details-pictures .swiper-button-prev {
    bottom: 50px;
  }

  .product-details-pictures .swiper-button-next {
    right: 0;
  }
  .product-details-pictures .swiper-button-prev {
    left: 0;
  }

  .gallery-thumbs {
    padding-top: 20px;
    width: 96%;
    padding: 0 10px;
  }

  .product-3d-link {
    display: none;
    /* margin: 0 auto; */
    max-width: 80px;
  }

  .catalog-price-element {
    /* flex-direction: column-reverse; */
    align-items: center;
    gap: 15px;
  }

  .product-basket-links-additional {
    gap: 15px;
    flex-direction: row;
    justify-content: center;
  }

  .product-basket-links-additional button {
    width: 145px;
    font-size: 18px;
    height: 48px;
  }

  .product-basket-links {
    gap: 20px;
  }
  .guarantee-delivery-wrap {
    margin-bottom: 20px;
    align-items: center;
  }

  .pd-buy-online {
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .cart-buy-block {
    width: 100%;
  }

  .footer-mob-menu {
    height: 66px;
    left: 50%;
    transform: translate(-50%, 0%);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    bottom: -100px;
    position: fixed;
    display: none;
    width: 94%;
    z-index: 200;
    padding: 10px 15px;
    box-shadow: 0px 1px 5px 2px #00000045;
    transition: bottom 0.3s ease;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-bottom: 40px !important;
  }
  .footer-mob-menu.visible {
    bottom: 10px;
    display: block;
  }

  .footer-mob-menu-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .footer-mob-menu-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Cera Pro", "Magistral", sans-serif;
  }

  .footer-mob-menu-link .cart-counter {
    right: 3px;
    top: -10px;
    /* color: #fff; */
    /* background-color: var(--default-color-orange); */
    /* font-size: 10px; */
    width: 18px;
    height: 18px;
  }

  .footer-mob-menu-item {
    width: 18%;
  }

  .icon-basket {
    position: relative;
  }

  .footer-mob-menu-link svg {
    height: 24px;
    width: 24px;
  }

  .catalog_section_el-desk ul .catalog-garantee-mob {
    color: var(--default-color-bej);
    font-size: 13px;
    padding-top: 8px;
  }

  .videoobzor-modal-content {
    height: auto;
    top: calc(50% - 150px);
    padding: 20px 10px;
  }
  .wrap-sort-subtitle {
    display: none;
  }

  .catalog-view-toggler {
    display: none;
  }

  .wrap-sort-filter {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 14px;
  }
  .wrapCrumbSort {
    flex-direction: column;
  }
  .wrapCrumbSortItem {
    width: 100%;
  }

  .section-wrap-crumbs {
    top: 4px;
    opacity: 0;
    visibility: hidden;
    width: 92%;
    left: 50%;
    transform: translate(-4%, 0%);
    border-radius: 20px;
    padding: 0 0 4px;
    transition: all 0.2s linear;
  }
  .section-wrap-crumbs.active {
    top: 62px;
    opacity: 1;
    visibility: visible;
  }

  .swiper-pagination-index-top-baner {
    display: none;
  }

  .element-crumbs {
    top: 66px;
    padding-top: 4px;
  }
}
@media (max-width: 575px) {
  .tovar-modal-price {
    align-items: end;
  }
  .modal-buy-fixed.active {
    padding-top: 5px;
  }

  .collection-title {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0;
  }

  .collection-item {
    max-width: 500px;
  }

  .collection-item img {
    max-width: 180px;
    max-height: 170px;
  }

  .collection-item.interesting a img {
    max-height: 180px;
    max-width: 120px;
  }
  .catalog_section_el-desk ul li {
    font-size: 12px;
    padding-top: 0;
    font-weight: 300;
    min-height: 18px;
  }
  .collection-item.interesting a {
    min-height: 267px;
  }

  .form-subscribe-news form {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
  .pl-name .catalog-item-type {
    font-size: 16px;
  }
  .catalog-section-swiper .pl-name .catalog-item-title {
    font-size: 16px !important;
  }
}
@media (max-width: 430px) {
  .catalog_section_el-desk .section-props-sizes li {
    flex-direction: row;
    justify-content: space-between;
  }

  .catalog_section_el-desk .section-props-sizes li span:first-child {
    text-align: start;
  }

  .catalog_section_el-desk .section-props-sizes li span:last-child {
    text-align: end;
  }

  /* .catalog-section-swiper-wrapper
    .catalog-section-swiper
    .product-item
    .text-price
    .base-price.not-available {
    margin-bottom: 0;
    height: 30px;
  } */

  div.wrapProductInfo {
    width: 100%;
    font-size: 14px;
  }

  .guarantee-item {
    font-size: 16px;
    width: 304px;
  }

  .guarantee-item svg {
    width: 24px;
    height: 24px;
    margin-right: 12px;
  }

  .charakter-cell,
  .charakter-cell-lists {
    font-size: 16px;
  }

  .charakters-item-name {
    width: 60%;
    text-wrap: balance;
  }

  .charakters-item-value {
    text-align: end;
    text-wrap: balance;
  }

  .guarantee-tooltip {
    width: 20px;
    height: 20px;
    font-size: 18px;
    margin-left: 7px;
  }

  .catalog-img-in-slider {
    margin-bottom: 0px;
    max-height: 370px;
  }

  .product-details-pictures .catalog-img-in-slider {
    margin-bottom: 30px;
  }

  .product-details-title {
    font-size: 22px;
    line-height: 24px;
  }

  .link-add-cart button {
    font-size: 20px;
    max-width: 294px;
    height: 48px;
    padding: 6px;
    width: 100%;
  }

  .product-basket-links {
    gap: 15px;
    margin-bottom: 20px;
  }

  .product-video button {
    width: 170px;
    font-size: 14px;
    gap: 8px;
    height: 50px;
  }

  .product-video img {
    width: 30px;
    height: auto;
  }

  .catalog-element-baseprice {
    width: 140px;
    /* text-align: left; */
  }

  .catalog_section_el-desk .section-props,
  .catalog_section_el-desk .section-advantages {
    padding: 8px 0;
    row-gap: 10px;
  }

  .catalog_section_el-desk .section-advantages li {
    margin-bottom: 0;
  }

  .wrap-catalog-section-filter .section-card-compare svg,
  .wrap-catalog-section-filter .section-card-favorite svg {
    width: 20px;
    height: 20px;
  }
  .section-card-compare span {
    font-size: 15px;
  }

  .product-item .pl-in .ib-item {
    min-height: 65px;
  }

  .catalog-product-main-slider .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }

  .product-item-small-card .link-add-cart button {
    padding: 10px 20px;
    width: 100%;
    justify-content: center;
    font-size: 16px;
  }

  .product-item-small-card .link-add-cart.mob {
    display: block;
    margin-bottom: 10px;
  }

  .cart-buy-wrapper {
    margin-top: 15px;
  }

  .product-item .percent-sale {
    margin-left: 0;
    line-height: 14px;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-bottom: 2px;
  }
  .catalog-price-element {
    gap: 10px;
    justify-content: center;
  }

  .catalog-element-baseprice {
    font-size: 26px;
    line-height: 1;
  }

  .catalog-element-old-price {
    gap: 10px;
    width: 140px;
  }

  .old-price-line {
    font-size: 16px;
  }

  .catalog-element-discount {
    padding: 2px 3px;
  }

  .charakter-cell-lists {
    justify-content: end;
  }

  .tab-content p {
    font-size: 16px;
  }

  .color-value {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .pd-buy-online {
    margin-bottom: 20px;
  }

  .charakter-cell-lists-item {
    width: 145px;
    text-align: center;
    font-size: 14px;
  }

  .product-info {
    margin-bottom: 30px;
  }
}

@media (max-width: 360px) {
  .footer-mob-menu-link {
    font-size: 14px;
  }
}

.swiper-btn-section {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 10px);
  cursor: pointer;
  width: 45px;
  height: 45px;
  background: #83838352;
  color: #fff;
  border-radius: 12px;
  opacity: 0.3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s linear;
  opacity: 0.4;
  z-index: 10;
}

.swiper-button-section-prev {
  left: 0;
}
.swiper-button-section-next {
  right: 0;
}

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

.news-tovars-slider .swiper-btn-section {
  top: calc(50% - 90px);
}

.more {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  margin: 1em 0;
  margin: 1em auto;
  text-align: center;
}

.more a {
  display: inline-block;
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid var(--default-color-bej);
  padding: 6px 20px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition:
    background 0.2s linear,
    color 0.2s linear;
}

.news-item img {
  max-width: 100%;
  aspect-ratio: 4 / 3;
}

@media (max-width: 880px) {
  .title-news-detail {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 22px;
  }

  .news-item-date {
    margin: 10px 0;
    font-size: 14px;
  }

  .news-item-img img {
    margin-bottom: 15px;
  }
  .catalog-section-swiper-wrapper .text-price {
    flex-direction: column-reverse !important;
    height: 62px !important;
    justify-content: end !important;
  }
  .news-item-preview-text {
    line-height: 20px;
    font-size: 15px;
  }

  .news-item-detail-text p {
    line-height: 20px;
    font-size: 15px;
  }

  .news-item-detail-text ul,
  .news-item-detail-text ol {
    padding-left: 15px;
  }

  .news-item-detail-text ul li,
  .news-item-detail-text ol li {
    font-size: 15px;
  }

  .news-item-detail-text h3 {
    font-size: 20px;
    line-height: 20px;
  }
}

@media (max-width: 1700px) {
  .horizontal-section .product-item-small-card {
    margin: 0;
  }

  .horizontal-section .catalog-section {
    padding-left: 0;
  }
}

@media (max-width: 1400px) {
  .hiberg-catalog-title {
    line-height: 14px;
  }
  .horizontal-section .pl-in {
    padding: 10px;
  }
  .product-item .pl-picture a {
    margin-bottom: 0;
  }
  .horizontal-section .catalog_section_el-desk ul {
    width: 60%;
  }
  .horizontal-section .cart-buy-wrapper {
    min-width: auto;
    width: 38%;
  }
  .horizontal-section .favorite-compare-icons {
    height: auto;
  }
  .wrap-catalog-section-filter .product-item .cart-buy-block .text-price {
    gap: 0;
  }
}

@media (max-width: 1300px) {
  .horizontal-section .catalog_section_el-desk ul.section-advantages li span {
    width: auto;
  }
}
@media (max-width: 1200px) {
  .catalog-list-item {
    width: 30%;
  }
  .wrap-catalog-inner {
    max-width: 300px;
  }
  .smart-filter-input-container input {
    width: 120px;
  }
}
@media (max-width: 1028px) {
  .horizontal-section .catalog_section_el-desk {
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .horizontal-section .catalog_section_el-desk ul {
    width: 100%;
  }
  .horizontal-section .cart-buy-wrapper {
    width: 100%;
  }
  .horizontal-section .cart-buy-wrapper-horizont {
    margin-top: -20px;
  }

  .line-gray.full.gradient {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

@media (max-width: 880px) {
  .hiberg-catalog-wrap a {
    width: 45%;
  }

  .catalog-list-item {
    width: 46%;
  }
  .wrap-catalog-section-filter .product-item .cart-buy-block .text-price {
    gap: 20px;
    max-width: none;
    justify-content: center;
  }
}

@media (max-width: 460px) {
  .catalog-list-item_title {
    font-size: 12px;
    line-height: 16px;
    height: 50px;
  }
}

.update-po,
.service-page {
  max-width: 1200px;
}

.update-po h3 {
  font-size: 20px;
  color: #e9c28e;
  margin-bottom: 20px;
}

.update-oven-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}

.update-po ol {
  list-style-type: decimal;
  padding-left: 20px;
  margin: 10px 0;
}

.update-po ol li {
  padding-left: 5px;
  font-weight: 300;
}

.files-item-title {
  margin-bottom: 10px;
}

.files-item-options {
  margin-bottom: 20px;
}

h3.update-po-tel-title {
  margin-top: 25px;
  margin-bottom: 10px;
}

.service-page-title {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.5em;
  margin: 20px 0 10px 0;
}

h3.page {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.5em;
  margin: 20px 0 10px 0;
}

.service-page p {
  line-height: 22px;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 300;
}

.service-page-list {
  line-height: 1.5em;
  list-style: disc;
  padding-left: 15px;
  font-weight: 300;
}

.service-page a {
  color: #ff5005;
  text-decoration: underline;
}

.newanalog {
  color: #fff;
  font-size: 18px;
}

.newmodel {
  color: var(--default-color-orange);
}

.features,
.product-characters table {
  width: 90% !important;
  margin: 0 auto;
}

.features tr,
.product-characters table tr {
  display: flex;
  justify-content: space-between;
  height: auto !important;
  padding: 5px 0;
}

.features tr td,
.product-characters table tr td {
  height: auto !important;
}

.features tr td:nth-child(2n),
.product-characters table tr td:nth-child(2n) {
  text-align: right;
}

.asidebar-social {
  background-color: #21201fde;
  border-radius: 0 10px 10px 0;
  left: 0;
  padding: 6px;
  position: fixed;
  top: calc(50% - 120px);
  z-index: 120;
}

.asidebar-social .social-list-footer {
  flex-direction: column;
  display: flex;
  gap: 9px;
}

.asidebar-social .social-list-footer li a img {
  height: 35px;
  width: 35px;
  margin-bottom: 0;
}

@media (max-width: 1224px) {
  .news-item {
    width: 48%;
  }
}
@media (max-width: 1060px) {
  .breadcrumbs {
    padding: 0;
  }

  .collection-item {
    min-height: 310px;
  }

  .slider-collection .swiper-but {
    top: 30%;
  }
  .tovar-slider-wrap {
    height: auto;
    margin-top: 0px;
  }
}

@media (max-width: 790px) {
  img.float-news {
    float: none;
    width: 100% !important;
    margin-right: 0;
  }
  .news-item_content .news-item_title {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .b24-widget-button-wrapper {
    bottom: 43px !important;
    /* right: 20px !important; */
  }
  .news-item_content p {
    font-size: 18px;
    line-height: 24px;
  }

  .news-item_content td p {
    font-size: 14px;
  }

  .news-item_content td:nth-of-type(2) p {
    hyphens: auto;
  }

  .news-item_content td:nth-of-type(2n-1) p {
    padding-left: 5px;
  }

  .content {
    margin-top: 0;
  }
  .video-news-mob {
    display: block;
    width: 100%;
  }

  .news-item_content h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 16px;
  }
}

@media (max-width: 700px) {
  .news-item {
    width: 100%;
  }

  .news-page {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .news-description {
    padding: 20px;
  }
}
@media (max-width: 650px) {
  .news-item_content figure img {
    height: 300px;
  }

  .add-cart_news {
    opacity: 1;
  }
  /* .collection-text_model.news_pagetitle {
    height: 62px;
  } */

  .news-list-links {
    font-size: 14px;
  }

  .news-description p {
    height: auto;
  }
  .news-description h2 {
    height: 55px;
  }

  .obzor-videos iframe {
    height: 100%;
    min-height: 200px;
  }
  .news-item_content .news-item_title {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 0px;
  }
  iframe {
    height: 340px;
  }
  .header-tools svg path {
    stroke-width: 1.5px;
  }

  .header-tools .fav-icon path {
    stroke-width: 1px;
  }
}

@media (max-width: 460px) {
  .header-logotype {
    width: 120px;
  }

  .header-tools svg {
    width: 20px;
    max-height: 20px;
  }

  .icon-favorite svg {
    width: 22px;
    max-height: 22px;
  }
  .wrap-favorite-cart .wrap-favorite-items {
    width: 100%;
  }
  .favorite-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 420px) {
  .news-list-links {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .header-tools {
    gap: 6px;
  }
  .wrap-favorite-cart {
    margin: 20px -20px 0;
  }
}
@media (max-width: 350px) {
  .header-logotype {
    width: 110px;
  }
  .wrap-header-burger {
    gap: 10px;
  }
}

/* End */
/* /local/templates/hiberg/src/styles/main_nord.css?177046366535240 */
/* /local/templates/hiberg/src/styles/style-2025.css?1770464443253977 */
