/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/


.top-h-row {
  -webkit-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
.top-h-row.fixed-hidden {
  height: 0;
}
.top-h-row.fixed-hidden + #header {padding: 10px 0px 10px;}
.top-h-row.fixed-hidden + #header .middle-h-row .logo_wrapp .logo a img {max-height:45px}
.logo .bg-color-theme{background-color:transparent!important;}
.action_detail_text{padding: 23px 30px;line-height:1.3;}
.catalog_detail p.first_action_text{color:#faaa00;font-size:28px;margin-bottom:10px;}
.catalog_detail p.two_action_text{color:#ec0020;font-size:24px;}
.header_wrap{position: -webkit-sticky;position: sticky;top: 0; z-index:1000;} #header{background: #fff;}
.breadcrumbs .bx-breadcrumb-item:not(:last-child) b.space {
  display: none !important;
}
/* .breadcrumbs .bx-breadcrumb-item:not(:last-child) .dropdown_wrapp {
  display: none !important;
}
.breadcrumbs .bx-breadcrumb-item:not(:last-child):hover .separator {
  background: transparent;
} */
.articles-list.sections .item .thumb,.catalog_section_list .section_item_inner .image .thumb{display:block;font-size:0;position:relative;overflow:hidden}.articles-list.sections .item .thumb:before,.catalog_section_list .section_item_inner .image .thumb:before{position:absolute;top:-70%;left:70%;z-index:5;display:block;content:'';width:300%;height:35px;background:-webkit-gradient(linear,left bottom,left top,from(transparent),color-stop(rgba(255,255,255,.7)),to(transparent));background:-o-linear-gradient(bottom,transparent,rgba(255,255,255,.7),transparent);background:linear-gradient(to top,transparent,rgba(255,255,255,.7),transparent);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:top 1.1s,left 1.1s;-o-transition:top 1.1s,left 1.1s;transition:top 1.1s,left 1.1s;will-change:top,left}.articles-list.sections .item:hover .thumb:before,.catalog_section_list .section_item_inner:hover .image .thumb:before{top:150%;left:-150%}.articles-list.sections .item .thumb img,.catalog_section_list .section_item_inner .image img{position:relative;z-index:1;display:inline-block;vertical-align:middle;-webkit-transition:-webkit-transform .45s;transition:-webkit-transform .45s;-o-transition:transform .45s;transition:transform .45s;transition:transform .45s,-webkit-transform .45s;will-change:transform}.articles-list.sections .item:hover .thumb img,.catalog_section_list .section_item_inner:hover .image img{-webkit-filter:unset!important;filter:unset!important;-webkit-transform:scale(1.08);-ms-transform:scale(1.08);transform:scale(1.08)}
.props_list td > span, .props_list td > .txt {
  bottom: 0 !important;
}


.articles-list.sections.wrap_md{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.articles-list.sections.wrap_md .item{width:100%}@media screen and (min-width:1200px){.articles-list.sections.wrap_md .item{width:19%}.articles-list.sections.wrap_md .item:not(:nth-child(5n)){margin-right:1.25%}.articles-list.sections.wrap_md .item .right-data{padding-right:0}.articles-list.sections.wrap_md .item .item-title a span{font-size:14px}}@media screen and (min-width:992px) and (max-width:1199px){.articles-list.sections.wrap_md .item{width:32%}.articles-list.sections.wrap_md .item:not(:nth-child(3n)){margin-right:2%}}@media screen and (min-width:600px) and (max-width:991px){.articles-list.sections.wrap_md .item{width:48%}.articles-list.sections.wrap_md .item:not(:nth-child(2n)){margin-right:4%}}




.unselectable_false {
  -webkit-touch-callout: default !important; /* iOS Safari */
  -webkit-user-select: all !important; /* Chrome/Safari/Opera */
  -moz-user-select: all !important; /* Firefox */
  -ms-user-select: all !important; /* Internet Explorer/Edge */
  user-select: all !important;
}

.search1 input#title-search-input4 {
  -webkit-appearance: textfield !important;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  height: auto !important;
  line-height: 1 !important;
  padding: 10px !important;
}
.catalog_block .catalog_item img,
.product_slider .catalog_item img {
  width: auto;
  height: 100%;
  object-fit: cover;
  position: static !important;
}

.view_table, .view_list {
  border-bottom: 1px solid #e5e5e5;
  background: #faaa00;
  padding: 15px 5px 0 5px;
}
/* 26.01.2022 Task: 88183 */
.contacts_map > ymaps,
.contacts_map > iframe {
  max-width: 100%;
}
/* 26.01.2022 END */
/* 14.03.2022 Task: 89474 */
.articles-list.sections{padding-top:40px}.articles-list.sections .item.section_item_inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:5px 10px;border:1px solid #e5e5e5}.articles-list.sections .item.section_item_inner .left-data{width:55%}.articles-list.sections .item.section_item_inner .right-data{width:63%;text-align:left;margin-top:0;padding-left:10px}.articles-list.sections .item.section_item_inner .right-data .item-title{margin-bottom:0}.articles-list.sections .item.section_item_inner .right-data .item-title a span {line-height:1.2;}@media screen and (max-width: 599px) {.articles-list.sections .item.section_item_inner {margin-bottom: 20px;}}
/* 14.03.2022 END */
.catalog_block .item-stock{text-align:center;}
.info_item .middle_info .item-stock{display:inline-block;margin: 14px 0 0 16px;}
.info_item .cheaper_form{display:inline-block;}
.info_item .middle_info .buy_block .wrapp_one_click_detail span.button{
  overflow: hidden;
  z-index: 1;
  position: relative;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.info_item .middle_info .buy_block .wrapp_one_click_detail span.button:before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.info_item .middle_info .buy_block .wrapp_one_click_detail span.button:hover:before {
  left: 0;
  z-index: -5;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.info_item .middle_info .buy_block .wrapp_one_click_detail span.button:hover {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  color: #696969 !important;
  z-index: 8;
}
.add_to_basket_detail span.button{
  border: none;
  position: relative;
  transition: 500ms ease all;
  outline: none;
  overflow: hidden;
  z-index:1;
}
.add_to_basket_detail span.button:hover{
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.add_to_basket_detail span.button:before,
.add_to_basket_detail span.button:after
{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 20px solid #ffffff;
  border-bottom: 20px solid #ffffff;
  z-index: -1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.add_to_basket_detail span.button:before{
  border-right: 20px solid transparent;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.add_to_basket_detail span.button:after{
  border-left: 20px solid transparent;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.add_to_basket_detail span.button:hover:before{
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
}

.add_to_basket_detail span.button:hover:after
{
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
}
.add_to_basket_detail:hover span:not(.button){
  color:#faaa00;
}
.catalog_item.item_wrap .total_summ > div{white-space: normal;}
/* 06.05.2022 Task: 91247 */
@media screen and (max-width: 540px) {
  .callback_frame.popup {
    margin: 0 auto !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 94% !important;
  }
}
/* 06.05.2022 END */


.wa__button{
  border-bottom: none !important;
}

.wa__btn_w_img:hover{
  text-decoration: none;
}

.wa__button,
.wa__btn_popup,
.wa__button *,
.wa__btn_popup *,
.wa__btn_popup :before,
.wa__button :before,
.wa__button :after,
.wa__btn_popup :after,
.wa__popup_chat_box,
.wa__popup_chat_box *,
.wa__popup_chat_box :before,
.wa__popup_chat_box :after{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* VVV--button--VVV */
.wa__button{
  position: relative;
  width: 300px;
  min-height: 64px;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration: none;
  color: #fff;
  box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
  -webkit-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
  -moz-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
}
.wa__btn_txt{
  display: inline-block;
  font-size: 12px;
  line-height: 1.33em;
}

.wa__btn_w_icon .wa__btn_txt{
  padding: 16px 20px 15px 71px;
}

.wa__button_text_only .wa__btn_txt,
.wa__r_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt,
.wa__sq_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt{
  padding-top: 25px;
  padding-bottom: 24px;
}



.wa__btn_w_icon .wa__btn_txt .wa__btn_title{
  font-weight: 600;
  padding-left: 2px;
  font-size: 14px;
}

.wa__cs_info{
  margin-bottom: 2px
}

.wa__btn_status{
  color: #F5A623;
  font-size: 9px;
  padding: 2px 0 0;
  font-weight: 700;
}

.wa__cs_info .wa__cs_name,
.wa__cs_info .wa__cs_status{
  display: inline-block;
}

.wa__cs_info .wa__cs_name{
  font-weight: 400;
  font-size: 12px;
  line-height: 1.36em;
}

.wa__stt_online .wa__cs_info .wa__cs_name{
  color: #d5f0d9
}

.wa__stt_offline .wa__cs_info .wa__cs_name{
  color: #76787d;
}

.wa__cs_info .wa__cs_status{
  width: 36px;
  height: 14px;
  margin-left: 3px;
  padding: 1px;
  font-size: 9px;
  line-height: 1.34em;
  border-radius: 5px;
  color: rgba(255,255,255,0.98);
  position: relative;
  top: -1px;
  left: 0px;
  text-align: center;
}

.wa__stt_online .wa__cs_info .wa__cs_status{
  background: #62c971;
}

.wa__stt_offline .wa__cs_info .wa__cs_status{
  background: #b9bbbe;
}


.wa__stt_online{
  background: #2DB742;
  cursor: pointer;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  backface-visibility: hidden;
  will-change: transform;
}
.wa__stt_online .wa__btn_txt{
  position: relative;
  z-index: 4;
}
.wa__r_button.wa__stt_online:before{
  border-radius: 50vh;
}
.wa__sq_button.wa__stt_online:before{
  border-radius: 5px;
}
.wa__stt_online:before{
  content: '';
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  background: rgba(0,0,0,0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  will-change: opacity;
}
.wa__button.wa__stt_online:focus,
.wa__button.wa__stt_online:active,
.wa__button.wa__stt_online:hover{
  box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.19);
  transform: translate(0,-3px);
  -webkit-transform: translate(0,-3px);
  -moz-transform: translate(0,-3px);
  -ms-transform: translate(0,-3px);
}
.wa__button.wa__stt_online:focus:before,
.wa__button.wa__stt_online:active:before,
.wa__button.wa__stt_online:hover:before{
  opacity: 1;
}
.wa__stt_online.wa__btn_w_icon .wa__btn_icon img{
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
}

.wa__stt_offline{
  background: #EBEDF0;
  color: #595B60;
  box-shadow: none;
  cursor: initial;
}

.wa__stt_offline.wa__btn_w_icon .wa__btn_txt {
  padding: 8px 20px 6px 71px;
}

.wa__stt_offline.wa__r_button.wa__btn_w_img .wa__btn_txt{
  padding: 8px 20px 8px 100px
}

.wa__stt_offline.wa__sq_button.wa__btn_w_img .wa__btn_txt {
  padding: 8px 20px 8px 70px;
}

.wa__btn_w_icon .wa__btn_icon{
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
}

.wa__btn_w_icon .wa__btn_icon img{
  width: 41px;
  height: 69px;
}

.wa__btn_w_img{
  position: relative;
  width: 300px;
  margin: 20px 0 20px;
}

.wa__btn_w_img .wa__cs_img{
  position: absolute;
  top: 50%;
  left: 0px;
  text-align: center;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
}
.wa__btn_w_img .wa__cs_img_wrap{
  width: 79px;
  height: 79px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 3px solid #ffffff;
  position: relative;
  overflow: hidden;
}
.wa__btn_w_img .wa__cs_img img{
  max-width: 100%;
  height: auto;
  transition: 0.2s ease transform;
  -webkit-transition: 0.2s ease transform;
  -moz-transition: 0.2s ease transform;
}
.wa__btn_w_img .wa__cs_img:after{
  content: '';
  background: #ffffff url('../images/whatsapp_logo_green.svg') center center no-repeat;
  background-size: 21px;
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 20px;
  right: -14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
  -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
  -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
}

.wa__stt_offline.wa__btn_w_img .wa__cs_img:after{
  content: '';
  background: #ffffff url('../images/whatsapp_logo_gray.svg') center center no-repeat;
  background-size: 21px;
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 20px;
  right: -14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
  -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
  -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
}


.wa__btn_w_img .wa__btn_txt{
  padding:14px 20px 12px 103px;
}

.wa__r_button{
  border-radius: 50vh;
}

.wa__sq_button{
  border-radius: 5px;
}

.wa__sq_button.wa__btn_w_img{
  width: 270px;
  margin-left: 30px;
}

.wa__r_button.wa__btn_w_img .wa__cs_img{
  left: -5px;
}

.wa__sq_button.wa__btn_w_img .wa__cs_img{
  left: -35px;
}

.wa__sq_button.wa__btn_w_img .wa__btn_txt{
  padding: 10px 20px 10px 70px;
  display: table-cell;
  vertical-align: middle;
  height: 66px;
}

.wa__btn_txt .wa__btn_title{
  font-weight: 600;
}

.wa__r_button.wa__btn_w_img .wa__btn_txt{
  padding: 8px 20px 8px 100px;
  display: table-cell;
  vertical-align: middle;
  height: 66px;
}

.wa__r_button.wa__btn_w_img .wa__cs_info .wa__cs_status{
  margin-left: 3px;
}
/* ^^^--button--^^^ */

/* VVV--popup--VVV */

.wa__popup_chat_box{
  font-family: Arial,Helvetica,sans-serif;
  width: 351px;
  border-radius: 5px 5px 8px 8px;
  -webkit-border-radius: 5px 5px 8px 8px;
  -moz-border-radius: 5px 5px 8px 8px;
  position: fixed;
  overflow: hidden;
  box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
  -webkit-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
  -moz-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
  bottom: 120px;
  left: 3.5vw;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate(0,50px);
  transform: translate(0,50px);
  -webkit-transform: translate(0,50px);
  -moz-transform: translate(0,50px);
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  will-change: transform,visibility,opacity;
  max-width: calc(100% - 50px);
}
.wa__popup_chat_box:hover,
.wa__popup_chat_box:focus,
.wa__popup_chat_box:active{
  box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
  -webkit-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
  -moz-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
}
.wa__popup_chat_box.wa__active{
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  visibility: visible;
  opacity: 1;
}
.wa__popup_chat_box .wa__popup_heading{
  position: relative;
  padding: 15px 43px 17px 74px;
  color: #d9ebc6;
  background: #2db742;
}
.wa__popup_chat_box .wa__popup_heading_sm{
  padding: 12px 15px 17px 74px;
}
.wa__popup_chat_box .wa__popup_heading:before{
  content: '';
  background: url('../images/whatsapp_logo.svg') center top no-repeat;
  background-size: 22px;
  display: block;
  width: 51px;
  height: 31px;
  position: absolute;
  top: 9px;
  left: 12px;
}
.wa__popup_chat_box .wa__popup_heading_sm:before{
  top: 19px;
  left: 11px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_title{
  padding-top: 2px;
  padding-bottom: 3px;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro{
  padding-top: 4px;
  font-size: 12px;
  line-height: 20px;
}
.wa__popup_chat_box .wa__popup_heading_sm .wa__popup_intro{
  padding-top: 0px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a{
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:hover,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:focus,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:active{
  text-decoration: underline;
}

.wa__popup_chat_box  .wa__popup_notice{
  font-size: 11px;
  color: #a5abb7;
  font-weight: 500;
  padding: 0 3px;
}
.wa__popup_chat_box .wa__popup_content{
  background: #ffffff;
  padding: 13px 20px 21px 19px;
  text-align: center;
}
.wa__popup_chat_box .wa__popup_content_left{
  text-align: left;
}
.wa__popup_chat_box .wa__popup_avatar{
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  left: 12px;
  top: 12px;
}

.wa__popup_chat_box .wa__popup_avatar.nta-default-avt{
  border-radius: unset;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
}

.wa__popup_chat_box .wa__stt{
  padding: 13px 40px 12px 74px;
  position: relative;
  text-decoration: none;
  display: table;
  width: 100%;
  border-left: 2px solid #2db742;
  background: #f5f7f9;
  border-radius: 2px 4px 2px 4px;
  -webkit-border-radius: 2px 4px 2px 4px;
  -moz-border-radius: 2px 4px 2px 4px;
}
.wa__popup_chat_box .wa__stt:after{
  content: '';
  background: url('../images/whatsapp_logo_green.svg') 0 0 no-repeat;
  position: absolute;
  right: 14px;
  top: 26px;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}
.wa__popup_chat_box .wa__stt.wa__stt_offline:after{
  background-image: url('../images/whatsapp_logo_gray_sm.svg');
}
.wa__popup_chat_box .wa__stt.wa__stt_online{
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
}
.wa__popup_chat_box .wa__stt.wa__stt_online:hover,
.wa__popup_chat_box .wa__stt.wa__stt_online:active,
.wa__popup_chat_box .wa__stt.wa__stt_online:focus{
  background: #ffffff;
  box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
  -webkit-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
  -moz-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
}
.wa__popup_content_list .wa__popup_content_item{
  margin: 5px 0 0;
  transform: translate(0,20px);
  -webkit-transform: translate(0,20px);
  -moz-transform: translate(0,20px);
  will-change: opacity,transform;
  opacity: 0;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item{
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition-delay: 2.1s;
  -webkit-transition-delay: 2.1s;
  -moz-transition-delay: 2.1s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(1){
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(2){
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(3){
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(4){
  transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(5){
  transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(6){
  transition-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(7){
  transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(8){
  transition-delay: 1.7s;
  -webkit-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(9){
  transition-delay: 1.9s;
  -webkit-transition-delay: 1.9s;
  -moz-transition-delay: 1.9s;
}
.wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item{
  opacity: 1;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
}
.wa__popup_content_list .wa__popup_content_item .wa__member_name{
  font-size: 14px;
  color: #363c47;
  line-height: 1.188em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_duty{
  font-size: 11px;
  color: #989b9f;
  padding: 2px 0 0;
  line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_status{
  color: #F5A623;
  font-size: 10px;
  padding: 5px 0 0;
  line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__popup_txt{
  display: table-cell;
  vertical-align: middle;
  min-height: 48px;
  height: 48px;
}
.wa__popup_content_list .wa__popup_content_item .wa__stt_offline{
  border-left-color: #c0c5ca;
}
.wa__popup_avt_list{
  font-size: 0;
  margin: 7px 0 24px;
}
.wa__popup_avt_list .wa__popup_avt_item{
  display: inline-block;
  position: relative;
  width: 46px;
}
.wa__popup_avt_list .wa__popup_avt_img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 2px solid #ffffff;
  left: -7px;
}
.wa__popup_call_btn{
  background: #2db742;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  width: 275px;
  max-width: 100%;
  font-size: 16px;
  padding: 14px 10px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  margin: 25px 0 15px;
  box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
  -webkit-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
  -moz-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
}
.wa__popup_call_btn.wa__popup_call_btn_lg:before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  background: url('../images/whatsapp_logo_green_sm.svg') 0 0 no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  vertical-align: top;
  top: 0px;
  margin-right: -19px;
  left: -31px;
  transition: 0.2s ease background-image;
  -webkit-transition: 0.2s ease background-image;
  -moz-transition: 0.2s ease background-image;
}
.wa__popup_call_btn.wa__popup_call_btn_lg:hover:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:focus:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:active:before{
  background-image: url('../images/whatsapp_logo.svg')
}

.wa__popup_chat_box_gray{
  border-radius: 2px 2px 8px 8px;
}

.wa__popup_chat_box_gray .wa__popup_heading_gray{
  background: #f8f8f8;
  border-top: 3px solid #2db742;
  color: #868c9a;
  font-weight: 500;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_title{
  color: #595b60;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray:before{
  content: '';
  background: url(../images/whatsapp_logo_green.svg) center top no-repeat;
  background-size: 33px;
  display: block;
  width: 55px;
  height: 33px;
  position: absolute;
  top: 20px;
  left: 12px;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_intro a{
  color: #595b60;
}

.wa__popup_chat_box_ct{
  width: 384px;
  text-align: center;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct{
  text-align: center;
  padding: 18px 0 18px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct:before {
  content: '';
  background: url(../images/whatsapp_logo.svg) center top no-repeat;
  background-size: 30px;
  display: block;
  width: 30px;
  height: 31px;
  position: absolute;
  top: 15px;
  left: 72px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_title{
  padding-left: 22px;
  padding-bottom: 14px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_intro{
  margin-top: -5px;
  line-height: 12px;
}

.wa__popup_chat_box_ct .wa__popup_ct_avt_list:after{
  content: '';
  clear: both;
  display: block;
}

.wa__popup_chat_box_ct .wa__popup_ct_content{
  background: #ffffff;
  padding: 0 0 14px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content .wa__popup_notice{
  padding-top: 18px;
  padding-bottom: 15px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item{
  width: 33%;
  float: left;
  font-size: 10px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item a{
  text-decoration: none;
  color: #989b9f;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__popup_ct_txt{
  padding-top: 8px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_name{
  color: #363c47;
  font-size: 13px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_duty{
  color: #989b9f;
  padding: 3px 0 0;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_online{
  color: #2db742;
  font-size: 9px;
  line-height: 12px;
  display: inline-block;
  padding: 3px 0 0 16px;
  background: url('../images/whatsapp_logo_green.svg') 0 3px no-repeat;
  background-size: 12px auto;
  -webkit-background-size: 12px auto;
  -moz-background-size: 12px auto;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_offline{
  color: #f5a623;
  font-size: 9px;
  line-height: 12px;
  padding: 2px 0 0;
}


.wa__popup_chat_box_ct .wa__popup_ct_avatar img{
  border-radius: 50%
}

.wa__popup_chat_box_ct .wa__popup_ct_call_btn{
  width: 97px;
  font-size: 11px;
  padding: 9px 10px 11px;
  margin: 15px 0 15px;
}

/* ^^^--popup--^^^ */

/* VVV--popup button--VVV */
.wa__btn_popup{
  position: fixed;
  left: 3vw;
  bottom: 57px;
  cursor: pointer;
  font-family: Arial,Helvetica,sans-serif;
  z-index: 999;
}
.wa__btn_popup .wa__btn_popup_icon{
  width: 56px;
  height: 56px;
  background: #2db742;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
  -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
  -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
}
.wa__btn_popup .wa__btn_popup_icon:before{
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent url('../images/whatsapp_logo.svg') center center no-repeat;
  background-size: 30px auto;
  -webkit-background-size: 30px auto;
  -moz-background-size: 30px auto;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
}
.wa__btn_popup .wa__btn_popup_icon:after{
  content: '';
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent url('../images/x_icon.svg') center center no-repeat;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -ms-transform: scale(0) rotate(-360deg);
  transform: scale(0) rotate(-360deg);
  -webkit-transform: scale(0) rotate(-360deg);
  -moz-transform: scale(0) rotate(-360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:before{
  opacity: 0;
  -ms-transform: scale(0) rotate(360deg);
  transform: scale(0) rotate(360deg);
  -webkit-transform: scale(0) rotate(360deg);
  -moz-transform: scale(0) rotate(360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:after{
  opacity: 1;
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
}
.wa__btn_popup .wa__btn_popup_txt{
  position: absolute;
  width: 156px;
  right: 100%;
  background-color: #f5f7f9;
  font-size: 12px;
  color: #43474e;
  top: 15px;
  /* top: 50%;
  transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%); */
  padding: 7px 0 7px 12px;
  margin-right: 7px;
  letter-spacing: -0.03em;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  display: none;
}
.wa__btn_popup.wa__active .wa__btn_popup_txt{
  -ms-transform: translate(0,15px);
  transform: translate(0,15px);
  -webkit-transform: translate(0,15px);
  -moz-transform: translate(0,15px);
  opacity: 0;
  visibility: hidden;
}

.wa__stt_offline{
  pointer-events: none;
}

.wa__button_text_only_me .wa__btn_txt{
  padding-top: 16px !important;
  padding-bottom: 15px !important;
}

.wa__popup_content_item .wa__cs_img_wrap{
  width: 48px;
  height: 48px;
}

.wa__popup_chat_box .wa__popup_heading{
  background: #84ae76;
}

.wa__btn_popup .wa__btn_popup_icon{
  background: #84ae76;
}

.wa__popup_chat_box .wa__stt{
  border-left: 2px solid  #84ae76;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_title{
  color: #fff;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro{
  color: #fff;
  opacity: 0.8;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro strong{

}

/*.wa__btn_popup{
    left: 30px;
    right: unset;
}*/

.wa__btn_popup .wa__btn_popup_txt{
  left: 100%;
}

.wa__popup_chat_box{
  /*left: 25px;*/
}

/* 17.06.2022 Task: 92479 */
.detail_footer {
  overflow: hidden;
  max-width: 100%;
}
/* 17.06.2022 END */

@media(max-width: 700px){
  .wa__popup_chat_box,.wa__btn_popup{
    left: 10px;
  }
}
/* */
@media screen and (max-width: 565px) {
  #vsego_govarov {
    border: none!important;
    margin: 0px!important;
  }

}


/* 29.06.2022 Task: 92840 */
@media screen and (max-width: 991px) {
  #vsego_govarov {
    max-width: 100%;
    margin: 5px auto;
    text-align: center;
    white-space: normal;
  }
}
/* 29.06.2022 END */
/* 27.09.2022 Task: 95569 */
@media screen and (min-width: 1024px) and (max-width: 1199px) {#header .middle-h-row .center_block {padding-left: 20px;padding-right: 20px;}#header .middle-h-row .main-nav ul.menu > li > a {padding-left: 8px;padding-right: 8px;}#header .middle-h-row .main-nav ul.menu > li > a span {font-size: 12px;}}@media screen and (min-width: 1024px) {.basket_wrapp .header-compare-block, .basket_wrapp .wraps_icon_block {margin-right: 25px;}.basket_wrapp .basket_block .text .value {max-width: 90px;}}.contacts-wrapper {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}.contacts-wrapper .contacts_right {margin-left: 0;}.contacts-wrapper .contacts_map {width: 100%;}@media screen and (min-width: 769px) {.contacts_right {width: calc(100% - 370px);}}@media screen and (hover: none) and (pointer: coarse) {.catalog .catalog_block {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}.catalog_block .catalog_item_wrapp {height: auto !important;}.catalog_block .item_wrap {padding-bottom: 20px;}.catalog_block .item_wrap .hover_block {opacity: 1;max-height: unset;visibility: visible;}.wa__popup_chat_box {bottom: 160px;}.wa__popup_chat_box, .wa__btn_popup {right: 26px;left: auto;}.wa__btn_popup {bottom: 100px;}}
/* 27.09.2022 END */
/* 02.11.2022 Task: 96820 */
@media screen and (max-width: 1024px) {.header_wrap #header .middle-h-row .main-nav ul.menu > li > a {padding-left: 5px;padding-right: 5px;}}.footer-yandex-rating {display: block;text-align: center;width: 250px;margin: 0 auto 15px;}@media screen and (min-width: 993px) {#footer .footer_bottom {padding-bottom: 50px;}.footer-yandex-rating {top: 75px;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}}@media screen and (min-width: 601px) and (max-width: 992px) {#footer .footer_bottom {padding-bottom: 0;}.footer-yandex-rating {top: 85px;right: 15px;}}@media screen and (min-width: 601px) {.footer-yandex-rating {position: absolute;margin: 0;}}@media screen and (min-width: 951px) {#header .middle-h-row .center_block {padding-right: 1vw;}.main-nav {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;position: relative;}.center_block .search_block {margin-top: 0;float: none;display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;margin-left: 2vw;}.center_block .search_block .icon {top: 0;height: 18px;}.search_middle_block {position: absolute;right: 0;z-index: -1;width: 100%;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}.search_middle_block.active {z-index: 2;}.middle-h-row .search_middle_block .middle_form, .middle-h-row .search_middle_block.active .middle_form {position: relative;left: auto;right: 0;top: 0;}.middle-h-row .search_middle_block.active .middle_form {width: calc(100% - 40px);}.center_block .search_block .icon.open {position: relative;z-index: 3;right: 0;width: 18px;height: 18px;background-position: -179px -185px;}.fixed-hidden + #header .menu-tel {position: absolute;top: 24px;left: 0;}.fixed-hidden + #header .menu-tel + .menu-tel {left: 115px;}.fixed-hidden + #header .menu-tel + .menu-tel + .menu-tel {left: 235px;}}.tizers_block .item .title > *:last-child {margin-bottom: 0;}.tizers_block .item .img {-webkit-transition: -webkit-filter .1s;transition: -webkit-filter .1s;-o-transition: filter .1s;transition: filter .1s;transition: filter .1s, -webkit-filter .1s;will-change: filter;-webkit-filter: none;filter: none;}.tizers_block .item:hover .img {-webkit-filter: invert(65%) sepia(58%) saturate(1711%) hue-rotate(359deg) brightness(103%) contrast(106%);filter: invert(65%) sepia(58%) saturate(1711%) hue-rotate(359deg) brightness(103%) contrast(106%);}@media screen and (max-width: 1199px) {.wrapper.front_page {padding-bottom: 30px;}.wrapper.front_page + .index-map {margin-bottom: 30px;}.wrapper.front_page + .index-map + #footer {margin-top: 0;}}.header__adress a:not(:hover) {color: #e69c00 !important;}.header__adress a:hover {color: #1d1a1a !important;}
/* 02.11.2022 END */
/* 25.11.2022 Task: 97698 */
.catalog_section_list {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}@media screen and (max-width: 991px) {.viewed_slider.common_product {overflow: hidden;}}
/* 25.11.2022 END */
/* 19.12.2022 Task: 98653 */
.catalog_item .hover_block .one_click {background: #e2ae50;color: #fff;border: 0;}.catalog_item .hover_block .to-cart, .catalog_item .hover_block .one_click {position: relative;overflow: hidden;-webkit-transition: background .3s, -webkit-box-shadow .3s;transition: background .3s, -webkit-box-shadow .3s;-o-transition: background .3s, box-shadow .3s;transition: background .3s, box-shadow .3s;transition: background .3s, box-shadow .3s, -webkit-box-shadow .3s;will-change: background, box-shadow;}.catalog_item .hover_block .to-cart:hover, .catalog_item .hover_block .one_click:hover {background: #fff;color: #000;-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}.catalog_item .hover_block .to-cart:before, .catalog_item .hover_block .to-cart:after, .catalog_item .hover_block .one_click:before, .catalog_item .hover_block .one_click:after {position: absolute;display: block;content: '';top: 0;right: 0;height: 1px;width: 0;-webkit-transition: 400ms ease all;-o-transition: 400ms ease all;transition: 400ms ease all;}.catalog_item .hover_block .to-cart:before, .catalog_item .hover_block .to-cart:after {background: #faaa00;}.catalog_item .hover_block .one_click:before, .catalog_item .hover_block .one_click:after {background: #e2ae50;}.catalog_item .hover_block .to-cart:after, .catalog_item .hover_block .one_click:after {right: inherit;top: inherit;left: 0;bottom: 0;}.catalog_item .hover_block .to-cart:hover:before, .catalog_item .hover_block .to-cart:hover:after, .catalog_item .hover_block .one_click:hover:before, .catalog_item .hover_block .one_click:hover:after {width: 100%;-webkit-transition: 800ms ease all;-o-transition: 800ms ease all;transition: 800ms ease all;}@media screen and (max-width: 991px) {body > .wrapper {padding-bottom: 20px;}}@media screen and (max-width: 575px) {.start_promo .item .index-item-title {font-size: 12px;padding: 0 5px;}}.search__cover-span {color: #000;-webkit-box-sizing: border-box;box-sizing: border-box;width: 94%;height: 100%;position: absolute !important;font-size: 12px;left: 0;z-index: 5;padding: 10px 16px;margin-top: -40px;}.search__cover-span:hover {cursor: text;}.search__cover-span.hide{z-index:-1;opacity:0;}
/* 19.12.2022 END */
.text-achtung{
  font-family: Roboto, sans-serif; font-size: 18px; text-align: center;font-weight: 700;color: #ff0000;
}
.text-bottom-price {
  font-family: Roboto, sans-serif; font-size: 18px; text-align: center;
}
.text-wrapper-bottom {
  line-height: 1.5;
  text-align: justify;
  font-size: 18px;
  border: solid 1px rgba(0, 0, 0, .07);
  box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
  color: #333333;
  background: #f5f5f5;
  padding: 15px;
  border-radius: 6px;
}

.wrapper-text-bottom {
  position: fixed;
  z-index: 99999999999;
  bottom: 0;
  max-width: 1132px;
  width: 97%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* 31.01.2023 */
.catalog_item .hover_block .to-cart:not(:hover) {background: #e2ae50;}.catalog_item .hover_block .to-cart:before, .catalog_item .hover_block .to-cart:after {background: #e2ae50;}.footer__bottom-block a {pointer-events: initial !important;}.fast_view_frame.popup {left: 50%;margin: auto !important;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}.fast_view_frame.popup, .fast_view_frame.popup #fast_view_item {max-width: calc(100vw - 10px);}.fast_view_frame.popup #fast_view_item {max-width: 100%;}.fast_view_frame.popup .catalog_detail .item_main_info {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}.fast_view_frame.popup .catalog_detail .item_main_info .right_info {margin: 0 !important;}@media screen and (min-width: 601px) {.fast_view_frame.popup .catalog_detail .item_main_info .right_info {width: calc(100% - 310px);}}@media screen and (max-width: 600px) {.fast_view_frame.popup #fast_view_item {height: 76vh !important;}.fast_view_frame.popup .catalog_detail {height: 100%;overflow-y: auto;}.fast_view_frame.popup .catalog_detail .item_slider {display: block !important;}.fast_view_frame.popup .catalog_detail .item_main_info .img_wrapper, .fast_view_frame.popup .catalog_detail .item_main_info .right_info {width: 100%;}.fast_view_frame.popup .item_slider .slides, .fast_view_frame.popup .item_slider:not(.flex) .slides li {height: 60vw;line-height: 60vw;}.item_slider .slides li img {max-height: 100%;}}#footer {z-index: 10;}
/* 31.01.2023 END */
/* 10.02.2023 Task: 100334 */
.text-bottom-price a[href*='tel'] {white-space: nowrap;}.text-bottom-price__attention {color: #af0000;}@media screen and (max-width: 894px) {.text-bottom-price__attention {display: block;text-align: left;}}
/* 10.02.2023 END */

#modal-close {
  display: inline-block;
  margin: 10px 6px 4px 6px;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  padding: 8px 16px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  background: #ffad00;
}
#modal-close:hover {
  color: #FFF;
}
#modal-close:after,
#modal-close:before {
  position: absolute;
  height: 2px;
  left: 50%;
  background: #ffad00;
  bottom: -6px;
  content: "";
  transition: all 280ms ease-in-out;
  width: 0;
}
#modal-close:before {
  top: -6px;
}
#modal-close:hover:after,
#modal-close:hover:before {
  width: 100%;
  left: 0;
}
.third-way-tabs-content{
  padding-top: 0;
}
.specials_slider li::before {content: none;}
/* 27.02.2023 Task: 100883 */
@media screen and (max-width: 991px) {
  .bx_compare .frame {
    margin-left: 0 !important;
  }
  .prop_title_table {
    display: none;
  }
}
/* 27.02.2023 END */
/* 23.03.2023 Task: 101733 */
.naz_katalog.title_block {display: block;margin: 15px auto;text-align: center;}.brands_list li a > img {margin-right: 10px;}.brands_list li a {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.brands_list li a > img + span {display: block;}.brands_list li a > img + span:first-letter {text-transform: uppercase;}@media screen and (max-width: 450px) {ul.brands_list li {width: 45%;}}
/* 23.03.2023 END */
.title-h3{
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}
.div-service {
  display: flex;
  align-items: flex-start;
}
.zakaz-service{
  margin-left: 20px;
}

/* Временная инструкция для локальной вёрстки */
.wrapper-text-bottom {
  display: none !important;
}
/* Временная инструкция для локальной вёрстки END */
.wrapper.wrapper_detail {padding-bottom: 0;}.third-way-btn {position: relative;-webkit-appearance: none;-moz-appearance: none;appearance: none;display: inline-block;cursor: pointer;text-align: center;background-color: #FFAD00;color: #fff;border: 2px solid #FFAD00;font-size: 14px;line-height: 16px;font-weight: 700;text-transform: uppercase;padding: 10px 13px;border-radius: 3px;-webkit-transition: background-color .2s;-o-transition: background-color .2s;transition: background-color .2s;will-change: background-color;text-decoration: none;}@media screen and (max-width: 359px) {.third-way-btn {font-size: 13px;line-height: 15px;padding: 10px 12px;}.third-way-btn_with-icon {padding-left: 30px;}.third-way-btn_with-icon:before {left: 8px;}}.third-way-btn:hover {text-decoration: none;background-color: #D8AE46;border-color: #D8AE46;color: #fff;}.third-way-btn.third-way-btn_invert {background-color: #fff;color: #FFAD00;}.third-way-btn.third-way-btn_invert:hover {background-color: #D8AE46;color: #fff;}.third-way-btn_with-icon {padding-left: 38px;}.third-way-btn_with-icon:before {position: absolute;display: block;content: '';width: 16px;height: 16px;left: 15px;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}.third-way-btn_compare:before {background: url("/local/templates/aspro_mshop/images/detail-icons-sprite.png") no-repeat center -47px;}.third-way-detail.item_main_info {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin-bottom: 40px;border: 0;}.third-way-detail.item_main_info, .third-way-detail.item_main_info * {-webkit-box-sizing: border-box;box-sizing: border-box;}@media screen and (min-width: 992px) {.third-way-detail.item_main_info {margin-bottom: 75px;padding-bottom: 120px;}}.third-way-detail > div[itemprop="offers"] {width: 100%;}.third-way-detail__top, .third-way-detail__info-row {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}.third-way-detail__top {position: relative;z-index: 1;width: 100%;margin-bottom: 20px;}@media screen and (min-width: 992px) {.third-way-detail__top {padding-left: calc(50% + 25px);}}@media screen and (min-width: 768px) and (max-width: 991px) {.third-way-detail__top {padding-left: calc(33% + 15px);}}.third-way-detail__heading {width: calc(100% - 66px);margin: 5px 0;font-weight: 700;font-size: 20px;line-height: 23px;text-align: left;}@media screen and (min-width: 768px) {.third-way-detail__heading {font-size: 30px;line-height: 34px;}}.third-way-detail__add-to-favorite {position: relative;-webkit-appearance: none;-moz-appearance: none;appearance: none;display: inline-block;cursor: pointer;border: 1px solid #FFAD00;background-color: #FFAD00;width: 46px;height: 40px;border-radius: 3px;margin: 5px 0;-webkit-transition: background-color .2s;-o-transition: background-color .2s;transition: background-color .2s;will-change: background-color;}.third-way-detail__add-to-favorite:before {position: absolute;display: block;content: '';width: 16px;height: 16px;background: url("/local/templates/aspro_mshop/images/detail-icons-sprite.png") no-repeat center -10px;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}.third-way-detail__add-to-favorite:not(.active):hover {border-color: #D8AE46;background-color: #D8AE46;}.third-way-detail__add-to-favorite.active {background-color: #fff;}.third-way-detail__add-to-favorite.active:before {-webkit-filter: invert(35%) sepia(98%) saturate(2315%) hue-rotate(2deg) brightness(105%) contrast(106%);filter: invert(35%) sepia(98%) saturate(2315%) hue-rotate(2deg) brightness(105%) contrast(106%);}.third-way-detail .third-way-detail__left, .third-way-detail .third-way-detail__right {position: relative;width: 100%;}.third-way-detail .third-way-detail__left {margin-bottom: 30px;z-index: 2;}@media screen and (max-width: 767px) {.third-way-detail .third-way-detail__left {height: calc(100vw - 30px);}}.third-way-detail .third-way-detail__right.right_info {padding-left: 0;z-index: 0;}@media screen and (min-width: 992px) {.third-way-detail .third-way-detail__left, .third-way-detail .third-way-detail__right {width: calc(50% - 25px);}.third-way-detail .third-way-detail__right {padding-bottom: 20px;}}@media screen and (min-width: 768px) and (max-width: 991px) {.third-way-detail .third-way-detail__left {width: calc(33% - 15px);}.third-way-detail .third-way-detail__right {width: calc(67% - 15px);}}@media screen and (min-width: 768px) {.third-way-detail .third-way-detail__left, .third-way-detail .third-way-detail__right {margin-bottom: 0;}}.third-way-detail .third-way-detail__left .item_slider {width: 100%;padding: 0;float: none;}.third-way-detail .third-way-detail__left .item_slider:after {display: none;}.third-way-detail .third-way-detail__left .item_slider .slides {padding-top: 0 !important;border: 1px solid #D8AE46;}@media screen and (min-width: 992px) {.third-way-detail .third-way-detail__left .item_slider, .third-way-detail .third-way-detail__left .item_slider .slides li {height: 100%;}.third-way-detail .third-way-detail__left .item_slider .slides {margin-bottom: 20px;height: calc(100% - 20px);}}@media screen and (max-width: 600px) {.third-way-detail .third-way-detail__left .item_slider, .third-way-detail .third-way-detail__left .item_slider .thumbs {display: block !important;}}@media screen and (max-width: 767px) {.third-way-detail .third-way-detail__left {height: auto;}.third-way-detail .third-way-detail__left .item_slider {height: calc(100vw + 45px);}.third-way-detail .third-way-detail__left .item_slider .slides {height: calc(100% - 75px);}.third-way-detail .third-way-detail__left .item_slider .slides ul, .third-way-detail .third-way-detail__left .item_slider .slides li, .third-way-detail .third-way-detail__left .item_slider .slides li .wrap, .third-way-detail .third-way-detail__left .item_slider .slides li a {display: block;height: 100%;}}.third-way-detail .third-way-detail__left .item_slider .thumbs {max-width: 100% !important;}.third-way-detail .third-way-detail__left .item_slider #thumbs {height: 120px;}.third-way-detail .third-way-detail__left .item_slider .thumbs li {width: 120px !important;height: 100%;border-width: 1px;overflow: hidden;}@media screen and (max-width: 767px) {.third-way-detail .third-way-detail__left .item_slider #thumbs {height: 65px;}.third-way-detail .third-way-detail__left .item_slider .thumbs li {width: 65px !important;}}.third-way-detail .third-way-detail__left .item_slider .thumbs li:not(:hover):not(.current) {border-color: #dfdfdf;}.third-way-detail .third-way-detail__right .info_item:before {display: none;}.third-way-detail .third-way-detail__right .info_item .top_info, .third-way-detail .third-way-detail__right .info_item .middle_info {border: 0;}.third-way-detail .third-way-detail__right .info_item .middle_info {padding: 0;}.third-way-detail__characteristics {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;margin-bottom: 15px;}@media screen and (max-width: 519px) {.third-way-detail__characteristics {margin-bottom: 10px;}}.third-way-detail__characteristics-heading {background-color: #FFAD00;color: #fff;text-transform: uppercase;font-weight: 700;}.third-way-detail__characteristics-heading, .third-way-detail__characteristics table td {font-size: 16px;line-height: 18px;padding: 10px 20px;}.third-way-detail__characteristics .table-responsive {width: 100%;}.third-way-detail__characteristics table {border: 1px solid #D0D0D0;border-top: 0;min-width: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;}.third-way-detail__characteristics table tr:nth-child(odd) {background-color: #F7F7F7;}.third-way-detail__characteristics table td {text-align: left;vertical-align: middle;font-weight: 400;}.third-way-detail__info-row {-ms-flex-wrap: wrap;flex-wrap: wrap;margin-bottom: 30px;}.third-way-detail__info-row:last-child {margin-bottom: 0;}@media screen and (max-width: 519px) {.third-way-detail__info-row.third-way-detail__info-row_compare {margin-bottom: 10px;}.third-way-detail__info-row .rating {-webkit-transform: scale(1.5);-ms-transform: scale(1.5);transform: scale(1.5);-webkit-transform-origin: 0 50%;-ms-transform-origin: 0 50%;transform-origin: 0 50%;}}.third-way-detail__info-row .rating, .third-way-detail__info-row .third-way-btn_compare {margin-top: 10px;margin-bottom: 10px;}.third-way-detail__info-row_price {margin-bottom: 15px;}@media screen and (max-width: 519px) {.third-way-detail__info-row_price {margin-bottom: 20px;}}.third-way-detail__info-row_price .counter_block.big_basket, .third-way-detail__info-row_price .cost {margin-top: 5px;margin-bottom: 5px;}@media screen and (max-width: 519px) {.third-way-detail__info-row_price .counter_block.big_basket, .third-way-detail__info-row_price .cost {margin-top: 0;}.third-way-detail__info-row_price .counter_block.big_basket {margin-bottom: 0;}.third-way-detail__info-row_price .cost {margin-bottom: 20px;}}.third-way-detail__info-row_price .counter_block.big_basket {border: 1px solid #D0D0D0;width: auto;}@media screen and (min-width: 520px) {.third-way-detail__info-row_price .counter_block.big_basket {margin-left: 0;}}.third-way-detail__info-row_price .counter_block.big_basket input[type="text"] {width: 108px;background-color: #F6F6F6;}@media screen and (min-width: 992px) and (max-width: 1057px) {.third-way-detail__info-row_price .counter_block.big_basket input[type="text"] {width: 97px;}}.third-way-detail__info-row_price .counter_block.big_basket > span {display: inline-block;position: relative;width: 28px;}.third-way-detail__info-row_price .counter_block.big_basket > span:before, .third-way-detail__info-row_price .counter_block.big_basket > span:after {position: absolute;top: 50%;left: 50%;width: 16px;height: 2px;background-image: none;background-color: #383838;}.third-way-detail__info-row_price .counter_block.big_basket > span:before, .third-way-detail__info-row_price .counter_block.big_basket > span.plus:after {display: block;content: '';}.third-way-detail__info-row_price .counter_block.big_basket > span:before {-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}.third-way-detail__info-row_price .counter_block.big_basket > span.plus:after {-webkit-transform: translate(-50%, -50%) rotate(90deg);-ms-transform: translate(-50%, -50%) rotate(90deg);transform: translate(-50%, -50%) rotate(90deg);}.third-way-detail__info-row_price .cost .price {padding-right: 0;margin-right: 0;font-size: 20px !important;line-height: 22px !important;}@media screen and (max-width: 519px) {.third-way-detail__info-row_price {-webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}}.third-way-detail__info-row_buttons .third-way-btn:not(:last-child) {margin-right: 10px;}.third-way-detail__info-row_buttons .third-way-btn_one-click {}@media screen and (min-width: 520px) {.third-way-detail__info-row_buttons .third-way-btn_one-click {margin-left: auto;}}.third-way-detail__info-row_buttons .third-way-btn_cheaper {-webkit-box-ordinal-group: 1;-ms-flex-order: 0;order: 0;}@media screen and (max-width: 519px) {.third-way-detail__info-row_buttons .third-way-btn_cheaper {-webkit-box-ordinal-group: 6;-ms-flex-order: 5;order: 5;width: 100%;background-color: transparent;color: #2D5AF8;font-weight: 300;padding: 20px;font-size: 12px;line-height: 14px;text-decoration: underline;border: 0;text-transform: none;margin-right: 0;}.third-way-detail__info-row_buttons .third-way-btn_cheaper:first-letter {text-transform: uppercase;}.third-way-detail__info-row_buttons .third-way-btn_cheaper:hover {text-decoration: none;background-color: transparent;color: #2d58ef;}}.third-way-detail__info-row_buttons .third-way-btn_one-click {-webkit-box-ordinal-group: 2;}.third-way-detail__info-row_buttons .third-way-btn_to-cart {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}.third-way-detail__info-row_buttons .third-way-btn_in-cart {-webkit-box-ordinal-group: 4;-ms-flex-order: 3;order: 3;margin-right: 0 !important;}@media screen and (min-width: 992px) and (max-width: 1057px) {.third-way-detail__info-row_buttons .third-way-btn {font-size: 13px;line-height: 15px;padding: 10px 12px;}.third-way-detail__info-row_buttons .third-way-btn_with-icon {padding-left: 30px;}.third-way-detail__info-row_buttons .third-way-btn_with-icon:before {left: 8px;}}.third-way-detail__info-row_buttons .total_summ {-webkit-box-ordinal-group: 5;-ms-flex-order: 4;order: 4;width: 100%;text-align: right;}@media screen and (max-width: 519px) {.third-way-detail__info-row_buttons .total_summ {text-align: center;}}.third-way-detail__info-row_buttons .third-way-btn_to-cart:before {background: url("/local/templates/aspro_mshop/images/detail-icons-sprite.png") no-repeat center -82px;}.catalog_detail #reviews_content {border-top: 0;padding: 0;}.catalog_detail .reviews-reply-form {padding-bottom: 0;}.third-way-tabs, .third-way-tabs * {}.third-way-tabs {position: relative;margin-bottom: 40px;}@media screen and (min-width: 992px) {.third-way-tabs {margin-bottom: 70px;}}.third-way-tabs-list {position: relative;z-index: 1;list-style: none;padding: 0;margin: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}@media screen and (min-width: 768px) {.third-way-tabs-list {margin-bottom: -1px;}}.third-way-tabs-list__item {margin-bottom: 10px;}@media screen and (min-width: 768px) {.third-way-tabs-list__item {margin-bottom: 0;}}.third-way-tabs-list__item:before {display: none;}.third-way-tabs-list__item:not(:last-child) {margin-right: 10px;}.third-way-tabs-list__btn {position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;text-decoration: none;padding: 10px;background-color: #F7F7F7;border: 1px solid #D0D0D0;color: #383838;}@media screen and (min-width: 768px) {.third-way-tabs-list__btn {padding: 15px 18px;}}.third-way-tabs-list__btn.active {background-color: #fff;border-color: #D8AE46;color: #FFAD00;}.third-way-tabs-list__btn.active:after {position: absolute;display: none;content: '';width: 100%;height: 2px;top: calc(100% - 2px);left: 0;background: #fff;}@media screen and (min-width: 768px) {.third-way-tabs-list__btn.active {border-bottom-color: transparent;}.third-way-tabs-list__btn:not(.active) {border-bottom-color: #D8AE46;}.third-way-tabs-list__btn.active:after {display: block;}}.third-way-tabs-list__btn span {display: inline-block;font-weight: 700;font-size: 12px;line-height: 14px;color: inherit;}@media screen and (min-width: 768px) {.third-way-tabs-list__btn span {font-size: 14px;line-height: 16px;}}.third-way-tabs-list__btn:hover {color: #FFAD00;}.third-way-tabs-content {position: relative;overflow: hidden;background-color: #fff;border: 1px solid #D8AE46;padding: 15px;}.third-way-tabs-pane {position: absolute;top: 0;left: 0;width: 100%;min-height: 100%;z-index: -1;pointer-events: none;opacity: 0;-webkit-transition: opacity .2s;-o-transition: opacity .2s;transition: opacity .2s;}.third-way-tabs-pane.active {position: relative;z-index: 1;pointer-events: initial;opacity: 1;}.third-way-tabs-pane .specials, .third-way-tabs-pane .specials .content_inner, .third-way-tabs-pane .specials .content_inner .flex-viewport, .third-way-tabs-pane .specials .content_inner .flex-viewport .specials_slider {-webkit-box-sizing: border-box;box-sizing: border-box;}.third-way-tabs-pane .specials, .third-way-tabs-pane .specials .content_inner {margin: 0;padding: 0;}.third-way-tabs-pane .specials .content_inner .flex-viewport {margin: 0;}.third-way-price-attention {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}@media screen and (min-width: 640px) {.third-way-price-attention {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}}.third-way-price-attention p {color: #000;text-align: center;font-size: 13px;line-height: 15px;font-weight: 500;margin-bottom: 40px;}.third-way-price-attention a[href*="tel:"], .third-way-price-attention a[href*="mailto:"] {white-space: nowrap;}@media screen and (min-width: 640px) {.third-way-price-attention p {text-align: left;width: calc(50% - 15px);font-size: 16px;line-height: 18px;font-weight: 300;margin-bottom: 40px;}}.third-way-price-attention__discount a, .third-way-price-attention__vat a {text-decoration: underline;}.third-way-price-attention__vat a {color: #000;}.third-way-price-attention__discount a:hover, .third-way-price-attention__vat a:hover {text-decoration: none;}.third-way-price-attention__vat a:hover {color: #e69c00;}.third-way-price-attention__discount span {text-transform: uppercase;}p.third-way-price-attention__vat {text-transform: uppercase;}

.added .third-way-detail__add-to-favorite, .added .third-way-btn_compare {opacity: 0.4;}.style-photo {padding-bottom: 120px;}.tabs_section {margin-bottom: 35px;}.third-way-tabs-content {margin-bottom: 70px;}.wrapper.banner_auto {padding-bottom: 0;}.third-way-price-attention {margin-top: 30px;}.summ_new {display: block !important;opacity: 0;}.third-way-tabs-content {padding-top: 20px !important;}.third-way-tabs table.props_list {width: 100%;}.third-way-detail__right .find-btn_cheaper-form {margin-top: 0;}.third-way-detail__right .find-btn_cheaper {position: relative;-webkit-appearance: none;-moz-appearance: none;appearance: none;display: inline-block;cursor: pointer;text-align: center;background-color: #FFAD00;color: #fff;border: 2px solid #FFAD00;font-size: 14px;line-height: 16px;font-weight: 700;text-transform: uppercase;padding: 10px 13px;border-radius: 3px;-webkit-transition: background-color .2s;-o-transition: background-color .2s;transition: background-color .2s;will-change: background-color;text-decoration: none;}.third-way-detail__right .find-btn_cheaper:hover {background: #d8ae46;color: #fff;}@media screen and (max-width: 991px) {.style-photo {padding-bottom: 0;}}@media screen and (max-width: 482px) {.third-way-detail__right .to-cart {order: -1;}.third-way-detail__right .third-way-btn_one-click {order: -1;}}.flex-direction-nav li a, .flex-direction-nav li span {text-indent: -9999px;}
/* 19.05.2023 Task: 10365/*/
@media screen and (max-width: 519px) {.third-way-detail__info-row .rating {width: 100%;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}.third-way-detail__info-row .rating table {margin-left: auto;margin-right: auto;}.third-way-detail__info-row .onclick-see-more {-webkit-box-ordinal-group: 101;-ms-flex-order: 100;order: 100;}}
.articles-list.vertical.news {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width: auto;}.articles-list.vertical.news .item > .wrapper_inner_block {height: 100%;padding: 15px;border: 1px solid #e69c00;-webkit-box-sizing: border-box;box-sizing: border-box;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}@media screen and (min-width: 501px) and (max-width: 991px) {.articles-list.vertical.news .item {width: 50%;}}.articles-list.vertical.news .item_block.item .left-data a {line-height: 1;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.articles-list.vertical.news .item_block.item .left-data a img {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}.articles-list.vertical.news .item_block.item .right-data {padding: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;}.articles-list.vertical.news .item_block.item .right-data .preview-text:not(:last-child) {margin-bottom: 15px;}.articles-list.vertical.news .item__more-btn {-webkit-appearance: none;-moz-appearance: none;appearance: none;display: inline-block;padding: 7px 12px;text-transform: uppercase;background-color: #e69c00;text-decoration: none;color: #fff;font-size: 13px;line-height: 1.2;margin-top: auto;margin-left: auto;}.articles-list.vertical.news .item__more-btn:hover {background-color: #d68f00;text-decoration: none;color: #fff;}
/* 19.05.2023 END */
/* 05.07.2023 Task: 105152 */
.fivetop_slider-title {text-align: center;}.fivetop_slider .image_wrapper_block {margin-left: auto;margin-right: auto;}.fivetop_slider .flex-nav-prev, .fivetop_slider .flex-nav-next {position: absolute;bottom: 10%;z-index: 20;background-color: #fff;}.fivetop_slider .flex-nav-prev {left: 0;}.fivetop_slider .flex-nav-next {right: 0;}@media screen and (max-width: 768px) {div#vsego_govarov {clear: both;}}.third-way-price-attention .third-way-price-attention__discount span, .third-way-price-attention .third-way-price-attention__vat, .third-way-price-attention .third-way-price-attention__vat a {color: #ce0000;}.third-way-tabs .flex-viewport:after {position: absolute;z-index: 10;display: block;content: '';width: 100%;height: 5px;cursor: pointer;}.fast_view_frame.popup .catalog_detail .item_main_info .prices_item_block {overflow: hidden;max-height: unset;}.third-way-detail__info-row_buttons .third-way-btn_one-click {background-color: #faaa00;border-radius: 2px;padding: 10px 20px;font-size: 13px;color: #fff;border: 0;}.front_page .wrapper_inner > ul li {position: relative;padding-left: 20px;}.front_page .wrapper_inner > ul li:before {position: absolute;line-height: 1;left: 0;}.third-way-tabs-pane .flex-nav-prev, .third-way-tabs-pane .flex-nav-next {padding: 0;}.third-way-tabs-pane .flex-viewport {overflow: hidden !important;padding: 10px 15px 35px;}.tab_slider_wrapp .tabs_content .flex-viewport {margin-top: 0;padding-top: 35px;padding-bottom: 35px;}
/* 05.07.2023 END */
/* 19.07.2023 Task: 105577 */
.header_wrap .phones .phone_wrap:nth-child(3) {width: 20px;}.header_wrap .top-h-row .header-phone-telegramm > a {display: block;width: 20px;height: 20px;}@media screen and (min-width: 601px) {.header_wrap .phones .phone_wrap:nth-child(4) {margin-left: 4px;}}@media screen and (max-width: 600px) {.header_wrap .top-h-row .phones {-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}.header_wrap .phones .phone_wrap {width: 100%;}.header_wrap .phones .phone_wrap:nth-child(4) {width: calc(100% - 30px);}}
/* 19.07.2023 END */
/* 10.08.2023 Task: 106236 */
.index-map {margin-bottom: 30px;}#footer {margin-top: 0;}.third-way-detail__right .third-way-btn, .third-way-detail__right .to-cart, .third-way-detail__right .in-cart {overflow: hidden;border: 0;}.third-way-detail__right .third-way-btn:hover, .third-way-detail__right .to-cart:hover, .third-way-detail__right .in-cart:hover {background-color: #ffad1f;box-shadow: none;-webkit-animation: siButtonPulse 1s 0s ease-out 1;-moz-animation: siButtonPulse 1s 0s ease-out 1;animation: siButtonPulse 1s 0s ease-out 1;}@keyframes siButtonPulse {from {box-shadow: 0 0 5px 4px #ffad1f, 0 0 8px 10px #ffad1f;}to {box-shadow: 0 0 7px 2px rgba(255, 48, 26, 0), 0 0 3px 20px rgba(255, 48, 26, 0);}}
/* 10.08.2023 END */
.tabs_content {margin-bottom: 40px !important;}
/* 05.10.2023 Task: 108089 */
#header .catalog-nav {max-height: calc(100vh - 65px);}
/* 05.10.2023 END */
/* 22.11.2023 Task: 109815 */
.catalog_detail .third-way-tabs-list__item {position: relative;}.catalog_detail #product_reviews_tab > .third-way-tabs-list__btn {padding-right:15px;}.catalog_detail #product_reviews_tab > .count {position: absolute;display: block;right: 7px;top:15px;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
/* 22.11.2023 END */
/* 07.02.2024 Task: 112501 */
.teasers,.teasers *{-webkit-box-sizing:border-box;box-sizing:border-box}.teasers{list-style:none;padding:0;margin:30px 0 50px;display:grid;grid-gap:20px;grid-template-columns:repeat(2,1fr)}@media screen and (min-width:992px){.teasers{grid-gap:40px;grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:640px) and (max-width:991px){.teasers{grid-gap:30px;grid-template-columns:repeat(3,1fr)}}.teasers-item,.front_page ul.teasers>li.teasers-item{padding:0;margin:0}.teasers-item:before{display:none}.teasers-item__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}@media screen and (min-width:768px){.teasers-item__link{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.teasers-item__icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:60px;height:60px;border-radius:50%;overflow:hidden;-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;-o-transition:filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s}.teasers-item__icon_1{background:-o-linear-gradient(45.68deg,#F08301 14.56%,#F5A701 84.57%);background:linear-gradient(44.32deg,#F08301 14.56%,#F5A701 84.57%)}.teasers-item__icon_2{background:-o-linear-gradient(45.68deg,#7DDC04 14.56%,#C1FA20 84.57%);background:linear-gradient(44.32deg,#7DDC04 14.56%,#C1FA20 84.57%)}.teasers-item__icon_3{background:-o-linear-gradient(45.68deg,#0161F0 14.56%,#01ACF5 84.57%);background:linear-gradient(44.32deg,#0161F0 14.56%,#01ACF5 84.57%)}.teasers-item__icon_4{background:-o-linear-gradient(45.68deg,#A31616 14.56%,#F74646 84.57%);background:linear-gradient(44.32deg,#A31616 14.56%,#F74646 84.57%)}.teasers-item__icon:before{display:block;content:'';width:40px;height:40px;background:url('../images/teasers-sprite.png') no-repeat;background-size:40px;-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;-o-transition:filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s}.teasers-item__icon_1:before{background-position:4px 0}.teasers-item__icon_2:before{background-position:center -45px}.teasers-item__icon_3:before{background-position:-1px -97px}.teasers-item__icon_4:before{background-position:center -146px}.teasers-item:hover .teasers-item__icon{-webkit-filter:brightness(.95);filter:brightness(.95)}.teasers-item:hover .teasers-item__icon:before{-webkit-filter:drop-shadow(0 .2rem .5rem rgba(0,0,0,.25));filter:drop-shadow(0 .2rem .5rem rgba(0,0,0,.25))}.teasers-item__title{font-size:12px;margin:0}@media screen and (min-width:768px){.teasers-item__title{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 80px);flex:0 0 calc(100% - 80px);max-width:calc(100% - 80px)}}
.index-clients-heading{margin-bottom:50px}.clients-carousel{margin-bottom:50px}.clients-carousel:not(.slick-initialized){display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:auto}.clients-carousel:not(.slick-initialized)>.clients-carousel__item{-webkit-box-flex:0;-ms-flex:0 0 150px;flex:0 0 150px;max-width:150px}.clients-carousel.slick-initialized{padding-left:65px;padding-right:65px}.clients-carousel .slick-track{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.clients-carousel .slick-arrow{width:24px;height:24px}.clients-carousel .slick-arrow:before{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);content:'';width:100%;height:100%}.clients-carousel .slick-prev{left:0}.clients-carousel .slick-prev:before{background:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlLz48ZyBkYXRhLW5hbWU9IjEiIGlkPSJfMSI+PHBhdGggZD0iTTM1Myw0NTBhMTUsMTUsMCwwLDEtMTAuNjEtNC4zOUwxNTcuNSwyNjAuNzFhMTUsMTUsMCwwLDEsMC0yMS4yMUwzNDIuMzksNTQuNmExNSwxNSwwLDEsMSwyMS4yMiwyMS4yMUwxODkuMzIsMjUwLjEsMzYzLjYxLDQyNC4zOUExNSwxNSwwLDAsMSwzNTMsNDUwWiIvPjwvZz48L3N2Zz4=') no-repeat center;background-size:contain}.clients-carousel .slick-next{right:0}.clients-carousel .slick-next:before{background:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlLz48ZyBkYXRhLW5hbWU9IjEiIGlkPSJfMSI+PHBhdGggZD0iTTIwMi4xLDQ1MGExNSwxNSwwLDAsMS0xMC42LTI1LjYxTDM2NS43OSwyNTAuMSwxOTEuNSw3NS44MUExNSwxNSwwLDAsMSwyMTIuNzEsNTQuNmwxODQuOSwxODQuOWExNSwxNSwwLDAsMSwwLDIxLjIxbC0xODQuOSwxODQuOUExNSwxNSwwLDAsMSwyMDIuMSw0NTBaIi8+PC9nPjwvc3ZnPg==') no-repeat center;background-size:contain}.clients-carousel__item{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:0;height:30px;margin-left:15px;margin-right:15px}@media screen and (min-width:576px){.clients-carousel__item{margin-left:20px;margin-right:20px}}.clients-carousel__item img{max-height:100%}
.lead-block,.lead-block *{-webkit-box-sizing:border-box;box-sizing:border-box}.lead-block{padding:20px;color:#fff;margin-bottom:55px;background:-o-linear-gradient(top,#F6A702 0%,#F18402 100%);background:-webkit-gradient(linear,left top,left bottom,from(#F6A702),to(#F18402));background:linear-gradient(180deg,#F6A702 0%,#F18402 100%)}.lead-block>.wrapper_inner{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width:768px){.lead-block>.wrapper_inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.lead-block__caption,.lead-block__caption p{color:inherit;margin:0}.lead-block__caption p{font-size:22px!important;line-height:1.3;font-weight:700}@media screen and (min-width:768px){.lead-block__caption{padding-right:20px}.lead-block__caption p{font-size:32px!important;line-height:38px}}.lead-block__callback-btn{display:inline-block;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:10px 30px;border-radius:5px;text-transform:none;color:#F28703;border:1px solid #fff;background-color:#fff;font-weight:normal;font-size:20px;line-height:1.3;white-space:nowrap;-webkit-transition:background-color .2s;-o-transition:background-color .2s;transition:background-color .2s}.lead-block__callback-btn:hover,.lead-block__callback-btn:focus-visible{color:#fff;background-color:transparent}@media screen and (min-width:768px){.lead-block__callback-btn{font-size:24px;line-height:29px}}
.mb-40{margin-bottom:40px}@media screen and (min-width:992px){.mb-lg-80{margin-bottom:80px}}.content-advantages{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;padding:0;margin:0}.content-advantages,.content-advantages *{-webkit-box-sizing:border-box!important;box-sizing:border-box!important}@media screen and (min-width:992px){.content-advantages{margin-bottom:38px}}@media screen and (min-width:576px) and (max-width:991px){.content-advantages{margin-bottom:20px}}ul.content-advantages>li.content-advantages-item{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;justify-self:center;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-bottom:20px}@media screen and (min-width:992px){ul.content-advantages>li.content-advantages-item{-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%;margin-bottom:42px;padding-left:25px;padding-right:25px}}@media screen and (min-width:576px) and (max-width:991px){ul.content-advantages>li.content-advantages-item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;margin-bottom:25px;padding-left:15px;padding-right:15px}}ul.content-advantages>li.content-advantages-item:before{display:none}.content-advantages-item__img{width:150px;height:150px;font-size:0;overflow:hidden;border-radius:50%;margin-bottom:20px}.content-advantages-item__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.content-advantages-item__caption{margin:0}
.header_wrap + .wrapper_inner{z-index:1;}.breadcrumbs .dropdown>a{white-space:normal;}.breadcrumbs .bx-breadcrumb-item.drop{padding-right:20px;}.breadcrumbs .bx-breadcrumb-item.drop .separator,.breadcrumbs .bx-breadcrumb-item.drop:hover .separator{top:3px;right:0;bottom:auto;}
/* 07.02.2024 END */
/* 29.03.2024 Task: 114510 */
.fast_view_frame.popup .catalog_detail{overflow-y:auto;max-height:100%;}.fast_view_frame.popup .price_one{margin-bottom:10px;}.fast_view_frame.popup .price_one>p:last-child{margin-bottom:0;}.fast_view_frame.popup .title_tab:first-child{padding-top:0;}.fast_view_frame.popup .catalog_detail .item_main_info .prices_item_block{padding:15px 30px 0;}@media screen and (min-width:601px) and (max-width:991px){.fast_view_frame.popup .description_wrapp{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:600px){.fast_view_frame.popup .description_wrapp{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.fast_view_frame.popup .catalog_detail .top_info .like_icons{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:10px}.fast_view_frame.popup .catalog_detail .top_info .like_icons span.value{padding:0;border:0;margin:0;width:32px;height:32px}.fast_view_frame.popup .catalog_detail .top_info .like_icons span.value:before{width:100%;height:100%}.fast_view_frame.popup .catalog_detail .item_main_info .like_icons>div{margin:0!important;vertical-align:middle}}
/* 29.03.2024 END */
.section-about{padding:40px 0 25px;background-color:#F7F7F9}.section-about__inner{display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:768px){.section-about__inner{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media screen and (min-width:992px){.section-about__inner{gap:75px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.section-about__logo{-webkit-box-flex:0;-ms-flex:0 0 250px;flex:0 0 250px;max-width:100%}.section-about__description{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media screen and (min-width:768px){.section-about__logo{-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%;max-width:30%}.section-about__description{-webkit-box-flex:0;-ms-flex:0 0 calc(70% - 30px);flex:0 0 calc(70% - 30px);max-width:calc(70% - 30px)}}@media screen and (min-width:992px){.section-about__logo{-webkit-box-flex:0;-ms-flex:0 0 340px;flex:0 0 340px;max-width:340px}.section-about__description{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 415px);flex:0 0 calc(100% - 415px);max-width:calc(100% - 415px)}}.section-about__logo img{height:auto;max-width:100%}.section-about__description p:not(:last-child),.section-about__description ul:not(:last-child){margin-bottom:13px}.section-about__description ul li{position:relative;padding-left:30px}.section-about__description ul li:before{position:absolute;top:0;left:0;line-height:1}.third-way-content-img{max-width:100%;margin:0 auto 15px;display:block;float:none;height:auto}@media screen and (min-width:992px){.third-way-content-img.third-way-content-img_left,.third-way-content-img.third-way-content-img_right{max-width:40%}}@media screen and (min-width:576px) and (max-width:991px){.third-way-content-img.third-way-content-img_left,.third-way-content-img.third-way-content-img_right{max-width:35%}}@media screen and (min-width:576px){.third-way-content-img.third-way-content-img_left{float:left;margin:0 15px 15px 0}.third-way-content-img.third-way-content-img_right{float:right;margin:0 0 15px 15px}}.simple-spoiler-more{display:none}.simple-spoiler-more-btn{display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;color:#F09300;cursor:pointer;text-transform:none}.simple-spoiler-more-btn:hover{text-decoration:underline}.section-advantages{padding:40px 0 45px}@media screen and (min-width:1200px){.section-advantages{padding:80px 0 90px}}.section-advantages .section-heading{margin-bottom:40px}@media screen and (min-width:1200px){.section-advantages .section-heading{margin-bottom:60px}}.company-advantages{display:grid;grid-gap:20px 30px;grid-template-columns:repeat(1,1fr);margin-bottom:45px}@media screen and (min-width:768px){.company-advantages{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1200px){.company-advantages{grid-gap:50px 80px;margin-bottom:80px}}.company-advantages__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0!important}.company-advantages__item p{margin-bottom:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media screen and (min-width:412px){.company-advantages__item p{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 120px);flex:0 0 calc(100% - 120px);max-width:calc(100% - 120px)}}.company-advantages__item:before{position:static!important;display:block;content:'';width:100px;height:100px;background:url('/images/index-advantages-icons-sprite.png') no-repeat;background-size:100px auto;margin:0 auto}@media screen and (min-width:412px){.company-advantages__item:before{margin-left:0}}.company-advantages__item_1:before{background-position:center 0}.company-advantages__item_2:before{background-position:center -103px}.company-advantages__item_3:before{background-position:center -201px}.company-advantages__item_4:before{background-position:center -304px}

@media (min-width:991px){.main-nav{position:static!important}#header .menu.full{position:static!important}.catalog-nav-list__link-preview{width:60px;height:60px;margin-right:20px}.catalog-nav-list__link>span{font-size:13px;font-weight:500}#header .catalog-nav{top:calc(100% - 10px)!important;left:0}.catalog-nav-list__link{padding:13px 5px}.catalog-nav-list{padding:15px 20px}.fixed-hidden + #header .menu-tel{left:135px!important}.fixed-hidden + #header .menu-tel + .menu-tel{left:250px!important}.fixed-hidden + #header .menu-tel + .menu-tel + .menu-tel{left:375px!important}}@media (max-width:767px){.sort_header.view_block .sort_filter{filter: contrast(900%);} #right_block_ajax .adaptive_filter{padding: 12px;} .sort_header.view_block .sort_display{display:none} .sort_header.view_block .sort_filter{margin-left: 20px;}}
.hidden-block{display: none;}
.auth-mobile-btn{display:none;width:20px;height:20px;padding:0;font-size:0;color:#000}.auth-mobile-btn:before{display:block;content:'';width:20px;height:20px;background:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PGcgZGF0YS1uYW1lPSJ1c2VyIHBlb3BsZSBwZXJzb24gdXNlcnMgbWFuIiBpZD0idXNlcl9wZW9wbGVfcGVyc29uX3VzZXJzX21hbiI+PHBhdGggZD0iTTIzLjc0LDE2LjE4YTEsMSwwLDEsMC0xLjQxLDEuNDJBOSw5LDAsMCwxLDI1LDI0YzAsMS4yMi0zLjUxLDMtOSwzcy05LTEuNzgtOS0zYTksOSwwLDAsMSwyLjYzLTYuMzcsMSwxLDAsMCwwLDAtMS40MSwxLDEsMCwwLDAtMS40MSwwQTEwLjkyLDEwLjkyLDAsMCwwLDUsMjRjMCwzLjI1LDUuNjcsNSwxMSw1czExLTEuNzUsMTEtNUExMC45NCwxMC45NCwwLDAsMCwyMy43NCwxNi4xOFoiLz48cGF0aCBkPSJNMTYsMTdhNyw3LDAsMSwwLTctN0E3LDcsMCwwLDAsMTYsMTdaTTE2LDVhNSw1LDAsMSwxLTUsNUE1LDUsMCwwLDEsMTYsNVoiLz48L2c+PC9zdmc+') no-repeat center;background-size:contain}@media screen and (hover:none){.auth-mobile-btn:active{color:#e69c00}.auth-mobile-btn:active:before{-webkit-filter:invert(72%) sepia(47%) saturate(6727%) hue-rotate(15deg) brightness(107%) contrast(103%);filter:invert(72%) sepia(47%) saturate(6727%) hue-rotate(15deg) brightness(107%) contrast(103%)}}@media screen and (max-width:600px){.auth-mobile-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header_wrap .top-h-row{-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:10px}.header_wrap .top-h-row:not(.fixed-hidden){height:40px}.top-h-row>.wrapper_inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.header_wrap .top-h-row .phones{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:0}.header_wrap .top-h-row .phones .phone_wrap{width:auto!important;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.header-top__right,.header_wrap .top-h-row .phones>.clearix,.header_wrap .top-h-row .phones .phone_wrap:nth-child(2){display:none!important}.header_wrap .top-h-row .phones .header-phone-telegramm,.header_wrap .top-h-row .phones .header-phone-whatsapp{display:block;width:20px;height:20px;font-size:0}.header_wrap .top-h-row .phones .header-phone-whatsapp a{font-size:0;padding:0;width:100%;height:100%}}@media screen and (min-width:550px) and (max-width:600px){.auth-mobile-btn{gap:2px;height:auto;width:auto;font-size:12px;line-height:1.3}.header_wrap .top-h-row .phones{width:40%}}@media screen and (max-width:390px){.header_wrap .top-h-row .phones{width:65%}.header_wrap .top-h-row .order_wrap_btn--mobile{display:none!important}.auth-mobile-btn{width:25px;height:25px}.auth-mobile-btn:before{width:100%;height:100%}}
@media (max-width:600px){.top-h-row .h-user-block{display:none}}
/* 25.06.2024 Task: 117872 */
.articles-list.sections.wrap_md{gap:10px;}@media screen and (min-width:500px){.articles-list.sections.wrap_md{display:grid;grid-gap:15px;grid-template-columns:repeat(2,1fr);justify-items:start}}@media screen and (min-width:768px){.articles-list.sections.wrap_md{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1200px){.articles-list.sections.wrap_md{grid-template-columns:repeat(4,1fr)}}.articles-list.sections.wrap_md .item:nth-child(n){-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;width:100%!important;margin:0!important}@media screen and (max-width:1199px){.articles-list.sections.wrap_md .item .item-title{text-align:left}.articles-list.sections.wrap_md .item .item-title a span{font-size:14px;text-wrap:balance}}@media screen and (max-width:380px){.articles-list.sections.wrap_md .item .left-data{margin:0}}
/* 25.06.2024 END */
.catalog-nav-list__link-preview{display: none;}
.menu_item_l1.catalog:hover .catalog-nav-list__link-preview{display: block;}
/* 16.08.2024 Task: 120084 */
@media screen and (max-width:950px){#header .center_block>.main-nav{clear:both;overflow:hidden}#header .middle-h-row .center_block ul.menu{overflow-y:auto;max-height: calc(100vh - 268px)}}@media screen and (hover:hover){.breadcrumbs .drop .separator{display:inline-block;position:absolute;line-height:18px;margin:0 4px;height:15px;bottom:auto;top:3px;right:0;width:14px;z-index:1;font-size:0;border:0 none!important;background:url(../images/bredcrumb_arrow.png) no-repeat -1px -15px}}@media screen and (hover:none) and (pointer:coarse){.breadcrumbs .drop .separator{display:none!important}.breadcrumbs .bx-breadcrumb-item.drop{padding-right:0}.breadcrumbs .drop .dropdown_wrapp,.breadcrumbs .drop:hover .dropdown_wrapp{display:none}}
/* 16.08.2024 END */
@media (max-width:768px){.fivetop_slider-title,.fivetop_slider{display:none!important;}}
/* 30.10.2024 Task: 120084 */
.text-center{text-align:center!important;}.detail_text img{height:auto!important;}
/* 30.10.2024 END */
/* 31.10.2024 Task: 123281 */
.display_list .list_item .props_list_wrapp{margin-top:5px;}.display_list .list_item table.props_list tr td:first-child{padding-left:7px;}.display_list .list_item table.props_list tr td:last-child{padding-right:7px;}.contacts_map>iframe{max-width:100%;}body>#iframe{width:150px!important;top:139px!important;right:67px!important;}@media screen and (min-width:601px) and (max-width:894px){body>#iframe{top:105px!important;right:175px!important}}@media screen and (min-width:895px){body>#iframe{top:0!important}}@media screen and (min-width:895px) and (max-width:1080px){body>#iframe{right:140px!important}}@media screen and (min-width:1081px) and (max-width:1330px){body>#iframe{right:17vw!important}}@media screen and (min-width:1331px) and (max-width:1480px){body>#iframe{right:20vw!important}}@media screen and (min-width:1481px) and (max-widtH:1920px){body>#iframe{right:27vw!important}}@media screen and (min-width:1921px){body>#iframe{right:0!important}}@media screen and (min-width:801px){.header-top__right{position:relative}}@media screen and (min-width:801px) and (max-width:932px){.header-top__right{position:relative;top:-5px}}@media screen and (min-width:933px){.header-top__right{top:5px}}
/* 31.10.2024 END */
.block-interesting{float:left;margin-top:20px;}.new-footer{margin-top:20px!important;z-index:0!important;}.map-columns td:last-child .map-level-0{display:block!important;}.similar_products_wrapp .all_wrapp .content_inner{display:inline-block;width:100%;}
/* 25.11.2024 Task: 124364 */
@media screen and (max-width:950px){.mobile-catalog-nav.mobile-catalog-nav_active{max-height:calc(100vh - 272px)}}
/* 25.11.2024 END */
/* 18.12.2024 Task: 125579 */
.div-service{gap:20px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media screen and (max-width:550px){.div-service{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.div-service>h2,.div-service>.zakaz-service{margin:0;}
/* 18.12.2024 END */
/* 17.01.2025 Task: 126377 */
body>#iframe{z-index:1000!important;}.fivetop_slider .catalog_item .image_wrapper_block img{aspect-ratio:1 / 1;-o-object-fit:contain;object-fit:contain;}@media screen and (min-width:951px){#header .middle-h-row .center_block{position:relative}}@media screen and (max-width:1199px){.third-way-tabs-pane .flex-viewport{padding-left:0!important;padding-right:0!important}}@media screen and (max-width:767px){.third-way-tabs-pane .flex-viewport .catalog_item .counter_wrapp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.third-way-tabs-pane .flex-viewport .catalog_item .counter_wrapp>.read_more{float:none}}
/* 17.01.2025 END */
/* 25.02.2025 Task: 127954 */
.oplat_blok{margin-bottom:20px;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px;}.oplat_blok .oplat_blok_bloki{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.oplat_blok_bloki .oplat_blok_img{width:43px;height:35px;}.oplat_blok_bloki .oplat_blok_img img{position:relative;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;}@media screen and (min-width:576px){.oplat_blok_bloki:first-child .oplat_blok_img img{top:-1px}.oplat_blok_bloki:last-child .oplat_blok_img img{top:-6px}}.oplat_blok_bloki .oplat_blok_text p:last-child{margin-bottom:0;}body>.wrapper{position:relative;z-index:11;}
/* 25.02.2025 END */
#header .menu_item_l1:hover .child.submenu.line {display:block}
/* 28.03.2025 */
.third-way-price-attention .third-way-price-attention__vat a {
  color: #f6cc66;
}
.third-way-price-attention .third-way-price-attention__vat a:hover {
  color: #000;
}
/* 28.03.2025 END */
#modal-service .form.inline.new_form.FEEDBACK .form_body{height: 100%;}
#progressBar {position: fixed;left: 0;top: 78px;height: 4px; width: 0%;background: #f19200;}
.ttw-catalog-categories{display:grid;grid-gap:40px 20px;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:720px){.ttw-catalog-categories{grid-template-columns:repeat(2,1fr)}}.ttw-catalog-categories-item{position:relative;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px;gap:10px;border:1px solid #faaa00;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ttw-catalog-categories-item__img{position:relative;overflow:hidden;background-color:#ddd;height:auto;-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px;max-width:120px;aspect-ratio:1 / 1}@media screen and (min-width:600px) and (max-width:719px){.ttw-catalog-categories-item__img{-webkit-box-flex:0;-ms-flex:0 0 170px;flex:0 0 170px;max-width:170px}}@media screen and (min-width:992px){.ttw-catalog-categories-item__img{-webkit-box-flex:0;-ms-flex:0 0 170px;flex:0 0 170px;max-width:170px}}.ttw-catalog-categories-item__img::before{position:absolute;display:block;content:'';z-index:5;top:-70%;left:70%;width:300%;height:50px;background:-webkit-gradient(linear,left bottom,left top,from(transparent),color-stop(rgba(255,255,255,.5)),to(transparent));background:-o-linear-gradient(bottom,transparent,rgba(255,255,255,.5),transparent);background:linear-gradient(to top,transparent,rgba(255,255,255,.5),transparent);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:top .85s,left .85s;-o-transition:top .85s,left .85s;transition:top .85s,left .85s;will-change:top,left}.ttw-catalog-categories-item__img img{position:relative;z-index:0;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .45s;transition:-webkit-transform .45s;-o-transition:transform .45s;transition:transform .45s;transition:transform .45s,-webkit-transform .45s;will-change:transform}.ttw-catalog-categories-item:hover .ttw-catalog-categories-item__img::before{top:150%;left:-150%}.ttw-catalog-categories-item:hover .ttw-catalog-categories-item__img img{-webkit-filter:unset!important;filter:unset!important;-webkit-transform:scale(1.08);-ms-transform:scale(1.08);transform:scale(1.08)}.ttw-catalog-categories-item__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 135px);flex:0 0 calc(100% - 135px);max-width:calc(100% - 135px)}@media screen and (min-width:600px) and (max-width:719px){.ttw-catalog-categories-item__info{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 185px);flex:0 0 calc(100% - 185px);max-width:calc(100% - 185px)}}@media screen and (min-width:992px){.ttw-catalog-categories-item__info{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 185px);flex:0 0 calc(100% - 185px);max-width:calc(100% - 185px)}}.ttw-catalog-categories-item__title{font-size:13px;font-weight:500;line-height:1.1;color:#e69c00;margin-bottom:15px}@media screen and (min-width:600px) and (max-width:719px){.ttw-catalog-categories-item__title{font-size:18px}}@media screen and (min-width:992px){.ttw-catalog-categories-item__title{font-size:18px}}.ttw-catalog-categories-item__title::before{position:absolute;display:block;content:'';inset:0;z-index:6;width:100%;height:100%}.ttw-catalog-categories-item__btn{position:relative;z-index:7;-ms-flex-item-align:end;align-self:flex-end;margin-top:auto}
.image_wrapper_block .like_icons_vnalicii{position: absolute;top: -70px;left: 25%;z-index: 1;}
.image_wrapper_block .text_vnalicii, .list_item .text_vnalicii{color: #ffffff;background-color: #1a6120;padding: 5px;}
.table .text_vnalicii {color: #ffffff;background-color: #1a6120;padding: 5px;opacity:1;margin:10px;visibility: visible;}
.price_one .text_vnalicii{color: #ffffff;background-color: #1a6120;padding: 5px;margin-left: 15px;}

.block_price_count{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;}#min_price{border:1px solid;padding:2px;margin-top:5px;}
/* 13.05.2025 Task: 130881 */
.block_price_count{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:5px 0;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.block_price_count>#min_price,.block_price_count>#vsego_govarov{margin-top:0!important;margin-bottom:0!important;}.block_price_count>#min_price{margin-left:0!important;}.block_price_count>#vsego_govarov{margin-right:0;}@media screen and (min-width:769px){.block_price_count>#min_price{margin-left:230px!important}.block_price_count>#vsego_govarov{margin-left:auto}}@media screen and (hover:none) and (pointer:coarse){a.scroll-to-top{display:block;left:10px!important;right:auto!important;bottom:30px!important}}
/* 13.05.2025 END */
/* 08.07.2025 Task: 133206 */
.detail_text ul{margin-left:1.2em;}.detail_text ol ul{margin-top:5px;margin-left:3.75em;}.detail_text ul>li,.detail_text ol ul>li{list-style-type:initial!important;}.detail_text ul>li{margin-left:1.2em;}.detail_text ol ul>li{margin-left:0;}.detail_text ul>li::before,.detail_text ol ul>li:before{display:none;}.ttw-bold{font-weight:bold!important;}ol.ttw-list-with-brackets{counter-reset:brackets;}ol.ttw-list-with-brackets>li{list-style:none;}ol.ttw-list-with-brackets>li:before{content:counter(brackets) ") "!important;counter-increment:brackets;}
/* 08.07.2025 END */
/* 29.07.2025 Task: 133859 */
.fivetop_slider .catalog_item .stickers {
  left: 0;
  top: 0;
}
/* 29.07.2025 END */
/* 31.07.2025 Task: 133716 */
.tabs_slider{display:-webkit-box;/*display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;*/}
/* 31.07.2025 END */
.similar_products_wrapp .wrapp_one_click, .tab_slider_wrapp .catalog_item .wrapp_one_click{margin-top: 10px;}
.single-brand-block .button.basket.read_more{    position: relative;
    overflow: hidden;
    width: 145px;
    background: #e2ae50;
    color: #fff;
    border: 0;}
.compare_view{margin-bottom:30px}
.compare_btns{margin-top: 20px;}
.tab_slider_wrapp .tab .flex-viewport{overflow:hidden!important}
.mir{height: 23px;}
.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 15px;
    font-family: Verdana, sans-serif;  
    color: #FFF;
    background: #888;
    padding: 10px 20px; 
    border-top: 4px solid #e69c00;
}
/* Оформление кнопок */
.cookie_btn{display:inline-block;margin:10px 6px 4px 6px;text-decoration:none;position:relative;font-size:13px;padding:4px 12px;color:#FFF;font-weight:bold;text-transform:uppercase;background:#e69c00;border:2px solid #fff;}.cookie_btn:hover{color:#FFF;}.cookie_btn:after,.cookie_btn:before{position:absolute;height:2px;left:50%;background:#FFF;bottom:-6px;content:"";-webkit-transition:all 280ms ease-in-out;-o-transition:all 280ms ease-in-out;transition:all 280ms ease-in-out;width:0;}.cookie_btn:before{top:-6px;}.cookie_btn:hover:after,.cookie_btn:hover:before{width:100%;left:0;}.third-way-tabs .third-way-tabs-list__btn span{font-weight:500}.bold{font-weight:bolder;color:#383838;}.bigdata_recommended_products_items .all_wrapp{overflow:hidden;}.bigdata_recommended_products_items .flex-viewport{overflow-x:hidden!important;}.interes-prods-article .flex-viewport{overflow-x:hidden!important;}
/* 18.12.2025 Task:  */
.bx_compare .bx_sort_container .wrap_remove_button{top:0;}@media screen and (max-width:560px){.bx_compare .bx_sort_container .tabs-head{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.bx_compare .bx_sort_container .tabs-head li{line-height:1;padding:8px 12px}.bx_compare .bx_sort_container .tabs-head li span{font-size:12px}.bx_compare .bx_sort_container .wrap_remove_button{right:0;left:auto}.bx_compare .tabs-body.table_compare{padding-top:0}}@media screen and (max-width:479px){.bx_compare .bx_sort_container{padding-top:50px}.bx_compare .bx_sort_container .wrap_remove_button{left:0;right:auto;top:0!important}}
/* 18.12.2025 END */
.main_articles .articles-list.vertical .item{width: 25%;}
.main_articles .articles-list.lists_block.news{float: none;}
.start_promo .item .index-item-title > a h2{
  font-size: inherit;
  margin: 0;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.bold-span{color: #383838;font-weight: bolder;}
/* 28.01.2026 Task: 140893 */
.tab_slider_wrapp.specials .tabs_slider,.tab_slider_wrapp.specials .tabs_slider .catalog_item,.tab_slider_wrapp.specials .tabs_slider .catalog_item>.item_info{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;}.tab_slider_wrapp.specials .tabs_slider .catalog_item{position:relative;}.tab_slider_wrapp.specials .tabs_slider .catalog_item>.image_wrapper_block,.tab_slider_wrapp.specials .tabs_slider .catalog_item>.item_info{position:relative;z-index:1;}.tab_slider_wrapp.specials .tabs_slider .catalog_item,.tab_slider_wrapp.specials .tabs_slider .catalog_item.hover,.tab_slider_wrapp.specials .tabs_slider .catalog_item:hover{padding:20px 20px 12px;-webkit-box-shadow:none;box-shadow:none;}.tab_slider_wrapp.specials .tabs_slider .catalog_item::before{position:absolute;display:block!important;content:''!important;top:0;left:0;z-index:0;width:100%;height:100%;background-color:#fff;-webkit-transition:height .3s,-webkit-box-shadow .3s;transition:height .3s,-webkit-box-shadow .3s;-o-transition:height .3s,box-shadow .3s;transition:height .3s,box-shadow .3s;transition:height .3s,box-shadow .3s,-webkit-box-shadow .3s;}.tab_slider_wrapp.specials .tabs_slider .catalog_item.hover::before,.tab_slider_wrapp.specials .tabs_slider .catalog_item:hover::before{height:calc(100% + 8px);-webkit-box-shadow:0 0 20px rgba(0,0,0,.10);box-shadow:0 0 20px rgba(0,0,0,.10);}.tab_slider_wrapp.specials .tabs_slider .catalog_item,.tab_slider_wrapp.specials .tabs_slider .catalog_item>.item_info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.tab_slider_wrapp.specials .tabs_slider .catalog_item>.item_info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}.tab_slider_wrapp.specials .tabs_slider .catalog_item>.item_info .hover_block{margin-top:auto;}
/* 28.01.2026 END */
/* 27.02.2026 */
.main_articles .articles-list.vertical .item{width:auto;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}@media screen and (min-width:576px){.main_articles .articles-list.vertical .item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (min-width:992px){.main_articles .articles-list.vertical .item{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}}
/* 27.02.2026 END */
.logo-footer{max-height:60px}
.start_promo .item.s_2 .index-item-title > a h2{font-size: 14px;}
.header_wrap .header-top__right .header__adress{margin-left: 100px;}
.header_wrap .header-top__right{display: flex;justify-content: space-between;float: none;}
@media screen and (max-width: 800px) { .header_wrap  .header-top__right { max-width:100%; }}