@font-face {
    font-family: 'Glober Bold Free';
    src: url("/styles/font/GloberBoldFree.woff2") format("woff2"), url("/styles/font/GloberBoldFree.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Glober Bold';
    src: url("/styles/font/GloberBold.woff2") format("woff2"), url("/styles/font/GloberBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Glober regular';
    src: url("/styles/font/GloberRegular.woff2") format("woff2"), url("/styles/font/GloberRegular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Glober Semibild';
    src: url("/styles/font/GloberSemiBold.woff2") format("woff2"), url("/styles/font/GloberSemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}
.asterix {
    color: #fb5657;
    font-size: 110%;
    font-family: Verdana,Geneva,sans-serif;
}
/*====================================
            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: 'Glober 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: 14px;
    color: #000;
    text-decoration: none;
}
.aside-nav-inner__link:hover, .aside-nav-inner__link_active {
    font-family: 'Glober Bold';
}

.logo_text_main {
    width: 200px;
    margin-left: 1.5%;
    font-size: 13px;
}
.logo_text_main {
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 7px;
}
.header__phone {
    width: 34%;
}
@media only screen and (max-width: 1024px) {
    .logo_text_main {
        display: none;
    }
}
@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: #006edb
    }
    .aside-nav_active-mobile .aside-nav__item.aside-nav__link-all-mobile .aside-nav__link {
        color: #006edb;
    }
}
.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: 21%;
    padding-left: 0.7%;
    padding-right: 1%;
}
.main__content {
    padding: 24px 1% 0 0;
    width: 82.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: "Glober Semibild";
    font-size: 24px;
}
@media only screen and (max-width: 767px) {
    .category__category-head {
        display: none;
    }
}


.content__category {
    margin-top: 12px;
}
.fancybox-stage .content__category {
    margin-top: 12px;
    margin-bottom: 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: 'Glober regular';
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
    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;
    background-color: #f1f1f1;
}
header {
    background-color: white;
}
.container-border {
    margin: auto;
    background-color: white;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}
.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-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -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: 270px;
}
.container_full .main__content {
    width: calc(100% - 270px);
}


@media only screen and (max-width: 1240px) {
    .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 {
    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%;
}
.icon_like {
    width: 16px;
    left: 0;
    top: 15%;
}
.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_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_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: #006edb;
}

@media only screen and (min-width: 979px) {
    .icon_basket-card-like:hover {
        stroke: #006edb;
    }
}
.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: #006edb;
}

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


.icon_ratint-stars {
    width: 13px;
    fill: #8c8c8c;
}
.icon_ratint-stars:hover {
    fill: #ffc600;
}


/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.icon-sprite {
    position: relative;
}
.icon-sprite:before {
    content: ' ';
    display: block;
    position: absolute;
    background-image: url(/images/site/show-password.svg);
    background-size: 21px 12px;
    top: 7px;
    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 {
    width: 24px;
    height: 14px;
}
.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 {
    border: 0;
    display: inline-block;
    padding: 14px 39px 10px;
    font-family: 'Glober Bold';
    color: #fff;
    background-color: #006edb;
    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, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-image: -o-linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-image: linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    border-radius: 2px;
    background-position: 100% 0px;
    background-size: 200% 200%;
}
a.link-button {
    text-decoration: none !important;
    color: white !important;
}
.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;
    margin-top: 15px;
    position: relative;
}
.wrapper-header:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    right: 0;
    height: 2px;
    background-color: #eaeaea;
}

.section-header {
    position: relative;
    font-family: "Glober Bold";
    font-size: 23px !important;
    font-weight: 800;
    display: inline-block;
    text-transform: uppercase;
    background-color: #fff;
    padding: 0 12px;
    z-index: 1;
}

.section-header a, .text-page .section-header a {
    color: black;
    text-decoration: none;
}
.section-header a:hover, .text-page .section-header a:hover {
    color: #006edb;
}

.section-header-notice {
    color: gray;
    font-size: 17px;
    font-family: 'Glober regular';
    margin: 5px 0 10px 0;
}
.notice {
    color: gray;
}
.link {
    text-decoration: none;
    color: #006edb;
}
.link:hover {
    text-decoration: underline
}
.link-black {
    color: black;
    text-decoration: none;
}
.link-black:hover {
    color: #006edb;
    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: #2F87CC;
    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: #2f87cc;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        letter-spacing: 0.7px;
    }
    .mobile-menu .menu__item:last-child .menu__link {
        border-bottom: 0;
    }
    .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: #46a0e7;
        -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;
        font-weight: bold;
        font-size: 16px !important;
        background-color: #2f87cc;
    }
    .mobile-menu  .menu-inner__menu-inner-list {
        margin-top: 0;
    }
    .mobile-menu   .menu-inner-box {
        margin-bottom: 0;
    }
    .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-wrap {
        -webkit-column-count: 1;
        column-count: 1;
    }
    .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: 'Glober regular';
    }
    .mobile-menu .menu-inner-list__link:hover {
        font-family: 'Glober regular';
        color: #fff;
        opacity: .8;
    }
    .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: #46a0e7;
        /*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 5% 25px;
        width: 90%;
    }

    .mobile-menu .search {

    }
    .search__input {
        width: 100%;
    }
}

/*====================================
            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: #006edb;
}
.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: #006edb;
}

.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: 15px 40px 10px;
    font-family: 'Glober Bold Free';
    font-size: 18px;
    color: #fff !important;
    text-decoration: none !important;
    background-color: #006edb;
    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, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-image: -o-linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-image: linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    border-radius: 2px;
    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: -19px 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: "Glober 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: #006edb;
}
.modal__link_pass {
    color: #006edb;
}

.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;
}
.content-menu {
    z-index: 1;
}
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.content-menu__item {
    float: left;
    padding-top: 0;
    margin-right: 27px;
}
.content-menu__item:last-child {
    margin-right: 0;
}

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

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

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.email-lider {
    font-family: "Glober Bold Free";
    font-size: 14px;
    color: #fdc80a;
    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: "Glober 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: -2px;
    font-size: 14px;
    color: #fff;
}
.login-registration__link:hover {
    text-decoration: underline;
}

.top-line {
    padding: 8px 0 5px;
    background-color: black;
}
.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 {
        padding-top: 8px;
        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: flex-end;
}
.phone__item {
    text-align: right;
}
.phone__item-number {
    font-family: "Glober Bold Free";
    font-size: 23px;
    color: #333333;
    line-height: 1;
    text-decoration: none;
}
.phone__item-number:hover {
    opacity: .8;
}
.phone__item-description {
    margin-top: 0px;
    font-size: 15px;
    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: 1px 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 {
    padding-bottom: 1px;
    font-family: "Glober Bold Free";
    font-size: 17px;
}
.basket__info {
    margin-top: 0px;
    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: #006edb;
        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: 'Glober 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: 7px;
    width: 21.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: 5px 4.2% 0 auto;
    width: 37.5%;
}
.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%;
    }
}
@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;*/
    padding: 14px 20px 9px;
    font-family: "Glober Semibild";
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    border-left: 1px solid #4aa4e3;
    border-right: 1px solid #0066ad;
}
.menu li:first-child .menu__link:first-child {
    border-left: 0;
}
.menu li:last-child .menu__link {
    border-right: 0;
}


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

.menu__link:hover, .menu__item:hover,.menu__item.active {
    background-color: #46a0e7
}

@media only screen and (max-width: 979px) {
    .top-line__email-lider {
        display: none;
    }
}
.menu-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 101;
    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;
    padding: 0 3% 0;
}
.menu-inner:hover, .menu-inner_active {
    display: block;
    padding: 20px 3% 18px;
}
.menu-inner__catalog {
    width: 32%;
}
.menu-inner__sale {
    width: 20%;
}
.menu-inner__header a {

    font-family:'Glober regular';
    font-weight: bold;
    font-size: 16px;
}
.menu-inner__menu-inner-list {
    margin-top: 7px;
}

.menu-inner-wrap {
    width: 100%;
    vertical-align: top;
    -webkit-column-count: 5;
    column-count: 5;

    break-inside:avoid;
}
.menu-inner-box {
    break-inside:avoid;
    display:block;
    margin-bottom: 20px;
}
@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__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: 6px;
}
.menu-inner-list__link {
    font-size: 15px;
    position: relative;
    text-decoration: none;
    color: #000;
}

.menu-inner-list__link_active, .menu-inner-list__link:hover {
    color: #006edb;
}
.menu-inner-list__link_active:before, .menu-inner-list__link:hover:before {
    border-left: 3px solid #006edb;
}
@media only screen and (max-width: 1269px) {
    .menu-inner-list {
        -webkit-column-count: 4;
        column-count: 4;
    }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.search {
    position: relative;
}
.search__input {
    width: 100%;
    height: 100%;
    padding: 7px 10px 3px 10px;
    outline: none;
    font-family: 'Glober regular';
    font-size: 16px;
    color: #333;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: white;
    border: 1px solid #e5e5e5;
}
.search__input::-webkit-input-placeholder {
    color: #999999;
    font-family: "Glober Bold Free";
    font-size: 15px;
}
.search__input:-moz-placeholder {
    color: #717171;
    font-family: "Glober Bold Free";
    font-size: 16px;
}
.search__input::-moz-placeholder {
    color: #717171;
    font-family: "Glober Bold Free";
    font-size: 16px;
}
.search__input:-ms-input-placeholder {
    color: #717171;
    font-family: "Glober Bold Free";
    font-size: 16px;
}

.search__submit {
    position: absolute;
    right: 3%;
    margin-top: 1px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: transparent;
    background-image: url(/images/site/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;
    opacity: 0.6;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.search__submit:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
@media only screen and (max-width: 979px) {

}
@media only screen and (max-width: 767px) {
    .search__submit {
        top: 44px;
        right: 6.5%;
    }
}

@media only screen and (max-width: 425px) {
    .search__submit {

    }
}
.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: #2f87cc;
    position: relative;
}
.wrapper-menu > .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrapper-menu__menu {
    width: 75%;
}
.wrapper-menu__search {
    width: 25%;
}
.wrapper-menu .container {
    padding: 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: "Glober 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: "Glober Bold Free";
    font-size: 15px;
    color: #555555;
    outline: none;
}
.subscription-form__input::-webkit-input-placeholder {
    color: #555555;
    font-family: "Glober Bold Free";
    font-size: 15px;
}
.subscription-form__input:-moz-placeholder {
    color: #555555;
    font-family: "Glober Bold Free";
    font-size: 15px;
}
.subscription-form__input::-moz-placeholder {
    color: #555555;
    font-family: "Glober Bold Free";
    font-size: 15px;
}
.subscription-form__input:-ms-input-placeholder {
    color: #555555;
    font-family: "Glober Bold Free";
    font-size: 15px;
}
.subscription-form__submit {
    width: 33.8%;
    display: inline-block;
    padding: 14px 0 10px;
    font-family: 'Glober Bold';
    color: #fff;
    background-color: #006edb;
    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, #46a0e7 0%, #2f87cc 50%, #006edb 100%);
    background-image: -o-linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #006edb 100%);
    background-image: linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #006edb 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 {
    padding-top: 20px;
    text-align: center;
    width: 57%;
}
.footer-data__logo img {
}




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

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


.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: "Glober 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: "Glober 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: #fdc80a;
    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: 'Glober Bold Free';
}
.footer-address__item:last-child {
    margin-bottom: 0;
}
.footer-address__item-head {
    font-size: 15px;
}

.footer {
    padding: 20px 0;
    background-color: black;
    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: 1px 0 0 4px;
    font-family: 'Glober 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 {
    width: 110px;
    opacity: .8;
}
.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: 14%;
    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 img {
    max-width: 201px;
    width: 100%;
}
@media only screen and (max-width: 979px) {
    .payment-cards {
        width: 30%;
        -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 {
        margin: auto;
        width: 30%;
    }
}
#up {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAABVCAYAAADDol2FAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZGQjMyRDI1QjkwNzExRTlBOTBBQkEyOERFQkNFRDZCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZGQjMyRDI2QjkwNzExRTlBOTBBQkEyOERFQkNFRDZCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkZCMzJEMjNCOTA3MTFFOUE5MEFCQTI4REVCQ0VENkIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkZCMzJEMjRCOTA3MTFFOUE5MEFCQTI4REVCQ0VENkIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6D7ZByAAAL1klEQVR42uxa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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: 15px;
}
.text-page h3 {
    margin-top: 15px;
    font-size: 20px;
}
.text-page .wrapper-header h3 {
    margin-top: 0px;
}
.text-page {
    padding: 0px 0;
    margin-top: 20px;
}
.text-page a {
    color: #006edb;
    text-decoration: none;
}
.text-page a:hover {
    text-decoration: underline;
}
.text-page p, .tabs-content p {
    padding: 4px 0 4px 0;
    font-size: 15px;
    letter-spacing: 0.1px;
    margin: 0;
    line-height: 1.6;
    margin: 0;
}
.text-page  ol {
    margin-top: 7px;
}
.text-page  ol, .text-page  ul, .tabs-content__item ul, .items-desc ul   {
    padding: 0;
    padding: 4px 0 4px 0;
    margin: 0;
    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;
    margin: 0;
    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;
}

.breadcrumbs__item:last-child .breadcrumbs__link {
    text-decoration: none;
    cursor: default;
}
@media only screen and (max-width: 767px) {
    .breadcrumbs {
        position: relative;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        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 !important;
}

.basket__inner:hover svg, .link-favorites:hover, .greeting-text__img:hover, .list-social__item:hover img, .list-social__item:hover svg, .link-blog__item:hover, #favorite-links:hover, .contact-social svg:hover, .contact-social img: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);
    }
}





#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: #006edb;
}


.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: #006edb;
}
@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: 'Glober 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) {
    .hide-544 {
        display: none !important;
    }
    .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: "Glober Bold";
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-image: -webkit-linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-image: -o-linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-image: linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 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: "Glober Bold";
    font-size: 15px;
    color: #006edb;
}

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


.icon_basket-benefits {
    width: 33px;
    fill: #006edb;
    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;
}


.table  {
    border-radius: 3px;
    background-color: #006edb;
    background-image: -webkit-linear-gradient(45deg, #46a0e7 0%, #2f87cc 60%, #006edb 100%);
    background-image: -o-linear-gradient(45deg, #46a0e7 0%, #2f87cc 60%, #006edb 100%);
    background-image: linear-gradient(45deg, #46a0e7 0%, #2f87cc 60%, #006edb 100%);

    background-image: -webkit-linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-image: -o-linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-image: linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-position: 100% 0px;
    background-size: 200% 200%;
    border: 0;
    border-spacing: 0px;
    border-collapse: separate;
    font-size: 14px;
    margin-top: 20px;
}
.table thead tr td {
    padding: 16px 20px 12px;
    font-family: 'Glober Bold';
    color: #fff !important;
    text-decoration: none !important;
    border: none;
    outline: none;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-align: center;
}
.table thead tr td {
    text-align: center;
}
.table tbody tr td {
    padding: 13px 20px 6px;
    vertical-align: middle;
    background-color: #FCFCFC;
    text-align: center;
}
.table tbody:nth-child(2n) tr td {
    background-color: #f0f0f0;
}


.table tbody tr td {
    text-align: center;
}

#product-delivery {
    text-align: center;
    margin: auto;
}
#product-delivery .table {
    margin: 20px auto 10px;
}

@media only screen and (max-width: 979px) {
    #products-actions   .table {
        width: 70%;
    }
    .phone__item-number {
        font-size: 21px;
    }
}
@media screen and (max-width: 544px) {
    #products-actions  .table {
        width: 100%;
    }
}
.add-basket {
    display: none;
    position: absolute;
    left: 28%;
    width: 45%;
    opacity: 0.9;
    font-size: 16px;
    padding: 16px 0px 12px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(45deg, #000000 0%, #666666 50%, #2c2c2c 100%);
    background-image: -o-linear-gradient(45deg, #000000 0%, #666666 50%, #2c2c2c 100%);
    background-image: linear-gradient(45deg, #000000 0%, #666666 50%, #2c2c2c 100%);
    background-position: 100% 0px;
    background-size: 200% 200%;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

@media only screen and (max-width: 1269px) {
    .add-basket {
        left: 20%;
        width: 60%;
    }
}

@media only screen and (max-width: 1240px) {
    .add-basket {
        left: 17.5%;
        width: 65%;
    }
}

@media only screen and (max-width: 450px) {
    .add-basket {
        left: 5%;
        width: 90%;
    }
}


.in-basket-wrap {
    position: relative;
}
.in-basket-wrap .add-basket {
    top: -60px;
    width: 96%;
    left: 2%;
    font-size: 13px;
    font-weight: normal;
}

.v-catalog {
    min-width: 72px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.spinner {
    position: relative;
    padding-right: 22px;
    border: 1px solid #D3D3D3;
}
.spin-down, .spin-up {
    display: block;
    text-decoration: none;
    width: 21px;
    height: 20px;
    background: url(/images/site/triangle.svg) no-repeat center center;
    background-size: 9px 8px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    font-size: 0;
    opacity: .5;
}
.spin-down:hover, .spin-up:hover {
    opacity: 1;
}
.product-nostock .spin-down:hover, .product-nostock .spin-up:hover {
    cursor: default;
    opacity: .5;
}
.spin-up {
    top: -1px;
    border-bottom: 1px solid #D3D3D3;
}
.spin-down {
    transform: rotate(180deg);
    bottom: -1px;
}
.spinner input {
    width: 51px;
    height: 36px;
    border: 0;
    border-right: 1px solid #D3D3D3;
    color: #010101;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 0 3px;
}



#region-accept {
    margin-top: 4px;
}
.region-middle {
    margin-top: 14px;
}
.region-yes {
    text-decoration: none;
    color: #006edb;
    font-weight: bold;

    display: inline-block;
    padding: 7px 7px 3px 7px;
    line-height: 1;
    font-size: 12px;
    color: white;
    background-color: #006edb;
    outline: 0;
    text-decoration: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-image: -webkit-linear-gradient(45deg,#46a0e7 0,#2f87cc 50%,#46a0e7 100%);
    background-image: -o-linear-gradient(45deg,#46a0e7 0,#2f87cc 50%,#46a0e7 100%);
    background-image: linear-gradient(45deg,#46a0e7 0,#2f87cc 50%,#46a0e7 100%);
    background-position: 100% 0;
    border-radius: 2px;
    background-size: 200% 200%;
}
.region-no {
    text-decoration: none;
    color: black;
    margin-left: 7px;
    font-size: 12px;
    color: gray;
}
#region-wrap {

    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
#region-box  {
    position: absolute;
    z-index: 10;
    margin-top: 5px;
}
#region-box a.active {
    font-weight: bold;
}
#region-box ul {
    font-size: 13px;
    line-height: 1;
    background-color: white;
    background-color: #fff;
    padding: 7px 17px 7px 15px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
}
#region-box ul li {
    padding: 7px 2px 4px 0;
    border-bottom: 1px solid #e5e5e5;
}
#region-box ul li:last-child {
    border-bottom: 0;
}
#region-box:before {
    content: '';
    z-index: 1;
    left: 8px;
    top: -5px;
    z-index: 11;
    position: absolute;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
#region-box:after {
    content: '';
    left: 8px;
    z-index: 10;
    top: -7px;
    position: absolute;
    border-bottom: 7px solid #ddd;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
#region-box a {
    text-decoration: none;
    color: black;
}
#region-box a:hover {
    color: #006edb;
    text-decoration: underline;
}
#region-wrap {
    margin-left: 2%;
    margin-top: .5%;
}
.region-active {
    position: relative;
    cursor: pointer;
    line-height: 1;
}
.region-active:after {
    position: absolute;
    top: 45%;
    right: -12px;
    content: "\203A";
    transform: translateY(-50%) rotate(90deg);
    color: #006edb;
    font-weight: bold;
}
@media only screen and (max-width: 979px) {
    .header__logo {
        width: 31%;
    }
    header .phone__item {
        width: 100%;
    }
    .header__phone {
        width: 30%;
    }
    .content-menu__item {
        margin-right: 22px;
    }
    .header__logo img {
        max-width: 235px;
    }
}

@media only screen and (max-width: 767px) {
    #region-wrap {
        text-align: center;
        margin: 0 auto 15px auto;
        max-width: 170px;
        font-size: 17px;
        display: none;
    }
    #region-box a {
        font-size: 14px;
    }
    header .phone__item-description {
        display: block;
    }
    .header__phone {
        width: 100%;
    }
    .catalog-container {
        padding: 15px 0;
    }
}
.lang-set-desc textarea {
    height: 550px;
}
.lang-set-catalog  {
    margin-top: 20px;
    text-align: right;
    margin-bottom: 20px;
}
.lang-set-catalog div {
    text-align: left;
}
.lang-set-catalog input, .lang-set-catalog textarea {
    width: 100%;
}
.lang-set-catalog textarea {
    height: 70px;
    padding: 10px !important;
    margin-bottom: 0 !important;
}
.lang-set-desc {
    text-align: right;
}
.items-desc.lang-text {
    margin-top: 7px;
}
.lang-desc-set-link {
    text-align: right;
    font-size: 15px;
}
.lang-chars-set-link {
    text-align: left;
    font-size: 15px;
}
.lang-set-chars {
    max-width: 600px;
    text-align: right;
}
.chars-set {
    display: flex;
}
.chars-set input {
    margin-right: 5px;
}
.chars-set input:nth-child(3) {
    width: 70px;
    margin-right: 0px;
}
#lang-chars .lang-text span, #lang-chars .lang-text b {
    color: gray;
}
#lang-chars .lang-text {
    margin-top: 12px;
    padding-top: 12px;
}
.lang-chars-set-link {
    margin-top: 10px;
}
h1.lang-text {
    padding-top: 7px;
    border-top: 2px dotted #006edb;
    color: gray;
}
.lang-text {
    border-top: 2px dotted #006edb;
    color: gray;
}
.lang-set {
    display: none;
}
.lang-set-name input {
    font-size: 15px;
}
.lang-set-name {
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.lang-set-name .form__submit {
    padding: 8px 40px 4px;
}
.form__input {
    margin-bottom: 10px;
}
.menu-inner__catalog_mini {
    width: 28%;
}

@media only screen and (max-width: 1269px) {
    .menu-inner__catalog_mini {
        width: 100%;
    }
}
.search__submit {
    background-repeat: no-repeat;
}
.wrapper-menu__search {
    width: 100%;
}
#search-result-wrap {
    display: none;
    margin-top: 44px;
    margin-left: -288px;
    width: 350px;
    background-color: #e5e5e5;
    border: 1px solid #ddd;
    position: absolute;
    padding: 8px 9px;
    z-index: 100;
}
#search-wrap {
    float: right;
    width: 5%;
    text-align: center;
}
#search-wrap a#search-link {
    padding: 7px 12px;
    display: inline-block;
}
#search-wrap a#search-link:hover, #search-wrap a#search-link.active {
    background-color: #46a0e7;
}
#search-wrap img {
    max-height: 30px;
}
.wrapper-menu__menu {
    width: 95%;
}
#search-result {
    left: -97%;
    margin-top: 9px;
}
.lang-mobile #lang-wrap {
    color: black;
}
#lang.lang-mobile a {
    color: black;
}
#lang.lang-mobile {
    margin-left: 3.8%;
    margin-top: 0px;
    float: right;
    display: block;
    width: 80px;
}
.lang-mobile #lang-select {
    background-color: transparent;
}
@media only screen and (max-width: 1240px) {
    .menu__link {
        font-size: 15px;
    }
}
@media only screen and (max-width: 1170px) {
    .menu__link {
        padding: 14px 12px 9px;
    }
}
@media only screen and (max-width: 1024px) {
    .wrapper-menu__menu {
        width: 100%;
    }
    .menu__link {
        padding: 15px 11px 12px;
    }
    #search-wrap {
        display: none;
    }
}
@media only screen and (max-width: 979px) {
    .menu__link {
        font-size: 14px;
        padding: 14px 8px 9px;
    }
    .phone__item-message {
        display: none;
    }

}
@media only screen and (max-width: 879px) {
    .menu__link {
        font-size: 13px;
        padding: 14px 8px 9px;
    }

}
@media only screen and (max-width: 810px) {
    .menu__link {
        font-size: 12px;
    }

}
@media only screen and (max-width: 767px) {
    .wrapper-menu {
        background-color: transparent;
        opacity: 0;
    }
    .wrapper-menu__search {
        width: 100%;
        margin: 10px 0;
    }
}