/*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;  }*/
.header_wrap .phone_wrap>.icons,
#headerfixed .middle_phone .phone_wrap .phone>.icons,
.footer_bottom_inner .phone_wrap>.icons{
    display: none;
}

.header_wrap .top-h-row .phone_block .phone_wrap>.phone_text,
#headerfixed .middle_phone .phone_wrap .phone>.phone_text,
#headerfixed .middle_phone .phone_wrap>.phone{
    padding: 0;
}

.header_wrap .top-h-row .phone_block .phone_wrap .phone_text>.phone_text .icons {
    top: 5px;
}

.header_wrap .phone_wrap .mail_text{
    position: relative;
    padding: 0px 0px 0px 18px;
}

.page-header__fixed .phones .phone_text{
    position: relative;
}

.header_wrap .phone_wrap .mail_text .icons {
    top: 1px;
}

#headerfixed .middle_phone .phone_wrap .mail_text{
    padding: 0px 0px 0px 48px;
}

.middle_phone .phone_wrap .mail_text{
    display: block;
}

.middle_phone .phone_wrap .icons, .top_slider_wrapp .flexslider .slides>li:after{
    background-color: #fff;
}

.page-header__fixed .middle_phone .phone_wrap .icons{
    color: #d40029;
    line-height: 1;
    height: auto;
    top: 0;
    margin-top: 0;
}

#footer .footer_bottom_inner .phones .order_wrap_btn{
    margin: 0px 0px 16px 36px;
}

#footer .footer_bottom_inner .links.rows_block{
    margin: 0px -2px;
    max-width: 180px;
    min-width: 180px;
}
/*убрано наличие, кнопка купить, кнопка в корзину*/
.item-stock,
.buys_wrapp{
    display: none!important;
}

/*.basket_block{
    pointer-events: none;
    opacity: 0!important;
}*/

.button.faq_button{
    width: auto!important;
}

.page-header__fixed .logo{
    padding-right: 10px;
    max-width: 160px;
}

.catalog_item .image_wrapper_block{
    overflow: hidden;
}

.scroll-to-top{
    bottom: 20px!important;
    right: 20px!important;
}

@media screen and (max-width:870px) {

}

@media screen and (max-width:768px) {
    .header_wrap .top-h-row .phones{
        width: 68%;
    }
}

@media screen and (max-width:600px) {
    #footer .footer_bottom_inner .links.rows_block {
        max-width: initial;
    }
}

@media screen and (max-width:499px) {
    .page-header .logo_wrapp .logo a{
        width: 140px;
    } 
    .header_wrap .top-h-row .phone_block .phone_wrap .phone_text .icons{
        display: block;
    }
}

.cookie_popup {
    position: fixed;
    right: 32px;
    z-index: 3;
    right: 32px;
    bottom: 32px;
    background-color: white;
    background-position: right 10px center;
    background-repeat: no-repeat; 
    padding: 32px;
    max-width: 400px;
    width: 100%;
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    box-shadow: 4px 4px 16px 0px #18233A0A;
}

.cookie_popup.active{
    opacity: 1;
    visibility: visible;
}

.cookies-text{
    margin-bottom: 16px;
}

.cookie_popup .cookie-btns {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px; 
}
@media (max-width: 500px) {
    .cookie_popup{
        max-width: 320px;
        right: 16px;
        bottom: 16px;
        padding: 16px;
        box-sizing: border-box;
    }
   .cookie_popup .cookie-btns{
    flex-wrap: wrap;
   } 
}