/* .menu__left {
    padding-top:150px;
} */

@media (max-width: 1430px) {
  .menu__container {
    padding: 52px 5px 20px 25px;
    width: calc(76% + 15px);
  }

  .menu__block .menu__coll {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }

  .menu__box {
    width: 33.33%;
  }

  .article__text p + h4,
  .menu__box + .menu__box {
    margin-top: 0;
  }

  .menu__box {
    width: 33.33%;
    margin-bottom: 40px;
  }
}

@media (max-width: 1010px) {
  .menu-mobile {
    display: block;
    margin-top: top;
    margin-top: 50px;
  }
}

.menu__block.active .menu__coll {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.menu__block.active .menu__coll .menu__box {
  width: 33.33%;
  margin-top: 0;
}

ul.parent_products {
  margin-top: 10px;
  margin-left: 20px;
}

.parents_three_title {
  font-weight: bold !important;
}
@media (max-width: 992px) {
  .menu-mobile .menu-mobile__list li .menu__coll {
    display: none;
  }

  .menu-mobile .menu-mobile__list .active .menu_coll {
    display: block;
  }

  .menu-mobile .menu-mobile__list li .menu__coll.active {
    display: block;
  }
  .menu-mobile .menu__coll {
    width: 100%;
  }

  .menu-mobile .menu__coll .menu__box {
    width: 100%;
    margin-bottom: 0;
  }

  .menu-mobile .menu__coll .menu__box {
    display: none;
  }

  .menu-mobile .menu__coll.active .menu__box {
    display: block;
  }

  a.mobile_parent.dn {
    display: none;
  }

  .menu-mobile__list ul li .back_mob_menu a {
    font-size: 14px;
  }

  .menu-mobile__list ul li .menu__list {
    display: none;
  }

  .dl-back.back_mob_menu a {
    display: none;
    align-items: center;
    height: 60px;
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    color: #fff;
    position: relative;
    border-top: 1px solid #0d0f11;
    padding-left: 30px;
  }

  .two_list {
    display: none;
  }

  .three_list {
    display: none;
  }

  .two_list.active {
    display: block;
  }

  .three_list.active {
    display: block;
  }

  .dl-back.back_mob_menu.active a {
    display: flex;
  }

  .dl-back.back_mob_menu a::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: 0;
    background-image: url(/local/templates/gix_2023/css/../img/icons/mobile-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .menu_mob_icon {
    width: 35%;
    height: 60px;
  }

  .menu_mob_icon img {
    right: 0;
    margin-left: auto;
  }
}

@media (min-width: 1120px) {
  .menu__block.active .menu__coll {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    overflow-y: scroll;
    max-height: 900px;
  }

  .menu__block.active .menu__coll::-webkit-scrollbar {
    width: 0;
  }
}

.checbox-item__caption.checked {
  border: 3px solid #a9ff35;
  transition: all 0.3s;
}

@media (max-width: 992px) {
  .sticky-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .tab-nav {
    width: auto;
    white-space: nowrap;
  }

  .tab-nav .tab-link {
    color: #8e9297;
    margin-right: 30px;
    display: inline-block;
  }

  .sticky-wrapper::-webkit-scrollbar {
    width: 0;
  }

  .sticky-wrapper.active {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    margin-top: 0;
    padding: 20px 50px 10px;
    z-index: 10;
  }

  .page-card-order__top_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
  }
  .can_buy {
    display: flex;
    color: #8e9297;
    gap: 5px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .item_code {
    display: flex;
    color: #8e9297;
    gap: 0.5em;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }

  .page-card-order__buttons {
    top: auto;
  }

  #review-thx-modal .bg-white {
    padding: 0;
  }
}

.fancybox-gallery .fancybox-bg {
  opacity: 1 !important;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  background: #fff !important;
}

.fancybox-button svg path {
  fill: #abff4a !important;
  stroke-width: 0;
}

#one-click-modal {
  max-width: 674px;
}

@media (max-width: 992px) {
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 0 !important;
  }

  .fancybox-thumbs.fancybox-thumbs-y{
    display: none;
  }

  button.fancybox-button.fancybox-button--arrow_right {
    right: 20px !important;
  }

  #add-review-modal {
    padding: 0;
  }
  #add_review {
    margin: 0 10px;
  }
  .review-card {
    margin: 25px 0px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    padding: 25px 50px;
  }

  .page-card-bottom_wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .found-cheaper-modal {
    padding: 20px;
    min-width: auto;
  }

  #add_question {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }
  #add_question #reset-form {
    display: none;
  }
  #add_question #question-editor {
    width: 100%;
    display: block;
    border: 1px solid;
  }

  .tab-content section {
    padding: 25px 0;
    overflow: hidden;
  }
}

.text_success {
  text-align: center;
}

@media (min-width: 1120px) {
  .page-card__wrap.sticky {
    width: 66% !important;
    position: sticky;
    top: 0;
    left: 0;
    height: 650px;
    left: auto;
  }
}

button.fancybox-button.fancybox-button--close {
  right: 30px !important;
  padding: 7px;
  --size: 4rem;
  --marging-value: 2rem;
  color: #e21235;
  width: var(--size);
  height: var(--size);
  padding: 0.8rem;
  border-radius: 50%;
  box-shadow: 0 0.1rem 2rem #04061c1a;
  overflow: hidden;
  border-radius: 50%;
  display: block;
  top: 20px;
}

.sticky-wrapper.active .top-item-panel {
  display: flex !important;
}

.sticky-wrapper {
  display: none;
  z-index: 10;
}
.sticky-wrapper.active {
  top: 78px;
}

@media (max-width: 760px) {
  .page-card__wrap {
    position: static !important;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 992px) {
  .sticky-wrapper.active .top-item-panel {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }

  .sticky-wrapper.active {
    padding: 20px 10px 10px;
    z-index: 2000;
  }
  .tab-nav {
    width: auto;
    white-space: nowrap;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .sticky-wrapper .to-cart {
    margin-left: auto;
    margin-right: 20px;
  }

  .sticky-wrapper.active .top-item-panel {
    display: none !important;
  }

  .sticky-wrapper.active {
    margin-top: 65px;
  }
}

.comparison-item .comparison-accordion__arrow {
  display: none;
}

.comparison-accordion + .comparison-accordion {
  border-top: none;
}

@media (min-width: 1024px) {
  .cart-info {
    position: sticky;
    top: 0;
    left: 0;
  }
}

.comparison-accordion__coll {
  padding-top: 10.5px;
  padding-bottom: 12px;
  padding-right: 32px;
  border-top: 1px solid #e5effe;
  /* width: 600px; */
}

.comparison-accordion__info {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.comparison-item {
  width: 100%;
}

.comparison-accordion__title.h4_item1233 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20.3px;
  text-align: left;
  margin-top: 10px;
  color: #8e9297;
}

.fancybox-thumbs__list a::before {
  border: 2px solid #a9ff35 !important;
}

.found-modal {
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.found-cheaper-modal {
  max-width: 674px !important;
}

#card-modal {
  max-width: 674px;
}

#add-review-modal {
  max-width: 674px;
}

@media (max-width: 760px) {
  .page-card-order__click {
    display: flex !important;
    height: 50px;
    font-size: 12px;
    border: 1px solid #8e9297;
    border-radius: 4px;
  }
}

.out {
  position: fixed;
  width: 100%;
}

.comparison-buttons .page-card-order__btn {
  width: auto;
  min-width: 190px;
  margin-right: 50px;
  padding: 0;
}

.comparison__product.active {
  position: fixed;
  background: #fff;
  z-index: 200;
  top: 0;
  width: 100%;

}

@media (max-width: 992px) {
  .sticky-wrapper.active {
    z-index: 10;
  }
}

.fixed-nav {
  z-index: 10;
}
.fixed-nav__value_compare,
.fixed-nav__value_fav,
.header__item--favorites .header__item-value,
.header__item--comparison .header__item-value{
	display:none;
}
.fixed-nav__value_compare.active,
.fixed-nav__value_fav.active,
.header__item--favorites .header__item-value.active,
.header__item--comparison .header__item-value.active{
	display:inline-flex;
}


.page-card-order__buttons {
  top: -4px;
}

.recommendations__body .swiper-pagination-bullet {
  background: #bababa;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #a9ff35;
}

#content-4 section {
  padding: 0;
  overflow: hidden;
}

#content-4 section {
  padding: 0;
  overflow: hidden;
}

#recommended_container .recommendations__swiper {
  margin: 0 -25px 0 -25px;
}

.h2,
h2 {
  font-size: 24px;
}

@media (max-width: 992px) {
  .section-button {
    color: #8e9297;
    border: 1px solid #bababa;
    border-radius: 30px;
    padding: 6px 12px;
    height: 30px;
    line-height: 1.4em;
    font-size: 14px;
    cursor: pointer;
    height: 100%;
    min-width: 130px;
  }
  .comparison-buttons .card--js {
    padding-right: 0;
    width: 80px !important;
    min-width: 150px;
  }
}

.comparison-buttons .card--js {
  padding-right: 0;
  width: 80px !important;
  min-width: 150px;
}

.cart-section .breadcrumbs {
  display: none;
}

/* .sticky-wrapper {
  transition: all .3s;
} */

.sticky-wrapper.desctop_sticky.active {
  z-index: 10000;
}

@media (max-width: 992px) {
  .sticky-wrapper.mobile_sticky {
    display: none;
  }

  .sections-wrapper {
    display: flex;
    gap: 12px;
    margin: 10px 0;
    overflow: scroll;
  }

  .mobile_sticky.active {
    display: block !important;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    margin-top: 0;
    z-index: 10;
    transition: 0.3s;
  }

  .mobile_sticky .tab-nav::-webkit-scrollbar {
    width: 0;
  }
  .desctop_sticky .tab-nav::-webkit-scrollbar {
    width: 0;
  }
}

.delivery-option-item .delivery-desc {
  top: -6px;
  position: relative;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.63px;
  text-align: left;
  margin-top: 5px;
}

.cabinet-form__wrap {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.cabinet-form__label {
  width: 100%;
  display: block;
  position: relative;
  margin: 7.5px;
}

.cabinet-form__label input.cabinet-form__field.field {
  transition: all 0.3s;
  background: #fff;
  max-width: 65%;
}

.textarea_order {
  height: 100px;
  background: #fff;
  max-width: 65%;
}

.cabinet-form__label {
  width: 100%;
  display: flex;
  position: relative;
  margin: 7.5px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}

.order-text-right {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.63px;
  text-align: left;
  color: #8e9297;
  margin-left: 20px;
}

.basket-delivery-checbox__caption {
  font-weight: 500;
  font-size: 20px;
  line-height: 145%;
  margin-bottom: 4px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.07px;
  text-align: left;
}

.basket-delivery__wrap {
  padding-bottom: 24px;
  margin-top: 25px;
  margin-left: 25px;
}

.order__item_body {
  margin-left: 25px;
}

@media (max-width: 992px) {
  .order__left {
    width: 100%;
  }

  .order__item_body {
    margin-left: 0;
  }

  .order_body {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }

  .cabinet-form__label {
    width: 100%;
    display: flex;
    position: relative;
    margin: 7.5px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
  }

  .cabinet-form__label input.cabinet-form__field.field {
    transition: all 0.3s;
    background: #fff;
    max-width: 100%;
  }
  .order-text-right {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    text-align: left;
    color: #8e9297;
    margin-left: 0;
    margin-top: 10px;
  }

  .textarea_order {
    height: 100px;
    background: #fff;
    max-width: 100%;
  }

  .cart-info {
    width: 100%;
    background: #f1f7ff;
    padding: 25px;
    border-radius: 24px;
    height: fit-content;
  }
}

.card__tab.tab.tab--noactive {
  background-color: #d88a5d;
  color: #fff;
}

a.recommendations__link.link.link--purple {
  position: relative;
  z-index: 200000;
}

.delivery_options {
  padding: 25px 35px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.comparison__product.sticky {
  position: fixed;
  display: block;
  background: #fff;
  z-index: 2000;
  top: 0;
}

@media (min-width: 1024px) and (max-width: 1260px) {
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -30px;
    left: 0;
    width: 100%;
  }
}

#recommended_container {
  padding-top: 50px;
}

@media (min-width: 1024px) and (max-width: 1480px) {
  .cart__body .cart-left {
    width: 55%;
  }

  .cart__body .cart-right {
    width: 40%;
  }

  .cart__body .cart-info {
    width: 100%;
  }

  /* Оформление */

  .order_body .order__left {
    display: block;
  }

  .order_body .cart-right.cart-info {
    width: 30%;
  }

  .cabinet-form__label input.cabinet-form__field.field {
    transition: all 0.3s;
    background: #fff;
    max-width: 65%;
    max-width: 350px;
  }

  .textarea_order {
    height: 100px;
    background: #fff;
    max-width: 65%;
    max-width: 350px;
  }
}

@media (max-width: 992px) {
  .cart-left {
    width: 100%;
  }

  #recommended_container .recommendations__swiper {
    padding: 0;
    margin: 0;
  }

  .recommendations__body .sections-wrapper::-webkit-scrollbar {
    width: 0;
  }


  .comparison-buttons {
    display: flex;
  }
}

.comparison__product.sticky {
  transition: all 2s linear;
}

.comparison__product {
  transition: all 3s ease-out;
}

.comparison-buttons .page-card-order__btn {
  width: auto;
  min-width: 190px;
  margin-right: 0;
  max-width: 190px;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

@media (max-width: 992px) {
  .comparison-buttons .page-card-order__btn {
    width: auto;
    min-width: 150px;
    margin-right: 0;
    max-width: 150px;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
  }
}

.comparison-buttons.comparison-buttons_js {
  display: flex;
}
.sticky-wrapper.mobile_sticky {
  display: none !important;
}

@media (min-width: 761px) {
  .sticky-wrapper.mobile_sticky.active {
    display: block !important;
  }
}

.comparison-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

div#callback-modal {
  background-color: #303948 !important;
  max-width: 364px !important;
}

.hits_categories {
  display: flex;
  padding-bottom: 25px;
}

.hit_category {
  display: flex;
  margin-bottom: 25px;
  gap: 12px;
}
.hits_categories .hit_category a,
.hits_categories .new_category a {
  /*font-size: 14px;*/
  /*font-weight: 600;*/
  /*line-height: 20px;*/
  /*letter-spacing: 0em;*/
  /*text-align: left;*/
  /*color: #8e9297;*/
  /*margin-right: 50px;*/

  cursor: pointer;
  color: #8e9297;
  padding: 6px 12px;
  border-radius: 30px;
  border: 1px solid #8e9297;
}

.hits_categories .hit_category .active,
.hits_categories .hit_category a:hover,
.hits_categories .new_category .active,
.hits_categories .new_category a:hover {
  /*font-size: 14px;*/
  /*font-weight: 600;*/
  /*line-height: 20px;*/
  /*letter-spacing: 0em;*/
  /*text-align: left;*/
  /*color: #202732;*/
  background-color: #abff4a;
  border-color: #abff4a;
  color: black;
}

.main_brand_item_a {
  background: linear-gradient(40.4deg, #2b3547 0%, #1e242e 100%);
  margin: 65px 72px;
  border-radius: 15px;
}

.main_brand_item {
  display: block;
  position: relative;
  width: 100%;
  background: linear-gradient(40.4deg, #2b3547 0%, #1e242e 100%);
  border-radius: 15px;
  max-width: 263px;
  min-height: 154px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  max-height: 154px;
}

.hits_categories .new_category .active {
  /*font-size: 14px;*/
  /*font-weight: 600;*/
  /*line-height: 20px;*/
  /*letter-spacing: 0em;*/
  /*text-align: left;*/
  /*color: #202732;*/
}
.hits_categories .new_category a {
  /*font-size: 14px;*/
  /*font-weight: 600;*/
  /*line-height: 20px;*/
  /*letter-spacing: 0em;*/
  /*text-align: left;*/
  /*color: #8e9297;*/
  /*margin-right: 50px;*/
}

@media (max-width: 992px) {
  .page-card__size .checbox-item {
    width: auto !important;
    text-wrap: nowrap;
  }
}

.catalog_filter_currents {
  display: flex;
}

.current_inner_filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
}

.current_inner_filter .current_filter_item {
  background: #a9ff35;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  padding: 6px 12px;
  border-radius: 20px;
  position: relative;
  padding-right: 40px;
  cursor: pointer;
}

.catalog-filter__sorting,
.catalog-filter__sorting-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  position: relative;
}

.current_inner_filter .current_filter_item::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/local/templates/gix_2023/images/icon_close.svg) no-repeat;
  margin-left: 6px;
  position: absolute;
  left: auto;
  right: 6px;
}

a.change-sort {
  display: flex;
  color: #8e9297;
}

.catalog-filter__sorting-arrow {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

.catalog-sort-other {
  box-shadow: 0 4px 30px rgba(30, 36, 46, 0.1);
  top: 40px;
  position: absolute;
  border-radius: 20px;
  width: 240px;
  padding: 20px;
  right: -20px;
  display: none;
}

.catalog-sort-other.active {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  z-index: 2000;
  background: #fff;
}

.catalog-filter__sorting-coll {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 145%;
  color: #8e9297;
  cursor: pointer;
  transition: all 0.3s;
}

.catalog-filter__sorting-arrow {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

.catalog-filter__sorting-coll + .catalog-filter__sorting-coll {
  margin-left: 0;
}

.catalog-filter__sorting-arrow svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.3s;
}

.change-sort.active svg {
  transition: 0.3s;
  transform: rotate(180deg);
}

.page-card__size .checbox-item {
  width: auto !important;
  text-wrap: nowrap;
}

.form__caption.active {
  display: none;
}

#one-click-modal {
  max-width: 470px;
}

@media (max-width: 992px) {
  .catalog_filter_currents {
    display: flex;
    padding-bottom: 20px;
  }

  .catalog-filter__sorting {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }
  .catalog-filter__sorting {
    height: auto;
  }

  .sorting-select {
    display: none;
  }

  .complects__item {
    height: 380px;
    overflow: hidden;
    /* width: 260px; */
    width: 100%;
  }

  .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: visible;
    list-style: none;
    padding: 0;
    z-index: 1;
  }

  .complects .cs-set.active {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
}

/* .header__phone-icon-modal {
  display: none;
} */

.product_count {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #8e9297;

}

.bg-white {
  background: #fff;
  position: relative;
}
.grupper-item.grupper-item b {
  background-color: #ffffff;
  margin-bottom: 0;
  display: block;
  word-wrap: normal;
  /* max-width: 80%; */
  width: auto;
  text-align: right;
}

.grupper-item.grupper-item span {
  background-color: #ffffff;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  width: auto;
}

.grupper-item li {
  column-gap: 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #cadcf8;
  margin-bottom: 10px;
}
.configuration__list {
  margin-bottom: 15px;
}
.configuration-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0;
}
.configuration-col {
  padding: 0;
  width: 100%;
  margin-bottom: 10px;
}
.configuration-col:last-of-type {
  margin-bottom: 0;
}
.configuration-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  width: 100%;
  padding: 24px;
  gap: 10px;
  border-radius: 24px;
  background: #EDEDED;
  color: #000;
}

.configuration-item__img-wrapper {
  flex: 0 0 auto;
  width: 54px;
}
.configuration-item__img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.configuration-item__content {
  flex: 1;
}
.configuration-item__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.configuration-item__text {
  margin-top: 4px;
}
.more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  background: transparent;
  border: 1px solid #8E9297;
  color: #8E9297;
  font-size: 14px;
  cursor: pointer;
}
.more-btn:after,
.more-btn:before {
  background: transparent;
}
.more-btn:hover,
.more-btn:focus {
  color: #ffffff;
  border-color: transparent;
}
.more-btn__text-hide {
  display: none;
}
.is-hide.more-btn__text-show {
  display: none;
}
.is-hide.more-btn__text-hide {
  display: block;
}
.more-btn:focus:after,
.more-btn:hover:after {
  background: linear-gradient(45deg, #2b3547 0, #2b3547 0.01%, #3b414b 100%);
}
.more-btn._hide {
  display: none;
}
/*Характеристики новый дизайн */
.configuration__group {
  display: flex;
  justify-content: flex-end;
  padding: 16px 0;
}

.configuration__group:first-child {
  padding-top: 0;
}
.configuration__group-title {
  font-weight: 600;
  font-size: 20px;
  flex: 0 0 35%;
}
.configuration__options {
  flex: 0 0 65%;
}
.configuration__option-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
  position: relative;
  font-weight: 500;
}
.configuration__option-value {
  flex: 0 0 60%;
  color: #333;
  text-align: left;
}
.configuration__option-title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  color: #8E9297;
}

@media (max-width: 768px) {
  .configuration__group-title {
  }
  .configuration__group {
    flex-direction: column;
  }
}

.questions {
  padding: 40px;
}
.section {
  margin-top: 20px;
}
.section-inside {
  padding: 20px 0;
}
.h3-sect {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
}
.indent-p-md {
  padding: 30px 0;
}
@media (min-width: 1024px) {
  .indent-p-md {
    padding: 50px 0;
  }
  .configuration-item {
    gap: 20px;
  }
}
@media (min-width: 1120px) {
  font-size: 24px;
  line-height: 30px;
}
.c-black {
  color: #202732;
}
.bg-gray {
  background: #EDEDED;
}
.bg-gray-part {
  position: absolute;
  height: calc(50% - 22px);
  width: 100%;
  left: 0;
  bottom: 0;
  background: #EDEDED;
}
.cdi-additional-swiper {
  padding-bottom: 30px;
}
.swiper-pagination-bullets--inner .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}

.swiper-pagination-bullets--inner span.swiper-pagination-bullet.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
}
.swiper-pagination-bullets--inner span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #9dca58;
}
.swiper-pagination-bullets--inner  {
  display: none !important;
}
.mt-15 {
  margin-top: 15px;
}
.mt-30 {
  margin-top: 15px;
}
.pt-30 {
  padding-top: 15px;
}
.configuration-col._hide {
  display: none;
}

@media (min-width: 1240px) {
  .section {
    margin-top: 30px;
  }
  .section-inside {
    padding: 30px 0;
  }
  .h3-sect {
    margin-bottom: 30px;
  }
  .swiper-pagination-bullets--inner  {
    display: flex !important;
    bottom: 0;
  }
  /*.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets--inner {*/
  /*  bottom: 0;*/
  /*}*/
  .more-btn--lg-hide {
    display: none;
  }
  .configuration__list {
    margin-bottom: 0;
  }
  .configuration-row {
    margin: -10px -15px;
    flex-direction: row;
  }
  .configuration-col {
    padding: 10px 15px;
    margin-bottom: 0;
    width: 33.333%;
  }
  .configuration-item__title {
    font-size: 18px;
    line-height: 26px;
  }
  .page-card__body {
    position: relative;
  }
  .page-card__wrap {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .page-card-order-wrapper {
    flex: 0 0 29%;
    max-width: 29%;
  }
  #slide-down--js  {
    position: sticky;
    top: 10px;
    right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .page-card__wrap {
    width: 65% !important;
  }

  .page-card-order-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
    width: 360px !important;
    margin-left: auto;
  }

  .can_buy {
    display: flex;
    color: #8e9297;
    gap: 0.5em;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -30px;
    left: 0;
    width: 100%;
    position: relative;
    padding-bottom: 50px;
  }
}

.complects__item {
  height: 100%;
  z-index: 20000;
  position: relative;
  overflow: hidden;
  display: block;
  max-height: 430px;
}

.cs-basket .total .discount_price {
  background-color: #adff59;
  padding: 0 6px;
  font-size: 10px;
  color: black;
  border-radius: 30px;
  width: fit-content;
}

.complects .cs-set.active {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}

@media (max-width: 992px) {
  .recommendations__body
    .swiper-container-horizontal
    > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -20px;
    left: 0;
    width: 100%;
  }


  .recommendations__body .section-button {
    cursor: pointer;
    color: #8e9297;
    padding: 6px 12px;
    border-radius: 30px;
    border: 1px solid #8e9297;
    width: 100%;
    min-width: 150px;
  }
}

@media (min-width: 1024px) and (max-width: 1300px) {
  .search {
    width: 412px;
  }
}

@media (min-width: 1300px) and (max-width: 1600px) {
  .search {
    width: 512px;
  }
}

.header_phonebox_inner.active {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .page-card-bottom_wrapper {
    display: flex;
    justify-content: space-between;
    /*width: 460px;*/
    width: 100%;
    max-width: 460px;
  }
}

.recommendations__body .swiper-pagination {
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  position: relative;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
span.swiper-pagination-bullet {
  display: block;
}
.cs-set-slide-item-wrap {
  width: 270px;
  /* display: flex; */
}

.complects__item {
  height: 100%;
  z-index: 20000;
  position: relative;
  display: block;
  max-height: 370px;
}

.set-slider-container.swiper-container {
  margin-left: 0;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.set-slider-container {
  width: 75%;
}

@media (min-width: 1360px) and (max-width: 1450px) {
  /* .page-card-bottom_wrapper {
    display: flex;
    justify-content: space-between;
    width: 460px;
  } */

  .page-card__wrap {
    width: 68%;
  }

  .page-card__wrap.sticky {
    width: auto;
    position: sticky;
    top: 0;
    left: 0;
    height: 650px;
  }
  .page-card-order-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
    width: 400px;
    margin-left: auto;
  }

  .swiper-pagination {
    padding-top: 40px;
    position: relative;
  }

  .cs-set-slide-item-wrap {
    min-width: 252px;
    width: 232px;
  }

  .complects__item {
    height: 100%;
    z-index: 20000;
    position: relative;
    display: block;
    max-height: 390px;
  }

  .set-slider-container.swiper-container {
    margin-left: 0;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }

  .set-slider-container {
    width: 75%;
  }
}

/* body {
  overflow-x: visible;
  overflow: visible;
} */

.fancybox-gallery .fancybox-button {
  display: block;
}

@media (min-width: 1200px) and (max-width: 1260px) {
  .cs-set-slide-item-wrap {
    min-width: 215px;
    width: 215px;
  }

  .complects__item .discount_price {
    background-color: #adff59;
    border-radius: 30px;
    padding: 4px 6px;
    font-size: 9px;
  }
  .complects__item .title {
    font-size: 12px;
    font-weight: 400;
    margin: 12px 0;
    line-height: 20px;
  }
}

div#slide-down--js {
  margin-bottom: 80px;
}

/* Планшет */
@media (min-width: 1191px) and (max-width: 1200px) {
  .page-card__wrap {
    width: 62%;
  }
  .page-card-order-wrapper {
    width: 380px;
  }

  #recommended_container .recommendations__swiper {
    margin: 0 -25px 0 -25px;
    padding: 0 25px 0;
  }
  .recommendations__body .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.field_text::placeholder {
  color: #ddd9d9;
}

@media (max-width: 1010px) {
  .set-slider-container.swiper-container {
    width: 100%;
  }
}
@media (min-width: 760px) and (max-width: 992px) {
  .catalog-filter__button {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 135%;
    color: #202732;
  }
  .recommendations__body
    .swiper-container-horizontal
    > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 20px;
    left: 0;
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1360px) {
  .recommendations__body
    .swiper-container-horizontal
    > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 20px;
  }
}

.page-card__color .checbox-item {
  width: 63px;
  margin: 6px;
}

.checbox-item__color-bg {
  width: 43px;
  height: auto;
  border-radius: 4px;
}

.page-card__color .checbox-item__caption {
  height: 63px;
}

.section-button2 {
  cursor: pointer;
  color: #8e9297;
  padding: 6px 12px;
  border-radius: 30px;
  border: 1px solid #8e9297;
}

.section-button2.active {
  background-color: #abff4a;
  border-color: #abff4a;
  color: black;
}

.preheader_menu a {
  font-size: 12px;
}
.preheader_menu {
  padding-top: 7px;
  padding-bottom: 7px;
}

#recommended_container .recommendations__swiper {
  margin: 0 -25px 0 -25px;
  padding: 0 25px;
}

@media (min-width: 1150px) and (max-width: 1360px) {
  .cs-set-slide-item-wrap {
    min-width: 220px;
    width: 220px;
    display: flex;
  }
  .complects__item .title {
    font-size: 11px;
    font-weight: 400;
    margin: 12px 0;
    line-height: 20px;
  }
}

.to-cart {
  margin-top: 5px;
}

.sticky-wrapper.active .top-item-panel {
  display: flex !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

.burger {
  padding: 15px 40px;
  margin-left: 15px;
}

/* Шапка */
@media (max-width: 1010px) {
  .burger {
    padding: 10px;

  }
}
@media (min-width: 1680px) {
  .header__first {
    width: 60%;
  }
}

@media (min-width: 1560px) {
  .search,
  .search__field {
    position: relative;
    width: 600px;
    height: 42px;
  }
}

/* скролл */

.filter__container-wrap.filter__container-wrap-more {
  /*max-height: 150px;*/
  /*overflow-y: auto;*/
  width: 97%;
}

.filter__container-wrap.filter__container-wrap-more::-webkit-scrollbar {
  width: 5px;
  background-color: #8e9297;
  border-radius: 5px;
}
.swiper-container-vertical>.swiper-scrollbar {
  background-color: #8e9297;
}
.filter__container-wrap.filter__container-wrap-more::-webkit-scrollbar-track {
  background-color: #8e9297;
  border-radius: 5px;
}
.swiper-scrollbar-drag {
  background-color: #a9ff35;
}
.filter__container-wrap.filter__container-wrap-more::-webkit-scrollbar-thumb {
  background-color: #a9ff35;
  border-radius: 5px;
}

/* Деталка */
.js-prop-link .checbox-item__color-bg img {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 42px;
  max-height: 42px;
}

a.color-full-js {
  border: 1px solid #dae2ec;
  border-radius: 6px;
  margin-top: 5px;
  display: inline-block;
  color: #202732;
}

a.color-full-js span {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  padding: 3px;
  width: 63px;
  display: block;
}

.grupper-container.group_display {
  width: 100%;
}

.grupper-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
}
.grupper-col {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 10px;
}
.grupper-col:last-of-type {
  margin-bottom: 0;
}
.grupper-item {
  display: block;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 24px;
  position: relative;
}
.grupper-col._hide {
  display: none;
}
.grupper-item li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #cadcf8;
}
@media (min-width: 1240px) {
  .grupper-row {
    flex-direction: row;
    margin: -10px -15px;
  }
  .grupper-col {
    width: 33.333%;
    padding: 10px 15px;
    margin-bottom: 0;
  }
}

.grupper-new {
  background: #ffffff;
}
.grupper-new .grupper-item {
  padding: 0;
}

.grupper-new .grupper-item li:before {
  width: 50%;
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  border-bottom: 1px dashed rgba(142, 146, 151, 0.4);
}

.grupper-new .grupper-item li {
  justify-content: flex-start;
  position: relative;
  border: 0;
}

.grupper-new .grupper-item.grupper-item .options__caption {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  padding-bottom: 3px;
}
.grupper-new .grupper-item.grupper-item .options__caption-wrap {
  background: transparent;
  width: 100%;
  max-width: 300px;
  position: relative;
  padding-right: 6px;
  font-weight: 500;
  color: #8E9297;
}
.grupper-new .grupper-item.grupper-item b {
  position: relative;
  background: #ffffff;
  font-weight: 500;
  text-align: left;
  width: 170px;
  padding-left: 6px;
  flex: 0 0 auto;
  color: #202732;
}
.grupper-new  .grupper-item strong {
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
}
@media (min-width: 1240px) {
  .grupper-new .grupper-row  {
    flex-direction: row;
    margin: -10px -15px;
  }
  .grupper-new .grupper-col {
    width: 50%;
    padding: 10px 15px;
  }
  .grupper-new .grupper-item.grupper-item b {
    width: 222px;
  }
}

.shopanswer .avatar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}

.shopanswer .avatar .username {
  font-weight: bold;
  font-size: 18px;
  margin-left: 20px;
}

.reply-block {
  margin-top: 25px;
  margin-bottom: 25px;
}

.shopanswer {
  margin-left: 20px;
}

.top-item-panel {
  padding: 6px 0 6px;
}

.sticky-wrapper.active {
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  margin-top: 0;
  padding: 0px 50px 5px;
  z-index: 99;
}

.comparison .page-card-order__btn {
  width: 100%;
  height: 64px;
  max-width: 150px;
}

.page-card-order__click {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 145%;
  color: #202732;
  margin-top: 6px;
  border: 1px solid #8e9297;
  border-radius: 4px;
  height: 64px;
}

.page-card-order__click:hover {
  background-color: #202732;
  color: white;
}

.comparison .page-card-order__btn.card--js {
  width: 100%;
  height: 64px;
  max-width: 150px !important;
  height: 40px;
  padding: 0;
  padding-left: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

.checbox_hidden {
  display: none;
}

/* .grupper-item {
  width: 23%;
} */

.header_basket_popup {
  position: absolute;
  background: #fff;
  border-radius: 20px;
  width: 338px;
  height: auto;
  right: 0;
  top: 40px;
  padding: 25px 25px;
}

.catalog_filter_currents {
  display: flex;
  margin-right: auto;
}

@media (max-width: 992px) {
  .grupper-container .grupper-item {
    width: 100%;
  }
  .burger {
    padding: 10px;
  }

  .mobile_catalog_filter {
    display: flex;
  }

  .header_phonebox_inner {
    right: 0;
    left: auto;
  }

  .whatsapp_icons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
  }
}

@media (min-width: 1023px) and (max-width: 1050px) {
  .phone_item.whatsapp .header__phone-icon-modal {
    display: block;
  }
}

.header__phone_bg {
  /* background: #000; */
  position: absolute;
  width: 87%;
  height: 83px;
  z-index: 0;
}
@media (min-width: 1340px) {
  .header__phone-box:hover .header_phonebox_inner {
    display: block!important;
  }
}
.header_phonebox_inner.phonebox_desctop {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.header_phonebox_inner.phonebox_desctop:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 30px;
}
a.checbox-item.js-prop-link.checbox_hidden.show {
  display: block;
}
.mb-30 {
  margin-bottom: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.title .icon {
  width: 30px;
}
.title .icon svg {
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1190px) {
  .page-card-order-wrapper {
    width: 100%;
    margin-left: auto;
  }
  div#slide-down--js {
    margin-bottom: 30px;
  }
}

.page-card__slick-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
}

label.checbox.checbox_dark.disabled {
  display: none;
}

@media (min-width: 992px) {
  .grupper-container.group_display {
    gap: 30px;
  }
  .header__phone-icon-modal {
    display: none;
  }
}

@media (max-width: 992px) {
  .recommendations__body .sections-wrapper {
    width: auto;
    white-space: nowrap;
  }
  .recommendations__body .section-button {
    min-width: auto;
  }
}

.disabled {
  cursor: auto;
  /* background: #000; */

}

.checbox-item__caption {
  text-transform: inherit;
}

.filter__link:hover {
  color: #a9ff35;
  transition: all 0.3s;
  cursor: pointer;
}

.page-card-order_item.found-cheaper-coursor {
  cursor: pointer;
}

.comparison-accordion__coll {
  width: 100%;
}

/* Форма в оформлении */
#entry-modal {
  padding: 30px 15px 25px;
  background-color: #303948;
  border-radius: 10px;
  margin: 50px 15px;
  width: calc(100% - 30px);
  max-width: 364px;
  overflow: visible;
  position: relative;
}

#entry-modal .fancybox-close-small {
  display: none;
}

.comparison-accordion .page-card-order__btn {
  width: 100%;
  max-width: 150px !important;
  height: 40px;
  padding: 0;
  padding-left: 15px;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

.hide {
  display: none !important;
}

.hide.active_product {
  display: block !important;
}

@media (min-width: 1024px) {
  .cart-info {
    position: sticky;
    top: 0;
    left: 0;
  }
}

.comparison-accordion__coll {
  border-top: none;
  border-bottom: 1px solid #e5effe;
}

.comparison-accordion__coll {
  padding-top: 10.5px;
  padding-bottom: 12px;
  padding-right: 32px;
  border-top: 1px solid transparent;
  width: auto;
}

.comparison-accordion__slide {
  min-width: 272px;
}

.comparison-accordion__value {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #000;
  text-align: center;
}

.comparison-accordion__top {
  display: flex;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.comparison-accordion.active .comparison-accordion__hidden {
  display: none;
}

#registration-modal {
  padding: 30px 15px 25px;
  background-color: #303948;
  border-radius: 10px;
  margin: 50px 15px;
  width: calc(100% - 30px);
  max-width: 364px;
  overflow: visible;
  position: relative;
}

#registration-modal button.fancybox-button.fancybox-close-small {
  display: none;
}

.js-price-old.old-price {
  text-decoration: line-through;
}
.js-price-discount {
  font-size: 17px;
}

.js-price {
  font-size: 17px;
}

.comparison-accordion__coll {
  padding-top: 10.5px;
  padding-bottom: 12px;
  padding-right: 32px;
  border-top: 1px solid transparent;
  width: auto;
  /* max-width: 200px; */
  margin-left: 0;
}

.set-slider-container .swiper-pagination-bullet {
  background: #bababa;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.set-slider-container .swiper-pagination-bullet {
  background: #bababa;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.set-slider-container .swiper-pagination {
  position: sticky;
  margin-top: 10px;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 0 !important;
}
.recommendations__swiper.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0px;
}
.set-slider-container.swiper-container {
  padding-bottom: 20px;
}

.card__button.active svg line {
  stroke: #abff4a;
  fill: #abff4a;
}

.favorites--js.active svg path {
  fill: #abff4a;
  transition: all 0.3s;
}

.comparison-accordion__value {
  text-align: left;

}

@media (max-width: 760px) {
  .fixed-nav ~ .bx-context-toolbar-empty-area  div.open-cmm.cmm-tooltip-wrap {
    bottom: 130px!important;
  }
  div.open-cmm.cmm-tooltip-wrap {
    left: 15px;
    bottom: 70px !important;
  }
}
@media (max-width: 992px) {
  #content-5 .complects-top {
    display: flex;
    gap: 32px;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }
  .set-slider-container.swiper-container {

    position: relative;
    overflow: visible;
    list-style: none;
    padding: 0;
    z-index: 1;
  }

  .set-slider-container .swiper-pagination {
    width: 100%;
  }

  .cs-basket {
    margin-top: 40px;
  }

  .comparison-accordion__coll {
    max-width: 200px;
    margin-left: 0;
    display: block;
    position: relative;
    padding-right: 0;
  }

  .newcomparison-accordion__arrow {
    margin-right: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  .comparison-accordion__value {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #000;
    text-align: center;
    max-width: 65%;
    word-break: break-all;
  }
}

@media (max-width: 1010px) {
  .promo-small .swiper-pagination {
    bottom: 0;
  }
  .promo-small {
    padding-bottom: 30px;
    margin-bottom: -30px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
  }
  .promo__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .youtube {
    padding-bottom: 20px;
    overflow: hidden;
  }
  .main-blog {
    padding-bottom: 0;
    overflow: hidden;
  }

  .hit_category {
    display: flex;
    margin-bottom: 25px;
    gap: 12px;
    width: 100%;
    flex-wrap: wrap;
  }
}

.noUi-connect {
  background: #a9ff35 !important;
}


.noUi-connects {
  border-radius: 20px!important;
}

.noUi-horizontal .noUi-handle {
  width: 25px!important;
  height: 25px!important;
  right: -17px;
  top: -10px;
  border: 1px solid #A9FF35!important;
  border-radius: 50%!important;
}

.noUi-horizontal {
  height: 8px!important;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: 0px 0px 6px 0px #A9FF35;
  margin-top: 16px!important;
}

.noUi-handle:before, .noUi-handle:after {
  display: none;
}
.catalog-sort_select {
  white-space: nowrap;
}
.page-top__wrap > * {
  max-width: none;
}
.page-top__wrap {
  flex: 1 0 0;
}

.order__wrap a{
  color: inherit;
}
.page-top__body .share-widget {
  position: absolute;
  top: 0;
  right: 0;
}
.page-top__body {
  position: relative;
}
.bx-title {
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.bx-authform {
  color: #FFF;
  padding-top: 32px;
}
.bx-authform-content-container,
.bx-authform-note-container,
.bx-authform-link-container,
.bx-authform-link-container a{
  color: #FFF;

}
.bx-authform .btn:hover {
  background: linear-gradient(45deg, #2b3547 0, #2b3547 0.01%, #3b414b 100%);
}
.bx-authform .btn {
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  color: #202732;
  padding: 16px 24px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #a9ff35;
  transition: background-color 0.3s;;
}
.bx-authform form {
  max-width: 500px;
  padding-top: 32px;
}
.bx-authform-formgroup-container .btn {

}
.bx-authform .bx-authform-formgroup-container input[type="password"],
.bx-authform .bx-authform-formgroup-container input[type="text"] {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  background-color: transparent;
  font-size: 14px;
  line-height: 145%;
  color: #8e9297;
  padding: 12px 26px 16px;
  border: 1px solid #fff;
  background: #fff;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  resize: none;
}
.bx-authform-label-container {
  color: #FFF;
}
.bx-authform .bx-authform-formgroup-container input[type="password"],:focus {
  border-color: #a9ff35;
  color: #a9ff35;
}
.bx-authform {
  padding: 0 15px;
  max-width: 1630px;
  margin: 0 auto;
}
#recommended_container {
  padding-top: 40px !important;
}
.hidden {
  display: none !important;
}
.tab-content {
  display: none;
  padding-bottom: 0!important;
}
.ajax-content-box._hide {
  padding: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
}
.tab-content:empty {
  display: none;
}
.tab-content #recommended_container {
  margin-top: 0!important;
}
.tab-content {
  padding-top: 20px!important;
}
.tab-content--gray.active,
.tab-content--gray {
  background: #EDEDED;
}
.no-reviews-message {
  padding-bottom: 0;
}
#content-7 {
  overflow: hidden;
}
.page-card .share-widget {
  border-color: #FFF;

}

.article-top__box {
  position: relative;
}
.article .share-widget ul li {
  margin: 0;
}
.article-autor {
  background-color: #FFF;
  z-index: 50;
}
.article .share-widget ul {
  display: flex;
  margin: 0;
  gap: 4px;
}
.article__contacts  .share-wrap {
  position: relative;
}
.article .share-widget {
  position: absolute;
  right: -10px;
  padding: 10px;
  background-color: #FFF;
  margin: 0;

  bottom: 100%;
}

.hits__swiper_news.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: auto;
}
.complects__item {
}
.complects__item .title {
  height: auto;
}
.filter_text b {
  font-weight: 400;
  text-align: left;
}
.descript__title,
.questions__title,
.complects__title,
.reviews__title,
.recommendations__title {
  margin: 0 0 25px;
  font-weight: 600;
  line-height: 120%;
  font-size: 24px
}

.descript__title {
  font-size: 20px;
  margin-top: 40px;
}
.complects__title {
  margin-bottom: 0;
}
.complects-top .cs-tabs-item:hover {
    border-color: #A9FF35;
    background-color: #A9FF35;
}
.complects-top .cs-tabs-item:hover a {
    color: black;
}
.filter__container-wrap .swiper {
  max-height: 150px;
}
.page-card__swiper-img {
  padding-bottom: 15px;
}
.page-card__swiper-img,
.page-card__slick-slide {
  position: relative;
}
.page-card__swiper-img .js-video img,
.page-card__swiper-img .js-video {
  cursor: pointer;
}

.page-card__slick-slide .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  transform: translate(-50%, -50%);
}
.new-reviews {

}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: #000;
  display: none;
  z-index: 9999;
  opacity: 0.7;
}
.swiper-has-buttons {

}
.swiper-btn-circle {
  position: absolute;
  top: 50%;
  z-index: 50;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #FFF;
  display: flex;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  cursor: pointer;
  left: 0;
  padding: 0;
  transition: background-color;
  &.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

  &:hover {
    background: #a9ff35;;
  }
  &.next {
    right: 0;
    left: auto;
  }
  svg {
    width: 7px;
    height: 10px;
    transition: fill 0.3s;
    fill: #8e9297;

  }
}
.hits__body .swiper-btn-circle {
  display: none;
}
@media (min-width: 767px) {
  .hits__body .swiper-btn-circle {
    display: flex;
  }
  .hits__body {


    padding-left: 36px;
    padding-right: 36px;
    position: relative;
  }
}
.article__text {
  word-wrap: break-word;
}
.table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
}
.btn.oncart::before{
    background: #fff;
    border: 1px solid #a9ff35;
}
.page-card-order__btn.btn:not(.card--js)::before {
    background: #f1f7ff;
    border: 1px solid #a9ff35;
}

.social-link:hover svg path {
    fill: #a9ff35;
    transition: all 0.3s;
}
.catalog-filter__tags .catalog-filter__tag {
  margin-bottom: 15px;
}
html body .noUi-horizontal .noUi-handle.noUi-handle-upper {
  right: -10px;
}
.page-card__body {
}
.page-card__body .page-card__swiper .slick-dots {
  margin: 15px 0 0;
  display: flex;
  gap: 8px;
}
.page-card__body .page-card__swiper .slick-dots li {
  margin: 0;
}
.page-card__body .page-card__swiper .slick-dots li button {
  min-width: 12px;
  max-width: 12px;
  border-radius: 100%;
  height: 12px;
  cursor: pointer;
}
.page-card__body .page-card__swiper .slick-dots li button svg {
  height: 100%;
}
.catalog-filter__row.is-list .card__top .card__tabs {
  z-index: 11;
}
.catalog-filter__row.is-list .card__top .card__tabs .card__tab {
  display: inline-flex;
  font-weight: 600;
  font-size: 10px;
  line-height: 145%;
  text-transform: uppercase;
  color: #fff;
  padding: 3px 5px 1px;
  border-radius: 20px;
  margin: 2.5px;
}
.can_buy .value {
  white-space: nowrap;
}
.product-viewed {
  padding-top: 40px;
}
.iframe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* Слой поверх iframe */
  cursor: pointer; /* Указываем, что слой кликабельный */
}
.page-card__swiper-img .poster {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .item_code {
    row-gap: 0;
  }
}

@media (min-width: 992px) {
  .page-card-order__top_box {
    padding-top: 0;
    margin-top: -6px;
    margin-bottom: 16px;
  }
}
.catalog-filter__button svg {
  fill: currentColor;
}
@media (max-width: 991px) {
  .catalog-filter__sorting {
    justify-content: center;
  }
  .current_inner_filter {
    margin-bottom: 20px;
  }
  .catalog_filter_currents {
    margin: 0;
    padding: 0;
  }

}

.cabinet-menu {
  width: 338px;
  flex: 0 0 auto;
  border: 1px solid #C2C2C2;
  border-radius: 5px;
  overflow: hidden;
}

.cabinet-menu__item {
  display: block;
  padding: 25px 20px;
  color: #202732;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  border-bottom: 1px solid #C2C2C2;
  transition: all .3s;
}
.cabinet-menu__item:last-of-type {
  border: 0;
}
.cabinet-menu__item:hover,
.cabinet-menu__item.active {
  background: #F2F7FE;
}
.cabinet__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 -10px;
}

.cabinet__menu {
  flex: 0 0 auto;
}
.cabinet__body {
  display: block;
}
.cabinet__content {
  width: 100%;
}
.cabinet__content,
.cabinet__menu {
  padding: 0 10px;
}
.my-order__container {
  border: 0;
  padding: 0;
}
.cabinet-form__box {
  padding: 0;
  border: 0;
}

.cabinet-form__label input.cabinet-form__field.field {
  max-width: 100%;
}
.fl-row {
  flex-direction: row;
}
.fl-wrap {
  flex-wrap: wrap;
}
.cabinet-form__wrap {
  margin: 0 -13px;
  row-gap: 26px;
}
.cabinet-form__col {
  flex: 0 0 auto;
  width: 50%;
}
.cabinet-form__label {
  padding: 0 13px;
  margin: 0;
}

.cabinet-form__field {
  padding: 25px 20px;
  height: 70px;
  border-radius: 5px;
}
.order-empty__text {
  margin-bottom: 32px;
}
.cabinet__w-sm {
  max-width: 500px;
}
.cabinet-info-box {
  padding: 30px 20px;
  border-radius: 5px;
  background: #F2F7FE;
}
.cabinet-info-box p {
  margin: 0;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  color: #202732;
}
.points {
  padding: 30px 20px;
  border-radius: 5px;
}
.points__top {
  font-size: 20px;
  font-weight: 500;
  align-items: flex-start;
  padding-bottom: 15px;
  border-bottom: 1px solid #C2C2C2;
  margin-bottom: 15px;
}
.points__info{
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  color: #C2C2C2;
}

.info-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  color: #C2C2C2;
}
.info-text__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: .7px solid #C2C2C2;
  font-weight: 400;
  font-size: 9.74px;
  line-height: 13.63px;
}
.btn--reload:hover {
  color: #ffffff;
}
.btn--reload {
  width: 71px;
  height: 70px;
}

.copy-wrapper{
  position: relative;
  margin-left: 13px;
  width: 100%;
  max-width: 240px;
}

.copy-wrapper__btn  {
  height: 70px;
  width: 100%;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}

.cabinet-nav-sections__row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
  row-gap: 20px;
}

.cabinet-nav-sections__col {
  width: 33.3333%;
  padding: 0 10px;
  flex: 0 0 auto;
}
.cabinet-nav-sections__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  height: 206px;
  background: #F2F7FE;
  border-radius: 5px;
}

.cabinet-nav-sections__item-icon {
  width: 50px;
  height: 50px;
}
.cabinet-nav-sections__item-icon svg {
  display: block;
  height: 100%;
  width: 100%;
}
.cabinet-nav-sections__item-text {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #202732;
}
.cabinet-form__saved-text {
  margin-top: 20px;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  color: #202732;
  text-align: center;
}
font.notetext {
  color: #202732;
}
.cabinet-form__label-error {
  display: none;
  position: absolute;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.cabinet-form__label-error._error {
  display: block;
}

.added-app {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  transition: all .3s;
  color: #8E9196;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 20px;
  row-gap: 8px;
}
.added-app.active {
  color: #1B1B1B;
}
.added-app__switcher {
  margin-right: 10px;
}
.added-app__text {
  flex: 0 0 auto;
  cursor: pointer;
  border-bottom: 1px dotted;
  margin-right: auto;
}
.added-app__text:hover {
  border-bottom-color: transparent;
}
.added-app__price {
}
.switcher {
  flex: 0 0 auto;
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
}

.switcher__input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switcher__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D0D0D0;
  transition: .4s;
  border-radius: 250px;
}

.switcher__slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0;
  bottom: 0;
  background-color: #A9FF35;
  transition: .4s;
  border-radius: 250px;
}

.switcher__input:checked + .switcher__slider {
  background-color: #5F5F5F;
}

.switcher__input:checked + .switcher__slider:before {
  transform: translateX(20px);
}

/* Дополнительно: стиль для disabled состояния */
.switcher__input:disabled + .switcher__slider {
  background-color: #f0f0f0;
  cursor: not-allowed;
}

.switcher__input:disabled + .switcher__slider:before {
  background-color: #ccc;
}
.modal__body .text p {
  margin-bottom: 20px;
}
.modal--w-md {
  max-width: 776px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.fw-bold {
  font-weight: 600;
}
.fancybox-slide:focus,
.modal:focus {
  color: #000000;
}
.modal__body {
  color: #000000;
}
.modal__title--inner {
  text-align: left;
  font-weight: 500;
}
.modal--app {
  padding: 60px 70px;
}
.modal--app .text {
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
}
.btn--sm {
  padding: 13px 55px;
}

.toggle-text {
  overflow: hidden;
}

.size-ring-modal {
  max-width: 774px !important;
  padding: 60px 70px;
}

.size-ring-modal:focus {
  outline: none;
  color: #020202;
}
.ring {
  position: relative;
}
.ring-box {
  position: relative;
  width: 176px;
  height: 176px;
  margin: 0 auto;
  z-index: 1;
}
.ring-box.active .ring-hand__img,
.ring-box.active .ring__arrow {
  display: none;
}
.ring-box.active .ring__text {
  display: flex;
}
.ring__arrow {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 10px;
  z-index: 0;
}
.ring__arrow svg {
  width: 100%;
}
.ring__circle {
  position: relative;
  z-index: 1;
}
.ring__text {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #020202;
  font-weight: 600;
  font-size: 36px;
}
.ring-modal-img-box {
  background: #F2F7FE;
  overflow: hidden;
  border-radius: 5px;
  height: 287px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.ring-hand {
  width: 380px;
  position: relative;

}
.ring-hand:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 83px;
  height: 103px;
  background: linear-gradient(-90deg, rgba(242, 247, 254, 0) 0%, #F2F7FE 100%);
  z-index: 1;
}
.ring-info ol {
  margin-left: 19px;
}
.ring-info ol li {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 145%;
  list-style: auto;
}
.ring-info {
  margin-top: 15px;
  margin-bottom: 40px;
  color: #8F9297;
}
.ring-info:focus {
  outline: none;
  color: #8F9297;
  border-color: transparent;
}
.ring-actions {
  position: relative;
  overflow: hidden;
  height: 90px;

}
.ring-actions__group {
  transition: all .3s;
}
.ring-actions.active .ring-actions__group {
  transform: translateY(-90px);
}
.ring-actions__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 8px;
}
.ring-actions__btn {
  height: 65px;
  width: 100%;
  font-size: 20px;
}
.ring-actions__btn-submit {
}
.ring-actions__error {
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  color: #FF0000;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  transform: translateY(-10px);
}
.ring-actions__error.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.ring-sizes {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ring-sizes__btn {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8E9196;
  color: #020202;
  border-radius: 5px;
  font-size: 20px;
  cursor: pointer;
}
.ring-actions__submit-size {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.btn--border {
  border: 1px solid #8E9196;
}
.btn--border::after,
.btn--border::before {
  display: none;
}
.btn--border:hover {
  color: #020202;
}
.ring-sizes__input-box {
  position: relative;
  height: 65px;
}
.ring-sizes__input-text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  top: 2px;
  left: 2px;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #020202;
}
.ring-sizes__input {
  height: 65px;
  text-align: center;
  width: 100%;
  max-width: 155px;
  padding: 20px;
  font-size: 20px;
  color: #020202;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #8E9196;
}

:focus {
  color: #020202;
}

.ring-sizes__input:focus,
.ring-sizes__btn:focus{
  outline: none;
  color: #020202;
  border-color: #8E9196;
}

.ring-sizes__input._hide {
  color: transparent;
}

.ring-sizes__input:not(._hide) {
  color: inherit;
}

.ring-sizes__input-text {
  transition: color 0.3s ease;
}

.ring-sizes__input-text._hide {
  color: transparent;
}

.ring-sizes__input-text:not(._hide) {
  color: inherit;
}

.tabs {
  position: relative;
}

.tabs__nav {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
  background: #F2F7FE;
  border-radius: 5px;
}

.tabs__btn {
  width: 50%;
  padding: 16px 20px;
  margin: 5px;
  background: #F2F7FE;
  color: #020202;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
}

.tabs__btn:hover {
  background: #A9FF35;
}

.tabs__btn.active {
  background: #A9FF35;
  color: #020202;
}

.tabs__content {
  position: relative;
}
.tabs__content:focus {
  color: #020202;
}
.tabs__panel {
  display: none;
}

.tabs__panel[aria-hidden="false"] {
  display: block;
}

.tabs--inner {
  background: none;
}
.tabs--inner .tabs__nav {
  background: none;
  justify-content: center;
  gap: 10px;
}
.tabs--inner .tabs__btn {
  padding: 11px 7px;
  margin: 0;
  box-shadow: 0 0 0 1px #989B9F;
  width: auto;
  font-size: 12px;
  background: none;
}

.tabs--inner .tabs__btn:hover,
.tabs--inner .tabs__btn.active {
  background: none;
  color: #020202;
  box-shadow: 0 0 0 2px #A8FF36;
}

.ring-box__title {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
}
.footer-new {
  padding-bottom: 0;
}
.footer-new .footer__center {
  width: 100%;
  flex: 1;
  justify-content: flex-start;
  gap: 115px;
}
.footer-new .footer__center-box {
  width: auto;
}
.footer-new .services-item__coll {
  max-width: 370px;
}
.footer-new .footer__services {
  margin-top: 0;
}
.footer-new .footer__desc {
  max-width: 400px;
}
.footer-new .footer__work-item {
  margin-bottom: 0;
}
.footer-new .footer__address {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .3px;
}
.footer-new .footer__first {
  width: auto;
  margin-right: 55px;
}
.footer__bottom {
  margin-top: 40px;
  padding: 40px 0;
  border-top: 1px solid #373C69;
}
.footer__bottom--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__contacts .contacts-item {
  margin-bottom: 15px;
}
.footer-new .footer__social {
  margin-top: 20px;
}
.footer-new .footer__social .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #303948;
}
.footer-new .footer__social svg {
  height: auto;
  width: auto;
}
.contacts-item {
  display: flex;
  gap: 8px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .3px;
}
.contacts-item__link {
  color: #ffffff;
}
.contacts-item__link:hover {
  color: #a9ff35;
}
.contacts-item__caption {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .3px;
  color: #82C36E;
}
.contacts-item svg {
  flex: 0 0 auto;
}
.hidden-mob-up {
  display: none;
}
@media (max-width: 1320px) {
  .footer-new .footer__center {
    gap: 60px;
  }
}
@media (max-width: 1010px){
  .footer-new .footer__first {
    width: 100%;
    flex: 0 0 auto;
  }
  .footer-new .footer__center {
    flex: 0 0 auto;
    gap: 50px;
  }
  .footer__bottom--wrapper {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
@media (max-width: 760px) {
  .footer__contacts {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-new .footer__social {
    margin: 5px auto 0;
  }
  .footer__contacts .contacts-item {
    width: 50%;
  }
  .footer-new {
    padding-bottom: 70px;
  }
  .hidden-mob {
    display: none;
  }
  .hidden-mob-up {
    display: block;
  }
  .footer-new .footer__work {
    margin-top: 0;
  }

  .footer-new .footer__center {
    display: block;
    margin-bottom: 0;
  }
  .footer__bottom {
    margin-top: 0;
    border: 0;
    padding: 0;
  }
  .footer-new .footer__center-box:last-of-type {
    border-bottom: 0;
    border-top: 1px solid #303948;
  }
  .footer-new .services-item__coll {
    max-width: initial;
  }
}
@media (max-width: 767px) {
  .ring-box__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .ring-actions__error {
    font-size: 12px;
  }
  .ring-actions {
    height: 135px;
  }
  .ring-actions.active .ring-actions__group {
    transform: translateY(-135px);
  }
  .ring-actions__submit-size {
    gap: 10px;
  }
  .ring-actions__btn {
    font-size: 15px;
  }
  .ring-actions__wrapper {
    gap: 10px;
  }
  .size-ring-modal {
    padding: 40px 20px;
  }
  .tabs__btn {
    font-size: 15px;
  }
  .tabs--inner .tabs__nav {
    gap: 6px;
  }
  .tabs__nav {
    margin-bottom: 15px;
  }
  .modal__body-content p,
  .modal__body-content ol li,
  .modal__body-content ul li {
    font-size: 15px;
  }
  .ring-info ol li {
    font-size: 15px;
  }
  .ring-info {
    margin-bottom: 25px;
  }
  .ring-actions__wrapper {
    flex-direction: column;
  }
  .ring-sizes__btn {
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
  }
  .ring-sizes__input {
    max-width: 100%;
  }
  .ring-sizes__input-box,
  .ring-sizes__input,
  .ring-actions__btn {
    height: 50px;
  }

  .ring-actions__submit-size {
    flex-direction: column;
  }
  .ring-sizes,
  .ring-sizes__input-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .copy-wrapper {
    margin-left: 0;
    max-width: 100%;
    padding: 0 13px;
  }
    .btn--mob {
      height: 50px;
    }
  .btn--full-mob {
    width: 100%;
  }
  .modal--app {
    padding: 40px 30px;
  }
  .modal--app .text {
    font-size: 14px;
  }
  .mb-45 {
    margin-bottom: 25px;
  }
  .mb-40 {
    margin-bottom: 30px;
  }
  .switcher {
    width: 34px;
    height: 17px;
  }
  .switcher__slider:before {
    height: 17px;
    width: 17px;
  }
  .switcher__input:checked + .switcher__slider:before {
    transform: translateX(17px);
  }
  .added-app {
    align-items: center;
    font-size: 12px;
  }
  .cabinet__menu {
    display: none;
  }
  .cabinet-form__field {
    height: 50px;
    padding: 15px 20px;
  }
}
@media (max-width: 1023px) {
  .cabinet__top-box {
    margin-bottom: 20px;
  }
  .cabinet-form__box-top {
    margin-bottom: 20px;
  }
  .cabinet-form__title {
    font-size: 16px;
  }
  .cabinet-form__box {
    margin-bottom: 20px;
  }
  .cabinet-form__col {
    width: 100%;
  }
  .fl-row {
    flex-direction: column;
  }
  .cabinet-form__wrap {
    row-gap: 17px;
  }
  .my-order__body {
    border: 0;
    padding: 0;
    border-radius: 0;
  }
  .cabinet-menu {
    width: 250px;
  }
  .cabinet-nav-sections__col {
    width: 50%;
  }
  .cabinet-nav-sections__item {
    gap: 10px;
    height: 100px;
  }
  .cabinet-nav-sections__item-icon {
    width: 32px;
    height: 32px;
  }
  .cabinet-nav-sections__item-text {
    font-size: 14px;
    line-height: 13.37px;
  }
}