.main-user-consent-request-announce-link {
  cursor: pointer;
  color: #828282;
  font-size: 12px;
}

#find_error .close-btn {
  top: 50%;
  transform: translateY(-50%);
}

#find_error .close-btn:hover {
  transform: translateY(-50%) rotate(90deg);
}

#find_error .form-item:last-child {
  margin-bottom: 0;
}

/*
.message-item {
    position: relative;
    border: 1px solid #ebebeb;
    border-bottom: 1px solid transparent;
    display: block;
    width: 100%;
    padding: 30px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.message-item:hover {
    border: 1px solid #b3b3b3
}

.message-item:last-child {
    border-bottom: 1px solid #ebebeb
}

.message-item:last-child:hover {
    border: 1px solid #b3b3b3
}

.message-item .message-title {
    color: #2d2d2d;
    padding-right: 30px
}

.message-item .message-title::after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/icons/down-arrow_small-black.svg) center/100% no-repeat;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    top: 2px
}
*/
.modal-subscribe-block .modal {
  display: block
}

.modal-subscribe-block .modal-wrap .textarea {
  height: 100px
}

.modal-subscribe-block .modal-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 10;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.modal-subscribe-block .modal-wrap .modal {
  margin-top: 100px;
  margin-bottom: 100px
}

.modal-subscribe-block .modal .modal-title {
  font-size: 18px;
  font-weight: 600;
  margin-right: 10px;
  border-bottom: 3px solid transparent
}

.modal-subscribe-block .modal .modal-title.active {
  color: #0075b4;
  border-bottom: 3px solid #0075b4
}

.modal-subscribe-block .modal .modal-hdr {
  margin-bottom: 20px
}

.modal-subscribe-block .modal_p-50 {
  padding: 50px
}

.modal-subscribe-block .modal_p-50 .close-modal {
  top: 55px;
  right: 50px
}

.modal-subscribe-block .modal-title_pointer {
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}

.modal-subscribe-block .modal-title_pointer:hover {
  color: #0075b4
}

.modal-subscribe-block .modal-hdr {
  padding-right: 30px
}

.modal-subscribe-block .modal-hdr_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.modal-subscribe-block .modal_500 {
  max-width: 500px
}

.modal-subscribe-block .modal_900 {
  max-width: 900px
}

#recall_container .modal_640,
.modal-subscribe-block .modal_640 {
  max-width: 640px
}

.modal-subscribe-block .close-btn,
.modal-subscribe-block .close-filter,
.modal-subscribe-block .close-modal {
  width: 15px;
  height: 15px;
  font-size: 16px;
  position: absolute;
  top: 23px;
  right: 23px;
  background: url(../img/icons/close.svg) center/100% no-repeat;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}

.modal-subscribe-block .close-btn:hover, .modal-subscribe-block .close-filter:hover, .modal-subscribe-block .close-modal:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

#recall_container .block-thanks-modal .img-wrap,
.modal-subscribe-block .block-thanks-modal .img-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

#recall_container .block-thanks-modal .img,
.modal-subscribe-block .block-thanks-modal .img {
  width: 100%;
  height: auto;
  max-width: 40%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#recall_container .block-thanks-modal,
.modal-subscribe-block .block-thanks-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 50px;
}

#recall_container .modal-content,
.modal-subscribe-block .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

#recall_container .modal .modal-hdr,
.modal-subscribe-block .modal .modal-hdr {
  margin-bottom: 20px;
}

#recall_container .modal-hdr,
.modal-subscribe-block .modal-hdr {
  padding-right: 30px;
}

#recall_container .modal-wrap .modal,
.modal-subscribe-block .modal-wrap .modal {
  /*margin-top: 100px;
  margin-bottom: 100px;*/
  margin: 100px auto;
}

#recall_container .modal_500,
.modal-subscribe-block .modal_500 {
  max-width: 500px;
}

#recall_container .modal,
.modal-subscribe-block .modal {
  background-color: #fff;
  /*padding: 20px;*/
  position: relative;
  width: 100%;
}

#recall_container .slide-up-long,
.modal-subscribe-block .slide-up-long {
  -webkit-animation-name: slideUpLong;
  animation-name: slideUpLong;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#recall_container .error-block,
.modal-subscribe-block .error-block {
  /*border: 1px solid #ff4a4a;*/
  /*padding: 5px;*/
  /*position: absolute;*/
  /*bottom: 75%;*/
  /*margin-bottom: 10px;*/
  /*background-color: #fff;*/
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-align: center;*/
  /*-ms-flex-align: center;*/
  /*align-items: center;*/
  /*font-size: 13px;*/
  /*border-radius: 2px;*/
  /*color: #2d2d2d;*/
}

#recall_container .error-block::before,
.modal-subscribe-block .error-block::before {

  /*content: '';*/
  /*display: inline-block;*/
  /*width: 15px;*/
  /*height: 15px;*/
  /*background-image: url(../img/icons/attention_red.svg);*/
  /*background-size: 94%;*/
  /*background-position: center;*/
  /*background-repeat: no-repeat;*/
  /*margin-right: 5px;*/
  /*z-index: 1;*/

}

#recall_container .error-block::after,
.modal-subscribe-block .error-block::after {
  /*content: '';*/
  /*display: block;*/
  /*width: 10px;*/
  /*height: 10px;*/
  /*border-left: 1px solid #ff4a4a;*/
  /*border-bottom: 1px solid #ff4a4a;*/
  /*-webkit-transform: rotate(-45deg);*/
  /*-ms-transform: rotate(-45deg);*/
  /*transform: rotate(-45deg);*/
  /*background-color: #fff;*/
  /*position: absolute;*/
  /*bottom: -6px;*/
  /*left: 10px;*/
}

#recall_container .error-block,
.modal-subscribe-block .error-block {
  /*font-size: 13px;*/
  /*color: #2d2d2d;*/
}

.modal .form .error-block {
  /*!*position: absolute;*!*/
  /*bottom: -45%;*/
  /*!*margin-bottom: 10px;*!*/
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-align: center;*/
  /*-ms-flex-align: center;*/
  /*align-items: center;*/
  /*font-size: 12px;*/
  /*color: #F04438;*/
  /*z-index: 1;*/
}

#question_message_error {
  bottom: -15%;
}

.grecaptcha-badge {
  display: none !important;
}

#question_add .main-user-consent-request-announce-link {
  font-size: 11px;
}

#reviews_add .form-item span {
  cursor: pointer;
}

#reviews_minus_error,
#reviews_plus_error {
  bottom: -25px;
}

.comparison-icon input[type="checkbox"] {
  display: none;
}

.remove-category-btn {
  position: relative;
  padding-left: 37px;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.trash-icon_blue::before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/trash-blue.svg);
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

.remove-category-btn::before {
  position: absolute;
  left: 0;
  top: -1px;
}

.checkbox-wrap._size-24 .checkbox-txt {
  padding-left: 35px;
}

.d-flex .checkbox-wrap._large-txt .checkbox-txt::before {
  top: -1px;
}

.comparison-table {
  width: 100%;
  overflow: auto;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
  scrollbar-face-color: transparent;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.comparison-table::-webkit-scrollbar {
  height: 5px;
  background: 0 0
}

.comparison-table::-webkit-scrollbar-thumb {
  height: 5px;
  background: 0 0;
  border-radius: 50px
}

.comparison-table .product-card-item {
  margin-right: 0;
}

.comparison-table .product-card-item .img-wrap {
  height: 212px
}

.comparison-table .product-card-item .btn.basket-icon {
  /*width:141px*/
}

.comparison-table .product-card-item .basket-control {
  padding: 8px
}

.comparison-table .product-card-item .about-prod-wrap {
  padding: 0 8px
}

.comparison-table .product-card-item .price-wrap {
  padding: 11px 8px
}

.comparison-table .product-card-item .absolute-box {
  left: 8px
}

.comparison-table .product-card-item .product-title {
  font-size: 13px;
  height: 58px
}

.comparison-table .table {
  border-spacing: 8px;
  border-collapse: inherit
}

.comparison-table .td {
  padding: 8px;
}

.comparison-table .thead .td {
  padding: 0;
  vertical-align: top;
}

.comparison-table .thead .td .product-quantity .input {
  width: 96px;
}

@media (max-width: 610px) {
  .comparison-table .product-card-item .product-quantity {
    display: flex;
  }

  .comparison-table .product-card-item .menu-btn {
    display: none;
  }

  .comparison-table .product-card-item .btn.basket-icon {
    width: 40px;
  }
}

.comparison-table .tbody .tr:nth-child(2n+2) .td {
  background-color: #fff;
  border-radius: 4px
}

.comparison-table .table-title {
  color: #90a4af;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto
}

.comparison-table-wrap {
  position: relative
}

.comparison-table-wrap .control-arrows {
  position: absolute;
  width: 100%;
  left: 0;
  top: 116px
}

.comparison-table._center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.catalog_compare_block p {
  text-align: center;
}

.catalog_compare_block p font.notetext {
  color: black;
}

.swiper-slide .product-card-item {
  position: relative;
}

._personal-account-form.system_auth {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.error-block-main {
  color: red;
}

.error-block {
  color: #f04438;
  font-size: 12px;
  line-height: 12px;
  margin-top: 4px;

}

/**/

.tabs > .page-links input[type="radio"] {
  display: none;
}

.tabs > input[type="radio"]:checked + label {
  border-bottom: 2px solid #0088cb;
}

.tabs > div.tab {
  display: none;
  border-top: 1px solid #d0d9de;
  padding-top: 10px;
  padding-top: 24px
}

#tab-btn-1:checked ~ #content-1,
#tab-btn-2:checked ~ #content-2,
#tab-btn-3:checked ~ #content-3 {
  display: block;
}

.tabs > label {
  margin-right: 16px;
  border-bottom: 2px solid transparent;
  padding-bottom: 12px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer;
  display: inline-block;
  margin-bottom: -1px;
}

.tabs > label:first-of-type {
  margin-left: 0;
}

.tabs > input[name="tab-btn"] {
  display: none;
}

.saved-list-item-title {
  display: contents;
}

.catalog-list._item-row.catalog-list .about-prod-wrap-title {
  width: 290px;
  margin-left: 24px;
  margin-top: 40px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.control-links .persinal-icon {
  order: 1;
}

.control-links .favorites-icon {
  order: 2;
}

.control-links .comparison-icon {
  order: 3;
}

.control-links .delivery-icon {
  order: 4;
}

.control-links .basket-icon {
  order: 5;
}

.control-links .control-links-item._show-more {
  order: 6;
}

/* @media (max-width: 1022px) {
    .control-links .favorites-icon::after {
        content: attr(title);
        font-size: 11px;
        text-align: center;
        line-height: 1.5;
    }
} */

.quick-search-item .img-wrap.no-image {
  background-image: url(../img/icons/no-image.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.form._page .form-item:last-child {
  margin-bottom: 0;
}

.form._page .form-item._btn-dubble {
  justify-content: flex-start;
  width: 100%;
}

.form._page .form-item .form-control {
  padding: 12px 16px;
  width: 100%;
  max-height: 56px;
  resize: none;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  font-size: 16px;
  transition: .2s;
}

.form._page .form-item .form-control:hover {
  border-color: #90a4af;
}

.form._page .form-item .form-control:focus {
  border-color: #0088cb;
  outline: 0;
}

.form._page .form-item._btn-dubble .btn {
  max-width: 215px;
}

.form._page .form-item._btn-dubble .btn:not(:last-child) {
  margin-right: 16px;
}
input[name="subscribe_sale"]
{
  margin-left: 26px;
}
@media print {
  * {
    color: #000;
    box-shadow: none;
    text-shadow: none;
  }

  /* html, body{
  height: 297mm;
  width: 210mm;
} */
  @page {
    margin: 1cm;
  }

  section {
    margin-bottom: 2cm;
    page-break-before: always;
  }

  body > #bx-panel.bx-panel-folded {
    display: none !important;
  }

  body > *:not(main) {
    display: none;
  }

  body > section,
  body > div,
  footer,
  .account-control-panel,
  .page-title._account-order .control-panel,
  .order-payment-form,
  .expected-product-list .btn._show-all._white,
  span.sticker-item._stock,
  span.availability-info._green.attention-icon,
  .catalog-list._item-row.catalog-list .additional-information._m-b,
  .form-position {
    display: none;
  }

  body > header {
    display: inline-block;
  }

  .header-wrap .nav-contacts,
  .header-wrap .hdr-control-panel > *:not(.main-logo) {
    display: none;
  }

  .header-wrap .main-logo {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: auto;
    float: right;
  }

  body > section.container.d-flex {
    display: flex;
  }

  .expected-product-list.catalog-list._item-row.catalog-list .product-card-item {
    flex-shrink: 0;
  }

  .catalog-list._item-row .product-card-item {
    flex-wrap: nowrap;
  }

  .catalog-list._item-row.catalog-list .product-card-item {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .catalog-list._item-row.catalog-list .absolute-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .catalog-list._item-row .img-wrap {
    order: 0;
    flex-shrink: 0;
  }

  .catalog-list._item-row .price-wrap {
    position: relative;
    right: unset;
    top: unset;
    order: 2;
    margin-left: auto;
    /* flex-shrink: 0; */
    text-align: right;
  }

  .catalog-list._item-row.catalog-list .about-prod-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    order: 1;
    flex-shrink: 0;
    width: 370px;
    height: fit-content;
  }

  .price-wrap * {
    width: 150px !important;
  }

  .catalog-list._item-row .product-card-item,
  .order-amount._size,
  .add-info-txt.m-t_16 {
    padding: 0;
  }

  section,
  h2 { 
    break-before: avoid;
  }
}

@media (max-width: 1000px) {

  .main-user-consent-request-popup .main-user-consent-request-popup-cont {
    max-height: 90%;
    overflow-y: hidden;
  }

  .main-user-consent-request-popup .main-user-consent-request-popup-cont {
    width: 90%;
  }


  .main-user-consent-request-popup-cont .main-user-consent-request-popup-text {
    width: auto;
    height: 350px;
  }

}

#enter-personal-modal-content a {
  cursor: pointer;
  border-bottom: 1px solid transparent;
  transition: .2s;
  color: #0088cb;
}

#enter-personal-modal-content a:hover {
  color: #269ad3;
}

#enter-personal-modal-content input[type=submit] {
  border-radius: 4px;
  border: 1px solid transparent;
  transition: .2s;
  font-family: 'Inter', 'Open Sans', sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 12px;
  background-color: #0088cb;
  color: white;
  margin-top: 24px;
}

@media (max-width: 760px) {
  .b24-widget-button-wrapper[data-b24-crm-button-cont] {
    bottom: 66px;
    right: 10px;
  }
}

@media (max-width: 1022px) {
  .b24-widget-button-position-bottom-right {
    bottom: 138px !important;
    right: 10px !important;
  }

  .bx-no-touch .bx-livechat-position-bottom-right {
    bottom: 214px !important;
    right: 13px !important;
  }
}


.mr-6 {
  margin-right: 6px;

.attention-info {
  margin-top: 20px;
}

.attention-info .title.blue {
  font-weight: 600;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  padding-left: 40px;
  border: 2px solid #0088cb;
  border-radius: 5px;
  color: #0088cb;
  position: relative;
}

.attention-info .title.blue::before {
  content: '!';
  font-weight: 600;
  font-size: 13px;
  color: #0088cb;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0088cb;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
  position: absolute;
  top: 21px;
  left: 15px;
}