/*@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif");*/
@charset "UTF-8";
*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99;
}

body {
    /*overflow-x: hidden !important;*/
    font-family: 'Ubuntu', sans-serif;
}

button {
    cursor: pointer;
    background-color: transparent;
}

button,
input {
    border: none;
}

a {
    color: #fff;
    text-decoration: none;
}

#kruche_anton .header-mobile {
    display: none;
}

#kruche_anton .kruche_container {
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#kruche_anton .logo-mobile {
    display: none;
}

#kruche_anton .allItems {
    font-size: 11px;
    color: #000;
    max-width: 470px;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#kruche_anton .header {
    padding: 20px 0;
    background-color: #2660A5;
    color: #fff;
    font-size: 12px;
}

#kruche_anton .header a:hover {
    color: #fff;
}

#kruche_anton .header_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
}

#kruche_anton .header_bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#kruche_anton .header_bottom-mobile {
    display: none;
}

#kruche_anton .header_city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 15px;
    margin-top: -20px;
}

#kruche_anton .header_city:after {
    display: block;
    content: '';
    width: 8px;
    height: 100%;
    margin-left: 10px;
    background-image: url("../img/city_galochka.png");
    background-repeat: no-repeat;
    background-position: 50% 65%;
}

#kruche_anton .header_city span {
    padding-bottom: 2px;
    border-bottom: 1px dashed #fff;
}

#kruche_anton .authorization a {
    padding: 1px 10px;
    cursor: pointer;
    -webkit-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
    color: #fff;
}

#kruche_anton .authorization a:hover {
    opacity: 0.8;
}

#kruche_anton .authorization_signIn {
    border-right: 1px solid #9FC3DF;
}

#kruche_anton .authorization_registration {
    position: relative;
    left: -3px;
}

#kruche_anton .search {
    margin-left: 30px;
    position: relative;
}

#kruche_anton .search_input {
    display: block;
    width: 400px !important;
    height: 40px !important;
    border-radius: 5px !important;
    padding-right: 40px !important;
}

#kruche_anton .button-search {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background-color: transparent;
    background-image: url("../img/search-icon.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#kruche_anton .button-toBasket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 11px;
    background-color: #D23A32;
    border-radius: 3px;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
}

#kruche_anton .button_menu {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 47px;
}

#kruche_anton .button_menu:before,
#kruche_anton .button_menu:after {
    content: '';
    position: absolute;
    display: block;
    width: 23px;
    height: 3px;
    background-color: #fff;
    -webkit-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

#kruche_anton .button_menu:before {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

#kruche_anton .button_menu:after {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

#kruche_anton .button_menu-active:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

#kruche_anton .button_menu-active:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

#kruche_anton .service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 16px;
    padding: 0 30px;
    border-right: 1px solid #9FC3DF;
}

#kruche_anton .service a {
    color: #fff;
    cursor: pointer;
    -webkit-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

#kruche_anton .service a:hover {
    opacity: 0.8;
}

#kruche_anton .yourChoice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px;
}

#kruche_anton .yourChoice a {
    cursor: pointer;
    -webkit-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

#kruche_anton .yourChoice a:hover {
    opacity: 0.8;
}

#kruche_anton .yourChoice_compare {
    /*  margin-left: 15px; */
}

#kruche_anton .yourChoice .delay-box_nsk,
#kruche_anton .yourChoice .header-compare {
    position: relative;
}

#kruche_anton .yourChoice .delay-box_nsk .anton__count,
#kruche_anton .yourChoice .header-compare .anton__count {
    top: -16px;
}

#kruche_anton .yourChoice .delay-box_nsk .anton__count {
    right: -4px;
}

#kruche_anton .yourChoice .header-compare .anton__count {
    right: -14px;
}

#kruche_anton .yourChoice .header-cart {
    padding: 0 !important;
    margin: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

#kruche_anton .anton__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    width: 15px;
    height: 15px;
    top: -5px;
    right: -2px;
    font-size: 11px;
    background-color: #ED5A50;
    text-align: center;
    color: #fff;
}

#kruche_anton .basket {
    position: absolute;
    top: 8px;
    right: 10px;
}

#kruche_anton .basket_open {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
    color: #fff;
    font-size: 11px;
}

#kruche_anton .basket_open:hover {
    opacity: 0.8;
}

#kruche_anton .basket-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    color: #fff;
}

#kruche_anton .basket_icon {
    position: relative;
    border-radius: 100%;
    background-color: #fff;
    padding: 10px;
    margin-left: 15px;
}

#kruche_anton .basket_icon-shadow {
    display: none;
}

#kruche_anton .basket-mobile {
    display: none;
}

#kruche_anton .basket-popup {
    display: none;
    position: absolute;
    padding-top: 57px;
    right: 27px;
    top: -40px;
    z-index: 100;
}

#kruche_anton .basket-popup:after {
    content: '';
    position: absolute;
    top: 42px;
    right: 15px;
    border: 7.5px solid transparent;
    border-bottom: 7.5px solid #fff;
}

#kruche_anton .basket_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #F0F0F0;
    padding: 15px 0;
}

#kruche_anton .basket-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    padding-top: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#kruche_anton .visible {
    display: block;
}

#kruche_anton .item_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 28px;
    cursor: pointer;
    color: #2660A5;
    margin-bottom: 10px;
}

#kruche_anton .item_info:hover {
    color: #2660A5 !important;
}

#kruche_anton .item_info:hover .item_name {
    opacity: 0.8;
}

#kruche_anton .item_current_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 20px;
}

#kruche_anton .item_price {
    font-size: 21px;
    font-family: 'Noto Serif', serif;
    color: #E42426;
}

#kruche_anton .item_price:after {
    content: '\20BD';
    margin-left: 3px;
}

#kruche_anton .item_price-old {
    position: relative;
    top: 5px;
    font-size: 16px;
    font-family: 'Noto Serif', serif;
    color: #949494;
}

#kruche_anton .item_price-old:after {
    content: '\20BD';
    margin-left: 3px;
}

#kruche_anton .item_price-old:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 10px;
    background-color: #E42426;
    -webkit-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    transform: rotate(14deg);
}

#kruche_anton .item_img_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#kruche_anton .item_delete {
    outline: none;
    background-image: url("../img/delete-icon.png");
    background-repeat: no-repeat;
    background-position: 50%;
    width: 38px;
    height: 31px;
    margin-left: 10px;
}

#kruche_anton .info_summ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #000;
    font-size: 11px;
}

#kruche_anton .allPrice {
    font-size: 21px;
    font-family: 'Noto Serif', serif;
    color: #E42426;
}

#kruche_anton .allPrice:after {
    content: '\20BD';
    margin-left: 3px;
}

#kruche_anton .menu {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
}

#kruche_anton .menu a {
    color: #2660A5;
}

#kruche_anton .menu_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #F0F0F0;
    text-align: center;
    padding: 15px 13px;
    cursor: pointer;
    font-size: 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#kruche_anton .menu_item:first-child {
    border-left: none;
}

#kruche_anton .menu_item-current {
    background-color: #F0F0F0;
}

#kruche_anton .menu_item-current a {
    color: #474747;
}

#kruche_anton .menu_container {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 1280px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

#kruche_anton .menu-wrapper {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #F0F0F0;
}

#kruche_anton .subMenu {
    position: absolute;
    display: none;
    left: 0;
    width: 100%;
    height: 60px;
    margin-top: 0;
    top: 54px;
    text-transform: uppercase;
    list-style-type: none;
    background-color: #F0F0F0;
    cursor: default;
    z-index: 10;
}

#kruche_anton .subMenu-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#kruche_anton .subMenu_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 13px;
    height: 100%;
    cursor: pointer;
    border-left: 1px solid #fff;
}

#kruche_anton .subMenu_item:first-child {
    border-left: none;
}

#kruche_anton .subMenu_item-name {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#kruche_anton .subMenu_item-name a {
    color: #2660A5;
}

#kruche_anton .subMenu_item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 25px 15px;
}

#kruche_anton .subMenu_item-current {
    background-color: #2660A5;
}

#kruche_anton .subMenu_item-current a {
    color: #fff;
}

#kruche_anton .subMenu_item-current a:hover {
    color: #fff;
}

#kruche_anton .subMenu_item-current .subMenu_item-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#kruche_anton .subMenu_item-current .subMenu_item-name {
    position: relative;
}

#kruche_anton .subMenu_item-current .subMenu_item-name:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: calc(50% - 7.5px);
    border: 7.5px solid transparent;
    border-bottom: 7.5px solid #fff;
}

#kruche_anton .subMenu_item-category {
    display: none;
    position: absolute;
    overflow: hidden;
    top: 59px;
    left: 0;
    max-height: 400px;
    min-height: 400px;
    width: 100%;
    padding: 0 15px;
    -webkit-box-shadow: 0px 3px 9px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 9px -2px rgba(0, 0, 0, 0.2);
    cursor: default;
    background-color: #fff;
}

#kruche_anton .subMenu_item-image {
    width: 500px;
    height: 300px;
    right: 30%;
    position: absolute;
}

#kruche_anton .subMenu_item-more {
    height: 100%;
    padding: 0 13px;
    position: relative;
    color: #2660a5;
    border-left: 1px solid #fff;
}

#kruche_anton .subMenu_item-more span {
    position: relative;
}

#kruche_anton .subMenu_item-more span:before {
    content: '';
    display: block;
    position: absolute;
    width: 70%;
    height: 7px;
    bottom: 19px;
    left: 3px;
    border-bottom: 4px dotted #2660A5;
}

#kruche_anton .subMenu_item-more:hover {
    background-color: #fff;
}

#kruche_anton .subMenu_container {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1280px;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

#kruche_anton .more_list {
    position: absolute;
    display: none;
    list-style-type: none;
    background-color: #fff;
    min-width: 150px;
    right: 0;
    padding: 15px;
    text-align: center;
    -webkit-box-shadow: 0px 3px 9px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 9px -2px rgba(0, 0, 0, 0.2);
}

#kruche_anton .more_list li {
    padding: 10px 0;
    -webkit-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

#kruche_anton .more_list li:hover {
    opacity: 0.8;
}

#kruche_anton .more_list a {
    padding: 10px 0;
    color: #2660A5;
}

#kruche_anton .subMenu_item-more:hover .more_list {
    display: block;
}

#kruche_anton .category-name {
    display: block;
    font-weight: bold;
    color: #414141;
    font-size: 25px;
    margin-bottom: 25px;
}

#kruche_anton .category_info {
    -ms-flex-item-align: center;
    align-self: center;
    text-align: left;
    position: absolute;
    right: 55px;
    left: 62%;
    max-width: 385px;
}

#kruche_anton .inCategory {
    display: inline-block;
    position: relative;
    background-color: #2660A5;
    border-radius: 200px;
    padding: 15px 40px 15px 20px;
    font-size: 12px;
    -webkit-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

#kruche_anton .inCategory:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    background-image: url("../img/inCategory.png");
    background-repeat: no-repeat;
    background-position: 50%;
}

#kruche_anton .inCategory:hover {
    opacity: 0.8;
}

#kruche_anton .subСategories {
    min-width: 230px;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 5;
}

#kruche_anton .subСategories_list {
    text-align: left;
    text-transform: none;
    cursor: pointer;
    font-size: 13px;
    padding: 10px 0;
    margin-right: 25px;
    border-bottom: 1px solid #F0F0F0;
    -webkit-transition: opacity 0.175s ease-in-out;
    -o-transition: opacity 0.175s ease-in-out;
    transition: opacity 0.175s ease-in-out;
}

#kruche_anton .subСategories_list:last-child {
    border: none;
}

#kruche_anton .subСategories_list a {
    color: #474747 !important;
}

#kruche_anton .subСategories_list:hover {
    opacity: 0.8;
}

#kruche_anton .no_sections:before {
    display: none;
}

#kruche_anton .basket_normal .popup {
    top: 12px !important;
    right: 37px !important;
    width: auto !important;
}

#kruche_anton .slider-block__pagination {
    z-index: 0;
}

#kruche_anton .basket_normal .basket-small__popup {
    z-index: 79 !important;
}

#kruche_anton .location-dropdown .dropdown__button:after {
    top: 0;
    right: -14px;
}

#kruche_anton .header-location__dropdown {
    margin-left: 0 !important;
}

#kruche_anton .office-dropdown__button .dropdown__button {
    z-index: 10 !important;
}

#kruche_anton .hidden-sm-down {
    display: none !important;
}

#kruche_anton .header-location__dropdown.open .dropdown__button:after {
    display: none;
}

#kruche_anton .top-slider__nav {
    z-index: 2;
}

#kruche_anton table.title-search-result td.title-search-all a .icon {
    bottom: 0;
}

#content .left_block {
    z-index: 5;
}

#kruche_anton #content .left_block.catalog {
    z-index: 5 !important;
}

#kruche_anton .header-location {
    background: rgba(0, 0, 0, 0.2);
    padding-left: 17px !important;
    padding-right: 32px !important;
    padding-bottom: 15px !important;
    padding-top: 5px !important;
    margin-top: -20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

@media screen and (max-width: 1310px) {
    #kruche_anton .kruche_container {
        padding: 0;
    }
    #kruche_anton .header {
        padding: 20px 15px;
    }
}

@media screen and (max-width: 1110px) {
    #kruche_anton .search_input {
        width: 300px !important;
    }
}

@media screen and (max-width: 1086px) {
    #kruche_anton #main {
        padding-top: 67px;
    }
    #kruche_anton .office-dropdown__button {
        z-index: 10 !important;
    }
    #kruche_anton .header {
        position: fixed;
        top: 0;
        width: 100%;
        padding: 0;
        padding-top: 10px;
        padding-bottom: 11px;
        z-index: 1000;
    }
    #kruche_anton .header .kruche_container {
        padding: 0;
    }
    #kruche_anton .header-location {
        position: absolute;
        left: 121px;
        padding: 0 !important;
        margin: 0 !important;
        top: 15px;
        background: transparent;
    }
    #kruche_anton .header-location__button:before {
        content: '';
        position: absolute;
        display: block;
        background-image: url("../../../../../../local/kruche/media/img/city_marker.png");
        background-repeat: no-repeat;
        left: -15px;
        width: 12px;
        height: 20px;
    }
    #kruche_anton .button_menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0;
    }
    #kruche_anton .logo-mobile {
        display: block;
    }
    #kruche_anton .logo {
        display: none;
    }
    #kruche_anton .header_bottom {
        padding: 0 15px;
    }
    #kruche_anton .header_bottom .search {
        display: none;
    }
    #kruche_anton .header_bottom .service {
        display: none;
    }
    #kruche_anton .header-compare {
        margin-right: 0;
    }
    #kruche_anton .hidden-sm-up {
        position: absolute;
        display: block !important;
        right: 15px;
        top: 14px;
        /* z-index: 10; */
    }
    #kruche_anton .hidden-md-up {
        display: block !important;
    }
	
	#kruche_anton .hidden-sm-up img{width:20px;height:20px;}
	
    #kruche_anton .location-menu {
        padding-top: 50px !important;
    }
    #kruche_anton .dropdown__cont-inner {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    #kruche_anton .header_top {
        position: absolute;
        width: 100%;
        padding: 0;
        z-index: 20;
    }
    #kruche_anton .header-location__button:after {
        top: 0;
        right: -15px;
    }
    #kruche_anton .authorization {
        display: none;
    }
    #kruche_anton .basket-link {
        position: fixed;
		bottom: 180px;
		right: 60px;
    }
    #kruche_anton .yourChoice {
        position: absolute;
        right: 55px;
        margin-top: 2px;
        padding: 0;
    }
    #kruche_anton .header-location__address {
        display: none !important;
    }
    #kruche_anton .header-address__button-separator {
        display: none !important;
    }
    #kruche_anton .header_bottom-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #0060aa;
        margin-top: 10px;
        padding: 10px 0;
        width: 100%;
        left: 0;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    #kruche_anton .header_bottom-mobile-active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    #kruche_anton .header_bottom-mobile .search {
        padding: 0 15px;
        margin: 0;
    }
    #kruche_anton .header_bottom-mobile .search_input {
        min-width: 331px;
        width: 100% !important;
        padding-right: 40px;
    }
    #kruche_anton .header_bottom-mobile .search #title-search3 {
        padding: 0;
    }
    #kruche_anton .header_bottom-mobile .service {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        border: none;
        padding: 15px 0;
        width: 100%;
        font-size: 14px;
        font-weight: bold;
    }
    #kruche_anton .basket-title {
        display: none;
    }
    #kruche_anton .signIn-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #kruche_anton .subMenu {
        height: auto;
        margin-top: 0;
        top: 0;
        z-index: 100;
        /* &-active {} */
    }
    #kruche_anton .subMenu_item {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #kruche_anton .subMenu_item-current a {
        color: #fff;
    }
    #kruche_anton .subMenu_item-category {
        top: 0;
        max-height: 100%;
        min-height: 0;
        overflow: hidden;
    }
    #kruche_anton .subMenu_item-more {
        width: 100%;
        padding: 15px 0;
    }
    #kruche_anton .subMenu_item-more .subMenu_item-name {
        padding-bottom: 5px;
        display: inline;
    }
    #kruche_anton .menu-wrapper {
        position: fixed;
        height: calc(100% - 172px);
        margin-top: 172px;
        width: 100%;
        overflow-y: scroll;
        top: 0;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        background-color: #225694;
        z-index: 100;
    }
    #kruche_anton .menu-active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    #kruche_anton .subСategories {
        z-index: 10;
    }
    #kruche_anton .menu-mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        color: #fff;
        background-color: #225694;
        overflow-x: hidden;
    }
    #kruche_anton .menu_item {
        border: none;
        background-color: #225694;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
    }
    #kruche_anton .menu_item-name {
        width: 100%;
    }
    #kruche_anton .menu_item-name a {
        display: block;
        padding: 15px 0;
        padding-left: 15px;
        width: 100%;
        color: #fff;
        text-align: left;
    }
    #kruche_anton .menu_item-name a:hover {
        color: #fff;
    }
    #kruche_anton .menu_item-current {
        color: #474747;
        background-color: #F0F0F0;
        padding-bottom: 0;
    }
    #kruche_anton .menu_item-current .menu_item-name a {
        color: #474747;
    }
    #kruche_anton .subMenu {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #kruche_anton .subMenu_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-x: hidden;
    }
    #kruche_anton .subMenu_item-more {
        display: none;
    }
    #kruche_anton .subMenu_item-category {
        position: relative;
        background-color: #fff;
        margin: 0px 0px;
    }
    #kruche_anton .subMenu_item-name {
        width: 100%;
    }
    #kruche_anton .subMenu_item-name:before {
        display: none;
        bottom: 0;
    }
    #kruche_anton .subMenu_item-name a {
        color: #2660A5;
        display: block;
        width: 100%;
        padding: 15px 0;
        padding-left: 25px;
        text-align: left;
    }
    #kruche_anton .subMenu_item-image {
        width: 50%;
        height: auto;
        right: 10%;
        z-index: 0;
    }
    #kruche_anton .subMenu_item-current .subMenu_item-name a {
        color: #fff;
    }
    #kruche_anton .subMenu_item-current .subMenu_item-name a:before {
        content: '';
        position: relative;
        bottom: -10px;
        border: 7.5px solid transparent;
        border-top: 7.5px solid #fff;
        margin-right: 5px;
    }
    #kruche_anton .category_info {
        display: none;
    }
    #kruche_anton .more_list {
        position: relative;
        top: 6px;
    }
    #kruche_anton .basket-small__popup-layout {
        display: none;
    }
    #kruche_anton .basket_popup_wrapper {
        display: none;
    }
    #kruche_anton .button_menu {
        cursor: pointer;
        width: 27px;
    }
    #kruche_anton .button_menu :before,
    #kruche_anton .button_menu :after {
        width: 100%;
    }
    #kruche_anton .basket_icon {
        position: absolute;
        width: 62px;
        height: 62px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #2660A5;
        margin: 0;
        padding: 0;
        right: -11px;
        z-index: 1;
    }
    #kruche_anton .basket_icon-shadow {
        display: block;
        position: absolute;
        width: 70px;
        height: 70px;
        border-radius: 100%;
        z-index: 0;
        right: -15px;
        top: -35px;
        background-color: rgba(255, 255, 255, 0.5);
    }
    #kruche_anton .basket_count {
        width: 23px;
        height: 23px;
        top: -10px;
        right: -3px;
    }
    #kruche_anton .location-dropdown .dropdown__cont-inner {
        margin-top: 0;
        margin-left: 0;
    }
    #kruche_anton .header-location__dropdown {
        margin-left: 70px !important;
        position: relative;
        top: -2px;
    }
    #kruche_anton .location-dropdown.open .dropdown__button {
        background: transparent;
    }
    #kruche_anton .header .location-menu__link:hover {
        color: #e42426;
    }
    #kruche_anton .location__dropdown {
        margin-left: 50px !important;
        margin-top: 8px;
    }
}

@media screen and (max-width: 900px) {
    #kruche_anton .subMenu_item-image {
        right: 15px;
    }
}

@media screen and (max-width: 780px) {
    #kruche_anton .subMenu_item-image {
        right: -100px;
    }
}

@media screen and (max-width: 665px) {
    .wrapper_inner {
        padding-top: 68px !important;
    }
    #kruche_anton .container-image {
        display: none;
    }
    #kruche_anton .subMenu_item-image {
        right: -45%;
        width: 100%;
        top: 25px;
    }
}

@media screen and (max-width: 399px) {
    #kruche_anton .subMenu_item-image {
        display: none;
    }
}

@media screen and (max-width: 357px) {
    #kruche_anton .header-location {
        left: 105px;
    }
    #kruche_anton .header-location__button:before {
        display: none;
    }
    #kruche_anton .header-location__button:after {
        display: none;
    }
    #kruche_anton .header_bottom-mobile .search_input {
        min-width: 250px;
    }
    #kruche_anton .header-compare {
        margin-right: 0;
    }
    #kruche_anton .yourChoice {
        right: 50px;
    }
  /*  #kruche_anton .delay-box_nsk {
        padding-left: 0;
    }*/
    #kruche_anton .anton__count {
        width: 20px;
        height: 20px;
        font-size: 13px;
    }
}