/*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;  }*/
.bx-soa-pp-company--hascalculate .lpost-pvz__choise-address{
    font-size: 14px;
}
.bx-soa-pp-company--hascalculate .lpost-pvz__popup-run{
    display: flex;
}
/* .bx-soa-pp-delivery-calculate .bx-soa-pp-list-termin{
    display: none !important;
} */
.bx-soa-pp-company--hascalculate  .bx-soa-pp-company-description{
    display: flex;
}
.bx-ui-sls-clear {
    z-index: 11; 
}
/* выводим в наглую */
.bx_item_detail_size{
    display: block !important;
}
#header .middle-h-row .logo_wrapp .logo a img {
    max-width: 147px; 
    background-color: transparent !important;
}

body .h_color_white .header_wrap #header .middle-h-row .logo_wrapp .logo a {
    background-color: transparent !important;
}

.catalog_detail .tabs_content  table.props_list {
    width: 432px;
}

.child.submenu {
    position: absolute;
    left: 0;
    top: 54px;
    width: 100%;
    overflow: hidden;
}

.child_wrapp {
    display: flex;
    flex-direction: column;
    min-height: 500px;
}
.depth3 {
    display: flex;
    flex-direction: column;
}
.sub_sub_menu {
    display: none;
}

.sub_sub_menu a {
    border-bottom: unset !important;
}

#header .catalog_menu .child_wrapp a {
    display: inline-block;
    width: 25%;
}

.depth3:hover {
    background-color: rgb(227, 227, 227);
}

.depth3:hover > .sub_sub_menu {
    height: 100%;
    display: flex;
    position: absolute;
    flex-wrap: wrap;
    background-color: rgb(249, 249, 249);
    top: 0px;
    right: 0px;
    width: 75%;
    padding: 20px 10px 20px 10px;
    z-index: 10;
    border-left: 2px solid gainsboro;
    border-bottom: 2px solid gainsboro;
}

.depth3:hover  > .sub_sub_menu > .sub_sub_menu__item {
    width: auto;
    display: flex;
    flex-direction: column;
    padding-right: 10px;
}

.detail_brand .catalog_block {
    display: flex;
    flex-wrap: wrap;
}

.detail_brand h3 {
    margin-bottom: 10px;
}

/* Темно-розовый цвет текста на баннере с тенью */
.darkpink .banner_text,
.darkpink .banner_title
{
    color: #c1076c !important;
    line-height: initial !important;
    text-shadow: #998093 3px 1px 0px !important;
    font-size: 50px !important;
}

.btn__main-search {
    height: 41px;
    width: 41px;
    position: absolute;
    top: 0;
    right: 0;
    background: #4983c4;
    transition: 300ms;
    border: unset;
    color: #fff;
    font-size: 18px;
}

.btn__main-search:focus, .btn__main-search:active, .btn__main-search:hover {
    outline: none;
    border: unset;
    background: #3f96c6;
    cursor: pointer;
}

#header .catalog_menu ul.menu {
    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;
}

#header .center_block .search{
    margin-left: 10px !important;
    margin-right: 35px !important;
}

.callback_header_btn {
    margin-left: 24px;
    position: absolute !important;
    left: 100%;
    border-radius: 31px !important;
}
.callback_header_btn .fa-phone {
    margin-right: 6px;
    color: #45aee1;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    right: 2px;
}

.comly_copyright {
    padding: 0 0 0 20%;
    width:100%;
}
.comly_copyright a{
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding: 0px 0px 0px 22%;
}
.comly_copyright svg {
    width: 100px;
}
.comly_copyright span{
    font-size: 13px;
    color: #545454;
}
@media screen and (max-width: 992px) {
    .comly_copyright {
        width: 64%;
    }
    .comly_copyright a{
        padding: 0;
    }
}

@media screen and (max-width: 550px) {

    .comly_copyright {
        padding: 0;
        width:100%;
    }

    .darkpink .banner_text,
    .darkpink .banner_title
    {
        line-height: 20px !important;
        font-size: 20px !important;
    }

}

@media screen and (max-width: 1520px) {

    #header > .wrapper_inner  {
        padding-right: 50px !important;
    }
}

@media screen and (max-width: 992px) {

    #header td.basket_wrapp   {
        width: 0 !important;
    }

    #header .center_block .search {
        margin-left: 0 !important;
        margin-bottom: 10px;
    }

    #header .center_block .middle_phone {
        margin-top: 10px !important;
        margin-bottom: 0px !important;
    }

    .callback_header_btn {
        margin-left: 0 !important;
    }
}


@media screen and (max-width: 630px) {

    #header > .wrapper_inner {
        padding-right: 0 !important;
    }

    .basket_fly #header .middle-h-row .center_block .main-nav ul.menu {
        width: 100%;
    }

    body #header .center_block .main-nav {
        width: unset;
    }

    .right_header_wrapper .callback_btn {
        display: none !important;
    }

    body .wrapper .top_slider_wrapp .flexslider .slides>li {
        background-size: cover;
    }
}


ul li::before, .right_block ol li:before {
    margin-right: 10px;
    width: auto;
}

.deliveryPayments,
.equipment_block,
.char_block_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* flex-direction: column; */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.deliveryPayments .delivery,
.deliveryPayments .payments {
    margin: 15px 0;
}

.wides .start_promo .item .lazy {
    width: 100%;
}

.right_header_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

td.basket_wrapp {
    width: 171px;
}

.right_header_wrapper .callback_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    font-size: 15px;
    height: 30px;
    position: relative;
    top: 11px;
    left: 0;
    background: #4983c4;
    color: white;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    line-height: 15px;
    padding: 5px;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

.right_header_wrapper .callback_btn:hover,
.right_header_wrapper .callback_btn:active,
.right_header_wrapper .callback_btn:focus {
    cursor: pointer;
    background: #429ce1;
}

#header .middle-h-row .center_block .search {
    width: calc(92% - 170px) !important;
}

#header .center_block {
    padding-left: 0 !important;
    width: unset !important;
    margin-right: 3px;
}

#header .center_block .middle_phone{
    padding-right: 25px;
}


#header .wrapp_all_icons {
    width: 0 !important;
}

.basket_fly .compare_count {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.basket_fly .compare_count > .icon_block {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    right: 1px;
}

.basket_fly #compare_line {
    display: block !important;
}

.basket_fly #compare_line .count > span {
    background: white;
    border-radius: 50%;
    font-size: 13px;
}

#header .middle-h-row .center_block {
    padding-right: 0px !important;
}


#header .basket_fly .opener .compare_count {
    display: inline-block;
    text-align: center;
    width: 67px;
    height: 67px;
    cursor: pointer;
    vertical-align: top;
    zoom: 1;
    border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    margin-top: 2px;
}

#header .basket_fly .opener .compare_count {
    background: #e3e3e3;
}


.basket_fly .basket_wrapp .basket_fly .wraps_icon_block.compare .count span {
    background: white;
}


@media screen and (max-width: 768px) {

    .basket_fly #header .middle-h-row .basket_wrapp
    {
        width: 201px !important;
        padding-right: 0px;
        margin: 0;
    }
    #header .wrapp_all_icons {
        width: 180px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #header .search {
        display: none !important;
    }

    .compare_count .count > span{
        background: #e3e3e3 !important;
    }

    .compare_count {
        margin-right: 25px !important;
    }


}

@media screen and (max-width: 500px) {

    .right_header_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .right_header_wrapper .callback_btn {
        display: none !important;
    }


}

#header .child_wrapp {
    padding: 20px !important;
}

#header .catalog_menu .child_wrapp a{
    font-size: 14px;
    border-bottom: 1px solid #aadbf3;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#header .catalog_menu .child_wrapp a:last-child{
    border-bottom: none;
}
.article_related_good .catalog_block .catalog_item_wrapp{
    float: none;
}
.article_related_sections {
    width: 100%;
    margin-bottom: 20px;
}
.article_related_sections .catalog_section_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: none;
    margin: 0;
    padding: 0;
}
.article_related_sections .catalog_section_list .section_item{
    width: auto;
    margin: 0;
    /*padding: 26px 26px;*/
    /*border: 1px solid #eaebec;
    -webkit-transition: border ease-out .2s,-webkit-box-shadow ease .2s;
    transition: border ease-out .2s,-webkit-box-shadow ease .2s;
    -o-transition: box-shadow ease .2s,border ease-out .2s;
    transition: box-shadow ease .2s,border ease-out .2s;
    transition: box-shadow ease .2s,border ease-out .2s,-webkit-box-shadow ease .2s;*/
}/*
.article_related_sections .catalog_section_list .section_item ul{
    display: flex;
}
.article_related_sections .catalog_section_list .section_item li.sect{
    margin: 26px 26px;
}*/
.article_related_sections .catalog_section_list .section_item_inner{
    width: 100%;
    margin: 0;
}/*
.article_related_sections .catalog_section_list .section_item_inner tbody{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.article_related_sections .catalog_section_list .section_item_inner ul,
.article_related_sections .catalog_section_list .section_item_inner li.name{
    margin: 0;

}
.article_related_sections .catalog_section_list .section_item_inner li.sect{
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.article_related_sections .catalog_section_list .section_item_inner li.sect a{
    color: #1d2029;
}
.article_related_sections .catalog_section_list .section_item:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-color: #fff;
}
.article_related_sections .catalog_section_list .section_item:hover li.sect a{
    text-decoration: underline;
}

#compare_line .count {
    display: none;
}*/
.article_related_sections .catalog_section_list .section_item_inner ul{
    display: flex;
    margin: 0;
}
.article_related_sections .catalog_section_list .section_item_inner li.sect{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 26px 26px;
    margin: 6px 6px;
    width: 15vw;
    min-height: 40px;
    border: 1px solid #eaebec;
    -webkit-transition: border ease-out .2s,-webkit-box-shadow ease .2s;
    transition: border ease-out .2s,-webkit-box-shadow ease .2s;
    -o-transition: box-shadow ease .2s,border ease-out .2s;
    transition: box-shadow ease .2s,border ease-out .2s;
    transition: box-shadow ease .2s,border ease-out .2s,-webkit-box-shadow ease .2s;
}
.article_related_sections .catalog_section_list .section_item_inner li.sect:hover{
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-color: #fff;
}

jdiv.cssLeaf_1k {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjQwIiB2aWV3Qm94PSIwIDAgMzIgNDAiIHdpZHRoPSIzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Im0wIDBoOS4wMmwyMi45OCAzMy4xOTZ2Ni44MDRoLTMyeiIgZmlsbD0iIzAwY2VmZiIvPjxwYXRoIGQ9Im05IDBjMy41ODEuMDUgMjMgNS40MjYgMjMgMzMuMDh2LjAzYy0xMy4wNzgtMi4zNTktMjMtMTMuNzk5LTIzLTI3LjU1NnoiIGZpbGw9IiMzZjNmM2YiLz48L2c+PC9zdmc+) !important;
}

.search_form_brands {
    width: 100%;
}

.search_form_brands input[type="submit"] {
    display: inline-block;
    height: 37px;
    padding: 5px;
    border-radius: 4px;
    position: relative;
    bottom: 2px;
    background: #00add5;
    border: none;
    color: #fff;
    transition: 300ms;
}

.search_form_brands input[type="submit"]:hover {
    background: #0092b5;
    cursor: pointer;
}

.search_form_brands input[type="text"] {
    max-width: calc(100% - 56px);
}
#bx-soa-order #bx-soa-properties{
    border: none;
    border-top: 1px solid #f3f3f3;
}
.header_hr{
    max-width: 1208px;
    margin: 0 auto;
    height: 5px;
    border: none;
    color: #3f3f3f;
    background-color: #3f3f3f;
}
.basket_fly #header .middle-h-row .center_block.basket{
    display: flex;
    justify-content: flex-end;
}
.basket_fly #header .middle-h-row .center_block.basket .middle_phone{
    padding-right: 0;
}
.basket_fly #header .middle-h-row .center_block.basket .phones{
    text-align: end;
}

.sale_block .text, .sale_block .value {
    background: #f400b8 !important;
    color: white !important;
}
/*Всегда показывать кнопку в корзину*/
.article_related_good .catalog_block .catalog_item_wrapp{
    height: auto !important;
}
.article_related_good .catalog_block .item_wrap.hover, .catalog_block .item_wrap:not(.touch){
    padding-bottom: 20px;
}
.article_related_good .catalog_block .item_wrap.hover, .catalog_block .item_wrap:not(.touch){
    padding-bottom: 20px;
}
.article_related_good .catalog_block .item_wrap.hover .hover_block, .catalog_block .item_wrap:not(.touch) .hover_block{
    opacity: 1;
    visibility: visible;
    max-height: 500px;
}
.right_block .catalog_block .catalog_item_wrapp{
    height: auto !important;
}
form[action="/info/brands/search/"]{
    display: flex;
}
.search_form_brands input[type="submit"]{
    bottom: 0;
}

.page_services .left-data {
    display: none !important;
}

.page_services .right-data {
    margin: 0 !important;
}

.page_services .preview-text {
    display: none !important;
}

.page_services .item-title {
    margin-bottom: 0 !important;
}

.page_services .articles-list.lists_block h3 + .item {
    border-top: 1px solid #e5e5e5 !important;
}
.page_services .articles-list.lists_block h3 {
    margin-top: 20px;
}
.page_services .articles-list {
    margin-top: 0 !important;
}

.page_services .articles-list.lists_block .item {
    cursor: pointer;
    margin-top: 0 !important;
    padding: 15px !important;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.wrapper-articles .to-cart,
.wrapper-articles .counter_block,
.detail_brand .to-cart,
.detail_brand .counter_block
{
    opacity: 0;
}

.wrapper-articles .catalog_item:hover .to-cart,
.wrapper-articles .catalog_item:hover .counter_block,
.detail_brand .catalog_item:hover .to-cart,
.detail_brand .catalog_item:hover .counter_block
{
    opacity: 1;
}
.desktop.right_header_wrapper .callback_header_btn {
    position: relative !important;
}
#header .desktop.right_header_wrapper {
    display: flex;
}

.order-page #header .desktop.right_header_wrapper,
.basket-page #header .desktop.right_header_wrapper
{
    display: table-cell;
    width: 170px;
}

#header .basket_wrapp.mobile {
    width: 0 !important;
}
/* временнве файлы  */
.temporary__message{
    font-weight: 500;
    max-width: 100%;
    background: transparent;
    padding: 10px;
    color: rgb(29, 26, 26) !important;
    font-size: 12px;
    line-height: 14px;
    order: 1;

}
.temporary__message p{
   
    margin: 0;
}
header#header .wrapper_inner{
    display: flex;
    flex-direction: column;
}
#header .catalog_menu, #header .middle-h-row{
        order: 0;
}
@media (min-width: 1790px){
    .temporary__message{
        background: #e3e3e3;
        max-width: 300px;
        position: fixed;
        right: 0;
        top: 40px;
        z-index: 999;
    }
}
@media (max-width: 1784px){
    .temporary__message{
    }
}
@media (max-width: 1590px){
    .temporary__message{
    }
}

@media (max-width: 430px){
  
    body .wrapper.front_page .top_slider_wrapp {
    
        margin-top: 44px !important;
    
    }
    body .wrapper:not(.front_page) .middle {
        margin-top: 105px;
    }
    #header .basket_wrapp .wrapp_all_icons {
        padding: 29px 0 0;
    }
   
    /* .basket_fly #header .middle-h-row .basket_wrapp{
        width: 31% !important;
    } */
    
    body #header .center_block .main-nav {
        /* margin-top: 115px; */
    } 
}
/* конец временнве файлы */

@media (max-width: 948px) {

    #header .catalog_menu .child_wrapp a {
        width: 400px;
    }

    .sub_sub_menu {
        display: none !important;
    }

    #header .basket_wrapp.mobile{
        display: block;
    }
    #header .desktop.right_header_wrapper {
        display: none !important;
    }

    .basket-page #header .desktop.right_header_wrapper,
    .order-page #header .desktop.right_header_wrapper
    {
        text-align: right;
        display: block !important;
    }
    .basket-page #header .middle_phone,
    .order-page #header .middle_phone
    {
        text-align: right;
    }

    .basket-page #header .middle_phone,
    .basket-page #header .middle_phone .phones,
    .order-page #header .middle_phone,
    .order-page #header .middle_phone .phones
    {
        display: inline-block !important;
    }

    .basket-page #header .callback_btn ,
    .order-page #header .callback_btn
    {
        display: none;
    }
}

@media (max-width: 500px) {
    .catalog_detail .tabs_content  table.props_list {
        width: 100%;
    }
}
@media (max-width: 450px) {
    .basket-page #header .middle_phone,
    .order-page #header .middle_phone
    {
        display: none !important;
    }
}

.notice.popup {
    z-index: 3000;
    display: block;
    margin-left: -210px;
    top: 25.5px;
    opacity: 1;
}
.basket_important_info {
    color: red;
    font-size: 13px;
    padding-bottom: 36px;
} 

.marketplace {
    margin-top: 30px;
    padding-left: 0px;
}

.img_marketplace {
    /* object-fit: cover; */
    width: 110px;
    height: 80px;
}

.detail_text {
    display: -webkit-box;
    -webkit-line-clamp: 10; /* показываем только 10 строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.detail_text.expanded {
    -webkit-line-clamp: unset;
}

.detail_text-toggle {
    display: inline-block;
    margin-top: 5px;
    cursor: pointer;
    color: #0066cc;
    text-decoration: underline;
}
.detail_text-toggle:hover {
    text-decoration: none;
}

.bx-yandex-view-layout{
    margin-bottom: 40px;
}

.sale_order_full_table {
    .btn-primary {
        color: #fff;
	    background-color: #337ab7;
	    border-color: #2e6da4;
    }
    .btn-primary:hover {
	    color: #fff;
	    background-color: #286090;
	    border-color: #204d74;
    }
}

.basket-checkout-section-inner {
    .fast_order {
        background-color: #3d84c1;
        border-radius: 6px;
        width: 170px;
        height: 40px;
    }
    .fast_order:hover {
        background-color: #8594a7;
    }
    .basket-btn-checkout {
        width: 170px;
        height: 40px;
        font-size: 13px;
    }
}

/*show password*/
body .eye-password input[type="password"],
body .eye-password input[type="text"],
body .bx-soa-auth .eye-password input[type="password"],
body .bx-soa-auth .eye-password input[type="text"] {
  padding-right: 55px;
}

.eye-password {
  position: relative;
}

.eye-password:after {
  content: "";
  width: 55px;
  height: 32px;
  position: absolute;
  top: 26.56px;
  right: 1px;
  background-image: url("../images/svg/eye_close.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  background-color: #f7f7f7;
  background-color: var(--darkerblack_bg_black);
}

.eye-password:focus-within:after {
  background-color: #fff;
  background-color: var(--card_bg_hover_black);
}

body .bx-soa-auth .eye-password:after {
  top: 2px;
}

.eye-password.password-show:after {
  background-image: url("../images/svg/eye_open.svg");
}
/**/