
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.aside-nav {
    padding-top: 24px;
    padding-bottom: 40px;
}
.aside-nav__item {
    margin-bottom: 14px; }
.aside-nav__item:last-child {
    margin-bottom: 0; }
.aside-nav__link {
    font-size: 15px;
    color: #000;
    text-decoration: none; }
.aside-nav__link:hover, .aside-nav__link_active {
    font-family: 'Arial Bold'; }

.aside-nav__link-all-mobile {
    display: none;
}
.aside-nav-inner {
    margin-top: 11px;
    padding-left: 20px; }
.aside-nav-inner__item {
    margin-bottom: 9px; }
.aside-nav-inner__item:last-child {
    margin-bottom: 0; }
.aside-nav-inner__link {
    font-size: 15px;
    color: #000;
    text-decoration: none; }
.aside-nav-inner__link:hover, .aside-nav-inner__link_active {
    font-family: 'Arial Bold'; }

@media only screen and (max-width: 767px) {
    .aside-nav {
        padding-top: 0;
        position: absolute;
        display: none;
        left: 0;
        right: 0;
        top: 35px;
        background-color: #fff;
        z-index: 2;
        height: 0;
        overflow: hidden;
        text-align: left; }
    .aside-nav__item {
        margin-bottom: 0; }
    .aside-nav__item:last-child .aside-nav__link {
        border-bottom: none; }
    .aside-nav__link {
        display: block;
        padding: 10px 0 7px 5px;
        border-bottom: 1px solid #d2d2d2; }
    .aside-nav_active-mobile {
        display: block;
        height: auto; } 

    .aside-nav_active-mobile .aside-nav__item {
        display: none;
    }
    .aside-nav_active-mobile .aside-nav__item.mobile-nav-active {

        display: block;
    }
    .aside-nav-inner {
        padding-left: 0;
        padding-bottom: 1px;
    }
    .aside-nav-inner__item {
        display: block;
        padding: 10px 0 7px 25px;
        border-bottom: 1px solid #d2d2d2; }

    .aside-nav_active-mobile .aside-nav__item.aside-nav__link-all-mobile {
        display: block;
        color: #7fb52c
    }
    .aside-nav_active-mobile .aside-nav__item.aside-nav__link-all-mobile .aside-nav__link {
        color: #e10600;
    }
}
.main {
    padding: 0 0 69px; 
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0; }
.main__aside {
    width: 19%;
    /*padding-left: 1.7%;*/ 
}
.main__content {
    padding: 24px 1% 0 0;
    width: 80.9%; }
.main .container {
    position: relative; }
@media only screen and (max-width: 767px) {
    .main {
        padding: 0; }
    .main__aside {
        width: 100%;
        padding-left: 0; }
    .main__content {
        padding: 10px 0 0;
        width: 100%; } }



.category-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 9px;
    border-bottom: 2px solid #000; }
.category-head__name {
    font-family: "Arial Semibild";
    font-size: 24px; }
@media only screen and (max-width: 767px) {
    .category__category-head {
        display: none; } }


.content__category {
    margin-top: 12px; }
/*====================================
            styles
====================================*/
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility; }

*,
*::before,
*::after {
    outline: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }

body {
    font-family: 'Arial regular';
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    background: #fff;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.container {
    width: 1260px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto; }
.container_column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.container_fix-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
.container_full {
    max-width: 1240px;
    width: 100%; }
.container_full .main__aside { 
    width: 210px; }
.container_full .main__content {
    width: calc(100% - 210px); }


/*@media only screen and (max-width: 1450px) {
    .container_full {
        max-width: 1272px;
    }
}*/


@media only screen and (max-width: 1269px) {
    .container {
        width: 100%; }
    .container_full {
        max-width: 100%; } }
@media only screen and (max-width: 767px) {
    .container_full .main__aside {
        width: 0; }
    .container_full .main__content {
        width: 100%; }
    #up {
        display: none !important;
    }
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal; }

a {
    /*    -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;*/
}

img {
    max-width: 100%;
    vertical-align: top; }

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

/*====================================
              section
====================================*/
#result-ajax-box {
    position: relative;
}
#ajax_loading_indicator_box {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.8;
    z-index: 100;
}
#ajax_loading_indicator {
    display: block;
    margin: 120px auto;
}

.section,
section {
    min-width: 1260px;
    max-width: 1920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-position: center top;
    background-repeat: no-repeat; }
@media only screen and (max-width: 1269px) {
    .section,
    section {
        min-width: 100%; } }

::-webkit-input-placeholder {
    color: #000;
    font-size: 14px; }

:-moz-placeholder {
    color: #000;
    font-size: 14px; }

::-moz-placeholder {
    color: #000;
    font-size: 14px; }

:-ms-input-placeholder {
    color: #000;
    font-size: 14px; }

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.icon {
    position: absolute;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: contain;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }
.icon_like {
    width: 16px;
    left: 0;
    top: 40%; }
.icon_logo {
    position: relative;
    width: 100%;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
.icon_basket {
    width: 37px;
    left: 0;
    top: 3px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
.icon_assortment {
    width: 35px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.icon_delivery {
    width: 33px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.icon_online-card {
    width: 33px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.icon_gift {
    width: 32px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.icon_quick-view {
    fill: #fff;
    stroke: #fff;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: -3px;
    width: 23px;
    height: 23px;
    margin-right: 4px; }
.icon_link-blog {
    width: 37px;
    height: 37px;
    left: 0; }
.icon_social {
    width: 28px;
    border-radius: 50%;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
.icon_social-instagram {
    background: -webkit-linear-gradient(315deg, #d84683 0%, #f28863 100%);
    background: -o-linear-gradient(315deg, #d84683 0%, #f28863 100%);
    background: linear-gradient(135deg, #d84683 0%, #f28863 100%); }
.icon_basket-card-like {
    width: 26px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    stroke: #555; }
.link-favorites[data-is-favorite="1"] {
    display: block;
}
.product-favorites[data-is-favorite="1"] .icon_basket-card-like {
    stroke: #e10600; } 

@media only screen and (min-width: 979px) {
    .icon_basket-card-like:hover {
        stroke: #e10600; } 
}
.icon_online-question {
    width: 16px;
    left: 0;
    top: 2px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
.icon_table-size {
    width: 18px;
    left: 0;
    top: 40%; }

.icon_favorites {
    width: 25px;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    stroke: #555; }
.icon_favorites:hover, div[data-is-favorite="1"] .icon_favorites {
    stroke: #e10600; }

.link-favorites:not([data-is-favorite]) .icon_favorites {
    stroke: #555;
}

.icon_add-reviews {
    color: #fff;
    width: 21px;
    left: 20px;
    stroke: #fff;
    fill: #fff; }
.icon_ratint-stars {
    width: 13px;
    fill: #8c8c8c; }
.icon_ratint-stars:hover {
    fill: #ffc600; }
@media only screen and (max-width: 767px) {
    .icon_link-blog {
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.icon-sprite {
    position: relative; }
.icon-sprite:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(/images/site/sprite.png);
    background-repeat: no-repeat; }
.icon-sprite_vk:before {
    background-position: -70px 0px; }
.icon-sprite_ya:before {
    background-position: -70px -35px; }
.icon-sprite_ma:before {
    background-position: 0px -35px; }
.icon-sprite_go:before {
    background-position: -35px 0px; }
.icon-sprite_ok:before {
    background-position: -35px -35px; }
.icon-sprite_fb:before {
    background-position: 0px 0px; }
.icon-sprite_pass:before {
    background-position: 0px -70px;
    width: 24px;
    height: 18px; }
.icon-sprite-desc_vk:before {
    width: 22px;
    height: 22px;
    background-position: 0 -109px; }
.icon-sprite-desc_ok:before {
    width: 22px;
    height: 22px;
    background-position: -22px -109px; }
.icon-sprite-desc_fb:before {
    width: 22px;
    height: 22px;
    background-position: -44px -109px; }
.icon-sprite-desc_tw:before {
    width: 22px;
    height: 22px;
    background-position: -66px -109px; }

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            common
====================================*/
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: auto; }

.sticky:before,
.sticky:after {
    content: '';
    display: table; }

.sticky2 {
    position: -webkit-sticky;
    position: sticky;
    top: -200px;
    width: 200%;
    left: auto; }

.sticky2:before,
.sticky2:after {
    content: '';
    display: table; }

.link-button {
    display: inline-block;
    padding: 14px 39px 10px;
    font-family: 'Arial Bold';
    color: #fff;
    background-color: #e10600;
    border-radius: 4px;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.5;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-image: -webkit-linear-gradient(45deg, #ab0500 0%, #ec5e5a 50%, #e10600 100%);
    background-image: -o-linear-gradient(45deg, #ab0500 0%, #ec5e5a 50%, #e10600 100%);
    background-image: linear-gradient(45deg, #ab0500 0%, #ec5e5a 50%, #e10600 100%);
    background-position: 100% 0px;
    background-size: 200% 200%; }
.link-button_last-size {
    position: relative; }
.link-button:hover {
    background-position: 0 0; }
@media only screen and (max-width: 425px) {
    .link-button {
        padding: 14px 0 10px;
        width: 100%;
        text-align: center; } }

.wrapper-header {
    text-align: center;
    position: relative; }
.wrapper-header:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    right: 0;
    height: 2px;
    background-color: #eaeaea; }

.section-header {
    position: relative;
    font-family: "Arial Bold";
    font-size: 20px;
    font-weight: 800;
    display: inline-block;
    text-transform: uppercase;
    background-color: #fff;
    padding: 0 10px;
    z-index: 1; }
.section-header a {
    color: black;
    text-decoration: none;
}
.section-header a:hover {
    color: #e10600;
}

.section-header-notice {
    color: gray;
    font-size: 17px;
    font-family: 'Arial regular';
    margin: 5px 0 10px 0;
}
.notice {
    color: gray;
}
.link {
    text-decoration: none;
    color: #e10600;
}
.link:hover {
    text-decoration: underline
}
.link-black {
    color: black;
    text-decoration: none;
}
.link-black:hover {
    color: #e10600;
    text-decoration: underline
}
.slick-arrow {
    position: absolute;
    top: 49%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    border: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-size: contain;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 2; }

.body-fixed {
    position: fixed; }

.menu-inner__header-mobile {
    display: none; }

.mobile-menu {
    position: fixed;
    width: 100%;
    height: calc(100% - 89px);
    top: 89px;
    left: -100%;
    z-index: 17;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }
.mobile-menu_active {
    left: 0; }
.mobile-menu__inner {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: #e10600;
    color: #fff;
    overflow-y: auto; }
.mobile-menu__nav {
    width: 36px;
    height: 28px;
    z-index: 12;
    position: fixed;
    left: 10px;
    top: 41px;
    display: none;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: pointer;
    padding: 5px; }
.mobile-menu__close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px; }
.mobile-menu__close:before {
    content: '\2716';
    font-size: 26px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff; }
@media only screen and (max-width: 767px) {
    .mobile-menu__nav {
        display: block; }
    .mobile-menu__nav:before {
        content: "";
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(20%, #fff), color-stop(20%, transparent), color-stop(40%, transparent), color-stop(40%, #fff), color-stop(60%, #fff), color-stop(60%, transparent), color-stop(80%, transparent), color-stop(80%, #fff), to(#fff));
        background: -webkit-linear-gradient(top, #fff, #fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%, #fff 100%);
        background: -o-linear-gradient(top, #fff, #fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%, #fff 100%);
        background: linear-gradient(to bottom, #fff, #fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%, #fff 100%); }
    .mobile-menu__nav:hover {
        opacity: .8; }
    .mobile-menu .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .mobile-menu .menu__item {
        width: 100%; }
    .mobile-menu .menu__item:first-child .menu__link {
        border-top: 1px solid rgba(255, 255, 255, 0.4); }
    .mobile-menu .menu__link {
        display: block;
        width: 100%;
        padding: 13px 21px 8px;
        font-size: 14px;
        background-color: #cb1410;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        letter-spacing: 0.7px; }
    .mobile-menu .menu__link:after {
        content: none; }
    .mobile-menu .menu__link:hover {
        background-color: transparent;
        border-radius: 0; }
    .mobile-menu .menu__link:hover + .menu-inner {
        padding: 0;
        right: 0;
        width: 100%; }
    .mobile-menu .menu__link_mobile {
        position: relative; }
    .mobile-menu .menu__link_mobile:after {
        content: '\203a';
        position: absolute;
        right: 7%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        font-size: 26px;
        line-height: 1;
        background: transparent;
        width: 0; }
    .mobile-menu .menu-inner__header-mobile {
        display: block;
        padding: 13px 15px 7px;
        cursor: pointer;
        text-align: center;
        position: relative; }
    .mobile-menu .menu-inner__header-mobile:before {
        content: '\2039';
        position: absolute;
        left: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        line-height: 1;
        font-size: 26px;
        color: #fff; }
    .mobile-menu .menu-inner__header-mobile:hover {
        opacity: .8; }
    .mobile-menu .menu-inner {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -100%;
        width: 100%;
        left: auto;
        background-color: #da2824;
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow-y: auto;
        padding: 0;
        width: 0;
        right: 0; }
    .mobile-menu .menu-inner__container {
        padding: 0; }
    .mobile-menu .menu-inner__header {
        color: #000;
        display: none; }
    .mobile-menu .menu-inner-list {
        margin-top: 0;
        -webkit-column-count: 1;
        column-count: 1;
        overflow-y: auto; }
    .mobile-menu .menu-inner-list__item {
        margin-bottom: 0; }
    .mobile-menu .menu-inner-list__item:first-child .menu-inner-list__link {
        border-top: 1px solid rgba(255, 255, 255, 0.4); }
    .mobile-menu .menu-inner-list__link {
        display: block;
        width: 100%;
        padding: 13px 15px 7px;
        font-size: 14px;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    .mobile-menu .menu-inner-list__link:before {
        content: none; }
    .mobile-menu .menu-inner-list__link_active {
        color: #fff;
        font-family: 'Arial regular'; }
    .mobile-menu .menu-inner-list__link:hover {
        font-family: 'Arial regular';
        color: #fff;
        opacity: .8; }
    .mobile-menu .menu-inner__manufacturers {
        display: none; }
    .mobile-menu .menu-inner__sale {
        display: none; }
    .mobile-menu .menu-inner:hover {
        padding: 0;
        right: 0;
        width: 100%; }
    .mobile-menu .menu-inner_none {
        right: 0;
        padding: 0;
        width: 0; }
    .mobile-menu .menu-inner_none:hover {
        width: 0%; }
    .mobile-menu .content-menu__item {
        float: none;
        margin: 0;
        width: 100%; }
    .mobile-menu .content-menu__link {
        display: block;
        width: 100%;
        padding: 13px 20px 7px;
        background-color: #d2302b;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    .mobile-menu .content-menu__link:hover {
        background-color: transparent;
        border-radius: 0;
        text-decoration: none;
        opacity: .8; }
    .mobile-menu .search {
        margin: 30px 0 19px 22px;
        width: 79%;
        border-bottom: 2px solid #fcffff; } }

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.form_modal {
    margin-top: 21px; }

.form__item {
    margin-bottom: 16px;
    position: relative; }
.form__item:last-child {
    margin-bottom: 0; }
.form__item_line {
    margin: -10px 0 7px; }
.form__item_column {
    padding-top: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.form__item_rating {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.form__input_f { 
    display: none;
}
.form-error {
    font-weight: bold;
    color: #e10600;
}
.form__message, .form__input {
    width: 100%;
    height: 32px;
    padding: 0 10px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    color: #000;
    border-radius: 3px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }
.form__message:focus, .form__input:focus {
    border-color: #e10600; }

.form__message {
    padding: 8px 10px;
    height: 130px;
    resize: none; }

.form__label {
    display: inline-block;
    margin-bottom: 2px;
    color: #555555; }

.form__submit {
    display: inline-block;
    padding: 16px 40px 12px;
    font-family: 'Arial Bold';
    color: #fff !important;
    text-decoration: none !important;
    background-color: #e10600;
    border: none;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-image: -webkit-linear-gradient(45deg, #ab0500 0%, #ec5e5a 50%, #e10600 100%);
    background-image: -o-linear-gradient(45deg, #ab0500 0%, #ec5e5a 50%, #e10600 100%);
    background-image: linear-gradient(45deg, #ab0500 0%, #ec5e5a 50%, #e10600 100%);
    background-position: 100% 0px;
    background-size: 200% 200%; }
.form__submit:hover {
    background-position: 0 0; }

.form__rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -6px 0 0 10px; }
.form__rating-item {
    position: relative;
    width: 13px;
    height: 13px;
    margin-right: 4px;
    cursor: pointer; }
.form__rating-item:last-child {
    margin-right: 0; }

.password-change {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 24px;
    height: 18px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }
.password-change:hover {
    opacity: .7; }
.password-change__input {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.modal {
    display: none;
    width: 390px;
    padding: 60px 2.1% 29px; }
.modal_reviews {
    width: 470px; }
.modal_reviews .form_modal {
    margin-top: 25px; }
.modal_reviews .form__item {
    margin-top: 18px; }
.modal__header {
    font-family: "Arial Bold";
    font-size: 36px;
    line-height: 1;
    text-align: center; }
.modal__link {
    text-decoration: none; }
.modal__link:hover {
    text-decoration: underline; }
.modal__link_reg {
    margin-top: 13px;
    color: #e10600; }
.modal__link_pass {
    color: #e10600; }

.modal-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.modal-social__name {
    width: 42%; }
.modal-social__list {
    width: 54%; }
@media only screen and (max-width: 767px) {
    .modal-social__list {
        width: 57%; } }

.modal-social-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
.modal-social-list__item {
    margin-left: 3px; }
.modal-social-list__item:first-child {
    margin: 0; }
.modal-social-list__link {
    display: block;
    width: 25px;
    height: 25px; }
.modal-social-list__link:before {
    width: 25px;
    height: 25px;
    left: 0;
    top: 0; }
.modal-social-list__link:hover {
    opacity: .8; }

.modal .fancybox-close-small {
    position: absolute;
    padding: 6px;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }
.modal .fancybox-close-small:hover svg {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .7; }

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.content-menu__item {
    float: left;
    margin-right: 18px; }
.content-menu__item:last-child {
    margin-right: 0; }

.content-menu__link {
    font-family: 'Arial Bold Free';
    color: #fff;
    text-decoration: none; }
.content-menu__link:hover, .login-registration a:hover, .content-menu__link.active {
    color: #abdf41;
    text-decoration: underline; }

@media only screen and (max-width: 979px) {
    .content-menu__item {
        margin-right: 7px; } }

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.email-lider {
    font-family: "Arial Bold Free";
    font-size: 14px;
    color: #abdf41;
    text-decoration: none; }
.email-lider:hover {
    text-decoration: underline; }

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.like {
    position: relative;
    padding-left: 25px;
    text-decoration: none; }
.like__number {
    text-decoration: none;
    color: #fff; }

.like:hover {
    opacity: 0.9;
    cursor: pointer;
}
.like:hover span {
    text-decoration: underline;
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.login-registration__link {
    position: relative;
    font-family: "Arial Bold Free";
    font-size: 14px;
    color: #fff;
    text-decoration: none; }
.login-registration__link:first-child {
    margin-right: 12px; }
.login-registration__link:first-child:after {
    content: '|';
    position: absolute;
    right: -9px;
    top: 0;
    font-size: 14px;
    color: #fff; }
.login-registration__link:hover {
    text-decoration: underline; }

.top-line {
    padding: 8px 0 5px;
    background-color: #000; }
.top-line .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.top-line__content-menu {
    margin: 0 auto 0 0; }
.top-line__email-lider {
    margin-right: 3.5%; }
.top-line__like {
    margin: 0 3.8% 0 0; }
@media only screen and (max-width: 767px) {
    .top-line__content-menu {
        display: none
    }
    .content-menu__link:hover, .login-registration a:hover, .content-menu__link.active {
        color: white;
    }
    .top-line {
        padding: 5px 0 13px;
        position: fixed;
        left: 0;
        top: 0;
        min-height: 89px;
        right: 0;
        z-index: 16; }
    .top-line .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        z-index: 11; }
    .top-line__email-lider {
        display: none; }
    .top-line__like {
        display: none; }
    .top-line__login-registration {
        margin: 0 0 10px;
        width: 100%;
        padding: 1px 9px 3px 0;
        border-bottom: 1px solid #fff;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        text-align: right; }
    .top-line .logo {
        width: 180px; } }

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.phone__item {
    width: 50%;
    text-align: right; }
.phone__item-number {
    font-family: "Arial Semibild";
    font-size: 20px;
    color: #000;
    text-decoration: none;
    letter-spacing: 0.3px; }
.phone__item-number:hover {
    opacity: .8; }
.phone__item-description {
    margin-top: 2px;
    font-size: 14px;
    color: #555555; }
@media only screen and (max-width: 767px) {
    .phone {
        margin: 0; }
    .phone__item {
        width: 46%;
        text-align: center; } }
@media only screen and (max-width: 375px) {
    .phone__item {
        width: 49%; }
    .phone__item-number {
        font-size: 16px; } }

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.basket {
    position: relative;
    padding: 3px 0 0 50px; }
.basket__inner {
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }
.basket__inner:hover {
    opacity: .8; }
.basket__name {
    font-family: "Arial Bold Free";
    font-size: 16px; }
.basket__info {
    margin-top: 6px;
    font-size: 14px;
    color: #555; }
.basket__price {
    margin-left: 10px; }
@media only screen and (max-width: 767px) {
    .basket {
        width: 55px;
        height: 44px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .basket__name {
        display: none; }
    .basket__info {
        font-size: 0; }
    .basket__goods {
        font-size: 0; }
    .basket__goods-val {
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        font-size: 14px;
        line-height: 1.7;
        background-color: #e10600;
        color: #fff;
        text-align: center; } }

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/


.block-basket-list-benefits {
    margin-top: 18px;
    padding: 0 6%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.block-basket-list-benefits__item {
    width: 48%;
    padding-left: 20%;
    position: relative; }
.block-basket-list-benefits__name {
    font-family: 'Arial Bold';
    text-transform: uppercase; }
@media only screen and (max-width: 767px) {
    .block-basket-list-benefits {
        padding: 0; } } 

.header {
    padding: 23px 0 18px; }
.header__logo {
    margin-top: 8px;
    width: 18.8%; }

.header__logo .logo-caption {
    fill: #3B3B3B;
}
.footer-data__logo path.logo-caption {
    fill: red !important;
    background-color: red;
}

.logo a:hover img {
    opacity: 0.85;
}
.header__phone {
    margin: 8px 3.2% 0 auto; 
    width: 32.7%; }
.header__basket {
    width: 16.8%; }
@media only screen and (max-width: 1269px) {
    .header__basket {
        width: 22%; }
    .header__phone {
        width: 40%; }
    .header__logo {
        width: 20%; } }
@media only screen and (max-width: 979px) {
    .header__basket {
        width: 26%; }
    .header__phone {
        width: 47%; } }
@media only screen and (max-width: 767px) {
    .header {
        margin-top: 87px;
        padding: 19px 0 5px; }
    .header .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .header__logo {
        width: 100%;
        display: none;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        text-align: center; }
    .header__phone {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin: 0; }
    .header__basket {
        display: none; } }

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
.menu__link {
    display: block;
    position: relative;
    padding: 15px 22px 12px;
    font-family: "Arial Semibild";
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600; }
.menu__link:after {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    background: #c60b02;
    background: -webkit-gradient(linear, left top, right top, from(#c60b02), color-stop(50%, #c60b02), color-stop(50%, #ef5a46), to(#ef5a46));
    background: -webkit-linear-gradient(left, #c60b02 0%, #c60b02 50%, #ef5a46 50%, #ef5a46 100%);
    background: -o-linear-gradient(left, #c60b02 0%, #c60b02 50%, #ef5a46 50%, #ef5a46 100%);
    background: linear-gradient(to right, #c60b02 0%, #c60b02 50%, #ef5a46 50%, #ef5a46 100%); }

.menu__link:hover + .menu-inner {
    padding: 20px 3% 18px; 
    display: block; }

.menu__link:hover, .menu__item:hover,.menu__item.active { 
    background-color: #b30500
}
@media only screen and (max-width: 1269px) {
    .menu__link {
        font-size: 16px; } }
@media only screen and (max-width: 979px) {
    .top-line__email-lider {
        display: none;
    }
    .menu__link {
        font-size: 13px;
        padding: 15px 14px 12px;

    } }

.menu-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 15;
    background-color: #f7f7f8;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: none; }
.menu-inner__container {
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 3% 0; }
.menu-inner:hover, .menu-inner_active {
    display: block;
    padding: 20px 3% 18px; }
.menu-inner__catalog {
    width: 32%; }
.menu-inner__manufacturers {
    width: 30%; }
.menu-inner__sale {
    width: 20%; }
.menu-inner__header {
    font-family: "Arial Semibild";
    font-size: 16px; }
.menu-inner__menu-inner-list {
    margin-top: 19px; }
@media only screen and (max-width: 1269px) {
    .menu-inner {
        padding: 0 2% 0; }
    .menu-inner__container {
        width: 100%; }
    .menu-inner_active {
        padding: 20px 2% 18px; }
    .menu-inner__catalog {
        width: 40%; }
    .menu-inner__catalog {
        width: 100%; }
    .menu-inner__manufacturers {
        width: 80%;
        margin-top: 20px; }
    .menu-inner__sale {
        width: 20%; } }

.menu-inner-list {
    -webkit-column-count: 2;
    column-count: 2; }
.menu-inner-list-3 {
    -webkit-column-count: 3;
    column-count: 3; } 
.menu-inner-list-5 {
    -webkit-column-count: 5;
    column-count: 5; }
.menu-inner-list-6 {
    -webkit-column-count: 6; 
    column-count: 6; }
.menu-inner-list__item {
    margin-bottom: 11px; }
.menu-inner-list__link {
    padding-left: 15px;
    font-size: 15px;
    position: relative;
    text-decoration: none;
    color: #000; }
.menu-inner-list__link:before {
    content: '';
    display: block;
    position: absolute;
    left: 0; 
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 3px solid #000;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }
.menu-inner-list__link_active, .menu-inner-list__link:hover {
    color: #e10600; }
.menu-inner-list__link_active:before, .menu-inner-list__link:hover:before {
    border-left: 3px solid #e10600; }
@media only screen and (max-width: 1269px) {
    .menu-inner-list {
        -webkit-column-count: 4;
        column-count: 4; } }

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.search {
    position: relative;
    height: 26px;
    border-bottom: 3px solid #fcffff; }
.search__input {
    width: 100%;
    height: 100%;
    padding: 0 30px 0 0;
    outline: none;
    font-family: "Arial Bold Free";
    font-size: 16px;
    color: #f8d4d3;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: transparent;
    border: none; }
.search__input::-webkit-input-placeholder {
    color: #f8d4d3;
    font-family: "Arial Bold Free";
    font-size: 16px; }
.search__input:-moz-placeholder {
    color: #f8d4d3;
    font-family: "Arial Bold Free";
    font-size: 16px; }
.search__input::-moz-placeholder {
    color: #f8d4d3;
    font-family: "Arial Bold Free";
    font-size: 16px; }
.search__input:-ms-input-placeholder {
    color: #f8d4d3;
    font-family: "Arial Bold Free";
    font-size: 16px; }

.search__submit { 
    position: absolute;
    right: 0;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: transparent;
    background-image: url(/images/site/i-search.svg);
    background-size: contain;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }

@media only screen and (max-width: 979px) {
    .search__submit { 
        right: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .search__submit {     
        top: 40px;
        right: 18%;
    }
}

@media only screen and (max-width: 425px) {
    .search__submit {     
        top: 40px;
        right: 14%;
    }
}
.ui-menu {
    width: 248px !important;
    top: 13px !important;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    z-index: 11; }
@media only screen and (max-width: 1269px) {
    .ui-menu {
        left: -65px !important; } }
@media only screen and (max-width: 767px) {
    .ui-menu {
        left: 0 !important; } }

.ui-menu-item {
    padding: 8px 0 3px 12px;
    cursor: pointer; }
.ui-menu-item:hover {
    background-color: #f2f2f2; }
.ui-menu-item:hover .ui-menu-item-wrapper {
    color: #000; }

.ui-menu-item-wrapper {
    font-size: 16px;
    color: #555555; }

.ui-autocomplete-match {
    color: #006CFC; }

.ui-helper-hidden-accessible {
    display: none; }

.wrapper-menu {
    background-color: #e10600;
    position: relative; }
.wrapper-menu > .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.wrapper-menu__menu {
    width: 70%;
    padding-left: 0.3%; }
.wrapper-menu__search {
    width: 20%;
    margin-right: 1.5%; }
@media only screen and (max-width: 1269px) {
    .wrapper-menu__menu {
        width: 72%;
        padding: 0; }
    .wrapper-menu__search {
        width: 25%;
        margin-right: 0; } }
@media only screen and (max-width: 767px) {
    .wrapper-menu {
        background-color: transparent;
        opacity: 0; }
    .wrapper-menu__search {
        width: 100%;
        margin: 10px 0; } }

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.slider-manufacturers {
    padding: 15px 3% 7px;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 0 26px 16px -30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 26px 16px -30px rgba(0, 0, 0, 0.3); }
.slider-manufacturers__item {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
.slider-manufacturers__item img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
.slider-manufacturers__item img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
.slider-manufacturers .slick-arrow {
    width: 28px;
    height: 37px; }
.slider-manufacturers .slick-arrow:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 37px;
    background-size: contain; }
.slider-manufacturers .slick-prev {
    left: 1.7%; }
.slider-manufacturers .slick-prev:before {
    background-image: url(/images/site/leftArrowBig.svg); }
.slider-manufacturers .slick-prev:hover:before {
    background-image: url(/images/site/lefArrowBigColor.svg); }
.slider-manufacturers .slick-next {
    right: 1.7%; }
.slider-manufacturers .slick-next:before {
    background-image: url(/images/site/rightArrowBig.svg); }
.slider-manufacturers .slick-next:hover:before {
    background-image: url(/images/site/rightArrowBigColor.svg); }

.manufacturers {
    padding: 42px 0 35px; }
.manufacturers__slider-manufacturers {
    margin-top: 21px; }

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.subscription {
    padding: 19px 0 20px;
    background-color: #f3f3f3; }
.subscription .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.subscription__subscription-text {
    width: 50%;
    padding: 3px 0 0 0.4%; }
.subscription__subscription-form {
    position: relative;
    width: 38.5%; }
@media only screen and (max-width: 1269px) {
    .subscription__subscription-form {
        width: 45%; } }
@media only screen and (max-width: 979px) {
    .subscription .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .subscription__subscription-text {
        padding: 0;
        width: 100%;
        text-align: center; }
    .subscription__subscription-form {
        width: 65%;
        margin-top: 20px; } }
@media only screen and (max-width: 767px) {
    .subscription__subscription-form {
        width: 100%; } }

.subscription-text__appeal {
    font-family: "Arial Bold";
    font-size: 20px; }

.subscription-text__info {
    margin-top: 7px;
    font-size: 15px;
    color: #555555; }

.subscription-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 0.3%; }
.subscription-form__input {
    width: 64%;
    height: 46px;
    padding: 5px 5px 0 18px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    font-family: "Arial Bold Free";
    font-size: 15px;
    color: #555555;
    outline: none; }
.subscription-form__input::-webkit-input-placeholder {
    color: #555555;
    font-family: "Arial Bold Free";
    font-size: 15px; }
.subscription-form__input:-moz-placeholder {
    color: #555555;
    font-family: "Arial Bold Free";
    font-size: 15px; }
.subscription-form__input::-moz-placeholder {
    color: #555555;
    font-family: "Arial Bold Free";
    font-size: 15px; }
.subscription-form__input:-ms-input-placeholder {
    color: #555555;
    font-family: "Arial Bold Free";
    font-size: 15px; }
.subscription-form__submit {
    width: 33.8%;
    display: inline-block;
    padding: 14px 0 10px;
    font-family: 'Arial Bold';
    color: #fff;
    background-color: #e10600;
    border-radius: 4px;
    outline: none;
    text-align: center;
    text-transform: uppercase;
    border: none;
    line-height: 1.5;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-image: -webkit-linear-gradient(45deg, #ab0500 0%, #ec5e5a 50%, #e10600 100%);
    background-image: -o-linear-gradient(45deg, #ab0500 0%, #ec5e5a 50%, #e10600 100%);
    background-image: linear-gradient(45deg, #ab0500 0%, #ec5e5a 50%, #e10600 100%);
    background-position: 100% 0px;
    background-size: 200% 200%; }
.subscription-form__submit:hover {
    background-position: 0 0; }
@media only screen and (max-width: 1269px) {
    .subscription-form {
        padding: 0; } }
@media only screen and (max-width: 767px) {
    .subscription-form__input {
        width: 100%; }
    .subscription-form__submit {
        width: 100%;
        margin-top: 20px; } }

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.footer-data__logo {
    width: 57%; }
.footer-data__logo img {
    width: 100%; }

.footer-data__link-blog {
    margin-top: 32px; }

.footer-data__social {
    margin-top: 41px; }

@media only screen and (max-width: 767px) {
    .footer-data__logo {
        width: 100%;
        padding: 0 15%; } }

.link-blog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.link-blog__item {
    width: 50%;
    position: relative;
    padding-left: 15%;
    text-decoration: none;
    color: #fff; }
.link-blog__item:last-child {
    width: 46.5%; }
.link-blog__item:hover {
    text-decoration: underline; }
.link-blog__item-name {
    font-family: "Arial Bold Free";
    font-size: 15px; }
@media only screen and (max-width: 1269px) {
    .link-blog__item {
        padding-left: 21%; } }
@media only screen and (max-width: 979px) {
    .link-blog__item {
        padding-left: 14%; } }
@media only screen and (max-width: 767px) {
    .link-blog__item {
        padding: 45px 0 0 0;
        text-align: center; } }

.social {
    padding-left: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.social__header {
    font-family: "Arial Bold Free";
    font-size: 14px; }
.social__list-social {
    margin-left: 4.5%; }
@media only screen and (max-width: 1269px) {
    .social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }

.list-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
.list-social__item {
    width: 28px;
    height: 28px;
    margin-right: 10px; }
.list-social__link {
    display: block;
    width: 28px;
    height: 28px;
    position: relative; }
.list-social__link:hover {
    opacity: .8; }

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.footer-nav__header {
    font-family: "Arial Bold";
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    pointer-events: none; }

.footer-nav__list {
    margin-top: 14px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }
.footer-nav__list-item {
    margin-bottom: 6px; }
.footer-nav__list-item:last-child {
    margin-bottom: 0; }
.footer-nav__list-link {
    color: #fff;
    text-decoration: none; }
.footer-nav__list-link:hover {
    color: #abdf41;
    text-decoration: underline; }

@media only screen and (max-width: 767px) {
    .footer-nav__list {
        height: 0;
        margin-top: 0;
        overflow: hidden; }
    .footer-nav__list_active {
        height: auto;
        margin-top: 10px;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out; }
    .footer-nav__header {
        display: inline-block; }
    .footer-nav__header_mobile {
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        position: relative;
        pointer-events: all;
        cursor: pointer; }
    .footer-nav__header_mobile:after {
        content: '\ab';
        position: relative;
        display: inline-block;
        right: -10px;
        top: 0;
        font-size: 18px;
        color: #fff;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out; }
    .footer-nav__header_mobile-active:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); } }

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.footer-address__item {
    margin-bottom: 10px;
    font-family: 'Arial Bold Free'; }
.footer-address__item:last-child {
    margin-bottom: 0; }
.footer-address__item-head {
    font-size: 17px; }

.footer {
    padding: 20px 0;
    background-color: #000;
    color: #fff; }
.footer__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.footer__row:first-of-type {
    padding-bottom: 19px;
    border-bottom: 1px solid #fff; }
.footer__row:last-of-type {
    padding: 18px 0 0; }
.footer__footer-data {
    width: 26%; }
.footer__footer-nav {
    width: 14.5%;
    padding-top: 10px; }
.footer__footer-nav_company {
    margin-left: auto; }
.footer__footer-nav_catalog {
    margin: 0 1.4% 0 4.3%; }
.footer__footer-address {
    width: 16%;
    padding-right: 0.4%;
    text-align: right; }
@media only screen and (max-width: 1269px) {
    .footer__footer-address {
        padding: 0;
        width: 19.5%; }
    .footer__footer-data {
        width: 23%; }
    .footer__footer-nav {
        width: 16%; }
    .footer__footer-nav_catalog {
        margin: 0 1% 0 2%; } }
@media only screen and (max-width: 979px) {
    .footer__row {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
    .footer__footer-data {
        width: 50%;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0; }
    .footer__footer-address {
        width: 50%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
    .footer__footer-nav {
        width: 33%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        text-align: center;
        margin-top: 20px; }
    .footer__footer-nav_catalog {
        margin: 20px 0 0 0; }
    .footer__footer-nav_company {
        margin-left: 0; } }
@media only screen and (max-width: 767px) {
    .footer__footer-data {
        width: 100%; }
    .footer__footer-address {
        margin-top: 20px;
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        text-align: center; }
    .footer__footer-nav {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff; } }

.copyright {
    padding: 4px 0 0 4px;
    font-family: 'Arial Bold Free'; }
.copyright__info {
    margin-top: 3px;
    letter-spacing: 0.5px; }
@media only screen and (max-width: 1269px) {
    .copyright {
        width: 30%; } }
@media only screen and (max-width: 979px) {
    .copyright {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 15px;
        padding-top: 15px;
        text-align: center;
        border-top: 1px solid #fff; } }

.yandex-reviews {
    margin-right: 2.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff; }
.yandex-reviews__text {
    margin-left: 13px;
    font-size: 13px; }
.yandex-reviews:hover {
    text-decoration: none; }
.yandex-reviews:hover img {
    opacity: .8; }
@media only screen and (max-width: 1269px) {
    .yandex-reviews {
        margin: 0; } }
@media only screen and (max-width: 979px) {
    .yandex-reviews {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0; } }
@media only screen and (max-width: 767px) {
    .yandex-reviews {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }

.payment-cards {
    width: 34.7%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.payment-cards__text {
    width: 50%; }
.payment-cards img {
    max-width: 201px;
    width: 50%; }
@media only screen and (max-width: 979px) {
    .payment-cards {
        width: 62%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; } }
@media only screen and (max-width: 767px) {
    .payment-cards {
        width: 100%;
        margin-top: 20px; }
    .payment-cards__text {
        width: 70%; }
    .payment-cards img {
        width: 30%; } }
#up {
    background: url(data:image/png;base64,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) 
        0 0 no-repeat;	
    width: 35px;
    height: 19px;
    font-size: 0;
    position: fixed;
    right: 23px;
    bottom: 110px; 
    display: none; 
    cursor: pointer;
}

#up:hover {
    background-position: 0 -33px;
}
#up:active {
    background-position: 0 -63px;
}
.text-page h2 {
    margin-top: 20px;
}
.text-page h3 {
    font-size: 20px;
}
.text-page {
    padding: 0px 0; 
    margin-top: 20px;
}
.text-page a {
    color: #e10600;
    text-decoration: none;
}
.text-page a:hover {
    text-decoration: underline;
}
.text-page p, .tabs-content p {
    padding: 0px 0 7px 0;     
    font-size: 15px;
    letter-spacing: 0.1px;
    line-height: 1.6;
}
.text-page  ol {
    margin-top: 7px;
}
.text-page  ol, .text-page  ul, .tabs-content__item ul, .items-desc ul   {
    margin-bottom: 10px;
    list-style: none none outside;
}
.text-page ul li, .text-page ol li, .block-tips__hidden ul li, .items-desc ul li {
    font-size: 15px;
    letter-spacing: 0.1px;
    line-height: 1.6;
    padding: 5px 0px;
} 
.text-page ul>li, .tabs-content__item ul>li, .block-tips__hidden ul li, .items-desc ul li {
    padding: 3px 40px;
    font-size: 15px;
    background: url(/images/site/li.svg) 22px 9px no-repeat;
    background-size: 10px 10px;
} 
.block-tips__hidden ul { 
    margin-bottom: 0;
    list-style: none none outside;
}
.block-tips__hidden ul li {
    font-size: 14px;   
}
.text-page ol>li {
    list-style: decimal;
}

.images-block {
    text-align: center
}
.text-page ul li ul, .text-page ol li ul  {
    margin-top: 15px;
}

@media only screen and (max-width: 979px) {
    .text-page ul>li, .tabs-content__item ul>li {
        background-position: 0px 9px;
        padding: 3px 17px;
    }
}
@media only screen and (max-width: 767px) {
    .text-page iframe {
        width: auto;
    }
}
.breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
.breadcrumbs__item {
    position: relative;
    margin-right: 13px;
    font-size: 13px;
    color: #555555; }
.breadcrumbs__item:after {
    content: '-';
    position: absolute;
    right: -10px;
    top: 0;
    font-size: 13px;
    font-weight: 600;
    color: #555555; }
.breadcrumbs__item:last-child {
    margin-right: 0; }
.breadcrumbs__item:last-child:after {
    content: none; }
.breadcrumbs__item-value-goods {
    display: none; }
.breadcrumbs__link {
    font-size: 13px;
    color: #555555;
    text-decoration: none; }
.breadcrumbs__link:hover {
    text-decoration: underline; }
@media only screen and (max-width: 767px) {
    .breadcrumbs {
        position: relative;
        border-top: 2px solid #d2d2d2;
        border-bottom: 2px solid #d2d2d2;
        min-height: 40px; }
    .breadcrumbs__item {
        width: 100%;
        text-align: center;
        margin-right: 0;
        position: absolute;
        z-index: 2;
        background-color: #fff;
        text-transform: uppercase; }
    .breadcrumbs__item-value-goods {
        display: inline-block; }
    .breadcrumbs__item:after {
        content: none; }
    .breadcrumbs__link {
        position: relative;
        display: block;
        padding: 13px 0 7px;
        text-transform: uppercase; }
    .breadcrumbs__link:hover {
        opacity: .8;
        text-decoration: none; }
    .breadcrumbs__link:before {
        content: '\2039';
        position: absolute;
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 20px;
        line-height: 1; } 
    .breadcrumbs__item:last-child {
        display: none
    }
}
.hide {
    display: none;
}

.basket__inner:hover svg, .link-favorites:hover, .greeting-text__img:hover, .list-social__item:hover svg, .link-blog__item:hover, #favorite-links:hover  {
    -webkit-animation-name: head-two;
    animation-name: head-two;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes head-two {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes head-two {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
} 



.logo:hover img, .list-discounts__item:hover, .list-news__item:hover, .manufa-list__img:hover {
    -webkit-animation-name: head-one;
    animation-name: head-one;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes head-one {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -7px, 0);
        transform: translate3d(0, -7px, 0);
    }
    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@keyframes head-one {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% { -webkit-transform: translate3d(0,-4px,0); transform: translate3d(0,-4px,0);
    }
} 
.list-advantages__item:hover {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
} 



#search-result {
    position: absolute;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    z-index: 11;
    width: 200%;
    left: -100%;
    margin-top: 13px;

}

.search-popup {
    border-bottom: 1px solid #e9e9e9;
}

#search-result>div {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.search-title {
    padding-right: 10px;
    padding: 12px 10px;
    text-align: right;
    width: 20%;
    color: black;
    border-right: 1px solid #e9e9e9;
}
.search-result-box {
    background-color: #ffffff;
    width: 80%;
    display: block;
    line-height: 1;
}


.search-result-box li {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.search-result-box li img {
    max-height: 50px;
    margin-left: 5px;
}
.search-result-box li a {
    color: black;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 0px 12px;
    padding-top: 6px;
    height: 30px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
    line-height: 1.5;
}
.search-result-box li a span {
    padding-left: 5px;
    color: red;
}
.search-result-box li:first-child:last-child a {
    height: 42px;
}
.search-result-box.search-result-products li a{
    height: 50px;
}
.red {
    color: #e10600;
}


.search-result-box li em {
    margin-left: 5px;
    color: gray;
    font-size: 13px;
    font-style: normal;
}

.search-result-box li {
    border-bottom: 1px solid #eee;
}
.search-result-box li:last-child {
    border-bottom: 0;
}
.search-result-box li:hover {
    background-color: #f5f5f5;
}

.search-result-box li div {
    padding-right: 10px;
    color: gray;
    font-size: 13px;
    text-align: right;
}
.search-result-box li div i {
    text-decoration: line-through;
    font-style: normal;
    display: block;
    line-height: 1.5;
}
.search-result-box li div b {
    color: #e10600;
}
@media only screen and (max-width: 979px) {
    .search {
        position: static;
    }
    #search-result {
        width: 100%;
        left: 0;
    }
}


.block-tips {
    position: absolute;
    width: 16px;
    display: inline-block;
    height: 16px;
    cursor: pointer; }
.block-tips__hidden {
    width: 355px;
    padding: 18px 20px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 30px;
    top: -20px;
    z-index: 2;
    cursor: default;
    text-align: left;
    display: none;
    font-family: 'Arial regular';
    font-size: 14px; }
.block-tips__hidden:before {
    content: '';
    position: absolute;
    top: 20px;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 10px solid transparent; }
.block-tips__hidden p {
    margin: 0 0 10px 0;
    line-height: 1.4; }
.block-tips__hidden p:last-child {
    margin-bottom: 0; }
.block-tips__hidden_right {
    width: 600px;
    left: auto;
    right: 30px; }
.block-tips__hidden_right:before {
    border-right: none;
    border-left: 10px solid #fff;
    left: auto;
    right: -10px; }
.block-tips:hover > div {
    display: block; }
@media only screen and (max-width: 979px) {
    .block-tips__hidden {
        width: 280px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 28px; }
    .block-tips__hidden:before {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        border-top: none;
        top: -10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    .block-tips__hidden_right {
        left: auto;
        top: -20px;
        right: 30px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .block-tips__hidden_right:before {
        border-right: none;
        border-left: 10px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        left: auto;
        top: auto;
        right: -10px; }
    .block-tips__hidden_left {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: -15px; }
    .block-tips__hidden_left:before {
        left: 20px; } }
@media only screen and (max-width: 540px) {
    .block-tips__hidden {
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        right: -30px; }
    .block-tips__hidden:before {
        left: 85%; }
    .block-tips__hidden_right {
        right: 30px; }
    .block-tips__hidden_right:before {
        left: auto; }
    .block-tips__hidden_left {
        right: auto;
        left: -45px; }
    .block-tips__hidden_left:before {
        left: 50px; } }
@media only screen and (max-width: 425px) {
    .block-tips__hidden {
        width: 250px; } }
#basket:hover .basket-mini-wrapper {
    display: block;
}
.basket-mini-wrapper {
    display: none;
    position: absolute;
    width: 358px;
    top: 47px;
    right: 0;
    background-color: white;
    padding-top: 20px;
    z-index: 20;
}
.mblock-basket-list {
    padding: 0 8px 0;
    padding: 12px 8px 17px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 13;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }
.block-basket-list__order {
    display: block;
    margin: 13px 1.5% 0 1.5%;
    text-align: center;
    padding: 16px 0 10px;
    font-family: "Arial Bold";
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #f18b88;
    border-radius: 4px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-image: -webkit-linear-gradient(45deg, #ab0500 0%, #ec5e5a 50%, #e10600 100%);
    background-image: -o-linear-gradient(45deg, #ab0500 0%, #ec5e5a 50%, #e10600 100%);
    background-image: linear-gradient(45deg, #ab0500 0%, #ec5e5a 50%, #e10600 100%);
    background-position: 100% 0px;
    background-size: 200% 200%; }
.block-basket-list__order:hover {
    background-position: 0 0; }
@media only screen and (max-width: 1269px) {
    .mblock-basket-list {
        top: 65px; } }
@media only screen and (max-width: 767px) {
    .mblock-basket-list {
        width: 320px;
        top: 55px; } }

@media only screen and (max-width: 979px) {
    #basket:hover .basket-mini-wrapper {
        display: none;
    }
}

.mbasket-list__item {
    padding: 6px 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #dedede; }

.mbasket-list__item:last-child {
    border-bottom: 0;
}
.mbasket-list__img {
    width: 18%; }

.mbasket-list__info {
    width: 50%;
    padding: 5px 0 0 5%; }

.basket-list__size {
    margin-top: 9px;
    font-size: 13px;
    color: #555; }

.basket-list__data {
    width: 30%;
    padding: 4px 3.3% 0 0;
    text-align: right; }

.basket-list__summ {
    font-family: "Arial Bold";
    font-size: 15px;
    color: #e10600; }

.basket-list__del {
    font-size: 13px;
    color: #555555; }
.basket-list__del:hover {
    text-decoration: none; }


.icon_basket-benefits {
    width: 33px;
    fill: #e10600;
    top: -2px;
    left: 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.basket-one-icon {
    width: 100%;
    padding-top: 6px;
    padding-left: 19%;
    margin-left: 30px;
}