@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@500&display=swap');

* {font-family: 'Comfortaa',
cursive;}

/* modifiers */
.rounded3,
.rounded3.darken-bg-animate:before,
.rounded3.darken-bg-animate:after {
    border-radius: 3px;
}

.box-shadow,
.box-shadow-sm {
    transition: transform ease 0.2s, box-shadow ease 0.2s;
    transition-property: transform, box-shadow;
    transition-duration: 0.2s, 0.2s;
    transition-timing-function: ease, ease;
    transition-delay: 0s, 0s;
}

@media (min-width: 992px) {
    .box-shadow-sm:hover {
        border-color: #fff;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    }
}

/* стили попап окна с остатками */
#bx_recall_popup_form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 150px;
    min-width: 300px;
    padding: 10px;
    background-color: white;
    z-index: 10000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    max-height: 85vh; /* Ограничение высоты до 85% высоты экрана */
    overflow-y: auto; /* Вертикальная прокрутка при переполнении */
}
.popup-close-icon {
    position: fixed;
    top: 6px;
    right: 0px;
    font-size: 30px; /* Увеличиваем размер текста */
    cursor: pointer;
    z-index: 11000; /* Над попапом */
    width: 40px; /* Устанавливаем ширину */
    height: 40px; /* Устанавливаем высоту */
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    #bx_recall_popup_form {
        width: 90%;
        max-width: 100%;
        min-width: unset;
        max-height: 80vh; /* Ограничение высоты для мобильных устройств */
        overflow-y: auto; /* Вертикальная прокрутка при переполнении */
    }
    .internal_sections_list {
        margin-top: 0 !important;
    }
    .bx_filter_section {
        margin: 0 0px 758px 0 !important;
    }
    .sections_list_wrapp {
        max-height: 0; /* Начальное состояние: скрыто */
        overflow: hidden; /* Скрываем содержимое за пределами блока */
        margin-top: 10px;
        padding-left: 20px;
        transition: max-height 0.3s ease; /* Плавность изменения высоты */
    }
    .sections_list_wrapp.active {
        max-height: 300px; /* Задаём максимальную высоту для раскрытого состояния */
    }
    .inner_block.bx_filter_parameters_box {
        cursor: pointer; /* Указываем, что заголовок кликабельный */
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .inner_block.bx_filter_parameters_box .hider {
        display: inline-block;
        transition: transform 0.3s ease; /* Анимация для стрелки */
    }
    .inner_block.bx_filter_parameters_box .hider.closed {
        transform: rotate(-90deg); /* Поворачиваем стрелку */
    }
}

.button_popup {
    margin: 0px 0px 15px 0px;
}

.offer-toggle-btn {
    background-color: #2ea44f;
    border: 1px solid rgba(27, 31, 35, .15);
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 16px;
    margin-bottom: 10px;
    transition: background-color 0.2s ease-in-out;
    margin-top: 3px;
}
/* Новый класс для изменения цвета кнопки при клике */
.offer-active {
    background-color: #eeb348 !important;
    border-color: #eeb348 !important;
}

.offer-toggle-btn:hover {
    background-color: #2c974b;
}

.offer-toggle-btn:focus {
    outline: none;
    box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
}

.offer-toggle-btn:disabled {
    background-color: #94d3a2;
    color: rgba(255, 255, 255, .8);
    cursor: default;
}

a.recall {
    font-weight: 700;
    color: white;
    text-decoration: none;
    padding: .8em 1em calc(.8em + 1px);
    border-radius: 9px;
    background: #6ab400;
    box-shadow: 0 -3px #6ab400 inset;
    transition: 0.2s;
}

a.recall:hover {
    background: #6ab400;
}

a.recall:active {
    background: rgb(33,147,90);
    box-shadow: 0 3px rgb(33,147,90) inset;
}

/* buttons */
.btn-link-text {
    border: none;
    background: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.btn-link-text .svg+span {
    margin-left: 7px;
}

.btn-link-text span {
    border-bottom: 1px dotted;
}

.btn-link-text:hover svg {
    -webkit-animation: spinner .5s ease-out 1;
    animation: spinner .5s ease 1;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.tabs>li:before,
.tabs_content>li:before,
.flex-viewport li:before,
.flex-direction-nav li:before,
.slider_navigation li:before,
#footer .bottom_submenu li:before,
.extended_pagination li:before,
.main-nav li:before,
.bottom_main_menu li:before,
.item_slider ul.slides li:before,
.module-gallery-list li:before,
ul.left_menu li:before,
ul.brands_list li:before,
ul.stores_list li:before,
.section_item_inner ul li:before,
ul.tabs-content li:before,
.internal_sections_list li:before,
li.catalog_item:before,
.compare_list ul li:before,
.catalog_detail .set_wrapp li:before,
.catalog_detail .bx_item_set_hor_container_big li:before,
.bx_modal_body .bx_kit_one_section li:before,
.bx_modal_body .bx_kit_two_section li:before,
.bx_kit_one_section li:before,
.bx_kit_two_section li:before,
.menu li:before,
ul.flex-control-nav li:before,
.flex-control-nav ol li:before {
    content: none !important;
    padding-right: 0;
}

div[class^="bx-"] li:before,
ul[class^="bx-"] li:before {
    content: none;
    padding-right: inherit;
}

div[class^="bx-"] input[type='button'],
div[class^="bx-"] input[type='submit'],
div[class^="bx-"] button {
    text-transform: inherit;
    font-family: inherit;
    border: inherit;
}

.catalog_detail .tabs_content h4 {
    margin: 10px 0 15px;
}

#bx-composite-banner {
    text-align: center;
    margin: 10px 0 0;
}

.m16 {
    margin: 0;
    padding: 0 0 18px 0;
    color: green;
}

#content {
    position: relative;
    zoom: 1;
}

#content.main {
    margin-bottom: 0;
}

.pseudo,
.catalog_detail .extended_info.open_stores .availability-row .value {
    text-decoration: none;
    border-bottom: 1px dotted;
    cursor: pointer;
}

.specials_slider_wrapp ul.tabs li {
    text-transform: uppercase;
}

.specials_slider_wrapp ul.tabs li span {
    border-bottom: 1px dotted;
}

.clearboth {
    clear: both;
}

.clearleft {
    clear: left;
}

.clearright {
    clear: right;
}

.wrapper.has_menu .top-h-row .search {
    display: none;
}

.top-h-row .search input[id^=title-search-input] {
    height: 26px;
    font-size: 12px;
    padding: 0 8px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    width: 100%;
    line-height: 25px;
}

.top-h-row .search #search-submit-button {
    cursor: pointer;
    height: 24px;
    width: 29px;
    font-size: 0;
    border: 0;
    border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 1px;
    display: block;
}

.middle-h-row .search input[id^=title-search-input],
#header ul.menu.full>li.search_row input[id^=title-search-input] {
    height: 33px;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    line-height: 32px;
}

.middle-h-row .search #search-submit-button,
#header ul.menu.full>li.search_row #search-submit-button {
    cursor: pointer;
    height: 31px;
    width: 35px;
    font-size: 0;
    border: 0;
    border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    position: absolute;
    top: 1px;
    right: 1px;
    display: block;
}

#header ul.menu.full>li.search_row #search-submit-button {
    top: 3px;
    right: 3px;
    height: 33px;
    width: 35px;
}

#header ul.menu.full>li.search_row,
#headerfixed ul.menu.full>li.search_row {
    padding: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    position: relative;
    display: none;
}

.wrapper.has_menu .main-nav {
    display: none;
}

#headerfixed .main-nav {
    display: block;
}

.main-nav .menu>li>a {
    border-bottom: 1px solid transparent;
}

.top-h-row .search #search-submit-button i,
.middle-h-row .search #search-submit-button i,
#header ul.menu.full>li.search_row #search-submit-button i {
    display: inline-block;
    background: url(../images/magnifier.png);
    background-repeat: no-repeat;
}

.top-h-row .search #search-submit-button i,
#header ul.menu.full>li.search_row #search-submit-button i {
    height: 26px;
    width: 29px;
    background-position: top center;
}

@-moz-document url-prefix() {

    .top-h-row .search #search-submit-button i,
    #header ul.menu.full>li.search_row #search-submit-button i {
        width: 26px;
    }

    .middle-h-row .search #search-submit-button i {
        margin: -2px 0 0 -3px;
    }
}

.middle-h-row .search #search-submit-button i {
    height: 32px;
    width: 35px;
    background-position: 4px 4px;
}

table.title-search-result td.title-search-all a .icon i,
.card_popup_frame.popup a.more_row .icon i,
.basket_fly td.total_wrapp a.more_row .icon i {
    background: url(../images/arrows.png) no-repeat;
}

table.title-search-result td.title-search-all a .icon {
    margin-left: 9px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    position: relative;
    bottom: -4px;
    zoom: 1;
}

table.title-search-result td.title-search-all a .icon i,
.card_popup_frame.popup a.more_row .icon i,
.basket_fly td.total_wrapp a.more_row .icon i {
    background-position: 2px -241px;
}

.top-h-row .phone {
    float: right;
    width: 25%;
    text-align: right;
    margin-top: 1px;
}

.top-h-row .phone span.phone_text,
.top-h-row .phone span.phone_text a,
#footer .phone span.phone_text,
#footer .phone span.phone_text a {
    font-size: 19px;
    white-space: nowrap;
}

.top-h-row .phone span.phone_text a,
#footer .phone span.phone_text a {
    cursor: default;
    text-decoration: none;
}

.top-h-row .phone,
#footer .phone {
    white-space: nowrap;
}

.top-h-row .phone .icon,
.top-h-row .phone .icon i,
#footer .phone .icon,
#footer .phone .icon i {
    display: inline-block;
    height: 24px;
    width: 24px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.top-h-row .phone .icon,
#footer .phone .icon {
    position: relative;
    zoom: 1;
    bottom: -5px;
    margin-right: 2px;
}

.top-h-row .phone .icon i,
#footer .phone .icon i {
    background: url("../images/phone.png");
    background-repeat: no-repeat;
}

#footer .phone .icon i {
    background-position: 0px -24px;
}

.price .title-search-price .price:not(.discount) {
    margin-right: 2px;
}

div.title-search-result {
    display: none;
    overflow: hidden;
    z-index: 205;
    min-width: 133px;
    background: #fff;
    box-shadow: 0px 0px 1px 1px #E5E5E5;
}

table.title-search-result {
    border-collapse: collapse;
    border: none;
    width: 100%;
}

table.title-search-result td {
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

table.title-search-result td.title-search-item {
    padding-left: 8px;
    padding-right: 15px;
    vertical-align: middle;
}

table.title-search-result td.main a {
    vertical-align: top;
    text-decoration: none;
}

table.title-search-result td.main a,
table.title-search-result td.main .title-search-preview {
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

table.title-search-result td.main {
    padding-left: 4px;
    width: 242px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 14px;
}

table.title-search-result td.picture {
    width: 48px;
    padding-left: 14px;
}

table.title-search-result .cost.prices {
    margin: 10px 10px 0 0;
}

table.title-search-result .cost.prices .price.discount {
    margin-top: 0;
}

table.title-search-result img.item_preview {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 2px 5px;
}

table.title-search-result td.main b {
    font-weight: normal;
}

table.title-search-result td {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid transparent;
    transition: none 0s ease 0s;
}

table.title-search-result tr.title-search-selected td {
    background-color: #F7F7F7;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

table.title-search-result td.title-search-more {
    font-size: 11px;
    font-weight: normal;
    padding-right: 15px;
    padding-left: 24px;
    padding-top: 0px;
}

table.title-search-result td.title-search-more a {
    padding-left: 12px;
    padding-right: 15px;
    text-decoration: none;
}

table.title-search-result td.title-search-all {
    padding: 11px 13px 13px;
    border-bottom-width: 0px;
}

table.title-search-result td.title-search-all a {
    text-decoration: none;
}

table.title-search-result td.title-search-all a span.text {
    display: inline-block;
    height: 14px;
}

table.title-search-result td.title-search-all a .icon,
table.title-search-result td.title-search-all a .icon i,
.card_popup_frame.popup a.more_row .icon,
.card_popup_frame.popup a.more_row .icon i,
.basket_fly td.total_wrapp a.more_row .icon,
.basket_fly td.total_wrapp a.more_row .icon i {
    display: inline-block;
    height: 15px;
    width: 15px;
}

table.title-search-result td.title-search-separator,
table.title-search-result th.title-search-separator {
    padding: 0;
    height: 10px;
    font-size: 0;
}

#header .middle-h-row,
#header .catalog_menu {
    margin: 0 auto;
    position: relative;
    zoom: 1;
}

#header .middle-h-row {
    z-index: 202;
}

#header .middle-h-row .logo_wrapp .logo,
#headerfixed .middle-h-row .logo_wrapp .logo {
    min-height: 51px;
    line-height: 51px;
    overflow: hidden;
    display: table-cell;
}

#header .basket_fly {
    -webkit-transform: translateZ(0);
}

#header .basket_fly td {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

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

.bx-ie ul.menu,
.bx-ie ul.mini-menu {
    font-size: 1px;
}

ul.menu li,
ul.mini-menu li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    line-height: 20px;
}

.main-nav ul.menu>li>a,
ul.mini-menu li a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 10px;
    text-decoration: none;
    white-space: nowrap;
    color: #000000;
}

ul.menu li.stretch {
    display: inline-block;
    width: 100%;
    *display: inline;
    zoom: 1
}

ul.menu li:hover .child {
    display: block;
}

ul.menu li:hover b.space,
.breadcrumbs .drop:hover b.space {
    display: inline-block;
}

ul.mini-menu,
ul.menu li .child,
ul.mini-menu li .child {
    display: none;
}

.module-drop-cart {
    position: absolute;
    right: 0px !important;
    top: 87px;
    width: 431px;
    max-width: 100%;
    z-index: 999;
    display: none;
}

.wrapper .basket_normal {
    display: none;
}

.wrapper.basket_normal .basket_normal {
    display: block;
}

.header-cart-block .cart {
    width: 230px;
    text-align: left;
    position: relative;
    zoom: 1;
}

.header-cart-block .delay_small,
.header-cart-block .cart_small {
    display: none;
}

.header-cart-block .cart a {
    text-decoration: none;
}

.header-cart-block .cart a span {
    font-size: 14px;
}

.header-cart-block .cart.empty_cart a span.pseudo {
    border-bottom: 1px solid;
}

.header-cart-block .cart span.icon {
    float: left;
}

.header-cart-block .cart .summ,
.header-cart-block .cart .delay_link {
    white-space: nowrap;
}

.header-cart-block .cart>span.icon,
.header-cart-block .cart>span.icon i {
    display: inline-block;
    height: 42px;
    width: 42px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.header-cart-block .cart>span.icon.small,
.header-cart-block .cart>span.icon.small i {
    width: 26px;
    height: 26px;
}

.header-cart-block .cart>span.icon.small {
    display: none;
    position: relative;
    zoom: 1;
    z-index: 1;
}

.header-cart-block .cart .cart-call.small,
body .header-cart-block .cart .cart-call.small span {
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    border: none;
}

body .header-cart-block .cart .cart-call.small span {
    text-decoration: underline;
}

.header-cart-block .cart .small {
    display: none;
}

.header-cart-block .cart>span.icon.small i {
    background-position: -7px -173px;
}

.header-cart-block .cart span.icon i,
.header-cart-block .cart span.icon i {}

.header-cart-block .cart.empty_cart span.icon i {
    background-position: 0px 0px;
}

.header-cart-block .cart.empty_cart span.icon.small i {
    background-position: -7px -134px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.header-cart-block .cart .cart_wrapp {
    padding-left: 55px;
    padding-top: 4px;
    position: absolute;
    top: -3px;
}

#header .middle-h-row .center_block.no_basket {
    padding-right: 0;
}

#header .middle-h-row .basket_wrapp .header-cart-block {
    margin-top: 7px;
    float: right;
}

.wrapper.basket_normal.has_menu #header .middle-h-row .basket_wrapp .header-cart-block {
    min-width: 145px;
}

#content_new,
#preload_wrapp {
    position: absolute;
    z-index: -1000;
    top: -9999;
    left: -999;
}

/*
ul.menu .child, .breadcrumbs .dropdown_wrapp { z-index: 500; position: absolute; text-transform: none; font-size: 11px; font-family: Ubuntu, Arial, Helvetica, sans-serif; 	padding-top: 20px; }
ul.menu .child { margin-top: 0px;padding-top: 30px; }
ul.menu .child a { font-family: Ubuntu, Arial, Helvetica, sans-serif; text-transform: none; }
ul.menu .child li.menu_title  { display: block; }
ul.menu .child li.menu_title a, ul.menu .child .depth3 a.title { font-weight: bold; font-size: 12px; text-decoration: none !important; padding: 0; }
ul.menu .child li.menu_item a, ul.menu .child .depth3 a { font-size: 11px; text-decoration: underline; padding: 0; margin-right: 5px; }
ul.menu .child .child_wrapp > a, .breadcrumbs .dropdown > a, ul.menu .child .child_wrapp .depth3 > a { display: block; text-decoration: underline; line-height: 22px; text-transform: none; }*/
.main-nav ul.menu .child a {
    font-size: 12px;
}

ul.menu li .child ul {
    width: 29%;
    margin-right: 5%;
    display: inline-block;
    margin-bottom: 20px;
    list-style: none;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    text-align: left;
}

ul.menu li .child ul.last {
    margin-right: 0;
}

ul.menu li .child.cat_menu {
    left: 0;
    right: 0;
    width: 100%;
    white-space: normal;
}

ul.menu li .child .child_wrapp {
    padding: 20px;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

ul.menu li.more .child .child_wrapp {
    padding-bottom: 10px;
}

ul.menu li.more .child .child_wrapp .depth3 {
    padding-right: 30px;
    float: left;
}

ul.menu li .child.cat_menu .child_wrapp {
    left: 0;
    right: 0;
    width: 100%;
}

ul.menu li .child.cat_menu hr {
    width: 100%;
    height: 1px;
    margin: 0 0 15px;
}

ul.menu li b.space,
.breadcrumbs .drop b.space {
    height: 20px;
    text-align: center;
    bottom: -14px;
    vertical-align: bottom;
    display: none;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    left: 42%;
    bottom: -21px;
    position: absolute;
}

.top-h-row ul.menu .space {
    position: static;
}

#header .catalog_menu li .space {
    top: 18px;
}

#header .catalog_menu li.more .space {
    margin: 0 0 0 -50px;
    left: inherit;
    position: absolute;
    top: 50px;
}

#header .catalog_menu .child {
    text-align: center;
    padding-top: 24px;
}

#header .catalog_menu li.more {
    display: none;
    /*width: 83px;*/
}

body #header .catalog_menu ul li.more a {
    padding-left: 15px;
    padding-right: 15px;
}

#header .catalog_menu li.more.visible {
    display: inline-block;
    /*width: 100%;*/
}

.breadcrumbs .drop b.space {
    left: 10px;
    bottom: -6px;
}

ul.menu li.catalog b.space {
    left: 34%;
}

ul.menu>li>a {
    position: relative;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    display: none;
}

.front_slider>li {
    display: none;
    overflow: hidden;
}

.flexslider .slides>li .text,
.flexslider .slides>li .img {
    width: 50%;
}

.flexslider .slides>li.image .img {
    width: 100%;
}

.flexslider .slides>li .img img {
    margin: 0 auto;
    max-height: 100%;
    /*max-width: 100%;*/
}

.flexslider .slides img {
    display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.top_slider_wrapp {
    margin: 0 auto;
}

.top_slider_wrapp .flexslider .slides>li,
.top_slider_wrapp .flexslider .slides>li,
.top_slider_wrapp .flexslider .slides>li td,
.top_slider_wrapp .flexslider .slides>li td,
.top_slider_wrapp .flexslider,
.top_slider_wrapp .flexslider {
    height: 400px;
}

.wrapper.banner_narrow:not(.has_menu) .top_slider_wrapp .flexslider .slides>li,
.wrapper.banner_narrow.average .top_slider_wrapp .flexslider .slides>li {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.wrapper.banner_narrow.has_menu .top_slider_wrapp .flexslider .slides>li {
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
}

.wrapper.banner_narrow .top_slider_wrapp .flexslider .slides>li,
.wrapper.banner_narrow .top_slider_wrapp .flexslider .slides>li td,
.wrapper.banner_narrow .top_slider_wrapp .flexslider {
    height: 300px;
}

.wrapper.banner_narrow .top_slider_wrapp {
    width: 100%;
}

.wrapper.banner_average .top_slider_wrapp {
    max-width: 1400px;
}

.wrapper.banner_narrow .top_slider_wrapp {
    max-width: 1132px;
}

.wrapper.m_color_none .top_slider_wrapp {
    margin-top: -7px;
}

.wrapper.head_type_1.banner_narrow .top_slider_wrapp {
    margin-top: 15px;
}

.wrapper.has_menu.banner_narrow .top_slider_wrapp {
    margin-top: -17px;
}

.top_slider_wrapp .flexslider .slides>li {
    background-position: center;
}

.top_slider_wrapp .flexslider .slides>li:before {
    display: none;
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
    list-style: none;
}

* html .slides {
    height: 1%;
}

.no-js .slides>li:first-child {
    display: block;
}

.flexslider .slides {
    margin: 0;
    padding: 0;
}

.flexslider {
    margin: 0 0 9px;
    position: relative;
    zoom: 1;
    text-align: center;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.module-cart,
.module-cart tr {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

.include_module_error {
    text-align: center;
    margin: 0 auto;
}

.include_module_error p {
    margin-top: 0;
    line-height: 18px;
    font-size: 14px;
    color: #555;
}

.flexslider .flex-control-nav,
.front_slider_wrapp .flex-control-nav {
    zoom: 1;
    top: -35px;
    position: relative;
    display: inline-block;
    z-index: 10;
}

.top_slider_wrapp .flex-control-paging li a {
    background: none;
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
}

.top_slider_wrapp .flex-control-paging li a.flex-active,
.top_slider_wrapp .flex-control-paging li a:hover {
    background: #fff;
}

.top_slider_wrapp .flex-dark.flex-control-nav li a {
    border-color: #1d1a1a;
}

.top_slider_wrapp .flex-dark.flex-control-nav li a.flex-active,
.top_slider_wrapp .flex-dark.flex-control-nav li a:hover {
    background: #1d1a1a;
}

.flexslider .flex-control-nav li,
.front_slider_wrapp .flex-control-nav li,
.flex-control-nav li {
    padding: 6px 6px 6px 2px;
    font-size: 0;
    margin: 0;
    text-indent: 0;
    display: inline-block;
    zoom: 1;
    position: relative;
}

.front_slider_wrapp .flex-control-nav li {
    padding-top: 0;
}

.flex-control-paging li img {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
    background-position: -2px -20px;
}

.flex-direction-nav {
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.flex-direction-nav * {
    outline: none;
}

.flexslider li * {
    text-decoration: none;
}

.flexslider .banner_title span {
    font-size: 32px;
    line-height: 44px;
}

.flexslider .banner_text {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
}

.flexslider .left {
    text-align: left;
}

.flexslider .right {
    text-align: left;
}

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

.flexslider .center .banner_title {
    margin: 45px auto 0;
}

.flexslider .center .banner_title {
    margin: 20px auto 0;
}

.flexslider .banner_title,
.flexslider .banner_text,
.flexslider .banner_buttons {
    margin-left: 55px;
    margin-right: 55px;
    overflow: hidden;
    text-align: left;
}

.flexslider .left .banner_title,
.flexslider .left .banner_text,
.flexslider .left .banner_buttons {
    margin-left: 30px;
}

.flexslider .banner_buttons a {
    margin-right: 10px;
    margin-bottom: 4px;
    position: relative;
    z-index: 2;
}

.flexslider .banner_buttons {
    margin-top: 20px;
}

.flexslider li.box .underline {
    text-decoration: none;
}

.index_bottom {
    margin-bottom: 20px;
}

.small_banners_block .advt_banner {
    margin-top: 10px;
}

.small_banners_block .advt_banner:first-child {
    margin-top: 0;
}

.index_bottom .small_banners_block {
    margin-bottom: 0;
}

.index_bottom .banners_column {
    width: 180px;
    float: left;
}

.index_bottom .info_column {
    padding-left: 180px;
    margin-top: 10px;
}

.index_bottom .info_column.no_banner {
    padding-left: 0;
}

.info_column h3 {
    font-size: 18px;
}

.index_bottom .info_column .about_column,
.index_bottom .info_column .news_column {
    width: 50%;
    padding-left: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
}

.index_bottom .info_column .news_column .shadow {
    display: none;
}

a i.arrow {
    margin: 0px 10px 0px 0px;
    position: relative;
    zoom: 1;
    bottom: -3px;
}

a i.arrow,
a i.arrow b {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: #ddd;
}

a i.arrow b {
    background: url(../images/arrows.png) 0 0 no-repeat;
}

a:hover i.arrow b {
    background-position: -36px 0px;
}

a:hover i.arrow.down b {
    background-position: -36px -35px;
}

.index_bottom .info_column .news_slider {
    margin-top: 18px;
}

.index_bottom .about_column a[name='about_show_more'] {
    margin-top: 10px;
    display: inline-block;
}

.index_bottom .info_column .news_column .news_block>ul {
    list-style: none;
    margin-top: 18px;
}

.news_slider_wrapp .flex-control-nav.flex-control-paging {
    display: none;
    margin-top: 5px;
}

.jobs_wrapp .item .icon,
.jobs_wrapp .item .icon i,
.differences_table .left_arrow,
.differences_table .right_arrow {
    display: inline-block;
    height: 30px;
    width: 30px;
    vertical-align: top;
    *display: inline;
    zoom: 1;
}

.jobs_wrapp .item td.icon {
    display: table-cell;
}

.inner__value {
    display: none;
}

.flex-direction-nav li {
    font-size: 0;
}

.flex-direction-nav li:first-child {
    margin-right: 6px;
}

.differences_table .left_arrow,
.differences_table .right_arrow {
    font-size: 0px;
}

.news_slider_wrapp .flex-viewport {
    width: 100%;
    z-index: 10;
}

img.shadow {
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
}

.search-page img.shadow {
    margin-bottom: 20px;
}

#footer .footer_inner .line {
    padding: 10px 0 10px;
}

#footer .footer_inner .line .wrapper_inner {
    position: relative;
}

.footer_inner .line .wrapper_inner div {
    display: inline-block;
    width: 79%;
}

.footer_inner .line .wrapper_inner div div {
    width: auto;
}

#footer ul.bottom_main_menu,
#footer ul.bottom_submenu {
    width: 79%;
    display: inline-block;
    vertical-align: top;
}

#footer ul.bottom_main_menu {
    margin-top: 4px;
}

#footer .bottom_submenu li.selected a {
    font-weight: bold;
}

.bottom_main_menu li,
.bottom_submenu>li {
    display: inline-block;
    width: 24%;
    list-style: none;
}

.bottom_main_menu li a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
    -moz-text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
    -o-text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
    -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
}

.bottom_submenu li {
    list-style: none;
}

#footer .bottom_left_icons {
    display: inline-block;
    width: 20%;
}

#footer .phone {
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
}

#footer .phone .phone_wrapper {
    display: inline-block;
    vertical-align: top;
}

#footer .phone .icon {
    position: inherit;
    vertical-align: top;
}

#footer .phone .phone_text {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.bottom_main_menu li a {
    text-transform: uppercase;
    text-decoration: none;
}

.social a {
    margin-left: 3px;
    text-decoration: none;
    border: 0 !important;
}

.social a:first-child {
    margin-left: 0;
}

#footer .bottom_submenu li {
    line-height: 19px;
}

#footer .bottom_submenu li a {
    text-decoration: none;
}

ul.tabs li.cur span {
    border-bottom: 0;
}

ul.tabs,
ul.tabs li {
    display: inline-block;
}

.specials_slider_wrapp ul.tabs li:first-child {
    margin-left: 0;
}

ul.tabs,
ul.tabs_content,
ul.slider_navigation {
    list-style: none;
}

.specials_slider_wrapp ul.tabs {
    padding-right: 80px;
}

.specials_slider_wrapp ul.slider_navigation {
    position: absolute;
    top: 0;
    right: 3px;
}

ul.tabs_content>li {
    min-width: 100%;
}

ul.tabs_content>.specials_slider_navigation,
.tabs_slider_navigation {
    display: none;
}

ul.tabs_content li.tab {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

ul.tabs_content>li.cur,
ul.tabs_content>li.current,
.specials_slider_navigation.cur,
.tabs_slider_navigation.cur {
    display: inline-block;
    /*opacity: 1; visibility: visible;*/
}

ul.tabs li {
    font-size: 13px;
    margin: 5px 10px 0 0;
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

ul.tabs li.cur,
ul.tabs-head li.current {
    cursor: default;
}

ul.tabs li span {
    font-size: 13px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 9px;
    line-height: 13px;
    display: inline-block;
}

ul.tabs li span span {
    border: 0;
    padding: 0;
}

.specials_slider>li:last-child {
    margin-right: 0;
}

.specials_slider>li {
    width: 179.9px !important;
    overflow: hidden;
    margin-right: 15px;
    -webkit-transition: border-color ease-out 0.2s;
    -moz-transition: border-color ease-out 0.2s;
    -o-transition: border-color ease-out 0.2s;
    transition: border-color ease-out 0.2s;
    padding: 1px;
    display: block;
    float: left;
    vertical-align: top;
    padding-bottom: 5px;
}

.right_block .specials_slider.product_slider>li {
    margin-right: 15px;
    width: 174px !important;
}

.specials_slider.product_slider>li {
    margin-right: 14px;
}

ul.specials_slider {
    width: 100000% !important;
    white-space: nowrap;
}

ul.specials_slider li,
ul.specials_slider li * {
    white-space: normal;
}

.specials_slider li:hover {
    padding: 0;
    padding-bottom: 4px;
}

.catalog_item .item-title a,
.view-item .item-title a span {
    text-decoration: none;
    line-height: 17px;
}

ul.tabs li span,
.front_slider_wrapp .extended_pagination span,
a,
a span {
    -webkit-transition: color ease-out 0.07s;
    -moz-transition: color ease-out 0.07s;
    -o-transition: color ease-out 0.07s;
    transition: color ease-out 0.07s;
}

.catalog_item .item-title a,
.view-item .item-title a span,
.articles-list .item .item-title a,
.jobs_wrapp .item .name a,
.front_slider .item-title a span,
.item-title a span,
.item-title a {
    -webkit-transition: color ease-out 0.02s;
    -moz-transition: color ease-out 0.02s;
    -o-transition: color ease-out 0.02s;
    transition: color ease-out 0.02s;
}

.button22,
.button22 span,
.popup .soc-avt .row a,
#header .catalog_menu ul.menu>li>a,
#header ul.menu.adaptive>li>a,
#header ul.menu.full.opened>li>a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.view-item .item-title a {
    text-decoration: none;
}

.catalog_item .item-title a,
.catalog_item .item-title a span,
.view-item .item-title a span {
    font-size: 14px;
    font-weight: bold;
}

.catalog_item .price,
.view-list .price {
    font-size: 17px;
    margin-top: 8px;
    float: left;
    white-space: nowrap;
}

.catalog_item .price.discount,
.view-list .price.discount {
    margin-top: 0;
    float: none;
}

.differences_table .catalog_item .price.discount {
    margin-top: 5px;
}

.differences_table .catalog_item .price {
    float: none;
}

.differences_table td {
    width: 25%;
    vertical-align: top;
}

.differences_table .left_arrow,
.differences_table .right_arrow {
    position: absolute;
    top: 130px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
}

.differences_table .left_arrow {
    left: 20%;
    background-position: 0px -157px;
}

.differences_table .left_arrow:hover {
    background-position: 0px -189px;
}

.differences_table .right_arrow {
    right: 20px;
    background-position: -29px -157px;
}

.differences_table .right_arrow:hover {
    background-position: -29px -189px;
}

.catalog_item .price.discount strike,
.view-list .price.discount strike,
.catalog_item .price.discount span,
.view-list .price.discount span {
    font-size: 14px;
    line-height: 14px;
}

.catalog_item .image,
.catalog_item .image a {
    display: block;
    vertical-align: middle;
    height: 165px;
    line-height: 165px;
    vertical-align: middle;
    text-align: center;
    position: relative;
    zoom: 1;
}

.catalog_item .image a {
    padding: 3px;
}

.differences_table {
    margin-top: 20px;
}

.differences_table .prop_name {
    font-weight: bold;
    padding-right: 30px;
}

.differences_table .catalog_item {
    max-width: 190px;
    margin-bottom: 30px;
}

.catalog_item .image img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.specials_slider_wrapp ul.tabs_content,
.tab_slider_wrapp ul.tabs_content {
    margin-top: 10px;
    position: relative;
    zoom: 1;
}

.catalog_detail .specials_slider_wrapp ul.tabs_content {
    margin-top: 5px;
    min-height: 300px;
}

.catalog_detail .detail_text,
.catalog_detail .detail_text p,
.catalog_detail p {
    font-size: 13px;
}

.specials_slider_wrapp ul.tabs_content>li,
.tab_slider_wrapp ul.tabs_content>li {
    position: absolute;
    z-index: 10;
}

.specials_slider>li {
    background: #fff;
}

.specials_slider_wrapp ul.tabs_content>li.cur,
.tab_slider_wrapp ul.tabs_content>li.cur {
    z-index: 1;
}

/*200*/
.specials_slider_wrapp ul.tabs_content>li .flex-viewport {
    padding-bottom: 5px;
}

/*.item_info .cost .price_name, .catalog_block .catalog_item .item_info .cost .price_name, .view-list .catalog_item .item_info .cost .price_name { clear:both; margin-top: 8px; }*/
.item_info .cost .price_name+.price,
.catalog_block .cost .price_name+.price,
.view-list .catalog_item .item_info .cost .price_name+.price {
    margin-top: 0;
    margin-bottom: 0px;
    float: none;
}

.specials_slider .catalog_item .item_info .cost .price.discount,
.catalog_block .cost .price.discount,
.view-list .catalog_item .item_info .cost .price.discount {
    margin-top: 8px;
    display: inline-block;
    vertical-align: top;
}

.specials_slider .catalog_item .item_info .cost .price_name+.price+.price.discount,
.catalog_block .cost .price_name+.price+.price.discount,
.view-list .catalog_item .item_info .cost .price_name+.price+.price.discount {
    margin-top: 0;
}

.catalog_detail .item_main_info .price_block {
    overflow: hidden;
}

.specials_slider .catalog_item .item_info .buttons_block {
    display: none;
}

.specials_slider .catalog_item .item_info .buttons_block,
.catalog_block .catalog_item .item_info .buttons_block {
    clear: both;
    margin-top: 7px;
    white-space: nowrap;
    text-align: right;
}

.specials_slider.product_slider .catalog_item .item_info .buttons_block {
    display: block;
}

.specials_slider .catalog_item .item_info .basket_button,
.catalog_block .catalog_item .item_info .basket_button {
    float: left;
    margin-bottom: 4px;
}

.soc-avt .row a span.name {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}

.button30 span,
.basket_button.button30 span,
.compare_button span,
.soc-avt .row a span.name {
    display: inline-block;
    font-size: 11px;
    line-height: 32px;
}

.compare_button span {}

.sort_to_compare .compare_button:first-child {
    margin-right: 5px;
}

.compare_wrapp {
    font-size: 11px;
}

.prompt .star_big {
    position: relative;
    bottom: -14px;
}

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

.compare_wrapp a.compare_link {
    border-bottom: 1px dotted;
}

.compare_button:hover span {
    background-position: -32px -64px;
}

.basket_button,
.compare_button {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-transform: uppercase;
    clear: both;
    padding: 0 6px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
}

.basket_button,
.compare_button,
.button30 {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

a.wish_item,
a.compare_item,
a.wish_item i,
a.compare_item i {
    display: inline-block;
    height: 26px;
    width: 26px;
    cursor: pointer;
    border-radius: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
}

a.wish_item i,
a.compare_item i {}

.front_slider .item-title a,
.front_slider .item-title a span {
    font-size: 22px;
    line-height: 32px;
    text-decoration: none;
}

.front_slider .price_name {
    margin-top: 20px;
}

.front_slider .price {
    font-size: 32px;
    line-height: 34px;
    margin-top: 20px;
}

.front_slider .price+.price_name {
    margin-top: 0;
}

.front_slider .price_name+.price {
    margin-top: 0;
}

.front_slider_wrapp {
    text-align: center;
    position: relative;
    zoom: 1;
    height: auto;
    margin-top: 20px;
}

.front_slider_wrapp .flex-viewport {
    width: 75%;
    float: left;
    text-align: left;
}

.front_slider_wrapp .extended_pagination {
    float: right;
    width: 25%;
    list-style: none;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding-left: 30px;
    right: 0;
    bottom: 0;
    top: 0;
    overflow-y: auto;
    max-height: 280px;
}

.front_slider_wrapp .extended_pagination li.hider {
    margin: 0;
    padding: 0;
    width: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    cursor: default;
    left: -10px;
    background: url(../images/hider_right.png) 0px 0px repeat-y;
}

.front_slider_wrapp .flex-control-nav {
    width: 100%;
    top: 0;
}

.front_slider_wrapp a.read_more,
.btn_big {
    display: inline-block;
    height: 37px;
    line-height: 37px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    padding: 0 15px;
    font-size: 16px;
    margin-top: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

.btn_big {
    margin: 0;
}

.front_slider .price.discount {
    font-size: 12px;
    font-family: Ubuntu, Arial, Helvetica, sans-serif;
    line-height: 18px;
    margin-top: 0;
}

.front_slider .info,
.front_slider .image {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.front_slider .info {
    width: 50%;
    padding-left: 12px;
}

.front_slider .image {
    width: 50%;
    text-align: center;
    padding-left: 10px;
}

.front_slider .image {}

.front_slider .info {
    max-width: 100%;
    max-height: 100%;
}

.front_slider .image img {
    max-width: 240px;
    max-height: 100%;
}

.front_slider_wrapp .extended_pagination>li:eq(1) {
    margin-top: 0;
}

.front_slider_wrapp .extended_pagination>li {
    margin-top: 10px;
    display: block;
    padding: 10px;
    border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    position: relative;
    zoom: 1;
}

.front_slider_wrapp .extended_pagination>li.active span,
.front_slider_wrapp .extended_pagination>li.active:hover span {
    border-bottom: 0;
}

.front_slider_wrapp .extended_pagination span {
    line-height: 18px;
}

.front_slider_wrapp .extended_pagination>li.active {
    cursor: default;
}

.front_slider_wrapp .extended_pagination>li {
    cursor: pointer;
    display: block;
}

.front_slider_wrapp .extended_pagination>li i.triangle {
    left: -15px;
    bottom: 0;
    position: absolute;
    top: 0px;
    display: inline-block;
    font-size: 0;
    width: 0px;
    height: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid;
    border-right-width: 15px;
    border-right-style: solid;
    border-right-color: transparent;
}

.front_slider .preview_text {
    line-height: 16px;
    margin-top: 10px;
}

.breadcrumbs .drop a span {
    border-bottom: 1px dotted #b4b4b4;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.breadcrumbs .separator.cat_last {
    background-position: -9999px -9999px;
}

.breadcrumbs .drop:hover a .separator,
.breadcrumbs .drop:hover .number .separator {
    background-position: -1px -15px;
}

.breadcrumbs .drop:hover a span {
    border-bottom: none;
}

.breadcrumbs .drop {
    position: relative;
    display: inline-block;
    zoom: 1;
}

.breadcrumbs .dropdown_wrapp {
    box-sizing: border-box;
    display: none;
    padding-top: 8px !important;
    top: 18px;
}

.breadcrumbs .dropdown {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 12px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: left;
}

.breadcrumbs .dropdown>a {
    display: block;
    line-height: 14px;
    margin-top: 7px;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
}

.breadcrumbs .dropdown>a:first-child {
    margin-top: 0;
}

.breadcrumbs .drop:hover .dropdown_wrapp {
    display: block;
}

.left_side {
    padding-right: 200px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.right_side {
    width: 200px;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 20px;
}

.catalog_detail .item_main_info .buttons_block {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 100%;
}

.catalog_detail .item_main_info {
    margin: 20px 0 30px;
    padding: 0px;
    border: 1px solid #e5e5e5;
    position: relative;
}

.catalog_detail .item_main_info .item_slider {
    width: 47%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 29px 0 29px 0;
    float: left;
    position: relative;
    z-index: 1;
    text-align: center;
}

.catalog_detail .item_main_info .right_info {
    padding-left: 47%;
    position: relative;
}

.catalog_detail .item_main_info .right_info .info_item {
    position: relative;
}

.catalog_detail .item_main_info .item_slider:after,
.catalog_detail .item_main_info .right_info .info_item:before,
#order_form_div .info_block .l_block:after,
#order_form_div .info_block .r_block:before {
    position: absolute;
    top: 0px;
    background: #F2F2F2;
    width: 1px;
    height: 100%;
    content: "";
}

.catalog_detail .item_main_info .item_slider:after,
#order_form_div .info_block .l_block:after {
    right: 0px;
}

.catalog_detail .item_main_info .right_info .info_item:before,
#order_form_div .info_block .r_block:before {
    left: -1px;
}

.catalog_detail .right_info .price_block_wrapp,
.catalog_detail .right_info .info_block {
    padding-left: 7px;
}

.catalog_detail .info_block b.block_title {
    display: block;
}

.catalog_detail .info_block>div {
    display: inline-block;
    vertical-align: top;
    width: 130px;
    float: left;
    margin-bottom: 15px;
    min-height: 38px;
}

.catalog_detail .info_block .brand.right {
    float: right;
}

.catalog_detail .item_main_info .price {
    font-size: 24px;
    line-height: 26px;
    float: left;
    width: auto;
    white-space: nowrap;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-right: 10px;
}

.catalog_detail .item_main_info .price small {
    font-size: 16px;
}

.catalog_detail .item_main_info .buttons_block,
.catalog_detail .extended_info {
    padding: 10px;
}

.counter_block {
    white-space: nowrap;
}

.module-cart .count-cell .measure {
    display: block;
    white-space: nowrap;
    font-size: 11px;
    line-height: 14px;
}

.module-cart .counter_block {
    white-space: nowrap;
}

.module-cart .count-cell .some-class {
    display: none;
}

.basket_button.one_click span {
    padding-left: 0;
    background: none;
}

.basket_button.one_click {
    padding-left: 6px;
}

.basket_button.button30.one_click {
    padding-left: 10px;
}

.catalog_detail .item_main_info .buttons_block {
    margin-top: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    min-height: 54px;
}

.catalog_detail .basket_button.one_click {
    margin-left: 8px;
}

.catalog_detail .item_main_info .buttons_block .counter_block {
    white-space: nowrap;
}

.module-cart .buttons_block .counter_block {
    display: inline-block;
}

.catalog_detail .buy_buttons_wrapp {
    text-align: right;
    padding: 12px 15px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.catalog_detail .buttons_block.adaptive .buy_buttons_wrapp a {
    width: 125px;
    text-align: center;
}

.catalog_detail .buttons_block.adaptive .counter_block,
.catalog_detail .buttons_block.adaptive .buy_buttons_wrapp {
    width: 50%;
}

.catalog_detail .buttons_block.adaptive .counter_block {
    text-align: center;
}

.catalog_detail .buy_buttons_wrapp a {
    margin-bottom: 10px;
}

.catalog_detail .buy_buttons_wrapp.subscribe {
    float: left;
    min-width: 115px;
    padding: 12px 0 0 15px;
}

.catalog_detail .buttons_block .description {
    font-size: 11px;
    line-height: 14px;
    padding: 5px 5px 0;
}

.catalog_detail hr {
    height: 0;
    width: 100%;
    margin: 15px 0 25px;
}

.catalog_detail .info_block+hr {
    margin-top: 0;
}

.catalog_detail hr.separator {
    margin: 10px 0;
}

.availability-row .indicators {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

.availability-row .indicators span,
.quantity-indicators span {
    background: url(../images/quantity_icons.png) -13px -89px;
    display: inline-block;
    vertical-align: top;
    width: 21px;
    height: 21px;
    margin: 0 -2px 0 0;
    position: relative;
    zoom: 1;
    z-index: 8;
    margin-left: -12px;
}

.availability-row .indicators.no_products span {
    margin-left: 0;
}

.availability-row .indicators span.last,
.quantity-indicators span.last {
    background-position: -13px -130px;
    z-index: 7;
}

.availability-row .indicators span.null,
.quantity-indicators span.null {
    background-position: -13px -170px;
    margin-left: 0;
}

.availability-row .indicators span.first,
.quantity-indicators span.first {
    z-index: 9;
    margin-left: 0;
}

.availability-row .indicators span.r,
.quantity-indicators span.r,
.availability-row .indicators span.last.r,
.quantity-indicators span.last.r {
    background-position: -13px -49px;
}

.availability-row .indicators span.r.first,
.quantity-indicators span.r.first {
    background-position: -13px -9px;
}

.availability-row .indicators.no_products span {
    background-position: -13px -170px;
}

.catalog_detail .availability-row .value,
.catalog_detail .quantity-wrapp .value {
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
    margin-left: 5px;
    vertical-align: middle;
    color: #000000;
}

.catalog_detail .availability-row .value a,
.catalog_detail .availability-row .value span {
    font-size: 11px;
}

.catalog_detail .item_main_info a.wish_item,
.catalog_detail .item_main_info a.compare_item,
.module-cart a.wish_item,
.display_list a.wish_item,
.display_list a.compare_item {
    background: none;
    width: auto;
    text-decoration: none;
    display: inline-block;
    max-width: 102px;
}

.module-cart a.wish_item.to_basket {
    max-width: 130px;
}

.catalog_detail a.wish_item .value,
.catalog_detail a.compare_item .value,
.module-cart a.wish_item .value {
    font-size: 11px;
    vertical-align: top;
    line-height: 24px;
    margin-left: 5px;
}

.compare_item .value.added,
.wish_item .value.added {
    display: none;
}

.module-cart a.wish_item.to_basket .icon,
.module-cart a.wish_item.to_basket .icon i {
    height: 26px;
    width: 26px;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
}

.module-cart a.wish_item.to_basket .icon {
    position: relative;
    zoom: 1;
    top: -1px;
}

.catalog_detail .item_main_info a.wish_item:hover,
.catalog_detail .item_main_info a.compare_item:hover {
    background-position: 0;
}

.catalog_detail .availability-row {
    padding-left: 7px;
    margin-right: 10px;
    margin-bottom: 8px;
}

.catalog_detail .item_main_info .like_icons>div {
    margin-right: 10px;
}

.catalog_detail .extended_info {
    margin: 10px 0;
}

.catalog_detail .adaptive_extended_info_wrapp {
    display: none;
}

.catalog_detail .adaptive_extended_info .brand {
    float: right;
}

.catalog_detail .element_detail_text {
    font-size: 12px;
    line-height: 15px;
    padding: 23px 30px;
}

.catalog_detail .element_detail_text .sh {
    margin: 0px 20px 0px 0px;
    padding: 0px 4% 0px 0px;
    vertical-align: middle;
}

.catalog_detail .element_detail_text .price_txt {
    width: 70%;
    vertical-align: middle;
    color: #b3b3b3;
    font-size: 12px;
}

.item_slider .slides {
    padding: 0px;
    margin: 0px 0px 10px;
    width: 100%;
    height: 340px;
    line-height: 337px;
    position: relative;
    zoom: 1;
}

.item_slider .slides .offers_img img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
}

.item_slider .slides li:before {
    display: none;
}

.item_slider:not(.flex) .slides li {
    padding: 0;
    margin: 0;
    display: none;
    width: 100%;
    height: 340px;
    overflow: hidden;
    position: absolute;
    line-height: 340px;
    z-index: 50;
}

.item_slider:not(.flex) .slides li.current {
    display: block;
}

.item_slider .thumbs li a {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.catalog_detail .item_slider #thumbs {
    height: 60px;
    white-space: nowrap;
    width: 275px;
    overflow: hidden;
}

.catalog_detail .item_slider .thumbs {
    margin: 0px auto;
    max-width: 270px;
    position: relative;
    z-index: 1;
    min-height: 60px;
}

.item_slider .thumbs li {
    vertical-align: bottom;
    list-style: none;
    width: 60px !important;
    height: 60px;
    display: block;
    zoom: 1;
    background: none;
    position: relative;
    text-align: center;
    line-height: 60px;
    margin: 0px 10px 0px 0px;
    border: 2px solid #fff;
    -webkit-transition: border-color ease-out 0.2s;
    -moz-transition: border-color ease-out 0.2s;
    -o-transition: border-color ease-out 0.2s;
    transition: border-color ease-out 0.2s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    float: left;
    display: none;
}

.item_slider .thumbs li.current {
    border-color: #ddd;
}

.item_slider .thumbs li:hover {
    border-color: #9a9a9a;
}

.item_slider .slides li.current {
    z-index: 0;
}

.item_slider .slides li img,
.item_slider .thumbs li img {
    position: absolute;
    margin: auto ;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    max-width: 60%;
    width: auto;
}
.item_slider .slides li img,
.item_slider .thumbs li img, video {
    position: absolute;
    margin: auto !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.item_slider.flex {
    display: none;
}

.item_slider.flex .slides li,
.item_slider.flex .slides li img {
    position: static;
    text-align: center;
}

.item_slider .flex-control-nav {
    text-align: center;
    margin-bottom: 10px;
}

.b-share * {
    font-size: 10px;
}

/*.catalog_detail .tabs { width: 100%; }*/
.catalog_detail .tabs.main_tabs>li {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-top: 9px;
    border-bottom: 1px solid transparent;
}

.catalog_detail .tabs.main_tabs {
    padding-bottom: 9px;
}

.catalog_detail .tabs>li:first-child {
    margin-left: 0;
}

.detail_text ul li::before,
.preview_text ul li::before,
.preview-text ul li::before {
    padding: 0 10px 0 0;
}

.catalog_detail .detail_text {
    margin-bottom: 15px;
    color: #555;
}

.catalog_detail .tabs_section ul.tabs_content>li {
    width: 100%;
    padding: 34px 0 50px;
}

.catalog_detail .reviews-reply-form {
    padding-bottom: 50px;
}

.catalog_detail ul.tabs_content li.video iframe {
    border: 1px solid #000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#reviews_content {
    display: none;
    padding: 40px 0 0;
}

#reviews_content img.shadow {
    position: absolute;
    margin-top: 1px;
}

#reviews_content .reviews-navigation-box {
    margin: 0px 0px 20px;
}

.file_type {
    clear: both;
    margin-top: 15px;
}

.file_type a {
    display: block;
    font-size: 13px;
}

.file_type.tiff i.icon {
    background-position: 0 -275px;
}

.file_type.jpg i.icon {
    background-position: 0px -220px;
}

.file_type.pdf i.icon {
    background-position: 0px -0px;
}

.file_type.word i.icon {
    background-position: 0px -55px;
}

.file_type.excel i.icon {
    background-position: 0px -165px;
}

.file_type i.icon {
    width: 46px;
    height: 33px;
    display: inline-block;
    background: url(../images/file_types.png) 0px -110px no-repeat;
    float: left;
}

.file_type .description {
    padding: 0 0 0 46px;
    font-size: 12px;
    position: relative;
    top: -3px;
}

.catalog_detail a.compare_item:hover .icon i {
    background-position: -32px -65px;
}

.catalog_detail a.wish_item:hover .icon i {
    background-position: -3px -63px;
}

.tabs_content .stores_block_wrap {
    margin-top: -7px;
}

.stores_block_wrap .stores_block .stores_text_wrapp {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 0px 10px 0px 19px;
}

.stores_block_wrap .stores_block .stores_text_wrapp>span {
    padding: 0px 0px 0px 10px;
}

.stores_block .quantity-wrapp {
    float: right;
    padding-left: 10px;
    background: #fff;
    margin-top: 7px;
}

.stores_block_wrap .stores_block {
    clear: both;
    line-height: 20px;
    position: relative;
    padding: 12px 0px 13px 0px;
}

.stores_block_wrap .stores_block:before {
    content: "";
    width: 100%;
    display: block;
    height: 1px;
    border-bottom: 1px dotted #c3c3c3;
    top: 50%;
    position: absolute;
}

.stores_block_wrap .stores_block:hover,
.stores_block_wrap .stores_block:hover .stores_text_wrapp,
.stores_block_wrap .stores_block:hover .item-stock {
    background: #f7f7f7;
}

.stores_block_wrap .stores_block:hover {
    transition: none;
}

.stores_block_wrap .stores_block .item-stock {
    float: right;
    background: #fff;
    margin-top: 2px;
    position: relative;
    padding: 0px 19px 0px 20px;
    min-width: 115px;
}

.phone span.phone_text>div {
    display: inline-block;
}

.tabs_content li.video>div,
.tabs_content li.video>div *,
.tabs_contentli.video iframe {
    max-width: 100%;
}

.tabs_content li.video {
    text-align: center;
}

.tabs_content li.video .description {
    text-align: left;
}

.tabs_content li.video .description .shadow {
    margin: 25px 0 0;
}

.catalog_detail ul.tabs_content>li .video_wrapp>div {
    margin: 0 auto;
}

.catalog_detail .services_block {
    margin: 31px 0px 10px;
}

.services_block .item {
    display: inline-block;
    width: 49%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: -5px 0px 12px;
    vertical-align: top;
}

.services_block .item a span.link {
    font-size: 13px;
}

.services_block .item a {
    text-decoration: none;
}

.services_block a i.arrow b {
    background: url(../images/arrows.png) 2px -241px no-repeat;
}

.services_block .shadow,
.files_block .shadow {
    margin-top: 18px;
}

.catalog_detail .stores_block_wrap .stores_block .value {
    margin-right: 10px;
}

.catalog_detail .stores_block_wrap .stores_block .value:first-letter {
    text-transform: lowercase;
}

.articles-list .item .left-data,
.catalog_section_list .section_item .image {
    width: 62px;
}

.articles-list .item .left-data img,
.catalog_section_list .section_item .image img {
    max-width: 120px;
    max-height: 120px;
}

.catalog_section_list .section_item .image img {
    max-width: 62px;
    max-height: 62px;
}

.catalog_section_list .section_item .image {
    padding: 0 20px 0 0;
    vertical-align: top;
}

.catalog_section_list .section_item td.section_info {
    vertical-align: top;
}

.articles-list .item .right-data,
.catalog_section_list .section_item .image+ul {
    margin-left: 140px;
}

.right-item-data,
.right-data,
.catalog_section_list .section_item ul {
    overflow: hidden;
}

.articles-list {
    margin-top: 30px;
}

table.colored {
    border-collapse: collapse;
}

table.colored td.name_th,
table.colored td.name {
    text-align: left;
}

.catalog_detail .offers_table thead td {
    border-top: none;
}

table.colored thead td {
    font-size: 12px;
    padding: 8px 5px 7px;
    border-top: 0;
}

table.colored td {
    text-align: left;
}

table.colored td,
.differences_table table td {
    font-size: 13px;
    padding: 5px;
    transition: none 0s ease 0s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.differences_table table td {
    padding: 5px 10px;
}

table.colored td.price {
    font-size: 14px;
}

table.colored td.one_click_buy,
table.colored td.buy {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

table.colored td.one_click_buy {
    width: 145px;
    text-align: center;
}

table.colored td.buy {
    width: 125px;
    text-align: center;
}

table.colored td.buy .more_text {
    display: none;
}

table.colored td.count {
    width: 150px;
}

table.colored td.property,
table.colored td.count {
    text-align: center;
}

.catalog_detail table.colored .like_icons {
    text-align: center;
    width: 90px;
    white-space: nowrap;
}

.catalog_detail table.colored .like_icons span {
    opacity: 1;
    visibility: visible;
}

.catalog_detail table.colored .like_icons .compare_item_button,
.catalog_detail table.colored .like_icons .wish_item_button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.catalog_detail table.colored .like_icons .compare_item_button span,
.catalog_detail table.colored .like_icons .wish_item_button span {
    margin-bottom: 5px;
    margin-top: 5px;
}

.catalog_detail .adaptive.text>div.like_icons .compare_item_button span,
.catalog_detail .adaptive.text>div.like_icons .wish_item_button span {
    margin: 0;
}

.catalog_detail table.colored .like_icons>div:last-of-type {
    margin-right: 0;
}

.catalog_detail .adaptive.text>div.like_icons {
    width: 75px;
}

table.colored td.price {
    text-align: center;
    white-space: nowrap;
}

table.colored .counter_block_wr {
    text-align: right;
}

div.reviews-collapse {
    margin-bottom: 20px;
}

table.offers_table td {
    padding: 20px 10px;
}

.offers_table .counter_block {
    font-size: 0px;
    padding: 0px;
}

.specials_slider_wrapp,
.tab_slider_wrapp {
    position: relative;
    zoom: 1;
    /*z-index: 0;*/
}

.bx_item_set_hor_item .item_info .item-title,
.bx_modal_body .item_wrapp .item-title,
.bx_modal_body .bx_kit_item .item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.bx_item_set_hor_item .item_info .item-title,
.bx_modal_body .item_wrapp .item-title,
.bx_modal_body .bx_kit_item .item-title {
    text-align: left;
}

.bx_item_set_hor_item .item_info .item-title span,
.bx_modal_body .item_wrapp .item-title span,
.bx_modal_body .bx_kit_item .item-title span {
    line-height: 16px;
}

.front_slider li .image img,
.specials_slider li .image img,
.advt_banner img,
.viewed_products_column .view-item img,
.item_slider ul.slides li img,
.item_slider .thumbs li img,
.articles-list .item .left-data img,
.brands_list li img,
.module-cart .thumb-cell img,
.catalog_item .image img,
.module_products_list td.foto-cell img,
.display_list .list_item .image img,
.catalog_detail .set_wrapp .item .image img,
.bx_item_set_hor .bx_item_set_hor_item .bx_item_set_img_container img,
.bx_modal_body .bx_kit_item .bx_kit_img_container img,
.catalog_section_list .section_item_inner .image img,
.basket_popup_wrapp .cart_shell .catalog_item .thumb-cell img,
.bx_filter_vertical [class^=specials_] input[type="checkbox"]+label .icon,
.include_module_error img:hover {
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
}

.flexslider .slides img {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.front_slider .image:hover img,
.specials_slider li:hover .image img,
.advt_banner:hover img,
.viewed_products_column .view-item:hover img,
.item_slider .thumbs li:hover img,
.articles-list .item:hover .left-data img,
.module-cart tr:hover img,
.catalog_item:hover .image img,
.module_products_list tr:hover td.foto-cell img,
.display_list .list_item:hover .image img,
.catalog_detail .set_wrapp .item:hover .image img,
.bx_item_set_hor .bx_item_set_hor_item .item_wrapp:hover .bx_item_set_img_container img,
.bx_modal_body .bx_kit_item:hover .bx_kit_img_container img,
.catalog_section_list .section_item_inner:hover .image img,
.basket_popup_wrapp .cart_shell .catalog_item:hover .thumb-cell img,
.news_slider_wrapp .item:hover img,
.news_block .news_items .item .image:hover img {
    -webkit-filter: saturate(1.7);
}

.brands_list li:hover img {
    -webkit-filter: saturate(1.5);
}

.bx_filter_vertical [class^=specials_] input[type="checkbox"]+label:hover .icon {
    -webkit-filter: saturate(2);
}

.include_module_error img:hover,
.flexslider .slides li:hover img {
    -webkit-filter: saturate(1.2);
}

.small_banners_block {
    width: 180px;
    margin-bottom: 20px;
}

.small_banners_block img {
    max-width: 100%;
}

.detail_picture_block .picture_description {
    font-size: 11px;
    margin-top: 10px;
    padding-top: 5px;
    text-align: center;
}

.news_detail_wrapp {
    min-height: 170px;
}

.news_detail_wrapp .back {
    margin-top: 30px;
}

.news_detail_wrapp .detail_picture_block {
    float: right;
    border: 1px solid #E5E5E5;
    margin: 0px 0px 20px 30px;
    width: 278px;
    height: 161px;
    line-height: 161px;
    text-align: center;
    overflow: hidden;
}

.news_detail_wrapp .detail_text {
    margin-top: 10px;
}

.news_detail_wrapp .detail_picture_block img {
    vertical-align: middle;
}

.detail_text.wimg blockquote {
    /*margin: 15px 0 15px 310px;*/
}

.module-gallery-list {
    font-size: 0;
    line-height: 0;
    margin: 30px 0 0;
}

.right_block .module-gallery-list {
    margin-top: 30px;
}

.module-gallery-list li {
    padding: 0;
    width: 25%;
    height: 143px;
    position: relative;
    display: inline-block;
    margin: 0 0 1px 1px;
    overflow: hidden;
    vertical-align: top;
}

.module-gallery-list li .fancy_hover {
    border: 2px solid transparent;
}

.news_detail_wrapp .price_block {
    padding: 15px 15px 12px;
    margin-top: 30px;
    display: inline-block;
}

.news_detail_wrapp .price_block .price {
    font-size: 17px;
}

.rss_feed_icon {
    position: absolute;
    right: 0;
    top: -30px;
    padding: 1px 6px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.rss_feed_icon img {
    max-width: 100%;
}

.news_date_time_detail {
    font-size: 12px;
    margin: 0px 0px 18px;
    display: block;
}

.articles-list .date_small {
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 10px;
    padding: 0;
}

.module-pagination {
    margin: 0;
    text-align: center;
    font-size: 0;
    border-top: 1px solid #e5e5e5;
    padding: 20px 0px;
    position: relative;
}

.module-pagination .nums a,
.module-pagination .nums span {
    display: inline-block;
    width: 33px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    margin: 0px 5px 5px 0px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.module-pagination .nums a:not(.cur):hover {
    background: #e3e3e3;
}

.module-pagination .flex-direction-nav {
    position: absolute;
    width: 100%;
}

.module-pagination .flex-direction-nav>li {
    position: absolute;
}

.module-pagination .flex-direction-nav .flex-nav-next {
    right: 0px
}

.module-pagination .flex-direction-nav .disabled {
    display: none;
}

.module-pagination .flex-direction-nav .flex-nav-prev {
    left: 0px
}

.module-pagination .point_sep {
    cursor: default;
    display: inline-block;
    width: 27px;
    height: 29px;
    font-size: 0;
    background: url(../images/pagination_sep.png) center no-repeat !important;
    border: 0 !important;
    vertical-align: bottom;
}

.news_detail_wrapp .similar_products_wrapp {
    margin-top: 30px;
    clear: both;
}

.news_detail_wrapp .specials_slider_wrapp {
    position: relative;
    zoom: 1;
    margin-top: 10px;
}

.news_detail_wrapp .similar_products_wrapp img.shadow {
    margin: 0 0 20px;
}

.news_detail_wrapp .specials_slider_wrapp .slider_navigation {
    position: absolute;
    top: -40px;
    right: 0;
}

.left_menu>li {
    display: block;
    font-size: 12px;
    margin-top: 1px;
    transition: background-color 0.07s ease-out 0s;
    -webkit-transition: background-color ease-out 0.07s;
    -moz-transition: background-color ease-out 0.07s;
    -o-transition: background-color ease-out 0.07s;
    background: #f7f7f7;
}

.left_menu>li:first-child {
    margin-top: 0;
}

.left_menu li a {
    line-height: 16px;
    padding: 11px 19px 12px;
    text-decoration: none;
}

.left_menu li:not(.exit) a {
    color: #383838;
    display: block;
}

.left_menu li.exit a {
    display: block;
    text-align: left;
    position: relative;
}

.left_menu li.exit a:before {
    display: inline-block;
    width: 5px;
    height: 8px;
    background: url('../images/arrows.png') -3px -292px no-repeat;
    content: "";
    margin: 0px 8px 0px 0px;
}

.left_menu li:not(.exit):hover a,
.left_menu li:not(.exit).current a,
.left_menu li:not(.exit).current a:hover {
    color: #fff;
}

.left_menu>li.exit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none !important;
    margin-top: 3px;
}

.left_menu>li.exit.current a {
    background: transparent;
    border: 0;
}

#content .left_block {
    width: 200px;
    float: left;
    position: relative;
    zoom: 1;
    z-index: 112;
}

#content .right_block {
    padding-left: 230px;
    overflow: visible;
    position: relative;
}

#content .right_block.catalog .catalog_list,
#content .right_block.catalog .catalog_table {
    left: 0;
    right: -20px;
    position: relative;
    zoom: 1;
}

#content .right_block.catalog .catalog_block {
    margin-top: 20px;
}

#content .right_block.catalog .catalog_section_list {
    margin-left: 11px;
}

.brands_list li {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    padding: 0;
    width: 24%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 10px 10px 0;
    text-align: center;
    height: 122px;
    line-height: 122px;
    border: 1px solid transparent;
}

.brands_list li:hover {
    border-color: #e5e5e5;
}

.brands_list li img {
    max-width: 100%;
    vertical-align: middle;
}

.brands_list {
    margin-top: 20px;
}

.specials_tabs_section.specials_slider_wrapp .tabs_content>li.tab ul.flex-direction-nav {
    display: none;
}

.module-cart {
    margin-top: 25px;
}

.module-cart table {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.module-cart .extra_properties {
    display: none;
}

.module-cart .colored td {
    text-align: center;
    position: relative;
    /*min-height: 100px;*/
}

.module-cart .colored td.delay-cell {
    white-space: nowrap;
}

.module-cart td.name-cell,
.module-cart td.name-th {
    text-align: left;
}

.module-cart td.name-th {
    padding-left: 10px;
}

.module-cart .cost-cell,
.module-cart .cost-cell *,
.module-cart .summ-cell,
.module-cart .summ-cell *,
.module-cart .row_values .price {
    font-size: 14px;
}

.module-cart .summ-cell,
.module-cart .weight-cell,
.module-cart .count-cell,
.module-cart .cell {
    white-space: nowrap;
}

.module-cart .cost-cell .discount,
.module-cart .cost-cell .discount *,
.cart_shell .cost-cell .price.discount * {
    font-size: 12px;
}

.module-cart table td {
    vertical-align: middle;
    padding: 10px;
}

.module-cart table td.thumb-cell {
    positon: relative;
    overflow: hidden;
}

#order_form_content .module-cart table td.thumb-cell {
    padding-left: 20px;
}

.module-cart table td.remove-cell {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 55px;
}

.module-cart table td.thumb-cell {
    positon: relative;
}

.module-cart table td.thumb-cell a {
    display: inline-block;
    height: 100px;
    width: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.module-cart table td.thumb-cell img {
    max-width: 100%;
    max-height: 100%;
}

.module-cart table td.thumb-cell a img {
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.module-cart .name-cell a,
.module-cart .name-cell {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.module-cart .result-row .buttons-row div {
    max-width: 180px;
}

.module-cart .result-row .buttons-row .description {
    float: none;
    font-size: 11px;
    margin-top: 10px;
}

.module-cart .colored tfoot td {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

.module-cart .colored tfoot tr td:first-child {
    padding-left: 30px;
}

.module-cart .colored tfoot td.row_values,
.module-cart .colored tfoot td.row_values * {
    white-space: nowrap;
}

.module-cart .colored tfoot td.row_values {
    padding-right: 20px;
}

.module-cart .colored tfoot td.extended-cell {
    display: none;
}

.module-cart .colored tfoot td.row_values.val {
    text-align: right;
}

.module-cart .colored tfoot td {
    vertical-align: top;
}

.module-cart .colored tfoot tr[data-id="total_buttons"] td {
    position: relative;
    zoom: 1;
    overflow: hidden;
}

.module-cart .coupon_wrapp input[type="text"] {
    margin-bottom: 5px;
    margin-right: 5px;
}

.module-cart.fixed tbody {
    overflow: hidden;
}

.module-cart .order_item_quantity_small {
    display: none;
}

.basket_fly .module-cart table.colored tbody td {
    border-bottom: 0;
}

.basket_fly .module-cart table.colored tbody tr:first-child td {
    border-top: 0;
}

.right_side.sections_list .banners_column {
    margin-bottom: 20px;
}

.right_side.sections_list .viewed_products_column {
    margin-bottom: 0;
}

.articles-list.sections .item {
    clear: left;
    min-height: 120px;
}

.bx_filter_vertical .bx_filter_container_title {
    padding: 7px 10px;
    cursor: pointer;
    position: relative;
    zoom: 1;
}

.bx_filter_vertical .bx_filter_container {
    position: relative;
}

.bx_filter_vertical .bx_filter_container_title i.arr {
    display: inline-block;
    height: 15px;
    width: 15px;
    float: right;
    position: absolute;
    right: 8px;
    top: 9px;
}

.bx_filter_vertical .bx_filter_param_area {
    padding: 0 10px;
}

.bx_filter_vertical .bx_filter_container_title:hover i.arr {
    background-position: 3px -21px;
}

.bx_filter_vertical .bx_filter_container.active i.arr {
    background-position: -18px -5px;
}

.bx_filter_vertical .bx_filter_container.active:hover i.arr {
    background-position: 0 -5px;
}

.bx_filter_vertical .bx_filter_block.active {
    display: block;
}

.bx_filter_vertical .bx_filter_block {
    padding: 0px;
    font-size: 0px;
    position: relative;
    zoom: 1;
}

.adaptive_filter {
    float: left;
    position: relative;
    zoom: 1;
    z-index: 100;
    padding-right: 3px;
    display: none;
}

.similar_products_wrapp .adaptive_filter {
    margin: 0 0 17px 0;
    float: none;
}

.similar_products_wrapp .filter_opener span {
    display: inline-block;
}

.filter_opener {
    display: inline-block;
    padding: 8px 8px 1px;
    margin: -8px 25px 0px 0px;
    border-radius: 2px;
}

.filter_opener span,
.filter_opener i {
    display: inline-block;
    vertical-align: top;
}

.filter_opener span {
    white-space: nowrap;
    font-size: 12px;
    color: #8e8c8c;
    line-height: 14px;
}

.filter_opener:not(.opened):hover {
    background: #e5e5e5;
}

.filter_opener:not(.opened):hover span {
    color: #383838;
}

.filter_opener i {
    background: url(../images/sort_icons.png) -19px -62px no-repeat;
    width: 15px;
    height: 13px;
    margin: 0px 7px 0px 0px;
}

.filter_opener.opened i {
    background-position: -39px -62px;
}

.filter_opener.opened span {
    color: #fff;
}

.filter_opener:not(.opened):hover i {
    background-position: -1px -62px;
}

.filter_opener.active i {
    background-position: 2px -288px;
}

.filter_opener.opened.active i,
.filter_opener.active:hover i {
    background-position: -102px -288px;
}

.catalog_block .catalog_item_wrapp {
    width: 25%;
    width: 230px;
    float: left;
    padding-bottom: 20px;
    white-space: normal;
    display: inline-block;
    vertical-align: top;
}

.catalog_block .availability-row {
    margin-top: 5px;
}

.catalog_block .catalog_item {
    margin-right: 20px;
    overflow: hidden;
    -webkit-transition: box-shadow ease-out 0.2s;
    -moz-transition: box-shadow ease-out 0.2s;
    -o-transition: box-shadow ease-out 0.2s;
    transition: box-shadow ease-out 0.2s;
    padding: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    white-space: normal;
    padding: 20px 19px 20px 20px;
}

.catalog_block .catalog_item img,
.product_slider .catalog_item img {
    max-width: 100%;
    max-height: 100%;
}

.catalog_item {
    position: relative;
}

.bx_filter_container .disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.smartfilter .bx_ui_slider_track {
    height: 4px;
    margin: 33px 0px 13px;
    position: relative;
    zoom: 1;
}

.smartfilter .bx_ui_slider_track .bx_ui_slider_handle {
    top: -6px;
    width: 12px;
    height: 12px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    z-index: 100;
    background: #fff;
    border-radius: 16px;
    border: 2px solid #ddd;
}

.smartfilter .bx_ui_slider_track .bx_ui_slider_range {
    height: 4px;
    position: relative;
}

.smartfilter .bx_ui_slider_track .bx_ui_slider_handle:after {
    font-size: 0;
    content: ".";
    background: #fff;
    display: inline-block;
    background: #fff;
    width: 6px;
    height: 6px;
    left: 3px;
    position: absolute;
    top: 3px;
}

.bx_filter_vertical .bx_filter_block label,
.bx_filter_vertical .bx_filter_block label span {
    font-size: 13px;
}

.module_products_list td {
    padding: 19px 0px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

.module_products_list td.item-name-cell {
    text-align: left;
    padding-left: 20px;
    padding-right: 10px;
}

.module_products_list td.item-name-cell a {
    font-size: 14px;
    font-weight: 500;
}

.module_products_list td.price-cell {
    max-width: 200px;
    text-align: left;
    width: 21%;
}

.module_products_list td.like_icons {
    width: 56px;
}

.module_products_list td.like_icons.full {
    width: 91px;
}

.module_products_list td.but-cell {
    width: 215px;
    text-align: right;
}

.module_products_list {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    font-size: 12px;
    border: 1px solid #e5e5e5;
    margin: 0px 0px 30px;
    float: left;
    overflow: hidden;
}

.module_products_list .foto-cell {
    width: 50px;
}

.module_products_list tr:first-child td {
    border-top: 0;
}

.module_products_list tr td:first-child {
    padding-left: 19px;
}

.module_products_list tr td:last-child {
    padding-right: 19px;
    padding-right: 5px;
}

.module_products_list .foto-cell img {
    max-width: 100%;
}

.module_products_list .availability-row,
.module_products_list .price-cell .price {
    white-space: nowrap;
}

.module_products_list .availability-row {
    text-align: left;
}

.module_products_list .price-cell .price {
    font-size: 14px;
}

.module_products_list .price-cell .price.discount {
    font-size: 12px;
}

.module_products_list .price-cell .price.discount strike {
    line-height: 14px;
    font-family: Ubuntu, Arial, Helvetica, sans-serif;
}

.module_products_list .quantity-cell {
    width: 90px;
}

.display_list {
    margin-top: 0px;
    padding: 0px 0px 30px;
}

.display_list .list_item_wrapp {
    position: relative;
    zoom: 1;
    z-index: 0;
    -webkit-transition: border-color ease-out 0.2s;
    -moz-transition: border-color ease-out 0.2s;
    -o-transition: border-color ease-out 0.2s;
    transition: border-color ease-out 0.2s;
}

.display_list .list_item {
    min-height: 230px;
    white-space: normal;
}

.display_list .list_item td.image_block,
.display_list .list_item td.description_wrapp,
.display_list .list_item td.information_wrapp {
    padding: 20px;
    vertical-align: top;
}

.display_list .list_item td.image_block,
.display_list .list_item td.description_wrapp {
    padding: 19px;
}

.display_list .list_item .image_block {
    width: 25%;
    position: relative;
    zoom: 1;
    min-height: 170px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.display_list .description_wrapp .desc_name a span,
.popup .item_name span {
    font-size: 16px;
    line-height: 24px;
}

.display_list .adaptive_name {
    display: none;
}

.display_list .adaptive_name .desc_name {
    margin-bottom: 0;
}

.module_products_list .availability-row .value,
.module_products_list .availability-row .value span {
    font-size: 11px;
    margin: 2px 0 0 5px;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    font-family: Ubuntu, Arial, Helvetica, sans-serif;
}

.display_list .availability-row .value:first-letter,
.display_list .availability-row .value span:first-letter,
.module_products_list .availability-row .value:first-letter,
.module_products_list .availability-row .value span:first-letter,
.catalog_block .availability-row .value:first-letter,
.catalog_block .availability-row .value span:first-letter,
.catalog_detail .availability-row .value:first-letter,
.catalog_detail .availability-row .value span:first-letter {
    text-transform: uppercase;
}

.display_list .adaptive_name .desc_name a span {
    font-size: 14px;
    line-height: 16px;
}

.display_list .adaptive_name td {
    padding: 15px;
}

.display_list .description_wrapp .description,
.display_list .description_wrapp .information {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 6px 0px 0px;
}

.display_list .list_item td.information_wrapp {
    width: 23%;
    width: 207px;
    min-width: 155px;
    padding: 0;
    position: relative;
    zoom: 1;
}

.display_list .information_wrapp .information {
    padding: 20px 29px 27px 6px;
}

.display_list .price_block {
    margin-bottom: 12px;
}

.display_list .price_block .price_name {
    margin-top: 8px;
}

.display_list .price_block .price:not(.discount) {
    white-space: nowrap;
}

.display_list .price {
    font-size: 24px;
    line-height: 26px;
}

.display_list .price.discount {
    line-height: 14px;
}

.display_list .likes_icons * {
    font-size: 11px;
}

.display_list .likes_icons a:first-child {
    margin-top: 3px;
}

.display_list .likes_icons a {
    margin-top: 5px;
}

.display_list .likes_icons .icon {
    position: relative;
    zoom: 1;
    bottom: -9px;
}

.display_list .likes_icons {
    margin-left: 2px;
}

.compare_wrapp {
    padding: 6px;
    position: absolute;
    right: 0;
    top: -55px;
    width: 180px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    white-space: nowrap;
}

.left_side .compare_wrapp {
    top: -60px;
}

.compare_wrapp .compare_button {
    margin-right: 3px;
}

.compare_wrapp a.compare_link {
    text-decoration: none;
    cursor: pointer;
    margin: 0 4px;
}

.compare_wrapp a.compare_link span {
    font-size: 11px;
}

.module-cart table tr[data-error="no_amounth"] td {
    padding-top: 20px;
}

.count-cell .module-cart table td.remove-cell {
    min-height: 100px;
    vertical-align: middle;
}

.display_list .price.discount,
.display_list .price.discount * {
    font-size: 11px;
    font-family: Ubuntu, Arial, Helvetica, sans-serif;
}

.popup {
    display: none;
    position: absolute;
    min-width: 420px;
    max-width: 700px;
    left: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
    -moz-radius: 5px;
    -webkit-border-radius: 5px;
    /*overflow: hidden;*/
}

.popup.card_popup_frame {
    max-width: 520px;
}

.popup.card_popup_frame .popup-intro {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 63px;
}

.popup.card_popup_frame .popup-intro.grey {
    display: none;
}

.popup.card_popup_frame .basket_popup_wrapp {
    margin-top: 63px;
    overflow: hidden;
}

.popup-window-titlebar .popup-window-top-row .popup-window-center-column {
    height: auto;
    cursor: default !important;
}

.popup .pop-up-title,
.popup-window-titlebar .popup-window-top-row .popup-window-center-column span div {
    padding: 22px 50px 20px 30px;
    font-size: 19px;
    line-height: 20px;
}

.popup-window-titlebar .popup-window-top-row .popup-window-center-column span div {
    padding: 17px 50px 14px 13px;
}

.popup-window-close-icon.popup-window-titlebar-close-icon:after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    background: url(../images/close_icons.png) -1px -59px no-repeat;
}

.popup-window-close-icon.popup-window-titlebar-close-icon {
    background: none;
}

.popup a.item_name {
    text-decoration: none;
}

.popup a.item_name span {
    line-height: 22px;
}

.popup-window-close-icon.popup-window-titlebar-close-icon {
    margin: 0;
    position: absolute;
    right: 5px !important;
    top: 5px !important;
    cursor: pointer;
}

.popup .close i,
.popup-window-close-icon.popup-window-titlebar-close-icon:after {
    background: url(../images/close_icons.png) -1px -59px no-repeat;
}

.popup .form-wr p {
    margin-top: 0;
    margin-bottom: 10px;
}

.popup .form_description {
    padding: 10px 30px;
}

.card_popup_frame.popup .form-wr {
    padding: 25px 0 30px 0;
}

.popup .product_description {
    padding-left: 10px;
}

.popup .buttons_wrapp {
    clear: both;
    margin-top: 30px;
}

.star_big {
    font-size: 32px;
}

.popup .r {
    margin-bottom: 13px;
    position: relative;
}

.popup .but-r .prompt {
    float: right;
}

.popup input[type="text"],
.popup input[type="password"],
.popup input[type="email"],
.popup textarea,
.form-block input,
.form-block textarea {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.popup textarea {
    resize: vertical;
}

.one_click_buy_result {
    display: none;
}

.popup .cart_shell .catalog_item .slide,
.basket_fly .module-cart .slide {
    display: none;
}

.popup .cart_shell .catalog_item[animated=false],
.module-cart tr[animated=false] .thumb-cell img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.popup .cart_shell td.cost-cell {
    padding-right: 0;
}

.popup .cart_shell td.cost-cell .price:first-child {
    margin-top: 0;
}

.popup .cart_shell td.cost-cell,
.popup .cart_shell td.cost-cell * {
    text-align: right;
}

.popup .cart_shell .thumb-cell {
    width: 50px;
}

.popup .cart_shell td {
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.popup .cart_shell .thumb-cell a {
    display: block;
    position: relative;
    zoom: 1;
    height: 50px;
    width: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.popup .cart_shell .thumb-cell img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.popup .cart_shell .cost-cell .price {
    text-align: right;
    clear: both;
    float: right;
    white-space: nowrap;
    font-size: 14px;
    display: inline-block;
    margin-top: 0;
}

.card_popup_frame.popup .but_row {
    margin-top: 25px;
    clear: both;
    height: 31px;
    overflow: hidden;
    position: relative;
    zoom: 1;
}

.card_popup_frame.popup .but_row.no_border {
    border: 0;
}

.card_popup_frame.popup .but_row .to_basket,
.card_popup_frame.popup .but_row .to_delay {
    display: inline-block;
    position: absolute;
    top: 0;
}

.card_popup_frame.popup .but_row .to_basket {
    display: inline-block;
    right: 0;
}

.card_popup_frame.popup .but_row .to_delay {
    display: none;
}

.card_popup_frame.popup .total_wrapp hr {
    clear: both;
}

.card_popup_frame.popup .basket_empty {
    display: none;
    padding: 20px;
}

.card_popup_frame.popup .basket_empty td {
    vertical-align: middle;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.card_popup_frame.popup .basket_empty td.image {
    width: 91px;
}

.card_popup_frame.popup .basket_empty td.description {
    padding-left: 30px;
}

.card_popup_frame.popup .basket_empty .image div {
    min-height: 91px;
    background: url(../images/empty_cart_small.png) center no-repeat;
}

.card_popup_frame.popup .basket_empty .basket_empty_subtitle {
    font-size: 15px;
    margin-bottom: 15px;
}

.card_popup_frame.popup .basket_empty .basket_empty_description {
    font-size: 13px;
    line-height: 16px;
}

.card_popup_frame.popup .but_row a.to_basket .text,
.card_popup_frame.popup .but_row a.to_delay .text {
    margin-top: 10px;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 13px;
    vertical-align: top;
}

.card_popup_frame.popup .but_row a.to_basket .icon,
.card_popup_frame.popup .but_row a.to_basket .icon i,
.card_popup_frame.popup .but_row a.to_delay .icon,
.card_popup_frame.popup .but_row a.to_delay .icon i {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.card_popup_frame.popup .but_row a.to_basket .icon,
.card_popup_frame.popup .but_row a.to_delay .icon {
    margin-right: 15px;
}

.card_popup_frame.popup .but_row a.to_basket .icon i,
.card_popup_frame.popup .but_row a.to_delay .icon i {
    background: url(../images/basket_icons.png) no-repeat;
}

.card_popup_frame.popup .but_row a.to_basket:hover .icon i {
    background-position: -5px -170px;
}

.card_popup_frame.popup .but_row a.to_delay:hover .icon i {
    background-position: -48px -257px;
}

.card_popup_frame.popup .total_wrapp .price {
    margin-left: 15px;
    display: inline-block;
}

.card_popup_frame.popup .total_wrapp .price.discount {
    display: block;
}

.card_popup_frame.popup .item-title a span {
    font-size: 13px;
}

.card_popup_frame.popup a.more_row,
.basket_fly td.total_wrapp a.more_row {
    text-decoration: none;
    float: left;
}

.card_popup_frame.popup a.more_row .icon,
.basket_fly td.total_wrapp a.more_row .icon {
    margin-left: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    vertical-align: middle;
    margin-top: -1px;
}

.card_popup_frame.popup a.more_row .text,
.basket_fly td.total_wrapp a.more_row .text {
    text-decoration: underline;
}

.popup .compare_list {
    padding: 25px 60px;
    text-align: center;
    position: relative;
    max-width: 445px;
}

.popup .compare_list .compare_list_item:first-child {
    margin-left: 0;
}

.popup .compare_list .compare_list_item {
    vertical-align: top;
    width: 135px !important;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    text-align: center;
}

.popup .compare_list .compare_list_item .image {
    min-height: 70px;
}

.popup .compare_list ul {
    display: inline-block;
    width: 100%;
}

.popup .compare_list .compare_list_item img {
    max-width: 100%;
}

.compare_frame.popup .button_row {
    padding: 15px 0;
    text-align: center;
}

.compare_list .compare_list_item .name a {
    font-size: 12px;
    line-height: 16px;
}

.popup.compare_frame {
    max-width: 970px;
}

.compare_list_item:hover .delete,
.differences_table .catalog_item:hover .remove {
    display: inline-block;
}

.differences_table .catalog_item .remove {
    z-index: 100;
}

.compare_list_item .delete,
.differences_table .remove {
    height: 16px;
    width: 16px;
    background: url(../images/close_icons.png) -6px -8px no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.popup .compare_list .compare_navigation {
    display: inline-block;
    position: absolute;
    top: 65px;
    right: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.popup .compare_list .compare_navigation li {
    position: absolute;
    right: 20px;
}

.popup .compare_list .compare_navigation li:first-child {
    left: 20px;
}

.catalog_detail .props_table {
    margin-bottom: 15px;
    width: 100%;
}

.props_table {
    min-width: 300px;
    margin-top: -10px;
}

.props_table .char_name {
    font-weight: bold;
    width: 57%;
}

.props_table td {
    padding: 5px 0;
}

.props_table .char_value {
    text-align: right;
    width: 38%;
}

.props_table .char_name span,
.props_table .char_value span {
    background: #fff;
    position: relative;
    zoom: 1;
    bottom: -10px;
}

.props_block .char_name span {
    position: relative;
}

.props_table .char_name span {
    padding-right: 10px;
}

.props_table .char_value span {
    padding-left: 10px;
}

.char_name .hint .icon,
.bx_filter_parameters_box_title .hint .icon {
    display: inline-block;
    position: absolute;
    z-index: 205;
    cursor: pointer;
    left: -35px;
    text-align: center;
    padding: 0;
    top: -1px;
    height: 14px;
    width: 14px;
    line-height: 12px;
}

.props_list .char_name .hint .icon {
    top: 2px;
}

.char_name .hint .icon:hover i,
.char_name .hint.active .icon i {
    color: #fff;
}

.char_name .hint .icon i,
.bx_filter_parameters_box_title .hint .icon i {
    font-weight: 100;
    line-height: 14px;
    cursor: pointer;
    font-size: 10px;
    text-align: center;
    font-style: normal;
}

.char_name .hint .tooltip,
.bx_filter_parameters_box_title .hint .tooltip {
    display: none;
}

.bx_filter_parameters_box_title .hint .tooltip {
    left: -10px;
    /*top: 27px;*/
    top: auto;
    bottom: 27px;
    z-index: 200;
    color: #888;
}

.bx_filter_parameters_box_title .hint .tooltip:after {
    top: auto;
    bottom: -10px;
    border-top-color: #fff;
    border-bottom-color: transparent;
    border-top-width: 5px;
}

.tooltip {
    position: absolute;
    left: -53px;
    top: 24px;
    opacity: 1;
    font-family: Ubuntu, Arial, Helvetica, sans-serif;
    line-height: 14px;
    z-index: 206;
    display: none;
    padding: 17px 20px 19px;
    min-width: 21px;
    max-width: 200px;
    font-size: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 400;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .12);
    background: #fff;
}

.tooltip:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-width: 1px;
    border-bottom-color: #fff;
    left: 20px;
    top: -6px;
}

.char_name .hint .triangle,
.bx_filter_parameters_box_title .hint .triangle {
    display: none;
}

.char_name .hint.active .triangle,
.bx_filter_parameters_box_title .hint.active .triangle {
    position: absolute;
    top: 19px;
    left: 5px;
    z-index: 100;
    display: inline-block;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.bx_filter_parameters_box_title .hint.active .triangle {
    position: inherit;
    top: inherit;
    left: inherit;
    margin: 0 0 -10px -12px;
}

.tooltip .tooltip_close {
    font-size: 15px;
    text-align: center;
    height: 16px;
    width: 16px;
    display: inline-block;
    top: 2px;
    right: 2px;
    position: absolute;
    cursor: pointer;
}

.catalog_detail .offers_table tr td.str {
    text-align: left;
}

.catalog_detail .offers_table .cost.prices .price {
    float: none;
}

.catalog_detail .offers_table .offer_stores td {
    padding: 0;
    border-bottom: 0;
}

.opener_icon,
.opener_icon i {
    display: inline-block;
    height: 29px;
    width: 29px;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.opener_icon {
    background: #eef1f1;
}

.opener_icon.no_bg {
    background: none;
}

.opener_icon i {
    background: url(../images/arrows.png) 8px -188px no-repeat;
}

.opener_icon.no_bg i {
    background: url(../images/arrows.png) 8px -255px no-repeat;
}

.opener_icon.opened i {
    background-position: -25px -190px;
}

.catalog_detail .offers_table td.opener:hover .opener_icon i,
.opener_icon:hover i,
h4:hover .opener_icon i,
.faq.list .item .q:hover .opener_icon i,
.jobs_wrapp .item .name tr:hover .opener_icon i {
    background-position: 8px -210px;
}

.catalog_detail .offers_table td.opener:hover .opener_icon.opened i,
.opener_icon.opened:hover i,
.opener_icon.opened.no_bg:hover i,
h4:hover .opener_icon.opened i,
.faq.list .item.opened .q:hover .opener_icon i,
.jobs_wrapp .item.opened .name tr:hover .opener_icon i {
    background-position: -25px -212px;
}

.opener_icon.opened.no_bg i {
    background-position: -24px -257px;
}

.catalog_detail .offers_table thead td {
    text-align: center !important;
}

.catalog_detail .offer_stores .stores_block_wrap {
    display: none;
    margin-top: 0;
}

.catalog_detail .offer_stores .stores_block_wrap {
    margin: 0 0 10px;
}

/*.catalog_detail .offers_table {border-bottom: 1px solid #e7e7e7;}*/
.catalog_detail .offers_table .opener {
    cursor: pointer;
    width: 20px;
}

.store_map .module-map {
    float: left;
    width: 60%;
    margin-bottom: 20px;
    padding-right: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.store_map .store_description {
    padding-left: 60%;
    margin-bottom: 20px;
}

.store_map .store_description .store_property {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.store_map .store_image img {
    margin-top: 5px;
    margin-right: 5px;
    border: 2px solid #c8c8c8;
}

.store_map .store_image img:hover {
    border: 2px solid #ffcc00;
}

.store_map .stores_images {
    clear: both;
}

.store_map .stores_images.multiple .store_image {
    display: inline-block;
    margin-right: 10px;
}

.module-authorization,
.registraion-page {
    margin: 20px 0 20px;
}

.authorization-cols {
    overflow: hidden;
}

.authorization-cols .col {
    display: inline-block;
    vertical-align: top;
}

.authorization-cols .col.authorization {
    width: 49%;
    padding-right: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.authorization-cols .col.registration {
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.authorization-cols .auth-title {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 13px 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.authorization-cols .col.authorization .form-block #avtorization-form-page {
    padding: 20;
}

.authorization-cols .auth-title {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 13px 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-block .but-r .remember {
    float: left;
}

.form-block .but-r .remember label {
    font-size: 12px;
    padding: 0px 0px 0px 23px;
    margin: 0px;
}

.filter .remember input[type="checkbox"]+label:after,
.filter .remember input[type="checkbox"]+label:before {
    top: 2px;
}

.filter.label_block input[type="checkbox"]+label:before,
.filter.label_block input[type="checkbox"]+label:after {
    top: 3px;
}

.authorization-cols .col.authorization .soc-avt .row {
    margin-top: 5px;
}

.authorization-cols .col.authorization .soc-avt {
    zoom: 1;
    position: relative;
    padding: 15px 20px 10px 20px;
    border-bottom: 0;
    font-size: 12px;
}

.authorization-cols .col.authorization div.error {
    left: 330px;
}

.authorization-cols .col.registration p {
    margin-bottom: 21px
}

.form-block .intro {
    padding: 22px 50px 20px 30px;
    font-size: 19px;
    line-height: 20px;
}

.authorization-cols .form_wrapp {
    padding: 20px;
}

.soc-avt .row a span.name,
.soc-serv-main .row a span.name {
    vertical-align: top;
}

.form-block-title,
.cart_empty .title {
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}

span.form-block-title {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
}

.module-form-block-wr .form-block {
    /*padding: 20px 20px 0 20px;*/
}

.module-form-block-wr.order_cancel .form-block {
    padding: 20px;
}

.module-form-block-wr.order_cancel textarea {
    margin: 5px 0 15px;
}

.module-form-block-wr .form-block label {
    padding: 1px 0 0 2px;
    margin: 0 0 5px;
}

.module-form-block-wr .form-block .r {
    width: 59%;
    margin-bottom: 18px;
}

.module-form-block-wr .form-block .r #LOCATION_PERSONAL_CITY select {
    margin-top: 10px;
}

.module-form-block-wr .form-block .r #LOCATION_PERSONAL_CITY select:first-child {
    margin-top: 0;
}

.module-form-block-wr .form-block .r.register-captcha img {
    margin-bottom: 15px;
}

.module-form-block-wr .form-block .r div.error {
    top: 23px;
}

.module-form-block-wr .form-block .r.pass {
    width: 235px;
}

.module-form-block-wr .form-block input,
.module-form-block-wr .form-block textarea {
    width: 100%;
}

.module-form-block-wr .form-block textarea {
    height: 98px;
}

.module-form-block-wr .form-block .pr {
    font-size: 11px;
    margin: 5px 0 -5px 3px;
    line-height: 16px;
    margin-bottom: 0px;
}

.module-form-block-wr .form-block .pr.em {
    margin: 8px 0 -5px 3px;
}

.module-form-block-wr .form-block .but-r {
    padding: 0;
    margin: -3px 0 20px;
}

.module-form-block-wr .form-block .prompt {
    float: left;
    margin-top: 6px;
}

.form-block .prompt {
    font-size: 11px;
}

.form-block .prompt .star {
    font-size: 32px;
    position: relative;
    vertical-align: middle;
    top: 6px;
}

.module-form-block-wr .soc-serv-main {
    padding: 33px 43px 15px;
    margin: 45px -43px 0px -43px;
    border-top: 1px solid #E5E5E5;
}

.module-form-block-wr .soc-serv-main .soc-serv-split-title-grey {
    margin-bottom: 5px;
}

.module-order-history.orderdetail .module-orders-list tr td:first-child {
    text-align: left;
    border-right-width: 0px;
}

.module-order-history.orderdetail .module-orders-list tr td:last-child {
    border-left-width: 0px;
}

.module-order-history.orderdetail .module-orders-list tr.gn td {
    text-align: center;
}

.module-order-history.orderdetail .t {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    padding: 20px 0 20px 35px;
    text-align: center;
}

.module-order-history.orderdetail .module-orders-list.result td {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    font-size: 13px;
    font-weight: bold;
}

.module-order-history.orderdetail .module-orders-list.result td.custom_t2 {
    padding-right: 35px;
    text-align: right;
    padding-left: 15px;
}

.module-order-history.orderdetail .module-orders-list.result tr:first-of-type {
    border-top-color: transparent !important;
}

.module-order-history .module-orders-list {
    width: 100%;
}

.module-order-history .module-orders-list td.drop-cell {
    display: none;
    text-align: left;
    padding: 0;
}

.module-order-history .module-orders-list .drop-container {
    display: none;
}

.module-order-history .module-orders-list .drop-container .item-shell {
    width: 100%;
}

.module-order-history .module-orders-list .drop-cell .not-payed {
    margin: 0;
    padding: 5px 35px;
}

.module-order-history .module-orders-list .drop-cell .t {
    margin: 0;
    padding: 5px 0 5px 35px;
    font-weight: bold;
}

.module-order-history .module-orders-list td.drop-cell .item-shell th {
    padding-bottom: 0;
}

.module-order-history .module-orders-list td.drop-cell .item-shell td:first-child {
    text-align: left;
    padding-left: 35px;
}

.module-order-history .module-orders-list td.drop-cell .item-shell td {
    padding: 5px;
    text-align: center;
}

.module-order-history .history-table {
    margin: 17px 0 0 0;
}

.module-order-history .history-table>tbody>tr>td {
    padding: 11px 0;
}

.module-order-history .history-table .drop-cell {
    padding: 0;
    border: none;
}

.module-order-history .drop-cell .result-row {
    padding: 24px 20px 17px 35px;
}

.module-order-history .result-row a.button {
    margin-right: 12px;
}

.module-order-history .result-row a.button:last-child {
    margin-right: 0px;
}

.module-order-history .result-row .result {
    float: right;
    padding: 0px 10px 0px 0px;
}

.module-order-history .result-row .result table {
    margin-bottom: 0px;
}

.module-order-history .result-row .result .r {
    padding-left: 15px;
    position: relative;
    /*bottom: -2px;*/
}

.module-order-history .result-row .result .title {
    font-weight: bold;
}

.module-order-history .drop-cell .result-row .alert {
    padding-left: 19px;
    font-size: 11px;
    position: relative;
}

.module-order-history tr.tr-d.o>td,
.module-order-history tr.tr-d.o>td a,
.module-order-history tr.tr-d.o>td span {
    color: #fff !important;
}

.module-orders-list .order-extra-properties {
    text-transform: lowercase;
}

.module-orders-list .order-extra-properties,
.module-orders-list .item-extra-properties {
    display: none;
}

.module-orders-list .order-extra-properties .item {
    white-space: nowrap;
    display: inline-block;
}

.module-cart .cost-cell .discount strike,
.module-cart .cost-cell .price_name,
.cart_shell .cost-cell .price.discount * {
    line-height: 14px;
    font-family: Ubuntu, Arial, Helvetica, sans-serif;
}

.module-order-history .item_name .icon {
    background: none;
    margin: 0px 5px 0px 0px;
}

.module-order-history ul.tabs {
    margin-left: 20px;
}

.module-order-history ul.tabs li.cur span {
    border: 0;
}

.module-order-history ul.tabs li span {
    padding-top: 8px;
    text-transform: none;
    font-family: Ubuntu, Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #b4b4b4;
}

.module-order-history .item_name {
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
}

.module-order-history .item_name .name {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    top: 1px;
}

.module-products-list td,
.module-orders-list td {
    padding: 7px 0 6px 10px;
    vertical-align: middle;
}

.module-orders-list td {
    text-align: left;
}

.module-order-history .order-status-cell,
.module-order-history .order-status-th {
    width: 160px;
}

.module-order-history .item-name-cell,
.module-order-history .item-name-th {
    text-align: left;
    padding-left: 8px;
}

.module-order-history .item-name-th {
    padding-left: 19px;
}

.module-order-history .item-name-cell {
    font-weight: bold;
    padding-left: 13px;
}

.module-order-history .module-orders-list .tr-d td {
    cursor: pointer;
}

.module-order-history .tr-d:hover .item_name:hover .icon i,
.module-order-history .tr-d .item_name:hover .icon i {
    background-position: 8px -210px;
}

.module-order-history .tr-d.opened .item_name:hover .icon i {
    background-position: -25px -212px;
}

.module-order-history .tr-d.opened .item_name .icon i {
    background-position: -25px -190px;
}

.module-order-history td {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.module-orders-detail {
    width: 100%;
    box-shadow: 0 1px 2px #e7e7e7;
}

.module-orders-detail tr {
    border: 1px solid #e7e7e7;
}

.module-order-history .module-orders-list .tr-d {
    border-top: 1px solid transparent;
    transition: none 0s ease 0s;
}

.module-order-history .module-orders-list .tr-d:last-child td {
    border-bottom: 0;
}

.module-order-history .drop-container .item-shell thead td:first-child {
    border-left: 0;
}

.module-order-history .drop-container .item-shell thead td:last-child {
    border-right: 0;
}

.module-order-history .result-row .result td {
    border: 0;
    padding: 0 0 0px;
    text-align: left;
}

.module-order-history .drop-cell .result-row .result .name {
    text-align: right;
}

.module-order-history .order_property {
    font-weight: bold;
}

.module-order-history .module-pagination {
    margin-top: 20px;
}

.module-order-history .pagination-separator {
    display: none;
}

.popup .form-description-wrapp {
    padding: 10px 30px 10px 30px;
}

.cart_confirmation {
    margin-top: 25px;
}

.cart_empty .img {
    width: 150px;
}

.basket_fly #header .cart_empty {
    margin: 20px 20px 23px 15px;
}

.cart_empty .img_wrapp {
    width: 180px;
}

#order_form_div .sale_order_table .ps_logo img:hover,
#order_form_div .sale_order_table .ps_logo input[type=radio]:checked+label img {
    cursor: pointer;
    padding: 0;
}

#order_form_div form .title.summary {
    border-bottom: 0;
    margin-bottom: 0;
}

#order_form_div .sale_data-table th {
    padding: 10px;
    font-weight: normal;
}

#order_form_div .section table.colored.summary {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.summary .cost_cell,
.summary .order_item_weight {
    white-space: nowrap;
}

#new_basket {
    display: none;
}

.page_not_found {
    margin-top: 70px;
}

.page_not_found td {
    vertical-align: top;
}

.page_not_found td.image {
    width: 60%;
}

.page_not_found td.image img {
    max-width: 100%;
}

.page_not_found td.description {
    text-align: center;
    padding-top: 40px;
}

.page_not_found td.description .title404 {
    font-size: 44px;
    line-height: 48px;
}

.page_not_found td.description .subtitle404 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
}

.page_not_found td.description .back404,
.page_not_found td.description .back404 a {
    font-size: 12px;
}

.page_not_found td.description .back404 a {
    text-decoration: underline;
}

.page_not_found td.description .descr_text404 {
    font-size: 13px;
    line-height: 20px;
    margin-top: 20px;
}

.page_not_found td.description .subtitle404,
.page_not_found td.description .descr_text404,
.page_not_found td.description .back404,
.page_not_found td.description .back404 a {
    font-family: Ubuntu, Verdana, Arial, Helvetica, sans-serif;
}

.page_not_found td.description .btn_big {
    margin-top: 20px;
}

.page_not_found td.description .back404 {
    margin-top: 5px;
}

.catalog_detail .set_block .title {
    font-size: 20px;
    margin-bottom: 29px;
    font-weight: 500;
}

.set_block .cost .price:not(.discount) {
    padding: 0px;
}

.catalog_detail .bx_item_set_hor_container_big .title {
    line-height: 30px;
}

.catalog_detail .set_block {
    padding: 26px 29px 34px;
    border-top: 1px solid #E7E7E7;
}

.catalog_detail .set_block .item {}

.catalog_detail .set_block .item .cost.prices {
    margin: 6px 0px 0px;
}

.catalog_detail .bx_item_set_hor_container_big .total_wrapp {
    clear: left;
}

.catalog_detail .set_block .item,
.bx_modal_body .bx_kit_item {
    width: 79%;
    min-width: 180px;
    -webkit-transition: box-shadow ease-out 0.2s;
    -moz-transition: box-shadow ease-out 0.2s;
    -o-transition: box-shadow ease-out 0.2s;
    transition: box-shadow ease-out 0.2s;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    zoom: 1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0px 13px 5px 0px;
    width: 180px !important;
}

.set_block .result_block .item {
    margin-right: 0px;
    margin-top: 55px;
}

.set_block .item .item_inner .image .quantity {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 29px;
    height: 29px;
    line-height: 29px;
    background: #ddd;
    color: #fff;
    border-radius: 100%;
    font-size: 11px
}

.set_block .item .item_inner {
    padding: 20px 20px 15px;
}

.set_block .result_block .item .item_inner {
    padding-right: 0px;
}

.set_block .bx_modal_body .item .item_inner {
    padding-bottom: 13px;
}

.set_block .bx_modal_body .slider_wrapp .item .item_inner {
    padding-bottom: 13px;
}

.set_block .item.main_item .item_inner {
    padding: 19px 19px 14px;
}

.bx_modal_body .bx_kit_item:hover {
    padding: 0;
}

.bx_item_set_hor .bx_item_set_hor_item {
    margin-right: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    position: relative;
    zoom: 1;
    margin-bottom: 15px;
    min-width: 150px;
}

.bx_item_set_hor li {
    display: inline-block;
}

ul li.stretch {
    display: inline-block;
    width: 100%;
    zoom: 1;
    margin: 0 !important;
    padding: 0 !important;
}

.bx_item_set_hor .bx_item_set_hor_item .bx_item_set_img_container,
.bx_kit .bx_kit_img_container {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}

.bx_item_set_hor .bx_item_set_hor_item.equally .item_wrapp {
    width: 100%;
}

.bx_item_set_hor .bx_item_set_hor_item .item_wrapp.main_item {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0;
    border: 1px solid #efefef;
}

.catalog_detail .set_wrapp .item:hover,
.set_block .item:not(.r):hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.bx_modal_body .item_wrapp {
    /*width: 21%;*/
    display: inline-block;
    white-space: nowrap;
    margin-right: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    position: relative;
    zoom: 1;
    min-width: 180px;
    font-size: 0;
}

.bx_modal_body .item_wrapp .item_block_title {
    position: absolute;
    top: -41px;
}

.bx_modal_body .item_block_title {
    font-size: 16px;
    font-weight: 600;
}

.bx_modal_body .bx_kit_one_section {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    font-size: 0;
    white-space: nowrap;
    text-align: justify;
}

.bx_modal_body .bx_kit_one_section .sale_block {
    white-space: normal;
}

.set_block .item .cost.prices .price.discount {
    margin-top: 4px;
}

.catalog_detail .set_block .separator,
.bx_modal_body .separator {
    display: inline-block;
    position: relative;
    width: 13px;
    margin: 0px 10px 0px 0px;
    min-height: 140px;
}

.catalog_detail .set_block .separator:after,
.bx_modal_body .separator:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: 13px;
    width: 15px;
    height: 15px;
    background: url(../images/svg/icons_wish.svg) -116px -206px no-repeat;
}

.set_block .equally .separator:after,
.set_block .item_equally.separator:after {
    background-position: -158px -206px;
}

.catalog_detail .set_wrapp .item .image,
.bx_item_set_hor .bx_item_set_hor_item .bx_item_set_img_container a,
.bx_modal_body .bx_kit_item .image a,
.bx_kit .bx_kit_img_container a,
.bx_modal_body .bx_kit_item .image,
.bx_kit .bx_kit_img_container {
    display: block;
    vertical-align: middle;
    height: 140px;
    line-height: 140px;
    vertical-align: middle;
    text-align: center;
    position: relative;
    zoom: 1;
    margin: 0px 0px 20px;
}

.catalog_detail .set_wrapp .item .image img,
.bx_item_set_hor .bx_item_set_hor_item .bx_item_set_img_container img,
.bx_modal_body .bx_kit_item .image img,
.bx_kit .bx_kit_img_container img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.catalog_detail .set_block .item .item-title a,
.bx_item_set_hor .bx_item_set_hor_item .item-title a,
.bx_modal_body .bx_kit_item .item-title a {
    text-decoration: none;
}

.catalog_detail .set_block .item .item-title a span,
,
.bx_item_set_hor .bx_item_set_hor_item .item-title a span {
    font-size: 12px;
    line-height: 15px;
}

.set_block .item .cost.prices .price,
.bx_item_set_hor .bx_item_set_hor_item .price,
.bx_modal_body .bx_kit_item .price {
    font-size: 18px;
    line-height: 19px;
}

.bx_item_set_hor .bx_item_set_hor_item .price,
.bx_modal_body .bx_kit_item .price {
    margin-top: 5px;
}

.bx_item_set_hor .bx_item_set_hor_item .price.discount,
.bx_modal_body .bx_kit_item .price.discount {
    margin-top: 0;
}

.catalog_detail .set_block .item_info .item-title span,
.bx_item_set_hor .bx_item_set_hor_item_info .item-title span {
    line-height: 16px;
}

.catalog_detail .bx_item_set_hor_container_big .popup_open {
    float: right;
    clear: none;
    margin: -4px 0px 0px;
}

.set_block .item-title a {
    font-size: 12px;
}

.catalog_detail .bx_item_set_hor_container_big .total_wrapp .total_title {
    font-size: 14px;
    display: inline-block;
}

.set_block .item .total_wrapp .cost .price,
.bx_kit_result_two .price,
.bx_kit_result_one .price,
.bx_kit_result_tre .price,
.bx_kit_result_two .price *,
.bx_kit_result_one .price *,
.bx_kit_result_tre .price * {
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    display: inline-block;
    float: none;
    margin: 0px 0px 3px;
}

.catalog_detail .bx_item_set_hor_container_big .total_wrapp .total_price {
    vertical-align: bottom;
}

.set_block .total_wrapp .buttons_wrapp {
    margin: 20px 0px 0px;
}

.catalog_detail .bx_item_set_hor_container_big .total_wrapp .total_buttons .buttons_wrapp .one_click {
    margin-left: 10px;
}

.set_block .item .total_wrapp .price.discount,
.set_block .item .total_wrapp .price.discount * {
    font-size: 16px;
    line-height: 18px;
    display: block;
    font-weight: 400;
    margin: 0px 0px 12px;
}

.bx_item_set_hor .bx_item_set_hor_item a.remove {
    display: none;
    position: absolute;
    top: -10px;
    left: -10px;
}

.bx_item_set_hor .bx_item_set_hor_item:hover a.remove {
    display: inline-block;
}

/*popup set*/
div[id^="CatalogSetConstructor"] .popup-window {
    border: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    overflow: hidden;
    width: 1104px;
}

.popup-window.popup-window-titlebar .popup-window-top-row .popup-window-left-column,
.popup-window.popup-window-titlebar .popup-window-top-row .popup-window-center-column,
.popup-window.popup-window-titlebar .popup-window-top-row .popup-window-right-column,
.popup-window.popup-window-titlebar-light .popup-window-top-row .popup-window-left-column,
.popup-window.popup-window-titlebar-light .popup-window-top-row .popup-window-center-column,
.popup-window.popup-window-titlebar-light .popup-window-top-row .popup-window-right-column {
    border-top: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    background: #fff;
    border-bottom: 2px solid;
}

.popup-window-content {
    margin: 0;
}

.bx_modal_container {
    padding: 25px 25px;
}

.bx_modal_container .bx_modal_body {
    margin-top: 41px;
}

.bx_modal_container .bx_modal_description {
    display: inline-block;
    margin: 0px 0px 0px 24px;
    font-size: 12px;
}

.bx_modal_container .bx_modal_small_title {
    display: block;
    font-size: 17px;
}

.bx_item_set_hor_container_big .bx_item_set_del,
.bx_kit_item .bx_kit_item_del {
    display: none;
    height: 24px;
    width: 24px;
    top: -9px;
    left: -9px;
    position: absolute;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    cursor: pointer;
}

.bx_item_set_hor_container_big .bx_item_set_del:after,
.bx_kit_item .bx_kit_item_del:after {
    content: ".";
    font-size: 0;
    display: block;
    width: 21px;
    height: 21px;
    background: url(../images/close_icons.png) -30px 4px no-repeat;
    cursor: pointer;
}

.popup-window-titlebar h2 {
    margin: 0px;
    padding: 34px 24px 33px;
}

.bx_kit_two_section {
    margin-top: 15px;
}

.bx_kit_two_section .title {
    margin: 25px 0 11px 10px;
    display: inline-block;
}

.bx_kit_two_section .triangle,
.bx_kit_two_section .triangle i {
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 5px solid #e6e6e6 !important;
    margin: 0 auto;
}

.bx_kit_two_section .triangle {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: -16px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid transparent;
    border-bottom: 9px solid #e6e6e6 !important;
}

.bx_kit_two_section .triangle i {
    top: -4px;
    left: -9px;
    position: relative;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid #fafafa !important;
}

.bx_kit_item_empty:hover {
    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
}

.bx_kit_item .bx_kit_item_add {
    position: absolute;
    top: -10px;
    right: -10px;
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: none;
    background: #ddd;
}

.bx_kit_item_add:after {
    content: ".";
    font-size: 0;
    display: block;
    width: 27px;
    height: 27px;
    background: url(../images/svg/icons_wish.svg) -178px -211px no-repeat;
    cursor: pointer;
}

.bx_kit_two_section .slider_wrapp {
    position: relative;
}

.bx_kit_two_section .slider_wrapp .flex-direction-nav {
    position: absolute;
    top: -34px;
    right: 26px;
    font-size: 0px;
}

.bx_kit_item_slider_arrow_left.disabled,
.bx_kit_item_slider_arrow_right.disabled {
    opacity: .5;
}

.bx_modal_container.bx_kit {
    padding-bottom: 30px;
}

.bx_kit_one_section .bx_kit_item_discount {
    right: 0;
    left: 0;
    z-index: 111;
}

.bx_kit_two_section {
    position: relative;
    border-top: 1px solid #e5e5e5;
    margin: 15px -30px -30px;
    padding: 0px 6px 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #f7f7f7;
}

.bx_kit_item_empty {
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
}

.bx_kit_two_section_ova {
    position: relative;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 30px;
    width: 100%;
    white-space: nowrap;
}

.bx-touch .bx_kit_two_section_ova {
    overflow-x: auto
}

.bx_kit_two_item_slider {
    position: relative;
    text-align: left;
}

.bx_kit_item_slider {
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}

.bx_kit_item_slider .bx_kit_item {
    z-index: 112;
    padding: 0px 0px 0px 0px;
    margin-right: 0px;
    background: #fff;
}

.bx_kit_item_slider_drag {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #fff;
    position: relative;
    z-index: 115;
    padding: 10px;
    background: #fafafa;
    border: 1px solid #e7e7e7;
}

.bx_kit_item_slider_drag .bx_kit_item_add {
    display: none !important;
}

.bx_kit_item_slider_drag *,
.bx_kit_item_slider_drag {
    height: auto !important;
}

#basket_line .basket_hidden {
    display: none;
}

.header-cart-block .cart .delay_link {
    text-decoration: underline;
}

.header-cart-block .cart .delay_link,
.header-cart-block .cart .delay_link * {
    font-family: Ubuntu, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.header-cart-block .cart .delay_link .icon {
    display: inline-block;
    height: 18px;
    width: 19px;
    background: url(../images/basket_icons.png) -56px -12px no-repeat;
}

.header-cart-block .cart .delay_link:hover .icon {
    background-position: -56px -138px;
}

#header .catalog_menu ul.menu>li,
#header ul.menu.full.opened>li {
    height: 40px;
    display: inline-block;
    vertical-align: top;
    background-color: #ffffff;
}

#header ul.menu.adaptive {
    display: none;
}

#header ul.menu.adaptive .menu_opener {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

body #header ul.menu.full.opened {
    margin-top: 0px;
}

#header ul.menu.adaptive>li.menu_opener {
    width: 100%;
}

header ul.menu.adaptive>li.menu_opener i.icon {
    display: inline-block;
    height: 40px;
    width: 40px;
    float: left;
    background: url(../images/menu_opener.png) 1px -33px no-repeat;
}

header ul.menu.adaptive .search_wrapper {
    float: right;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    z-index: 1;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

#header .catalog_menu ul.menu>li>a {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 34px;
    display: inline-block;
    height: 53px;
    line-height: 52px;
    font-weight: 600;
}

#header .catalog_menu ul.menu>li.last,
#header .catalog_menu ul.menu>li.stretch,
#header .catalog_menu ul.menu>li.last>a {
    border-right: 0 !important;
}

#header .catalog_menu ul.menu>li.first,
#header .catalog_menu ul.menu>li.first>a {
    border-left: 0 !important;
}

.m_color_dark.wrapper header ul.menu.adaptive .search_wrapper {
    background: #505050;
}

.one_click_buy_result_success,
.one_click_buy_result_fail {
    display: none;
}

.search-page form {
    display: inline-block;
    margin-bottom: 20px;
    padding: 15px 20px 17px;
}

.search-page form input[type="text"] {
    height: 30px;
    position: relative;
    zoom: 1;
    bottom: -1px;
}

.basket_button.to-subscribe span,
.basket_button.in-subscribe span,
.basket_button.to-order span {
    background: none;
    padding-left: 6px;
    width: 92px;
    text-align: center;
}

.catalog_detail .item_main_info .buttons_block .basket_button.to-subscribe span,
.catalog_detail .item_main_info .buttons_block .basket_button.in-subscribe span {
    padding-left: 3px;
    width: 90px;
    text-align: center;
}

.order-checkout label {
    display: inline-block;
}

.order-checkout label.error {
    position: relative;
    top: inherit;
    right: inherit;
    width: 100%;
    text-align: right;
}

.order-checkout label img {
    pointer-events: none;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
}

/*set*/
.catalog_detail .bx-modal-container {
    padding-top: 0px;
}

.catalog_detail .bx-modal-container .bx-modal-small-title {
    font-size: 20px;
    margin-top: -5px;
    margin-left: 16px;
}

.catalog_detail .bx-modal-container .bx-original-item-container * {
    font-size: 14px;
}

.catalog_detail .bx-modal-container .bx-original-item-container>div {
    margin: 20px 0px 0px;
    color: #555;
    padding: 0px 15px;
}

.catalog_detail .bx-modal-container .bx-original-item-container .bx-added-item-new-price {
    padding: 2px 0px 2px;
    display: inline-block;
}

.catalog_detail .bx-modal-container .bx-original-item-container .bx-added-item-new-price,
.catalog_detail .bx-modal-container .bx-catalog-set-item .bx-catalog-set-item-price-new {
    font-weight: 600;
    color: #1d2029;
}

.catalog_detail .bx-modal-container .bx-original-item-container .bx-added-item-new-price *,
.catalog_detail .bx-modal-container .bx-catalog-set-item .bx-catalog-set-item-price-new * {
    color: #1d2029;
}

.bx-modal-container .bx-catalog-set-item-price-old *,
.bx-modal-container .bx-catalog-set-item-price-old,
.catalog_detail .bx-modal-container .bx-catalog-set-item .bx-catalog-set-item-price-old {
    font-weight: 400;
    color: #555555;
}

.catalog_detail .bx-modal-container a:hover {
    text-decoration: none;
}

.catalog_detail .bx-modal-container .bx-item-set-current-price {
    color: #1d2029;
    font-size: 24px;
    background: none;
    margin-bottom: 0px;
}

.bx-modal-container .bx-item-set-economy-price {
    display: none;
}

.catalog_detail .bx-modal-container .bx-constructor-container-result .bx-added-item-old-price {
    color: #666666;
    font-size: 15px;
}

.catalog_detail .bx-modal-container .bx-constructor-container-result .btn-add {
    margin-top: 13px;
    font-weight: 600;
    font-size: 13px;
    padding: 7px 19px 7px;
}

.catalog_detail .bx-modal-container .btn.btn-add {
    border-color: rgba(0, 0, 0, 0);
}

.catalog_detail .bx-modal-container .bx-catalog-set-item {
    text-align: center;
}

.catalog_detail .bx-modal-container .bx-catalog-set-item-img {
    padding-top: 10px !important;
    max-height: 200px;
    padding-bottom: 50px;
    height: 200px;
    line-height: 135px;
}

.catalog_detail .bx-modal-container .bx-catalog-set-item-img .bx-catalog-set-item-img-container {
    position: static;
}

.catalog_detail .bx-modal-container .bx-catalog-set-item-img .bx-catalog-set-item-img-container img {
    position: static;
    transform: none;
    display: inline-block;
}

.bx-modal-container .bx-catalog-set-item-title:after {
    display: none;
}

.catalog_detail .bx-modal-container .bx-catalog-set-item .bx-catalog-set-item-title {
    height: auto;
    padding-bottom: 2px;
}

.catalog_detail .bx-modal-container .bx-catalog-set-item .bx-catalog-set-item-title a {
    font-size: 14px;
    line-height: 18px;
}

.catalog_detail .bx-modal-container .bx-catalog-set-item-price {
    padding-top: 0px;
    min-height: auto;
}

.catalog_detail .bx-modal-container .bx-catalog-set-item-price-old {
    padding-top: 5px;
}

.catalog_detail .bx-modal-container .bx-catalog-set-item .bx-catalog-set-item-add-btn {
    padding-top: 9px;
}

.catalog_detail .bx-modal-container .bx-catalog-set-topsale-slider-box {
    padding: 20px 0px 0px;
    z-index: 1;
}

.catalog_detail .bx-modal-container .btn.btn-add {
    display: inline-block;
    /*height: 25px;*/
    line-height: 16px;
    text-transform: uppercase;
    clear: both;
    padding: 9px 13px 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    font-family: Ubuntu, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.4px;
    width: auto;
    vertical-align: middle;
    border: 0px;
}

.catalog_detail .bx-modal-container {
    border: none;
    border-top: 1px solid #ebeaec;
    border-radius: 0px;
}

.catalog_detail .bx-modal-container * {
    box-sizing: border-box;
    font-size: 13px;
}

.catalog_detail .bx-modal-container .catalog_detail .bx-added-item-table-cell-itemname,
.catalog_detail .bx-modal-container .bx-added-item-table-cell-img,
.catalog_detail .bx-modal-container .bx-added-item-table-cell-del,
.catalog_detail .bx-modal-container .bx-added-item-table-cell-price {
    padding: 5px 5px;
}


/*buttons*/
button.button,
input.button,
.button {
    cursor: pointer;
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    background: #ddd;
    color: #000;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    padding: 9px 13px 8px;
    display: inline-block;
    border: none;
    outline: none;
    position: relative;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    letter-spacing: 0.4px;
    width: auto;
    vertical-align: middle;
}

.bx-firefox .button,
.bx-ie .button {
    padding-top: 8px;
    padding-bottom: 9px;
}

.button:hover {
    color: #fff;
}

.button.type_block {
    display: block;
}

.button.transparent {
    color: #ddd;
    border: 1px solid #ddd;
    background: none;
    padding-top: 8px;
    padding-bottom: 7px;
}

.bx-firefox .button.transparent,
.bx-ie .button.transparent {
    padding-top: 7px;
    padding-bottom: 8px;
}

.button.icon {
    text-indent: -9999px;
    background: none;
    border: 0px;
    position: absolute;
}

.button.wicon {
    padding: 10px 20px 9px 13px;
}

.button.wicon i {
    display: inline-block;
    width: 11px;
    height: 15px;
    background: url('../images/svg/icons_wish.svg') -49px -4px no-repeat;
    vertical-align: middle;
    margin: 0px 8px 0px 0px;
}

.button.noborder {
    background: none;
    border: 0px;
}

.button.transparent:hover {
    background: none;
    color: inherit;
}

.button.transparent.grey_br:not(.text):hover {
    color: #6d6d6d;
}

.button.big {
    padding: 10px 30px;
}

.button.big_btn {
    padding: 10px 21px 9px 20px;
}

.button.vbig_btn {
    padding-top: 11px;
    padding-bottom: 10px;
    width: auto;
}

.bx-firefox .button.vbig_btn,
.bx-ie .button.vbig_btn {
    padding-top: 9px;
    padding-bottom: 10px;
}

.bx-firefox .button.vbig_btn.transparent,
.bx-firefox .button.vbig_btn.transparent {
    padding-top: 9px;
    padding-bottom: 10px;
}

.button.vbig_btn.wides {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
}

.button.big_btn.transparent {
    padding-top: 9px;
    padding-bottom: 8px;
}

.button.vbig_btn.transparent {
    padding-top: 10px;
    padding-bottom: 9px;
}

.button.long.transparent.big_btn {
    padding-top: 10px;
    padding-bottom: 9px;
}

.button.bold.big_btn {
    padding-bottom: 11px;
}

.button.bold.big_btn.transparent {
    padding-top: 10px;
    padding-bottom: 9px;
}

.button.big_btn.in-cart {
    padding-top: 10px;
    padding-bottom: 9px;
}

.bx-firefox .button.big_btn,
.bx-ie .button.big_btn {
    padding-bottom: 10px;
}

.bx-firefox .button.big_btn.transparent,
.bx-ie .button.big_btn.transparent {
    padding-bottom: 9px;
}

.button.big_btn span,
.button.bold {
    font-size: 13px;
    font-weight: 600;
}

.button.medium {
    padding: 11px 13px 10px;
}

.bx-firefox .button.medium,
.bx-ie .button.medium {
    padding: 9px 13px 10px;
}

.bx-ie .button.medium {
    /* padding: 11px 13px 9px; */
}

.button.wide {
    padding: 14px 20px 13px;
}

.button.short {
    padding: 11px 20px 10px;
}

.bx-firefox .button.short,
.bx-ie.button.short {
    padding-top: 9px;
}

.button.msmall {
    padding: 9px 13px 8px 13px;
}

.button.msmall.transparent {
    padding: 8px 13px 7px 13px;
}

.button.small {
    padding: 7px 8px 6px 8px;
}

.bx-firefox .button.small,
.bx-ie .button.small {
    padding: 6px 13px 7px;
}

.button.small.transparent {
    padding-top: 6px;
    padding-bottom: 5px;
}

.bx-firefox .button.small.transparent,
.bx-ie .button.small.transparent {
    padding: 5px 13px 6px;
}

.button.vsmall {
    padding: 5px 12px 6px 12px;
}

.button.sbold {
    font-weight: 500;
}

.button.wide.transparent {
    padding: 13px 20px 12px;
}

.button.medium.transparent {
    padding: 10px 13px 9px;
}

.bx-firefox .button.medium.transparent {
    padding: 8px 13px 9px;
}

.bx-ie .button.medium.transparent {
    padding-bottom: 10px;
    padding-top: 10px;
}

.bx-ie .button.medium {
    padding-top: 10px;
    padding-bottom: 11px;
}

.button.transparent.white {
    color: #fff;
    border-color: #fff;
}

.button.transparent.white:hover,
.bx_filter .button.white_bg:hover,
.button.white_bg {
    background: #fff;
    border-color: #fff;
}

.button.transparent.white.video:hover:before {
    /*display: none;*/
}

.button.basket {
    float: left;
}

.button.video::before {
    content: "";
    background: url('../images/top_icons_flex.png') 0px 0px no-repeat;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0px 6px 0px 0px;
}

.button.back_button,
.button.grey {
    background: #b0c3cc;
}

.button.grey_br.transparent,
.button.grey_br.transparent:hover,
.button.grey_br span {
    color: #6d6d6d;
    border-color: #e5e5e5;
}

.button.back_button span {
    text-shadow: 0 1px 1px #69808c;
    -moz-text-shadow: 0 1px 1px #69808c;
    -o-text-shadow: 0 1px 1px #69808c;
    -webkit-text-shadow: 0 1px 1px #69808c;
}

.button.fast_order {
    padding: 10px 20px 9px;
}

/*flex arrow*/
.flex-direction-nav li:first-child,
.flex-direction-nav li,
.flex-direction-nav li:hover {
    border-bottom-width: 0px !important;
}

ul.slider_navigation {
    right: 0px;
    position: absolute;
    top: 0px;
    z-index: 1;
}

.bx-ie .specials_slider_wrapp ul.slider_navigation.top {
    top: 27px;
}

ul.slider_navigation.top {
    top: 42px;
}

.bx-ie ul.slider_navigation.top {
    top: 26px;
}

ul.slider_navigation.top_big {
    top: 44px;
}

ul.slider_navigation.compare {
    position: static;
}

ul.slider_navigation.compare li {
    position: absolute;
    z-index: 10;
    top: -14px;
}

ul.slider_navigation.compare li:not(.disabled) {
    cursor: pointer;
}

ul.slider_navigation.compare .flex-nav-prev {
    left: 0px;
}

ul.slider_navigation.compare .flex-nav-next {
    right: 0px;
}

.flex-direction-nav li,
.flex-direction-nav li a,
.flex-direction-nav li span {
    width: 29px;
    height: 29px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
}

.bx-ie .flex-direction-nav li,
.bx-ie .flex-direction-nav li a,
.bx-ie .flex-direction-nav li span {
    font-size: 0px;
    line-height: 0px;
}

.flex-direction-nav li {
    border-bottom-width: 0px;
}

body .flex-direction-nav li:first-child,
body .flex-direction-nav li {
    /*background: none;*/
}

.flex-direction-nav li:first-child {
    margin-right: 5px;
}

.flex-direction-nav li a,
.flex-direction-nav li span {
    background: url(../images/arrows.png) 0px 0px no-repeat;
}

.flex-direction-nav li:not(.disabled) span {
    cursor: pointer;
}

.flex-direction-nav li .flex-prev {
    background-position: 10px -50px;
}

body .flex-direction-nav li:hover .flex-prev,
body .dark .flex-direction-nav li .flex-prev {
    background-position: 10px -26px;
}

body .flex-direction-nav li .flex-next {
    background-position: -27px -50px;
}

.flex-direction-nav li:hover .flex-next,
.dark .flex-direction-nav li .flex-next {
    background-position: -27px -26px;
}

.flex-direction-nav .flex-disabled {
    display: none;
}

.absolute .flex-direction-nav>li {
    position: absolute;
    top: 1px;
}

.absolute .flex-direction-nav li.flex-nav-prev {
    left: -30px;
}

.absolute .flex-direction-nav li.flex-nav-next {
    right: -30px;
}

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

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

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

.stickers .sticker_recommend {
    background-position: -1px -184px;
}

.stickers .sticker_stock {
    background-position: -1px -46px;
}

.stickers .sticker_hit {
    background-position: -1px -92px;
}

.stickers [class*="sticker_"]:first-child {
    margin-top: 0;
}

/*countdown*/
.view_sale_block {
    margin: 10px 0px 0px;
    white-space: nowrap;
}

.view_sale_block>div {
    display: inline-block;
    vertical-align: top;
    font-size: 0px;
}

.view_sale_block .title {
    font-size: 10px;
    line-height: 15px;
    color: #666;
    margin: 0px 0px 5px;
}

.view_sale_block .values {
    margin: 0px 0px 5px;
    line-height: 15px;
    font-size: 0px;
}

.view_sale_block .values .item {
    background: #eeeeee;
    border-radius: 2px;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 18px;
    width: 40px;
    height: 36px;
    padding: 8px 0px 0px;
    text-align: center;
    position: relative;
    margin: 0px 2px 0px 0px;
}

.view_sale_block .values .item:last-child {
    margin: 0px;
}

.view_sale_block .values .item:before,
.view_sale_block .values .item:after {
    content: "";
    background: #fff;
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    right: -4px;
    border-radius: 6px;
    z-index: 10;
}

.view_sale_block .values .item:last-child:before,
.view_sale_block .values .item:last-child:after {
    display: none;
}

.view_sale_block .values .item:before {
    top: 12px;
}

.view_sale_block .values .item:after {
    bottom: 12px;
}

.view_sale_block .values .item .text {
    opacity: 0.6;
    font-weight: 400;
    font-size: 10px;
    display: block;
}

.view_sale_block .count_d_block {
    margin: 0px 4px 0px 0px;
}

.view_sale_block .quantity_block .values .item {
    background: #4f4f4f;
    color: #fff;
}

.view_sale_block .countdown {
    width: 124px;
    height: 44px;
    display: block;
    overflow: hidden;
}

.view_sale_block .values .item:nth-child(3):before,
.view_sale_block .values .item:nth-child(3):after {
    display: none;
}

/*tabs*/
.tabs-head {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 0;
    overflow: hidden;
    list-style-type: none;
}

.tabs-head li:before,
.tabs_section .tabs-head li:before {
    display: none;
}

.tabs_section .tabs-head {
    margin: 0px;
}

.tabs-head li {
    display: inline-block;
    cursor: pointer;
    background: none;
    vertical-align: top;
    font-size: 14px;
    color: #333;
    opacity: 1;
    font-weight: 600;
    margin: 0;
    margin-right: 10px;
    padding: 11px 18px 14px 18px;
    margin-bottom: -1px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-color: #e5e5e5;
    background: #f7f7f7;
    position: relative;
}

.tabs_section .tabs-head li {
    margin: 0px 10px -1px 0px;
}

.tabs_section .tabs-body {
    margin-top: -1px;
}

.tabs_section .tabs-body>li {
    width: 100%;
    padding: 34px 0 20px;
}

.tabs-head li.current {
    background: #fff;
    z-index: 1;
}

.tabs-head li span {
    line-height: 18px;
    display: inline-block;
    color: #6d6d6d;
    font-weight: 600;
}

.tabs-body {
    border-top: 1px solid #e5e5e5;
    margin-top: -1px;
    position: relative;
}

.tabs-body>li.current>div:last-of-type {
    margin-bottom: 0;
}

.border_block .block_wr {
    margin: 0px 0px 20px;
    color: #F00;
}

.border_block .block_wr.alert-success {
    color: #008000;
}

/*mobile goods*/
.mobile .catalog_block .catalog_item .hover_block {
    display: block;
    opacity: 1;
    visibility: visible;
    height: auto;
    max-height: unset;
    padding-bottom: 10px;
}

.mobile .catalog_block .catalog_item {
    height: 100% !important;
}

.mobile .block .catalog_block .catalog_item_wrapp .catalog_item,
.mobile .tabs_content .catalog_item,
.mobile .wrapper_block .catalog_item {
    box-shadow: 0 0 0 1px #f2f2f2 inset;
}

.mobile .catalog_item .like_icons span {
    opacity: 1;
    visibility: visible;
}

.mobile .catalog_item .buttons_block {
    display: block !important;
}

/*shop list*/
.shops.list h4 {
    margin-top: 37px;
    margin-bottom: 13px;
    font-size: 20px;
}

.region-row .choise_region {
    max-width: 100%;
    width: 320px;
}

.region-row {
    margin-bottom: 25px
}

.shops_block .section_items {
    border-bottom: 1px solid #e5e5e5;
}

.ajax_items.shops_block {
    padding-bottom: 40px;
}

.shops_block .shops.list .phone a {
    color: #383838;
}

/*compact filter*/
.bx_filter.compact .bx_filter_parameters_box_title>span,
.bx_filter.compact .bx_filter_parameters_box_title>div {
    line-height: 25px;
}

.bx_filter.compact .bx_filter_parameters_box_title.filter_title {
    cursor: default;
}

.bx_filter.compact .bx_filter_parameters_box_title:after {
    font-family: FontAwesome;
    right: 0px;
}

.bx_filter.compact .bx_filter_parameters_box_title .svg-inline-down {
    transition: transform 0.2s ease;
    position: absolute;
    right: -4px;
    top: 5px;
    width: 15px;
    height: 13px;
    text-align: center;
    line-height: 11px;
    border-radius: 3px;
}

.bx_filter.compact .active .bx_filter_parameters_box_title .svg-inline-down {
    transform: rotate(180deg);
}

.bx_filter.compact .bx_filter_parameters_box_title .svg-inline-down svg {
    display: inline-block;
    vertical-align: middle;
}

.bx_filter.compact .bx_filter_button_box .btn {
    font-size: 13px;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .8px;
    text-align: center;
}

.bx_filter.compact .bx_filter_parameters_box_container .wrapp_change_inputs {
    position: relative;
}

.bx_filter.compact .bx_filter_select_popup ul li {
    padding-left: 0;
}

.bx_filter.compact .bx_filter_param_text {
    line-height: inherit;
}

.bx_filter.compact .bx_filter_parameters_box_title .filter label span {
    line-height: 25px;
}

.bx_filter.compact .filter_title.active-filter .svg:before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: -3px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 2;
    border: 1px solid #fff;
}

.bx_filter.compact .filter_title.active-filter .svg {
    position: relative;
}

.bx_filter.compact .bx_filter_search_reset:after {
    content: none;
}

.bx_filter.compact.bx_filter_vertical .bx_filter_block {
    z-index: auto;
}

.bx_filter.compact .bx_filter_block.limited_block .bx_filter_parameters_box_title {
    font-weight: normal;
}

.bx_filter.compact .bx_filter_parameters_box_title:before {
    display: none;
}

.wrapper.with_compact_filter #content .left_block.catalog {
    margin-top: 0;
}

#mobilefilter-overlay {
    display: none;
    background: #3a3f44;
    opacity: 0.7 !important;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 3005;
}

.bx_filter .bx_filter_search_reset .svg.mobile_reset {
    display: none;
}

/*scrollbar custom*/
.mCustomScrollbar .mCSB_scrollTools .mCSB_draggerRail {
    background: 0 0;
}

body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 3px;
    background: #999 !important;
    border-radius: 5px;
}

/*menu pict*/
ul.menu li .child ul.has_img {
    box-sizing: border-box;
    position: relative;
    padding-left: 80px;
    min-height: 60px;
}

ul.menu li .child ul.has_img li.menu_img {
    display: block;
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

body #header ul.menu li .child .child_wrapp.white_menu {
    background-color: #fff;
}

#header .middle-h-row .search_middle_block .middle_form .form-control1 .button {
    font-size: 0;
    width: 40px;
}

#header .middle-h-row .search_middle_block .middle_form .form-control1:before {
    background: url(../images/svg/icons_wish.svg) -66px -178px no-repeat;
    content: '';
    position: absolute;
    right: 10px;
    top: 13px;
    width: 18px;
    height: 20px;
    display: inline-block;
}

.truncate-text {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

@media (max-width: 767px) {
    .truncate-text {
        display: inline-block;
        max-width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}