.notetext {
    font-size: 16px !important;
}

.password {
    position: relative;
}
.password a {
    color: black;
}
.password-control {
    color: black;
    cursor: pointer;
    position: absolute;
    top: 11px;
    right: 6px;
    display: inline-block;
    width: 20px;
    height: 20px;
}

#mobilefilter {
    z-index: 100000;
}
.wrapp_one_click {
    display: none;
}

.header_wrap {
    border-bottom: 1px solid #e7e7e7;
}

.concept-banner {
    top: 10%;
}

.hover-image-5 {
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.hover-image-5 .hover-block {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    height: auto;
    text-align: center;
    background: #bfe2ff;
    border-radius: 5px;
    box-shadow: 3px 4px 7px #ababab;
}

.hover-image-5 .hover-block img {
    opacity: 1;
    transition: opacity 0.5s;
    position: relative;
    max-width: 100%;
    height: auto;
    display: block;
}

.hover-image-5 .hover-block:hover img {
    opacity: 0.5;
}

.hover-image-5 .hover-block .icon-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hover-image-5 .hover-block .icon-block::before,
.hover-image-5 .hover-block .icon-block::after {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: "";
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
    pointer-events: none;
}

.hover-image-5 .hover-block .icon-block::before {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: scale(0, 1);
}

.hover-image-5 .hover-block .icon-block::after {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: scale(1, 0);
}

.hover-image-5 .hover-block:hover .icon-block::before,
.hover-image-5 .hover-block:hover .icon-block::after {
    opacity: 1;
    transform: scale(1);
}

.hover-image-5 .icon-block img,
.hover-image-5 .icon-block i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    transition: transform 0.5s ease 0s;
    transform: scale(0);
    font-size: 48px;
    color: #fff;
}

.hover-image-5 .hover-block:hover .icon-block img,
.hover-image-5 .hover-block:hover .icon-block i {
    transform: scale(1);
    opacity: 1;
}


.logo a img {
    background: #fff !important
}

.bottom-navbar-mobile {
    display: flex;
    position: fixed;
    height: 57px;
    width: 100%;
    left: 0;
    bottom: -1px;
    justify-content: space-around;
    background: #fff;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
    z-index: 50000;
}

.bottom-navbar-mobile a {
    color: black;
    -webkit-tap-highlight-color: rgba(219, 255, 219, 0.57);
}

.bottom-navbar-mobile__btn {
    text-align: center;
    width: 100%;
    position: relative;
    color: #b8b8b8;
}

.bottom-navbar-mobile__btn i {
    color: #b8b8b8;
    display: block;
    font-size: 24px;
    height: 100%;
    padding-top: 6px;
    pointer-events: none;
}

.bottom-navbar-mobile__title {
    font-size: 12px;
    color: inherit;
    position: absolute;
    text-align: center;
    line-height: 16px;
    /*padding-bottom: 8px;*/
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px;
}

.btn__active a i {
    color: #6ab400;
    pointer-events: none;
    outline: none !important;
}

.btn__active span {
    color: #6ab400;
}

@media only scren and (max-height: 300px) {
    .bottom-navbar-mobile {
        display: none;
    }
}

@media screen and (min-width: 600px) {
    .go_back {
        display: none !important;
    }

    .slick-slider {
        display: none !important;
    }

    .bottom-navbar-mobile {
        display: none;
    }

    #header .basket_fly {
        border-radius: 20px;
    }
}

.slider {
    margin-top: 80px;
    height: 130px;
}

.slider img {
    height: 130px !important;

}

.slick-slide {
    height: 130px !important;
}

.view_sale_block {
    display: none;
}

.list, .table {
    display: none !important;
}

.menu__catalog {
    width: 100%;
}

.menu__catalog .main__page {
    margin: 1px 10px 4px !important;
    color: black;
}

.menu__catalog .fa {
    font-size: 20px;
}

.menu__catalog a {
    color: black;
}

.menu__catalog p {
    margin: 9px 10px 4px !important;
    color: black;
}

.go_back {
    display: inline-flex;
    margin-bottom: 15px;
    cursor: pointer;
}

.go_back p {
    font-size: medium;
}

.promo {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

.none_visible {
    display: none;
}

.item {
    display: flex;
    flex-wrap: wrap;
    padding: 2px;
    box-sizing: border-box;
    align-content: stretch;
    justify-content: flex-start;
}

.link__item {
    cursor: pointer;
    position: relative;
    color: #333;
    width: 11%;
    margin-left: 8px;
    margin-bottom: 12px;
    /*transition: .2s cubic-bezier(.4,0,.2,1);*/
    /*transition-property: color;*/
}

.uytwe {
    height: 111px;
    line-height: 0;
    margin: 0 auto;
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.a0j7 {
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.a0j7 img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    flex: 0 0 auto;
    border-radius: 8px;
    background-color: antiquewhite;
}

.text_style {
    text-align: center;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    display: -webkit-box;
    /*-webkit-line-clamp: 2;*/
    -webkit-box-orient: vertical;
    box-sizing: border-box;
    margin: 4px 0;
    color: black;
    word-break: break-word;
}

.inner__value {
    position: absolute;
    top: 0;
    background: #6ab400;
    display: none;
    border-radius: 20px;
    padding: 1px 7px;
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    left: 50%;
    margin-left: 8px;
}

.slider-new {
    height: 1000px;
    width: 1000px;
}

.wrapp_block {
    height: 68px !important;
}

.stickers {
    position: absolute;
    top: -7px;
    left: -7px;
    z-index: 2;
}

.stickers [class*="sticker_"] {
    display: block;
    height: 29px;
    width: 75px;
    background: url(../images/icons_goods.png) -1px -0px no-repeat;
    margin: 5px 0px 0px;
    border-radius: 5px;
}

.stickers .sticker_new {
    background-position: 0px -372px;
}

.stickers .sticker_recommend {
    background-position: 0px -408px;
}

.stickers .sticker_stock {
    background-position: 0px 0px;
}

.stickers .sticker_hit {
    background-position: 0px -335px;
}

.stickers .sticker_mthree {
    background-position: 0px -74px;
}

/*Стикер кратно 3 */
.stickers .sticker_mtwo {
    background-position: 0px -38px;
}

/*Стикер кратно 2*/
.stickers .sticker_oneplusone {
    background-position: 0px -149px;
}

/*Стикер один плюс один  = 3*/
.stickers .sticker_sosecond {
    background-position: 0px -186px;
}

/*Стикер скидка на 2ю*/
.stickers .sticker_sothree {
    background-position: 0px -224px;
}

/*Стикер скидка на 3ю*/
.stickers .sticker_sgift {
    background-position: 0px -297px;
}

/*Вторая в подарок*/
.stickers .sticker_blackfriday {
    background-position: 0px -444px;
}

/*Черная пятница*/
.stickers .sticker_newyearyellow {
    background-position: 0px -809px;
}

/*Новый год желтый*/
.stickers .sticker_newyearwhite {
    background-position: 0px -481px
}

/*Новый год белый*/
.stickers .sticker_cybermonday {
    background-position: 0px -555px
}

/*День котов*/
.stickers .sticker_daycat {
    background-position: 0px -592px;
}

/*День собак*/
.stickers .sticker_daydogs {
    background-position: 0px -706px;
}

/*Новый*/
.stickers .sticker_pre {
    background-position: 0px -262px;
}
/* Уценка */
.stickers .sticker_discounted {
    background-position: 0px -669px;
}

/*Новинки*/

.row {
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
}

.contacts_right.clearfix td {
    border-style: outset !important;
    border-width: 1px !important;
}

.bonus__header {
    font-size: 12px;
}

@media screen and (max-width: 600px) {
    div.title-search-result {
        top: 68px !important;
    }

    .ymaps-2-1-79-balloon__layout{
        max-width: 325px;
    }

    .uniteller img {
        width: 100%;
    }

    .container__order {
        display: block !important;
    }

    .open_catalog {
        display: none;
    }

    .form-group.bx-soa-customer-field {
        width: 300px;
    }

    #propsMap {
        display: none;
    }

    .preloader {
        /*фиксированное позиционирование*/
        position: fixed;
        /* координаты положения */
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        /* фоновый цвет элемента */
        background: #e0e0e0;
        /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
        z-index: 1001;
    }

    .preloader__row {
        position: relative;
        top: 50%;
        left: 50%;
        width: 70px;
        height: 70px;
        margin-top: -35px;
        margin-left: -35px;
        text-align: center;
        animation: preloader-rotate 2s infinite linear;
    }

    .preloader__item {
        position: absolute;
        display: inline-block;
        top: 0;
        background-color: #6ab400;
        border-radius: 100%;
        width: 35px;
        height: 35px;
        animation: preloader-bounce 2s infinite ease-in-out;
    }

    .preloader__item:last-child {
        top: auto;
        bottom: 0;
        animation-delay: -1s;
    }

    @keyframes preloader-rotate {
        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes preloader-bounce {

        0%,
        100% {
            transform: scale(0);
        }

        50% {
            transform: scale(1);
        }
    }

    .loaded_hiding .preloader {
        transition: 0.3s opacity;
        opacity: 0;
    }

    .loaded .preloader {
        display: none;
    }

    .bonus__header {
        font-size: 10px;
    }

    .flexslider {
        margin: 0 14px 0 14px;
    }

    .link__item {
        width: 29%;
    }

    .detail_text img {
        max-width: 100%;
        max-height: 22%;
    }

    #bx-soa-order .bx-soa-tooltip .tooltip-inner {
        line-height: 11px !important;
    }

    #content #bx-soa-order-form * {
        white-space: inherit;
    }

    .left_block.personal .left_menu > li.exit {
        display: none !important;
    }

    .breadcrumbs.personal {
        margin-top: 120px;
    }

    #panel {
        display: none;
    }

}

.bx_ordercart .bx_ordercart_order_table_container tbody td.item {
    width: 276px;
    padding-top: 47px;
}

.bx_ordercart .bx_ordercart_order_table_container {
    width: 68%;
}

#basket_items thead {
    display: none;
}

#basket_items_list {
    display: flex;
}

.bx_ordercart .bx_ordercart_order_pay {
    width: 32%;
    margin: 0;
    padding: 12px 12px 12px 12px;
    border: 1px solid #f3f3f3;
    height: 250px;
}

.catalog_back {
    display: none;
}

/*.bx_ordercart_order_pay_center {display:flex;font-size: 12px; font-weight: bold;}*/
/*.bx_ordercart_order_pay_center a {max-height: 50px}*/
.form-control {
}

.button.big_btn span, .button.bold {
    font-size: 12px
}

#header #id_main_menu272 {
    display: block !important;
    background: #fff;
    color: #000;
    position: absolute;
    top: 66px !important;
    left: 0;
    right: 0;
}

#header #id_main_menu272 {
    display: none;
    height: 51px;
}

ul.menu, ul.mini-menu {
    text-align: justify;
    list-style-type: none;
    font-size: 0px;
    line-height: 0;
    zoom: 1;
}

#main #header .catalog_menu ul.menu > li, #main #header ul.menu.full.opened > li {
    /*background: none;*/
    color: #000;
}

.nav__main {
    display: none;
}

.items__list {
    margin: 0 0 0 12px;
    padding-bottom: 4px;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    min-height: 38px;
    margin-bottom: 18px;
    font-size: 11px;

}

.item__list::-webkit-scrollbar {
    width: 20px;
}

.link__menu {
    flex: 0 0 auto;
    padding: 9px 16px;
    color: #001a34;
    margin: 0 6px 6px 0;
    box-sizing: border-box;
    border-radius: 16px;
    height: 32px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
}

.link__menu p {
    text-align: center;
    font-size: 11px;
    color: black;
    margin: 0;
}

#title-search2 {
    margin-top: 20px;
    height: 50px !important;
    z-index: 1;
}

@media screen and (max-width: 600px) {
    .jobs_wrapp > .item > .description_wrapp {
        max-width: 100%;
    }

    .img_company {
        max-width: 300px;
        max-height: 200px;
    }

    .wrapper.has_menu .header_wrap #header .catalog_menu {
        display: none;
    }

    .nav__main {
        margin-top: 55px;
        display: block;
    }

    .slick-slider {
        background-color: antiquewhite;
        border-radius: 10px;
        margin-left: 12px;
        margin-right: 12px;
        display: block;
    }

    #main .wrapper_inner {
        margin: 0 auto;
        width: 100% !important;
        padding: 0 15px;
        max-width: 1162px;
        -webkit-box-sizing: border-box;
        position: relative;
        zoom: 1;
    }
}

.main-nav {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;

}

.cost.prices.clearfix {
    height: auto !important;
}

.catalog_menu {
    position: fixed;
    z-index: 200;
    height: 53px;
    width: 100%;
    display: block;
    bottom: -15px;
    border-top-width: 0px;
    margin: 0 auto;
    zoom: 1;
}

#main .wrapper_inner {
    margin: 0 auto;
    width: 91%;
    padding: 0 15px;
    max-width: 1162px;
    -webkit-box-sizing: border-box;
    position: relative;
    zoom: 1;
}

.catalog_menu .wrapper_middle_menu {
    position: relative;
}

.catalog_menu ul.menu {
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    margin-bottom: 0px;
}

.child.submenu {
    font: 13px/20px Ubuntu, Arial, Helvetica, sans-serif !important;
    white-space: nowrap;
    list-style-type: none;
    line-height: 20px;
    color: #FFF;
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    z-index: 500;
    position: absolute;
    text-transform: none;
    font-size: 11px;
    font-family: Ubuntu, Arial, Helvetica, sans-serif;
    display: none;
    text-align: center;
    margin-top: 0px;
    padding-top: 0px;
    background: #f7f7f9 none repeat scroll 0 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.cl_hidden {
    display: none;
}

.cl_display_inline {
    display: inline;
}

@media all and  (max-width: 475px) {
    #main .cl_codeintovar {
        padding-top: 15px;
    }
}

@media all and  (max-width: 325px) {
    #main .cl_articleintovar {
        padding-top: 15px;
    }
}

@media all and (max-width: 768px) {
    .bx_filter_vertical #id_filter_box_brand input[type="checkbox"] + label:not(.dib) {
        float: none;
    }
}


#main .bx_filter_param_text.stock,
#main .bx_filter_param_text.pre {
    font-weight: bold;
    color: #e64824;
}

#main .stickers .sticker_pre {

    background-position: 0px -262px;

}

#id_menu_top a {
    color: #528705;
    font-weight: bold;
}

#id_menu_top a.cl_menu_sale,
#id_menu_top a.cl_menu_stock,
#id_menu_top a.cl_menu_new {
    color: #e64824;
    font-size: 14px;
}

#id_menu_top a.cl_menu_new {
    color: #243ce6;
}

#mob-menu a.cl_menu_sale,
#mob-menu a.cl_menu_new {
    color: #e64824;
    font-size: 14px;
    font-weight: bold;
}

#main #bx-soa-order #bx-soa-orderSave a {
    color: #333
}

#main #bx-soa-order #bx-soa-orderSave a.btn {
    color: #fff;

}

#basket_form_container table#basket_items td.price .type_price,
#basket_form_container table#basket_items td.price .type_price_value {
    display: none;
}

#id_checkbox_agree {
    float: left;
    width: auto;
}

.cl_btn_forblock_agree:disabled,
.cl_btn_forblock_agree:disabled:hover {
    background: grey;
}

.cl_photo_in_shop {
    padding-top: 20px;
    display: block;
    clear: both;
}

.cl_bold {
    font-weight: 600;
}

#id_button_contayner {
    display: none;
}

#id_click_read_detail {
    cursor: pointer;
    color: #000000;

}

#id_click_read_detail:hover {
    text-decoration: underline;
}

.cl_order_kurer_map_text {
    color: #888;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}

#id_for_hide_nds .bx-soa-cart-total-line:nth-child(3) {
    display: none;
}

#id_similar_products_wrapp .ajax_load_btn {
    display: none;
}

#header #id_a_logo,
#main #header .logo a {

    background: none;
}

#main ul.menu .child .child_wrapp a {
    font-size: 13px;

}

#main ul.menu .child .child_wrapp a.title, .cl_title_nochild {
    font-weight: 600;
}

.menu_title a {
    font-weight: 600px;
    font-size: 13px;
}

#main #header ul.menu li .child .child_wrapp {
    background: none;
    box-shadow: none;
}


#main #header .catalog_menu .child {
    background: #f7f7f9 none repeat scroll 0 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

#main #header ul.menu.bottom li .child .child_wrapp:not(.clearfix) {
    padding-left: 20px;
    padding-right: 20px;
}

#main #header .cl_left_child_wrapp {
    float: left;
}

#main #header .cl_right_child_wrapp {
    float: right;
    padding-left: 0px;
}


#main .wrapper.m_color_colored #header .catalog_menu ul.menu > li:hover:not(.current),
#main .wrapper.m_color_colored #header .catalog_menu ul.menu > li.hover:not(.current), #main #header ul.menu.adaptive:not(.opened) li.menu_opener:hover,
.has_menu.m_color_colored #header .catalog_menu ul.menu > li:hover > a {
    /*background: #f7f7f9 none repeat scroll 0 0;*/
    /*color: #cf0036;*/
}

#header #id_main_menu {
    top: 127px; /*высота шапки в пикселях*/
    position: fixed;
    z-index: 200;
    height: 53px;
    width: 100%;
}

#main #header .catalog_menu ul.menu > li > a {
    padding: 0 24px;
}

.depth3 {
    margin-bottom: 12px;
}

label[for="MSHOP_SMART_FILTER_319_3613626566"] {
    /*font-weight:bold;*/
}

.catalog_block .cl_min_max_price {
    visibility: visible;
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
    float: left;
    margin-top: 8px;
    color: #1d1a1a;

}

.catalog_block .item_wrap.hover:not(.touch) .cl_min_max_price {
    visibility: hidden;
    display: none;
}

.cl_price_incatalog_bagira {
    visibility: hidden;
    display: none;
}

.catalog_block .item_wrap.hover .cl_price_incatalog_bagira {
    visibility: visible;
    display: block;
}

#content .similar_products_wrapp .item-stock,
#content .catalog_block .item-stock {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #5a5a5a;
}

#content .catalog_block .cl_min_max_price {
    margin-top: 6px;
}

#content .similar_products_wrapp .catalog_block .cl_min_max_price {
    margin-top: 2px;
}

#content .similar_products_wrapp .bottom_nav {
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
}

#content .similar_products_wrapp div.item-title {
    max-height: 45px !important;
}


#basket_preload .basket_wrapp .basket_block .text {
    left: 34px;
    position: absolute;
    top: -14px;
}

@-moz-document url-prefix() {
    #main .module-cart .colored tfoot td {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.cl_black {
    color: black;
}

#main .block .cl-black {
    display: block;
}

#main .catalog_block .counter_wrapp .more_text .cl_hide_inblockview {
    display: none;
}

#main .catalog_block .counter_wrapp .more_text {
    display: block;
    text-align: center;
}

body #header ul.menu.bottom li .child .child_wrapp:not(.clearfix) {
    padding: 27px 40px 21px;
    padding-left: 20px;
    padding-right: 20px;
}

.cl_left_child_wrapp {
    float: left;
}

@media screen and (min-width: 1156px) {
    .fixed-mobile {
        display: none;
    }
}

.test {
    color: #000000;
    font-size: 12px;
    margin: 20px 0px 0px;
}

.basket-coupon-block-field .form-control {
    width: 85%;
    margin-top: 0;
}

.traskya {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.menu_item_l1:hover {
    background-color: black;
}

.child_container {
    width: 100%;
}

#title-search-input {
    border-radius: 5px;
}

.main_info {
    border-right: 0px !important;
}

.popup.enter_frame {
    border-radius: 10px;
}

button {
    font-size: 12px;
}

.popup-intro {
    border-bottom: 0px !important;
    border-radius: 10px;
}

.popup .popup-intro .pop-up-title {
    padding: 35px 35px 10px;
}

.avail-text {
    font-size: 12px;
    text-align: center;
}

.sale-order-detail-payment-options-methods-image-element, .sale-order-detail-payment-options-shipment-image-element {
    background-size: contain;
}

/*.basket_fast_order{display: none !important;}*/
/*.fastorder{display:none !important;}*/
/*.wrapp_one_click{display: none !important;}*/
.border_added {
    border: 2px solid #aad46e;
}

.elem__discount-reason {
    padding: 8px;
    font-size: 12px;
    background-color: #ffff44;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
}

.elem__group {
    display: flex;
    flex-direction: column;

}

.elem__group p {
    color: black;
    font-weight: bold;
    margin: 0 ;
}

.elem__discount-reason span {
    color: black;
}

.elem__add-info {
    padding: 8px;
    font-size: 12px;
    background-color: rgb(138, 228, 141);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
}

.info__group {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
}

/*from styles.css*/

