/* Для каталога товаров. Макет: Таблица */
.items-product.tablemini .catalog-item .product-panel {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: auto;
}
/* Для каталога товаров. Макет: Список */
.items-product.list .catalog-item .product-panel {
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
  width: auto;
}
.items-product.list .catalog-item > a {
  display: block;
  position: relative;
}

/* Для каталога товаров. Макет: любой */
.items-product .catalog-item .product-panel__control {
  margin: 5px;
}
.items-product .catalog-item .product-panel__control-label {
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}

/* Для страницы товара */
.frame-prices-buy .product-panel {
  display: block;
}
.frame-prices-buy .product-panel__control {
  margin: 0;
  border: 1px solid #ed1b26;
}
.frame-prices-buy .product-panel__control-label {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 400;
}

.product-panel__control-label.on {
  background-color: #ed1b26;
  color: white;
}
.product-panel__control-label.off {
  background-color: #71655b;
  color: white;
}
.frame-form-field input[type='checkbox'] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.frame-form-field input[type='checkbox'] + .text-el {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 15px;
}

.form-error {
  color: #dd0015;
}
.order-form .must {
  top: -4px;
  margin-left: 2px;
}
.page-product .items-h-carousel .catalog-item .photo-block,
.viewedItems .catalog-item .photo-block {
  height: 235px;
}
.viewedItems .catalog-item .frame-photo-title {
  /* min-height: 300px; */
}
.viewedItems .catalog-item .accessories_data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.viewedItems .catalog-item .accessories_data-status {
  line-height: 1;
  margin-top: 0;
  display: flex;
  align-items: center;
}
.viewedItems .catalog-item .accessories_data-status > span:first-child {
  top: 0;
}
.viewedItems .catalog-item .accessories_data-status .text-elt {
  line-height: 20px;
  top: auto;
}

/**
 * Всплывающее окно с аксессуарами/совместимостью
 */
.jspContainer .catalog-item .frame-photo-title {
  min-height: 320px;
}
.jspContainer .catalog-item .accessories_data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jspContainer .catalog-item .accessories_data-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
.jspContainer .catalog-item .accessories_data-status [class*='icon'] {
  display: block;
  top: auto;
  min-width: 20px;
}
.jspContainer .catalog-item .accessories_data-status .text-elt {
  display: block;
  text-align: left;
}
.jspContainer .catalog-item .current-prices .curr {
  font-size: 15px;
  font-weight: 700;
}

.left-product-left .slick-list {
  height: 110px;
}

.report-analog .text-el {
  font-size: 16px;
  color: #000000;
}
.report-analog .text-el .main-phone {
  white-space: nowrap;
}

.right-catalog .price.priceVariant.price-request {
  font-size: 17px;
  font-weight: 600;
  text-transform: lowercase;
}

.pr-block-left .price.priceVariant.price-request {
  font-size: 18px;
  font-weight: 600;
  line-height: 33px;
  display: block;
}

#framePaymentMethod .frame-label > .title {
  padding-top: 0;
  display: block;
  margin-bottom: 10px;
  float: none;
}

#frameDelivery.frame-label > .title {
  padding-top: 0;
  display: block;
  margin-bottom: 10px;
  float: none;
}

.cart .left-cart .horizontal-form .groups-form > label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart .left-cart .horizontal-form .groups-form > label.label-file {
  align-items: flex-start;
}

.cart .left-cart .horizontal-form .groups-form .title {
  margin: 0 10px 0 0;
  padding: 0;
  width: 150px;
}

.cart .left-cart .horizontal-form .groups-form .label-file .title {
  /* margin-top: -4px; */
}

.cart .left-cart .horizontal-form .groups-form .frame-form-field {
  margin: 0;
  width: 100%;
}

.page-product__related .colorblock {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-align: center;
}

.table-order-view .gen-info-price .f_r .text-el {
  font-size: 16px;
}
.callbackEmail {
  display: none !important;
  visibility: hidden !important;
}
.promotext {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Цена и скидка в корзине */
.cart-product-price {
  white-space: nowrap;
  font-size: 20px;
  line-height: 20px;
  padding: 0 0 0 10px;
}
.cart-product-price--wrapper {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 3px;
}
.cart-product-price--discount,
.cart-product-price--current,
.cart-product-price--breakdown {
  display: flex;
  align-items: end;
  gap: 3px;
  flex-wrap: nowrap;
  font-weight: 500;
}
.cart-product-price--discount {
  font-weight: normal;
}
.cart-product-price--discount + .cart-product-price--current .curr,
.cart-product-price--discount + .cart-product-price--current .price {
  color: #ff0000;
  font-weight: 500 !important;
}
.cart-product-price--discount,
.cart-product-price--discount .price,
.cart-product-price--discount .curr,
.cart-product-price--breakdown .price,
.cart-product-price--breakdown .curr,
.cart-product-price--current .price,
.cart-product-price--current .curr {
  color: #656565;
  position: relative;
}
.cart-product-price--discount::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #656565;
  content: '';
}
.cart-product-price--discount .price,
.cart-product-price--current .price {
  font-size: 20px;
}
.cart-product-price--discount .curr,
.cart-product-price--current .curr {
  font-size: 17px;
  position: relative;
  bottom: -1px;
}
.cart-product-price--breakdown {
  color: #656565;
  font-size: 14px;
  font-weight: 500;
}
.cart-product-price--breakdown .curr {
  font-size: 12px;
  position: relative;
  bottom: -1px;
}
/* Зачёркнутая цена до скидки в корзине */
.page-cart .table-order .price-discount {
  display: inline-block;
  color: #656565;
  font-weight: normal;
  margin-bottom: 0;
  position: relative;
}
.page-cart .table-order .price-discount::before {
  position: absolute;
  left: 0;
  top: 53%;
  width: 100%;
  height: 2px;
  background-color: #656565;
  content: '';
}
.page-cart .table-order .price-discount .price,
.page-cart .table-order .price-discount .curr {
  text-decoration: none;
  display: inline-block;
  line-height: 20px;
  height: 20px;
}
.page-cart .table-order .price-discount .price {
  font-size: 20px;
}
.page-cart .table-order .price-discount .curr {
  font-size: 17px;
}
/* ------------- common ------------- */
.nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 1460px) and (min-width: 1280px) {
  .container {
    max-width: 1150px;
  }
}
.colorblock a {
  text-decoration: underline;
}
.drop-report {
  max-width: calc(100% - 20px);
}
.tooltip * {
  line-height: 1.5 !important;
}
footer a svg {
  fill: #fff !important;
}
footer a:hover svg {
  fill: #e7cda4 !important;
}
body {
  min-width: 360px;
}
.tooltip {
  pointer-events: none;
}
.items-catalog.table:hover, .items-catalog.tablemini:hover {
  z-index: auto;
}
.items-catalog.table .catalog-item, .items-catalog.tablemini .catalog-item {
  position: relative;
}
.drop-bask .drop-content .inside-padd {
  padding: 10px 25px 0 25px;
}
.drop-bask .content-frame-foot > .inside-padd {
  padding-top: unset;
}
.drop-bask .footer-bask .inside-padd {
  padding: 17px 25px 17px 25px;
}
.drop .horizontal-form .title {
  padding-top: 0 !important;
  line-height: 32px;
}
.drop .icon_times_drop {
  top: 18px;
}
.horizontal-form label > .title,
.horizontal-form .frame-label > .title {
  /* padding-top: 4px !important; */
}
textarea {
  padding: 5px;
}
.price-discount .price,
.price-discount .curr,
.price-discount .priceOrigVariant {
  text-decoration: none;
}
.price-discount > span {
  position: relative;
  display: inline-block;
}
.price-discount > span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #656565;
}
.left-product.leftProduct,
.items-catalog .frame-photo-title {
  position: relative;
}
.stickers__sticker_type_act {
  background: #ed1b26;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  color: #fff;
  padding: 3px 10px;
  font-size: 16px;
  font-weight: 500;
  z-index: 1;
}
.left-product.leftProduct .stickers__sticker_type_act {
  background: #ed1b26;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  color: #fff;
  padding: 3px 10px;
  font-size: 16px;
  font-weight: 500;
  z-index: 1;
}
.stickers__sticker_type_new,
.left-product.leftProduct .stickers__sticker_type_new {
  background: #058301;
  padding: 3px 10px;
  margin: 0;
  z-index: 1;
}
.stickers__sticker + .stickers__sticker {
  top: 35px;
}
/* ------------- header ------------- */
@media screen and (max-width: 979px) and (min-width: 768px) {
  .frame-cleaner {
    width: auto;
  }
}
#suggestions .text-el,
#suggestions .title,
.items-search-autocomplete .price,
.items-search-autocomplete .curr {
  font-weight: 600;
  font-size: 14px;
}
#hmenu #menu-button {
  font-weight: bold;
  font-size: 14px;
}
.top-header {
  height: auto !important;
  line-height: 1 !important;
}
.top-header .container {
  height: auto !important;
}
.top-header .h-t-menu {
  height: auto;
  line-height: 1;
}
.top-header .h-t-menu .m-menu {
  line-height: 1;
}
.top-header * {
  position: initial !important;
}
.top-header-flex {
  height: 40px;
}
.top-header .icon_wish_list,
.top-header .icon_compare_list {
  /* position: relative !important;
  top: -1px !important; */
}
@media screen and (min-width: 320px) {
  .h-t-menu,
  .user-panel {
    width: auto;
  }
}
@media screen and (max-width: 979px) {
  .wish-list-btn > button .empty,
  .wish-list-btn > button .no-empty,
  .compare-list-btn > button .empty,
  .compare-list-btn > button .no-empty {
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .btn-personal-area.cabinet .isDrop .icon_profile {
    margin-top: 0;
    margin-left: 5px;
  }
}
.icon_profile {
  height: 18px;
  width: 18px;
  background-size: contain;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .icon_profile {
    margin-left: 3px;
  }
}
.cabinet > button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.items > li {
  vertical-align: middle;
}
.compareListCount,
.wishListCount {
  line-height: 21px;
}
#loginButton,
.tinyCompareList,
.tinyWishList {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.btnBask .text-el.small {
  padding: 0px 5px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .logo-out {
    flex: 1;
  }
}
.logo img {
  max-width: 160px;
}
.top-search {
  position: initial !important;
}
.top-search .icon_small_search {
  background-image: url(../fonts/svg/search.svg);
}
.search-form {
  position: relative;
}

.search-form.visible {
  background: none;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto !important;
}
.top-search .btn-search {
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .drop-search {
    margin-top: 0;
  }
}

.header-email-link {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.header-phone-link {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}
.header-email .header-email-text,
.header-phone .header-phone-text {
  color: #8d6e63;
  font-size: 13px;
  font-weight: 300;
  border-bottom: 1px dotted #8d6e63;
  text-transform: lowercase;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .header-email {
    min-width: 50%;
    order: 1;
  }
  .header-phone {
    order: 2;
  }

  .header-email-link,
  .header-phone-link {
    font-size: 15px;
  }
  .header-email .header-email-text,
  .header-phone .header-phone-text {
    display: none;
  }
}
.ym-rating-header .ym-rating-widget__header-stars {
  height: auto !important;
}
/* @media screen and (max-width: 467px) {
  .ym-rating-header .ym-rating-widget__header-logo {
    width: 76px !important;
  }
  .ym-rating-header .ym-rating-widget__star {
    height: 12px !important;
    width: 12px !important;
  }
} */

.ym-rating-footer .ym-rating-widget__header-logo {
  height: 23px !important;
}
/* ------------- catalog ------------- */
.items-catalog.tablemini .catalog-item {
  width: 100% !important;
}

/* средние экраны */
@media screen and (min-width: 641px) {
  .items-catalog.tablemini .catalog-item {
    width: calc(50% - 57px) !important;
  }
}

/* десктоп */
@media screen and (min-width: 1024px) {
  .items-catalog.tablemini .catalog-item {
    width: calc(33.333% - 57px) !important;
  }
}
@media screen and (max-width: 1023px) {
  .left-catalog {
    float: none;
    width: auto;
  }
  .right-catalog {
    margin-left: 0;
  }
}
.btn-additional-s_c2 {
  display: none;
  margin-bottom: 0;
}
.filter.left-catalog {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .filter-slide {
    display: none !important;
  }
  .filter-slide.open-filter {
    display: block !important;
  }
  .btn-additional-s_c2 {
    display: block;
  }
}
.items-catalog.tablemini .catalog-item {
  overflow: unset;
}
.animateListItems.tablemini .catalog-item:hover {
  z-index: 2;
}
.animateListItems.tablemini .lineForm {
  z-index: 10;
}
.vis-desktop {
  display: none !important;
}
.vis-mobile {
  display: inline-block;
}
.animateListItems.tablemini .frame-prices {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.animateListItems.tablemini .out-of-stock {
  margin-right: 0;
  flex: 1;
}
@media screen and (min-width: 767px) {
  .animateListItems.tablemini .catalog-item {
    background: #fff;
  }
  .animateListItems.tablemini .frame-wish-compare-list {
    margin-left: 0;
  }
  .vis-mobile {
    display: none !important;
  }
  .animateListItems.tablemini .frame-prices {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .status-price {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
  }
  .vis-desktop {
    display: block !important;
    margin-left: 0;
  }
  .animateListItems.tablemini .vis-desktop .btnStatus {
    border-color: transparent !important;
    width: auto !important;
  }
  .animateListItems.tablemini .no-vis-table {
    /* top: 3px; */
    background: transparent;
    position: unset;
    border: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  .animateListItems.tablemini .frame-without-top {
    margin: 0 !important;
  }
  .animateListItems.tablemini .lineForm {
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
  }
  .items-catalog.tablemini .catalog-item {
    padding-bottom: 10px;
  }
  .animateListItems.tablemini .frame-count-buy {
    flex: 1;
  }
  .animateListItems.tablemini .frame-count-buy .btn-buy,
  .animateListItems.tablemini .out-of-stock .btn-not-avail {
    display: block;
  }
  .animateListItems.tablemini .frame-count-buy .btn-buy button,
  .animateListItems.tablemini .out-of-stock .btn-not-avail button {
    width: 100%;
  }
  .animateListItems.tablemini .frame-count-buy .btn-buy button.btn--cart {
    background-position: 30px 50%;
    padding-left: 45px;
    padding-right: 0;
  }
  .animateListItems.tablemini .frame-count-buy .btn-buy button.btn--buy {
    background-position: 40px 50%;
    padding-left: 25;
    padding-right: 0;
  }
  .animateListItems.tablemini .frame-count-buy .btn-buy button.btn--request {
    background-position: 35px 50%;
    padding-left: 30;
    padding-right: 0;
  }
}
/* @media screen and (min-width: 767px) {
  .animateListItems.tablemini .no-vis-table,
  .animateListItems.table .no-vis-table,
  .animateListItems.items-h-carousel .no-vis-table {
    width: 243px;
  }
} */
.frame-sort,
.frame-count-onpage {
  z-index: 10;
}
iframe {
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: unset !important;
}
.items-product .frame-photo-title .title {
  min-height: auto;
  margin-bottom: 10px;
}
.catprop {
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .animateListItems.tablemini .no-vis-table,
  .animateListItems.table .no-vis-table,
  .animateListItems.items-h-carousel .no-vis-table {
    position: initial;
    opacity: 1;
    pointer-events: all;
    box-shadow: none;
    white-space: nowrap;
    border: none;
    padding: 12px 0;
  }
  .animateListItems.tablemini .catalog-item:hover {
    box-shadow: none;
    border: none;
  }
  .tablemini .frame-without-top {
    padding: 0;
    margin-left: 0;
    margin-top: 0;
  }
  .frame-without-top {
    position: initial !important;
  }
}
@media screen and (max-width: 767px) {
  .frame-prices {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .frame-btn-comp {
    display: inline-block !important;
  }
}
.page-category .catalog-item .frame-btn-comp {
  /* top: -3px; */
}
@media screen and (max-width: 479px) {
  .page-category .catalog-item .frame-prices {
    text-align: center;
  }
}
.drop-content .accessories_data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.drop-content .accessories_data .current-prices .curr {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #613e38 !important;
}
.drop-content .accessories_data .accessories_data-status {
  vertical-align: unset !important;
  margin-top: 0 !important;
  line-height: unset !important;
}
.drop-header {
  padding: 15px 45px 15px 24px;
  min-height: auto;
  line-height: 1.4;
}
/* ----------- product page ----------- */
@media screen and (min-width: 479px) {
  .left-product-left {
    margin-bottom: 0;
  }
  .page-product .fileblock {
      margin-right: 50px;
      margin-bottom: 50px;
  }
}
@media screen and (max-width: 479px) {
  .page-product .photoProduct img {
    height: 50vh;
    max-height: 95%;
    object-fit: contain;
  }
  .photoProduct .photo-block {
    height: auto;
  }
}
.left-product-right .frame-wish-compare-list {
  margin-left: 0px !important;
}
.page-product .pr-block-left .label-is-aviable {
  margin-right: 30px;
}
.page-product .frame-btn-comp {
  margin-left: 0;
}
.page-product .pr-block-right {
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-product .pr-block-right {
    position: unset !important;
    float: right !important;
    margin-bottom: 0 !important;
  }
  .page-product .pr-block-left .label-is-aviable {
    margin-right: 0px !important;
  }
}
/* @media screen and (max-width: 1023px) { */
.page-product .pr-block-right {
  width: unset;
  /* line-height: 44px; */
  position: relative;
  top: -2px;
  float: unset;
  text-align: unset;
  display: inline-block;
}
/* } */
@media screen and (max-width: 479px) {
  .page-product .stockicon,
  .page-product .waiticon,
  .page-product .ordericon,
  .page-product .noticon {
    width: 15px;
    height: 15px;
    background-size: 15px;
    top: 2px;
    margin-right: 2px;
  }
  .page-product .label-is-aviable .text-elt,
  .page-product .left-product-right .d_l {
    font-size: 13px;
    letter-spacing: -0.25px;
  }
  .page-product .pr-block-right {
    line-height: 44px;
    position: unset;
  }
  .page-product .icon_wish_list {
    margin-right: 1px !important;
  }
  .page-product .icon_compare_list {
    margin-right: 2px !important;
  }
  .frame-title .title {
    text-align: center;
  }
}
.one_click_product_item .product-title,
.one_click_product_item .frame-prices .curr {
  font-weight: bold;
}
.frame-delivery-payment dd,
.frame-delivery-payment p {
  font-weight: normal;
}
.frame-delivery-payment p {
  letter-spacing: -0.2px;
}
.admincomment {
  font-weight: normal;
}
@media (max-width: 479px) {
  .page-product .left-product-right {
    margin-bottom: 20px;
  }
  .frame-delivery-payment {
    margin-top: 30px;
  }
  .frame-delivery-payment dd {
    font-size: 13px;
    line-height: 1.2;
  }
  .page-product .left-product .buy-block {
    display: none;
  }
}
.page-product .frame-wish-compare-list .icon_wish_list {
  top: 2px;
}
.frame-wish-compare-list,
.frame-count-buy {
  display: inline-block;
}
.left-product-right .funcs-buttons form {
  display: flex;
  gap: 15px;
  justify-content: left;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .item-product .left-product-right .frame-prices {
    text-align: center;
    margin-right: 0;
    width: 100%;
  }
  .left-product-right .funcs-buttons form {
    justify-content: center;
  }
}
.btn-buy + .btn-buy-one-click.btn-buy {
  margin-left: 0 !important;
}
.item-product .frame-prices-buy {
  display: block;
}
.left-product-left {
  width: 450px;
}
@media (max-width: 767px) {
  .item-product .frame-prices-buy {
    margin: 0 !important;
    text-align: center;
  }
}
.page-product .fileblock > div {
  grid-gap: 5px;
  grid-template-columns: max-content auto;
  display: grid;
  align-items: center;
}
@media (max-width: 479px) {
  .filter.left-catalog .filter-slide {
    margin-top: 10px;
  }
  .filter.left-catalog .btn-additional-s_c2 {
    padding: 6px;
  }
  .filter.left-catalog .btn-additional-s_c2 .text-el {
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    padding: 0;
  }
  /* .filter.left-catalog #small-filter-btn .text-el {
    font-weight: bold;
  } */
  .filter.left-catalog #small-filter-btn .text-closed {
    position: relative;
    padding-right: 20px;
  }
  .filter.left-catalog #small-filter-btn .text-closed:after {
    content: '';
    position: absolute;
    right: 8px;
    top: 9px;
    /* transform: translateY(-50%); */
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #8d6e63;
  }
  .filter.left-catalog #small-filter-btn .text-open {
    position: relative;
    padding-right: 20px;
  }
  .filter.left-catalog #small-filter-btn .text-open::after {
    content: '';
    position: absolute;
    right: 8px;
    top: 7px;
    /* transform: translateY(-50%); */
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #8d6e63;
  }
}
.page-product .characteristic {
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .frame-delivery-payment {
    display: block;
    margin-bottom: 40px;
  }
}
.product-descr iframe {
  width: 100% !important;
  height: unset !important;
  aspect-ratio: 16 / 9;
}
/* ----------- compare share ----------- */
.page-compare .title-compare {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.page-compare .frame-share-compare {
  margin-left: auto;
}
.page-compare .btn-share-compare {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 35px;
  padding: 0 20px;
  background: #8d6e63;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
}
.page-compare .btn-share-compare:hover,
.page-compare .btn-share-compare:active {
  background: #8d6e63;
}
.page-compare .btn-share-compare .text-el {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.page-compare .btn-share-compare:hover .text-el,
.page-compare .btn-share-compare:active .text-el {
  color: #e7cda4;
}
.page-compare .btn-share-compare .icon_share {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92-1.31-2.92-2.92-2.92z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.page-compare .btn-share-compare:hover .icon_share {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e7cda4'%3E%3Cpath d='M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92-1.31-2.92-2.92-2.92z'/%3E%3C/svg%3E");
}
/* ----------- homepage ----------- */
@media screen and (max-width: 467px) {
  .page-main {
    padding-top: 20px;
  }
}
/* ----------- related/accessories ----------- */
.jspContainer .items-catalog.tablemini .catalog-item {
  min-height: unset;
  padding-bottom: 20px;
}
.jspContainer .catalog-item .frame-photo-title {
  min-height: unset;
  margin-bottom: 10px;
}
.jspContainer .catalog-item .description {
  margin-top: 8px;
}

.viewedItems .price-discount .price,
.drop-windowcomp .price-discount .price {
  font-size: 17px;
  font-weight: bold;
}
.drop-windowcomp .price-discount {
  padding-right: 0;
}
.drop-windowcomp .catalog-item .frame-prices .curr {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-weight: 700;
}
.viewedItems .description {
  margin-top: 10px;
}
.viewedItems .price-discount {
  padding-right: 0;
}
.viewedItems .price-discount + .current-prices {
  margin-left: 5px;
}
.viewedItems .current-prices.red .price.priceVariant,
.viewedItems .current-prices.red .curr,
.drop-windowcomp .current-prices.red .price.priceVariant,
.drop-windowcomp .current-prices.red .curr {
  color: red !important;
}
/* ----------- cart ----------- */
.page-cart .order-form input,
.page-cart .order-form textarea {
  font-size: 15px;
}
#frameDelivery {
  margin-top: 20px;
}
#frameDelivery .title,
#framePaymentMethod .title {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 10px;
  display: block;
  line-height: 1;
  width: 100%;
}
.footer-bask .title {
  font-weight: 500;
}
#frameDelivery .help-block {
  color: #000;
  font-size: 13px;
}
.order-form .frame-form-field .help-block p {
  font-size: 13px;
}
.frame-form--help {
  font-size: 13px;
}
.frame-form--help p {
  line-height: 1.2;
}
.table-order td,
.table-order th {
  vertical-align: middle !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.table-order tr.items-bask td,
.table-order tr.items-bask th {
  /* padding-bottom: 0 !important; */
  border: none !important;
}

.drop-bask .frame-count {
  max-width: fit-content !important;
}
@media screen and (max-width: 479px) {
  .drop-bask .frame-count {
    padding-top: 15px;
  }
}
.frame-prices {
  text-align: right;
}
.table-order p {
  margin: 0 !important;
}
.icon_times_cart {
  /* margin-top: 0; */
}
.frame-remove-bask-btn {
  padding-right: 10px;
  padding-left: 0 !important;
}
.table-scroll {
  overflow-x: auto;
}

.table-order .frame-variant-name,
.table-order .frame-variant-code {
  margin-top: 0;
}
.items-order .description .code,
.right-cart .description .code {
  font-size: 13px;
  color: #666;
}
.right-cart {
  padding-top: 33px;
}
@media screen and (max-width: 767px) {
  .right-cart {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.page-cart .frame-bask-order .inside-padd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .page-cart .frame-bask-order .inside-padd {
    justify-content: center;
  }
}
.right-cart .title-default {
  padding: 0;
  background: none;
}
.right-cart .title-default .frame-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.right-cart .frame-title {
  margin-right: 0 !important;
}
.right-cart .frame-title .title {
  margin: 0;
  padding: 0;
  font-size: 23px;
  font-weight: normal;
  line-height: 1;
  color: #666;
}
.right-cart button.editCart {
  margin: 0;
  padding: 5px 0 0;
}
.cart-product-remove {
  width: 1px;
  padding: 0 !important;
  vertical-align: middle !important;
}
#orderDetails .items-bask .description {
  display: block;
}
.cart-product-title {
  width: 100%;
  padding: 5px 10px;
}
.cart-product-title .title {
  display: block;
  font-weight: bold;
  min-height: auto;
  padding: 0;
}
.cart-product-title .description {
  margin-left: 0;
}
.page-cart .gen-info-price .text-discount,
.page-order .gen-info-price .text-discount {
  white-space: nowrap;
  color: #ff0000;
}
.page-cart .gen-info-price .text-discount .price,
.page-order .gen-info-price .text-discount .price {
  font-size: 15px;
  font-weight: 500;
}
.page-cart .gen-info-price .text-discount .curr,
.page-order .gen-info-price .text-discount .curr {
  font-size: 13px;
  margin-left: 0;
  font-weight: 500;
}
.page-order .right-order .gen-info-price .curr {
  margin-left: 0;
}
.frame-cur-sum-price .price-new {
  margin-bottom: 0;
  line-height: 1;
}
.cart .left-cart .horizontal-form .groups-form .frame-form-field {
  overflow: hidden;
}
.page-cart .order-form.big-title,
.right-cart .frame-title .title {
  color: #000;
}
.left-cart input[type='text'],
.left-cart input[type='password'] {
  height: 32px;
  line-height: 32px;
  padding-bottom: 1px;
}
.btn-form.back-button {
  background: #8d6e63;
}
.cart .isCart {
  background: #8d6e63;
}
.drop-style .btn-form.back-button .text-el {
  color: #fff;
}
/* ----------- order ----------- */
.table-info-order th {
  padding-right: 10px;
}
.frame-bask-order .table-order tr td:last-child {
  text-align: right !important;
}
@media screen and (max-width: 479px) {
  .items-bask .photo-block {
    margin-bottom: 0;
  }
}
.page-order {
  margin-top: 25px;
}
.page-order .left-order {
  padding-top: 0;
}
.page-order h1.title {
  margin-bottom: 25px;
  font-size: 26px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}
.page-order h2.title {
  margin-bottom: 20px;
  display: block;
}
/* ----------- cookie agreement ----------- */
#cookie-agreement {
  position: fixed;
  bottom: 10px;
  left: 10px;
  background-color: #fff;
  border: 1px solid #6e6e6e;
  border-radius: 0;
  color: #111;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999999999;
  max-width: 100%;
  width: 700px;
  gap: 10px;
  font-size: 14px;
}
@media (max-width: 1024px) {
  #cookie-agreement {
    max-width: 100%;
    width: auto;
    right: 10px;
    flex-direction: column;
  }
}
#cookie-agreement a {
  text-decoration: underline;
}
#cookie-agreement button {
  background: #8d6e63;
  /* border: 2px solid #ffc220; */
  font-size: 16px;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  /* font-weight: 600; */
  border-radius: 0;
}
#cookie-agreement button:hover {
  /* background: #00324f; */
  color: #e7cda4;
}

/* ----------- registration ----------- */
.frame-register .btn-form input:hover {
  color: #e7cda4;
}
/* ------- comments ------- */
@media (max-width: 479px) {
  .comments .frame-form-field {
    width: 100% !important;
  }
  .comments .small-full-width {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.func-button-comment {
  display: flex;
  align-items: center;
}
.comments .like,
.comments .dis-like {
  width: auto !important;
}
.comments .comments-main-form {
  padding-bottom: 0 !important;
}
.comments .frame-list-comments .frame-drop-comment {
  padding-top: 45px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .comments .frame-list-comments .frame-drop-comment {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* ----------- one click form ----------- */
.one-click-order-prices .frame-form-field {
  padding-top: 2px !important;
}
/* ------- gdpr ------- */
label[for='custom_field_dgpr'] .text-el,
label[for='custom_field_102'] .text-el,
.frame-form-field.m-t_10 label .text-el {
  line-height: 36px !important;
  display: inline-block;
}
label[for='custom_field_dgpr'] .text-el .must,
label[for='custom_field_102'] .text-el .must,
.frame-form-field.m-t_10 label .text-el .must {
  top: 2px !important;
}
/* ----------- register ----------- */
@media screen and (max-width: 479px) {
  .frame-register {
    max-width: 380px;
    width: auto;
  }
}
.frame-register {
  max-width: 480px;
  width: auto;
}
.frame-register .horizontal-form label > .title,
.frame-register .horizontal-form .frame-label > .title {
  width: 150px;
}
.frame-register .horizontal-form .frame-form-field {
  margin-left: 180px;
}
/* ----------- one click order ----------- */
.one_click_product_item .frame-prices .price {
  font-size: 16px;
  font-weight: 700;
}
.one_click_product_item .frame-prices .curr {
  font-size: 15px;
  font-weight: 700;
}
.one_click_product_item .price-discount {
  margin-right: 10px;
}
.one_click_product_item .price-discount ~ .price-new .price,
.one_click_product_item .price-discount ~ .price-new .curr {
  font-weight: 700;
  color: #f82e2e;
}
.one_click_product_item .curr {
  font-family: 'Roboto Condensed', sans-serif !important;
}
/* Сообщение об успешном заказе */
#oneClick .msg .success {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: start;
}
#oneClick .msg .icon_info {
  float: none;
}
#oneClick .msg .text-el {
  font-size: 16px;
  margin-left: 0;
  position: unset;
}
/* ----------- compare ----------- */
.left-compare .compare-characteristic {
  margin-top: 13px;
}
.page-compare .price-discount .price,
.page-compare .price.priceVariant {
  font-size: 17px;
  font-weight: bold;
}
.page-compare .items-compare .items-catalog .catalog-item {
  width: 243px !important;
}
.page-compare .btnStatus {
  border-color: transparent !important;
  width: auto !important;
}
/* Исправление высоты карточек при длинных названиях */
.items-compare .items-catalog,
.left-compare > ul:first-child {
  height: auto !important;
}
/* .items-compare .catalog-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
} */

/* Увеличенный ползунок скролла на странице сравнения */
.items-compare > li .items-catalog {
  margin-bottom: 10px;
}
.page-compare .jspContainer,
.page-compare .scrollNSP.jScrollPane {
  height: 12px !important;
  overflow: visible !important;
  margin-top: -5px;
}
.page-compare .jspHorizontalBar {
  height: 12px;
  border-radius: 6px;
}
.page-compare .jspHorizontalBar .jspTrack {
  height: 12px;
}
.page-compare .jspHorizontalBar .jspDrag {
  height: 12px;
  top: 0;
  border-radius: 6px;
}

/* ----------- contacts ----------- */
.contat-list > div {
  display: flex;
  align-items: center;
}
.contat-list > div > span {
  display: block;
  margin: 0 !important;
  width: 50px;
  height: auto;
  background: none;
}
.contat-list .icon_phone_header {
  margin-top: 0px !important;
  position: relative;
  top: 3px;
}
.contat-list .icon_contact_email {
  margin-top: -2px !important;
  position: relative;
  top: 1px;
}
.contat-list .icon_contact_address {
  margin-top: 1px !important;
}
.contat-list .icon_work {
  margin-top: -4px !important;
}
.contacts-left [class*='icon'] {
  float: none;
}
.contacts-left [class*='icon'] + div {
  margin-left: 0;
  flex: 1;
}
.contact-map {
  display: flex;
  flex-direction: column;
}
.contat-list {
  margin-top: 13px;
}
.contat-list a {
  color: #000;
}
.contat-list a:hover {
  color: #e7cda4;
}
.contat-list .title {
  /* font-family: 'Open Sans'; */
  /* font-size: 16px; */
  font-weight: bold;
  /* line-height: 24px; */
  color: #000;
}
@media screen and (max-width: 1279px) {
  .contat-list {
    margin-top: 0;
    order: -1;
  }
  .contact-map {
    padding-top: 0;
  }
}
.contat-list > div > span:before {
  display: block;
  width: 50px;
}

/* ----------- footer ----------- */
.footer-wrapper {
  padding: 30px 15px 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .footer-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 639px) {
  .footer-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 477px) {
  .footer-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.items-contact-footer,
.footer-menu-stat,
.footer-category-menu,
.footer-profile,
.footer-masterchef {
  /* flex-basis: 20%; */
  min-width: unset !important;
  max-width: unset !important;
  display: block !important;
}
.footer-masterchef a {
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.footer-masterchef a:hover {
  color: #e7cda4;
}
footer .footer-title {
  margin-top: 0 !important;
}

/* ----------- footer ----------- */
body {
  min-height: 100vh;
}
.main-body > .content {
  min-height: auto;
}
.pusher {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main-body {
  flex: 1 0 auto;
  overflow-x: clip;
  overflow-y: visible;
  width: 100%;
  min-height: unset;
}

footer {
  flex-shrink: 0;
  min-height: unset;
  margin: 0;
  position: unset;
  z-index: unset;
}

.footer-footer {
  margin-top: 0;
}

.frame-seo-text {
  margin-bottom: 40px;
}

.frame-seo-text p:last-child {
  margin-bottom: 0;
}

.page-text {
  margin-bottom: 40px;
}

.items-text-category > *:last-child {
  margin-bottom: 0;
}

.page-product {
  margin-bottom: 40px;
}

.main .main-body {
  margin-bottom: 40px;
}

.frame-seo-text .text {
  margin-bottom: 0;
}

.frame-inside {
  padding-bottom: 0;
}

.cat-description {
  margin-bottom: 40px;
}

.page-product .btn-additional-s_c2 {
  display: none;
}
.items-product.search-page {
  margin-bottom: 30px;
}
/* ----------- pagination + search + catalog margins ----------- */
.pagination {
  margin-bottom: 40px;
}
.items-catalog + .pagination {
  margin-top: -12px;
}
.items-catalog.search-page + .pagination {
  margin-top: -50px;
}
@media screen and (max-width: 467px) {
  .items-catalog.search-page + .pagination {
    margin-top: -30px;
  }
}