@charset "UTF-8";

@font-face {
    font-family: 'als_rublregular';
    src: url("../fonts/rouble.eot");
    src: url("../fonts/rouble.eot?#iefix") format("embedded-opentype"), url("../fonts/rouble.woff") format("woff"), url("../fonts/rouble.ttf") format("truetype"), url("../fonts/rouble.svg#als_rublregular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.header:after, .top-line:after, .region-popup .cols-wrap:after, .head-box:after, .short-cart .cart-info:after, .search-holder .search-popup:after, .search-holder .search-popup .search-drop ul:after, .nav .drop:after, .promo-box:after, .main .title-wrap:after, .item-box .wrap:after, .new-sales:after, .sales-slider:after, .products-slider:after, .products-slider2:after, .siblings-slider:after, .footer-top:after, .footer-nav:after, .footer-contacts:after, .footer-bottom:after, .subs-wrap:after, .radio-row:after, .radio-list:after, .item-info:after, .item-info .char-list:after, .amount-wrap:after, .item-info-text .count-wrap:after, .item-info-text .wrap:after, .item-info-text .price-row:after, .shops-list li:after, .comment-info:after, .content:after, .content dl:after, .catalog-slider .wrap:after, .sort-row:after, .sort-row .wrap:after, .sort-row .sort-col:after, .catalog-wrap:after, .filter-box .wrap:after, .catalog .item-box:after, .paging-wrap:after, .sale-item:after, .shop-icons:after, .shop-info:after, .content-list .list-footer:after, .table-heading:after, .table-footer:after, .total-holder .btns-row:after, .total-list li:after, .excel-row:after, .order-row:after, .delivery-options .wrap:after, .payment-row:after, .lk-tabs:after, .address-char:after, .content-table.doc-table td:after, .content-table.doc-table tr:after, .table-filter:after, .recipient:after, .btns-row:after, .info-list:after, .data-form .wrap:after, .data-form .check-row:after, .data-form-wrap.data-form-active .wrap:after {
    content: " ";
    display: block;
    clear: both;
}

.region-popup ul, .top-nav, .search-holder .search-popup .search-drop ul, .nav > ul, .nav .drop ul, .category-slider .category-list, .footer-nav, .footer-nav ul, .social, .register-benefits .bulleted-list, .radio-list, .breadcrumbs, .item-tabs-wrap .nav-tabs, .shops-list, .content > ul, .catalog-slider .catalog-category, .inner-category, .inner-category .catalog-category, .view-list, .sort-row ul, .filter-box .check-list, .filter-box .radio-list, .catalog, .paging, .shop-icons, .content-list, .total-list, .conditions > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

html {
    box-sizing: border-box;
}

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

body {
    margin: 0;
    color: #333;
    background: #fff;
    font: 15px/1.3846 "PT Sans", Calibri, Arial, sans-serif;
    min-width: 290px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    overflow-y: scroll;
    position: relative;
}

* {
    max-height: 1000000px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

img {
    border-style: none;
}

a {
    text-decoration: none;
    color: #666;
    outline: none !important;
}

a:hover {
    color: #1e0e00;
    text-decoration: underline;
}

input, textarea, select {
    font: 100% "PT Sans", Calibri, Arial, sans-serif;
    color: #333;
    vertical-align: middle;
    outline: none !important;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button {
    outline: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

input[type="submit"]:hover, button:hover {
    cursor: pointer;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    margin: 0;
    padding: 4px 7px;
    border: 1px solid #e3e3e2;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
    outline: none;
}

textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top;
}

input[type="checkbox"], input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.2em;
    margin: 0 0 1.2em;
}

p {
    margin: 0 0 1.2em;
}

q {
    quotes: none;
}

q:before, q:after {
    content: '';
    content: none;
}

sub, sup {
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
/* Arrows */
.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0 10px 0 0;
    margin: 0;
    width: 100%;
    z-index: 2;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

@media all and (max-width: 1257px) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media all and (max-width: 1257px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
}

body, html {
    height: 100%;
}

.container {
    width: auto;
    max-width: 1280px;
    background: #fff;
    margin: 0 auto;
    cursor: default;
}

.page {
    overflow: hidden;
}

.header {
    position: relative;
    padding: 14px 14px 0;
}

@media all and (max-width: 767px) {
    .header {
        padding: 14px 0 0;
    }
    .availability.in-cart{
        width: max-content
    }
}

.top-line {
    padding: 0 0 10px;
    position: relative;
    z-index: 47;
}

.top-line .region-box {
    float: left;
    min-width: 205px;
    padding-right: 20px;
    position: relative;
    z-index: 23;
}

.top-line .region-box.region-box-active .region-link {
    text-decoration: underline;
    color: #1e0e00;
}

.top-line .region-box.region-box-active .region-link:before {
    border-color: #1e0e00 transparent transparent transparent;
}

.top-line .region-box.region-box-active .region-popup {
    display: block;
}

.top-line .region-box .region-link {
    color: #666;
    text-decoration: none;
    float: left;
    padding: 0 15px 0 0;
    position: relative;
    z-index: 23;
}

.top-line .region-box .region-link:before {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #666666 transparent transparent transparent;
}

.top-line .region-box .region-link:hover {
    text-decoration: underline;
    color: #1e0e00;
}

.top-line .region-box .region-link:hover:before {
    border-color: #1e0e00 transparent transparent transparent;
}

.top-line .phone-wrap {
    float: left;
    position: relative;
    z-index: 22;
}

.top-line .phone-wrap.phone-wrap-active .callback-opener {
    color: #1e0e00;
    text-decoration: underline;
}

.top-line .phone-wrap.phone-wrap-active .phone-popup {
    display: block;
}

.top-line .phone-wrap .phone {
    float: left;
    font-size: 21px;
    line-height: 21px;
    text-decoration: none;
    border-bottom: 1px dashed #333;
    color: #333;
    font-weight: 500;
    margin: 0 22px 0 0;
}

.top-line .phone-wrap .phone:hover {
    border-bottom: 1px dashed transparent;
}

.top-line .phone-wrap .phone-note {
    float: left;
    color: #8c8c8c;
}

.top-line .phone-wrap .phone-note a:hover {
    color: #1e0e00;
    text-decoration: underline;
}

.top-line .phone-wrap .phone-popup {
    position: absolute;
    top: 100%;
    left: -320px;
    padding-top: 10px;
    width: 775px;
    z-index: 11;
    background: #fff;
    display: none;
}

.top-line .phone-wrap .phone-popup .title {
    font-weight: bold;
    display: block;
    font-size: 24px;
    line-height: 28px;
    color: #1e0e00;
    margin: 0 0 22px;
}

.top-line .phone-wrap .phone-popup p {
    color: #666;
    margin: 0 0 14px;
}

.top-line .phone-wrap .holder {
    border-right: 2px;
    border: 1px solid #e1e1e1;
    padding: 45px 55px;
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.21);
}

.top-line .phone-wrap .holder a {
    display: block;
    color: #666;
    line-height: 19px;
    padding: 3px 10px;
    font-size: 14px;
    margin-top: 7px;
}

.top-line .phone-wrap .holder a:first-child {
    margin: 0;
}

.top-line .phone-wrap .holder a:hover {
    color: #1e0e00;
    text-decoration: none;
    background: #ffdc2d;
}

@media all and (max-width: 1001px) {
    .top-line .region-box .region-link {
        font-size: 21px;
    }

    .top-line .phone-wrap {
        float: right;
    }

    .top-line .phone-wrap .phone {
        margin: 0;
    }

    .top-line .phone-wrap .phone-note {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .top-line .region-box {
        min-width: 100px;
        margin-left: 45px;
        padding-right: 0;
        padding-top: 2px;
    }

    .top-line .region-box .region-link {
        font-size: 11px;
        max-width: 100px;
        white-space: nowrap;
        /* overflow: hidden;
        text-overflow: ellipsis; */
    }

    .top-line .phone-wrap {
        white-space: nowrap;
    }

    .top-line .phone-wrap .phone {
        font-size: 15px;
    }

    .subs-wrap .btn-yellow {
        width: 100%;
    }

    .info-slider .slick-next {
        right: -10px!important;
        width: 20px!important;
        height: 40px!important;
        background-size: contain!important;
        top: 35%!important;
    }

    .info-slider .slick-prev {
        left: -10px!important;
        width: 20px!important;
        height: 40px!important;
        background-size: contain!important;
        top: 35%!important;
    }
}

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

@media all and (max-width: 1001px) {
    .mobile-menu-opener {
        display: block;
        float: left;
        width: 44px;
        height: 32px;
        position: relative;
        margin: 12px 57px 0 0;
        z-index: 47;
    }

    .mobile-menu-opener:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: #000;
        content: '';
        box-shadow: 0 14px 0 #000, 0 28px 0 #000;
    }
}

@media all and (max-width: 767px) {
    .mobile-menu-opener {
        width: 30px;
        height: 26px;
        margin: 0 24px 0 0;
        position: absolute;
        top: 14px;
        left: 0;
    }

    .mobile-menu-opener:before {
        height: 2px;
        box-shadow: 0 9px 0 #000, 0 18px 0 #000;
    }
}

.error-text {
    display: block;
    color: #c20101;
    margin: 0 0 11px;
}

.region-popup {
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 10px;
    width: 825px;
    z-index: 11;
    display: none;
}

.region-popup .holder {
    border-right: 2px;
    border: 1px solid #e1e1e1;
    padding: 45px 50px;
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.21);
    background: #fff;
    position: relative;
}

.region-popup .title {
    font-weight: bold;
    display: block;
    font-size: 24px;
    line-height: 28px;
    color: #1e0e00;
    margin: 0 0 22px 7px;
}

.region-popup .cols-wrap {
    margin: 0 -25px 0 0;
}

.region-popup .cols-wrap .col {
    width: 33.333333%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
    padding: 0 20px 0 0;
}

.region-popup ul a {
    display: block;
    padding: 3px 7px;
    line-height: 19px;
    color: #666;
}

.region-popup ul a:hover {
    background: #ffdc2d;
    color: #333;
    text-decoration: none;
}

.region-popup ul a:hover .current-mark {
    background: #fff;
}

.region-popup ul a.region {
    color: #333;
    font-weight: bold;
    font-size: 15px;
}

.region-popup ul a.current {
    color: #333;
    font-weight: bold;
    font-size: 15px;
}

.region-popup ul a .current-mark {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #1e0e00;
    background: #ffdc2d;
    height: 17px;
    padding: 0 6px;
    border-radius: 2px;
    margin: 1px 0 0 5px;
    font-weight: normal;
}

@media all and (max-width: 767px) {
    .region-popup {
        left: -60px;
        width: 320px;
        padding-right: 0;
    }

    .region-popup .title {
        font-size: 20px;
        line-height: 26px;
    }

    .region-popup .holder {
        padding: 30px 20px;
    }

    .region-popup .cols-wrap .col {
        width: 100%;
    }
}

.close {
    background: url(../images/btn-close.png) no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 24px;
    right: 14px;
}

.close:hover {
    background-position: 0 -25px;
}

.close:active {
    background-position: 0 -50px;
}

.top-nav {
    float: right;
}

.top-nav li {
    display: inline;
    margin-left: 16px;
}

.top-nav a {
    color: #666;
}

@media all and (max-width: 1001px) {
    .top-nav {
        display: none;
    }
}

.head-box {
    padding: 0 0 17px;
}

.head-box .logo {
    float: left;
    background: url(../images/logo.jpg) no-repeat;
    width: 248px;
    height: 58px;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 16px 0 0;
    position: relative;
    z-index: 1;
}

.head-box .logo a {
    display: block;
    height: 100%;
}

.head-box .search-drop {
    left: 206px !important;
    right: 370px !important;
}

@media all and (max-width: 1001px) {
    .head-box .logo {
        width: 190px;
        height: 60px;
        background-size: 100% auto;
    }
}

@media all and (max-width: 767px) {
    .head-box {
        padding: 0 0 7px;
    }

    .head-box .logo {
        width: 180px;
        height: 58px;
    }
}

@media all and (max-width: 336px) {
    .head-box {
        padding: 0 0 7px;
    }
    .head-box .logo {
        width: 160px;
        height: 50px;
    }
}

.short-cart {
    position: relative;
    float: right;
    min-width: 172px;
    padding: 13px 0 0;
    z-index: 46;
}

.short-cart .cart-label {
    float: left;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    color: #333;
    margin: 0 14px 0 0;
}

/*.short-cart .price-holder {
    float: left;
    height: 24px;
    border: 1px solid #dfdfdf;
    padding: 0 10px;
    border-radius: 5px;
    line-height: 22px;
    font-size: 14px;
    color: #666;
}*/

.short-cart:hover .cart-label {
    text-decoration: underline;
}

.short-cart:hover .price-holder {
    background: transparent;
    color: #1e0e00;
}

.short-cart:hover .short-cart-popup, .short-cart.short-cart-timeout .short-cart-popup {
    display: block;
}

.short-cart .short-cart-popup {
    position: absolute;
    top: 100%;
    right: 0;
    width: 575px;
    padding-top: 17px;
    display: none;
    z-index: 11;
}

.short-cart .holder {
    border-top: 4px solid #9a9b9d;
    position: relative;
}

.short-cart .holder:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 200px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #636467;

}

.short-cart-wrapper {
    background-color: #eee;
    border-radius: 5px;
    text-align: justify;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-label {
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    margin-right: 10px;
    background-image: url("");
    background-size: contain;
    background-position: center;
    cursor: pointer;
    background-repeat: no-repeat;
}

.short-cart-contain {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px dashed #666;
    color: #666;
    text-align: left;
    line-height: 26px;
    height: 26px;
}

.short-cart-arrow {
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    margin-left: 42px;
    background-color: #000;
    background-image: url("");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.short-cart-popup h3 {
    font-size: 26px;
    text-align: left;
    color: #79797d;
}

.short-cart-popup-table td {
    padding: 8px;
}

.short-cart-popup-table {
    width: 100%;
}

.popup-table-image {
    padding-right: 12px;
}

.popup-table-image img {
    width: 50px;
    height: auto;
}

.popup-table-name a {
    color: #666;
    text-decoration: none;
}

.popup-table-name a:hover {
    text-decoration: underline;
}

.popup-table-quantity span {
    display: inline-block;
    vertical-align: middle;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.popup-table-quantity {
    width: 110px;
}

.popup-table-quantity span {
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    vertical-align: middle;
    cursor: pointer;
}

.popup-table-quantity input {
    width: 50px;
    margin-left: 8px;
    margin-right: 8px;
    text-align: center;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

.popup-table-price {
    text-align: right;
    white-space: nowrap;
}

.popup-table-full-cost {
    float: left;
    width: 50%;
    font-weight: bold;
    font-size: 17px;
    line-height: 44px;
}

.popup-table-btn {
    width: auto;
    float: right;
}

.short-cart .holder {
    border-right: 2px;
    border: 1px solid #e1e1e1;
    padding: 20px 23px;
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.21);
    background: #fff;
}

.short-cart .cart-info {
    margin: 0;
    padding-bottom: 3px;
    font-size: 14px;
    color: #666;
}

.short-cart .cart-info dt {
    float: left;
    clear: left;
    width: 145px;
}

.short-cart .cart-info dd {
    margin: 0 0 7px;
    float: none;
}

.short-cart hr {
    display: block;
    margin: 0 0 12px;
    border: 0;
    border-top: 1px solid #eee;
}

.short-cart .sale-note {
    display: block;
    color: #666;
    margin: 0 0 11px;
    font-size: 14px;
}

.short-cart .sale-note strong {
    font-weight: 500;
}

.short-cart .btn-wrap {
    padding-top: 5px;
    text-align: right;
}

@media all and (max-width: 1001px) {
    .short-cart {
        padding-top: 5px;
        margin-left: 46px;
    }

    .short-cart .cart-label {
        background: url(../images/ico-cart.png) no-repeat;
        width: 48px;
        height: 43px;
        text-indent: -9999px;
        overflow: hidden;
    }

    .short-cart .price-holder {
        margin-top: 5px;
        height: 30px;
        font-size: 19px;
        line-height: 30px;
    }

    .short-cart .short-cart-popup {
        display: none !important;
    }
}

@media all and (max-width: 767px) {
    .short-cart {
        min-width: 10px;
        padding-top: 3px;
        margin-left: 14px;
    }

    .short-cart .price-holder {
        display: none;
    }

    .short-cart .cart-label {
        width: 39px;
        height: 35px;
        background-size: 100% 100%;
        margin: 0;
    }
}

.btn-yellow-bordered, .btn-yellow-bordered-large, .btn-yellow-bordered-xlarge {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    color: #1e0e00;
    border: 2px solid #fff1ab;
    background: #ffdc2d;
    padding: 8px 16px 10px 16px;
    height: 38px;
    line-height: 20px;
    transition: 0.5s all ease;
}

.btn-yellow-bordered:hover, .btn-yellow-bordered-large:hover, .btn-yellow-bordered-xlarge:hover {
    background: #333;
    color: #ffdc2d;
    text-decoration: none;
    transition: 0.5s all ease;
}


.item-box .btn-yellow-bordered, .short-cart-popup .btn-yellow-bordered, #frame_prices_container .btn-yellow-bordered
{
    padding: 8px 16px 10px 37px;
    background-image: url(data:image/svg+xml,%0A%3Csvg%20width%3D%2232px%22%20height%3D%2229px%22%20viewBox%3D%220%200%2032%2029%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2043.1%20%2839012%29%20-%20http%3A//www.bohemiancoding.com/sketch%20--%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate%280.057000%2C%200.509953%29%22%20fill%3D%22%23333333%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.994%2C22.704%20C10.56%2C22.704%209.398%2C23.867%209.398%2C25.3%20C9.398%2C26.734%2010.56%2C27.897%2011.994%2C27.897%20C13.428%2C27.897%2014.59%2C26.734%2014.59%2C25.3%20C14.59%2C23.867%2013.428%2C22.704%2011.994%2C22.704%22%20id%3D%22Fill-256%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M23.331%2C22.704%20C21.897%2C22.704%2020.734%2C23.867%2020.734%2C25.3%20C20.734%2C26.734%2021.897%2C27.897%2023.331%2C27.897%20C24.765%2C27.897%2025.927%2C26.734%2025.927%2C25.3%20C25.927%2C23.867%2024.765%2C22.704%2023.331%2C22.704%22%20id%3D%22Fill-257%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M29.948%2C8.462%20L13.914%2C8.462%20C13.914%2C8.462%2012.965%2C8.676%2012.965%2C9.718%20C12.965%2C10.762%2013.914%2C11.067%2013.914%2C11.067%20L28.291%2C11.067%20L27.482%2C13.796%20L13.352%2C13.796%20C13.352%2C13.796%2012.468%2C13.995%2012.468%2C14.966%20C12.468%2C15.938%2013.352%2C16.222%2013.352%2C16.222%20L26.735%2C16.222%20L26.765%2C16.22%20L26.007%2C18.776%20L11.419%2C18.776%20L10.452%2C11.067%20L10.137%2C8.462%20C10.137%2C8.462%209.855%2C6.06%209.696%2C5.064%20C9.536%2C4.069%207.043%2C2.822%201.685%2C0.296%20C0.424%2C-0.233%20-0.629%2C2.071%201.685%2C3.279%20L5.91%2C5.253%20C5.91%2C5.253%206.893%2C5.822%206.978%2C6.591%20C7.062%2C7.359%208.776%2C20.071%208.776%2C20.071%20C8.776%2C20.071%208.844%2C21.838%2010.452%2C21.838%20L26.578%2C21.838%20C27.926%2C21.838%2028.189%2C20.429%2028.189%2C20.429%20L31.385%2C10.938%20C31.385%2C10.938%2032.333%2C8.462%2029.948%2C8.462%22%20id%3D%22Fill-258%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 7px 7px;
}

.item-box .btn-yellow-bordered:hover, .short-cart-popup .btn-yellow-bordered:hover, #frame_prices_container .btn-yellow-bordered:hover
{
    background-image: url(data:image/svg+xml,%0A%3Csvg%20width%3D%2232px%22%20height%3D%2229px%22%20viewBox%3D%220%200%2032%2029%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2043.1%20%2839012%29%20-%20http%3A//www.bohemiancoding.com/sketch%20--%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate%280.057000%2C%200.509953%29%22%20fill%3D%22%23ffdc2d%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.994%2C22.704%20C10.56%2C22.704%209.398%2C23.867%209.398%2C25.3%20C9.398%2C26.734%2010.56%2C27.897%2011.994%2C27.897%20C13.428%2C27.897%2014.59%2C26.734%2014.59%2C25.3%20C14.59%2C23.867%2013.428%2C22.704%2011.994%2C22.704%22%20id%3D%22Fill-256%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M23.331%2C22.704%20C21.897%2C22.704%2020.734%2C23.867%2020.734%2C25.3%20C20.734%2C26.734%2021.897%2C27.897%2023.331%2C27.897%20C24.765%2C27.897%2025.927%2C26.734%2025.927%2C25.3%20C25.927%2C23.867%2024.765%2C22.704%2023.331%2C22.704%22%20id%3D%22Fill-257%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M29.948%2C8.462%20L13.914%2C8.462%20C13.914%2C8.462%2012.965%2C8.676%2012.965%2C9.718%20C12.965%2C10.762%2013.914%2C11.067%2013.914%2C11.067%20L28.291%2C11.067%20L27.482%2C13.796%20L13.352%2C13.796%20C13.352%2C13.796%2012.468%2C13.995%2012.468%2C14.966%20C12.468%2C15.938%2013.352%2C16.222%2013.352%2C16.222%20L26.735%2C16.222%20L26.765%2C16.22%20L26.007%2C18.776%20L11.419%2C18.776%20L10.452%2C11.067%20L10.137%2C8.462%20C10.137%2C8.462%209.855%2C6.06%209.696%2C5.064%20C9.536%2C4.069%207.043%2C2.822%201.685%2C0.296%20C0.424%2C-0.233%20-0.629%2C2.071%201.685%2C3.279%20L5.91%2C5.253%20C5.91%2C5.253%206.893%2C5.822%206.978%2C6.591%20C7.062%2C7.359%208.776%2C20.071%208.776%2C20.071%20C8.776%2C20.071%208.844%2C21.838%2010.452%2C21.838%20L26.578%2C21.838%20C27.926%2C21.838%2028.189%2C20.429%2028.189%2C20.429%20L31.385%2C10.938%20C31.385%2C10.938%2032.333%2C8.462%2029.948%2C8.462%22%20id%3D%22Fill-258%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E) !important;
}

.btn-yellow-bordered:active, .btn-yellow-bordered-large:active, .btn-yellow-bordered-xlarge:active {
    background: #1e0e00;
}

.mb_35 {
    margin-bottom: 35px !important;
}

.btn-yellow-bordered-large {
    padding: 12px 16px 14px;
    height: 46px;
}

.btn-yellow-bordered-xlarge {
    padding: 3px 35px 0;
    height: 60px;
    overflow: hidden;
}

.btn-yellow-bordered-xlarge:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    height: 100%;
    content: '';
    margin: 0 -4px 0 0;
}

.btn-yellow-bordered-xlarge span {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

.price-value {
    font-family: 'als_rublregular';
}

.user-box {
    float: right;
    margin: 13px 54px 0 38px;
    position: relative;
    z-index: 46;
}

.user-box:hover .user-popup {
    display: block;
}

.user-box .user-link {
    display: block;
    line-height: 24px;
    background: url(../images/ico-user.png) no-repeat 0 50%;
    padding: 0 0 0 31px;
    color: #333;
}

.user-box .user-link:hover {
    text-decoration: none;
}

.user-box .user-popup {
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 17px;
    width: 175px;
    display: none;
    z-index: 11;
}

.user-box .holder {
    border-right: 2px;
    border: 1px solid #e1e1e1;
    padding: 18px 11px;
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.21);
    background: #fff;
}

.user-box .holder a {
    display: block;
    color: #666;
    line-height: 19px;
    padding: 3px 10px;
    font-size: 14px;
    margin-top: 7px;
}

.user-box .holder a:first-child {
    margin: 0;
}

.user-box .holder a:hover {
    color: #1e0e00;
    text-decoration: none;
    background: #ffdc2d;
}

@media all and (max-width: 1001px) {
    .user-box {
        display: none;
    }
}

.search-holder {
    height: 50px;
}

.search-holder .search-popup {
    position: relative;
}

.search-holder .search-popup .holder {
    background: #fff1ab;
    border-radius: 5px;
    height: 50px;
    padding: 4px;
    position: relative;
    overflow: hidden;
}

.search-holder .search-popup.text-active .search-drop {
    display: block;
}

.search-holder .search-popup .search-drop {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.21);
    content: '';
    padding: 12px 10px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    display: none;
    z-index: 30;
}

.search-holder .search-popup .search-drop ul li {
    display: block;
    padding: 3px 0;
}

.search-holder .search-popup .search-drop ul a {
    display: block;
    padding: 5px 8px;
    line-height: 22px;
    font-size: 15px;
    color: #333;
}

.search-holder .search-popup .search-drop ul a:hover {
    background: #ffdc2d;
    text-decoration: none;
}

.search-holder .text {
    width: 100%;
    height: 42px;
    border: 1px solid #ffdc2d;
    border-radius: 2px;
    background: #fff;
    font-size: 15px;
    padding: 0 44px 0 18px;
}

.search-holder .submit {
    position: absolute;
    top: 16px;
    right: 18px;
    background: url(../images/bg-search.png) no-repeat;
    width: 19px;
    height: 19px;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: 0;
}

.search-holder .submit:hover {
    background-position: 0 -19px;
}

.search-holder .submit:active {
    background-position: 0 -38px;
}

.search-holder .search-opener {
    display: none;
}

@media all and (min-width: 1002px) {
    .search-holder .search-popup {
        display: block !important;
    }
}

@media all and (max-width: 1001px) {
    .search-holder {
        width: 42px;
        overflow: visible;
        float: right;
        margin-top: 7px;
    }

    .search-holder .search-opener {
        display: block;
        background: url(../images/search-opener.png) no-repeat;
        width: 42px;
        height: 42px;
        text-indent: -9999px;
        overflow: hidden;
    }

    .search-holder .search-popup {
        position: absolute;
        top: 120px;
        left: -15px;
        right: -15px;
        background: #fff;
        border-top: 3px solid #ececec;
        padding: 30px;
        border-radius: 0;
        z-index: 10;
        display: none;
    }

    .search-holder .search-popup .search-drop {
        display: none !important;
    }
}

@media all and (max-width: 767px) {
    .search-holder {
        width: 34px;
        margin-top: 5px;
    }

    .search-holder .search-opener {
        width: 34px;
        height: 34px;
        background-size: 100% 100%;
    }

    .search-holder .search-popup {
        top: 100px;
        padding: 15px 15px 30px;
    }
}

.main-form .text-field {
    border-radius: 10px;
    border: 4px solid #fff1ab;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 12px;
    margin: 0 0 18px;
}

.main-form .text-field.error {
    border-color: #f0c2c2;
}

.main-form .btn-wrap {
    padding: 14px 0 0;
    text-align: right;
}

.btn-yellow, .btn-gray, .btn-gray-large, .btn-yellow-large {
    display: inline-block;
    vertical-align: top;
    border: 0;
    border-radius: 5px;
    height: 32px;
    line-height: 32px;
    background: #ffdc2d;
    color: #1e0e00;
    cursor: pointer;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
}

.btn-yellow:hover, .btn-gray:hover, .btn-gray-large:hover, .btn-yellow-large:hover {
    background: #333;
    color: #ffdc2d;
    text-decoration: none;
}

.btn-yellow:active, .btn-gray:active, .btn-gray-large:active, .btn-yellow-large:active {
    background: #1e0e00;
}

.btn-gray, .btn-gray-large {
    background: #eee;
}

.btn-gray:hover, .btn-gray-large:hover {
    background: #333;
    color: #ffdc2d;
    text-decoration: none;
}

.btn-gray:active, .btn-gray-large:active {
    background: #1e0e00;
}

.btn-gray-large {
    height: 39px;
    line-height: 39px;
    vertical-align: middle;
    font-weight: normal;
}

.btn-yellow-large {
    height: 39px;
    line-height: 39px;
    vertical-align: middle;
}

.nav-wrap {
    margin: 0 -14px;
    position: relative;
    z-index: 45;
}

.nav-wrap .top-nav {
    display: none;
}

.nav-wrap .user-box {
    display: none;
}

.nav-wrap .phone {
    display: none;
}

@media all and (max-width: 450px) {
    .shop-icons img {
        display: block!important;
        margin: 0 auto 5px!important;
    }
    ul.catalog .row{
        display:grid;
        text-align: center;
    }
    ul.catalog .row div{
        width:100%;
    }

    ul.catalog .wrap{
        display:block;
        width:85%;
    }
    ul.catalog .wrap .price-box{
        text-align:center;
        width: 100%;
    }



    .shop-icons li {
        margin-right: 0px!important;
        width: 33%;
        text-align: center;
        line-height: 1.1;
        margin-top: 20px!important;
    }
}

@media all and (min-width: 1002px) {
    .nav-wrap .drop-frame {
        position: static !important;
        height: auto !important;
    }
}

@media all and (max-width: 1001px) {
    .nav-wrap {
        position: fixed;
        top: 0;
        left: -100%;
        width: 250px;
        background: #fff;
        z-index: 130;
        height: 100%;
        margin: 0;
        overflow: auto;
        transition: left 0.5s;
    }

    .nav-wrap .drop {
        display: block !important;
        position: static !important;
        box-shadow: none !important;
        padding: 0 0 0 10px !important;
    }

    .nav-wrap .drop .col {
        width: 100%;
        float: none;
    }

    .nav-wrap .drop ul {
        display: none;
    }

    .nav-wrap .drop .title {
        font-weight: normal !important;
        font-size: 14px !important;
        margin: 0 0 10px !important;
        padding: 7px 20px 7px 25px !important;
        min-height: 10px !important;
    }

    .nav-wrap .drop .title:hover {
        text-decoration: none !important;
    }

    .nav-wrap .phone {
        display: block;
        color: #333;
        font-size: 15px;
        padding: 17px 30px 17px 25px;
    }

    .nav-wrap .phone:hover {
        text-decoration: none;
    }

    .nav-wrap .user-box {
        display: block;
        float: none;
        margin: 0;
        padding: 17px 30px 17px 25px;
        border-bottom: 2px solid #ececec;
    }

    .nav-wrap .top-nav {
        display: block;
        float: none;
        padding: 10px 0;
        margin: 0;
        border-top: 2px solid #ececec;
    }

    .nav-wrap .top-nav li {
        display: block;
        margin: 0;
    }

    .nav-wrap .top-nav a {
        font-weight: normal;
        font-size: 15px;
        line-height: 22px;
        height: auto;
        display: block;
        padding: 7px 30px 7px 25px;
    }

    .nav-wrap .top-nav a:hover {
        text-decoration: none;
    }
}

.overlay-box {
    display: none;
}

@media all and (max-width: 1001px) {
    .overlay-box {
        display: block;
        position: fixed;
        top: 0;
        left: -9999px;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        transition: opacity 0.5s;
        opacity: 0;
        z-index: 25;
    }
}

@media all and (max-width: 1001px) {
    .mobile-menu-active .overlay-box {
        opacity: 1;
        left: 0;
    }

    .mobile-menu-active .nav-wrap {
        left: 0;
    }
}

.nav {
    background: #ffdc2d;
    height: 50px;
    border-top: 1px solid #eee;
    padding: 0 10px;
	margin-top: 10px;
    position: relative;
    z-index: 10;
}

.nav > ul {
    width: 100%;
    position: relative;
    display: table;
}

.nav > ul > li {
    display: table-cell;
    vertical-align: top;
    margin: 0 -2px;
}

.nav > ul > li:first-child > a:after {
    display: none;
}

.nav > ul > li:hover > a {
    background: #fff;
    height: 50px;
    text-decoration: none;
    margin-top: -1px;
    padding-top: 1px;
    position: relative;
    z-index: 5;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
}

.nav > ul > li:hover  a.has-drop{
    box-shadow: 0 10px 0 #fff, 0 1px 12px rgba(0, 0, 0, 0.25);
}

.nav > ul > li:hover > a:after {
    display: none;
}

.nav > ul > li:hover .drop {
    /*display: block;*/
}

.nav > ul > li > a {
    font-size: 17px;
    font-weight: 600;
    display: block;
    color: #1e0e00;
    line-height: 49px;
    height: 49px;
    padding: 0 13px;
    position: relative;
    text-align: center;
}

.nav > ul > li > a:after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    width: 3px;
    height: 3px;
    content: '';
    background: #000;
}

.nav .drop {
    padding: 35px 16px 20px;
    position: absolute;
    top: 49px;
    left: 0;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
    left: -10px;
    right: -10px;
    display: none;
}

.nav .drop ul {
    padding-bottom: 30px;
}

.nav .drop ul a {
    font-size: 14px;
    line-height: 18px;
    display: block;
    color: #1e0e00;
}

.nav .drop ul a sup {
    color: #a1a1a1;
    display: inline-block;
}

.nav .drop ul a:hover {
    text-decoration: underline;
}

.nav .drop ul a:hover sup {
    text-decoration: none !important;
}

.nav .drop ul li {
    margin: 0 0 7px;
}

.nav .col {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
    text-align: left;
    padding: 0 25px 0 0;
}

.nav .col .title {
    display: block;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: #1e0e00;
    margin: 0 0 15px;
}

.nav .col .title:first-child {
    min-height: 15px;
}

@media all and (max-width: 1258px) {
    .nav > ul > li > a {
        font-size: 15px;
        padding: 0 9px;
    }

    .nav > ul > li > a:after {
        left: 0;
    }
}

@media all and (max-width: 1099px) {
    .nav > ul > li > a {
        font-size: 13px;
        padding: 0 11px;
    }

    .nav > ul > li > a:after {
        left: 0;
    }
}

@media all and (max-width: 1001px) {
    .nav {
        height: auto;
        background: none;
        width: 100%;
        border-top: 2px solid #ececec;
        padding: 10px 0;
    }

    .nav ul:after {
        display: none;
    }

    .nav ul > li {
        display: block;
        margin: 0;
    }

    .nav ul > li:hover a {
        font-size: 15px;
        line-height: 22px;
        height: auto;
        display: block;
        padding: 7px 30px 7px 25px;
        box-shadow: none !important;
        background: none;
        margin: 0;
    }

    .nav ul > li.expanded  a.has-drop:before{
        -moz-transform: rotate(90deg);
        /* Р”Р»СЏ Firefox */
        -ms-transform: rotate(90deg);
        /* Р”Р»СЏ IE */
        -webkit-transform: rotate(90deg);
        /* Р”Р»СЏ Safari, Chrome, iOS */
        -o-transform: rotate(90deg);
        /* Р”Р»СЏ Opera */
        transform: rotate(90deg);
    }
    div.drop-frame a.title.has-drop:before{
        -moz-transform: rotate(90deg);
        /* Р”Р»СЏ Firefox */
        -ms-transform: rotate(90deg);
        /* Р”Р»СЏ IE */
        -webkit-transform: rotate(90deg);
        /* Р”Р»СЏ Safari, Chrome, iOS */
        -o-transform: rotate(90deg);
        /* Р”Р»СЏ Opera */
        transform: rotate(90deg);
    }

    .nav ul > li > a {
        font-weight: normal;
        font-size: 15px;
        line-height: 22px;
        height: auto;
        display: block;
        padding: 7px 30px 7px 25px;
        position: relative;
        text-align: left;
    }

    .nav ul > li > a:after {
        display: none;
    }

    .nav ul > li  a.has-drop:before{
        position: absolute;
        top: 50%;
        margin-top: -5px;
        right: 15px;
        background: url(../images/bg-arrow.png) no-repeat 0 0/5px 9px;
        width: 5px;
        height: 9px;
        content: '';
    }
    div.drop-frame a.title.has-drop:before{
        position: absolute;
        top: unset;
        margin-top: 5px;
        right: 20px;
        background: url(../images/bg-arrow.png) no-repeat 0 0/5px 9px;
        width: 5px;
        height: 9px;
        content: '';

    }
}

.promo-box .service-promo {
    float: right;
    width: 400px;
    height: 400px;
    background: url(../images/bg-box.png);
    border-radius: 5px;
}

.promo-box .main-promo {
    overflow: hidden;
}

.promo-box .main-promo .slick-dots li button {
    background: #2f2f2f;
}

.promo-box .main-promo .slick-dots li.slick-active button {
    background: #ffdc2d;
}

@media all and (max-width: 1001px) {
    .promo-box {
        margin: 0 -15px;
    }

    .promo-box .service-promo {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .promo-box {
        margin: 0;
    }
}

.promo-slider {
    position: relative;
    margin: 0 !important;
}

.promo-slider .slick-slide {
    position: relative;
    height: 400px;
    outline: none;
    border-radius: 5px;
    overflow: hidden;
}

.promo-slider .image-holder {
    margin: 0 -500px;
}

.promo-slider .image-holder img {
    display: block;
    margin: 0 auto;
}

.promo-slider .text-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    text-align: center;
    width: 100%;
}

.promo-slider .text-box:before {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    margin: 0 -4px 0 0;
    content: '';
    height: 100%;
}

.promo-slider .holder {
    display: inline-block;
    vertical-align: middle;
    /*width: 100%;*/
}

.promo-slider img {
    display: block;
    margin: 0 auto;
}

.promo-slider .ico-holder {
    margin: 0 0 26px;
}

.promo-slider .title {
    display: block;
    color: #fff;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px;
    margin: 0 0 8px;
}

.promo-slider p {
    margin: 0;
    color: #a8a8a8;
}

.promo-slider .slick-dots {
    bottom: 10px;
    padding: 0 0 0 4px;
}

.promo-slider .slick-dots li {
    margin: 0;
}

.promo-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    padding: 0;
}

.promo-slider .slick-dots li.slick-active button {
    background: #ffdc2d;
}

@media all and (max-width: 1258px) {
    .promo-slider .image-holder {
        margin: 0 0 0 -1000px;
    }

    .promo-slider .image-holder img {
        float: right;
    }
}

@media all and (max-width: 1001px) {
    .promo-slider .slick-slide {
        height: auto;
        border-radius: 0;
    }

    .promo-slider .image-holder {
        margin: 0;
    }

    .promo-slider .image-holder img {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
}

@media all and (max-width: 767px) {
    .promo-slider {
        margin: 0 0 80px !important;
    }

    .promo-slider .slick-slide {
        height: 400px;
    }

    .promo-slider .image-holder {
        height: 100%;
        margin: 0 -80px 0 -1000px;
    }

    .promo-slider .image-holder img {
        width: auto;
        height: 100%;
    }

    .promo-slider .slick-dots {
        bottom: -40px;
    }
}

.main {
    padding: 0 0 40px;
}

.main.main-inner {
    padding: 10px 0 40px;
}

.main .title-wrap {
    background: #fafafa;
    border-bottom: 1px solid #eee;
    padding: 15px 13px;
}

.main .title-wrap .shop-icons {
    float: right;
    margin: 4px 0 0 !important;
    padding: 0;
}

.main .title-wrap .shop-icons li {
    margin-bottom: 0 !important;
}

.main .title-wrap .box {
    display: inline-block;
    vertical-align: middle;
    min-width: 245px;
    margin-right: 20px;
}

.main .title-wrap .box .label {
    float: left;
    line-height: 31px;
    margin: 0 10px 0 0;
}

.main .title-wrap .box .jcf-select {
    margin: 0;
}

.main .title-wrap .select-wrap {
    overflow: hidden;
}

.main .title-wrap h3,.main .title-wrap .h3 {
    line-height: 23px;
    margin: 0 30px 0 0;
    font-size: 24px;
    font-weight: bold;
    color: #1e0e00;
    display: inline-block;
    vertical-align: middle;
}

.main .title-wrap h3 a,.main .title-wrap .h3 a {
    color: #1e0e00;
    border-bottom: 1px solid #8c847d;
    display: inline-block;
    vertical-align: top;
    line-height: 23px;
}

.main .title-wrap h3 a:hover,.main .title-wrap .h3 a:hover {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.main .title-wrap .print-link {
    float: right;
    background: url(../images/ico-print.png) no-repeat 0 50%;
    padding: 0 0 0 32px;
    margin-left: 56px;
    text-decoration: underline;
    line-height: 23px;
}

.main .title-wrap .print-link:hover {
    text-decoration: none;
}

.main .title-wrap .import {
    float: right;
    color: #1e0e00;
    text-decoration: none;
    padding: 0 15px 0 0;
    margin-left: 55px;
    position: relative;
    line-height: 23px;
    text-decoration: underline;
}

.main .title-wrap .import:before {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #1e0e00 transparent transparent transparent;
}

.main .title-wrap .import:hover {
    text-decoration: none;
}

.main .title-wrap .cart-help-link {
    float: right;
    text-decoration: underline;
    color: #1e0e00;
    line-height: 23px;
}

.main .title-wrap .cart-help-link:hover {
    text-decoration: none;
}

.main .title-wrap.title-wrap-white {
    background: none;
    border: 0;
}

.main .title-wrap .title-link {
    text-decoration: underline;
    color: #333;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}

.main .title-wrap .title-link:hover {
    text-decoration: none;
}

.main .title-wrap .check-label, .main .title-wrap .radio-label {
    display: inline-block;
    vertical-align: middle;
}

.main .title-wrap h4, .main .title-wrap .h4 {
    line-height: 23px;
    margin: 0 30px 0 0;
    font-size: 18px;
    font-weight: bold;
    color: #1e0e00;
    display: inline-block;
    vertical-align: middle;
}

.main .title-wrap h4 a,.main .title-wrap .h4 a {
    color: #1e0e00;
    border-bottom: 1px solid transparent;
    display: inline-block;
    vertical-align: top;
    line-height: 23px;
}

.main .title-wrap h4 a:hover,.main .title-wrap .h4 a:hover {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    border-bottom: 1px solid #8c847d;
}

.main .title-wrap .all {
    float: right;
    line-height: 23px;
    position: relative;
    font-size: 14px;
    text-decoration: none;
    color: #1e0e00;
    padding: 0 0 0 21px;
}

.main .title-wrap .all:before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 13px;
    height: 2px;
    content: '';
    background: #1e0e00;
    box-shadow: 0 4px 0 #1e0e00, 0 8px 0 #1e0e00;
}

.main .title-wrap .all:hover {
    text-decoration: underline;
}

@media all and (max-width: 1001px) {
    .main {
        padding: 0;
    }

    .main.main-inner {
        padding: 0 0 40px;
    }

    .main .title-wrap .box {
        display: block;
        padding: 15px 0;
        max-width: 400px;
    }
}

@media all and (max-width: 767px) {
    .main .title-wrap {
        padding: 0;
        border: 0;
        background: none;
    }

    .main .title-wrap h4,.main .title-wrap .h4 {
        display: block;
        margin: 0 0 10px;
    }

    .main .title-wrap h4 a,.main .title-wrap .h4 a {
        display: inline;
    }

    .main .title-wrap h4.brandSectionTitleWrapper a,.main .title-wrap .h4.brandSectionTitleWrapper a {
        display: inline-block;
    }

    .main .title-wrap .shop-icons {
        float: none;
        display: block;
        margin: 10px 0 0 !important;
        padding: 0;
    }

    .main .title-wrap .shop-icons li {
        margin-bottom: 0 !important;
    }

    .main .title-wrap .all {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .main .title-wrap .btn-yellow-large {
        margin-top: 10px;
        float: none;
    }

    .main .title-wrap .print-link {
        display: none;
    }

    .main .title-wrap .import {
        display: inline-block;
        vertical-align: top;
        float: none;
        margin: 0 0 7px;
    }

    .main .title-wrap .cart-help-link {
        float: none;
        display: block;
    }
}

.best-catalog {
    margin: 13px 0 25px !important;
    width: 100%;
    overflow: hidden;
}

.best-catalog .slide {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    margin: -1px 0 0 -1px;
    outline: none;
    vertical-align: top;
    padding: 4px 0 4px 4px;
}



@media all and (min-width: 768px) {
    .best-catalog .slick-list {
        height: auto !important;
    }


    .best-catalog .slick-track {
        width: 100% !important;
        transform: none !important;
        height: auto !important;
        display: inline-flex;
        flex-wrap: wrap;
    }

    .best-catalog .slick-track:before {
        display: none;
    }

    .best-catalog .slide {
        float: none !important;
        height: auto;
        width: 33.333333% !important;
    }
}

@media all and (min-width: 1002px) {
    .best-catalog .slide {
        width: 25% !important;
    }
}

@media all and (min-width: 1259px) {
    .best-catalog .slide {
        width: 20% !important;
    }
}

@media all and (max-width: 767px) {
    .best-catalog {
        display: block;
        padding: 0 0 10px !important;
        margin: 0 !important;
    }

    .best-catalog .slide {
        border: 0;
        margin: 0 auto;
        display: block !important;
    }

    .best-catalog .slick-prev {
        background: url(../images/btn-prev.png) no-repeat;
        width: 26px;
        height: 50px;
        transform: none;
        left: 5px;
        top: 65px;
        z-index: 10;
    }

    .best-catalog .slick-prev:hover {
        background: url(../images/btn-prev-h.png) no-repeat;
    }

    .best-catalog .slick-next {
        background: url(../images/btn-next.png) no-repeat;
        width: 26px;
        height: 50px;
        transform: none;
        right: 5px;
        top: 65px;
        z-index: 10;
    }

    .best-catalog .slick-next:hover {
        background: url(../images/btn-next-h.png) no-repeat;
    }
}

.item-box {
    position: relative;
    padding: 20px;
}
.item-box:hover {
    box-shadow: 0 0 8px rgba(0,0,0,0.55);
    /*position: absolute;
    width: 251px;
    left: -3px;
    padding: 31px 31px;
    right: 0px;
    top: -11px;*/
    z-index: 10;
}
.sales-slider .slick-slide .item-box:hover, .products-slider .slick-slide .item-box:hover, .products-slider2 .slick-slide .item-box:hover, .siblings-slider .slick-slide .item-box:hover{
    padding: 16px;
    margin: 4px;
}
.image-box.item-box:hover
{
    position: static;
    padding: 20px;
    width: auto;
    box-shadow: none;
    left: auto;
    right: auto;
}

.catalog .item-box:hover {
    position: relative;
    width: auto;
    left: auto;
    /*padding: 20px;*/
    right: auto;
    top: -0px;
    z-index: auto;
    box-shadow: none;
}

.item-box.item-out .amount-wrap {
    position: relative;
}

.item-box.item-out .amount-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255, 255, 255, 0.8);
    z-index: 5;
}

.item-box.item-out .wrap {
    position: relative;
}

.item-box.item-out .wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255, 255, 255, 0.8);
    z-index: 5;
}

.item-box:hover .btn-yellow-bordered, .item-box:hover .to-favorite, .item-box:hover .btn-yellow-bordered-large, .item-box:hover .btn-yellow-bordered-xlarge {
    visibility: visible;
    transition: 0.5s all ease;
    opacity: 1;
}

.item-box:hover .title {
    color: #e2bd06;
    text-decoration: none;
    transition: 0.5s all ease;
}

.item-box hr {
    display: block;
    border: 0;
    border-top: 1px solid #eee;
    margin: 0;
    padding: 0;
}

.item-box .amount-wrap {
    margin: 0 0 12px 102px;
}

.item-box .code {
    display: inline-block;
    color: #666;
    margin: 0 0 6px;
    font-size: 13px;
}

.item-box .code-highlight {
    background-color: #fae6b4;
    padding: 1px 3px;
    font-weight: bold;
}

.item-box .image {
    height: 150px;
    text-align: center;
    margin: 0 0 12px;
    position: relative;
    transition: 0.5s all ease;
}

.item-box .image:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin: 0 -4px 0 0;
    width: 0;
    content: '';
}

.item-box .image img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.item-box .image:hover .info-drop {
    display: block;
}

.item-box .info-drop {
    position: absolute;
    top: 94px;
    left: 90%;
    width: 250px;
    border-radius: 3px;
    padding: 6px 9px;
    background: #fff;
    border: 1px solid #ffdc2d;
    z-index: 10;
    text-align: left;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    display: none;
}

.item-box .info-drop:after, .item-box .info-drop:before {
    right: 100%;
    top: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.item-box .info-drop:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
}

.item-box .info-drop:before {
    border-color: rgba(255, 220, 45, 0);
    border-right-color: #ffdc2d;
    border-width: 11px;
    margin-top: -11px;
}

.item-box .info-drop .char-table {
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 17px;
    overflow: hidden;
}

.item-box .info-drop .char-table td {
    vertical-align: top;
}

.item-box .info-drop .char-table td:first-child {
    padding: 3px 5px 3px 6px;
    width: 130px;
}

.item-box .info-drop .char-table td:last-child {
    overflow: hidden;
    padding: 3px 5px 3px 6px;
    margin: 0;
    color: #666;
}

.item-box .info-drop .char-table tr:nth-child(2n+1) {
    background: #eee;
}
/*
.item-box .stick-sale {
    vertical-align: top;
    display: inline-block;
    margin-left: 20px;
    height: 42px;
    font-size: 14px;
    line-height: 32px;
    padding: 5px 10px 5px 10px;
    position: relative;
    background: #ffba42;
    color: #000;
    font-weight: bold;
    text-align: left;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 44px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 5px;
}

.item-box .stick-sale:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(217, 94, 40, 0);
    border-right-color: #ffba42;
    border-width: 21px;
    margin-top: -21px;
    pointer-events: none;
}

.item-box .stick-sale:after {
    position: absolute;
    display: block;
    left: -8px;
    top: 50%;
    height: 8px;
    width: 8px;
    border-radius: 8px;
    background: #fff;
    margin-top: -4px;
    content: '';
}
*/
.item-box .stick-sale {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #000;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    background: #ffdc2d; }
/**/

.item-box .text-box {
    text-align: center;
    height: 50px;
    overflow: hidden;
    transition: 0.5s all ease;
}

.item-box .text-box hr {
    display: none;
}

.item-box .title {
    display: block;
    display: -webkit-box;
    font-size: 13px;
    line-height: 20px;
    color: #0a0a0a;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: 0.5s all ease;
}

.item-box .title:hover {
    color: #e2bd06;
    text-decoration: none;
}

.item-box .title-note {
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #666;
}

.item-box .price-box {
    float: left;
    padding-top: 6px;
}

.item-box .price {
    display: block;
    font-weight: 500;
    font-size: 19px;
    line-height: 27px;
}

.item-box .price sup {
    font-weight: normal;
}

.item-box .new-price {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    color: #d74f05;
}

.item-box .new-price sup {
    font-weight: normal;
}

.item-box .old-price {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    color: #9e9e9e;
    text-decoration: line-through;
}

.item-box .old-price sup {
    font-weight: normal;
}

.item-box .btn-yellow-bordered, .item-box .btn-yellow-bordered-large, .item-box .btn-yellow-bordered-xlarge {
    float: right;
    opacity: 0.8;
    transition: 0.5s all ease;
}

.item-box .availability {
    width: 100%;
    display: inline-block;
    color: #666;
    margin: 0 0 7px 0;
    font-size: 12px;
}

.item-box .availability:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    display: inline-block;
    vertical-align: top;
    margin: 3px 9px 0 0;
}

.item-box .availability.in-stock:before {
    background: #0fa208;
}

.item-box .availability.out-stock:before {
    background: #b90505;
}

.content-box .availability.in-cart{color:green;}

.item-box .availability.on-order:before {
    background: #d79014;
}

@media all and (max-width: 1001px) {
    .item-box .amount-wrap {
        margin: 0 0 12px;
    }
}

@media all and (max-width: 767px) {
    .item-box .btn-yellow-bordered, .item-box .btn-yellow-bordered-large, .item-box .btn-yellow-bordered-xlarge {
        visibility: visible;
    }

    .item-box .text-box {
        min-height: 5px;
        padding-bottom: 15px;
    }
}

.callback-box {
    text-align: center;
    padding: 23px 20px;
}

.callback-box .ico-holder {
    margin: 0 0 24px;
}

.callback-box .ico-holder img {
    display: block;
    margin: 0 auto;
}

.callback-box .title {
    display: block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #222;
    text-decoration: underline;
    margin: 0 0 8px;
}

.callback-box .title:hover {
    text-decoration: none;
}

.callback-box p {
    font-size: 14px;
    margin: 0;
    color: #666;
}

.show-all {
    display: block;
    border: 1px solid #e1e1e1;
    height: 54px;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    color: #222;
    margin: 0 14px 39px;
}

.show-all:hover {
    text-decoration: none;
    box-shadow: none;
}

@media all and (max-width: 767px) {
    .show-all {
        border-radius: 10px;
    }
}

.category-slider {
    margin: 0 !important;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fafafa;
    padding: 24px 14px;
}

.category-slider .slick-slide {
    width: 25%;
    outline: none;
    padding: 0 30px 0 0;
}

.category-slider .category-title {
    display: block;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    color: #333;
    margin: 0 0 13px;
}

.category-slider .category-list li {
    margin: 0 0 5px;
}

.category-slider .category-list a {
    color: #666;
}

.category-slider .slick-dots {
    bottom: 16px;
    padding: 0 0 0 4px;
}

.category-slider .slick-dots li {
    margin: 0;
}

.category-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    background: #2f2f2f;
    border-radius: 50%;
    padding: 0;
}

.category-slider .slick-dots li.slick-active button {
    background: #ffdc2d;
}

@media all and (max-width: 1001px) {
    .category-slider {
        padding-bottom: 60px;
    }
}

.new-sales {
    padding: 28px 0 10px;
}

.new-sales .info-banners {
    float: right;
    width: 200px;
    margin-left: 30px;
}

.new-sales .banner-region {
    height: 180px;
    background: #ffdc2d;
    border-radius: 5px;
    display: block;
    margin: 0 0 10px;
    padding: 30px 0 0 22px;
}

.new-sales .banner-region:hover {
    text-decoration: none;
}

.new-sales .banner-region:hover .title span {
    text-decoration: none;
}

.new-sales .banner-region img {
    display: block;
    margin: 0 0 18px;
}

.new-sales .banner-region .title {
    color: #1e0e00;
    display: block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    line-height: 22px;
}

.new-sales .banner-region .title span {
    text-decoration: underline;
}

.new-sales .banner-numbers {
    height: 180px;
    background: #222;
    border-radius: 5px;
    display: block;
    margin: 0 0 10px;
    padding: 60px 0 0 22px;
}

.new-sales .banner-numbers:hover {
    text-decoration: none;
}

.new-sales .banner-numbers:hover .title span {
    text-decoration: none;
}

.new-sales .banner-numbers img {
    display: block;
    margin: 0 0 18px;
}

.new-sales .banner-numbers .title {
    color: #fff;
    display: block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    line-height: 22px;
}

.new-sales .banner-numbers .title span {
    text-decoration: underline;
}

@media all and (max-width: 767px) {
    .new-sales .info-banners {
        display: none;
    }
}

.sales-slider, .products-slider, .products-slider2, .siblings-slider {
    overflow: hidden;
    padding: 18px 0 60px;
    margin: 0 !important;
    overflow-y: visible;
}
.sales-slider {
    padding: 18px 20px 60px;
}
.sales-slider .slick-slide, .products-slider .slick-slide, .products-slider2 .slick-slide, .siblings-slider .slick-slide {
    padding: 0 8px;
    outline: none;
    overflow: visible;
    position: relative;
}

.sales-slider .slick-dots, .products-slider .slick-dots, .products-slider2 .slick-dots, .siblings-slider .slick-dots {
    bottom: 16px;
    padding: 0 0 0 4px;
}

.sales-slider .slick-dots li, .products-slider .slick-dots li, .products-slider2 .slick-dots li, .siblings-slider .slick-dots li {
    margin: 0;
}

.sales-slider .slick-dots li button, .products-slider .slick-dots li button, .products-slider2 .slick-dots li button, .siblings-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    background: #2f2f2f;
    border-radius: 50%;
    padding: 0;
}

.sales-slider .slick-dots li.slick-active button, .products-slider .slick-dots li.slick-active button, .products-slider2 .slick-dots li.slick-active button, .siblings-slider .slick-dots li.slick-active button {
    background: #ffdc2d;
}

.sales-slider .slick-prev, .products-slider .slick-prev, .products-slider2 .slick-prev, .siblings-slider .slick-prev {
    background: url(../images/btn-prev.png) no-repeat;
    width: 26px;
    height: 50px;
    transform: none;
    left: 5px;
    top: 65px;
    z-index: 10;
}
.sales-slider .slick-prev {
    top: 50%;
    margin-top: -43.5px;
    left: 0;
}
.sales-slider .slick-prev:hover, .products-slider .slick-prev:hover, .products-slider2 .slick-prev:hover, .siblings-slider .slick-prev:hover {
    background: url(../images/btn-prev-h.png) no-repeat;
}

.sales-slider .slick-next, .products-slider .slick-next, .products-slider2 .slick-next, .siblings-slider .slick-next {
    background: url(../images/btn-next.png) no-repeat;
    width: 26px;
    height: 50px;
    transform: none;
    right: 5px;
    top: 65px;
    z-index: 10;
}
.sales-slider .slick-next {
    top: 50%;
    margin-top: -43.5px;
    right: 0;
}
.sales-slider .slick-next:hover, .products-slider .slick-next:hover, .products-slider2 .slick-next:hover, .siblings-slider .slick-next:hover {
    background: url(../images/btn-next-h.png) no-repeat;
}

.info-slider {
    padding: 27px 55px 60px;
    position: relative;
}

.info-slider .slick-prev {
    background: url(../images/btn-prev.png) no-repeat;
    width: 26px;
    height: 50px;
    transform: none;
    left: 20px;
    top: 85px;
    z-index: 10;
}

.info-slider .slick-prev:hover {
    background: url(../images/btn-prev-h.png) no-repeat;
}

.info-slider .slick-next {
    background: url(../images/btn-next.png) no-repeat;
    width: 26px;
    height: 50px;
    transform: none;
    right: 20px;
    top: 85px;
    z-index: 10;
}

.info-slider .slick-next:hover {
    background: url(../images/btn-next-h.png) no-repeat;
}

.info-slider .slick-slide {
    padding: 0 40px;
}

.info-slider .image {
    display: block;
    margin: 0 0 16px;
}

.info-slider .image img {
    display: block;
    width: 100%;
    height: auto;
}

.info-slider .title {
    font-size: 18px;
    line-height: 22px;
    display: block;
    font-weight: bold;
    margin: 0 0 10px;
    color: #222;
}

.info-slider p {
    color: #666666;
    line-height: 18px;
    font-size: 13px;
    margin: 0 0 10px;
}

.info-slider .slick-dots {
    bottom: 16px;
    padding: 0 0 0 4px;
}

.info-slider .slick-dots li {
    margin: 0;
}

.info-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    background: #2f2f2f;
    border-radius: 50%;
    padding: 0;
}

.info-slider .slick-dots li.slick-active button {
    background: #ffdc2d;
}

.info-slider .date {
    display: block;
    font-size: 13px;
    color: #222;
}

@media all and (max-width: 1001px) {
    .info-slider .slick-slide {
        padding: 0 30px;
    }
}

@media all and (max-width: 767px) {
    .info-slider {
        padding: 27px 0 40px;
    }

    .info-slider .image {
        display: none;
    }

    .info-slider .slick-slide {
        padding: 0 20px;
    }

    .info-slider .slick-dots {
        bottom: 10px;
        white-space: nowrap;
        overflow: hidden;
    }

    .info-slider .slick-dots li button {
        width: 10px;
        height: 10px;
    }
}

.promo-text {
    border-top: 1px solid #eee;
    padding: 20px 14px 10px;
}

.promo-text h1 {
    margin: 0 0 18px;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}

.promo-text p {
    margin: 0 0 9px;
    color: #0a0a0a;
}
.promo-text li{
    color: #0a0a0a;
}
.promo-text h2{
    margin: 0 0 .5em;
}
@media all and (max-width: 767px) {
    .promo-text {
        padding: 20px 0 0;
    }
}

@media all and (max-width: 767px) {
    .footer {
        margin: 0 -14px;
    }
}

.footer-top {
    border-top: 1px solid #eee;
    background: #fafafa;
    padding: 18px 17px 22px;
}

@media all and (max-width: 767px) {
    .footer-top {
        padding: 0;
    }
}

.footer-nav {
    float: left;
}

.footer-nav > li {
    width: 200px;
    float: left;
    padding: 0 20px 0 0;
    vertical-align: top;
}

.footer-nav .opener {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    display: block;
    margin: 0 0 7px;
    cursor: default;
}

.footer-nav .opener:hover {
    text-decoration: none;
}

.footer-nav ul li {
    margin: 0 0 7px;
}

.footer-nav ul a {
    color: #666;
    font-size: 14px;
}

.footer-nav ul a:hover {
    text-decoration: underline;
    color: #222;
}

@media all and (max-width: 1258px) {
    .footer-nav > li {
        width: 170px;
    }
}

@media all and (max-width: 1001px) {
    .footer-nav {
        float: none;
        margin: 0 0 25px;
    }

    .footer-nav > li {
        width: 200px;
    }
}

@media all and (min-width: 768px) {
    .footer-nav .slide {
        display: block !important;
        position: static !important;
        height: auto !important;
    }
}

@media all and (max-width: 767px) {
    .footer-nav {
        padding: 0;
    }

    .footer-nav > li {
        width: auto;
        float: none;
        border-top: 1px solid #eee;
    }

    .footer-nav > li:first-child {
        border: 0;
    }

    .footer-nav > li.active .opener:before {
        background: url(../images/ico-minus.png) no-repeat 0 0/100% 100%;
        width: 18px;
        height: 3px;
        margin-top: -2px;
    }

    .footer-nav .opener {
        padding: 17px;
        position: relative;
        margin: 0;
    }

    .footer-nav .opener:before {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -6px;
        background: url(../images/ico-plus.png) no-repeat 0 0/100% 100%;
        width: 12px;
        height: 12px;
        content: '';
    }

    .footer-nav ul {
        padding: 0 17px 17px;
    }
}

.footer-contacts {
    float: right;
    width: 376px;
}

.footer-contacts .phone {
    display: block;
    font-weight: 500;
    color: #333;
    font-size: 21px;
}

.footer-contacts .phone:hover {
    text-decoration: none;
}

.footer-contacts p {
    margin: 10px 0 0;
    color: #8c8c8c;
    font-size: 14px;
    line-height: 24px;
}

.footer-contacts p a {
    color: #666;
}

@media all and (max-width: 1258px) {
    .footer-contacts {
        width: 300px;
    }
}

@media all and (max-width: 1001px) {
    .footer-contacts {
        float: none;
        width: auto;
        margin: 0 -17px;
        padding: 9px 17px;
        border-top: 1px solid #eee;
    }

    .footer-contacts .wrap {
        float: left;
        width: 200px;
    }

    .footer-contacts p {
        margin: 0;
        overflow: hidden;
        line-height: 22px;
    }
}

@media all and (max-width: 767px) {
    .footer-contacts {
        margin: 0;
    }

    .footer-contacts .wrap {
        float: none;
        width: auto;
        margin: 0 0 20px;
    }

    .footer-contacts p {
        margin: 0;
        overflow: hidden;
        line-height: 22px;
    }
}

.footer-bottom {
    background: #eee;
    padding: 20px 17px 24px;
}

.subs-wrap {
    float: left;
}

.subs-wrap .label {
    display: block;
    font-size: 14px;
    color: #666;
    margin: 0 0 6px;
}

.subs-wrap .text {
    height: 32px;
    background: #fff;
    border-radius: 5px;
    width: 300px;
    padding: 0 15px;
    margin: 0 8px 0 0;
    border: 0;
    font-size: 16px;
}

.subs-wrap .text.valid-no {
    border: 1px solid #f0c2c2;
}

@media all and (max-width: 1001px) {
    .subs-wrap .text {
        width: 230px;
    }
}

@media all and (max-width: 767px) {
    .subs-wrap {
        margin: 0 0 25px;
        float: none;
    }

    .subs-wrap .text {
        width: 100%;
        margin: 0 0 8px;
    }
}

.social {
    width: 376px;
    float: right;
}

.social li {
    float: left;
    margin: 8px 20px 0 0;
}

.social a {
    display: block;
    background: url(../images/bg-social.png) no-repeat;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    overflow: hidden;
}

.social a.facebook {
    background-position: 0 0;
}

.social a.facebook:hover {
    background-position: 0 -50px;
}

.social a.vk {
    background-position: -72px 0;
}

.social a.vk:hover {
    background-position: -72px -50px;
}

.social a.twitter {
    background-position: -146px 0;
}

.social a.twitter:hover {
    background-position: -146px -50px;
}

.social a.instagram {
    background-position: -218px 0;
}

.social a.instagram:hover {
    background-position: -218px -50px;
}



@media all and (max-width: 1258px) {
    .social {
        width: 300px;
    }
}

@media all and (max-width: 1001px) {
    .social {
        width: auto;
    }

    .social li {
        margin-right: 10px;
    }

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

@media all and (max-width: 767px) {
    .social {
        float: none;
    }

    .social li {
        margin: 0 20px 0 0;
    }
}

.copy-wrap {
    padding: 17px 17px 20px;
    color: #8c8c8c;
    font-size: 14px;
    line-height: 22px;
}

.pages-promo {
    padding: 50px 0;
}

.pages-promo h2 {
    font-size: 30px;
    margin: 0 0 40px;
}

.pages-promo table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}

.pages-promo table td {
    padding: 10px 20px;
    font-size: 16px;
}

.pages-promo table td:first-child {
    width: 100px;
}

.pages-promo table td a {
    color: #222;
    text-decoration: underline;
}

.pages-promo table thead td {
    font-weight: 500;
    border-bottom: 1px solid #eee;
}

.pages-promo table tbody td {
    padding: 15px 20px;
}

.login-form, .feedback-form, .fast-buy-form {
    max-width: 425px;
    margin: 0 auto;
    padding: 46px 10px 20px;
}

.login-form h4, .feedback-form h4, .fast-buy-form h4 {
    font-weight: bold;
    margin: 0 0 10px;
    font-size: 20px;
}

.login-form .error-text, .feedback-form .error-text, .fast-buy-form .error-text, .login-form .error-text-email, .feedback-form .error-text-email, .fast-buy-form .error-text-email {
    color: #c20101;
    min-height: 17px;
    visibility: hidden;
    margin: 0 0 6px;
    display: block;
}

.login-form .text-field, .feedback-form .text-field, .fast-buy-form .text-field {
    border-radius: 10px;
    border: 4px solid #fff1ab;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 12px;
    margin: 0 0 18px;
}

.login-form .text-field.valid-no, .feedback-form .text-field.valid-no, .fast-buy-form .text-field.valid-no {
    border-color: #f0c2c2;
}

.login-form .parent-valid-no .error-text-email, .feedback-form .parent-valid-no .error-text-email, .fast-buy-form .parent-valid-no .error-text-email {
    visibility: visible;
}

.login-form .forgot, .feedback-form .forgot, .fast-buy-form .forgot {
    display: block;
    margin: 0 0 30px;
    color: #000;
    text-decoration: underline;
}

.login-form .forgot:hover, .feedback-form .forgot:hover, .fast-buy-form .forgot:hover {
    text-decoration: none;
}

.login-form .submit, .feedback-form .submit, .fast-buy-form .submit {
    padding-left: 55px;
    padding-right: 55px;
    display: inline-block;
}

.login-form .btn-wrap, .feedback-form .btn-wrap, .fast-buy-form .btn-wrap {
    text-align: center;
}

@media all and (max-width: 767px) {
    .login-form, .feedback-form, .fast-buy-form {
        padding: 26px 0 20px;
        min-width: 100%;
    }
}

.register-benefits {
    padding: 90px 0 0;
}

.register-benefits .bulleted-list li {
    color: #666;
    padding: 0 0 7px 9px;
    position: relative;
}

.register-benefits .bulleted-list li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 6px;
    left: 0;
}

@media all and (max-width: 767px) {
    .register-benefits {
        padding: 40px 0 0;
    }
}

.radio-row {
    margin: 0 0 8px;
}

.radio-row .row-label {
    float: left;
    color: #666;
    width: 44px;
}

.radio-list {
    overflow: hidden;
    position: relative;
}

.radio-list > li {
    float: left;
    margin: 0 40px 4px 0;
    position: relative;
}

.radio-list > li:last-child {
    margin: 0;
}

.radio-list .radio {
    display: none;
}

.radio-list label {
    display: block;
    position: relative;
    color: #666;
    padding: 0 0 0 21px;
}

.radio-list label:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    content: '';
    border: 1px solid #cccfd1;
}

.radio-list .radio:checked + label:after {
    position: absolute;
    top: 6px;
    left: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    content: '';
    background: #000;
}

.breadcrumbs {
    position: relative;
    padding: 0 0 20px 31px;
    margin-left: 15px;
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 5px;
    color: #666;
}

.breadcrumbs li:after {
    content: '/';
    margin-left: 4px;
}

.breadcrumbs li:first-child {
    position: absolute;
    top: 3px;
    left: 0;
}

.breadcrumbs li:first-child:after {
    display: none;
}

.breadcrumbs li:first-child a {
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/ico-home.png) no-repeat;
    width: 22px;
    height: 10px;
    display: block;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.breadcrumbs li a {
    color: #666;
}

@media all and (max-width: 1001px) {
    .breadcrumbs {
        display: none;
    }
}

.item-slider {
    border: 1px solid #e5e5e5;
    height: 646px;
    margin: 0 0 34px;
}

.item-slider .slick-slide {
    height: 646px;
    text-align: center;
    position: relative;
    outline: none;
}

.item-slider .slick-slide:before {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    content: '';
}

.item-slider .slick-slide img {
    display: inline-block;
    vertical-align: middle;
    max-width: 95%;
    max-height: 90%;
    width: auto;
    height: auto;
}

.item-slider .fancybox2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.item-slider .fancybox2:hover {
    text-decoration: none;
}

.item-slider .fancybox2 span {
    position: absolute;
    bottom: 6px;
    left: 4px;
    color: #000;
    text-decoration: underline;
    background: url(../images/ico-zoom.png) no-repeat;
    padding: 0 0 0 27px;
    height: 19px;
}

@media all and (max-width: 1001px) {
    .item-slider {
        height: auto;
    }

    .item-slider .slick-slide {
        height: auto;
        padding: 30px;
    }

    .item-slider .slick-slide img {
        max-width: 70%;
        max-height: 275px;
    }

    .item-slider .fancybox2 {
        display: none;
    }
}

.item-slider-nav {
    padding: 0 35px;
}

.item-slider-nav .slick-slide {
    outline: none;
}

.item-slider-nav .slick-slide .holder {
    width: 112px;
    height: 112px;
    text-align: center;
    margin: 0 auto;
    border: 2px solid transparent;
}

.item-slider-nav .slick-slide .holder:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    height: 100%;
    width: 0;
    margin: 0 -4px 0 0;
}

.item-slider-nav .slick-slide img {
    width: auto;
    height: auto;
    max-width: 98%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.item-slider-nav .slick-slide.slick-current .holder {
    border: 2px solid #ffdc2d;
}

.item-slider-nav .slick-prev {
    background: url(../images/btn-prev.png) no-repeat 0 0/25px 45px;
    width: 25px;
    height: 45px;
    transform: none;
    left: 5px;
    top: 50%;
    margin-top: -23px;
    z-index: 10;
}

.item-slider-nav .slick-prev:hover {
    background: url(../images/btn-prev-h.png) no-repeat 0 0/25px 45px;
}

.item-slider-nav .slick-next {
    background: url(../images/btn-next.png) no-repeat 0 0/25px 45px;
    width: 25px;
    height: 45px;
    transform: none;
    right: 5px;
    top: 50%;
    margin-top: -23px;
    z-index: 10;
}

.item-slider-nav .slick-next:hover {
    background: url(../images/btn-next-h.png) no-repeat 0 0/25px 45px;
}

@media all and (max-width: 1258px) {
    .item-slider-nav .slick-slide .holder {
        width: 75px;
        height: 75px;
    }
}

@media all and (max-width: 1001px) {
    .item-slider-nav .slick-slide .holder {
        width: 45px;
        height: 45px;
    }
}

@media all and (max-width: 767px) {
    .item-slider-nav .slick-prev {
        background: url(../images/btn-prev.png) no-repeat 0 0/100% 100%;
        width: 18px;
        height: 35px;
        margin-top: -17px;
    }

    .item-slider-nav .slick-prev:hover {
        background: url(../images/btn-prev-h.png) no-repeat 0 0/100% 100%;
    }

    .item-slider-nav .slick-next {
        background: url(../images/btn-next.png) no-repeat 0 0/100% 100%;
        width: 18px;
        height: 35px;
        margin-top: -17px;
    }

    .item-slider-nav .slick-next:hover {
        background: url(../images/btn-next-h.png) no-repeat 0 0/100% 100%;
    }
}

.item-info {
    position: relative;
    padding: 0 14px 20px;
}

.item-info .item-slider-holder {
    padding: 0 10px 0 0;
    position: relative;
}

.item-info h1 {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    margin: 0 0 25px;
}

.item-info .char-list {
    margin: 0;
    padding-bottom: 10px;
}

.item-info .char-list dt {
    float: left;
    clear: left;
    margin: 0;
    width: 125px;
    color: #000;
    font-weight: 500;
}

.item-info .char-list dd {
    margin: 0 0 7px;
    color: #666;
}

.item-info .availability {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    color: #666;
    margin: 0 16px 18px 0;
}

.item-info .availability:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    display: inline-block;
    vertical-align: top;
    margin: 3px 9px 0 0;
}

.item-info .availability.in-stock:before {
    background: #0fa208;
}

.item-info .availability.out-stock:before {
    background: #b90505;
}

.item-info .inform {
    display: inline-block;
    vertical-align: top;
    color: #222;
    border-bottom: 1px dashed #222;
}

.item-info .inform:hover {
    text-decoration: none;
    border: 0;
}

@media all and (max-width: 1001px) {
    .item-info h1 {
        font-size: 24px;
        margin: 0 0 15px;
    }
}

@media all and (max-width: 767px) {
    .item-info {
        padding: 0 0 20px;
    }

    .item-info .char-list {
        padding-bottom: 5px;
    }

    .item-info .item-slider-holder {
        padding: 0;
    }
}

.checkbox, .radio {
    display: none;
}

.check-label, .radio-label {
    display: block;
    padding: 0 0 0 27px;
    position: relative;
    line-height: 16px;
    color: #666;
    cursor: pointer;
    word-wrap: break-word;
}

.check-label:before, .radio-label:before {
    width: 16px;
    height: 16px;
    content: '';
    border: 1px solid #cbced0;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
}

.checkbox:checked + .check-label, .checkbox:checked + .radio-label {
    color: #000;
}

.checkbox:checked + .check-label:after, .checkbox:checked + .radio-label:after {
    position: absolute;
    top: 0;
    left: 4px;
    content: '';
    background: url(../images/bg-check.png) no-repeat;
    width: 15px;
    height: 12px;
}

.radio:checked + .radio-label {
    color: #000;
}

.radio:checked + .radio-label:after {
    position: absolute;
    top: 0;
    left: 4px;
    content: '';
    background: #000;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.radio-label {
    line-height: 19px;
}

.radio-label:before {
    border-radius: 50%;
}

.amount-wrap {
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    min-width: 82px;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}

.amount-wrap .minus, .amount-wrap .plus {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
    border-radius: 2px 0 0 2px;
    width: 14px;
    height: 25px;
}

.amount-wrap .minus:hover, .amount-wrap .plus:hover {
    background: #ffdc2d;
}

.amount-wrap .minus:before, .amount-wrap .plus:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    margin: -4px 0 0 -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-color: transparent #000000 transparent transparent;
}

.amount-wrap .plus {
    border-radius: 0 2px 2px 0;
    margin: 0;
}

.amount-wrap .plus:before {
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #000000;
    margin-left: -1px;
}

.amount-wrap .text {
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
    height: 25px;
    width: 52px;
    border: 0;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    text-align: center;
}

.item-info-text {
    padding: 0 0 0 10px;
}

.item-info-text hr {
    display: block;
    border: 0;
    border-top: 1px solid #eee;
    margin: 0 0 16px;
    padding: 0;
}

.item-info-text .count-wrap {
    margin: 0 0 14px;
    padding-top: 12px;
}

.item-info-text .price-row {
    margin: 0 0 23px;
}

.item-info-text .price-wrap {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    min-width: 100px;
}

.item-info-text .old-price {
    display: inline-block;
    vertical-align: bottom;
    font-size: 20px;
    line-height: 20px;
    color: #9e9e9e;
    margin: 0 10px 0 0;
}

.item-info-text .old-price span {
    text-decoration: line-through;
}

.item-info-text .old-price sup, .item-info-text .old-price .price-value {
    text-decoration: none;
}

.item-info-text .sale-price {
    display: inline-block;
    vertical-align: bottom;
    font-size: 30px;
    color: #d74f05;
    margin: 0 8px 0 0;
}

.item-info-text .sale-price sup, .item-info-text .sale-price .price-value {
    text-decoration: none;
}

.item-info-text .price {
    display: inline-block;
    vertical-align: bottom;
    font-size: 30px;
    color: #1e0e00;
    margin: 0 8px 0 0;
}

.item-info-text .price sup, .item-info-text .price .price-value {
    text-decoration: none;
}

.item-info-text .btn-yellow-bordered-large, .item-info-text .btn-gray-large {
    vertical-align: middle;
    margin: 0 8px 0 0;
    min-width: 155px;
    text-align: center;
}

.item-info-text .sale-sticker {
    vertical-align: top;
    display: inline-block;
    margin-left: 20px;
    height: 42px;
    font-size: 14px;
    line-height: 17px;
    padding: 5px 10px 5px 10px;
    position: relative;
    background: #ffdc2d;
    color: #000;
    text-align: left;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 300;
}

.item-info-text .sale-sticker .discount-sum {
    display: block;
    font-weight: 600;
}

.item-info-text .sale-sticker .price-value {
    font-weight: normal;
}

.item-info-text .sale-sticker:after {
    position: absolute;
    display: block;
    left: -8px;
    top: 50%;
    height: 8px;
    width: 8px;
    border-radius: 8px;
    background: #fff;
    margin-top: -4px;
    content: '';
}

.item-info-text .sale-sticker:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(217, 94, 40, 0);
    border-right-color: #ffdc2d;
    border-width: 21px;
    margin-top: -21px;
    pointer-events: none;
}

.item-info-text .to-favorite {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px dashed #656565;
    color: #000;
    margin: 10px 0;
}

.item-info-text .to-favorite:hover {
    border-bottom: 1px solid transparent;
    text-decoration: none;
}

@media all and (max-width: 1258px) {
    .item-info-text .old-price {
        display: block;
    }

    .item-info-text .sale-price {
        display: block;
    }

    .item-info-text .price-wrap {
        min-width: 100px;
    }
}

@media all and (max-width: 1001px) {
    .item-info-text .to-favorite {
        margin: 20px 50px 0 0;
        font-size: 19px;
    }

    .item-info-text .sale-price {
        font-size: 27px;
    }

    .item-info-text .btn-yellow-bordered-large, .item-info-text .btn-gray-large {
        margin-right: 0;
    }

    .item-info-text .price-wrap {
        min-width: 100px;
    }
}

@media all and (max-width: 767px) {
    .item-info-text {
        padding-left: 0;
    }

    .item-info-text .btn-yellow-bordered-large, .item-info-text .btn-gray-large {
        min-width: 100px;
        margin: 0;
    }

    .item-info-text .btn-gray-large {
        display: block;
        margin-top: 10px;
        width: 200px;
    }

    .item-info-text .to-favorite {
        margin: 5px 0 0 15px;
    }
}

@media all and (max-width: 479px) {
    .item-info-text .to-favorite {
        margin: 10px 100px 0 0;
    }
}

.no-comments {
    padding: 25px 25px 35px;
    display: block;
    color: #666;
}

.item-tabs-wrap {
    padding: 30px 0 0 10px;
}

.item-tabs-wrap .nav-tabs {
    width: 100%;
    display: table;
}

.item-tabs-wrap .nav-tabs li {
    vertical-align: top;
    display: table-cell;
}

.item-tabs-wrap .nav-tabs li.active a {
    border-top: 2px solid #ffdc2d;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    background: #fff;
}

.item-tabs-wrap .nav-tabs a {
    display: block;
    text-align: center;
    color: #000;
    height: 36px;
    line-height: 34px;
    border-top: 2px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    position: relative;
    z-index: 2;
}

.item-tabs-wrap .nav-tabs a:hover {
    text-decoration: none;
    border-top: 2px solid #ffdc2d;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

.item-tabs-wrap .tab-content {
    border: 1px solid #ddd;
    margin-top: -1px;
    padding: 0;
}

.item-tabs-wrap .tab-content .tab-pane {
    display: none;
}

#myTabContent .tab-pane{
    padding: 24px 21px;
}
#myTabContent #tab5,#myTab a[href="#tab5"]{
    background: #FFFF99;
}

.item-tabs-wrap .tab-content .tab-pane.active {
    display: block;
}

.item-tabs-wrap .tab-content p {
    color: #666;
}

@media all and (max-width: 767px) {
    .item-tabs-wrap {
        padding: 20px 0;
    }

    .item-tabs-wrap h4 {
        margin: 0;
    }

    .item-tabs-wrap .panel-body {
        padding: 20px 0;
    }

    .item-tabs-wrap .panel-heading a {
        display: block;
        background: #fafafa;
        border-top: 2px solid #eee;
        border-bottom: 2px solid #eee;
        margin: 0 -14px;
        padding: 0 14px;
        height: 52px;
        line-height: 48px;
        font-size: 20px;
        position: relative;
        text-decoration: none;
        color: #222;
    }

    .item-tabs-wrap .panel-heading a:before {
        position: absolute;
        top: 50%;
        right: 14px;
        background: url(../images/ico-minus.png) no-repeat 0 0/100% 100%;
        width: 18px;
        height: 3px;
        content: '';
        margin-top: -1px;
    }

    .item-tabs-wrap .panel-heading a.collapsed:before {
        position: absolute;
        top: 50%;
        right: 14px;
        background: url(../images/ico-plus.png) no-repeat 0 0/100% 100%;
        width: 15px;
        height: 15px;
        content: '';
        margin-top: -10px;
    }
}

.char-table {
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    width: 100%;
}

.char-table td {
    padding: 4px 20px 4px 8px;
    line-height: 19px;
    color: #666;
}

.char-table td:first-child {
    color: #000;
    width: 50%;
}

.char-table tr:nth-child(2n+1) {
    background: #eee;
}

.shops-availability {
    max-height: 270px;
}

.shops-list li {
    padding: 13px 0 0;
}

.shops-list .shop-address {
    float: left;
    width: 70%;
    padding: 0 30px 0 0;
    line-height: 18px;
}

@media all and (max-width: 767px) {
    .shops-list .shop-address {
        padding-right: 15px;
        width: 60%;
    }
}

.comments-wrap {
    padding: 0;
}

@media all and (max-width: 767px) {
    .comments-wrap {
        padding: 0 0 20px;
    }
}

.comment-box {
    padding: 25px 0;
    margin: 0 32px;
    border-top: 1px solid #eee;
}

.comment-box:first-child {
    border: 0;
}

.comment-box .comment-text {
    color: #666;
    line-height: 18px;
    margin: 0 0 10px;
}

.comment-box .slide {
    display: none;
}

.comment-box .comment-opener {
    color: #000;
    text-decoration: underline;
}

.comment-box .comment-opener em {
    display: none;
    font-style: normal;
}

.comment-box .comment-opener:hover {
    text-decoration: none;
}

.comment-box.expanded span {
    display: none;
}

.comment-box.expanded em {
    display: inline;
}

@media all and (max-width: 767px) {
    .comment-box {
        margin: 0;
    }
}

.comment-info {
    margin: 0 0 18px;
}

.comment-info dt {
    width: 170px;
    float: left;
    clear: left;
    color: #000;
}

.comment-info dd {
    float: left;
    color: #666;
    margin: 0 0 7px;
}

@media all and (max-width: 767px) {
    .comment-info dt {
        width: 50%;
        padding: 0 15px 7px 0;
    }

    .comment-info dd {
        width: 50%;
    }
}

.products-slider, .products-slider2, .siblings-slider {
    padding: 0 20px 60px;
    margin: 0 0 20px !important;
}

.products-slider .slick-prev, .products-slider2 .slick-prev, .siblings-slider .slick-prev {
    background: url(../images/btn-prev.png) no-repeat 0 0/25px 45px;
    width: 25px;
    height: 45px;
    transform: none;
    left: 10px;
    top: 160px;
    z-index: 10;
}

.products-slider .slick-prev:hover, .products-slider2 .slick-prev:hover, .siblings-slider .slick-prev:hover {
    background: url(../images/btn-prev-h.png) no-repeat 0 0/25px 45px;
}

.products-slider .slick-next, .products-slider2 .slick-next, .siblings-slider .slick-next {
    background: url(../images/btn-next.png) no-repeat 0 0/25px 45px;
    width: 25px;
    height: 45px;
    transform: none;
    right: 10px;
    top: 160px;
    z-index: 10;
}

.products-slider .slick-prev,
.products-slider2 .slick-prev {
    left: 0px;
}

.products-slider .slick-next,
.products-slider2 .slick-next {
    right: 0px;
}

.products-slider2 .slick-prev,
.products-slider2 .slick-next {
    top: 50%;
    margin-top: -32.5px;
}
.products-slider.js_viewed_product_slider .slick-prev,
.products-slider.js_viewed_product_slider .slick-next,
.products-slider.js_analog_products_slider .slick-prev,
.products-slider.js_analog_products_slider .slick-next {
    top: 50%;
    margin-top: -52.5px;
}
.products-slider .slick-next:hover, .products-slider2 .slick-next:hover, .siblings-slider .slick-next:hover {
    background: url(../images/btn-next-h.png) no-repeat 0 0/25px 45px;
}

.products-slider2 {
    padding-bottom: 20px;
}

.fancybox-wrap .modal-window {
    position: static;
    left: 0;
    top: 0;
}

.modal-window {
    padding: 50px 54px 55px;
    width: 830px;
    background: #fff;
    z-index: 10;
    position: absolute;
    left: -9999px;
    top: -9999px;
    display: block !important;
}

.modal-window h3,.modal-window .h3 {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    margin: 0 0 24px;
}

.modal-window .success-message {
    font-size: 18px;
    display: block;
    text-align: center;
    padding: 20px 0;
}

@media all and (max-width: 1001px) {
    .modal-window {
        width: 600px;
    }
}

@media all and (max-width: 767px) {
    .modal-window {
        width: 280px;
        padding: 25px 20px 20px;
    }

    .modal-window .slick-dots {
        left: 0;
    }
}

#popup2 {
    width: 490px;
}

@media all and (max-width: 767px) {
    #popup2 {
        width: 280px;
    }

    #popup2 h3 {
        font-size: 20px;
    }

    #popup2 .success-message {
        padding-top: 35px;
    }
}

.review-form .text-field {
    border-radius: 10px;
    border: 4px solid #fff1ab;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 12px;
    margin: 0 0 18px;
    max-width: 407px;
}

.review-form .text-field.valid-no {
    border-color: #f0c2c2;
}

.review-form .text-field.text-field-full {
    max-width: 100%;
}

.review-form textarea.text-field {
    padding: 10px 12px;
    overflow: auto;
    resize: none;
    height: 260px;
    max-width: 100%;
    margin: 0 0 36px;
}

.review-form .btn-wrap {
    text-align: right;
}

.content {
    padding: 25px 14px;
}

.content h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
}

.content p {
    margin: 0 0 18px;
    color: #0a0a0a;
}

.content p a {
    color: #000;
    text-decoration: underline;
}

.content p a:hover {
    text-decoration: none;
}

.content p:last-child {
    margin: 0;
}

.content > ul {
    padding: 0 0 18px 29px;
}

.content > ul li {
    padding: 0 0 5px 13px;
    position: relative;
    color: #666;
}

.content > ul li:before {
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
}

.content dl {
    margin: 0 0 25px;
}

.content dl dt {
    float: left;
    clear: both;
    width: 200px;
    color: #000;
}

.content dl dd {
    margin: 0 0 7px;
    display: block;
    overflow: hidden;
    color: #666;
}

.content table {
    border-collapse: collapse;
    padding: 0;
    width: 100%;
    max-width: 710px;
}

.content table td {
    padding: 6px 30px 6px 0;
}

.content table thead td {
    color: #000;
    border-bottom: 1px solid #000;
}

.content table tbody td {
    border-bottom: 1px solid #eee;
    padding: 10px 30px 10px 0;
}

.content table p {
    margin: 0;
    overflow: hidden;
}

.content table p mark {
    background: none;
    color: #000;
}

.content table img {
    float: left;
    margin: 0 25px 0 15px;
}

.content table .title {
    display: none;
}

.content .image-left {
    float: left;
    width: 166px;
    margin: 0 30px 25px 0;
}

.content .image-left img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
}

.content h3 {
    font-weight: bold;
    font-size: 15px;
    margin: 0 0 8px;
}

.content blockquote {
    float: left;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 0 40px 10px 0;
    padding: 26px 0;
    max-width: 380px;
    width: 100%;
    text-align: center;
}

.content blockquote q {
    display: block;
    font-size: 20px;
    font-style: italic;
    color: #666;
    margin: 0 0 20px;
}

.content blockquote cite {
    display: block;
    font-style: normal;
    font-size: 20px;
    color: #666;
    font-weight: bold;
}

@media all and (max-width: 1001px) {
    .content {
        padding: 20px 0;
    }
}

@media all and (max-width: 767px) {
    .content ul {
        padding-left: 0;
    }

    .content dl dt {
        width: 50%;
        padding-right: 20px;
        padding-bottom: 7px;
    }

    .content dl dd {
        float: left;
        width: 50%;
    }

    .content .image-left {
        float: none;
        margin: 0 0 20px;
        width: auto;
    }

    .content blockquote {
        float: none;
        margin: 0 0 20px;
    }

    .content table {
        border-bottom: 1px solid #eee;
    }

    .content table thead {
        display: none;
    }

    .content table td {
        border: 0 !important;
        display: block;
        padding: 10px 0 !important;
    }

    .content table tr {
        border-top: 1px solid #eee;
        padding: 10px 0;
        display: block;
    }

    .content table .title {
        display: block;
        float: left;
        width: 41%;
        padding-right: 10px;
    }

    .content table .td-content {
        overflow: hidden;
    }

    .content table img {
        display: block;
        float: none;
        margin: 0 0 10px;
    }
}

.catalog-slider {
    background: #fafafa;
    padding: 22px 14px;
    border-bottom: 1px solid #eee;
}

.catalog-slider .wrap {
    padding: 0 15px 30px 0;
}

.catalog-slider .ico-holder {
    float: left;
    width: 47px;
    padding-right: 10px;
}

.catalog-slider .ico-holder img {
    max-width: 100%;
    height: auto;
    display: block;
}

.catalog-slider .text-holder {
    overflow: hidden;
}

.catalog-slider .title {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin: 0 0 12px;
}

.catalog-slider .catalog-category li {
    margin: 0 0 6px;
}

.catalog-slider .catalog-category a {
    color: #666;
    font-size: 14px;
}

.catalog-slider .catalog-category a:hover {
    color: #000;
    text-decoration: none;
}

.catalog-slider .slick-slide {
    outline: none;
    height: 100px;
    overflow: hidden;
}

.catalog-slider .slick-slide.slick-active {
    height: auto;
}

.catalog-slider .slick-dots {
    bottom: 35px;
    padding: 0 0 0 4px;
}

.catalog-slider .slick-dots li {
    margin: 0;
}

.catalog-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%;
    padding: 0;
}

.catalog-slider .slick-dots li.slick-active button {
    background: #ffdc2d;
}

.catalog-slider .slick-prev {
    background: url(../images/btn-prev.png) no-repeat;
    width: 26px;
    height: 50px;
    transform: none;
    left: 5px;
    bottom: 25px;
    z-index: 10;
    top: auto;
}

.catalog-slider .slick-prev:hover {
    background: url(../images/btn-prev-h.png) no-repeat;
}

.catalog-slider .slick-next {
    background: url(../images/btn-next.png) no-repeat;
    width: 26px;
    height: 50px;
    transform: none;
    right: 5px;
    bottom: 25px;
    z-index: 10;
    top: auto;
}

.catalog-slider .slick-next:hover {
    background: url(../images/btn-next-h.png) no-repeat;
}

@media all and (max-width: 1258px) {
    .catalog-slider {
        padding-bottom: 100px;
    }
}

@media all and (max-width: 767px) {
    .catalog-slider .slick-slide {
        height: auto;
    }
}

.inner-category {
    margin: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid lightgray;
    border-top: 1px solid lightgray;
    margin-top: 20px;
}

.inner-category > li, .inner-category > div {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin: 0 -4px 15px 0;
    padding: 0 30px 0 0;
}

.inner-category .ico-holder {
    float: left;
    width: 47px;
    padding-right: 10px;
}

.inner-category .ico-holder img {
    max-width: 100%;
    height: auto;
    display: block;
}

.inner-category .text-holder {
    overflow: hidden;
}

.inner-category .title {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin: 0 0 12px;
}

.inner-category .catalog-category li {
    margin: 0 0 6px;
}

.inner-category .catalog-category a {
    color: #666;
    font-size: 14px;
}

.inner-category .catalog-category a:hover {
    color: #000;
    text-decoration: none;
}

@media all and (max-width: 1258px) {
    .inner-category > li {
        width: 25%;
    }
}

@media all and (max-width: 1001px) {
    .inner-category > li {
        width: 33.333333%;
    }
}

@media all and (max-width: 767px) {
    .inner-category > li {
        width: 50%;
    }
}

@media all and (max-width: 479px) {
    .inner-category > li {
        width: 100%;
    }
}

.view-list {
    float: right;
}

.view-list li {
    float: left;
    margin-left: 15px;
}

.view-list a {
    display: block;
    height: 27px;
    line-height: 27px;
    padding: 0 12px 0 30px;
    color: #000;
    font-size: 14px;
    position: relative;
    border-radius: 4px;
}

.view-list a:hover {
    text-decoration: none;
    background: #ffdc2d;
}

.view-list a:before {
    position: absolute;
    top: 8px;
    left: 9px;
    content: '';
    width: 13px;
    height: 10px;
}

.view-list a.table:before {
    background: url(../images/ico-table.png) no-repeat;
}

.view-list a.list:before {
    background: url(../images/ico-list.png) no-repeat;
}

.view-list a.active {
    background-color: #ffdc2d;
}

@media all and (max-width: 1001px) {
    .view-list {
        display: none;
    }
}

.sort-row {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 0 0 22px;
    padding: 10px 14px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 100%;
}

@media all and (max-width: 767px) {
    .sort-row {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100% !important;
    }
}

.sort-row .sort-col {
    float: left;
    line-height: 21px;
    margin: 0 40px 0 0;
}

.sort-row .sort-col.right {
    float: right;
    margin: 0 0 0 40px;
}

.sort-row .label {
    float: left;
    color: #010101;
    margin: 0 9px 0 0;
}

.sort-row ul {
    float: left;
}

.sort-row ul li {
    float: left;
}

.sort-row ul a {
    display: block;
    padding: 0 7px;
    border-radius: 3px;
    color: #666;
}

.sort-row ul a.active, .sort-row ul a:hover {
    color: #000;
    background: #ffdc2d;
    text-decoration: none;
}

@media all and (max-width: 1001px) {
    .sort-row .sort-col {
        float: left !important;
        display: block;
        margin: 0 30px 10px 0 !important;
    }
}

@media all and (max-width: 767px) {
    .sort-row {
        padding-left: 0;
    }

    .sort-row .label {
        float: none;
        display: block;
    }
}

.catalog-wrap {
    padding: 0 0 27px;
    width: 100%;
    background-color: inherit;
}

.catalog-wrap {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
}

.catalog-wrap.no-filter {
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}

.catalog-wrap.no-filter .catalog-content {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    width: 100%;
}

.catalog-wrap.no-filter .sort-row {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
}

@media all and (max-width: 767px) {
    .catalog-wrap {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
}

.catalog-content {
    -webkit-order: 1;
    order: 1;
    -ms-flex-order: 1;
    flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    -webkit-align-self: auto;
    align-self: auto;
    -ms-flex-item-align: auto;
}

@media all and (max-width: 767px) {
    .catalog-content {
        -webkit-order: 2;
        order: 2;
        -ms-flex-order: 2;
        width: 100% !important;
    }
}

.filter-wrap {
    -webkit-order: 2;
    order: 2;
    -ms-flex-order: 2;
    -webkit-flex: 1 1 310;
    flex: 1 1 310;
    -ms-flex: 1 1 310;
    -webkit-align-self: auto;
    align-self: auto;
    -ms-flex-item-align: auto;
}

@media all and (max-width: 767px) {
    .filter-wrap {
        display: block;
        width: 100% !important;
        -webkit-order: 1;
        order: 1;
        -ms-flex-order: 1;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        -ms-flex: 1 1 auto;
    }
}

.filter-wrap {
    width: 280px;
    margin-left: 40px;
}

.filter-wrap .filter-opener {
    display: none;
}

@media all and (max-width: 767px) {
    .filter-wrap {
        float: none;
        margin: 0 0 15px;
        width: auto;
        position: relative;
        z-index: 22;
    }

    .filter-wrap .filter-opener {
        display: inline-block;
        vertical-align: top;
        line-height: 23px;
        position: relative;
        font-size: 16px;
        text-decoration: none;
        color: #1e0e00;
        padding: 0 0 0 30px;
    }

    .filter-wrap .filter-opener:before {
        position: absolute;
        top: 3px;
        left: 0;
        width: 20px;
        height: 2px;
        content: '';
        background: #1e0e00;
        box-shadow: 0 6px 0 #1e0e00, 0 12px 0 #1e0e00;
    }

    .filter-wrap .filter-box {
        display: none;
        width: 100%;
    }

    .filter-wrap.filter-active {
        z-index: 100;
    }

    .filter-wrap.filter-active .filter-box {
        position: absolute;
        top: 100%;
        left: 0;
        display: block;
        z-index: 30;
    }
}

.filter-box {
    width: 280px;
    background: #fff;
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
    padding: 6px 14px 23px;
}

.filter-box .filter-slide {
    margin: 0 0 10px;
    position: relative;
}

.filter-box .filter-slide.expanded .opener:before {
    position: absolute;
    right: 0;
    top: 11px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.5px 6px 6.5px;
    border-color: transparent transparent #ffdc2d transparent;
}

.filter-box .filter-slide .opener {
    color: #000;
    position: relative;
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    font-weight: 500;
}

.filter-box .filter-slide .opener:before {
    position: absolute;
    right: 0;
    top: 11px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6.5px 0 6.5px;
    border-color: #ffdc2d transparent transparent transparent;
}

.filter-box .filter-slide .opener:hover {
    text-decoration: none;
}

.filter-box .filter-slide .slide {
    padding: 10px 0 0;
}

.filter-box .check-list li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 7px 0;
    padding: 0 10px 0 0;
    position: relative;
}

.filter-box .radio-list li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 11px 0;
    padding: 0 10px 0 0;
    position: relative;
}

.filter-box .wrap {
    padding: 0 0 10px;
}

.filter-box .form-box {
    float: left;
}

.filter-box .form-box.right {
    float: right;
}

.filter-box .form-box label {
    display: block;
    color: #666;
    margin: 0 0 3px;
}

.filter-box .form-box .text {
    width: 64px;
    padding: 0 6px;
    border: 1px solid #cdd0d2;
    border-radius: 2px;
    height: 25px;
}

.filter-box .btn-wrap {
    text-align: center;
    padding: 8px 0 0;
}

.catalog-content {
    padding-bottom: 30px;
}

.catalog-content .title-wrap {
    margin: 0 0 20px;
}

.catalog {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
   /* border-left: 1px solid #eee;*/
    padding-bottom: 1px;
    margin: 0 0 28px;
    align-items: center;
    justify-content: center;

}

.catalog li {
    width: 25%;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: -1px;
}

.catalog li:nth-child(4n) .item-box .info-drop {
    left: auto;
    right: 90%;
}

.catalog li:nth-child(4n) .item-box .info-drop:after, .catalog li:nth-child(4n) .item-box .info-drop:before {
    left: 100%;
    top: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.catalog li:nth-child(4n) .item-box .info-drop:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
}

.catalog li:nth-child(4n) .item-box .info-drop:before {
    border-color: rgba(255, 220, 45, 0);
    border-left-color: #ffdc2d;
    border-width: 11px;
    margin-top: -11px;
}

.catalog .item-box {
    padding: 19px;
    min-height: 100%;
    position: relative;
}

.catalog .item-box .btn-yellow-bordered, .catalog .item-box .btn-yellow-bordered-large, .catalog .item-box .btn-yellow-bordered-xlarge, .item-box .btn-yellow-bordered {
    visibility: visible;
    text-indent: -9999px;
    width: 32px;
    padding: 18px;
}

.catalog .item-box .price-box {
    margin-top: -4px;
}

.catalog .item-box .new-price, .catalog .item-box .old-price {
    line-height: 18px;
}

.catalog .item-box .price {
    line-height: 37px;
}

.catalog .item-box .col {
    padding: 0;
}

.catalog .to-favorite, .item-box .to-favorite {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    color: #1e0e00;
    border: 2px solid #e6e6e6;
    background-color: #f2f2f2;
    padding: 8px 16px 10px 16px;
    height: 40px;
    line-height: 20px;
    transition: 0.5s all ease;
    text-indent: -9999px;
    width: 40px;
    background-image: url(data:image/svg+xml,%0A%3Csvg%20width%3D%2228px%22%20height%3D%2226px%22%20viewBox%3D%220%200%2028%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2043.1%20%2839012%29%20-%20http%3A//www.bohemiancoding.com/sketch%20--%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M20.965417%2C1.02716353%20C18.582417%2C0.777163534%2014.636417%2C2.23716353%2013.951417%2C6.05716353%20C13.265417%2C2.23716353%209.32241702%2C0.777163534%206.94141702%2C1.02716353%20C4.02641702%2C1.33716353%200.179417015%2C2.62716353%201.15441702%2C8.59716353%20C2.13241702%2C14.5671635%2014.003417%2C24.7971635%2014.003417%2C24.7971635%20C14.003417%2C24.7971635%2025.774417%2C14.5671635%2026.749417%2C8.59716353%20C27.727417%2C2.62716353%2023.878417%2C1.33716353%2020.965417%2C1.02716353%22%20id%3D%22Fill-653%22%20stroke%3D%22%23333333%22%3E%3C/path%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    transition: 0.5s all ease;
    float: right;
    margin-left: 7px;
    opacity: 0;
}
.catalog .to-favorite.selected, .item-box .to-favorite.selected{
    border: 2px solid #fff1ab;
    background-color: #ffdc2d;
}
.catalog .to-favorite:hover, .item-box .to-favorite:hover {
    background-color: #d2d2d2;
    background-image: url(data:image/svg+xml,%0A%3Csvg%20width%3D%2228px%22%20height%3D%2226px%22%20viewBox%3D%220%200%2028%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2043.1%20%2839012%29%20-%20http%3A//www.bohemiancoding.com/sketch%20--%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M20.965417%2C1.02716353%20C18.582417%2C0.777163534%2014.636417%2C2.23716353%2013.951417%2C6.05716353%20C13.265417%2C2.23716353%209.32241702%2C0.777163534%206.94141702%2C1.02716353%20C4.02641702%2C1.33716353%200.179417015%2C2.62716353%201.15441702%2C8.59716353%20C2.13241702%2C14.5671635%2014.003417%2C24.7971635%2014.003417%2C24.7971635%20C14.003417%2C24.7971635%2025.774417%2C14.5671635%2026.749417%2C8.59716353%20C27.727417%2C2.62716353%2023.878417%2C1.33716353%2020.965417%2C1.02716353%22%20id%3D%22Fill-653%22%20stroke%3D%22%23ffffff%22%3E%3C/path%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
    transition: 0.5s all ease;
}

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

.catalog .text-box hr {
    display: none;
}

.catalog .text-info {
    display: none;
    color: #666;
}

@media all and (max-width: 1258px) {
    .catalog > li {
        width: 33.3333333%;
    }

    .catalog > li:nth-child(4n) .item-box .info-drop {
        left: 90%;
        right: auto;
    }

    .catalog > li:nth-child(4n) .item-box .info-drop:after, .catalog > li:nth-child(4n) .item-box .info-drop:before {
        left: auto;
        right: 100%;
        top: 20px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .catalog > li:nth-child(4n) .item-box .info-drop:after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #ffffff;
        border-width: 10px;
        margin-top: -10px;
    }

    .catalog > li:nth-child(4n) .item-box .info-drop:before {
        border-color: rgba(255, 220, 45, 0);
        border-right-color: #ffdc2d;
        border-width: 11px;
        margin-top: -11px;
    }

    .catalog > li:nth-child(3n) .item-box .info-drop {
        left: auto;
        right: 90%;
    }

    .catalog > li:nth-child(3n) .item-box .info-drop:after, .catalog > li:nth-child(3n) .item-box .info-drop:before {
        left: 100%;
        top: 20px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .catalog > li:nth-child(3n) .item-box .info-drop:after {
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #ffffff;
        border-width: 10px;
        margin-top: -10px;
    }

    .catalog > li:nth-child(3n) .item-box .info-drop:before {
        border-color: rgba(255, 220, 45, 0);
        border-left-color: #ffdc2d;
        border-width: 11px;
        margin-top: -11px;
    }
}

@media all and (max-width: 1001px) {
    .catalog > li {
        width: 50%;
    }

    .catalog > li .item-box .info-drop {
        display: none !important;
    }
}

@media all and (max-width: 767px) {
    .catalog > li {
        width: 100%;
    }
}

@media all and (min-width: 1002px) {
    .list-active .catalog li {
        width: 100%;
        /*&:nth-last-child(2),
        &:nth-last-child(3),
        &:last-child {
          .info-drop {
            top: auto;
            bottom: 40px;

            &:after, &:before {
              top: auto;
              bottom: 20px;
            }

            &:before {
              margin-top: -10px;
            }

            &:after {
              margin-right: -1px;
            }
          }
        }*/
    }

    .list-active .catalog .item-box {
        padding-bottom: 20px;
    }

    .list-active .catalog .image {
        float: left;
        width: 155px;
        margin: 0 25px 0 0;
    }

    .list-active .catalog .text-box {
        float: left;
        width: 38%;
        height: auto;
    }

    .list-active .catalog .text-box hr {
        display: block;
    }

    .list-active .catalog .col {
        float: right;
        width: 190px;
    }

    .list-active .catalog .col hr {
        display: none;
    }

    .list-active .catalog .center {
        text-align: left;
    }

    .list-active .catalog .title-note {
        margin: 0 0 10px;
    }

    .list-active .catalog .text-info {
        display: block;
    }

    .list-active .catalog .info-drop {
        position: absolute;
        top: 50px;
        left: 90% !important;
        width: 250px;
        border-radius: 3px;
        padding: 6px 9px;
        background: #fff;
        border: 1px solid #ffdc2d;
        z-index: 10;
        text-align: left;
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    }

    .list-active .catalog .info-drop:after, .list-active .catalog .info-drop:before {
        right: 100%;
        left: auto !important;
        top: 20px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .list-active .catalog .info-drop:after {
        border-color: rgba(255, 255, 255, 0) !important;
        border-right-color: #ffffff !important;
        border-width: 10px;
        margin-top: -10px;
    }

    .list-active .catalog .info-drop:before {
        border-color: rgba(255, 220, 45, 0) !important;
        border-right-color: #ffdc2d !important;
        border-width: 11px;
        margin-top: -11px;
    }
}

@media all and (min-width: 1100px) {
    .list-active .catalog .text-box {
        width: 47%;
    }

    .list-active .catalog .col {
        width: 190px;
    }
}

@media all and (min-width: 1259px) {
    .list-active .catalog .text-box {
        width: 50%;
    }

    .list-active .catalog .col {
        width: 210px;
    }
}

.paging-wrap .next-page, .paging-wrap .prev-page {
    background: #eee;
    border-radius: 4px;
    height: 29px;
    float: right;
    line-height: 29px;
    padding: 0 15px 0 11px;
    margin: 0 0 0 14px;
    font-size: 15px;
    color: #1e0e00;
}

.paging-wrap .next-page span, .paging-wrap .prev-page span {
    font-size: 23px;
    color: #000;
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
    margin: 0 5px 0 0;
}

.paging-wrap .next-page:hover, .paging-wrap .prev-page:hover {
    background: #ffdc2d;
    text-decoration: none;
}

.paging-wrap .next-page {
    padding: 0 11px 0 15px;
}

.paging-wrap .next-page span {
    margin: 0 0 0 5px;
}

@media all and (max-width: 1258px) {
    .paging-wrap .next-page, .paging-wrap .prev-page {
        display: none;
    }
}

.paging {
    float: left;
}

.paging li {
    float: left;
    margin: 0 4px 0 0;
    width: 26px;
    text-align: center;
}

.paging a {
    display: block;
    width: 26px;
    height: 25px;
    text-align: center;
    border: 1px solid #bebebe;
    border-radius: 3px;
    line-height: 23px;
    color: #717171;
    background: #e9e9e9;
}

.paging a:hover {
    background: #ffdc2d;
    color: #000;
    text-decoration: none;
}

.paging a.prev {
    background: #e9e9e9 url(../images/btn-prev02.png) no-repeat 50% 50%;
}

.paging a.prev:hover {
    background: #ffdc2d url(../images/btn-prev02.png) no-repeat 50% 50%;
}

.paging a.next {
    background: #e9e9e9 url(../images/btn-next02.png) no-repeat 50% 50%;
}

.paging a.next:hover {
    background: #ffdc2d url(../images/btn-next02.png) no-repeat 50% 50%;
}

.paging a.active {
    background: #fff;
}

/* РЁРёСЂРёРЅР° СЃР»Р°Р№РґРµСЂР° */
#slider {
    width: 100%;
}

/* РљРѕРЅС‚РµР№РЅРµСЂ СЃР»Р°Р№РґРµСЂР° */
.ui-slider {
    position: relative;
    margin: 5px 0 20px;
}

/* РџРѕР»Р·СѓРЅРѕРє */
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 18px;
    background: url(../images/slider.png) no-repeat;
    cursor: pointer;
    outline: none;
}

.ui-slider .ui-slider-handle:hover {
    background: url(../images/slider-h.png) no-repeat;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    overflow: hidden;
}

.ui-slider-horizontal {
    height: 6px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    margin-left: -6px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

/* РѕС„РѕСЂРјР»РµРЅРёРµ РїРѕР»РѕСЃС‹ РїРѕ РєРѕС‚РѕСЂРѕР№ С…РѕРґРёС‚ РїРѕР»Р·СѓРЅРѕРє */
.ui-widget-content {
    background: #d7d7d7;
}

/* РѕС„РѕСЂРјР»РµРЅРёРµ Р°РєС‚РёРІРЅРѕРіРѕ СѓС‡Р°СЃС‚РєР° (РјРµР¶РґСѓ РґРІСѓРјСЏ РїРѕР»Р·СѓРЅРєР°РјРё) */
.ui-widget-header {
    border-bottom: 1px solid #ffbf2d;
    background: #ffdc2d;
}

/* СЃРєСЂСѓРіР»РµРЅРёРµ РґР»СЏ РїРѕР»РѕСЃС‹ СЃР»Р°Р№РґРµСЂР° */
.ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.filter-note {
    position: absolute;
    top: 30px;
    right: 100%;
    background: #fff;
    color: #666;
    padding: 0 15px;
    line-height: 32px;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    z-index: 30;
    margin-right: 16px;
    border: 1px solid #ffdc2d;

    background: #ffdc2d;
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.21);
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}

.filter-note a {
    text-decoration: underline;
    color: #222;
}

.filter-note a:hover {
    text-decoration: none;
}

.filter-note:after, .filter-note:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.filter-note:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffdc2d;
    border-width: 7px;
    margin-top: -7px;
}

.filter-note:before {
    border-color: rgba(255, 220, 45, 0);
    border-left-color: #e1e1e1;
    border-width: 9px;
    margin-top: -9px;
}

@media all and (max-width: 767px) {
    .filter-note {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 130;
    }

    .filter-note:after, .filter-note:before {
        display: none;
    }
}

@media all and (min-width: 768px) {
    .inner-category-slider.slick-initialized > div {
        width: 100%;
        transform: none !important;
    }

    .inner-category-slider .slick-slide {
        display: inline-block;
        vertical-align: top;
        width: 33.333333% !important;
        margin: 0 -4px 15px 0;
        padding: 0 30px 0 0;
        float: none !important;
    }

    .inner-category-slider .slick-track {
        width: 100% !important;
        transform: none !important;
    }
}

@media all and (min-width: 1002px) {
    .inner-category-slider .slick-slide {
        width: 25% !important;
    }
}

@media all and (min-width: 1259px) {
    .inner-category-slider .slick-slide {
        width: 20% !important;
    }
}

@media all and (max-width: 767px) {
    .inner-category-slider {
        margin: 0 0 20px;
    }

    .inner-category-slider .slick-slide {
        outline: none;
        padding: 0 40px;
    }

    .inner-category-slider.slick-initialized > div {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .inner-category-slider .catalog-category a {
        font-size: 16px;
    }
}

.inner-category-slider .slick-prev {
    background: url(../images/btn-prev.png) no-repeat 0 0/25px 45px;
    width: 25px;
    height: 45px;
    transform: none;
    left: 5px;
    top: 0;
    z-index: 10;
    margin-top: -4px;
}

.inner-category-slider .slick-prev:hover {
    background: url(../images/btn-prev-h.png) no-repeat;
}

.inner-category-slider .slick-next {
    background: url(../images/btn-next.png) no-repeat 0 0/25px 45px;
    width: 25px;
    height: 45px;
    transform: none;
    right: 5px;
    top: 0;
    z-index: 10;
    margin-top: -4px;
}

.inner-category-slider .slick-next:hover {
    background: url(../images/btn-next-h.png) no-repeat;
}

.feedback-form {
    max-width: 610px;
}

.feedback-form .error-text {
    visibility: visible;
    margin: 0 0 14px;
}

.feedback-form textarea.text-field {
    padding: 10px 12px;
    overflow: auto;
    resize: none;
    height: 170px;
    max-width: 100%;
    margin: 0 0 20px;
}

.feedback-form .row-title {
    display: block;
    color: #666;
    padding: 0 0 13px 15px;
}

.feedback-form .select-row {
    margin: 0 0 20px;
}

.feedback-form .select-row label {
    float: left;
    margin: 0 11px 0 15px;
    height: 31px;
    line-height: 31px;
}

.feedback-form .select-row label span {
    color: #c20101;
}

.feedback-form .select-wrap {
    overflow: hidden;
}

.feedback-form .jcf-select {
    height: 31px;
    margin: 0;
}

.feedback-form .jcf-select .jcf-select-text {
    line-height: 29px;
}

@media all and (max-width: 767px) {
    .feedback-form .select-row label {
        float: none;
        display: block;
        margin-left: 0;
    }
}

.error404 {
    padding: 30px 0 40px;
    max-width: 520px;
    margin: 0 auto;
}

.error404 .number {
    display: block;
    text-align: center;
    font-size: 140px;
    line-height: 123px;
    color: #000000;
    font-weight: 300;
    margin: 0 0 50px;
}

.error404 p {
    margin: 0 0 15px;
    color: #666;
    text-align: center;
}

@media all and (max-width: 767px) {
    .error404 .number {
        font-size: 140px;
        line-height: 120px;
        margin: 0 0 40px;
    }
}

.sale-item {
    padding: 20px 0;
}

.sale-item .image {
    float: left;
    max-width: 500px;
    margin: 0 20px 0 0;
}

.sale-item .image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.sale-item .image.map-holder {
    height: 376px;
    width: 500px;
    margin: 0 50px 0 0;
}

.sale-item .text-box {
    overflow: hidden;
}

.sale-item .text-box h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 16px;
}

.sale-item .text-box .sale-date {
    color: #666;
    display: block;
    margin: 0 0 16px;
}

.sale-item .text-box .sale-date span {
    color: #000;
    font-weight: 500;
}

.sale-item .text-box p {
    margin: 0 0 16px;
    color: #333;
}

.sale-item .text-box .sale-alert {
    display: block;
    color: #c20101;
    font-weight: bold;
    margin: 0 0 16px;
}

@media all and (max-width: 1001px) {
    .sale-item .image {
        max-width: 250px;
    }

    .sale-item .image.map-holder {
        max-width: 250px;
        margin-right: 30px;
    }
}

@media all and (max-width: 767px) {
    .sale-item {
        padding: 10px 0;
    }

    .sale-item .image {
        float: none;
        max-width: 100%;
        margin: 0 0 30px;
    }

    .sale-item .image.map-holder {
        width: 100%;
        max-width: 100%;
        height: 250px;
        margin: 0 0 30px;
    }
}

.center {
    text-align: center;
}

.shop-icons {
    padding: 0 !important;
    margin: 0 0 18px !important;
}

.shop-icons li {
    float: left;
    margin: 0 37px 10px 0;
    padding: 0 !important;
}

.shop-icons li:before {
    display: none;
}

.shop-icons li:last-child {
    margin: 0;
}

.shop-icons img {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
}

.shop-icons span {
    display: inline-block;
    vertical-align: top;
}

.shop-icons.shop-icons-short {
    margin-bottom: 0 !important;
    text-align: center;
    white-space: nowrap;
}

.shop-icons.shop-icons-short li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px !important;
    float: none;
}

.shop-icons.shop-icons-short img {
    margin: 0;
}

@media all and (max-width: 1001px) {
    .shop-icons li {
        margin-right: 25px;
    }

    .shop-icons.shop-icons-short {
        text-align: left;
    }

    .shop-icons.shop-icons-short li:first-child {
        margin-left: 0 !important;
    }
}

.shop-info {
    margin: 0 180px 20px 0 !important;
}

.shop-info dt {
    width: 167px !important;
    font-weight: 500;
}

.shop-info dd {
    display: block;
    overflow: hidden;
    margin: 0 0 9px !important;
}

.shop-info dd p {
    margin: 0 0 10px;
}

@media all and (max-width: 1258px) {
    .shop-info {
        margin: 0 0 20px !important;
    }
}

@media all and (max-width: 767px) {
    .shop-info dt {
        float: none;
        display: block;
    }

    .shop-info dd {
        display: block;
        width: 100% !important;
    }
}

.content-list {
    padding: 0 !important;
}

.content-list li {
    padding: 0 !important;
    margin-bottom: 65px;
}

.content-list li:before {
    display: none;
}

.content-list .image {
    float: left;
    margin: 0 50px 0 0;
}

.content-list .image img {
    display: block;
}

.content-list .text-box {
    overflow: hidden;
}

.content-list .title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 12px;
    color: #333;
}

.content-list .date {
    color: #666;
    display: block;
    margin: 0 0 15px;
}

.content-list .date span {
    color: #000;
}

.content-list p {
    color: #000;
    margin: 0 0 22px;
}

.content-list .btn-yellow, .content-list .btn-gray, .content-list .btn-gray-large, .content-list .btn-yellow-large {
    margin-left: 30px;
}

.content-list .sale-alert {
    float: right;
    line-height: 32px;
    font-weight: bold;
    color: #c20101;
}

.content-list .sale-alert.sale-off {
    color: #333;
}

@media all and (max-width: 1001px) {
    .content-list .image {
        margin-right: 30px;
    }
}

@media all and (max-width: 767px) {
    .content-list .image {
        margin: 0 0 20px;
        float: none;
    }

    .content-list .image img {
        width: 100%;
        height: auto;
    }

    .content-list li {
        margin: 0 0 30px;
    }
}

.right {
    float: right;
}

.help-info {
    padding: 0 20px 20px 0;
}

.help-info .image {
    margin: 0 0 50px;
}

.help-info .image img {
    display: block;
    border-radius: 50%;
    margin: 0 auto;
}

.help-info .title {
    font-weight: bold;
    display: block;
    font-size: 18px;
    margin: 0 0 10px;
}

.help-info p {
    color: #666;
    margin: 0 0 25px;
}

.help-info p a {
    color: #666;
}

.help-info .payment-image {
    margin: 0 0 10px;
}

.help-info .payment-image img {
    display: block;
}

@media all and (max-width: 767px) {
    .help-info .image {
        margin: 0 0 30px;
    }
}

.help-alert {
    display: block;
    color: #333;
}

.table-heading {
    padding: 0 0 34px;
}

.table-heading .note {
    float: left;
    background: url(../images/ico-info.png) no-repeat;
    line-height: 23px;
    padding: 0 0 0 35px;
    color: #666;
}

.table-heading .limit {
    float: right;
    font-size: 20px;
    line-height: 23px;
}

@media all and (max-width: 1001px) {
    .table-heading .note {
        float: none;
        display: block;
        margin: 0 0 15px;
    }

    .table-heading .limit {
        display: block;
        float: none;
    }
}

.content-box {
    padding: 20px 14px;
}

.content-box .cart-table {
    border-collapse: collapse;
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

.content-box .cart-table td {
    padding: 6px 20px;
}

.content-box .cart-table thead td {
    color: #000;
    border-bottom: 1px solid #000;
    padding-top: 20px;
}

.content-box .cart-table tbody td {
    border-bottom: 1px solid #eee;
    padding: 20px;
}

.content-box .cart-table img {
    float: left;
    margin: 0 25px 0 0;
}

.content-box .cart-table .title {
    display: none;
}

.content-box .text-box {
    overflow: hidden;
}

.content-box .item-name {
    display: block;
    color: #333;
    margin: 0 0 3px;
}

.content-box p {
    color: #666;
    margin: 0 0 7px;
}

.content-box hr {
    border: 0;
    display: block;
    margin: 0 0 15px;
    padding: 0;
    border-top: 1px solid #eee;
}

.content-box .code {
    display: block;
    font-size: 12px;
    color: #666;
}

.content-box .price {
    display: block;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
}

.content-box .amount-wrap .plus, .content-box .amount-wrap .minus {
    width: 23px;
}

.content-box .amount-wrap .text {
    width: 58px;
    font-weight: 500;
}

.content-box .sum {
    display: block;
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;
}

.content-box .availability {
    display: inline-block;
    vertical-align: top;
    color: #666;
    margin: 0 0 7px;
    display: block;
}

.content-box .availability:last-child {
    margin: 0;
}

.content-box .availability:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    display: inline-block;
    vertical-align: top;
    margin: 3px 9px 0 0;
}

.content-box .availability.in-stock:before {
    background: #0fa208;
}

.content-box .availability.out-stock {
    color: #b90505;
}

.content-box .availability.out-stock:before {
    background: #b90505;
}

.content-box .availability.on-order:before {
    background: #d79014;
}

.content-box .new-price {
    display: block;
    font-weight: 500;
    font-size: 17px;
    color: #d74f05;
    white-space: nowrap;
}

.content-box .new-price sup {
    font-weight: normal;
}

.content-box .old-price {
    display: block;
    font-weight: 500;
    font-size: 17px;
    color: #9e9e9e;
    text-decoration: line-through;
    white-space: nowrap;
}

.content-box .old-price sup {
    font-weight: normal;
}

.content-box .btn-yellow.fancybox, .content-box .fancybox.btn-gray, .content-box .fancybox.btn-gray-large, .content-box .fancybox.btn-yellow-large {
    white-space: nowrap;
}

@media all and (max-width: 1258px) {
    .content-box .cart-table td {
        padding: 6px 15px;
    }

    .content-box .cart-table tbody td {
        padding: 15px;
    }
}

@media all and (max-width: 1001px) {
    .content-box {
        padding: 25px 0;
    }

    .content-box .cart-table {
        border-bottom: 1px solid #eee;
    }

    .content-box .cart-table thead {
        display: none;
    }

    .content-box .cart-table thead.order-table-thead {
        display: block;
    }

    .content-box .cart-table .order-table-thead td {
        display: none;
    }

    .content-box .cart-table td {
        border: 0 !important;
        display: block;
        padding: 10px 0 !important;
    }

    .content-box .cart-table .order-table-tfoot td {
        display: table-cell;
    }

    .content-box .cart-table tr {
        border-top: 1px solid #eee;
        padding: 10px 0;
        display: block;
    }

    .content-box .cart-table .order-table-thead tr,
    .content-box .cart-table .order-table-tfoot tr {
        padding: 0;
    }

    .content-box .cart-table .order-table-thead td.order-table-delete-all,
    .content-box .cart-table .order-table-tfoot td.order-table-delete-all {
        display: block;
        text-align: right;
        position: relative;
    }

    .content-box .cart-table .title {
        display: block;
        float: left;
        width: 150px;
        padding-right: 10px;
    }

    .content-box .cart-table .td-content {
        overflow: hidden;
    }

    .all-item-delete.btn-yellow {
        line-height: 1.3846;
        background-color: transparent;
        height: auto;
        display: inline-block;
        margin: 0;
    }
    .order-table-delete-all #all-item-delete {
        position: absolute;
        top: 14px;
    }
    .order-table-delete-all #all-item-delete,
    .order-table-delete-all #all-item-delete2 {
        right: 12px;
    }
}

@media all and (max-width: 767px) {
    .content-box .cart-table img {
        display: block;
        float: none;
        margin: 0 0 10px;
    }

    .content-box .cart-table .title {
        width: 37%;
    }

    .content-box .cart-table .btn-yellow.fancybox, .content-box .cart-table .fancybox.btn-gray, .content-box .cart-table .fancybox.btn-gray-large, .content-box .cart-table .fancybox.btn-yellow-large {
        white-space: nowrap;
        padding: 0 20px;
    }
}

.total-holder {
    float: right;
    width: 554px;
}

.total-holder .left-box {
    float: left;
}

.total-holder .right-box {
    float: right;
}

.total-holder .right-box .link {
    text-align: right;
}

.total-holder .btn-yellow-bordered-large {
    min-width: 240px;
    text-align: center;
}

.total-holder .link {
    display: block;
    text-decoration: underline;
    margin: 9px 0 0;
    color: #000;
    text-align: left;
}

.total-holder .link:hover {
    text-decoration: none;
}

@media all and (max-width: 1258px) {
    .total-holder {
        width: 500px;
    }
}

@media all and (max-width: 1001px) {
    .total-holder {
        max-width: 100%;
        width: auto;
        float: none;
    }

    .total-holder .left-box {
        float: none;
        margin: 0 0 20px;
    }

    .total-holder .right-box {
        float: none;
    }

    .total-holder .right-box .link {
        text-align: left;
    }
}

.total-list {
    margin: 0 0 32px;
}

.total-list li {
    margin: 0 0 8px;
}

.total-list .label {
    float: left;
    font-size: 17px;
    line-height: 20px;
    padding-top: 4px;
}

.total-list .sum {
    float: right;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

.total-list .total-label {
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    padding-top: 0;
}

.total-list .total-sum {
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
}

.total-list .total-row {
    border-top: 1px solid #eee;
    padding-top: 12px;
}

.total-list .label-note {
    display: block;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
}

@media all and (max-width: 767px) {
    .total-list .label {
        width: 50%;
    }

    .total-list .label-note {
        line-height: 18px;
        padding-top: 3px;
    }
}

.add-info {
    float: left;
    width: 500px;
}

.add-info .holder {
    min-height: 230px;
}

.add-info .text-field {
    border-radius: 10px;
    border: 4px solid #fff1ab;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 12px;
    margin: 0 0 18px;
    max-width: 407px;
}

.add-info .text-field.error {
    border-color: #f0c2c2;
}

.add-info textarea.text-field {
    padding: 10px 12px;
    overflow: auto;
    resize: none;
    height: 160px;
    max-width: 100%;
    margin: 6px 0 36px;
}

@media all and (max-width: 1258px) {
    .add-info {
        width: 420px;
    }

    .add-info .holder {
        min-height: 190px;
    }
}

@media all and (max-width: 1001px) {
    .add-info {
        width: 100%;
    }

    .add-info .holder {
        min-height: 10px;
        margin-bottom: 20px;
    }
}

.delivery-banner {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #c7cacc;
    padding: 17px 183px 13px 10px;
    margin: 5px 0 0;
    min-height: 128px;
    background: #ffdc2d url(../images/ico-delivery02.png) no-repeat 236px 9px;
    display: block;
    color: #000;
    text-decoration: none;
}

#catalog-banner-delivery {
    width: 265px;
}

#catalog-banner-delivery .delivery-banner {
    height: 100px;
    font-size: 10px;
    background-image: none;
    padding-right: 40%;
    position: relative;
    padding-top: 12px;
}

#catalog-banner-delivery .delivery-banner:after {
    position: absolute;
    right: 5px;
    width: 39%;
    top: 5px;
    bottom: 10px;
    background: url(../images/ico-delivery02.png) no-repeat center center;
    background-size: contain;
    content: '';
}

.delivery-banner .title {
    display: block;
    font-size: 13px;
    margin: 0 0 11px;
}

.delivery-banner .price {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 9px;
}

.delivery-banner .more {
    text-decoration: underline;
}

.delivery-banner:hover {
    text-decoration: none;
}

.delivery-banner:hover .more {
    text-decoration: none;
}

@media all and (max-width: 1001px) {
    .delivery-banner {
        max-width: 417px;
        width: auto;
    }
}

@media all and (max-width: 767px) {
    .delivery-banner {
        width: 100%;
        padding: 17px 103px 13px 10px;
        background-position: 176px 50%;
        background-size: 100px auto;
    }
}

.excel-row .download-excel {
    display: inline-block;
    vertical-align: top;
    background: url(../images/ico-download.png) no-repeat;
    height: 29px;
    margin: 2px 0 0 40px;
    padding-left: 34px;
    line-height: 29px;
    text-decoration: underline;
}

.excel-row .download-excel:hover {
    text-decoration: none;
}

@media all and (max-width: 1258px) {
    .excel-row .download-excel {
        margin: 15px 0 0;
    }
}

@media all and (max-width: 1001px) {
    .excel-row {
        margin: 0 0 30px;
    }

    .excel-row .download-excel {
        margin: 0 0 0 30px;
    }
}

@media all and (max-width: 767px) {
    .excel-row .download-excel {
        margin: 10px 0 0;
        display: block;
    }
}

.fast-buy {
    position: relative;
}

.fast-buy .popup {
    top: 46px;
    background: #fff;
    position: absolute;
    left: 50%;
    padding: 25px 35px 30px;
    width: 694px;
    margin-left: -350px;
    z-index: 11;
    background: #fff;
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 10;
    text-align: left;
}

.fast-buy .popup .title {
    font-weight: bold;
    display: block;
    font-size: 24px;
    line-height: 28px;
    color: #1e0e00;
    margin: 0 0 22px;
}

@media all and (max-width: 767px) {
    .fast-buy .popup .title {
        font-size: 22px;
    }
}

.fast-buy .popup p {
    color: #666;
    margin: 0 0 14px;
}

.fast-buy.fast-buy-active .popup {
    display: block;
}

.fast-buy.fast-buy-active .btn-yellow-bordered-large {
    background: #333;
    color: #ffdc2d;
    text-decoration: none;
}

@media all and (max-width: 1001px) {
    .fast-buy .popup {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 700px;
        position: fixed;
        top: 20%;
        z-index: 1001;
    }
}

@media all and (max-width: 767px) {
    .fast-buy .popup {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 300px;
        padding: 20px;
        position: fixed;
        top: 20%;
        z-index: 1001;
    }
}

.fast-buy-form {
    padding: 0;
    max-width: 100%;
}

.fast-buy-form .error-text {
    display: block;
    visibility: visible;
}

.fast-buy-form .text-wrap {
    overflow: hidden;
}

.fast-buy-form .submit {
    float: right;
    margin: 5px 0 0 15px;
}

@media all and (max-width: 767px) {
    .fast-buy-form .submit {
        width: 100px;
        text-align: center;
        padding: 0;
    }
}

#popup3 {
    width: 870px;
    padding: 23px 24px;
}

@media all and (max-width: 1001px) {
    #popup3 {
        width: 700px;
    }
}

@media all and (max-width: 767px) {
    #popup3 {
        width: 280px;
    }

    #popup3 h3 {
        font-size: 20px;
    }
}

.siblings-slider {
    margin: 0 20px !important;
    padding-bottom: 0;
    overflow: visible;
}

.siblings-slider .to-favorite {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px dashed #656565;
    color: #000;
    margin-top: 10px;
}

.siblings-slider .to-favorite:hover {
    border-bottom: 1px solid transparent;
    text-decoration: none;
}

.siblings-slider .btn-yellow-bordered, .siblings-slider .btn-yellow-bordered-large, .siblings-slider .btn-yellow-bordered-xlarge {
    visibility: visible;
}

.siblings-slider .item-box {
    padding: 20px 16px;
}

.siblings-slider .slick-prev {
    left: -20px;
}

.siblings-slider .slick-next {
    right: -20px;
}

@media all and (max-width: 767px) {
    .siblings-slider {
        padding: 0 10px;
        overflow: visible;
    }

    .siblings-slider .slick-slide {
        padding: 0;
    }

    .siblings-slider .item-box {
        padding: 0 15px;
    }

    .siblings-slider .slick-prev {
        left: -10px;
    }

    .siblings-slider .slick-next {
        right: -10px;
    }
}

.order-row {
    margin: 0 0 20px;
}

.order-row:last-child {
    margin: 0;
}

.order-row .label {
    float: left;
    width: 131px;
    font-size: 17px;
}

.order-row .radio-list {
    padding: 2px 0 0;
}

.order-row .radio-list .radio-label {
    font-size: 14px;
}

.order-row .select-holder {
    overflow: hidden;
    max-width: 312px;
}

.delivery-row .radio-list {
    overflow: visible;
}

.delivery-row .radio-list > li {
    display: block;
    float: none;
    margin: 0 0 40px;
    font-size: 14px;
}

.delivery-options {
    clear: both;
    width: 100%;
    padding: 0 0 0 21px;
}

.delivery-options .address-title {
    display: block;
    color: #666;
    font-size: 14px;
    padding: 10px 0 3px;
}

.delivery-options .address-title a {
    margin-left: 10px;
    color: #1e0e00;
    text-decoration: underline;
}

.delivery-options .address-title a:hover {
    text-decoration: none;
}

.delivery-options .select-holder {
    float: left;
    width: 520px;
    margin: 4px 30px 0 0;
}

.delivery-options .new-address {
    float: left;
}

.delivery-options .new-address .opener {
    min-width: 150px;
    text-align: center;
}

.delivery-options .new-address .popup {
    top: 40px;
}

.delivery-options .radio-list {
    padding: 20px 0;
}

.delivery-options .radio-list > li {
    margin: 0 0 20px;
}

@media all and (max-width: 1001px) {
    .delivery-options .select-holder {
        float: none;
    }

    .delivery-options .new-address {
        float: none;
    }
}

@media all and (max-width: 767px) {
    .delivery-options .select-holder {
        width: 100%;
    }

    .delivery-options .address-title a {
        display: block;
        margin-left: 0;
    }

    .delivery-options .new-address .popup {
        top: 40px;
        left: -25px;
    }
}

.conditions {
    padding: 12px 0 0;
}

.conditions h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
}

.conditions p {
    margin: 0;
    color: #666;
}

.conditions p a {
    color: #000;
    text-decoration: underline;
}

.conditions p a:hover {
    text-decoration: none;
}

.conditions > ul {
    margin: 0 0 5px;
}

.conditions > ul li {
    padding: 0 0 5px 13px;
    position: relative;
    color: #666;
}

.conditions > ul li:before {
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
}

.payment-row {
    padding-bottom: 25px;
}

.payment-row .radio-list li {
    float: left;
    margin: 0 74px 15px 0;
}

.payment-row .radio-list p {
    color: #666;
    margin: 10px 0 0 21px;
}

.lk-tabs-wrap {
    background: #fafafa;
    border-bottom: 1px solid #afafaf;
}

@media all and (max-width: 767px) {
    .lk-tabs-wrap {
        margin: 10px -14px;
        padding: 0 14px;
        height: 80px;
        position: relative;
    }
}

.lk-tabs {
    text-align: center;
    overflow: hidden;
    margin: 0 0 -1px;
}

.lk-tabs > div {
    display: inline-block;
    vertical-align: top;
}

.lk-tabs.slick-initialized > div {
    display: block;
}

.lk-tabs .lk-tab {
    padding: 0 36px;
    display: block;
    text-align: center;
    height: 90px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    color: #1e0e00;
    position: relative;
    margin: 0 0 -1px;
    border-radius: 5px 5px 0 0;
}

.lk-tabs .lk-tab:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    height: 100%;
    width: 0;
    margin: 0 -4px 0 0;
}

.lk-tabs .lk-tab span {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

.lk-tabs .lk-tab.active {
    border: 1px solid #afafaf;
    border-bottom: 0;
    padding: 0 36px;
    background: #fff;
}

.lk-tabs .lk-tab.active:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 5px;
    background: #ffdc2d;
    border-radius: 5px 5px 0 0;
}

.lk-tabs .slick-prev {
    background: #fff;
    width: 80px;
    height: 80px;
    transform: none;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 1;
}

.lk-tabs .slick-prev:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -7px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 14px 10px 0;
    border-color: transparent #2c3f4d transparent transparent;
    opacity: 1 !important;
}

.lk-tabs .slick-next {
    background: #fff;
    width: 80px;
    height: 80px;
    transform: none;
    right: 0;
    top: 0;
    z-index: 20;
}

.lk-tabs .slick-next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -7px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 14px;
    border-color: transparent transparent transparent #2c3f4d;
    opacity: 1 !important;
}

.lk-tabs .slick-disabled {
    display: none !important;
}

@media all and (min-width: 1259px) {
    .lk-tabs .slick-slide {
        float: none;
        display: inline-block;
        vertical-align: top;
        height: 90px;
    }

    .lk-tabs .slick-track {
        width: 100% !important;
        transform: none !important;
    }
}

@media all and (max-width: 1258px) {
    .lk-tabs {
        padding: 0 80px;
    }

    .lk-tabs .lk-tab {
        height: 80px;
    }
}

@media all and (max-width: 767px) {
    .lk-tabs {
        padding: 80px 0 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        overflow: visible;
        z-index: 20;
    }

    .lk-tabs .slick-track, .lk-tabs .slick-list {
        width: auto !important;
        position: static !important;
        transform: none !important;
        display: block;
        overflow: visible !important;
    }

    .lk-tabs .lk-tab {
        display: none;
        width: 100%;
        text-align: left;
        background: #fafafa;
        padding: 10px 17px !important;
        font-size: 18px;
        line-height: 22px;
        height: auto;
    }

    .lk-tabs .lk-tab.active {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        background: none;
        border: 0;
        z-index: 2;
        padding: 0 14px 0 77px !important;
        height: 80px;
    }

    .lk-tabs .lk-tab.active:after {
        width: 36px;
        height: 3px;
        background: #1e0e00;
        box-shadow: 0 9px 0 #1e0e00, 0 18px 0 #1e0e00;
        top: 30px;
        border-radius: 0;
        left: 14px;
    }

    .lk-tabs .slick-slide {
        float: none;
    }

    .lk-tabs.lk-tabs-opened .lk-tab {
        display: block;
    }
}

.lk-tab-content {
    padding: 30px 14px;
    width: 100% !important;
}

.lk-tab-content h4 {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 18px;
}

.lk-tab-content h4 a {
    text-decoration: underline;
    margin-left: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #000;
}

.lk-tab-content h4 a:hover {
    text-decoration: none;
}

.lk-tab-content .show-all {
    margin-left: 0;
    margin-right: 0;
}

.lk-tab-content hr {
    margin: 0 0 27px;
    border-bottom: 1px solid #eee;
}

.lk-tab-content .catalog-wrap {
    margin: 0 -13px;
}

.lk-tab-content .catalog {
    border: 0;
}

.lk-tab-content .catalog li {
    border-right: 0;
}

.lk-tab-content .catalog .delete-row {
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    height: 34px;
    margin-top: -17px;
    width: 147px;
}

.lk-tab-content .catalog .item-box .availability {
    margin: 0 0 6px;
}

.lk-tab-content .catalog .item-box .code {
    margin: 0 0 12px;
}

.lk-tab-content .title-wrap {
    margin: 0 -14px 13px;
}

@media all and (min-width: 1002px) {
    .lk-tab-content .col {
        margin-right: 14%;
    }

    .lk-tab-content .catalog li:first-child {
        border-top: 0;
    }
}

@media all and (max-width: 1001px) {
    .lk-tab-content .sort-row {
        margin-bottom: 0;
        border-bottom: 0;
    }

    .lk-tab-content .catalog {
        border-left: 1px solid #eee;
    }

    .lk-tab-content .catalog li {
        border-right: 1px solid #eee;
    }

    .lk-tab-content .catalog .delete-row {
        position: static;
        display: block;
        text-align: center;
        margin: 10px 0 0;
        width: auto;
    }
}

@media all and (max-width: 767px) {
    .lk-tab-content {
        padding: 20px 0;
    }

    .lk-tab-content .catalog-wrap {
        padding: 0 14px;
    }

    .lk-tab-content .title-wrap {
        margin: 0 0 10px;
    }
}

.address-char {
    margin: 0;
    font-size: 14px;
}

.address-char dt {
    float: left;
    clear: left;
    width: 95px;
    font-weight: 500;
    color: #000;
}

.address-char dd {
    margin: 0 0 16px;
}

.address-char .current-mark {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #1e0e00;
    background: #ffdc2d;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    border-radius: 2px;
    margin: -1px 0 0 5px;
    font-weight: normal;
    font-weight: 500;
    border-radius: 10px;
}

.change-address {
    margin: 10px 0 0;
}

@media all and (max-width: 767px) {
    .change-address {
        margin: 10px 0 25px;
    }
}

.period-row {
    overflow: hidden;
    margin: 0 0 34px;
}

.period-row .row-label {
    float: left;
    line-height: 31px;
    margin: 0 12px 0 0;
}

.period-row label {
    float: left;
    line-height: 31px;
    margin: 0 12px 0 0;
}

.period-row .field-wrap {
    float: left;
    overflow: hidden;
}

.period-row .text-field {
    float: left;
    margin-right: 22px;
    border: 1px solid #cdd0d2;
    border-radius: 2px;
    height: 31px;
    padding: 0 45px 0 10px;
    width: 130px;
    background: url(../images/bg-date.png) no-repeat 100% 50%;
}

@media all and (max-width: 1001px) {
    .period-row .debt {
        clear: both;
        float: none;
    }

    .period-row .row-label {
        float: none;
        display: block;
        padding-bottom: 5px;
    }
}

@media all and (max-width: 479px) {
    .period-row {
        margin: 0 0 5px;
        /*.field-wrap {
      display: block;
      float: none;
      margin: 0 0 10px;
    }
    */
    }

    .period-row label {
        width: 20px;
        margin: 0;
    }

    .period-row .text-field {
        width: 103px;
    }
}

.content-table {
    border-collapse: collapse;
    padding: 0;
    margin: 0 auto 15px;
    width: 100%;
    font-size: 14px;
}

.content-table.doc-table {
    table-layout: fixed;
}

.content-table.doc-table td {
    width: 12.5%;
    height: 64px;
    float: left;
}

.content-table.doc-table tr {
    display: block;
}

.content-table.doc-table thead {
    display: block;
    width: 99%;
    position: relative;
}

.content-table.doc-table thead td {
    float: left;
    display: block;
}

.content-table.doc-table tbody {
    max-height: 356px;
    margin: 0 0 20px;
    overflow: auto;
    display: block;
    width: 100%;
}

.content-table.doc-table tbody tr.marked td {
    background: #ffdc2d;
}

.content-table .person-name {
    display: block;
    color: #666;
    white-space: nowrap;
}

.content-table .jcf-select {
    margin: 0;
}

.content-table .small-text {
    width: 73px;
    height: 31px;
    border-radius: 2px;
    border: 1px solid #cdd0d2;
    background: #fff;
    display: block;
}

.content-table .small-text:disabled {
    background: #f2f2f2;
}

.content-table td {
    padding: 6px 20px;
}

.content-table .description-td {
    width: 25%;
}

.content-table thead td {
    color: #000;
    border-bottom: 1px solid #000;
    padding-top: 20px;
    font-weight: 500;
}

.content-table tbody td {
    border-bottom: 1px solid #eee;
    padding: 20px;
}

.content-table img {
    float: left;
    margin: 0 25px 0 0;
}

.content-table .title {
    display: none;
}

.content-table .text-box {
    overflow: hidden;
}

.content-table .item-name {
    display: block;
    color: #333;
    margin: 0 0 3px;
}

.content-table p {
    color: #666;
    margin: 0 0 7px;
}

.content-table hr {
    border: 0;
    display: block;
    margin: 0 0 15px;
    padding: 0;
    border-top: 1px solid #eee;
}

.content-table .code {
    display: block;
    font-size: 12px;
    color: #666;
}

.content-table .price {
    display: block;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
}

.content-table .amount-wrap {
    width: 124px;
}

.content-table .amount-wrap .plus, .content-table .amount-wrap .minus {
    width: 24px;
}

.content-table .amount-wrap .text {
    width: 74px;
    font-weight: 500;
}

.content-table .sum {
    display: block;
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;
}

.content-table .availability {
    display: inline-block;
    vertical-align: top;
    color: #666;
    margin: 0 0 7px;
    display: block;
}

.content-table .availability:last-child {
    margin: 0;
}

.content-table .availability:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    display: inline-block;
    vertical-align: top;
    margin: 3px 9px 0 0;
}

.content-table .availability.in-stock:before {
    background: #0fa208;
}

.content-table .availability.out-stock {
    color: #b90505;
}

.content-table .availability.out-stock:before {
    background: #b90505;
}

.content-table .availability.on-order:before {
    background: #d79014;
}

.content-table .new-price {
    display: block;
    font-weight: 500;
    font-size: 17px;
    color: #d74f05;
    white-space: nowrap;
}

.content-table .new-price sup {
    font-weight: normal;
}

.content-table .old-price {
    display: block;
    font-weight: 500;
    font-size: 17px;
    color: #9e9e9e;
    text-decoration: line-through;
    white-space: nowrap;
}

.content-table .old-price sup {
    font-weight: normal;
}

.content-table .btn-yellow.fancybox, .content-table .fancybox.btn-gray, .content-table .fancybox.btn-gray-large, .content-table .fancybox.btn-yellow-large {
    white-space: nowrap;
}

.content-table .status {
    font-weight: 500;
}

.content-table .status.status-canceled {
    color: #000;
}

.content-table .status.status-done {
    color: #2083cf;
}

.content-table .status.status-alert {
    color: #b90505;
}

.content-table .status.status-review {
    color: #d8931b;
}

.content-table .status.status-agreed {
    color: #1fa818;
}

.content-table address {
    font-style: normal;
}

.content-table .row-opener {
    width: 160px;
    height: 31px;
    border: 1px solid #dfdfdf;
    display: block;
    padding: 0 14px 0 0;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    line-height: 29px;
    position: relative;
}

.content-table .row-opener:before {
    position: absolute;
    top: 13px;
    right: 9px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #666666 transparent transparent transparent;
}

.content-table .row-opener:hover {
    border-color: #333;
    text-decoration: none;
}

.content-table .row-opener em {
    font-style: normal;
    display: none;
}

.content-table .row-active > tr:first-child td {
    background: #ffdc2d;
    border-color: #ffdc2d;
}

.content-table .row-active .slide {
    display: table-cell;
}

.content-table .row-active .row-opener {
    background: #fff4bc;
    border-color: #fff4bc !important;
}

.content-table .row-active .row-opener:before {
    -moz-transform: rotate(180deg);
    /* Р”Р»СЏ Firefox */
    -ms-transform: rotate(180deg);
    /* Р”Р»СЏ IE */
    -webkit-transform: rotate(180deg);
    /* Р”Р»СЏ Safari, Chrome, iOS */
    -o-transform: rotate(180deg);
    /* Р”Р»СЏ Opera */
    transform: rotate(180deg);
}

.content-table .row-active .row-opener em {
    display: block;
}

.content-table .row-active .row-opener span {
    display: none;
}

.content-table table {
    border-collapse: collapse;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
    font-size: 13px;
}

.content-table .slide {
    padding: 0;
    border: 0;
    display: none;
}

.content-table .btn-more-wrap td {
    border: 0 !important;
    padding: 0 !important;
}

.content-table .request {
    color: #000;
    text-decoration: underline;
}

.content-table .request:hover {
    text-decoration: none;
}

.content-table .alert {
    font-weight: bold;
    color: #d74f05;
    font-size: 17px;
}

.content-table .cart-table {
    margin-bottom: 15px;
}

.content-table .table-footer {
    border-bottom: 2px solid #000;
    padding-bottom: 40px;
}

@media(min-width: 1002px) {
    .table-footer.as-table {
        display: table;
        width: 100%;
    }

    .table-footer.as-table .table-footer-inner {
        display: table-row;
    }

    .table-footer.as-table .table-footer-inner > div {
        display: table-cell;
        vertical-align: top;
        float: none;
    }

    .table-footer-inner > .add-info {
        width: 50%;
        padding-right: 40px;
    }

    .table-footer-inner > .total-holder {
        min-width: 500px;
    }

    .delivery-banner {
        background-position: 90% 9px;
    }
}

.content-table .table-footer .btns-row {
    clear: both;
}

@media all and (max-width: 1258px) {
    .content-table td {
        padding: 6px 15px;
    }

    .content-table tbody td {
        padding: 15px;
    }
}

@media all and (max-width: 1001px) {
    .content-table {
        padding: 25px 0;
        margin: 0 -14px 20px;
        border-bottom: 1px solid #eee;
        width: auto;
        display: block;
    }

    .content-table thead {
        display: none;
    }

    .content-table tbody {
        display: block;
    }

    .content-table td {
        border: 0 !important;
        display: block;
        padding: 10px 0 !important;
    }

    .content-table .description-td {
        width: auto;
    }

    .content-table tr {
        border-top: 1px solid #eee;
        padding: 10px 14px;
        display: block;
    }

    .content-table .title {
        display: block;
        float: left;
        width: 150px;
        padding-right: 10px;
    }

    .content-table .td-content {
        overflow: hidden;
    }

    .content-table .table-slide > tr:last-child {
        border: 0;
        padding: 0;
    }

    .content-table .table-slide > tr:last-child > td {
        padding: 0 !important;
    }

    .content-table .table-slide.row-active > tr:first-child {
        background: #ffdc2d;
    }

    .content-table .table-slide.row-active .slide {
        display: block;
    }

    .content-table.doc-table thead {
        display: none;
    }

    .content-table.doc-table tbody {
        height: auto;
        display: block;
        overflow: visible;
        max-height: 10000px;
    }

    .content-table.doc-table tbody tr.marked td {
        background: none;
    }

    .content-table.doc-table td {
        float: none;
        height: auto;
        width: auto;
    }
}

@media all and (max-width: 767px) {
    .content-table img {
        display: block;
        float: none;
        margin: 0 0 10px;
    }

    .content-table .title {
        width: 37%;
    }

    .content-table .btn-yellow.fancybox, .content-table .fancybox.btn-gray, .content-table .fancybox.btn-gray-large, .content-table .fancybox.btn-yellow-large {
        white-space: nowrap;
        padding: 0 20px;
    }
}

.table-full-slide {
    margin: 0 0 45px;
}

.table-full-slide:last-child {
    margin-bottom: 0;
}

.table-full-slide.table-full-active .table-opener {
    background: #fff4bc;
    border-color: #fff4bc !important;
}

.table-full-slide.table-full-active .table-opener:before {
    -moz-transform: rotate(180deg);
    /* Р”Р»СЏ Firefox */
    -ms-transform: rotate(180deg);
    /* Р”Р»СЏ IE */
    -webkit-transform: rotate(180deg);
    /* Р”Р»СЏ Safari, Chrome, iOS */
    -o-transform: rotate(180deg);
    /* Р”Р»СЏ Opera */
    transform: rotate(180deg);
}

.table-full-slide.table-full-active .table-opener em {
    display: block;
}

.table-full-slide.table-full-active .table-opener span {
    display: none;
}

.table-full-slide .table-opener {
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    height: 31px;
    border: 1px solid #fff4bc;
    background: #fff4bc;
    padding: 0 14px 0 0;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    line-height: 29px;
    position: relative;
}

.table-full-slide .table-opener:before {
    position: absolute;
    top: 13px;
    right: 9px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #666666 transparent transparent transparent;
}

.table-full-slide .table-opener:hover {
    border-color: #333;
    text-decoration: none;
}

.table-full-slide .table-opener em {
    font-style: normal;
    display: none;
}

@media all and (max-width: 767px) {
    .table-full-slide .table-opener {
        margin-top: 10px;
        display: block;
    }
}

.table-filter {
    margin: 0 0 10px;
    padding-top: 5px;
}

.table-filter .period-row {
    float: right;
}

.table-filter .box {
    float: left;
    width: 26%;
    margin-left: 40px;
}

.table-filter .box:first-child {
    margin-left: 0;
}

.table-filter .box .label {
    float: left;
    line-height: 31px;
    margin: 0 10px 0 0;
}

.table-filter .select-wrap {
    overflow: hidden;
}

@media all and (max-width: 1258px) {
    .table-filter .period-row {
        float: none;
        clear: both;
    }

    .table-filter .box {
        width: 35%;
        margin-bottom: 10px;
    }
}

@media all and (max-width: 1001px) {
    .table-filter .box {
        width: 50%;
        margin: 0;
        padding-right: 30px;
    }

    .table-filter .period-row {
        padding-top: 0;
        margin-top: 0;
    }
}

@media all and (max-width: 767px) {
    .table-filter {
        padding-top: 20px;
    }

    .table-filter .box {
        width: 100%;
        float: none;
        padding: 0;
    }

    .table-filter .box .label {
        width: 100px;
    }

    .table-filter .period-row {
        padding-top: 0;
        margin-top: 0;
    }
}

.recipient {
    margin: 0 0 30px;
}

.recipient .label {
    float: left;
    font-size: 17px;
    line-height: 18px;
    font-weight: 500;
    margin: 0 12px 0 0;
}

.recipient p {
    margin: 0;
    font-size: 14px;
    overflow: hidden;
}

@media all and (max-width: 1001px) {
    .recipient {
        margin: 0 0 20px;
    }
}

.btns-row {
    text-align: center;
    margin: 0;
}

.btns-row > a {
    vertical-align: middle;
    margin: 0 30px;
}

@media all and (max-width: 1001px) {
    .btns-row > a {
        margin: 0 30px 20px;
    }
}

.info-list {
    margin: 0;
    padding-bottom: 30px;
    font-size: 14px;
}

.info-list:last-child {
    padding-bottom: 0;
}

.info-list dt {
    float: left;
    clear: left;
    margin: 0;
    width: 247px;
    color: #000;
    font-weight: 500;
}

.info-list dd {
    margin: 0 0 14px;
    color: #666;
    overflow: hidden;
}

.info-list dd a {
    color: #000;
    text-decoration: underline;
}

.info-list dd a:hover {
    text-decoration: none;
}

@media all and (max-width: 767px) {
    .info-list dt {
        display: block;
        float: none;
    }

    .info-list dd {
        display: block;
    }
}

.single-select {
    max-width: 400px;
    margin: 0 0 14px;
    padding: 20px 0 0;
}

.jcf-select-sort {
    height: 31px !important;
}

.jcf-select-sort .jcf-select-text {
    line-height: 29px !important;
}

.debt {
    float: right;
    font-size: 20px;
    line-height: 31px;
    color: #d74f05;
}

@media all and (max-width: 1001px) {
    .debt {
        float: none;
        display: block;
        padding: 10px 0 0;
    }
}

.data-form {
    padding: 0 20px;
}

.data-form .wrap {
    margin: 0 0 12px;
    border-radius: 7px;
    height: 30px;
    padding: 0;
    line-height: 30px;
}

.data-form label {
    float: left;
    width: 82px;
    line-height: 36px;
}

.data-form .text-wrap {
    overflow: hidden;
}

.data-form .text-field {
    width: 100%;
    border: 0;
    background: none;
    height: 32px;
    font-size: 14px;
    color: #666;
}

.data-form .check-row {
    margin: 0 0 12px;
}

.data-form .check-row .row-label {
    float: left;
    width: 97px;
    line-height: 24px;
}

.data-form .check-row .checkbox {
    display: none;
}

.data-form .check-row label {
    width: 47px;
    height: 24px;
    border: 1px solid #bfc1c3;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
}

.data-form .check-row label:before {
    position: absolute;
    top: 2px;
    left: 24px;
    width: 18px;
    height: 18px;
    content: '';
    border-radius: 50%;
    content: '';
    border: 1px solid #bfc1c3;
    background: #fef551;
    background: -moz-linear-gradient(top, #fef551 0%, #fddd33 100%);
    background: -webkit-linear-gradient(top, #fef551 0%, #fddd33 100%);
    background: linear-gradient(to bottom, #fef551 0%, #fddd33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef551', endColorstr='#fddd33',GradientType=0 );
}

.data-form .check-row .checkbox:checked + label {
    background: #fff1ab;
}

.data-form .check-row .checkbox:checked + label:before {
    top: 2px;
    left: 2px;
}

@media all and (max-width: 767px) {
    .data-form {
        padding: 0 0 20px;
    }
}

.edit-btn-wrap {
    padding-top: 20px;
    margin: 0 0 40px;
}

@media all and (max-width: 767px) {
    .edit-btn-wrap {
        padding-top: 0;
    }
}

.data-form-wrap.data-form-active .wrap {
    margin: 0 0 22px;
    border: 4px solid #fff1ab;
    border-radius: 7px;
    height: 40px;
    padding: 0 14px;
    line-height: 32px;
}

.small-search {
    position: relative;
}

.small-search .text {
    width: 100%;
    height: 31px;
    border: 1px solid #cdd0d2;
    border-radius: 2px;
    padding: 0 40px 0 10px;
}

.small-search .text.valid-no {
    border-color: #f0c2c2;
}

.small-search .submit {
    position: absolute;
    top: 6px;
    right: 8px;
    background: url(../images/bg-search.png) no-repeat;
    width: 19px;
    height: 19px;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: 0;
}

.small-search .submit:hover {
    background-position: 0 -19px;
}

.small-search .submit:active {
    background-position: 0 -38px;
}

.text-field-date {
    float: left;
    margin-right: 22px;
    border: 1px solid #cdd0d2;
    border-radius: 2px;
    height: 31px;
    padding: 0 45px 0 10px;
    width: 122px;
    background: url(../images/bg-date.png) no-repeat 100% 50%;
}

.text-field-date:disabled {
    background: #f2f2f2 url(../images/bg-date.png) no-repeat 100% 50%;
}

.info-table {
    border-collapse: collapse;
    padding: 0;
    margin: 0 0 30px !important;
    width: 100%;
    background: #f9f5d1;
    font-size: 14px;
}

.info-table td {
    width: 33%;
    padding: 0 22px !important;
    line-height: 32px;
    border: 0 !important;
}

@media all and (max-width: 1001px) {
    .info-table td {
        width: 100% !important;
        padding: 0 !important;
    }
}

.full-map {
    height: 600px;
    margin-bottom: 20px;
}

@media all and (max-width: 1001px) {
    .full-map {
        height: 400px;
    }
}

@media all and (max-width: 767px) {
    .full-map {
        height: 200px;
        padding-top: 20px;
    }
}

.no-results-message {
    text-align: center;
    font-size: 20px;
    padding: 40px 30px;
    color: #666;
}

.no-results-message span {
    color: #000;
}

@media all and (max-width: 1001px) {
    .no-results-message {
        padding: 10px 15px 40px;
        font-size: 18px;
    }
}

.content-box .search-holder {
    overflow: visible;
}

@media all and (max-width: 1001px) {
    .content-box .search-holder {
        float: none;
        width: 100%;
    }

    .content-box .search-holder .search-opener {
        display: none;
    }

    .content-box .search-holder .search-popup {
        display: block !important;
        position: relative;
        border: 0;
        padding: 0;
        left: 0;
        top: 0;
    }
}

.results-number {
    float: left;
    font-size: 15px;
    line-height: 21px;
}

@media all and (max-width: 1001px) {
    .results-number {
        float: none;
        display: block;
        margin: 0 0 10px;
    }
}

.print-visible {
    display: none;
}

/*# sourceMappingURL=all.css.map */
ul.catalog-category span {
    padding-left: 5px;
}

.old_browser {
    border: 7px solid #ffdc2d;
    width: 100%;
    text-align: center;
    padding: 7px;
    margin-bottom: 10px;
    background-color: #f6f6f6;
}

.catalog-content .catalog li:hover {
    box-shadow: 0 0 8px rgba(0,0,0,0.55);
    z-index: 10;
}

.next-article {
    margin: 100px auto 40px auto;
    max-width: 300px;
}

.next-article .preview {
    display: block;
    margin-bottom: 10px;
}

.next-article .preview img {
    max-width: 300px;
    max-height: 300px;
}

.next-article .title {
    font-size: 18px;
    line-height: 22px;
    display: block;
    font-weight: bold;
    margin: 0 0 10px;
    color: #222;
}

.next-article p {
    color: #666666;
    line-height: 18px;
    font-size: 13px;
    margin: 0 0 10px;
    max-width: 300px;
}

.next-article .more {
    display: block;
    text-align: center;
}

.image .link-back {
    display: block;
    margin-top: 40px;
    color: #666;
}

.next-article .next-title {
    font-size: 18px;
    line-height: 22px;
    display: block;
    font-weight: bold;
    margin: 10px 0;
    color: #222;
}

.filter-holder.sticky {
    position: fixed;
    top: 20px;
    z-index: 20;
}

.item-box .count-wrap .amount-wrap {
    margin-left: 0px;
}

.item-box .count-wrap label {
    font-size: 13px;
}

.lk-manager-name .title {
    display: block;
}

.lk-manager-name .name {
    font-weight: bold;
}

.lk-manager-name .inner {
    border: 1px solid #e1e1e1;
    padding: 20px 23px;
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.21);
    background: #ffdc2d;
    margin:20px 0;
    border-radius: 10px;
}
@media(min-width:1002px){
    .lk-manager-name {
        position: relative;
    }
    .lk-manager-name .inner {
        max-width: 300px;
        position: absolute;
        right: 0;
        bottom: 5px;
        margin-top: 0px;
    }
    .lk-manager-name .inner:after, .lk-manager-name .inner:before {
        top: 100%;
        left: 60px;
        border: solid transparent;
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        content: " ";
    }
    .lk-manager-name .inner:before {
        border-left: 50px solid transparent;
        border-right: 40px solid transparent;
        border-top: 20px solid #e1e1e1;
        margin-left: -21px;
    }
    .lk-manager-name .inner:after {
        border-left: 45px solid transparent;
        border-right: 35px solid transparent;
        border-top: 17px solid #ffdc2d;
        margin-left: -16px;
    }
}
@media(min-width:1680px){
    .lk-manager-name .inner {
        max-width: 190px;
        right: -200px;
        bottom: 100px;
    }
}
/*РџСЂР°РІРєРё СЃС‚РёР»РµР№ РґР»СЏ РєРѕСЂР·РёРЅС‹(2)*/
.short-cart .short-cart-popup {
    padding-top: 21px;
}

.short-cart .holder {
    border-top: 2px solid #626368;
    padding-top: 17px;
}

.short-cart .holder:before {
    top: -11px;
    right: 130px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #636467;
}

.short-cart .holder:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.short-cart-arrow {
    border-radius: 0 5px 5px 0;
}

.popup-table-quantity span {
    font-size: 16px;
}

.short-cart-contain {
    cursor: pointer;
}

.short-cart {
    padding: 4px 0 0;
}

.short-cart-contain {
    font-size: 14px;
    padding-right: 5px;
    padding-left: 5px;
}

.popup-table-name a {
    font-size: 13px;
}

.short-cart-popup h3,.short-cart-popup .h3 {
    font-size: 15px;
    margin-bottom: 10px;
}

.short-cart-popup-table {
    margin-bottom: 15px;
}

.short-cart-popup-table tr td {
    padding-bottom: 12px;
}

.short-cart-popup-table tr:last-child td {
    padding-bottom: 0;
}

.popup-table-price {
    font-size: 17px;
    font-weight: bold;
}

/*Р”РѕР±Р°РІРёС‚СЊ РїСѓС‚Рё Рє РєСЂР°С‚РёРЅРєР°Рј*/

/*Р­С‚Рё РљРѕСЂР·РёРЅС‹ С‚РѕС‡РЅРѕ РµСЃС‚СЊ РЅР° СЃРµСЂРІРµСЂРµ*/

.short-cart .cart-label {
    background-image: url(../images/basket-icon.png);
    background-position: center center;
    background-size: 75%;
}

.short-cart.empty .cart-label {
    background-image: url('');
}

/*РЎС‚СЂРµР»РєСѓ РЅР°Р№РґСѓ Рё СЃРєРёРЅСѓ*/

.short-cart-arrow {
    background-image: url(../images/basket-arrow.png);
    background-position: center center;
    background-size: 50%;
}


/*РЎРєСЂС‹Р»Р° РёР·РјРµРЅРµРЅРёСЏ РґР»СЏ РІРµСЂСЃРёРё РјРµРЅСЊС€Рµ 799px*/
@media (max-width: 799px) {

    .short-cart-contain {
        display: none;
    }

    .short-cart-arrow {
        display: none;
    }

    .short-cart-wrapper {
        background-color: transparent;
    }

    .short-cart {
        min-width: auto;
    }

}
/*END РЎРєСЂС‹Р»Р° РёР·РјРµРЅРµРЅРёСЏ РґР»СЏ РІРµСЂСЃРёРё РјРµРЅСЊС€Рµ 799px*/


/*END РџСЂР°РІРєРё СЃС‚РёР»РµР№ РґР»СЏ РєРѕСЂР·РёРЅС‹(2)*/

.short-cart-popup tr.updating .popup-table-quantity {
    position:relative;
}
.short-cart-popup tr.updating .popup-table-quantity:after {
    display: block;
    position: absolute;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background: #fff url(../images/fancybox_loading.gif) no-repeat center center;
    opacity: 0.35;
    background-size: 15%;
    content: '';
}
.short-cart-contain a:hover {
    text-decoration: none;
}
.short-cart-popup .btn-yellow-bordered:active {
    background-image: url(data:image/svg+xml,%0A%3Csvg%20width%3D%2232px%22%20height%3D%2229px%22%20vвЂ¦%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 7px 7px;
}
.fixed-background
{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}
@media (max-width: 1500px) {
    .fixed-background {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center top;
    }
}
/*РЈР±СЂР°С‚СЊ "С‚РѕС‡РєРё" СЃР»Р°Р№РґРµСЂР° РЅР° РјРѕР±РёР»СЊРЅРѕР№ РІРµСЂСЃРёРё*/
@media (max-width: 1001px) {
    .info-slider .slick-dots {
        display: none !important;
    }
}
/*END РЈР±СЂР°С‚СЊ "С‚РѕС‡РєРё" СЃР»Р°Р№РґРµСЂР° РЅР° РјРѕР±РёР»СЊРЅРѕР№ РІРµСЂСЃРёРё*/

/*РСЃРїСЂР°РІР»РµРЅ Р±Р°Рі СЃ С†РµРЅС‚СЂРѕРІРєРѕР№ "С‚РѕС‡РµРє" СЃР»Р°Р№РґРµСЂР°*/
.slick-dots {
    left: 0;
}
/*END РСЃРїСЂР°РІР»РµРЅ Р±Р°Рі СЃ С†РµРЅС‚СЂРѕРІРєРѕР№ "С‚РѕС‡РµРє" СЃР»Р°Р№РґРµСЂР°*/

/*РСЃРїСЂР°РІР»РµРЅ Р±Р°Рі СЃ С†РµРЅС‚СЂРѕРІРєРѕР№ СЌР»РµРјРµРЅС‚РѕРІ СЃР»Р°Р№РґРµСЂР° СЂР°Р·РґРµР»Р° "Р‘СЂРµРЅРґС‹"*/
.products-slider .slick-slide {
    text-align: center;
}

.brands .item-box {
    float: none;
    display: inline-block;
}
/*END РСЃРїСЂР°РІР»РµРЅ Р±Р°Рі СЃ С†РµРЅС‚СЂРѕРІРєРѕР№ СЌР»РµРјРµРЅС‚РѕРІ СЃР»Р°Р№РґРµСЂР° СЂР°Р·РґРµР»Р° "Р‘СЂРµРЅРґС‹"*/

/*Start РќРѕРІРѕРіРѕРґРЅСЏСЏ С‚РµРјР°*/
.newYear{}
.newYear #frame_prices_container .btn-yellow-bordered{
    padding: 8px 16px 10px 37px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzU3LjEgNTUzLjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1Ny4xIDU1My40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzY4Njg2ODtzdHJva2Utd2lkdGg6MTI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE5MSwyNC40Yy0xMi43LTYuNy0yMS4zLTE1LjMtMzUuNy0xMGMtNS4xLDEuOS0xMC41LDYtMjEuNywyMC45Yy05LjgsMTMuMS0xMywxNy42LTE3LjgsMjUuN2MtNC41LDcuNS0xMiwyMC0xMS40LDMxLjFjMC4zLDUuOSwxLjIsMTEuNywxNC41LDIyYzE3LjQsMTMuNCw0Ny43LDIzLjksNjMsMzEuM2MzMC42LDE0LjcsNDAsMjAuMiw2Ni4yLDM1LjVjMjMuMiwxMy42LDMyLjIsMjAuNyw0NCwxNy40YzYuMi0xLjcsMTAuMy0zLjEsMjcuNy0yOWMxOS0yOC4zLDIxLjMtMzQuOSwyMy41LTQyLjRjMy41LTExLjktNi40LTIyLjctMTEuMS0yNy4xYy0xNi41LTE1LjYtMjMuNi0xOC43LTYxLjMtMzZDMjMwLjksNDUuMiwxOTEsMjQuNCwxOTEsMjQuNHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTE3LjgsMTE2Yy0xNC45LDMzLjQtMjMuOSw1Ni4yLTMzLDc4LjRjLTE4LjQsNDUuMS0yMS40LDY0LjYtNDAuOSw4Ni4yYy0yLjIsMi40LTE0LjMsOS4xLTI0LDI2LjZjLTQuOSw4LjgtNi41LDE5LjgtNy44LDI4LjVjLTIuNywxOC40LDUuMywzMy45LDguNywzOC43YzE2LjgsMjMuNCwzMC42LDMwLjUsNDYuNSwzNi44YzE1LjgsNi4yLDIyLjEsNS42LDM1LjQsMTAuOWMyNy4xLDEwLjksNDQsMzAuOCw1OCw0Ny43YzI1LjYsMzAuOSwyMy42LDM5LjMsNDIuMSw1NC4zYzE3LDEzLjgsMzQuOSwxNyw0Ni4yLDE4LjJjMTMuNiwxLjQsMzAtMC4yLDQ2LjktMTEuNmMyMC40LTEzLjgsMjUuMy0zOC4zLDI3LjgtNTFjNi45LTM0LjctNS4xLTYzLjUtOC43LTcxLjZjLTE1LjUtMzQuMS0zMy41LTUxLjMtNTcuOC02OGMtMTEtNy42LTI3LjctMTIuNC0zMS4yLTE5LjJjLTQuMi04LjItMC4zLTE4LjUsMi40LTI0LjdjMTMuNC0zMC45LDQ5LjUtODUuNyw1NC45LTkzLjhDMjI4LjEsMTczLjYsMTczLDE0NC44LDExNy44LDExNnoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDMuOSwyODIuNWM5LjEsOC45LDIxLjcsMjMuNiwzMC4yLDQ0LjZjMTYuNSw0MC44LDYuMSw3Ny42LDEuOSw5MC4yIi8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMwNywzOTUuMWMtMTMuNiwxMS40LTI3LjYsMjQtNDEuNywzNy43Yy0yOS4xLDI4LjMtNTMuNiw1Ni42LTc0LjEsODMuMSIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 7px 2px;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    color: #1e0e00;
    border: 2px solid #fff1ab;
    background-color: #ffdc2d;
    height: 38px;
    line-height: 20px;
    transition: 0.5s all ease;
}
.newYear #frame_prices_container .btn-yellow-bordered:hover{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzU4LjQgNTU2LjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1OC40IDU1Ni4zOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzY4Njg2ODtzdHJva2Utd2lkdGg6MTI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDF7ZmlsbDojRTEwQzBDO30uc3Qye2ZpbGw6IzBCNUQwOTt9LnN0M3tmaWxsOiM2ODY4Njg7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE5NC4xLDI2LjJjLTEyLjctNi43LTIxLjMtMTUuMy0zNS43LTEwYy01LjEsMS45LTEwLjUsNi0yMS43LDIwLjljLTkuOCwxMy4xLTEzLDE3LjYtMTcuOCwyNS43Yy00LjUsNy41LTEyLDIwLTExLjQsMzEuMWMwLjMsNS45LDEuMiwxMS43LDE0LjUsMjJjMTcuNCwxMy40LDQ3LjYsMjMuOSw2MywzMS4zYzMwLjYsMTQuNyw0MCwyMC4xLDY2LjIsMzUuNGMyMy4xLDEzLjYsMzIuMiwyMC43LDQ0LDE3LjRjNi4yLTEuNywxMC4zLTMuMSwyNy43LTI5YzE5LTI4LjMsMjEuMy0zNC45LDIzLjUtNDIuNGMzLjUtMTEuOS02LjQtMjIuNy0xMS4xLTI3LjFjLTE2LjUtMTUuNi0yMy41LTE4LjctNjEuMy0zNkMyMzMuOSw0Ny4xLDE5NC4xLDI2LjIsMTk0LjEsMjYuMnoiLz48ZyBpZD0iWE1MSURfMl8iPjxnPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0zMTUuMyw0MDguMWMzLjcsOC4xLDE1LjUsMzcuMyw4LjcsNzIuNWMtMi41LDEyLjktNy4zLDM3LjctMjcuNSw1MS42Yy0xNi43LDExLjUtMzIuOSwxMy4yLTQ2LjQsMTEuOGMtMTEuMi0xLjItMjguOS00LjQtNDUuOC0xOC40Yy0xOC4zLTE1LjItMTYuMy0yMy43LTQxLjctNTQuOWMtMTQtMTcuMi0zMC43LTM3LjMtNTcuNS00OC4zYy0xMy4yLTUuNC0xOS40LTQuNy0zNS4xLTExYy0xNS43LTYuNC0yOS40LTEzLjUtNDYuMS0zNy4yYy0zLjMtNC44LTExLjMtMjAuNi04LjYtMzkuMmMxLjItOC45LDIuOS0xOS45LDcuNy0yOC45YzkuNi0xNy44LDIxLjctMjQuNSwyMy44LTI3QzY2LDI1Ny4yLDY5LDIzNy40LDg3LjMsMTkxLjdjOS0yMi41LDE4LTQ1LjUsMzIuNy03OS40YzU0LjYsMjkuMiwxMDkuMyw1OC4zLDE2My44LDg3LjVjLTUuMyw4LjItNDEuMSw2My42LTU0LjQsOTQuOWMtMi42LDYuMy02LjYsMTYuNy0yLjMsMjQuOWMzLjQsNi45LDIwLjEsMTEuOCwzMC45LDE5LjVDMjgyLjEsMzU2LjEsMzAwLDM3My41LDMxNS4zLDQwOC4xeiIvPjwvZz48Zz48L2c+PC9nPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0xOS42LDMxMS42YzQuNS05LjIsMTUuNC0yNC4yLDI4LjQtMjMuM2MxNC4zLDAuOSwyMi44LDIwLjUsMjcuOSwzMi4zYzE0LjQsMzMuMiwxOS4yLDgzLjIsMi4xLDkwLjdjLTE0LjgsNi41LTQzLjUtMTkuOC01NS41LTQ2LjVDMTkuNCwzNTcuNiw4LjgsMzMzLjksMTkuNiwzMTEuNnoiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNMjQ3LjcsNTQ0Yy0zNy42LTUuNS02Ny44LTI0LjQtMjEuNC02Ny4zYzQ2LTQyLjYsODcuMi04OS40LDk3LTY1LjJjNy45LDE5LjQsMTIuNyw2OS4yLTguNSw5Ny40QzMwOC4zLDUxNy41LDI4My43LDU0OS4yLDI0Ny43LDU0NHoiLz48ZyBpZD0iWE1MSURfMV8iPjxnPjwvZz48Zz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzI2LjcsNDgxLjVjLTIuNSwxMi43LTcuMywzNy4zLTI3LjgsNTFjLTE2LjksMTEuNC0zMy4yLDEzLTQ2LjgsMTEuNmMtMTEuMy0xLjItMjkuMS00LjQtNDYuMi0xOC4yYy0xOC40LTE1LTE2LjUtMjMuNC00Mi01NC4zYy0xNC4yLTE3LTMwLjktMzYuOS01OC00Ny43Yy0xMy4zLTUuMy0xOS41LTQuNy0zNS40LTEwLjljLTE1LjktNi4zLTI5LjYtMTMuMy00Ni41LTM2LjdjLTMuNC00LjgtMTEuNC0yMC40LTguNy0zOC43YzEuMi04LjgsMy0xOS42LDcuNy0yOC41YzkuNy0xNy42LDIxLjktMjQuMiwyNC0yNi43YzE5LjQtMjEuNSwyMi41LTQxLDQwLjktODYuMWM5LjEtMjIuMiwxOC4xLTQ0LjksMzMtNzguNGM1NS4xLDI4LjgsMTEwLjIsNTcuNiwxNjUuMyw4Ni40Yy01LjQsOC4xLTQxLjQsNjIuOC01NC45LDkzLjhjLTIuNiw2LjItNi42LDE2LjUtMi4zLDI0LjZjMy41LDYuOCwyMC4zLDExLjYsMzEuMiwxOS4yYzI0LjMsMTYuNyw0Mi4zLDMzLjksNTcuOCw2OEMzMjEuNyw0MTcuOSwzMzMuNyw0NDYuNywzMjYuNyw0ODEuNXoiLz48L2c+PC9nPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00NywyODQuM2M5LjEsOC45LDIxLjcsMjMuNiwzMC4xLDQ0LjZjMTYuNSw0MC44LDYuMSw3Ny42LDEuOSw5MC4yIi8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxMCwzOTYuOWMtMTMuNiwxMS40LTI3LjYsMjMuOS00MS43LDM3LjdjLTI5LjEsMjguMy01My42LDU2LjYtNzQuMSw4My4xIi8+PGNpcmNsZSBjbGFzcz0ic3QzIiBjeD0iMTY2LjYiIGN5PSIzOSIgcj0iNS4yIi8+PGNpcmNsZSBjbGFzcz0ic3QzIiBjeD0iMTY0LjUiIGN5PSI2MS43IiByPSI1LjIiLz48Y2lyY2xlIGNsYXNzPSJzdDMiIGN4PSIxODciIGN5PSI1MyIgcj0iNS4yIi8+PGNpcmNsZSBjbGFzcz0ic3QzIiBjeD0iMTgzIiBjeT0iNzMuMyIgcj0iNS4yIi8+PGNpcmNsZSBjbGFzcz0ic3QzIiBjeD0iMTgxIiBjeT0iOTYiIHI9IjUuMiIvPjxjaXJjbGUgY2xhc3M9InN0MyIgY3g9IjIwMy41IiBjeT0iODcuMyIgcj0iNS4yIi8+PGNpcmNsZSBjbGFzcz0ic3QzIiBjeD0iMjA5LjYiIGN5PSI2Mi4zIiByPSI1LjIiLz48Y2lyY2xlIGNsYXNzPSJzdDMiIGN4PSIyMTkuNyIgY3k9IjgyLjkiIHI9IjUuMiIvPjxjaXJjbGUgY2xhc3M9InN0MyIgY3g9IjE1OS4zIiBjeT0iMTA3LjciIHI9IjUuMiIvPjxjaXJjbGUgY2xhc3M9InN0MyIgY3g9IjE5NS4yIiBjeT0iMTAzLjkiIHI9IjUuMiIvPjxjaXJjbGUgY2xhc3M9InN0MyIgY3g9IjE5My4xIiBjeT0iMTI2LjciIHI9IjUuMiIvPjxjaXJjbGUgY2xhc3M9InN0MyIgY3g9IjIxNS43IiBjeT0iMTE4IiByPSI1LjIiLz48Y2lyY2xlIGNsYXNzPSJzdDMiIGN4PSIyNDQuMSIgY3k9IjgzLjciIHI9IjUuMiIvPjxjaXJjbGUgY2xhc3M9InN0MyIgY3g9IjI0MiIgY3k9IjEwNi40IiByPSI1LjIiLz48Y2lyY2xlIGNsYXNzPSJzdDMiIGN4PSIyNjQuNiIgY3k9Ijk3LjciIHI9IjUuMiIvPjxjaXJjbGUgY2xhc3M9InN0MyIgY3g9IjI0MS43IiBjeT0iMTIzIiByPSI1LjIiLz48Y2lyY2xlIGNsYXNzPSJzdDMiIGN4PSIyMzkuNiIgY3k9IjE0NS44IiByPSI1LjIiLz48Y2lyY2xlIGNsYXNzPSJzdDMiIGN4PSIyNjIuMSIgY3k9IjEzNy4xIiByPSI1LjIiLz48Y2lyY2xlIGNsYXNzPSJzdDMiIGN4PSIyODcuNCIgY3k9IjEwMy4zIiByPSI1LjIiLz48Y2lyY2xlIGNsYXNzPSJzdDMiIGN4PSIyNzAuNyIgY3k9IjExOC45IiByPSI1LjIiLz48Y2lyY2xlIGNsYXNzPSJzdDMiIGN4PSIyOTMuMyIgY3k9IjEyNy41IiByPSI1LjIiLz48Y2lyY2xlIGNsYXNzPSJzdDMiIGN4PSIxNDAuOSIgY3k9IjY5LjciIHI9IjUuMiIvPjxjaXJjbGUgY2xhc3M9InN0MyIgY3g9IjEzOC44IiBjeT0iOTIuNSIgcj0iNS4yIi8+PGNpcmNsZSBjbGFzcz0ic3QzIiBjeD0iMTYxLjQiIGN5PSI4My44IiByPSI1LjIiLz48Y2lyY2xlIGNsYXNzPSJzdDMiIGN4PSIyNzguOSIgY3k9IjE0NS44IiByPSI1LjIiLz48Y2lyY2xlIGNsYXNzPSJzdDMiIGN4PSIyNzYuOCIgY3k9IjE2OC42IiByPSI1LjIiLz48Y2lyY2xlIGNsYXNzPSJzdDMiIGN4PSIyOTkuMyIgY3k9IjE1OS44IiByPSI1LjIiLz48Y2lyY2xlIGNsYXNzPSJzdDMiIGN4PSIzMDkuNyIgY3k9IjE0Mi4zIiByPSI1LjIiLz48Y2lyY2xlIGNsYXNzPSJzdDMiIGN4PSIzMjYuMyIgY3k9IjEyNi42IiByPSI1LjIiLz48Y2lyY2xlIGNsYXNzPSJzdDMiIGN4PSIzMDkuNCIgY3k9IjEwOS4zIiByPSI1LjIiLz48L3N2Zz4=)!important;
    text-decoration: none;
    border: 2px solid #e10c0c;
    transition: 0.5s all ease;
}
/*End РќРѕРІРѕРіРѕРґРЅСЏСЏ С‚РµРјР°*/

/*Start Р¤РёРєСЃС‹ РґР»СЏ Р±СЂРµРЅРґРѕРІ*/
.brandSectionWrapper{position: relative;}
.brandSectionWrapper .brandSectionIcon,.brandSectionWrapper .brandSectionName,.brandSectionWrapper .brandSectionLink{
    display: inline-block;
    vertical-align: middle;
}
.brandSectionWrapper .brandSectionIcon{margin-right:10px;}
.brandSectionWrapper .brandSectionLink.all{
    position: absolute;
    top: calc(50% - 11px);
    right:15px;
}
.content .brand-item ul{
    padding-left: 40px;
}
@media(max-width:767px){
    .brands-list li {
        padding-top: 20%;
    }
    .brands-list li .image a {
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
    }
}
@media(max-width:480px){
    .brandSectionWrapper .brandSectionTitleWrapper{margin-bottom:0!important;}
    .brandSectionWrapper .brandSectionTitleWrapper a{display:block!important;}
    .brandSectionWrapper .brandSectionTitleWrapper a:before,
    .brandSectionWrapper .brandSectionTitleWrapper a:after{content:'';display:table;clear:both;}
    .brandSectionTitleWrapper .brandSectionIcon{
        display:block;
        float: left;
        width: 40px;
    }
    .brandSectionTitleWrapper .brandSectionName{
        display:block;
        float: left;
        width: calc(100% - 50px);
    }
    .brandSectionWrapper .brandSectionLink.all{
        float: right!important;
        position:relative;
        margin-bottom: 20px;
    }
    .brands-list li {
        padding-top: 49%;
    }
    .brands-list li .image a {
        top: 16px;
        left: 16px;
        right: 16px;
        bottom: 16px;
    }
}
/*End Р¤РёРєСЃС‹ РґР»СЏ Р±СЂРµРЅРґРѕРІ*/

/*Start - fixBrandSliderArrow*/
.brands.products-slider .slick-prev,.brands.products-slider .slick-next{
    top: 80px;
}
/*End - fixBrandSliderArrow*/

/*Start - newSticker*/
.item-slider-holder .item-slider{
    position:relative;
}
.newSticker, .best-catalog .item-box:hover .newSticker{
    position:absolute;
    top: -2px;
    left: -3px;
    z-index: 1;
}
.best-catalog .newSticker{
    top: -5px;
    left: -7px;
}
.item-slider-holder .item-slider .newSticker img{
    max-width:100px;
}
.item-box .newSticker img{
    max-width:85px;
}
/*End - newSticker*/

/*Start regionInput*/
.data-form-active .regionInputWrapper,
.login-form .regionInputWrapper{
    position:relative;
}
.data-form-active .regionInputWrapper:after,
.login-form .regionInputWrapper:after{
    content: 'РёР·РјРµРЅРёС‚СЊ';
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    color: #333;
    opacity: 0.7;
    cursor:pointer;
}
.data-form-active .regionInputWrapper:after{
    top: 0;
}
.regionInputWrapper:hover:after{
    opacity: 1;
}
.data-form-active .regionInputWrapper input,
.login-form .regionInputWrapper input{
    cursor:pointer;
}
span.region-link:before{display:none;}
span.region-link,
.top-line .region-box span.region-link:hover{
    cursor: default;
    text-decoration: none;
    color: #666;
}
/*End regionInput*/

/*Start СЃРµСЂРІРёСЃРЅС‹Рµ РєР»Р°СЃСЃС‹*/
.fs10{font-size:10px}.fs11{font-size:11px}.fs12{font-size:12px}.fs13{font-size:13px}.fs14{font-size:14px}.fs15{font-size:15px}.fs16{font-size:16px}.fs17{font-size:17px}.fs18{font-size:18px}.fs19{font-size:19px}.fs20{font-size:20px}.fs21{font-size:21px}.fs22{font-size:22px}.fs23{font-size:23px}.fs24{font-size:24px}.fs25{font-size:25px}.fs26{font-size:26px}.fs27{font-size:27px}.fs28{font-size:28px}.fs29{font-size:29px}.fs30{font-size:30px}.fs31{font-size:31px}.fs32{font-size:32px}.fs33{font-size:33px}.fs34{font-size:34px}.fs35{font-size:35px}.fs36{font-size:36px}.fs37{font-size:37px}.fs38{font-size:38px}.fs39{font-size:39px}.fs40{font-size:40px}
.m0{margin:0}.m5{margin:5px}.m10{margin:10px}.m15{margin:15px}.m20{margin:20px}.m25{margin:25px}.m30{margin:30px}.m35{margin:35px}.m40{margin:40px}.m45{margin:45px}.m50{margin:50px}.m55{margin:55px}.m60{margin:60px}.m65{margin:65px}.m70{margin:70px}.m75{margin:75px}.m80{margin:80px}.m85{margin:85px}.m90{margin:90px}.m95{margin:95px}.m100{margin:100px}.ml0{margin-left:0}.ml5{margin-left:5px}.ml10{margin-left:10px}.ml15{margin-left:15px}.ml20{margin-left:20px}.ml25{margin-left:25px}.ml30{margin-left:30px}.ml35{margin-left:35px}.ml40{margin-left:40px}.ml45{margin-left:45px}.ml50{margin-left:50px}.ml55{margin-left:55px}.ml60{margin-left:60px}.ml65{margin-left:65px}.ml70{margin-left:70px}.ml75{margin-left:75px}.ml80{margin-left:80px}.ml85{margin-left:85px}.ml90{margin-left:90px}.ml95{margin-left:95px}.ml100{margin-left:100px}.mr0{margin-right:0}.mr5{margin-right:5px}.mr10{margin-right:10px}.mr15{margin-right:15px}.mr20{margin-right:20px}.mr25{margin-right:25px}.mr30{margin-right:30px}.mr35{margin-right:35px}.mr40{margin-right:40px}.mr45{margin-right:45px}.mr50{margin-right:50px}.mr55{margin-right:55px}.mr60{margin-right:60px}.mr65{margin-right:65px}.mr70{margin-right:70px}.mr75{margin-right:75px}.mr80{margin-right:80px}.mr85{margin-right:85px}.mr90{margin-right:90px}.mr95{margin-right:95px}.mr100{margin-right:100px}.mt0{margin-top:0}.mt5{margin-top:5px}.mt10{margin-top:10px}.mt15{margin-top:15px}.mt20{margin-top:20px}.mt25{margin-top:25px}.mt30{margin-top:30px}.mt35{margin-top:35px}.mt40{margin-top:40px}.mt45{margin-top:45px}.mt50{margin-top:50px}.mt55{margin-top:55px}.mt60{margin-top:60px}.mt65{margin-top:65px}.mt70{margin-top:70px}.mt75{margin-top:75px}.mt80{margin-top:80px}.mt85{margin-top:85px}.mt90{margin-top:90px}.mt95{margin-top:95px}.mt100{margin-top:100px}.mb0{margin-bottom:0}.mb5{margin-bottom:5px}.mb10{margin-bottom:10px}.mb15{margin-bottom:15px}.mb20{margin-bottom:20px}.mb25{margin-bottom:25px}.mb30{margin-bottom:30px}.mb35{margin-bottom:35px}.mb40{margin-bottom:40px}.mb45{margin-bottom:45px}.mb50{margin-bottom:50px}.mb55{margin-bottom:55px}.mb60{margin-bottom:60px}.mb65{margin-bottom:65px}.mb70{margin-bottom:70px}.mb75{margin-bottom:75px}.mb80{margin-bottom:80px}.mb85{margin-bottom:85px}.mb90{margin-bottom:90px}.mb95{margin-bottom:95px}.mb100{margin-bottom:100px}
.p0{padding:0}.p5{padding:5px}.p10{padding:10px}.p15{padding:15px}.p20{padding:20px}.p25{padding:25px}.p30{padding:30px}.p35{padding:35px}.p40{padding:40px}.p45{padding:45px}.p50{padding:50px}.p55{padding:55px}.p60{padding:60px}.p65{padding:65px}.p70{padding:70px}.p75{padding:75px}.p80{padding:80px}.p85{padding:85px}.p90{padding:90px}.p95{padding:95px}.p100{padding:100px}.pl0{padding-left:0}.pl5{padding-left:5px}.pl10{padding-left:10px}.pl15{padding-left:15px}.pl20{padding-left:20px}.pl25{padding-left:25px}.pl30{padding-left:30px}.pl35{padding-left:35px}.pl40{padding-left:40px}.pl45{padding-left:45px}.pl50{padding-left:50px}.pl55{padding-left:55px}.pl60{padding-left:60px}.pl65{padding-left:65px}.pl70{padding-left:70px}.pl75{padding-left:75px}.pl80{padding-left:80px}.pl85{padding-left:85px}.pl90{padding-left:90px}.pl95{padding-left:95px}.pl100{padding-left:100px}.pr0{padding-right:0}.pr5{padding-right:5px}.pr10{padding-right:10px}.pr15{padding-right:15px}.pr20{padding-right:20px}.pr25{padding-right:25px}.pr30{padding-right:30px}.pr35{padding-right:35px}.pr40{padding-right:40px}.pr45{padding-right:45px}.pr50{padding-right:50px}.pr55{padding-right:55px}.pr60{padding-right:60px}.pr65{padding-right:65px}.pr70{padding-right:70px}.pr75{padding-right:75px}.pr80{padding-right:80px}.pr85{padding-right:85px}.pr90{padding-right:90px}.pr95{padding-right:95px}.pr100{padding-right:100px}.pt0{padding-top:0}.pt5{padding-top:5px}.pt10{padding-top:10px}.pt15{padding-top:15px}.pt20{padding-top:20px}.pt25{padding-top:25px}.pt30{padding-top:30px}.pt35{padding-top:35px}.pt40{padding-top:40px}.pt45{padding-top:45px}.pt50{padding-top:50px}.pt55{padding-top:55px}.pt60{padding-top:60px}.pt65{padding-top:65px}.pt70{padding-top:70px}.pt75{padding-top:75px}.pt80{padding-top:80px}.pt85{padding-top:85px}.pt90{padding-top:90px}.pt95{padding-top:95px}.pt100{padding-top:100px}.pb0{padding-bottom:0}.pb5{padding-bottom:5px}.pb10{padding-bottom:10px}.pb15{padding-bottom:15px}.pb20{padding-bottom:20px}.pb25{padding-bottom:25px}.pb30{padding-bottom:30px}.pb35{padding-bottom:35px}.pb40{padding-bottom:40px}.pb45{padding-bottom:45px}.pb50{padding-bottom:50px}.pb55{padding-bottom:55px}.pb60{padding-bottom:60px}.pb65{padding-bottom:65px}.pb70{padding-bottom:70px}.pb75{padding-bottom:75px}.pb80{padding-bottom:80px}.pb85{padding-bottom:85px}.pb90{padding-bottom:90px}.pb95{padding-bottom:95px}.pb100{padding-bottom:100px}
.d_n{display:none}.d_t{display:table;width:100%}.d_t_c{display:table-cell}.d_t_r{display:table-row}.d_b{display:block}.d_ib{display:inline-block}
.tc{text-align:center}.tl{text-align:left}.tr{text-align:right}.tj{text-align:justify}
.tup{text-transform:uppercase}.tb{font-weight:bold}.ti{font-style:italic}.tn{font-weight:normal}.tu{text-decoration:underline}
.pr{position:relative}.pa{position:absolute}
.mw100,.mw100 img{max-width:100%}.w100{width:100%}
.lh100{line-height:1}.lh150{line-height:1.5}.lh200{line-height:2}
/*fix for SmartFilter-Start*/
.bx_filter .p5{padding:inherit}
/*lg-Start*/
@media(min-width:1200px){
    .fs-lg-10{font-size:10px}.fs-lg-11{font-size:11px}.fs-lg-12{font-size:12px}.fs-lg-13{font-size:13px}.fs-lg-14{font-size:14px}.fs-lg-15{font-size:15px}.fs-lg-16{font-size:16px}.fs-lg-17{font-size:17px}.fs-lg-18{font-size:18px}.fs-lg-19{font-size:19px}.fs-lg-20{font-size:20px}.fs-lg-21{font-size:21px}.fs-lg-22{font-size:22px}.fs-lg-23{font-size:23px}.fs-lg-24{font-size:24px}.fs-lg-25{font-size:25px}.fs-lg-26{font-size:26px}.fs-lg-27{font-size:27px}.fs-lg-28{font-size:28px}.fs-lg-29{font-size:29px}.fs-lg-30{font-size:30px}.fs-lg-31{font-size:31px}.fs-lg-32{font-size:32px}.fs-lg-33{font-size:33px}.fs-lg-34{font-size:34px}.fs-lg-35{font-size:35px}.fs-lg-36{font-size:36px}.fs-lg-37{font-size:37px}.fs-lg-38{font-size:38px}.fs-lg-39{font-size:39px}.fs-lg-40{font-size:40px}
    .m-lg-0{margin:0}.m-lg-5{margin:5px}.m-lg-10{margin:10px}.m-lg-15{margin:15px}.m-lg-20{margin:20px}.m-lg-25{margin:25px}.m-lg-30{margin:30px}.m-lg-35{margin:35px}.m-lg-40{margin:40px}.m-lg-45{margin:45px}.m-lg-50{margin:50px}.m-lg-55{margin:55px}.m-lg-60{margin:60px}.m-lg-65{margin:65px}.m-lg-70{margin:70px}.m-lg-75{margin:75px}.m-lg-80{margin:80px}.m-lg-85{margin:85px}.m-lg-90{margin:90px}.m-lg-95{margin:95px}.m-lg-100{margin:100px}.ml-lg-0{margin-left:0}.ml-lg-5{margin-left:5px}.ml-lg-10{margin-left:10px}.ml-lg-15{margin-left:15px}.ml-lg-20{margin-left:20px}.ml-lg-25{margin-left:25px}.ml-lg-30{margin-left:30px}.ml-lg-35{margin-left:35px}.ml-lg-40{margin-left:40px}.ml-lg-45{margin-left:45px}.ml-lg-50{margin-left:50px}.ml-lg-55{margin-left:55px}.ml-lg-60{margin-left:60px}.ml-lg-65{margin-left:65px}.ml-lg-70{margin-left:70px}.ml-lg-75{margin-left:75px}.ml-lg-80{margin-left:80px}.ml-lg-85{margin-left:85px}.ml-lg-90{margin-left:90px}.ml-lg-95{margin-left:95px}.ml-lg-100{margin-left:100px}.mr-lg-0{margin-right:0}.mr-lg-5{margin-right:5px}.mr-lg-10{margin-right:10px}.mr-lg-15{margin-right:15px}.mr-lg-20{margin-right:20px}.mr-lg-25{margin-right:25px}.mr-lg-30{margin-right:30px}.mr-lg-35{margin-right:35px}.mr-lg-40{margin-right:40px}.mr-lg-45{margin-right:45px}.mr-lg-50{margin-right:50px}.mr-lg-55{margin-right:55px}.mr-lg-60{margin-right:60px}.mr-lg-65{margin-right:65px}.mr-lg-70{margin-right:70px}.mr-lg-75{margin-right:75px}.mr-lg-80{margin-right:80px}.mr-lg-85{margin-right:85px}.mr-lg-90{margin-right:90px}.mr-lg-95{margin-right:95px}.mr-lg-100{margin-right:100px}.mt-lg-0{margin-top:0}.mt-lg-5{margin-top:5px}.mt-lg-10{margin-top:10px}.mt-lg-15{margin-top:15px}.mt-lg-20{margin-top:20px}.mt-lg-25{margin-top:25px}.mt-lg-30{margin-top:30px}.mt-lg-35{margin-top:35px}.mt-lg-40{margin-top:40px}.mt-lg-45{margin-top:45px}.mt-lg-50{margin-top:50px}.mt-lg-55{margin-top:55px}.mt-lg-60{margin-top:60px}.mt-lg-65{margin-top:65px}.mt-lg-70{margin-top:70px}.mt-lg-75{margin-top:75px}.mt-lg-80{margin-top:80px}.mt-lg-85{margin-top:85px}.mt-lg-90{margin-top:90px}.mt-lg-95{margin-top:95px}.mt-lg-100{margin-top:100px}.mb-lg-0{margin-bottom:0}.mb-lg-5{margin-bottom:5px}.mb-lg-10{margin-bottom:10px}.mb-lg-15{margin-bottom:15px}.mb-lg-20{margin-bottom:20px}.mb-lg-25{margin-bottom:25px}.mb-lg-30{margin-bottom:30px}.mb-lg-35{margin-bottom:35px}.mb-lg-40{margin-bottom:40px}.mb-lg-45{margin-bottom:45px}.mb-lg-50{margin-bottom:50px}.mb-lg-55{margin-bottom:55px}.mb-lg-60{margin-bottom:60px}.mb-lg-65{margin-bottom:65px}.mb-lg-70{margin-bottom:70px}.mb-lg-75{margin-bottom:75px}.mb-lg-80{margin-bottom:80px}.mb-lg-85{margin-bottom:85px}.mb-lg-90{margin-bottom:90px}.mb-lg-95{margin-bottom:95px}.mb-lg-100{margin-bottom:100px}
    .p-lg-0{padding:0}.p-lg-5{padding:5px}.p-lg-10{padding:10px}.p-lg-15{padding:15px}.p-lg-20{padding:20px}.p-lg-25{padding:25px}.p-lg-30{padding:30px}.p-lg-35{padding:35px}.p-lg-40{padding:40px}.p-lg-45{padding:45px}.p-lg-50{padding:50px}.p-lg-55{padding:55px}.p-lg-60{padding:60px}.p-lg-65{padding:65px}.p-lg-70{padding:70px}.p-lg-75{padding:75px}.p-lg-80{padding:80px}.p-lg-85{padding:85px}.p-lg-90{padding:90px}.p-lg-95{padding:95px}.p-lg-100{padding:100px}.pl-lg-0{padding-left:0}.pl-lg-5{padding-left:5px}.pl-lg-10{padding-left:10px}.pl-lg-15{padding-left:15px}.pl-lg-20{padding-left:20px}.pl-lg-25{padding-left:25px}.pl-lg-30{padding-left:30px}.pl-lg-35{padding-left:35px}.pl-lg-40{padding-left:40px}.pl-lg-45{padding-left:45px}.pl-lg-50{padding-left:50px}.pl-lg-55{padding-left:55px}.pl-lg-60{padding-left:60px}.pl-lg-65{padding-left:65px}.pl-lg-70{padding-left:70px}.pl-lg-75{padding-left:75px}.pl-lg-80{padding-left:80px}.pl-lg-85{padding-left:85px}.pl-lg-90{padding-left:90px}.pl-lg-95{padding-left:95px}.pl-lg-100{padding-left:100px}.pr-lg-0{padding-right:0}.pr-lg-5{padding-right:5px}.pr-lg-10{padding-right:10px}.pr-lg-15{padding-right:15px}.pr-lg-20{padding-right:20px}.pr-lg-25{padding-right:25px}.pr-lg-30{padding-right:30px}.pr-lg-35{padding-right:35px}.pr-lg-40{padding-right:40px}.pr-lg-45{padding-right:45px}.pr-lg-50{padding-right:50px}.pr-lg-55{padding-right:55px}.pr-lg-60{padding-right:60px}.pr-lg-65{padding-right:65px}.pr-lg-70{padding-right:70px}.pr-lg-75{padding-right:75px}.pr-lg-80{padding-right:80px}.pr-lg-85{padding-right:85px}.pr-lg-90{padding-right:90px}.pr-lg-95{padding-right:95px}.pr-lg-100{padding-right:100px}.pt-lg-0{padding-top:0}.pt-lg-5{padding-top:5px}.pt-lg-10{padding-top:10px}.pt-lg-15{padding-top:15px}.pt-lg-20{padding-top:20px}.pt-lg-25{padding-top:25px}.pt-lg-30{padding-top:30px}.pt-lg-35{padding-top:35px}.pt-lg-40{padding-top:40px}.pt-lg-45{padding-top:45px}.pt-lg-50{padding-top:50px}.pt-lg-55{padding-top:55px}.pt-lg-60{padding-top:60px}.pt-lg-65{padding-top:65px}.pt-lg-70{padding-top:70px}.pt-lg-75{padding-top:75px}.pt-lg-80{padding-top:80px}.pt-lg-85{padding-top:85px}.pt-lg-90{padding-top:90px}.pt-lg-95{padding-top:95px}.pt-lg-100{padding-top:100px}.pb-lg-0{padding-bottom:0}.pb-lg-5{padding-bottom:5px}.pb-lg-10{padding-bottom:10px}.pb-lg-15{padding-bottom:15px}.pb-lg-20{padding-bottom:20px}.pb-lg-25{padding-bottom:25px}.pb-lg-30{padding-bottom:30px}.pb-lg-35{padding-bottom:35px}.pb-lg-40{padding-bottom:40px}.pb-lg-45{padding-bottom:45px}.pb-lg-50{padding-bottom:50px}.pb-lg-55{padding-bottom:55px}.pb-lg-60{padding-bottom:60px}.pb-lg-65{padding-bottom:65px}.pb-lg-70{padding-bottom:70px}.pb-lg-75{padding-bottom:75px}.pb-lg-80{padding-bottom:80px}.pb-lg-85{padding-bottom:85px}.pb-lg-90{padding-bottom:90px}.pb-lg-95{padding-bottom:95px}.pb-lg-100{padding-bottom:100px}
    .tc-lg{text-align:center}.tl-lg{text-align:left}.tr-lg{text-align:right}.tj-lg{text-align:justify}
}
/*md-Start*/
@media(min-width:992px) and (max-width:1199px){
    .fs-md-10{font-size:10px}.fs-md-11{font-size:11px}.fs-md-12{font-size:12px}.fs-md-13{font-size:13px}.fs-md-14{font-size:14px}.fs-md-15{font-size:15px}.fs-md-16{font-size:16px}.fs-md-17{font-size:17px}.fs-md-18{font-size:18px}.fs-md-19{font-size:19px}.fs-md-20{font-size:20px}.fs-md-21{font-size:21px}.fs-md-22{font-size:22px}.fs-md-23{font-size:23px}.fs-md-24{font-size:24px}.fs-md-25{font-size:25px}.fs-md-26{font-size:26px}.fs-md-27{font-size:27px}.fs-md-28{font-size:28px}.fs-md-29{font-size:29px}.fs-md-30{font-size:30px}.fs-md-31{font-size:31px}.fs-md-32{font-size:32px}.fs-md-33{font-size:33px}.fs-md-34{font-size:34px}.fs-md-35{font-size:35px}.fs-md-36{font-size:36px}.fs-md-37{font-size:37px}.fs-md-38{font-size:38px}.fs-md-39{font-size:39px}.fs-md-40{font-size:40px}
    .m-md-0{margin:0}.m-md-5{margin:5px}.m-md-10{margin:10px}.m-md-15{margin:15px}.m-md-20{margin:20px}.m-md-25{margin:25px}.m-md-30{margin:30px}.m-md-35{margin:35px}.m-md-40{margin:40px}.m-md-45{margin:45px}.m-md-50{margin:50px}.m-md-55{margin:55px}.m-md-60{margin:60px}.m-md-65{margin:65px}.m-md-70{margin:70px}.m-md-75{margin:75px}.m-md-80{margin:80px}.m-md-85{margin:85px}.m-md-90{margin:90px}.m-md-95{margin:95px}.m-md-100{margin:100px}.ml-md-0{margin-left:0}.ml-md-5{margin-left:5px}.ml-md-10{margin-left:10px}.ml-md-15{margin-left:15px}.ml-md-20{margin-left:20px}.ml-md-25{margin-left:25px}.ml-md-30{margin-left:30px}.ml-md-35{margin-left:35px}.ml-md-40{margin-left:40px}.ml-md-45{margin-left:45px}.ml-md-50{margin-left:50px}.ml-md-55{margin-left:55px}.ml-md-60{margin-left:60px}.ml-md-65{margin-left:65px}.ml-md-70{margin-left:70px}.ml-md-75{margin-left:75px}.ml-md-80{margin-left:80px}.ml-md-85{margin-left:85px}.ml-md-90{margin-left:90px}.ml-md-95{margin-left:95px}.ml-md-100{margin-left:100px}.mr-md-0{margin-right:0}.mr-md-5{margin-right:5px}.mr-md-10{margin-right:10px}.mr-md-15{margin-right:15px}.mr-md-20{margin-right:20px}.mr-md-25{margin-right:25px}.mr-md-30{margin-right:30px}.mr-md-35{margin-right:35px}.mr-md-40{margin-right:40px}.mr-md-45{margin-right:45px}.mr-md-50{margin-right:50px}.mr-md-55{margin-right:55px}.mr-md-60{margin-right:60px}.mr-md-65{margin-right:65px}.mr-md-70{margin-right:70px}.mr-md-75{margin-right:75px}.mr-md-80{margin-right:80px}.mr-md-85{margin-right:85px}.mr-md-90{margin-right:90px}.mr-md-95{margin-right:95px}.mr-md-100{margin-right:100px}.mt-md-0{margin-top:0}.mt-md-5{margin-top:5px}.mt-md-10{margin-top:10px}.mt-md-15{margin-top:15px}.mt-md-20{margin-top:20px}.mt-md-25{margin-top:25px}.mt-md-30{margin-top:30px}.mt-md-35{margin-top:35px}.mt-md-40{margin-top:40px}.mt-md-45{margin-top:45px}.mt-md-50{margin-top:50px}.mt-md-55{margin-top:55px}.mt-md-60{margin-top:60px}.mt-md-65{margin-top:65px}.mt-md-70{margin-top:70px}.mt-md-75{margin-top:75px}.mt-md-80{margin-top:80px}.mt-md-85{margin-top:85px}.mt-md-90{margin-top:90px}.mt-md-95{margin-top:95px}.mt-md-100{margin-top:100px}.mb-md-0{margin-bottom:0}.mb-md-5{margin-bottom:5px}.mb-md-10{margin-bottom:10px}.mb-md-15{margin-bottom:15px}.mb-md-20{margin-bottom:20px}.mb-md-25{margin-bottom:25px}.mb-md-30{margin-bottom:30px}.mb-md-35{margin-bottom:35px}.mb-md-40{margin-bottom:40px}.mb-md-45{margin-bottom:45px}.mb-md-50{margin-bottom:50px}.mb-md-55{margin-bottom:55px}.mb-md-60{margin-bottom:60px}.mb-md-65{margin-bottom:65px}.mb-md-70{margin-bottom:70px}.mb-md-75{margin-bottom:75px}.mb-md-80{margin-bottom:80px}.mb-md-85{margin-bottom:85px}.mb-md-90{margin-bottom:90px}.mb-md-95{margin-bottom:95px}.mb-md-100{margin-bottom:100px}
    .p-md-0{padding:0}.p-md-5{padding:5px}.p-md-10{padding:10px}.p-md-15{padding:15px}.p-md-20{padding:20px}.p-md-25{padding:25px}.p-md-30{padding:30px}.p-md-35{padding:35px}.p-md-40{padding:40px}.p-md-45{padding:45px}.p-md-50{padding:50px}.p-md-55{padding:55px}.p-md-60{padding:60px}.p-md-65{padding:65px}.p-md-70{padding:70px}.p-md-75{padding:75px}.p-md-80{padding:80px}.p-md-85{padding:85px}.p-md-90{padding:90px}.p-md-95{padding:95px}.p-md-100{padding:100px}.pl-md-0{padding-left:0}.pl-md-5{padding-left:5px}.pl-md-10{padding-left:10px}.pl-md-15{padding-left:15px}.pl-md-20{padding-left:20px}.pl-md-25{padding-left:25px}.pl-md-30{padding-left:30px}.pl-md-35{padding-left:35px}.pl-md-40{padding-left:40px}.pl-md-45{padding-left:45px}.pl-md-50{padding-left:50px}.pl-md-55{padding-left:55px}.pl-md-60{padding-left:60px}.pl-md-65{padding-left:65px}.pl-md-70{padding-left:70px}.pl-md-75{padding-left:75px}.pl-md-80{padding-left:80px}.pl-md-85{padding-left:85px}.pl-md-90{padding-left:90px}.pl-md-95{padding-left:95px}.pl-md-100{padding-left:100px}.pr-md-0{padding-right:0}.pr-md-5{padding-right:5px}.pr-md-10{padding-right:10px}.pr-md-15{padding-right:15px}.pr-md-20{padding-right:20px}.pr-md-25{padding-right:25px}.pr-md-30{padding-right:30px}.pr-md-35{padding-right:35px}.pr-md-40{padding-right:40px}.pr-md-45{padding-right:45px}.pr-md-50{padding-right:50px}.pr-md-55{padding-right:55px}.pr-md-60{padding-right:60px}.pr-md-65{padding-right:65px}.pr-md-70{padding-right:70px}.pr-md-75{padding-right:75px}.pr-md-80{padding-right:80px}.pr-md-85{padding-right:85px}.pr-md-90{padding-right:90px}.pr-md-95{padding-right:95px}.pr-md-100{padding-right:100px}.pt-md-0{padding-top:0}.pt-md-5{padding-top:5px}.pt-md-10{padding-top:10px}.pt-md-15{padding-top:15px}.pt-md-20{padding-top:20px}.pt-md-25{padding-top:25px}.pt-md-30{padding-top:30px}.pt-md-35{padding-top:35px}.pt-md-40{padding-top:40px}.pt-md-45{padding-top:45px}.pt-md-50{padding-top:50px}.pt-md-55{padding-top:55px}.pt-md-60{padding-top:60px}.pt-md-65{padding-top:65px}.pt-md-70{padding-top:70px}.pt-md-75{padding-top:75px}.pt-md-80{padding-top:80px}.pt-md-85{padding-top:85px}.pt-md-90{padding-top:90px}.pt-md-95{padding-top:95px}.pt-md-100{padding-top:100px}.pb-md-0{padding-bottom:0}.pb-md-5{padding-bottom:5px}.pb-md-10{padding-bottom:10px}.pb-md-15{padding-bottom:15px}.pb-md-20{padding-bottom:20px}.pb-md-25{padding-bottom:25px}.pb-md-30{padding-bottom:30px}.pb-md-35{padding-bottom:35px}.pb-md-40{padding-bottom:40px}.pb-md-45{padding-bottom:45px}.pb-md-50{padding-bottom:50px}.pb-md-55{padding-bottom:55px}.pb-md-60{padding-bottom:60px}.pb-md-65{padding-bottom:65px}.pb-md-70{padding-bottom:70px}.pb-md-75{padding-bottom:75px}.pb-md-80{padding-bottom:80px}.pb-md-85{padding-bottom:85px}.pb-md-90{padding-bottom:90px}.pb-md-95{padding-bottom:95px}.pb-md-100{padding-bottom:100px}
    .tc-md{text-align:center}.tl-md{text-align:left}.tr-md{text-align:right}.tj-md{text-align:justify}
}
/*sm-Start*/
@media(min-width:768px) and (max-width:991px){
    .fs-sm-10{font-size:10px}.fs-sm-11{font-size:11px}.fs-sm-12{font-size:12px}.fs-sm-13{font-size:13px}.fs-sm-14{font-size:14px}.fs-sm-15{font-size:15px}.fs-sm-16{font-size:16px}.fs-sm-17{font-size:17px}.fs-sm-18{font-size:18px}.fs-sm-19{font-size:19px}.fs-sm-20{font-size:20px}.fs-sm-21{font-size:21px}.fs-sm-22{font-size:22px}.fs-sm-23{font-size:23px}.fs-sm-24{font-size:24px}.fs-sm-25{font-size:25px}.fs-sm-26{font-size:26px}.fs-sm-27{font-size:27px}.fs-sm-28{font-size:28px}.fs-sm-29{font-size:29px}.fs-sm-30{font-size:30px}.fs-sm-31{font-size:31px}.fs-sm-32{font-size:32px}.fs-sm-33{font-size:33px}.fs-sm-34{font-size:34px}.fs-sm-35{font-size:35px}.fs-sm-36{font-size:36px}.fs-sm-37{font-size:37px}.fs-sm-38{font-size:38px}.fs-sm-39{font-size:39px}.fs-sm-40{font-size:40px}
    .m-sm-0{margin:0}.m-sm-5{margin:5px}.m-sm-10{margin:10px}.m-sm-15{margin:15px}.m-sm-20{margin:20px}.m-sm-25{margin:25px}.m-sm-30{margin:30px}.m-sm-35{margin:35px}.m-sm-40{margin:40px}.m-sm-45{margin:45px}.m-sm-50{margin:50px}.m-sm-55{margin:55px}.m-sm-60{margin:60px}.m-sm-65{margin:65px}.m-sm-70{margin:70px}.m-sm-75{margin:75px}.m-sm-80{margin:80px}.m-sm-85{margin:85px}.m-sm-90{margin:90px}.m-sm-95{margin:95px}.m-sm-100{margin:100px}.ml-sm-0{margin-left:0}.ml-sm-5{margin-left:5px}.ml-sm-10{margin-left:10px}.ml-sm-15{margin-left:15px}.ml-sm-20{margin-left:20px}.ml-sm-25{margin-left:25px}.ml-sm-30{margin-left:30px}.ml-sm-35{margin-left:35px}.ml-sm-40{margin-left:40px}.ml-sm-45{margin-left:45px}.ml-sm-50{margin-left:50px}.ml-sm-55{margin-left:55px}.ml-sm-60{margin-left:60px}.ml-sm-65{margin-left:65px}.ml-sm-70{margin-left:70px}.ml-sm-75{margin-left:75px}.ml-sm-80{margin-left:80px}.ml-sm-85{margin-left:85px}.ml-sm-90{margin-left:90px}.ml-sm-95{margin-left:95px}.ml-sm-100{margin-left:100px}.mr-sm-0{margin-right:0}.mr-sm-5{margin-right:5px}.mr-sm-10{margin-right:10px}.mr-sm-15{margin-right:15px}.mr-sm-20{margin-right:20px}.mr-sm-25{margin-right:25px}.mr-sm-30{margin-right:30px}.mr-sm-35{margin-right:35px}.mr-sm-40{margin-right:40px}.mr-sm-45{margin-right:45px}.mr-sm-50{margin-right:50px}.mr-sm-55{margin-right:55px}.mr-sm-60{margin-right:60px}.mr-sm-65{margin-right:65px}.mr-sm-70{margin-right:70px}.mr-sm-75{margin-right:75px}.mr-sm-80{margin-right:80px}.mr-sm-85{margin-right:85px}.mr-sm-90{margin-right:90px}.mr-sm-95{margin-right:95px}.mr-sm-100{margin-right:100px}.mt-sm-0{margin-top:0}.mt-sm-5{margin-top:5px}.mt-sm-10{margin-top:10px}.mt-sm-15{margin-top:15px}.mt-sm-20{margin-top:20px}.mt-sm-25{margin-top:25px}.mt-sm-30{margin-top:30px}.mt-sm-35{margin-top:35px}.mt-sm-40{margin-top:40px}.mt-sm-45{margin-top:45px}.mt-sm-50{margin-top:50px}.mt-sm-55{margin-top:55px}.mt-sm-60{margin-top:60px}.mt-sm-65{margin-top:65px}.mt-sm-70{margin-top:70px}.mt-sm-75{margin-top:75px}.mt-sm-80{margin-top:80px}.mt-sm-85{margin-top:85px}.mt-sm-90{margin-top:90px}.mt-sm-95{margin-top:95px}.mt-sm-100{margin-top:100px}.mb-sm-0{margin-bottom:0}.mb-sm-5{margin-bottom:5px}.mb-sm-10{margin-bottom:10px}.mb-sm-15{margin-bottom:15px}.mb-sm-20{margin-bottom:20px}.mb-sm-25{margin-bottom:25px}.mb-sm-30{margin-bottom:30px}.mb-sm-35{margin-bottom:35px}.mb-sm-40{margin-bottom:40px}.mb-sm-45{margin-bottom:45px}.mb-sm-50{margin-bottom:50px}.mb-sm-55{margin-bottom:55px}.mb-sm-60{margin-bottom:60px}.mb-sm-65{margin-bottom:65px}.mb-sm-70{margin-bottom:70px}.mb-sm-75{margin-bottom:75px}.mb-sm-80{margin-bottom:80px}.mb-sm-85{margin-bottom:85px}.mb-sm-90{margin-bottom:90px}.mb-sm-95{margin-bottom:95px}.mb-sm-100{margin-bottom:100px}
    .p-sm-0{padding:0}.p-sm-5{padding:5px}.p-sm-10{padding:10px}.p-sm-15{padding:15px}.p-sm-20{padding:20px}.p-sm-25{padding:25px}.p-sm-30{padding:30px}.p-sm-35{padding:35px}.p-sm-40{padding:40px}.p-sm-45{padding:45px}.p-sm-50{padding:50px}.p-sm-55{padding:55px}.p-sm-60{padding:60px}.p-sm-65{padding:65px}.p-sm-70{padding:70px}.p-sm-75{padding:75px}.p-sm-80{padding:80px}.p-sm-85{padding:85px}.p-sm-90{padding:90px}.p-sm-95{padding:95px}.p-sm-100{padding:100px}.pl-sm-0{padding-left:0}.pl-sm-5{padding-left:5px}.pl-sm-10{padding-left:10px}.pl-sm-15{padding-left:15px}.pl-sm-20{padding-left:20px}.pl-sm-25{padding-left:25px}.pl-sm-30{padding-left:30px}.pl-sm-35{padding-left:35px}.pl-sm-40{padding-left:40px}.pl-sm-45{padding-left:45px}.pl-sm-50{padding-left:50px}.pl-sm-55{padding-left:55px}.pl-sm-60{padding-left:60px}.pl-sm-65{padding-left:65px}.pl-sm-70{padding-left:70px}.pl-sm-75{padding-left:75px}.pl-sm-80{padding-left:80px}.pl-sm-85{padding-left:85px}.pl-sm-90{padding-left:90px}.pl-sm-95{padding-left:95px}.pl-sm-100{padding-left:100px}.pr-sm-0{padding-right:0}.pr-sm-5{padding-right:5px}.pr-sm-10{padding-right:10px}.pr-sm-15{padding-right:15px}.pr-sm-20{padding-right:20px}.pr-sm-25{padding-right:25px}.pr-sm-30{padding-right:30px}.pr-sm-35{padding-right:35px}.pr-sm-40{padding-right:40px}.pr-sm-45{padding-right:45px}.pr-sm-50{padding-right:50px}.pr-sm-55{padding-right:55px}.pr-sm-60{padding-right:60px}.pr-sm-65{padding-right:65px}.pr-sm-70{padding-right:70px}.pr-sm-75{padding-right:75px}.pr-sm-80{padding-right:80px}.pr-sm-85{padding-right:85px}.pr-sm-90{padding-right:90px}.pr-sm-95{padding-right:95px}.pr-sm-100{padding-right:100px}.pt-sm-0{padding-top:0}.pt-sm-5{padding-top:5px}.pt-sm-10{padding-top:10px}.pt-sm-15{padding-top:15px}.pt-sm-20{padding-top:20px}.pt-sm-25{padding-top:25px}.pt-sm-30{padding-top:30px}.pt-sm-35{padding-top:35px}.pt-sm-40{padding-top:40px}.pt-sm-45{padding-top:45px}.pt-sm-50{padding-top:50px}.pt-sm-55{padding-top:55px}.pt-sm-60{padding-top:60px}.pt-sm-65{padding-top:65px}.pt-sm-70{padding-top:70px}.pt-sm-75{padding-top:75px}.pt-sm-80{padding-top:80px}.pt-sm-85{padding-top:85px}.pt-sm-90{padding-top:90px}.pt-sm-95{padding-top:95px}.pt-sm-100{padding-top:100px}.pb-sm-0{padding-bottom:0}.pb-sm-5{padding-bottom:5px}.pb-sm-10{padding-bottom:10px}.pb-sm-15{padding-bottom:15px}.pb-sm-20{padding-bottom:20px}.pb-sm-25{padding-bottom:25px}.pb-sm-30{padding-bottom:30px}.pb-sm-35{padding-bottom:35px}.pb-sm-40{padding-bottom:40px}.pb-sm-45{padding-bottom:45px}.pb-sm-50{padding-bottom:50px}.pb-sm-55{padding-bottom:55px}.pb-sm-60{padding-bottom:60px}.pb-sm-65{padding-bottom:65px}.pb-sm-70{padding-bottom:70px}.pb-sm-75{padding-bottom:75px}.pb-sm-80{padding-bottom:80px}.pb-sm-85{padding-bottom:85px}.pb-sm-90{padding-bottom:90px}.pb-sm-95{padding-bottom:95px}.pb-sm-100{padding-bottom:100px}
    .tc-sm{text-align:center}.tl-sm{text-align:left}.tr-sm{text-align:right}.tj-sm{text-align:justify}
}
/*xs-Start*/
@media(max-width:767px){
    .fs-xs-10{font-size:10px}.fs-xs-11{font-size:11px}.fs-xs-12{font-size:12px}.fs-xs-13{font-size:13px}.fs-xs-14{font-size:14px}.fs-xs-15{font-size:15px}.fs-xs-16{font-size:16px}.fs-xs-17{font-size:17px}.fs-xs-18{font-size:18px}.fs-xs-19{font-size:19px}.fs-xs-20{font-size:20px}.fs-xs-21{font-size:21px}.fs-xs-22{font-size:22px}.fs-xs-23{font-size:23px}.fs-xs-24{font-size:24px}.fs-xs-25{font-size:25px}.fs-xs-26{font-size:26px}.fs-xs-27{font-size:27px}.fs-xs-28{font-size:28px}.fs-xs-29{font-size:29px}.fs-xs-30{font-size:30px}.fs-xs-31{font-size:31px}.fs-xs-32{font-size:32px}.fs-xs-33{font-size:33px}.fs-xs-34{font-size:34px}.fs-xs-35{font-size:35px}.fs-xs-36{font-size:36px}.fs-xs-37{font-size:37px}.fs-xs-38{font-size:38px}.fs-xs-39{font-size:39px}.fs-xs-40{font-size:40px}
    .m-xs-0{margin:0}.m-xs-5{margin:5px}.m-xs-10{margin:10px}.m-xs-15{margin:15px}.m-xs-20{margin:20px}.m-xs-25{margin:25px}.m-xs-30{margin:30px}.m-xs-35{margin:35px}.m-xs-40{margin:40px}.m-xs-45{margin:45px}.m-xs-50{margin:50px}.m-xs-55{margin:55px}.m-xs-60{margin:60px}.m-xs-65{margin:65px}.m-xs-70{margin:70px}.m-xs-75{margin:75px}.m-xs-80{margin:80px}.m-xs-85{margin:85px}.m-xs-90{margin:90px}.m-xs-95{margin:95px}.m-xs-100{margin:100px}.ml-xs-0{margin-left:0}.ml-xs-5{margin-left:5px}.ml-xs-10{margin-left:10px}.ml-xs-15{margin-left:15px}.ml-xs-20{margin-left:20px}.ml-xs-25{margin-left:25px}.ml-xs-30{margin-left:30px}.ml-xs-35{margin-left:35px}.ml-xs-40{margin-left:40px}.ml-xs-45{margin-left:45px}.ml-xs-50{margin-left:50px}.ml-xs-55{margin-left:55px}.ml-xs-60{margin-left:60px}.ml-xs-65{margin-left:65px}.ml-xs-70{margin-left:70px}.ml-xs-75{margin-left:75px}.ml-xs-80{margin-left:80px}.ml-xs-85{margin-left:85px}.ml-xs-90{margin-left:90px}.ml-xs-95{margin-left:95px}.ml-xs-100{margin-left:100px}.mr-xs-0{margin-right:0}.mr-xs-5{margin-right:5px}.mr-xs-10{margin-right:10px}.mr-xs-15{margin-right:15px}.mr-xs-20{margin-right:20px}.mr-xs-25{margin-right:25px}.mr-xs-30{margin-right:30px}.mr-xs-35{margin-right:35px}.mr-xs-40{margin-right:40px}.mr-xs-45{margin-right:45px}.mr-xs-50{margin-right:50px}.mr-xs-55{margin-right:55px}.mr-xs-60{margin-right:60px}.mr-xs-65{margin-right:65px}.mr-xs-70{margin-right:70px}.mr-xs-75{margin-right:75px}.mr-xs-80{margin-right:80px}.mr-xs-85{margin-right:85px}.mr-xs-90{margin-right:90px}.mr-xs-95{margin-right:95px}.mr-xs-100{margin-right:100px}.mt-xs-0{margin-top:0}.mt-xs-5{margin-top:5px}.mt-xs-10{margin-top:10px}.mt-xs-15{margin-top:15px}.mt-xs-20{margin-top:20px}.mt-xs-25{margin-top:25px}.mt-xs-30{margin-top:30px}.mt-xs-35{margin-top:35px}.mt-xs-40{margin-top:40px}.mt-xs-45{margin-top:45px}.mt-xs-50{margin-top:50px}.mt-xs-55{margin-top:55px}.mt-xs-60{margin-top:60px}.mt-xs-65{margin-top:65px}.mt-xs-70{margin-top:70px}.mt-xs-75{margin-top:75px}.mt-xs-80{margin-top:80px}.mt-xs-85{margin-top:85px}.mt-xs-90{margin-top:90px}.mt-xs-95{margin-top:95px}.mt-xs-100{margin-top:100px}.mb-xs-0{margin-bottom:0}.mb-xs-5{margin-bottom:5px}.mb-xs-10{margin-bottom:10px}.mb-xs-15{margin-bottom:15px}.mb-xs-20{margin-bottom:20px}.mb-xs-25{margin-bottom:25px}.mb-xs-30{margin-bottom:30px}.mb-xs-35{margin-bottom:35px}.mb-xs-40{margin-bottom:40px}.mb-xs-45{margin-bottom:45px}.mb-xs-50{margin-bottom:50px}.mb-xs-55{margin-bottom:55px}.mb-xs-60{margin-bottom:60px}.mb-xs-65{margin-bottom:65px}.mb-xs-70{margin-bottom:70px}.mb-xs-75{margin-bottom:75px}.mb-xs-80{margin-bottom:80px}.mb-xs-85{margin-bottom:85px}.mb-xs-90{margin-bottom:90px}.mb-xs-95{margin-bottom:95px}.mb-xs-100{margin-bottom:100px}
    .p-xs-0{padding:0}.p-xs-5{padding:5px}.p-xs-10{padding:10px}.p-xs-15{padding:15px}.p-xs-20{padding:20px}.p-xs-25{padding:25px}.p-xs-30{padding:30px}.p-xs-35{padding:35px}.p-xs-40{padding:40px}.p-xs-45{padding:45px}.p-xs-50{padding:50px}.p-xs-55{padding:55px}.p-xs-60{padding:60px}.p-xs-65{padding:65px}.p-xs-70{padding:70px}.p-xs-75{padding:75px}.p-xs-80{padding:80px}.p-xs-85{padding:85px}.p-xs-90{padding:90px}.p-xs-95{padding:95px}.p-xs-100{padding:100px}.pl-xs-0{padding-left:0}.pl-xs-5{padding-left:5px}.pl-xs-10{padding-left:10px}.pl-xs-15{padding-left:15px}.pl-xs-20{padding-left:20px}.pl-xs-25{padding-left:25px}.pl-xs-30{padding-left:30px}.pl-xs-35{padding-left:35px}.pl-xs-40{padding-left:40px}.pl-xs-45{padding-left:45px}.pl-xs-50{padding-left:50px}.pl-xs-55{padding-left:55px}.pl-xs-60{padding-left:60px}.pl-xs-65{padding-left:65px}.pl-xs-70{padding-left:70px}.pl-xs-75{padding-left:75px}.pl-xs-80{padding-left:80px}.pl-xs-85{padding-left:85px}.pl-xs-90{padding-left:90px}.pl-xs-95{padding-left:95px}.pl-xs-100{padding-left:100px}.pr-xs-0{padding-right:0}.pr-xs-5{padding-right:5px}.pr-xs-10{padding-right:10px}.pr-xs-15{padding-right:15px}.pr-xs-20{padding-right:20px}.pr-xs-25{padding-right:25px}.pr-xs-30{padding-right:30px}.pr-xs-35{padding-right:35px}.pr-xs-40{padding-right:40px}.pr-xs-45{padding-right:45px}.pr-xs-50{padding-right:50px}.pr-xs-55{padding-right:55px}.pr-xs-60{padding-right:60px}.pr-xs-65{padding-right:65px}.pr-xs-70{padding-right:70px}.pr-xs-75{padding-right:75px}.pr-xs-80{padding-right:80px}.pr-xs-85{padding-right:85px}.pr-xs-90{padding-right:90px}.pr-xs-95{padding-right:95px}.pr-xs-100{padding-right:100px}.pt-xs-0{padding-top:0}.pt-xs-5{padding-top:5px}.pt-xs-10{padding-top:10px}.pt-xs-15{padding-top:15px}.pt-xs-20{padding-top:20px}.pt-xs-25{padding-top:25px}.pt-xs-30{padding-top:30px}.pt-xs-35{padding-top:35px}.pt-xs-40{padding-top:40px}.pt-xs-45{padding-top:45px}.pt-xs-50{padding-top:50px}.pt-xs-55{padding-top:55px}.pt-xs-60{padding-top:60px}.pt-xs-65{padding-top:65px}.pt-xs-70{padding-top:70px}.pt-xs-75{padding-top:75px}.pt-xs-80{padding-top:80px}.pt-xs-85{padding-top:85px}.pt-xs-90{padding-top:90px}.pt-xs-95{padding-top:95px}.pt-xs-100{padding-top:100px}.pb-xs-0{padding-bottom:0}.pb-xs-5{padding-bottom:5px}.pb-xs-10{padding-bottom:10px}.pb-xs-15{padding-bottom:15px}.pb-xs-20{padding-bottom:20px}.pb-xs-25{padding-bottom:25px}.pb-xs-30{padding-bottom:30px}.pb-xs-35{padding-bottom:35px}.pb-xs-40{padding-bottom:40px}.pb-xs-45{padding-bottom:45px}.pb-xs-50{padding-bottom:50px}.pb-xs-55{padding-bottom:55px}.pb-xs-60{padding-bottom:60px}.pb-xs-65{padding-bottom:65px}.pb-xs-70{padding-bottom:70px}.pb-xs-75{padding-bottom:75px}.pb-xs-80{padding-bottom:80px}.pb-xs-85{padding-bottom:85px}.pb-xs-90{padding-bottom:90px}.pb-xs-95{padding-bottom:95px}.pb-xs-100{padding-bottom:100px}
    .tc-xs{text-align:center}.tl-xs{text-align:left}.tr-xs{text-align:right}.tj-xs{text-align:justify}
}
/*End СЃРµСЂРІРёСЃРЅС‹Рµ РєР»Р°СЃСЃС‹*/

@media(min-width:1200px){
    /*Start - fixSalesSlider*/
    .new-sales .sales-slider{
        overflow: visible;
        width: calc(100% - 230px);
    }
    .new-sales .sales-slider .slick-prev{
        left: 0px;
        top: 90px;
    }
    .new-sales .sales-slider .slick-next{
        right: 0px;
        top: 90px;
    }
    .new-sales .sales-slider .slick-prev,
    .new-sales .sales-slider .slick-next{
        top: 50%;
        margin-top: -57px;
    }
    /*End - fixSalesSlider*/
    /*Start - fixBottomFooter*/
    .footer-bottom{
        display: table;
        width: 100%;
    }
    .footer-bottom-wrap{
        vertical-align: middle;
        display: table-row;
        width: 100%;
    }
    .footer-bottom-wrap .subs-wrap{
        vertical-align: middle;
        float: none;
        display: table-cell;
        padding: 20px 17px 24px;
    }
    .footer-bottom-wrap .social{
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
    .footer-bottom-wrap .social li{
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
}
@media(min-width:992px) and (max-width:1199px){
    /*Start - fixSalesSlider*/
    .new-sales .sales-slider{
        overflow: visible;
        width: calc(100% - 230px);
    }
    .new-sales .sales-slider .slick-prev{
        left: 0px;
        top: 90px;
    }
    .new-sales .sales-slider .slick-next{
        right: 0px;
        top: 90px;
    }
    .new-sales .sales-slider .slick-prev,
    .new-sales .sales-slider .slick-next{
        top: 50%;
        margin-top: -57px;
    }
    /*End - fixSalesSlider*/
    /*Start - fixBottomFooter*/
    .footer-bottom{
        display: table;
        width: 100%;
    }
    .footer-bottom-wrap{
        vertical-align: middle;
        display: table-row;
        width: 100%;
    }
    .footer-bottom-wrap .subs-wrap{
        vertical-align: middle;
        float: none;
        display: table-cell;
        padding: 20px 17px 24px;
    }
    .footer-bottom-wrap .social{
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
    .footer-bottom-wrap .social li{
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
}
@media(min-width:768px) and (max-width:991px){
    /*Start - fixCatalogSlider*/
    .catalog-slider {
        padding-top: 100px;
        padding-bottom: 0;
    }
    .catalog-slider .slick-prev,.catalog-slider .slick-next{
        top:25px;
        bottom: auto;
    }
    .catalog-slider .slick-dots{
        top: 35px;
        bottom: auto;
    }
    /*End - fixCatalogSlider*/
    /*Start - fixSalesSlider*/
    .new-sales .sales-slider{
        overflow: visible;
        width: calc(100% - 230px);
    }
    .new-sales .sales-slider .slick-prev{
        left: 0px;
        top: 90px;
    }
    .new-sales .sales-slider .slick-next{
        right: 0px;
        top: 90px;
    }
    .new-sales .sales-slider .slick-prev,
    .new-sales .sales-slider .slick-next{
        top: 50%;
        margin-top: -47px;
    }
    /*End - fixSalesSlider*/
    /*Start - fixBottomFooter*/
    .footer-bottom{
        display: table;
        width: 100%;
    }
    .footer-bottom-wrap{
        vertical-align: middle;
        display: table-row;
        width: 100%;
    }
    .footer-bottom-wrap .subs-wrap{
        vertical-align: middle;
        float: none;
        display: table-cell;
        padding: 20px 17px 24px;
    }
    .footer-bottom-wrap .social{
        float: none;
        display: table-cell;
        padding: 20px 17px 24px;
        vertical-align: middle;
    }
    .footer-bottom-wrap .social li{
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
}

@media(max-width:420px){
    /*Start - fixBestCatalogSlider*/
    .best-catalog .slide{
        width: calc(100vw - 30px)!important;
        position: relative;
        padding-right: 5px;
    }
    /*End - fixBestCatalogSlider*/
}

.main .title-wrap .h3 a{
    color: #1e0e00;
    border-bottom: 1px solid #8c847d;
    display: inline-block;
    vertical-align: top;
    line-height: 23px;
}
.main .title-wrap .h3 {
    line-height: 23px;
    margin: 0 30px 0 0;
    font-size: 24px;
    font-weight: bold;
    color: #1e0e00;
    display: inline-block;
    vertical-align: middle;
}
.brands.products-slider {
    margin-bottom: 0 !important;
}
.main .brands.products-slider {
    padding: 20px;
}

.main .brands.products-slider .slick-prev,
.main .brands.products-slider .slick-next {
    top: 50%;
    margin-top: -23.5px;
}
.liknFilterWrap{
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.liknFilterBlock span{
    font-style: italic;
}
.liknFilterBlock a{
    padding: 0 5px;
    text-decoration: underline;
}
.liknFilterBlock a:hover{
    text-decoration: none;
}
.liknFilterBlock{
    margin: 20px 0;
}
.liknFilterHid{
    display: none;
}
.switchLiknFilterBlockV,.switchLiknFilterBlockH{
    color: #666;
    text-decoration: underline;
    text-align: right;
}
.pLink{
    font-size: 24px;
}
.switchLiknFilterBlockH:hover,.switchLiknFilterBlockV:hover{
    text-decoration: none;
    color: #e2bd06;
    cursor: pointer;
}
/*
.h100 {
    height: 100px;
}*/
.fix-height {
    position: relative;
    transition: height .5s ease-in-out;
    height: 100px;
}
.read-more-text-wrap {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 38px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    transition: height .5s ease-in-out;
}
.read-more-text {
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    text-align: center;
}
.read-more-text span {
    border-bottom: 1px #666666 dashed;
    color: #666666;
    font-size: 13px;
    line-height: 1em;
    display: inline-block;
    cursor: pointer;
}
.read-more-text span:active,
.read-more-text span:hover {
    color: #000000;
    border-bottom-color: #000000;
}

.ui-widget-content.ui-datepicker {
    background-color: #ffffff;
    border: 1px solid #cdd0d2;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 4px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 4px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 4px;
}
.ui-datepicker .ui-datepicker-next {
    right: 4px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 4px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 4px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker .ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-datepicker .ui-icon-circle-triangle-w { background-position: -80px -192px; }

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.ui-datepicker .ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_444444_256x240.png);
}

.ui-datepicker .ui-widget-header .ui-state-hover {
    border: 1px solid #ffbf2d;
    background: #ffbf2d;
    font-weight: normal;
    color: #2b2b2b;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-hover,
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdc2d;
}
.content-top{
    margin-top: 20px;
}
.content-top,.content-main{
    padding: 0 14px;
}
div[rel="2"].content{
    padding-top: 0;
}
.item-box .availability.out-stock-region {
    display: block;
}
.item-box .availability.out-stock-region:before {
    content: none;
}
@media all and (max-width: 767px) {
    .item-box .availability.out-stock-region {
        display: inline-block;
    }
}
.item-tabs-wrap .tab-content li {
    color: #666;
}
.user-box a:hover{
    color: orangered;
}
.short-cart-arrow:hover{
    background-color: grey;
}
.search-holder .text:focus,.search-holder .text:active{
    border:1px solid black;
    border-radius: 2px
}
.subs-wrap .text:focus,.subs-wrap .text:active{
    border:1px solid black;
    border-radius: 5px
}
.brands-block .item-box a:hover{
    border: #ffdc2d 1px solid;
}
.short-cart-wrapper.fixCartHeader{
    /* position: fixed; */
    top: 0;
    right: 0;
    z-index: 1111;
}
#myTabContent .char-table tr:hover td{
    background: #ffdc2d;
}
.select-label {
    vertical-align: middle;
    display: inline-block;
}
.select-wrap {
    display: inline-block;
    padding-left: 10px;
    min-width: 90px;
    text-align: center;
}
.select-wrap .jcf-select {
    margin-bottom: 0;
}
@media all and (max-width: 480px) {
    .select-wrap {
        padding-left: 0px;
        min-width: auto;
    }
}
.filter-box ul.check-list li {
    width: auto;
    min-width: 50%;
}

.availability.in-cart{color:#0fa208;line-height: 0px;}
.availability.in-cart.hidden-xs{color:#0fa208;line-height: 0px;}
.item-box .availability.in-cart:before {
    content:none;
}
.availability.in-cart.hidden-xs:before {
    content:none;
}

.inner-cat-title{
    line-height: 23px;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #1e0e00;
    display: block;
    vertical-align: middle;
}
.main .title-wrap a h4:hover, .main .title-wrap a .h4:hover{
    text-decoration: underline;
}
.ItemOfMonthIcon{
    background: #FFDC2D;
    padding: 5px 10px;
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 7;
    /* transform: rotate(-45deg); */
    /* border-radius: 10px 10px 0 0; */
}

@media all and (max-width: 767px) {
    .ItemOfMonthIcon{
        z-index: 7;
    }
}
a.charLinks{
    text-decoration: underline;
}
a.charLinks:hover{
    text-decoration: none;
}

@media all and (max-width: 475) {
	div.catalog-content ul.catalog{
		display: inline-flex !important;
	}
}

.banner {
    margin: 10px 0;
}

.position {
    margin: 10px 0;
}

.close-btn {
    position: absolute;
    right: 0;
}
.close-btn button {
    border: none;
    color: #666;
    background: inherit;
    font-size: 16px;
    font-family: Verdana;
}
.pos-let a, .pos-let a:hover {
    color: #3fabe3;
}
.pos-opt a, .pos-opt a:hover {
    color: #33ab9c;
}
.pos-cat a, .pos-cat a:hover {
    color: #fa8d3c;
}
.pos-dis a, .pos-dis a:hover {
    color: #f5598b;
}
.position .pos {
    font-family: Arial;
    font-weight: bold;
    height: 64px;
    line-height: normal;
}
.position-big {
    padding: 20px 0;
    position: relative;
}
.position-big .pos {
    font-family: Arial;
    font-weight: bold;
    height: 87px;
    line-height: normal;
    margin: 7px 0;
}
a.about {
    color: gray;
}
.position a, .position a:hover, .position-big a, .position-big a:hover {
    text-decoration: none;
}
.position-big .pos-big {
    font-size: 40px;
    padding-bottom: 16px;
}
.position .pos-big {
    font-size: 35px;
    padding-bottom: 0px;
}
.position-big .pos-small {
    font-size: 20px;
    padding-bottom: 9px;
}
.position .pos-small {
    font-size: 18px;
    padding-bottom: 1px;
}
@media (min-width: 1200px) {
    .container{
        max-width: 1280px;
    }
}

.slide-about {
    margin: 15px 0;
}

/* NEWLK Notify Container */
.header-notify-container {
    width:100%;
    position: relative;
    top:0px;
    overflow: hidden;
    z-index: 99999;
    display:flex;
    flex-direction: row;
}

.header-notify-text {
    height:50px;
    background:#ff8e2d;
    color: #ffffff;
    border:0;
    width:100%;
    margin:0px auto;
    overflow: hidden;
    content: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-notify-close-button {

}

.header-notify-text p { margin:0; }
.header-notify-text a { text-decoration: none; color: #000000; }
.header-notify-text a:hover {color: #FFF0F0; }

.sidebar-header-block{
    height:50px;
    background:#ff8e2d;
    color: #ffffff;
    overflow: hidden;
    content: none;
    display: flex;
    align-items: center;
    padding-right: 30px;
}
