@charset "UTF-8";

img {
    max-width: 100%;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.ya-share2__container_size_m .ya-share2__item {
    margin: 5px 19px 5px 0px !important;
}

.ya-share2__list_direction_horizontal>.ya-share2__item {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px !important;
    margin-bottom: 0;
}

.page-header {
    margin: 0 0 20px;
}

.top-callback-btn {
    color: #3d464d;
    border: 1px solid #3d464d;
    border-radius: 4px;
    font-size: 12px;
    padding: 3px 10px;
}

.top-desctop-callback-btn {
    color: #3d464d;
    border: 1px solid #3d464d;
    border-radius: 4px;
    font-size: 14px;
    padding: 3px 10px;
    margin-right: 10px;
}

.top-desctop-callback-btn:hover {
    outline: none;
    color: #fff;
    background: #3d464d;
}

.mobile-top-logo-img {
    height: 30px;
}

.top-logo-img {
    height: 63px;
}

.warning-block {
    background: #EF5E1D;
    color: #3d464d;
    padding: 10px 15px;
}

.warning-block p {
    margin-bottom: 0px;
}

.filter-div {
    border: 2px solid #f0f0f0;
    padding: 20px 15px 15px 15px;
    margin-bottom: 20px;
}

.filter-div .filter-input {
    width: 60px;
    display: inline-block;
}

.block-features__icon {
    text-align: center;
}

.block-features__icon i {
    font-size: 50px;
    color: #EF5E1D;
}

.delivery-header {
    font-size: 15px;
    font-weight: normal !important;
}

#delivery-other {
    display: none;
}

#delivery-price {
    font-size: 15px;
    font-weight: normal;
}

.delivery-img {
    float: left;
    width: 120px;
    height: auto;
}

.fizlico-block {
    display: none;
}

.mobile-search-form {
    position: relative;
    margin: 10px 0;
    width: 100%;
}

.mobile-search-input {
    width: 100%;
    padding-left: 10px;
    border-radius: 2px;
}

.mobile-search-submit {
    position: absolute;
    top: 3px;
    right: 5px;
    width: 24px;
    height: 24px;
    border: none;
    background: none;
}

#mobile-cart {
    position: fixed;
    top: calc(50% - 20px);
    right: 0;
    display: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #EF5E1D;
    color: #fff;
    text-decoration: none;
    z-index: 99999;
}

.site-header__social-img {
    width: 24px;
}

.site-header__social-link {
    display: inline-flex;
    margin-right: 4px;
}

.site-header__socials {
    display: flex;
    align-items: center;
}

/* .site-header__social-link:last-child {
    margin-right: 0;
} */

.site-header__social-phone {
    line-height: 1;
}

.footer-phones {
    display: none;
}

@media (max-width: 767px) {
    #mobile-cart {
        display: flex;
    }

    .site-header__socials {
        display: flex;
        justify-content: center;
    }

    .footer-phones {
        z-index: 20000;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        border-top: 1px solid #ef5e1d;
    }

    .footer-phones__left {
        display: flex;
        align-items: center;
    }

    .totop__end {
        position: fixed !important;
        right: 0;
        bottom: 70px;
    }
}

.block-brands__slider button.owl-prev span, .block-brands__slider button.owl-next span {
    display: block;
    width: 100%;
    height: 100%;
    background: #ef5e1d;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    line-height: 38px;

}

.block-brands__slider button.owl-prev, .block-brands__slider button.owl-next {
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.block-brands__slider button.owl-prev {
    left: -20px;
}

.block-brands__slider button.owl-next {
    right: -20px;
}

.block-brands img {
    max-height: 50px;
}