.cs_sale_basket_btn_status {
  display: none;
}

.js_bs_item_message_in-basket {
  display: none;
}
.js_bs_item_message_not-in-basket {
  display: inline;
}

.js_bs_items.active .js_bs_item_message_in-basket {
  display: inline;
}
.js_bs_items.active .js_bs_item_message_not-in-basket {
  display: none;
}

.forms-policy-text {
  font-size: 15px;
  color: #9c9c9c;
  text-align: center;
}
.forms-policy-text a {
  color: #fcba5c;
}

.forms-errors {
  font-size: 15px;
  color: red;
  margin-bottom: 12px;
}

.cs_sale_header_block_ai_icon {
  position: relative;
}
.cs_sale_header_block_ai_icon.active:before {
  position: absolute;
  content: "";
  display: block;
  top: -2px;
  right: -4px;
  width: 11px;
  height: 11px;
  background: #fcba5c;
  border-radius: 100%;
  filter: blur(2px);
  z-index: 1;
}
.cs_sale_header_block_ai_icon--mobile:before {
  right: -8px !important;
}

.cs_sale_stage_text_null {
  display: inline;
}
.cs_sale_stage_text_acitve {
  display: none;
}
.active .cs_sale_stage_text_null {
  display: none;
}
.active .cs_sale_stage_text_acitve {
  display: inline;
}

.cs_index_show_all {
}
.cs_index_show_all__link {
  color: #fcba5c !important;
  cursor: pointer;
  border: none;
  background: transparent;
  margin-top: 12px;
}

.cs_index_show_all ul {
  list-style-position: inside;
}

.cs_location_city_confirmation__wrap {
  position: relative;
}
.cs_location_city_confirmation {
  position: absolute;
  top: 32px;
  left: 0;
  background: #ffffff;
  box-shadow: 0px 4px 27px rgba(149 149 149, 0.25);
  padding: 20px;
  width: 310px;
  z-index: 999;
  display: none;
}
.cs_location_city_confirmation.active {
  display: block;
}
.cs_location_city_confirmation::before {
  content: "";
  position: absolute;
  left: 45px;
  bottom: 100%;
  pointer-events: none;
  border-style: solid;
  border-color: transparent;
  border-width: 10px;
  height: 0;
  width: 0;
  border-bottom-color: #fff;
  margin-left: -10px;
}
.cs_location_city_confirmation__title {
  color: #131313;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 13px;
}

.kombox-disabled {
}
.chb-item input:disabled {
  border-color: #e8e8e8;
}
.kombox-disabled .chb-item__txt {
  color: #d6d6d6;
}
.kombox-disabled .chb-item__num {
  color: #d6d6d6;
}

#catalog-smart-filter .modef {
  background: #fcba5c;
  top: -4px;
  position: absolute;
  padding-right: 5px;
  z-index: 1000;
}

#catalog-smart-filter .modef-right {
  background: blue;
  padding-left: 5px;
}

#catalog-smart-filter .modef .modef-wrap {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-right: none;
  color: #3f3f3f;
  padding: 5px 25px 5px 10px;
  white-space: nowrap;
}

#catalog-smart-filter .modef-right .modef-wrap {
  border: 1px solid #ffea94;
  border-left: none;
}

#catalog-smart-filter .modef .submit-btn {
  border: none;
  outline: none;
  background: transparent;
  color: #fcba5c;
}

.btn--primary--filter {
  width: 100%;
  background-color: #fcba5c !important;
  border-color: #fcba5c !important;
  color: #ffffff !important;
  margin-bottom: 16px;
}

.cs_catalog_landing_view_brand_link {
  text-decoration: none;
  font-size: 16px;
}

@media (max-width: 1429px) {
  .cs_sAbout__num {
    font-size: 3.2rem !important;
  }
}
.prod-item__img img {
  /*max-height: 250px;*/
}

.cs_index_sPopular__title {
  color: #ffffff;
}

.cs_text_page_styles {
}
.cs_text_page_styles ul {
  list-style-position: inside;
}

.dark-page
  :is(
    .sDeliveryWays__dd-item,
    .sDeliveryWays__d-title,
    .sDeliveryWays__d-val,
    .sDeliveryWays__dd-item p,
    .sDeliveryWays__order-txt
  ) {
  color: #ffffff !important;
}

@media (min-width: 992px) {
  .cs_catalog_section_top_img {
    padding-bottom: 5rem;
  }
}

@media (min-width: 1430px) {
  .cs_catalog_section_top_img {
    padding-bottom: 7.25rem;
  }
}
.sProd__bg-box {
  z-index: initial;
}
.tags-row__share-dropdown {
  z-index: 100;
}
.cs_search_title_result_link b {
  color: #fcba5c !important;
}

.cs_catalog_section_vlist__share {
  align-items: initial !important;
  padding-top: 0;
  padding-bottom: 0;
}
.cs_catalog_section_vlist__share .tags-row__icon {
  height: initial !important;
  margin-right: 0 !important;
}

.cs_documents {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cs_documents__item {
  border: 1px solid #e7e7e7;
  padding: 1.2rem 2.4rem 1.2rem 2.4rem;
  height: 100px;
  /*margin-right: 30px;*/
  margin-bottom: 30px;
  /*width: 30%;*/
  display: block;
  text-decoration: none;
  color: var(--bs-dark);
  position: relative;

  /*min-width: 430px;*/
}
.cs_documents__item--img-wrap img {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cs_documents__item--img-wrap {
  /*min-height: 100%;*/
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  /*padding: .5rem;*/
  padding: 0;
  padding-bottom: 141.4%;
}
.cs_documents__item__file {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.cs_documents__item__file__type {
  background: #2c2c2c;
  width: 100px;
  height: 34px;
  margin-right: 15px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  font-size: 20px;
  flex-shrink: 0;
  --s: 0.36s;
  transition: all var(--s) ease-in-out;
}
.cs_documents__item__file__type__icon {
  margin-left: 10px;
}
.cs_documents__item:hover .cs_documents__item__file__type {
  text-decoration: none;
  background-color: #fcba5c;
  color: #ffffff;
}
.cs_documents__item__file__name {
  color: #3f3f3f;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cs_documents__item__file__size {
  color: #969595;
}

@media (max-width: 992px) {
  .cs_documents__item {
    width: 100%;
    margin-right: 0;
  }
}

.dark-page .cs_documents__item__file__name {
  color: #ffffff;
}
.dark-page .cs_documents__item__file__type {
  background-color: #fcba5c;
}

.sProd__bg img {
  opacity: 1;
}

.modal-win .fancybox-close-small svg path {
  fill: #fcba5c !important;
}

.prod-item--card .prod-item__a-img {
  height: 11.375rem !important;
}

@media (max-width: 576px) {
  .sGForm__baner {
    padding: 0;
    min-height: auto;
  }
  .sGForm__b-bg {
    position: relative;
  }
}

@media (max-width: 991px) {
  .sForm--alt {
    padding-bottom: 3.15rem;
  }
}

.yandexmap_modal_marker {
  background-color: #1a1a1a;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Jost";
}
.yandexmap_modal_marker__header {
  padding: 20px 98px 20px 20px;
  background-image: url("img/map-small-logo.png");
  background-repeat: no-repeat;
  background-position: 281px -6px;
  margin-bottom: 12px;
}
.yandexmap_modal_marker__address {
  color: #969595;
  font-size: 16px;
  margin-bottom: 14px;
}
.yandexmap_modal_marker__address__val {
  color: #ffffff;
  font-size: 16px;
}
.yandexmap_modal_marker__body {
  padding-bottom: 10px;
}
.yandexmap_modal_marker__schema {
  padding-left: 20px;
  margin-bottom: 8px;
}
.yandexmap_modal_marker__schema a {
  color: #fcba5c;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 0;
  line-height: 20px;
}

.cs_custom_yandex_map_balon .ymaps-2-1-79-balloon__layout {
  background-color: #1a1a1a !important;
}
.cs_custom_yandex_map_balon .ymaps-2-1-79-balloon__content {
  background-color: #1a1a1a !important;
}
.cs_custom_yandex_map_balon .ymaps-2-1-79-balloon__tail:after {
  background-color: #1a1a1a !important;
}
.cs_custom_yandex_map_balon .ymaps-2-1-79-balloon__close-button {
  opacity: 1 !important;
  background: url("img/cross.svg") 50% no-repeat !important;
}

@media (max-width: 575.98px) {
  .m-content .pc-tabs__dd-content {
    padding: 1.875rem 0.875rem;
  }
}

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

.cs_order-payment_page__holder {
  height: 80px;
}
.cs_order-payment_page {
  /*margin-top: -260px;*/
  position: relative;
  z-index: 1;
  background-color: #fff;
  margin-bottom: 90px;
}
.cs_order-payment_page__content {
  padding: 60px;
}
.cs_order-payment_page__order_number {
  background: #f3f3f3;
  padding: 15px 35px;
  font-size: 25px;
  display: inline-block;
}
.cs_order-payment_page__order_payment_desc {
  padding-top: 20px;
  font-size: 22px;
}

.cs_form_location_search__wrap {
  position: relative;
}
.cs_form_location_search {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 12px 15px;
  border: 1px solid #ced4da;
  border-top: 0;
}
.cs_form_location_search__item {
  text-align: left;
}
.cs_form_location_search__item__link {
  text-align: left;
}

.js_sale_order_form_ajax_preloader__holder {
  position: relative;
}
.js_sale_order_form_ajax_preloader_ff {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js_sale_order_form_input_loader {
  width: 20px;
  height: 20px;
  position: absolute;
  background-image: url("img/loader.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.cs_prodCard-buy_delivery_info_row {
  display: flex;
}
.cs_prodCard-buy_delivery_info {
  width: 84px;
}

.orders__head--aopen:after {
  display: none;
}

.sTermsOfSale .dropdown__btn h2 {
  flex-direction: row;
}

.cs_catalog_element_price_row {
}
.cs_catalog_element_price_row__value {
  color: #fcba5c;
  font-size: 16px;
  position: relative;
}
.cs_catalog_element_price_row__value__v {
  position: absolute;
  width: 110px;
  bottom: 0;
}
.cs_catalog_element_price_row__value__v-landing {
  right: 0;
}
body .pay-block .custom-input-block__pay-method {
  padding: 0 !important;
}

div.cs_dropzone {
  background-color: transparent;
  border: 2px dashed #fcba5c;
  min-height: initial;
}

.sContent img {
  height: auto;
}

.cs_catalog_smart_filter_form .disabled {
  color: #e5e4e4 !important;
}

.cs_headerBlock__reverse_margen {
  margin-top: calc(var(--sTPB) * -1);
  margin-bottom: var(--sTPB);
}

.tcb-promo-options {
  color: #ffffff;
}

.cs_tw_sale_stage_text_null {
  display: inline;
}
.cs_tw_sale_stage_text_active {
  display: none;
}
.active .cs_tw_sale_stage_text_null {
  display: none;
}
.active .cs_tw_sale_stage_text_active {
  display: inline;
}

.cs_catalog_sections_index {
  margin-bottom: 56px;
}
.cs_catalog_sections_index__item__w {
}
.cs_catalog_sections_index__item {
  border: 1px solid #efefef;
  border-radius: 1px;
}
.cs_catalog_sections_index__item__head {
  width: 100%;
  height: 208px;
  /*padding: 52px 28px;*/
  background-color: #eeeeee;
  display: flex;
  justify-content: space-between;
}
.cs_catalog_sections_index__item__name {
  font-size: 26px;
  color: #343434;
  padding-top: 52px;
  padding-left: 28px;
  padding-right: 14px;
}
.cs_catalog_sections_index__item__name a {
  color: #343434;
  text-decoration: none;
}
.cs_catalog_sections_index__item__price {
  margin-top: 5px;
  color: #85805e;
  font-size: 14px;
}
.cs_catalog_sections_index__item__picture {
  width: 34%;
  height: 100%;
  display: flex;
  align-items: end;
}
.cs_catalog_sections_index__item__picture img {
  max-width: 100%;
}
.cs_catalog_sections_index__item__subsections {
  height: 260px;
  padding: 16px 28px;
}
.cs_catalog_sections_index__item__subsections__item {
  margin-bottom: 12px;
}
.cs_catalog_sections_index__item__subsections__item a {
  font-size: 17px;
  color: #646363;
  text-decoration: none;
}
.cs_catalog_sections_index__item__subsections__show_all {
}
.cs_catalog_sections_index__item__subsections__show_all a {
  font-size: 17px;
  color: #989898;
  text-decoration: none;
}

.cs_catalog_sections_index__item__w:nth-child(1)
  .cs_catalog_sections_index__item__head {
  background-color: #d0cec1;
}
.cs_catalog_sections_index__item__w:nth-child(2)
  .cs_catalog_sections_index__item__head {
  background-color: #eeeeee;
}
.cs_catalog_sections_index__item__w:nth-child(3)
  .cs_catalog_sections_index__item__head {
  background-color: #dfc3ae;
}
.cs_catalog_sections_index__item__w:nth-child(4)
  .cs_catalog_sections_index__item__head {
  background-color: #717171;
}
.cs_catalog_sections_index__item__w:nth-child(4)
  .cs_catalog_sections_index__item__name
  a {
  color: #ececec;
}
.cs_catalog_sections_index__item__w:nth-child(4)
  .cs_catalog_sections_index__item__price {
  color: #c5c5c5;
}

.cs_catalog_sections_index__item__w:nth-child(5)
  .cs_catalog_sections_index__item__head {
  background-color: #dfd1cc;
}

.cs_index_new_slider_swiper_item {
  display: block;
}
@media (max-width: 1199px) {
  .cs_index_new_slider_swiper_item {
    display: none !important;
  }
}

#js_header_catalog_search_result {
  position: relative;
}

.catalog-dd__txt_blink {
  text-decoration: none;
  color: #e2e2e2;
}

.cs-orders__head-arrow {
  display: block;
  transform: rotate(270deg);
}
.orders__head:after {
  display: none !important;
}
.sPersonalCab__link:after {
  display: none !important;
}
.sPersonalCab__link.current .cs-orders__head-arrow {
  transform: rotate(0);
}
.orders__item.active .cs-orders__head-arrow {
  transform: rotate(0);
}
