: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;
}

#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;
  margin-bottom: 3px;
}

.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; */
  max-width: 1920px;
  margin: 0 auto;
}

#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 a .slide-image {
  height: 100%;
}

#homepage-slider a .slide-image img,
#homepage-slider a .slide-image video {
  object-fit: cover;
  object-position: 50% 65%;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1920 / 880;
}

.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;
  }
  #homepage-slider a .slide-image img {
    aspect-ratio: auto;
  }
}

/*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;
  }
}
