.priceList ul {
    padding-left: 20px;
}
.priceList ul ul {
    padding-left: 0;
}

.priceList .priceCategory {
    margin-bottom:5px;
    margin-top:16px;
}

.priceList .priceTitle {
    font-weight:bold;
    margin-bottom:5px;
}

.priceList .priceProducts .product-item-block {
    padding:10px 0;
    overflow:hidden;
    border-bottom:1px dotted #D0D0D0;
}

.priceList .priceProducts li:hover {
    background-color: #E0E0E0;
}

.priceListCost {
    color: #008080;
}

.priceList .col-main {
    padding-left: 20px;
}
.priceList .col-stock-text {
    display: none;
}
.priceList .col-name {
    width: 45%;
}
.priceList .col-barcode {
    width: 20%;
    text-align: right;
}
.priceList .col-stock {
    width: 10%;
    text-align: center;
}
.priceList .col-cost {
    width: 10%;
    text-align: right;
}
.priceList .col-avaliable {
    width: 15%;
    text-align: right;
}
.priceList .col-avaliable .rs-unobtainable {
    justify-content: flex-end;
}

@media(max-width:991px) {
    .priceList .rs-product {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
    .priceList .rs-product td span {
        width: max-content;
    }
    .priceList .col-avaliable span.rs-unobtainable {
        width: initial;
    }
    .priceList .col-main {
        display: none;
    }
    .priceList .col-stock-text {
        display: inline-block;
        margin-right: 10px;
    }
    .priceList .col-name {
        width: 70%;
    }
    .priceList .col-barcode {
        width: 40%;
        text-align: left;
        order: 1;
    }
    .priceList .col-stock {
        width: 20%;
        text-align: right;
        order: 2;
    }
    .priceList .col-cost {
        width: 20%;
        text-align: right;
        order: 3;
    }
    .priceList .col-avaliable {
        width: 20%;
        text-align: right;
        order: 0;
    }
}

@media(max-width:778px) {
    .priceList .rs-product {
        justify-content: space-between;
    }
    .priceList .col-stock-text {
        margin-right: 5px;
    }
    .priceList .col-barcode {
        min-width: 50%;
        width: max-content;
    }
    .priceList .col-stock {
        width: max-content;
    }
    .priceList .col-cost {
        width: max-content;
        text-align: right;
    }
    .priceList .col-avaliable {
        width: 30%;
    }
}

@media(max-width:551px) {
    .priceList .rs-product {
        justify-content: space-between;
    }
    .priceList .col-name {
        width: 100%;
    }
    .priceList .col-barcode {
        width: 100%;
        text-align: left;
    }
    .priceList .col-stock {
        width: 100%;
        text-align: left;
        order: 2;
    }
    .priceList .col-cost {
        width: 50%;
        text-align: left;
        order: 3;
    }
    .priceList .col-avaliable {
        width: 50%;
        text-align: right;
        order: 4;
    }
}

*
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    padding: 0;

    outline: none;
}
*:focus
{
    outline: none;
}
html,
body
{
    overflow-x: hidden;
}
body
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;

    color: #333;
}

a:hover,
a:focus,
a:active
{
    cursor: pointer;
    text-decoration: none;
}
.row,
.row-products
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: none;
    margin: 0 -15px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.text-center {
    text-align: center;
}
.page-content
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    min-height: 101vh;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.wrapper
{
    padding-bottom: 20px;

    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
a,
.psevdo-a
{
    display: inline;

    cursor: pointer;
    text-decoration: underline;

    color: #2c99ff;
}

a:hover,
.psevdo-a:hover
{
    text-decoration: none;

    color: #0383fb;
}

input
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;

    color: #333;
}

input[type='text'],
input[type='number'],
input[type='password'],
textarea
{
    line-height: normal;

    width: 100%;
    margin-bottom: 10px;
    padding: 8px 16px;

    border: 1px #a9a9a9 solid;
    border-radius: 2px;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

input[type='submit']
{
    line-height: normal;

    width: auto;
    margin-bottom: 10px;
    padding: 8px 16px;

    cursor: pointer;

    border: 1px #a9a9a9 solid;
}

[class*='col-']
{
    padding: 0 15px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}

img
{
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.catalog li
{
    padding-bottom: 14px;
}
h1,
.h1
{
    font-size: 32px;
    font-weight: 700;

    padding-bottom: 20px;
}

h2,
.h2
{
    font-size: 24px;
    font-weight: 700;

    padding: 20px 0;
}

h2:first-child,
.h2:first-child
{
    padding-top: 0;
}

h3,
.h3
{
    font-size: 20px;
    font-weight: 700;

    padding: 14px 0;
}

h3:first-child,
.h3:first-child
{
    padding-top: 0;
}

.clear
{
    clear: both;
    width: 100%;
}
.btn
{
    line-height: 42px;

    display: inline-block;

    margin-bottom: 10px;
    padding: 0 20px;

    cursor: pointer;
    text-align: center;
    text-decoration: none;

    color: #fff;
    border: 0!important;
    border-radius: 2px;
    background-color: #3499f6;

    -webkit-appearance: none;
}
.btn:hover
{
    color: #fff;
    background: #0383fb;
}
.catalog
{
    padding-bottom: 30px;
}
.link-more
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 42px;

    display: block;
    display: block;

    min-width: 130px;
    margin: 15px 0 0;
    padding: 0 15px;

    cursor: pointer;
    -webkit-transition: ease-in-out .3s;
            transition: ease-in-out .3s;
    text-align: center;
    text-decoration: none;

    color: #fff;
    border: 0;
    border-radius: 2px;
    background-color: #2c99ff;
}
a.link-more:hover
{
    color: #fff;
}
p
{
    line-height: 1.4;

    padding-bottom: 14px;
}

ul
{
    padding: 0 0 14px 18px;
}
#debug-top-block ul
{
    padding: 0;
}
td,
th
{
    padding: 6px 10px;
}
.overflow-hidden
{
    overflow: hidden;
}

.list-product
{
    overflow: hidden;
}
.item-card
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
        flex-direction: column;

    width: 16.666666%;
    padding: 0 15px 30px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.rs-dialog .modal-body
{
    width: 550px;
}
.rs-dialog .mobile-width-wide
{
    width: 1200px;
}
.affiliates .hl
{
    color: #2d99ff;
}
.affiliatesBlock .h2
{
    padding: 20px 20px 0;
}
.list-product .slick-slider
{
    margin-bottom: 40px;
}
.form-style textarea
{
    width: 100%;
    min-height: 100px;

    border: 1px solid #d8d8d8;
}
.form-style input.has-error,
.form-style select.has-error,
.form-style textarea.has-error
{
    border-color: red;
}
.form-style .form-group
{
    width: 100%;
    margin: 0 0 30px;
}
.page-error
{
    margin-bottom: 20px;

    color: red;
}
.form-style .formFieldError
{
    display: block;

    padding-bottom: 10px;

    color: #f00;
}
.red
{
    color: red;
}
.table
{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}
thead td{
    font-weight: 700;
}
.hidden
{
    display: none !important;
}
.card-ticket
{
    position: absolute;
    z-index: 2;
    top: 7px;
    right: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.item-c-t
{
    margin-bottom: 20px;

    width: 16px;
    max-width: none;
    height: 14px;

    cursor: pointer;

    background-repeat: no-repeat;
    background-position: 50% 50%;

    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-filter: gray;
            filter: gray;
}
.item-c-t:last-child
{
    margin-bottom: 0;
}
.item-c-t:hover,
.ticket-in-compare,
.ticket-in-favorite
{
    filter: brightness(0);
    /*-webkit-filter: none;*/
       /*-moz-filter: none;*/
        /*-ms-filter: none;*/
         /*-o-filter: none;*/
            /*filter: none;*/
    /*-webkit-filter: none;*/
            /*filter: none;*/
}
.item-c-t.ticket-compare
{
    background-image: url(/templates/ecats_theme/resource/./img/product-cart/ticket-compare.png);
}

.item-c-t.ticket-favorite
{
    background-image: url(/templates/ecats_theme/resource/./img/product-cart/ticket-favorite.png);
}
.col-xl
{
    max-width: 100%;

    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.col-xl-auto
{
    width: auto;
    max-width: none;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.col-xl-1
{
    width: 8.333333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.col-xl-2
{
    width: 16.666667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.col-xl-3
{
    width: 25%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.col-xl-4
{
    width: 33.333333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.col-xl-5
{
    width: 41.666667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.col-xl-6
{
    width: 50%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.col-xl-7
{
    width: 58.333333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.col-xl-8
{
    width: 66.666667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.col-xl-9
{
    width: 75%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.col-xl-10
{
    width: 83.333333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.col-xl-11
{
    width: 91.666667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.col-xl-12
{
    width: 100%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.order-xl-first
{
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-xl-last
{
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.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
{
    position: relative;

    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12
{
    float: left;
}
.col-md-3
{
    width: 25%;
}
.col-md-9
{
    width: 75%;
}
.radio
{
    display: none;
}
.radio + label
{
    position: relative;

    display: inline-block;

    margin-bottom: 10px;
    padding: 0 0 0 35px;

    cursor: pointer;
}
.radio + label:before
{
    position: absolute;
    top: 2px;
    left: 0;

    width: 15px;
    height: 15px;

    content: '';

    border: 1px solid #a9a9a9;
    border-radius: 50%;
    background: #fff;
}
.radio + label:after
{
    position: absolute;
    top: 6px;
    left: 4px;

    width: 9px;
    height: 9px;

    content: '';
    -webkit-transition: .2s;
            transition: .2s;

    opacity: 0;
    border-radius: 50%;
    background: #2c99ff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.5);;
}
.radio:checked + label:after
{
    opacity: 1;
}
.radio:focus + label:before
{
    -webkit-box-shadow: 0 0 0 3px rgba(255,255,0,.7);
            box-shadow: 0 0 0 3px rgba(255,255,0,.7);
}
.block-center
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#menu .menu-menu .li-menu
{
    height: 100%;

    border-right: 1px rgba(255, 255, 255, .3) solid;
}
.icons-cart
{
    position: relative;

    display: block;

    width: 23px;
    height: 21px;
    margin-right: 20px;

    cursor: pointer;

    background-image: url(/templates/ecats_theme/resource/./img/icons/icons-cart.png);
    background-repeat: no-repeat;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.icon-comparison
{
    background-position: -57px -101px;
}
.icon-cart
{
    background-position: -57px -57px;
}
.icon-favourites
{
    background-position: -57px -9px;
}
header p,
footer p
{
    padding-bottom: 0;
}
.module-wrapper .col-xl-1,
.module-wrapper .col-xl-2,
.module-wrapper .col-xl-3,
.module-wrapper .col-xl-4,
.module-wrapper .col-xl-5,
.module-wrapper .col-xl-6,
.module-wrapper .col-xl-7,
.module-wrapper .col-xl-8,
.module-wrapper .col-xl-9,
.module-wrapper .col-xl-10,
.module-wrapper .col-xl-11
{
    /*max-width: inherit;*/
}
#footer .module-content
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.inloading
{
    opacity: .7;
}
.item-phone a,
.header-order-call a
{
    white-space: nowrap;
}
.map
{
    position: relative;
}
.map:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
}
.map.map-no-before:before
{
    display: none;
}
.scrollTop.background-color
{
    background-color: #2c99ff;
}
.padding-bottom-none
{
    padding-bottom: 0!important;
}
table
{
    margin-bottom: 20px;
}
.entire-contentst
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    min-height: 101vh;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.average-content
{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.block-auth-link
{
    padding: 20px 0 10px;
}
.block-auth-link__item
{
    padding-bottom: 10px;
}
.mobile-2-column
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: none;
    margin-right: -15px;
    margin-left: -15px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.mobile-2-column .form-fields_company{
	width: 33.333333%;
}
.mobile-2-column .form-fields_company .form-group{
	width: 100%;
}
.mobile-2-column .form-group
{
    width: 33.333333%;
    margin: 0 0 30px;
    padding: 0 15px;
}
.mobile-width-small input
{
    max-width: 403.33px;
}
.block-captcha span
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.block-captcha img
{
    margin-right: 30px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg
{
    display: none !important;
}
.ecats-fixed ~ .entire-contentst{
    padding-top: 62px;
}
.brandPage .mainImage{
    float: left;
    margin: 0 20px 10px 0;
}
body .mfp-bg:not(.rs-dialog){
    z-index: 998!important;
}
select{
    padding: 8px 16px;
    min-height: 30px;
    display: block;
    border-radius: 2px;
    font-size: 16px;
    border: 1px #a9a9a9 solid;
    max-width: 100%;
    margin-bottom: 10px;
    width: 100%;
}
.rs-client-loading
{
    top: 50%;
    left: 50%;
    position: fixed;
    margin-top: -75px;
    margin-left: -75px;
    z-index: 9999;
    display: none;
}
.loader
{
    background: url(/templates/ecats_theme/resource/img/sistem/loader.svg);
    width: 150px;
    height: 150px;
}
#filter-loading-box
{
    position: relative;
    width: 100%;
    height: 3px;
}
@keyframes leftRightLoading {
    from {
        left: 50%;
        width: 0
    }

    to {
        left: 0;
        width: 100%
    }
}
.animation-loading
{
    position: absolute;
    bottom: 0;
    height: 3px;
    left: 50%;
    width: 0;
    animation: leftRightLoading 1s ease 0s infinite;
}
.rs-in-loading .rs-filters
{
    opacity: .7;
}
.green-btn
{
    background: #58C246 !important;
    border-radius: 3px;
    color: #fff;
    border: 0;
}
.green-btn:hover
{
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #fff;
    border: 0;
}
.captcha-block span
{
    display: flex;
}
@media screen and (max-width: 1559px)
{
    .col-lg-hidden
    {
        display: none;
    }
    .col-lg-1
    {
        width: 8.333333%;
    }
    .col-lg-2
    {
        width: 16.666666%;
    }
    .col-lg-3
    {
        width: 25%;
    }
    .col-lg-4
    {
        width: 33.333333%;
    }
    .col-lg-5
    {
        width: 41.666666%;
    }
    .col-lg-6
    {
        width: 50%;
    }
    .col-lg-7
    {
        width: 58.333333%;
    }
    .col-lg-9
    {
        width: 75%;
    }
    h1,
    .h1
    {
        font-size: 30px;
    }
    .ecats-fixed ~ .entire-contentst{
        padding-top: 0;
    }
    .mobile-width-small input
    {
        max-width: 289.98px;
    }
}
@media screen and (max-width: 1229px)
{
    .filter-adaptive
    {
        width: 80%;
        position: fixed;
        z-index: 999;
        top: 0px;
        right: -80%;
        height: 100%;
    }
    .filter-adaptive .rs-filter-section
    {
        height: 92.333%;
    }
    div#catalog-filter .sidebar_menu_buttons
    {
    }
    div#catalog-filter .sidebar_menu_buttons .rs-clean-filter
    {
        margin: 9px;
        padding: 0px 12px;
        line-height: 40px;
    }
    div.filter-adaptive-btn
    {
        display: flex;
    }
    div.filter-panel-adaptive
    {
        display: block;
    }
    div#debug-top-block
    {
        z-index: 9999;
    }
    div#debug-top-block ul
    {
        max-width: none;
    }
    div.fade-switch
    {
        display: none !important;
    }
    #ecats-to_fix,
    #switch-ecats-open,
    #switch-ecats,
    #left-content .left-menu,
    #left-content #catalog-filter
    {
        display: none;
    }
    h1,
    .h1
    {
        font-size: 28px;
    }
    h2,
    .h2
    {
        font-size: 22px;
    }
    h3,
    .h3
    {
        font-size: 18px;
    }
    .mobile-2-column .form-group,
    .mobile-width-small input,
    .mobile-2-column .form-fields_company
    {
        width: 50%;
    }
    .mobile-width-small input
    {
        max-width: 482px;
    }
}
@media screen and (max-width: 1023px)
{
    .col-sm-1
    {
        width: 8.333333%;
    }
    .col-sm-2
    {
        width: 16.666666%;
    }
    .col-sm-3
    {
        width: 25%;
    }
    .col-sm-4
    {
        width: 33.333333%;
    }
    .col-sm-6
    {
        width: 50%;
    }
    h1,
    .h1
    {
        font-size: 26px;
    }
    .mobile-width-small input
    {
        max-width: 370.5px;
    }
}
@media screen and (max-width: 799px)
{
    h2,
    .h2
    {
        font-size: 20px;
    }
    h3,
    .h3
    {
        font-size: 16px;
    }
    .mobile-width-small input
    {
        max-width: 354px;
    }
}
@media screen and (max-width: 767px)
{
    h1,
    .h1
    {
        font-size: 24px;
    }
    .col-xs-12
    {
        width: 100%;
    }
    .col-xs-11
    {
        width: 91.66666667%;
    }
    .col-xs-10
    {
        width: 83.33333333%;
    }
    .col-xs-9
    {
        width: 75%;
    }
    .col-xs-8
    {
        width: 66.66666667%;
    }
    .col-xs-7
    {
        width: 58.33333333%;
    }
    .col-xs-6
    {
        width: 50%;
    }
    .col-xs-5
    {
        width: 41.66666667%;
    }
    .col-xs-4
    {
        width: 33.33333333%;
    }
    .col-xs-3
    {
        width: 25%;
    }
    .col-xs-2
    {
        width: 16.66666667%;
    }
    .col-xs-1
    {
        width: 8.33333333%;
    }
    h1,
    .h1
    {
        font-size: 22px;
    }
    .mobile-width-small input
    {
        max-width: 270px;
    }
    td,
    th
    {
        font-size: 14px;

        padding: 4px 6px;
    }
}
@media screen and (max-width: 599px)
{
    .list-product .slick-slider
    {
        margin-bottom: 20px;
    }
    .mobile-2-column .form-group,
    .mobile-width-small input,
    .mobile-2-column .form-fields_company
    {
        width: 100%;
    }
    .brandPage .mainImage{
        float: none;
        margin: 0 auto 10px;
    }
    .mobile-width-small input
    {
        max-width: none;
    }
    .radio + label{
        padding-left: 30px;
    }
    input[type='text'], input[type='number'], input[type='password'], textarea, select{
        padding: 6px 12px;
    }
}
@media screen and (max-width: 479px)
{
    h1,
    .h1
    {
        font-size: 20px;
    }
    .affiliates
    {
        padding: 0!important;
    }
    div.filter-adaptive-btn span
    {
        display: none;
    }
    div.filter-adaptive-btn i
    {
        margin: 0px;
    }
}

.module-wrapper{
	min-height: 0!important;
}

.one-baner
{
    overflow: hidden;

    height: 90px;

    background-repeat: no-repeat;
    background-position: 50% 0;
    margin: 0 auto;

    display: block;
    text-decoration: none;
}
.one-baner .container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 100%;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.one-baner .close-one-baner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    cursor: pointer;

    color: #fff;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.img-close-c-s-t
{
    cursor: pointer;

    font-size: 26px;
    line-height: 1;

    -webkit-transition: -webkit-transform .5s;
            transition: -webkit-transform .5s;
            transition:         transform .5s;
            transition:         transform .5s, -webkit-transform .5s;
}
.close-one-baner:hover .img-close-c-s-t
{
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
.txt-close-c-s-t
{
    font-size: 14px;
    padding-left: 2px;
}

@media screen and (max-width: 1559px){
	.one-baner{
    	background-size: cover;
	}
}
@media screen and (max-width: 599px){
	.one-baner{
		display: none;
	}
}
#breadcrumbs{
	display: flex;
	padding: 0 0 26px;
	color: #b3b3b3;
	font-size: 13px;
}
#breadcrumbs a{
	color: #b3b3b3;
	text-decoration: none;
}
#breadcrumbs a:hover{
	text-decoration: underline;
}
#breadcrumbs .ul-breadcrumb{
	list-style: none;
	padding: 0 0 4px;
}
#breadcrumbs .li-breadcrumb{
	display: inline;
}
#breadcrumbs .li-breadcrumb + .li-breadcrumb:before {
    content: '/';
    padding: 0 4px;
}
@media screen and (max-width: 1229px)
{
	#breadcrumbs{
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 599px)
{
    #breadcrumbs .ul-breadcrumb
    {
        font-size: 12px;
    }
}
#catalog .ul-left-menu
{
    padding: 0;

    list-style: none;
}
#catalog .ul-left-menu li{
    padding: 0;
}
#catalog .li-left-menu
{
    position: relative;


    border-bottom: 1px #e5e5e5 solid;
}
#catalog .li-left-menu:last-child
{
    border-bottom: none;
}
#catalog .ul-left-menu a
{
    position: relative;

    display: block;

    padding: 10px 20px;

    text-decoration: none;

    color: #333;
    background-color: #f0f0f0;
}
#catalog .li-left-menu.active .l-m-a-l-1,
#catalog .li-left-menu:hover .l-m-a-l-1
{
    color: #fff;
    background-color: #2c99ff;
}
#catalog .list-category
{
    padding-bottom: 30px;
}

#catalog .li-parent ul
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;

    display: none;

    padding: 0;

    list-style: none;
    max-width: none;
    min-width: 100%;
    white-space: nowrap;
    font-size: 14px;
}
#catalog .li-parent:hover ul
{
    display: block;
}
#catalog .li-parent ul a.l-m-a-l-1:hover
{
    text-decoration: underline;
}
#catalog .li-parent .l-m-a-l-1
{
    padding: 10px 34px 10px 20px;
}
#catalog .li-parent > .l-m-a-l-1:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    display: block;

    width: 34px;
    height: 100%;

    content: '';

    background: url(/templates/ecats_theme/resource/img/catalog/li-parent.png) 50% 50% no-repeat;
}
#catalog .li-parent.active .l-m-a-l-1:before,
#catalog .li-parent:hover .l-m-a-l-1:before
{
    background-image: url(/templates/ecats_theme/resource/img/catalog/li-parent-active.png);
}
#catalog .item-big-category
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 100%;
    margin-bottom: 30px;

    border: 1px #a9a9a9 solid;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
#catalog .top-i-b-g
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 10px 20px 20px;

    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    align-items: center;
}
#catalog .bottom-i-b-g
{
    display: block;

    max-width: none;
    margin: 0 -1px -1px;
    padding: 13px 10px;

    cursor: pointer;
    text-align: center;

    color: #fff;
    background-color: #2c99ff;
}
#catalog .bottom-i-b-g:hover
{
    background-color: #0383fb;
}
#catalog .img-big-category
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 176px;
    max-height: 128px;
    padding: 10px 20px 0 0;

    text-align: center;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#catalog .img-big-category img
{
    max-width: 100%;
    max-height: 100%;
}
#catalog .title-big-category
{
    padding: 10px 0;
}
#catalog .a-title-big-category
{
    font-size: 19px;

    text-decoration: none;

    color: #333;
}
#catalog .ul-big-category
{
    font-size: 14px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0;

    list-style: none;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#catalog .li-l-b-c
{
    padding: 0 12px 6px 0;
}
#catalog .catalog-sort
{
    position: relative;
    z-index: 3;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 30px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#catalog .item-sort
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-right: 40px;
}
#catalog .select-sort
{
    color: #2c99ff;
    border-bottom: 1px dashed;
}
#catalog .title-sort
{
    padding-right: 8px;
}
#catalog .sort-left
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.dropdown-menu
{
    font-size: 14px;

    position: absolute;
    z-index: 2;

    display: none;

    margin: 2px 0 0;
    padding: 0;

    list-style: none;

    border: 1px #2c99ff solid;
    background: #fff;
}
.open .dropdown-menu
{
    display: block;
}
.dropdown-menu li
{
    margin: 0;
    padding: 0;
}
.dropdown-menu a
{
    display: block;

    padding: 4px 12px;

    text-decoration: none;
}
.dropdown-menu a:hover
{
    text-decoration: none;

    background: #f0f0f0;
}
.dropdown-toggle
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    cursor: pointer;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sort-order-direction
{
    display: block;

    width: 10px;
    height: 6px;
    margin-left: 10px;

    background: url(/templates/ecats_theme/resource/img/catalog/dropdown-menu.png) 50% 50% no-repeat;
}
#catalog .left-menu
{
    margin-bottom: 30px;
}
#catalog-filter
{
    margin-bottom: 20px;

    background: #f0f0f0;
}
#catalog-filter .filter-fromto
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#catalog-filter .disabled-property
{
    opacity: .5;
    pointer-events: none;
}
#catalog-filter .input-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 50%;
    padding-right: 10px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#catalog-filter .expand
{
    font-size: 16px;

    position: relative;

    display: block;

    padding: 16px 34px 16px 18px;

    cursor: pointer;
    -webkit-transition: ease-in-out .3s;
            transition: ease-in-out .3s;

    color: #000;
}
#catalog-filter .open .expand:before
{
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
#catalog-filter .filter
{
    border-bottom: 1px solid #ccc;
}
#catalog-filter .filter:last-child
{
    border-bottom: 0;
}
#catalog-filter .detail
{
    padding: 4px 18px 10px;
}
#catalog-filter .input-wrapper input
{
    width: 70px;
    padding: 4px 6px;
}
.input-wrapper label
{
    padding-right: 2px;
}
#catalog-filter .filters .filter-fromto
{
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display:      flex;

    max-width: none;
    margin-right: -10px;
    padding-bottom: 20px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
         justify-content: space-between;
}
#catalog-filter ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}
#catalog-filter li
{
    padding-bottom: 6px;
}
#catalog .sort-right
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#catalog .item-type-sort
{
    overflow: hidden;

    width: 30px;
    height: 30px;
    margin-left: 10px;

    border-radius: 2px;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#catalog .item-type-sort:hover
{
    background-color: #dedede;
}
#catalog .item-type-sort.active
{
    background-color: #2c99ff;
}
#catalog .sort-cart
{
    background-image: url(/templates/ecats_theme/resource/img/catalog/sort-cart.png);
}
#catalog .sort-cart.active
{
    background-image: url(/templates/ecats_theme/resource/img/catalog/sort-cart-w.png);
}
#catalog .sort-list
{
    background-image: url(/templates/ecats_theme/resource/img/catalog/sort-list.png);
}
#catalog .sort-list.active
{
    background-image: url(/templates/ecats_theme/resource/img/catalog/sort-list-w.png);
}
#catalog .sort-table
{
    background-image: url(/templates/ecats_theme/resource/img/catalog/sort-table.png);
}
#catalog .sort-table.active
{
    background-image: url(/templates/ecats_theme/resource/img/catalog/sort-table-w.png);
}
.paginator
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 36px;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.ul-paginator
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0;

    list-style: none;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.li-paginator
{
    padding: 0 0 4px 10px;
}
.a-paginator
{
    line-height: 1;

    display: block;

    min-width: 30px;
    padding: 7px 7px;

    text-align: center;
    text-decoration: none;

    color: #333;
    border-radius: 2px;
}
.a-paginator.active
{
    color: #fff;
    background-color: #2c99ff;
}
#catalog .description-category
{
    padding-bottom: 20px;
}
#catalog-filter .filter .detail
{
    display: none;
}
#catalog-filter .filter.open .detail
{
    display: block;
}
#catalog-filter .sidebar_menu_buttons
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#catalog-filter .sidebar_menu_buttons .btn
{
    font-size: 14px;

    display: block;

    width: 100%;
    margin: 20px 10px;
    padding: 4px 8px;

    text-decoration: none;
}
#catalog-filter .expand:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    display: block;

    width: 34px;
    height: 100%;

    content: '';

    background: url(/templates/ecats_theme/resource/img/catalog/li-parent.png) 50% 50% no-repeat;
}
#nouislider .noUi-horizontal
{
    height: 4px;
    margin: 12px 11px 18px;

    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
#nouislider .noUi-handle
{
    cursor: default;

    border: 3px solid #2c99ff;
    border-radius: 50%;
    background: #f0f0f0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
#nouislider .noUi-handle:after,
#nouislider .noUi-handle:before
{
    display: none;
}
#nouislider .noUi-horizontal .noUi-handle
{
    top: -10px;
    left: -11px;

    width: 22px;
    height: 22px;
}
html:not([dir=rtl]) #nouislider .noUi-horizontal .noUi-handle
{
    right: -11px;
    left: auto;
}

#view-list .item-card
{
    width: 100%;
    margin-top: -1px;
    padding-bottom: 0;
}
#view-list .card
{
    width: 100%;
    padding: 8px 28px 8px 18px;
}
#view-list .card-text
{
    width: 100%;
    padding: 0 15px;
}
#view-list .in-card
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#view-list .card-image
{
    width: 64px;
    height: 64px;
    margin-right: 15px;
    padding-bottom: 0;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
#view-list .card-block-price
{
        flex-direction: column;

    min-width: 150px;
    margin-left: 50px;
    padding: 0 15px;
    padding-bottom: 0;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#view-list .card .card-title a
{
    height: auto;

    text-align: left;
}
#view-list .card .card-title a:before
{
    display: none;
}
#view-list .card .card-ticket
{
    position: relative;
    top: 0;

        flex-direction: row;

    padding: 0 15px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
}
#view-list .card .item-c-t
{
    position: relative;
    top: 0;

    margin: 0 15px;
}
#view-list .card .card-old-price
{
    padding-top: 8px;
    padding-left: 0;
}
#view-list .cart-order
{
    padding-left: 50px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
#view-list .card .card-info
{
    padding: 0;
}
#view-list .card .card-characteristic
{
    height: auto;

    text-align: left;
}
#view-list .card .card-characteristic:after
{
    display: none;
}
#view-list .row-products
{
    padding-top: 1px;
    padding-bottom: 30px;
}
#view-list .line-card-rating-stock
{
    padding: 0 15px;
}
#view-list .card .card-stock
{
    padding-bottom: 0;

    text-align: left;
}
#view-list .card-rating
{
    padding-bottom: 16px;
}
#view-list .card .card-title
{
    padding-bottom: 14px;
}
#view-list .item-card:hover + .item-card .card
{
    border-top-color: #0383fb;
}
#view-list .card .card-label
{
    position: relative;

        flex-direction: row;

    padding: 0;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
}
#view-list .card .item-c-l
{
    font-size: 10px;
    line-height: 20px;

    height: 20px;
    margin: 4px 4px 0 0;
}
#view-list .card .card-label:last-child
{
    margin-right: 0;
}
#view-table .item-card
{
    width: 50%;
}
#view-table .card .in-card
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 100%;
}
#view-table .in-card-1
{
    position: relative;

    width: 150px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
#view-table .card .card-block-price
{
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#view-table .card .card-old-price
{
    padding: 29px 0 0;
}
#view-table .in-card-2
{
    width: 100%;
    padding: 0 30px;

    text-align: left;
}
#view-table .in-card-3
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    text-align: left;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
#view-table .card-text-description
{
    font-size: 12px;
}
#view-table .card .card-image
{
    height: 100%;
    padding-bottom: 0;
}
#view-table .card .card-title
{
    padding-bottom: 10px;
}
#view-table .card .default-c-r
{
    margin: 0;
}
#view-table .card .card-info
{
    padding-bottom: 12px;
}
#view-table .card .card-characteristic
{
    margin-bottom: 14px;
}
#view-table .card-text-description
{
    position: relative;

    overflow: hidden;

    max-height: 65px;
}
#view-table .card-text-description:before
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 33.333333%;
    height: 14px;

    content: '';

    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255,255,255,0)), color-stop(80%, #fff));
    background: linear-gradient(to right, rgba(255,255,255,0) 20%, #fff 80%);
}
.catalog-subcategory
{
    padding-bottom: 20px;
    max-width: none;
    margin-right: -10px;
}
.catalog-subcategory a
{
    display: inline-block;
    margin: 0 10px 10px 0;
}
#catalog-filter .filter-interval .detail
{
    display: none;
}
/* autoComplete */
.search-items,
.searchCityItems
{
    position: absolute;
    z-index: 2000;

    padding: 0;

    background: white;
    -webkit-box-shadow: 0 2px 4px #999;
       -moz-box-shadow: 0 2px 4px #999;
            box-shadow: 0 2px 4px #999;
}
.search-items li,
.searchCityItems li
{
    position: relative;

    overflow: hidden;

    border-bottom: 1px solid #ebebe5;
}
.search-items li .image
{
    line-height: 62px;

    float: left;

    width: 62px;
    height: 62px;
    padding: 5px;

    text-align: center;
}
.searchCityItems li a
{
    display: block !important;

    padding: 10px;

    color: black;
}
.search-items li a
{
    display: block !important;

    min-height: 62px;
    margin-left: 70px;
    padding: 5px;

    color: black;
}
.search-items li a.noimage
{
    min-height: inherit;
    margin-left: 0;
}

.search-items li.ui-state-focus a,
.searchCityItems li.ui-state-focus a
{
    color: black;
    background: #e9e9e9;
}
.search-items li a .title,
.search-items li a .barcode,
.search-items li a .price,
.search-items li a .preview
{
    font-size: 12px;

    display: block;

    text-align: left;
}
.search-items li a .preview
{
    font-size: 12px;

    padding-top: 10px;

    color: gray;
}
.search-items li a .title,
.search-items li a .barcode
{
    padding-bottom: 3px;
}
.search-items li a .barcode
{
    font-style: italic;

    color: #585858;
}
.search-items li.all-search-results a .title
{
    font-weight: bold;

    padding-top: 3px;

    text-align: center;
}

.search-city-items
{
    position: absolute;
    z-index: 15;

    padding: 0;

    background: white;
    -webkit-box-shadow: 0 2px 4px #999;
       -moz-box-shadow: 0 2px 4px #999;
            box-shadow: 0 2px 4px #999;
}
.search-city-items li
{
    position: relative;

    overflow: hidden;

    border-bottom: 1px solid #ebebe5;
}
.search-city-items li a
{
    display: block;

    padding: 5px;

    color: black;
}
.search-city-items .ui-menu-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.out-big-category
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.description-category
{
    padding-bottom: 20px;
}
div.to-social-network .ya-share2__badge
{
    padding: 5px;

    border-radius: 50%;
}
div.to-social-network .ya-share2__container_size_m .ya-share2__icon
{
    width: 30px;
    height: 30px;

    background-size: 30px 30px;
}
.one-click-wrapper .h2
{
    text-align: center;
}
.one-click-wrapper button.link
{
    margin: auto;
}
.one-click-wrapper .policy-agreement
{
    font-size: 14px;
}
.one-click-wrapper .infotext
{
    padding: 0;

    text-align: center;
}
.one-click-wrapper .page-error p
{
    padding: 0;
}
.one-click-wrapper .table-underlined
{
    width: 100%;
}
.one-click-wrapper .page-error
{
    text-align: center;
}
.brandDirs{
    padding-top: 10px;
}
#catalog .content-big-category{
    width: 100%;
}
#products .loader
{
    margin: auto;
}
.rs-ajax-paginator
{
    width: 190px;
    margin: auto auto 20px;
}
.filter-color .filter-clickable_value + label
{

}
.filters .filter label
{
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 20px;
}
.filter-clickable_value + label
{
    border: 2px solid transparent;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    margin: 2px;
    overflow: hidden;
    box-sizing: content-box;
    padding: 0;
}
.filter-clickable_value {
    visibility: hidden;
    position: absolute;
}
.filter-clickable_item
{
    display: inline-block;
    vertical-align: top;
}
.filter-adaptive-btn
{
    padding: 10px 15px;
    margin: -10px 25px 0px 0px;
    border-radius: 2px;
    cursor: pointer;
    display: none;
    background-color: #f0f0f0;
}
.filter-adaptive-btn i
{
    background: url(/templates/ecats_theme/resource/img/catalog/sort_icons.png) center left no-repeat;
    width: 15px;
    height: 13px;
    margin: 3px 7px 0px 0px;
    display: block;
}
.filter-adaptive-btn.background-color i
{
    background: url(/templates/ecats_theme/resource/img/catalog/sort_icons.png) center right no-repeat;
}
.filter-adaptive-btn.background-color span
{
    color: #fff;
}
.filter-panel-adaptive
{
    position: relative;
    height: 45px;
    border-bottom: 1px solid #ccc;
}
.filter-panel-adaptive .mfp-close
{
    color:#000;
}
.filter-panel-adaptive
{
    display: none;
}
@media screen and (min-width: 1560px)
{
    .item-card
    {
        width: 16.666666%;
    }
    .col-xl-10 .item-card
    {
        width: 20%;
    }
}
@media screen and (max-width: 1559px)
{
    .item-card
    {
        width: 20%;
    }
    .col-xl-10 .item-card
    {
        width: 25%;
    }
    #view-list .card
    {
        padding: 8px 15px 8px 15px;
    }
    #view-list .cart-order
    {
        padding-left: 15px;
    }
    #view-table .item-card
    {
        width: 100%;
    }
}
@media screen and (max-width: 1229px)
{
    #catalog .left-description-category
    {
        display: none;
    }
    .item-card,
    .col-xl-10 .item-card
    {
        width: 25%;
    }
    #catalog .img-big-category
    {
        width: 33.333333%;
    }
    #catalog .right-description-category
    {
        width: 100%;
    }
    #catalog .right-description-category .col-xl-2
    {
        width: 25%;
    }
    #catalog .right-description-category .col-xl-10
    {
        width: 75%;
    }
}
@media screen and (max-width: 1023px)
{
    .item-card,
    .col-xl-10 .item-card
    {
        width: 33.333333%;
    }
    #view-list .card .card-stock
    {
        text-align: center;
    }
    #view-list .card-rating
    {
        padding-bottom: 4px;
    }
    #view-list .line-card-rating-stock
    {
        width: 25%;
        padding: 0 15px 0 0;
    }
    #view-list .card-text
    {
        width: 75%;
        padding: 0 0 10px 15px;
    }
    #view-list .card-image
    {
        width: 25%;
        margin-right: 0;
        padding: 0 15px 10px 0;
    }
    #view-list .in-card
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    #view-list .cart-order
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 25%;

        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    #view-list .card-block-price
    {
        width: 25%;
    }
    #view-list .card .card-ticket
    {
        width: 25%;
    }
    #view-list .card .item-c-t:first-child
    {
        margin-left: 0;
    }
    #catalog .img-big-category
    {
        width: 25%;
    }
    #catalog .a-title-big-category
    {
        font-size: 18px;
    }
    #catalog .top-i-b-g
    {
        padding: 5px 15px 15px;
    }
}
@media screen and (max-width: 799px)
{
}
@media screen and (max-width: 767px)
{
    .item-card,
    .col-xl-10 .item-card
    {
        width: 50%;
    }
    #catalog .item-sort
    {
        font-size: 16px;
    }
    #view-list .item-card .card .link-more
    {
        margin: 0;
    }
    #view-list .card-block-price
    {
        min-width: 136px;
        padding-right: 0;
    }
    #view-list .card .card-ticket
    {
        width: 20%;
    }
    #view-list .card-block-price
    {
        width: 30%;
    }
    #catalog .catalog-sort_order .title-sort span
    {
        display: none;
    }
    #catalog .catalog-sort_order .title-sort
    {
        font-size: 16px;
    }
    #catalog .title-sort
    {
        font-size: 0;
    }
    #catalog .dropdown
    {
        font-size: 16px;
    }
    #catalog .out-big-category
    {
        width: 100%;
    }
    #catalog .right-description-category .row
    {
            flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    }
    #catalog .right-description-category .col-xl-2,
    #catalog .right-description-category .col-xl-10
    {
        width: 100%;
    }
    #catalog .right-description-category .col-xl-2
    {
        text-align: center;
    }
    #catalog .bottom-i-b-g{
    	padding: 10px;
    }
}
@media screen and (max-width: 599px)
{
    #view-list .line-card-rating-stock,
    #view-list .card .card-ticket,
    #view-list .card-block-price
    {
        width: 33.333333%;
    }
    #view-list .cart-order
    {
        width: 100%;
        padding-top: 4px;
        padding-left: 0;
    }
}
@media screen and (max-width: 479px)
{
    #catalog .sort-right
    {
        display: none;
    }
    .item-card,
    .col-xl-10 .item-card
    {
        width: 100%;
    }
    #catalog .item-sort
    {
        padding-right: 20px;
    }
    #view-list .card-block-price
    {
        width: 100%;
    }
    #view-list .card .card-ticket
    {
        width: 100%;
        padding: 0 0 10px;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #view-list .line-card-rating-stock
    {
        width: 100%;
        padding: 0 0 10px;
    }
    #view-list .cart-order
    {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #view-list .card-block-price
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        width: 100%;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #view-list .card-image
    {
        width: 100%;
        padding-right: 0;
    }
    #view-list .card-text
    {
        width: 100%;
        padding-left: 0;
    }
    #view-list .card .card-title a
    {
        text-align: center;
    }
    #view-list .card .card-characteristic
    {
        text-align: center;
    }
    #view-list .card .card-label
    {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #view-list .card-block-price
    {
        padding-bottom: 10px;
        padding-left: 0;
    }
    #view-list .card .item-c-t:first-child
    {
        margin-left: 15px;
    }
    #view-list .card
    {
        padding: 15px;
    }
}

#top-index
{
    padding-bottom: 20px;
}
#top-index .card
{
    margin-bottom: 8px;

    border-color: #2c99ff;
}
#top-index .slick-dots
{
    bottom: 10px;
}
#top-index .slick-dots li button:before
{
    font-size: 14px;

    content: '•';

    opacity: 1;
    color: #fff;
}
#top-index .slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #2c99ff;
}
#top-index .slick-dotted.slick-slider
{
    margin-bottom: 0;
}
#top-index .product-day
{
    overflow: hidden;

    height: 100%;
}
#top-index .product-day .list-product
{
    height: 100%;
}
#top-index .row-products
{
    height: 100%;
}
#top-index .end-product-day
{
    font-size: 20px;
    font-weight: 700;

    position: absolute;
    z-index: 3;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    text-align: center;

    color: #ff5357;
    background: rgba(255, 255, 255, .75);

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#top-index .timer-product-day
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#top-index .slick-prev:hover:before,
#top-index .slick-next:hover:before
{
    color: #2c99ff;
}
#top-index .product-day .item-card
{
    width: 100%;
    padding-bottom: 0;
}
#top-index .product-day .card-image
{
    height: 189px;
}
#top-index .index-product-day
{
    position: relative;
    overflow: hidden;
    width: 232px;
}
@media screen and (max-width: 1599px)
{
    #top-index .card-stock,
    #top-index .card-rating
    {
        display: none;
    }
    #top-index .card-title
    {
        padding-bottom: 0;
    }
    #top-index .card
    {
        margin-bottom: 4px;
    }
    #top-index .card-info
    {
        padding-bottom: 8px;
    }
    #top-index .slides-top.col-xl-10
    {
        width: 80%;
    }
    #top-index .col-product_day.col-xl-2
    {
        width: 20%;
    }
    #top-index .timer-product-day
    {
        padding-top: 0;
    }
    #top-index .product-day .card-image
    {
        height: 130px;
    }
    #top-index .card-title a
    {
        height: 38px;
    }
    #top-index .index-product-day
    {
        margin: auto;
    }
}
@media screen and (max-width: 1229px)
{
    #top-index .slides-top.col-xl-10
    {
        width: 100%;
        padding-bottom: 20px;
    }
    #top-index .col-product_day.col-xl-2
    {
        width: 100%;
    }
    #top-index .in-card
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #top-index .product-day .card-image
    {
        width: 130px;
        height: 130px;
        padding-bottom: 0;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    }
    #top-index .card-text
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 100%;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #top-index .item-card .card .card-info
    {
        padding-bottom: 0;
    }
    #top-index .item-card .card .card-block-price
    {
        padding-bottom: 0;
    }
    #top-index .item-card .card .card-characteristic
    {
        height: auto;
        margin-bottom: 0;
    }
    #top-index .item-card .card .card-characteristic:after,
    #top-index .item-card .card .card-title a:before
    {
        display: none;
    }
    #top-index .item-card .card .card-stock
    {
        padding-bottom: 0;
    }
    #top-index .card-ticket
    {
        position: relative;
        top: 0;
        right: 0;

        width: 16px;
        margin-right: 15px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    }
    #top-index .card-text > div
    {
        padding: 0 15px;
    }
    #top-index .card-text .cart-order
    {
        padding-right: 0;
    }
    #top-index .timer-product-day
    {
        padding-top: 0;
    }
    #top-index .item-card .card .card-title a
    {
        height: auto;
    }
    #top-index .item-card .card .card-block-price
    {
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #top-index .item-card .card .card-old-price
    {
        padding-left: 0;
    }
    #top-index .item-card .card
    {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media screen and (max-width: 1023px)
{
    #top-index .item-card .card .card-image
    {
        width: 120px;
        height: 120px;
    }
}
@media screen and (max-width: 767px)
{
	#top-index .card-text
	{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#top-index .item-card .card .card-info,
	#top-index .item-card .card .card-block-price,
	#top-index .item-card .card .card-characteristic
	{
	    padding: 0 0 10px;
	}
	#top-index .item-card .card .card-image
	{
	    width: 140px;
	    height: 140px;
	}
}
@media screen and (max-width: 479px)
{
	#top-index .in-card
	{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	#top-index .product-day .card-image
	{
		width: 100%;
    	height: 150px;
		padding-bottom: 10px;
	}
	#top-index .card-ticket{
		position: absolute;
	    top: 7px;
		right: 0;
		margin-right: 0;
	}
}
#infographics
{
    font-size: 14px;

    margin-bottom: 40px;
    padding: 22px 0 0;

    text-align: center;

    background: #f6f6f6;
}
#infographics .in-item-i
{
    padding: 0 20px 20px;
}
#infographics .img-in-item-i
{
    height: 54px;
    padding-bottom: 4px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#infographics .img-in-item-i img
{
    max-height: 100%;
}
#infographics .in-infographics
{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1559px)
{
    #infographics .in-item-i
    {
        padding: 0 0 20px;
    }
}
@media screen and (max-width: 1229px)
{
}
@media screen and (max-width: 1023px)
{
    #infographics
    {
        padding: 30px 0 0;
    }
    #infographics .in-infographics
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    #infographics .item-i
    {
        width: 33.333333%;
    }
    #infographics .in-item-i
    {
        padding: 0 0 30px;
    }
}
@media screen and (max-width: 799px)
{
}
@media screen and (max-width: 767px)
{
}
@media screen and (max-width: 599px)
{
    #infographics .item-i
    {
        width: 50%;
    }
    .in-a-i{
    	flex-direction: column;
    }
    .left-in-a-i{
    	padding-bottom: 20px;
    	text-align: center;
    }
    .left-in-a-i,
    .right-in-a-i{
    	width: 100%;
    }
}
@media screen and (max-width: 479px)
{
}

.item-card .card
{
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px 12px;

    text-align: center;

    border: 1px #a7a7a7 solid;
    background-color: #fff;
    flex-grow: 1;
}
.item-card .card:hover
{
    border-color: #0383fb;
}
.item-card .card .in-card
{
    position: relative;
}
.item-card .card .card-title
{
    padding-bottom: 12px;
}
.item-card .card .card-title a
{
    font-size: 16px;

    position: relative;

    display: block;
    overflow: hidden;

    height: 38px;

    text-decoration: none;

    color: #333;
}
.item-card .card .card-title a:before
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 33.333333%;
    height: 19px;

    content: '';

    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255,255,255,0)), color-stop(80%, #fff));
    background: linear-gradient(to right, rgba(255,255,255,0) 20%, #fff 80%);
}
.item-card .card .card-image
{
    height: 150px;
    padding-bottom: 10px;
}
.item-card .card .card-image a
{
    position: relative;

    display: block;

    width: 100%;
    height: 100%;
}
.item-card .card .card-label
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.item-card .card .item-c-l,
.product-page .item-c-l
{
    font-size: 12px;
    line-height: 24px;

    min-width: 46px;
    height: 24px;
    margin-bottom: 8px;
    padding: 0 4px;

    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
    border-radius: 4px;
    background-color: #eb5c5c;
}
.item-card .card .item-c-l:last-child,
.product-page .item-c-l:last-child
{
    margin-bottom: 0;
}
.item-card .card .card-href:hover .item-c-l,
.product-page .card-href:hover .item-c-l
{
    text-decoration: none;
}
.item-card .card .item-c-l.sale-item-c-l,
.product-page .item-c-l.sale-item-c-l
{
    background-color: #2c99ff;
}
.item-card .card .item-c-l.percent-item-c-l,
.product-page .item-c-l.percent-item-c-l
{
    background-color: #43b74c;
}
.item-card .card .default-c-r
{
    position: relative;

    display: block;

    width: 100px;
    height: 15px;
    margin: 0 auto;

    background: url(/templates/ecats_theme/resource/img/product-cart/star.svg) top left repeat-x;
}
.item-card .card .value-c-r
{
    position: absolute;
    top: 0;
    left: 0;

    height: 15px;

    background: url(/templates/ecats_theme/resource/img/product-cart/star-active.svg) top left repeat-x;
}
.item-card .card .card-info
{
    padding-bottom: 14px;
}
.item-card .card .card-block-price
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 10px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.item-card .card .card-price
{
    font-size: 20px;
    font-weight: 700;

    white-space: nowrap;
}
.item-card .card .card-old-price
{
    font-size: 14px;

    padding-left: 16px;

    white-space: nowrap;
    text-decoration: line-through;

    color: #a7a7a7;
}
.item-card .card .card-characteristic
{
    font-size: 12px;
    line-height: normal;

    position: relative;

    overflow: hidden;

    height: 28px;
    margin-bottom: 4px;

    color: #a7a7a7;
}
.item-card .card .card-characteristic:after
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 33.333333%;
    height: 14px;

    content: '';

    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255,255,255,0)), color-stop(80%, #fff));
    background: linear-gradient(to right, rgba(255,255,255,0) 20%, #fff 80%);
}
.item-card .card .card-stock
{
    font-size: 12px;

    padding-bottom: 12px;

    color: #727272;
}
.item-card .card .card-stock span
{
    vertical-align: middle;
}
.item-card .card .link-more
{
    font-size: 16px;
    line-height: 42px;

    display: block;

    width: 120px;
    margin: 0 auto;

    cursor: pointer;
    text-align: center;
    text-decoration: none;

    color: #fff;
    border-radius: 2px;
    background-color: #2c99ff;
}
.item-card .card .link-more:hover
{
    background-color: #0383fb;
}
.item-card .card .card-stock.in-stock:before
{
    display: inline-block;

    width: 11px;
    height: 8px;
    margin-right: 4px;

    content: '';
    vertical-align: middle;

    background: url(/templates/ecats_theme/resource/img/product-cart/stock.png) 50% 50% no-repeat;
}
.item-card .card .main-image
{
    -webkit-transition: .7s;
            transition: .7s;
}
.item-card .card:hover .main-image
{
    opacity: 0;
}
.item-card .card .additional-image,
.item-card .card:hover .first-image
{
    -webkit-transition: .7s;
            transition: .7s;

    opacity: 0;
}
.item-card .card:hover .additional-image
{
    opacity: 1;
}
.item-card .card .item-c-i
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    max-height: 100%;
    margin: auto;
}
.timer-product-day
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    max-width: none;
    margin-right: -2px;
    padding-top: 10px;

    text-align: center;

    color: #fff;
}
.item-t-p-d
{
    width: 25%;
    padding-right: 2px;
}
.in-item-t-p-d
{
    padding: 6px 2px;

    border-radius: 2px;
    background-color: #2c99ff;
}
.number-t-p-d
{
    font-size: 16px;
    line-height: normal;
}
.txt-t-p-d
{
    font-size: 12px;
    line-height: normal;
}
.slick-list .item-card
{
    padding-bottom: 0;
}
.remove-product-from-compare{
    padding-top: 10px;
}
.col-product_day
{
    min-height: 250px;
}
@media screen and (max-width: 1559px)
{
	.item-card .card .card-title a{
	    height: 57px;
	}
	.item-card .card{
		padding: 10px 5px 12px;
	}
	.item-card .card .link-more{
		line-height: 38px;
	}
	.item-card .card .card-title{
    	padding-bottom: 6px;
	}
	#view-list .card .card-title{
    	padding-bottom: 4px;
	}
	#view-table .item-card .card .card-title a{
		height: 38px;
	}
}
@media screen and (max-width: 1229px){
    .quick_view_product{
        display: none!important;
    }
    .item-card .card:hover .first-image{
    	opacity: 1;
    }
    .item-card .card:hover .additional-image{
    	opacity: 0;
    }
    div.item-card .card:hover{
    	border-color: #a7a7a7!important;
    }
}
@media screen and (max-width: 1023px){

}
@media screen and (max-width: 599px)
{
	#view-table .card .in-card{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	#view-table .in-card-2{
		padding: 0 0 10px;
	}
	#view-table .in-card-3{
		flex-direction: row;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		width: 100%;
	}
	.item-card .card .card-block-price{
		padding-bottom: 4px;
	}
	#view-table .card .card-image {
    	height: 146px;
	}
	#view-table .card .card-title{
		text-align: center;
	}
	#view-table .card .default-c-r{
		margin: 0 auto;
	}
	#view-table .card .card-characteristic{
		height: auto;
		text-align: center;
	}
	.item-card .card .card-characteristic:after{
		display: none;
	}
	#view-table .in-card-1{
		width: 100%;
		padding: 0 0 10px;
	}
}
@media screen and (max-width: 479px)
{
	.item-card .card .card-title a {
	    height: 38px;
	}
}
#product-page .product-gallery-full
{
    overflow: hidden;

    margin-bottom: 18px;

    border: 1px #a7a7a7 solid;
    border-radius: 2px;
}
#product-page .product-gallery-full a
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 488px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#product-page .product-gallery-full img
{
    display: block;

    max-height: 100%;
    margin: 0 auto;
}
#product-page .p-p-price
{
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}
#product-page .p-p-old-price
{
    font-size: 14px;

    padding-top: 8px;

    text-decoration: line-through;

    color: #a7a7a7;
}
#product-page .p-p-block-price
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 20px;
}
#product-page .p-p-r-a-b
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 20px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#product-page .p-p-brends
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 80px;
    max-height: 80px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#product-page .default-c-r
{
    position: relative;

    display: block;

    width: 100px;
    height: 15px;
    margin-right: 90px;

    background: url(/templates/ecats_theme/resource/img/product-cart/star.svg) top left repeat-x;
}
#product-page .value-c-r
{
    position: absolute;
    top: 0;
    left: 0;

    height: 15px;

    background: url(/templates/ecats_theme/resource/img/product-cart/star-active.svg) top left repeat-x;
}
#product-page .p-p-artikul
{
    font-size: 14px;

    color: #727272;
}
#product-page .p-p-title-mini-h
{
    font-size: 14px;

    padding-bottom: 8px;

    text-transform: uppercase;

    color: #727272;
}
#product-page .p-p-table-mini-h
{
    width: 100%;
    margin-bottom: 10px;
}
#product-page .p-p-table-mini-h td,
#product-page .p-p-table-mini-h td
{
    font-size: 14px;

    width: 50%;
    padding: 0 0 4px;
}
#product-page .p-p-table-mini-h tr:first-child td.p-p-table-common-title
{
    padding-top: 0;
}
#product-page .p-p-table-mini-h td.p-p-table-common-title
{
    padding-top: 20px;

    color: #727272;
}
#product-page .p-p-dotted-mini-h,
.one-click-wrapper .p-p-dotted-mini-h
{
    display: block;

    width: 100%;
    padding-right: 20px;

    border-bottom: 1px #a7a7a7 dotted;
}
#product-page .p-p-white-mini-h,
.one-click-wrapper .p-p-white-mini-h
{
    position: relative;
    bottom: -1px;

    background: #fff;
}
#product-page .val-mini-h,
.one-click-wrapper .val-mini-h
{
    position: relative;
    bottom: -1px;
}
#product-page .p-p-table-common-title span,
.one-click-wrapper .p-p-table-common-title span
{
    font-size: 14px;

    padding-bottom: 8px;

    text-transform: uppercase;

    color: #727272;
}
#product-page .p-p-table-mini-h td:first-child,
.one-click-wrapper .p-p-table-mini-h td:first-child
{
    color: #a7a7a7;
}
#product-page .p-p-table-mini-h td:last-child,
.one-click-wrapper .p-p-table-mini-h td:last-child
{
    color: #727272;
}
#product-page .p-p-info
{
    padding-bottom: 26px;
}
#product-page .p-p-tabs
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0 0 0 1px;

    list-style: none;
}
#product-page .p-p-li-tabs
{
    font-size: 16px;
    font-weight: 700;

    position: relative;

    margin-left: -1px;
    padding: 10px 30px;

    cursor: pointer;

    border-top: 1px #f6f6f6 solid;
    border-right: 1px #eee solid;
    border-left: 1px #eee solid;
    background: #f6f6f6;
}
#product-page .p-p-li-tabs:first-child
{
    border-left-color: #f6f6f6;
}
#product-page .p-p-li-tabs:last-child
{
    border-right-color: #f6f6f6;
}
#product-page .p-p-li-tabs.current
{
    z-index: 2;

    color: #2c99ff;
    border-top-color: #2c99ff;
    background: #fff;
}
#product-page .p-p-box
{
    display: none;

    padding: 30px 0 16px;
}
#product-page .p-p-box.visible
{
    display: block;
}
#product-page .p-p-section
{
    margin-bottom: 30px;

    border-bottom: 1px #eee solid;
}
#product-page .p-p-block-conditions
{
    font-size: 14px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: none;
    margin-right: -20px;
    padding-bottom: 20px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#product-page .item-conditions
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 33.333333%;
    padding-right: 20px;
    padding-bottom: 10px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#product-page .img-conditions
{
    padding-right: 4px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
#product-page .img-conditions img
{
    vertical-align: top;
}
.wrapper-dialog #product-page .block-special-offer
{
    margin-bottom: -1px;
}
#product-page .block-special-offer
{
    font-size: 14px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 30px;
    padding: 20px 0;

    border-top: 1px #eee solid;
    border-bottom: 1px #eee solid;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#product-page .img-special-offer
{
    padding-right: 7px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
#product-page .img-special-offer img
{
    vertical-align: top;
}
#product-page .block-buy
{
    overflow: hidden;

    padding-bottom: 20px;
}
#product-page .item-b-b
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: none;
    margin-right: -25px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#product-page .out-buyOneClick,
#product-page .quantity-unit
{
    margin: 0 25px 20px 0;
}
#product-page .item-b-b .btn
{
    min-width: 120px;
    margin: 0 25px 20px 0;
}
#product-page .txt-order-now
{
    color: #ff5756;
}
#product-page .block-specifications
{
    overflow: hidden;

    padding-bottom: 20px;
}
#product-page .title-specifications,
#product-page .product-offers_pname
{
    font-size: 12px;

    padding-bottom: 5px;

    color: #333;
}
#product-page .product-offers_pname{
    display: block;
}
#product-page .to-all-characteristic
{
    font-size: 14px;
}
#product-page .brief-characteristic
{
    padding-bottom: 30px;

    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#product-page .title-t-s-n
{
    font-size: 12px;

    padding-bottom: 10px;

    color: #b3b3b3;
}
#product-page .list-t-s-n
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#product-page .item-t-s-n
{
    overflow: hidden;

    margin-right: 10px;

    border-radius: 50%;
}
#product-page .to-social-network
{
    overflow: hidden;

    padding-bottom: 20px;
}
#product-page .item-t-s-n img
{
    vertical-align: top;
}
#product-page .right-p-i
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
#product-page .p-p-gallery
{
    position: relative;

    padding-bottom: 20px;
}
#product-page .list-specifications
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 26px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#product-page .multioffers{
    padding-bottom: 26px;
}
#product-page .radio-specification
{
    position: absolute;

    display: block;
    visibility: hidden;

    width: 0;
    height: 0;
}
#product-page .btn-specification
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 0 8px;

    cursor: pointer;

    color: #727272;
    border: 1px #727272 solid;
    border-radius: 2px;
}
#product-page .label-specification
{
    padding: 0 8px 8px 0;
}
#product-page .radio-specification:checked + .btn-specification
{
    color: #fff;
    border-color: #3499f6;
    background: #3499f6;
}
#product-page .list-specifications
{
    max-width: none;
    margin-right: -8px;
}
#product-page .p-p-info .block-stock
{
    font-size: 16px;
}
#product-page .status-stock
{
    display: inline-block;

    cursor: pointer;
    vertical-align: top;

    padding-bottom: 30px;
}
div.rs-not-avaliable .in-stock
{
    display: none !important;
}
#product-page .status-stock span
{
    display: inline-block;

    vertical-align: middle;
}
#product-page .p-p-info .status-stock:before
{
    display: inline-block;

    width: 11px;
    height: 8px;
    margin-right: 4px;

    content: '';
    vertical-align: middle;

    background: url(/templates/ecats_theme/resource/img/product-cart/stock.png) 50% 50% no-repeat;
}
#product-page  .p-p-info .not-available
{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray; /* IE 6-9 */
}
#product-page .block-r-a
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#product-page .page-product-day
{
    position: relative;

    overflow: hidden;

    width: 232px;
    margin-bottom: 36px;
}
#product-page .page-product-day .end-product-day
{
    font-size: 20px;
    font-weight: 700;

    position: absolute;
    z-index: 3;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    text-align: center;

    color: #ff5357;
    background: rgba(255, 255, 255, .75);

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.close-product-day .end-product-day,
.close-product-day .timer-product-day
{
    display: none;
}
#product-page .title-product-day
{
    font-size: 12px;

    padding-bottom: 4px;

    color: #333;
}
#product-page .p-p-info .timer-product-day
{
    padding-top: 0;
}
#product-page .product-gallery-thumb
{
    max-width: none;
    margin: 0;
}
#product-page .in-item-p-g-th
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    width: 100px;
    height: 100px;

    cursor: pointer;

    border: 1px #a7a7a7 solid;
    border-radius: 2px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#product-page .slick-current .in-item-p-g-th,
#product-page .in-item-p-g-th:hover
{
    border-color: #237acc;
}
#product-page .item-p-g-th
{
    padding: 0 15px;
}
#product-page .in-item-p-g-th img
{
    display: block;

    margin: 0 auto;
}
#product-page .p-p-info .card-label
{
    position: absolute;
    z-index: 2;
    top: 0;
    top: 10px;
    left: 0;
    left: 10px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.comments .stars-block i
{
    display: block;
    float: left;

    width: 20px;
    height: 15px;

    cursor: pointer;

    background: url(/templates/ecats_theme/resource/img/product-cart/star.svg) top left repeat-x;
}
.comments .stars-block i.active
{
    background: url(/templates/ecats_theme/resource/img/product-cart/star-active.svg) top left repeat-x;
}
.comments .stars-block i.active
{
    background-position: -99px 0;
}
.comments .stars-desc
{
    font-size: 12px;
    font-weight: normal;

    float: right;

    color: #666;
}
.comments .stars-label
{
    width: 285px;
}
.form-group .label-sup
{
    font-size: 14px;

    display: block;

    margin: 0 0 10px;
}
.comments .stars-block
{
    overflow: hidden;

    width: 100px;
    margin: 21px 0 0 5px;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td
{
    border-top: 0;
}
.rs-warehouse-row .stick-wrap .stick.filled
{
    background-color: #2c99ff;
}
.rs-warehouse-row .stick-wrap .stick:first-child
{
    margin-left: 0;
}
.rs-warehouse-row .stick-wrap .stick
{
    display: inline-block;

    width: 14px;
    height: 14px;
    margin-left: 6px;

    vertical-align: bottom;

    background: #ebebeb none repeat scroll 0 0;
}
#product-page .tab-content_table_existence .link-more
{
    padding: 4px 25px;
}
.rs-warehouse-row .stick-wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rs-warehouse-row .rs-stick-empty
{
    display: none;
}
.rs-warehouse-row.rs-warehouse-empty .stick-wrap
{
    display: none;
}
.rs-warehouse-row.rs-warehouse-empty .rs-stick-empty
{
    display: block;
}
.block-cheaper
{
    font-size: 14px;
    line-height: 29px;
}
.block-price-left
{
    min-width: 190px;
    padding-right: 20px;

    text-transform: uppercase;
}
.product-gallery-thumb .slick-prev
{
    left: 0;
}
.product-gallery-thumb .slick-next
{
    right: 0;
}
.product-gallery-thumb .slick-list
{
    max-width: none;
    margin-right: -15px;
    margin-left: -15px;
}
#product-page .richtext-special-offer *:last-child
{
    margin-bottom: 0;
    padding-bottom: 0;
}
#product-page .card-ticket
{
    top: 20px;
    right: 20px;
}
.comment-list
{
    margin: 25px 0;
}
.comment-list .comment-row
{
    margin-bottom: -1px;
    padding: 15px 0;

    border-color: #eee;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.comment-list p
{
    padding-bottom: 0;
}
.comment-list .nav-tabs_review_wrapper
{
    font-weight: bold;
}
.comment-list .nav-tabs_review
{
    margin-top: 8px;
}
.comment-list .nav-tabs_review_autor small
{
    font-size: 14px;

    color: #727272;
}
.nav-tabs_rating-star
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nav-tabs_rating
{
    font-size: 12px;
    font-weight: bold;

    margin-top: 25px;
}
#product-page .nav-tabs_rating .default-c-r
{
    margin-right: 5px;
}
.nav-tabs_rating_title
{
    margin-bottom: 10px;
}
.comments_form textarea[name=message]
{
    width: 100%;
    height: 152px;
    margin-top: 25px;
}
.comments_form input[type=text]
{
    border: 1px solid #d8d8d8;
}
.comments_form .already
{
    font-size: 14px;

    margin-top: 10px;
}
.tab-content_table_existence td
{
    border-bottom: 1px solid #eee;
}
.rs-warehouse-row td
{
    border-bottom: 1px solid #eee;
}

.rs-warehouse-row:last-child td
{
    border-bottom: 0;
}
.files-product
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: none;
    margin-right: -30px;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.file-product
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 20%;
    padding: 0 30px 15px 0;
}
.file-mime
{
    width: 64px;
    height: 64px;
    margin-right: 10px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-size: contain!important;
}
.image-gif
{
    background: url(/templates/ecats_theme/resource/img/mime/gif.png) center no-repeat;
}
.image-png
{
    background: url(/templates/ecats_theme/resource/img/mime/png.png) center no-repeat;
}
.application-octet-stream
{
    background: url(/templates/ecats_theme/resource/img/mime/rar.png) center no-repeat;
}
.application-zip
{
    background: url(/templates/ecats_theme/resource/img/mime/zip.png) center no-repeat;
}
.image-jpeg
{
    background: url(/templates/ecats_theme/resource/img/mime/jpg.png) center no-repeat;
}
.audio-mp3
{
    background: url(/templates/ecats_theme/resource/img/mime/mp3.png) center no-repeat;
}
.application-vnd-openxmlformats-officedocument-wordprocessingml-document
{
    background: url(/templates/ecats_theme/resource/img/mime/word.png) center no-repeat;
}
.text-plain
{
    background: url(/templates/ecats_theme/resource/img/mime/text.png) center no-repeat;
}
.application-pdf
{
    background: url(/templates/ecats_theme/resource/img/mime/pdf.png) center no-repeat;
}
.file-product .block-center
{
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.quantity
{
    position: relative;

    width: 130px;
    height: 40px;
}
.rs-field-amount
{
    width: inherit;
    height: inherit;

    text-align: center;

    border: 0;
    border-radius: 4px;
    background: #eee;
}
.quantity-up,
.quantity-down
{
    font-size: 21px;
    font-weight: bold;

    cursor: pointer;
}
.quantity-button
{
    position: absolute;
    top: 0;
}
.quantity-up
{
    top: 6px;
    right: 10px;
}
.quantity-down
{
    top: 6px;
    left: 10px;
}
.quantity input[type=text]
{
    border: 0;
}
.block-buy .quantity
{
    margin: 0 25px 20px 0;
}
.buyOneClick
{
    cursor: pointer;
    text-decoration: underline;

    color: #2c99ff;
}
#product-page .p-p-tabs.tabs-hidden
{
    display: none;
}
#product-page .p-p-tabs.tabs-hidden + .p-p-tabs-content .p-p-box.visible
{
    padding-top: 0px;
}
#product-page .tab-content_table_existence td:first-child
{
    padding-left: 0;
}
#product-page .tab-content_table_existence td:last-child
{
    padding-right: 0;
}
#product-page .product-offers_item{
    padding-bottom: 20px;
}
#product-page .product-offers_item:last-child{
    padding-bottom: 0;
}
#product-page .product-offers_title{
    padding-bottom: 4px;
}
.level-type-color, .level-type-image
{
    display: flex;
    flex-wrap: wrap;
}
.level-type-color input[type="radio"],
.level-type-image input[type="radio"]
{
    display: none;
}
.level-type-color label
{
    width: 32px;
    height: 32px;
}
.level-type-image label
{
    width: 60px;
    height: 60px;
}
.level-type-color label,
.level-type-image label
{
    display: block;
}
.level-type-color label:hover,
.level-type-image label:hover
{
    border: 2px solid #fff;
}
.quick_view_product
{
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: rgba(229,229,229,.9);
    text-decoration: none;
    border-radius: 2px;
    position: absolute;
    margin-left: -75px;
    margin-top: -20px;
    line-height: 36px;
    cursor: pointer;
    color: #666;
    opacity: 0;
    z-index: 2;
    left: 50%;
    top: 50%;
    font-size: 13px;
    width: inherit;
    padding: 0px 10px;
}
.item-card:hover .quick_view_product
{
    opacity: 1;
}
.item-card .card .card-image
{
    position: relative;
}
#view-list .quick_view_product
{
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
}
#view-list .quick_view_product:after
{
    content: "";
    width: inherit;
    height: inherit;
    background: url(/templates/ecats_theme/resource/./img/product-cart/increase.png) center center no-repeat;
    display: block;
    margin-left: -10px;
    opacity: .8;
}
.wrapper-dialog .mfp-close
{
    margin: 10px 10px 0px 0px;
    font-size: 50px;
}
.wrapper-dialog #product-page .p-p-section
{
    border-bottom: 0px;
}
div.wrapper-dialog
{
    width: 817px;
    height: 725px;
}
.wrapper-dialog #product-page .block-r-a
{
    display: block;
}
.wrapper-dialog #product-page .p-p-artikul
{
    margin-top: 10px;
}
.wrapper-dialog #product-page .p-p-info .status-stock
{
    padding-bottom: 15px;
}
.wrapper-dialog .scrollbar-inner
{
    height: 610px;
}
.wrapper-dialog #product-page .page-product-day
{
    margin-bottom: 20px;
}
.wrapper-dialog #product-page .block-specifications
{
    padding-bottom: 0px;
    margin-bottom: -10px;
}
.wrapper-dialog #product-page .item-b-b
{
    flex-wrap: wrap;
}
.wrapper-dialog__footer
{
    height: 64px;
    line-height: 64px;
    display: inline-block;
    width: 100%;
    background-color: #f7f7f7;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.25);
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.wrapper-dialog h1
{
    width: 95%;
}
.wrapper-dialog__title
{

}
.wrapper-dialog #product-page .brief-characteristic
{
    border-top: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 15px;
}
.wrapper-dialog #product-page .block-buy
{
    padding-bottom: 10px;
}
.wrapper-dialog #product-page .to-social-network
{
    padding-top: 15px;
    padding-bottom: 0px;
}
.property-hidden
{
    display: none;
}
.wrapper-dialog #product-page .p-p-info .not-available
{
    display: none;
}
.to-all-property-dialog
{
    font-size: 14px;
}
.wrapper-dialog .description
{
    padding: 15px 0px;
    border-top: 1px solid #eee;
}
.read-more-desc,
.to-all-property-dialog
{
    text-decoration: underline;
    cursor: pointer;
    margin-top: 10px;
    display: block;
}
.wrapper-dialog #desct-box, .wrapper-dialog .brief-characteristic
{

}
.wrapper-dialog .desct-truncate-close
{
    overflow: hidden; height: 39px;
    position: relative;
}
.wrapper-dialog .desct-truncate-close:after
{
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 33.333333%;
    height: 14px;
    content: '';
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255,255,255,0)), color-stop(80%, #fff));
    background: linear-gradient(to right, rgba(255,255,255,0) 20%, #fff 80%);
}
.wrapper-dialog #product-page .p-p-block-conditions
{
    width: 100%;
    padding-top: 15px;
    margin-bottom: -15px;
    border-top: 1px solid #eee;
}
.nullComplects {
    opacity: .5;
}
.rs-reserve
{
    display: block;
    width: 130px;
}
.rs-forced-reserve .buy-now, .rs-not-avaliable.rs-can-be-reserved .rs-unobtainable, .rs-unobtainable, .rs-not-avaliable .buy-now, .rs-not-avaliable .rs-buy-one-click {
    display: none !important;
}
.rs-not-avaliable .rs-unobtainable, .wrapper-dialog .rs-not-avaliable .not-available, .rs-forced-reserve .rs-reserve, .rs-not-avaliable.rs-can-be-reserved .rs-reserve {
    display: block !important;
}
.rs-reserve, .rs-multi-complectations .rs-reserve {
    display: none;
}
.slick-disabled
{
    opacity: .6 !important;
}
#up-cart {
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;
    margin: -115px 0 0 -220px;
    border: 2px solid;
    width: 440px;
    padding: 0 20px 0px;
    background: #fff;
}
.title-up-cart {
    text-align: center;
    font-size: 24px;
    padding: 15px 0;
}
.block-btn-up-cart {
    padding-bottom: 15px;
    overflow: hidden;
}
.kuc-left {
    float: left;
}
.kuc-right {
    float: right;
}
.block-btn-up-cart {
    text-align: center;
}
.btn-up-cart {
    width: 148px;
    height: 31px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    width: 154px;
    margin: 0;
}
.btn-up-cart span {
    color: #fff;
    padding-top: 8px;
    text-shadow: 0 1px 0 rgba(47, 47, 47, 0.3);
    display: block;
    text-align: center;
    font-size: 14px;
}
.image-up-cart {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: 100px;
}
.txt-up-cart {
    display: inline-block;
    vertical-align: middle;
    width: 270px;
}
.product-up-cart {
    padding-bottom: 15px;
    overflow: hidden;
}
#close-up-cart
{
    color: #333 !important;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}
.btn-exists-cart,
.exists-cart .btn-no-exists-cart,
.exists-cart .rs-product-amount,
.exists-cart .quantity-unit
{
    display: none !important;
}
.exists-cart .btn-exists-cart
{
    display: block !important;
}
#product-page .block-buy.disallow_manually_add_to_cart
{
    padding-bottom: 10px;
    margin-top: -35px;
}
.rs-forced-reserve .block-buy
{
    margin-top: -25px;
}
.wrapper-dialog .rs-forced-reserve .block-buy
{
    margin-top: 0px;
}
#product-gallery-thumb
{
    opacity: 0;
}
@media screen and (max-width: 1559px)
{
    #product-page .in-item-p-g-th {
        width: 104px;
        height: 104px;
    }
    #product-page .product-gallery-full a
    {
        height: 368px;
    }
    #product-page .p-p-r-a-b
    {
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
    #product-page .list-specifications
    {
        padding-bottom: 0;
    }
    .product-day .quick_view_product
    {
        line-height: 1.6;
        padding: 10px 0px;
    }
    .wrapper-dialog #product-page .list-specifications
    {
        padding-bottom: 15px;
    }
    #product-page .item-b-b
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    #product-page .file-product
    {
        width: 33.333333%;
    }
    #top-index .product-day .item-card
    {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 1229px)
{
    #product-page .out-p-p-gallery,
    #product-page .out-p-i
    {
        width: 50%;
    }
    #product-page .p-i_item
    {
        width: 100%;
    }
    #product-page .left-p-i
    {
        padding-bottom: 20px;
    }
    #product-page .product-gallery-full a
    {
        height: 480px;
    }
    .wrapper-dialog .scrollbar-inner {
        height: 612px;
    }
}
@media screen and (max-width: 1023px)
{
    #product-page .in-item-p-g-th
    {
        width: 82px;
        height: 82px;
    }
    #product-page .product-gallery-full a
    {
        height: 304px;
    }
    #product-page .out-p-p-gallery
    {
        width: 41.66666%;
    }
    #product-page .out-p-i
    {
        width: 58.333333%;
    }
    #product-page .file-product
    {
        width: 50%;
    }
}
@media screen and (max-width: 799px)
{
    #product-page .product-gallery-full a
    {
        height: 288px;
    }
    #product-page .in-item-p-g-th
    {
        width: 77px;
        height: 77px;
    }
    #product-page .file-product
    {
        width: 100%;
    }
    #product-page .p-p-tabs
    {
        padding-top: 1px;
    }
    #product-page .file-mime
    {
        width: 32px;
        height: 32px;
    }
}
@media screen and (max-width: 767px)
{
    .tab-content_table_existence td:nth-child(4)
    {
        display: none;
    }
    #product-page .out-p-p-gallery,
    #product-page .out-p-i
    {
        width: 100%;
    }
    #product-page .out-p-p-gallery
    {
        padding-bottom: 20px;
    }
    #product-page .in-item-p-g-th
    {
        width: 90px;
        height: 90px;
    }
    #product-page .default-c-r
    {
        margin-right: 30px;
    }
    #product-page .p-p-li-tabs{
        text-align: center;
        width: 100%;
        padding: 10px;
    }
    .wrapper-dialog .scrollbar-inner {
        height: 185px;
    }
}
@media screen and (max-width: 599px)
{
    .quick_view_product
    {
        display: none;
    }
    #product-page .richtext-special-offer,
    .tab-content_table_existence td:nth-child(2),
    .tab-content_table_existence td:nth-child(4)
    {
        display: none;
    }
    #product-page .item-b-b
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .rs-warehouse-row .stick-wrap .stick
    {
        width: 10px;
        height: 10px;
    }
    #product-page .p-p-li-tabs{
        padding: 6px 8px;
        font-weight: normal;
        font-size: 14px;
    }
}
@media screen and (max-width: 479px)
{
    #product-page .in-item-p-g-th
    {
        width: 77px;
        height: 77px;
    }
    #product-page .p-p-block-price
    {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .block-price-left
    {
        min-width: 0;
    }
    #product-page .item-b-b .btn
    {
        margin-right: 25px;
    }
    #product-page .block-r-a
    {
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
    #product-page .default-c-r
    {
        margin: 0 0 20px;
    }
    #product-page .item-conditions
    {
            flex-direction: column;

        text-align: center;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    #product-page .img-conditions
    {
        padding: 0 0 4px;
    }
    #product-page .p-p-li-tabs
    {
        width: 100%;
        padding: 10px 20px;
    }
    .p-p-tabs-content .h1
    {
        font-size: 16px;
    }
    .rs-warehouse-row .stick-wrap .stick
    {
        width: 8px;
        height: 8px;
    }
    #product-page .p-p-li-tabs
    {
        width: 100%;
        margin-top: -1px;
        padding: 10px 15px;

        text-align: center;

        border: 1px #333 solid;
    }
    #product-page .p-p-li-tabs:first-child
    {
        border-left-color: #333;
    }
    #product-page .p-p-li-tabs:last-child
    {
        border-right-color: #333;
    }
    #product-page .p-p-tabs{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    #product-page .p-p-li-tabs{
        width: 50%;
    }
    .wrapper-dialog .scrollbar-inner {
        height: 177px;
    }
}

#about-index{
	padding-bottom: 40px;
}
@media screen and (max-width: 767px)
{
	.in-a-i{
		flex-direction: column;
	}
	.left-in-a-i{
		text-align: center;
		padding-bottom: 20px;
	}
	.left-in-a-i,
	.right-in-a-i{
		width: 100%;
	}
}
#article-index
{
    padding-bottom: 40px;
}
#article-index .item-article-i
{
    position: relative;

    display: block;

    text-decoration: none;

    color: #333;
    border: 1px #dadada solid;
}
#article-index .item-article-i:hover
{
    border-color: #2c99ff;
}
#article-index .item-article-i:hover .title-i-a-i
{
    color: #0383fb;
}
#article-index .item-article-i.first-i-a-i:hover .title-i-a-i
{
    color: #fff;
}
#article-index .title-i-a-i
{
    font-size: 14px;
    font-weight: 700;

    position: relative;

    overflow: hidden;

    height: 51px;
    margin-bottom: 16px;
}
#article-index .first-i-a-i .info-i-a-i
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;

    color: #fff;
}
#article-index .first-i-a-i:after
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0,0,0,.6);
}
#article-index .first-i-a-i:hover:after
{
    background-color: rgba(0,0,0,.5);
}
#article-index .date-i-a-i
{
    font-size: 12px;

    padding-bottom: 18px;
}
#article-index .img-i-a-i
{
    height: 228px;
    position: relative;
    overflow: hidden;
}
#article-index .first-i-a-i .img-i-a-i{
    height: 487.99px;
}
#article-index .img-i-a-i img
{
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#article-index .item-article-i:hover .img-i-a-i img
{
    opacity: .9;
}
#article-index .info-i-a-i
{
    padding: 26px 12px 32px;
}
#article-index .contant-i-a-i
{
    font-size: 14px;

    position: relative;

    overflow: hidden;

    height: 102px;
}
#article-index .contant-i-a-i:after
{
    content: '';
}
#article-index .all-article-index
{
    padding-left: 20px;
}
#article-index .all-article-index a
{
    font-size: 14px;

    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
#article-index .all-article-index a:hover
{
    color: #ff5854;
}
#article-index .top-article-index
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 20px;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#article-index .top-article-index h2
{
    padding-bottom: 0;
}
#article-index .title-i-a-i:after
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 50%;
    height: 17px;

    content: '';

    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255,255,255,0)), color-stop(80%, #fff));
    background: linear-gradient(to right, rgba(255,255,255,0) 20%, #fff 80%);
}
#article-index .contant-i-a-i:after
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 100%;
    height: 17px;

    content: '';

    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255,255,255,0)), color-stop(80%, #fff));
    background: linear-gradient(to right, rgba(255,255,255,0) 20%, #fff 80%);
}
#article-index .first-i-a-i .title-i-a-i:after,
#article-index .first-i-a-i .contant-i-a-i:after
{
    display: none;
}
#article-index .first-i-a-i .title-i-a-i
{
    height: auto;
    max-height: 57px;
    font-size: 16px;
}
#article-index .first-i-a-i .contant-i-a-i
{
    height: auto;
    max-height: 102px;
}

@media screen and (max-width: 1559px)
{
	.article-index_item{
		width: 20%;
	}
	.first-article-index_item{
		width: 40%;
	}
	#article-index .first-i-a-i .img-i-a-i{
	    height: 448px;
	}
	#article-index .info-i-a-i{
    	padding: 20px 12px 24px;
	}
	#article-index .img-i-a-i{
		height: 203px;
	}
}
@media screen and (max-width: 1229px)
{
	.article-index_item{
		width: 25%;
	}
	.first-article-index_item {
	    width: 50%;
	}
	#article-index .first-i-a-i .img-i-a-i {
	    height: 480px;
	}
	#article-index .info-i-a-i {
	    padding: 26px 12px 32px;
	}
	#article-index .img-i-a-i {
	    height: 221px;
	}
}
@media screen and (max-width: 1023px)
{
	.article-index_item{
		width: 33.333333%;
	}
	.first-article-index_item {
	    width: 66.666666%;
	}
	#article-index .first-i-a-i .img-i-a-i{
		height: 501.99px;
	}
	#article-index .img-i-a-i {
	    height: 243px;
	}
}
@media screen and (max-width: 799px)
{
	#article-index .first-i-a-i .img-i-a-i{
		height: 482px;
	}
	#article-index .info-i-a-i {
	    padding: 20px 12px 24px;
	}
	#article-index .img-i-a-i {
	    height: 237px;
	}
}
@media screen and (max-width: 767px)
{
	.article-index_item:nth-child(n+3){
		display: none;
	}
	.first-article-index_item,
	.article-index_item{
		width: 50%;
	}
}
@media screen and (max-width: 599px)
{
	.article-index_item:nth-child(n+2){
		display: none;
	}
	.first-article-index_item{
		width: 100%;
	}
	#article-index .first-i-a-i .img-i-a-i {
    	height: 448px;
	}
}
@media screen and (max-width: 479px)
{
	#article-index .first-i-a-i .img-i-a-i {
    	height: 288px;
	}	
}
#news-index
{
    padding-bottom: 40px;
}
#news-index .item-news-i
{
    position: relative;

    display: block;

    text-decoration: none;

    color: #333;
    border: 1px #dadada solid;
}
#news-index .item-news-i:hover
{
    border-color: #0383fb;
}
#news-index .item-news-i:hover .title-i-n-i{
    color: #0383fb;
}
#news-index .title-i-n-i
{
    font-size: 14px;
    font-weight: 700;

    position: relative;

    overflow: hidden;

    height: 51px;
    margin-bottom: 10px;
}
#news-index .date-i-n-i
{
    font-size: 12px;

    padding-bottom: 18px;
}
#news-index .img-i-n-i
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}
#news-index .item-news-i:hover .img-i-n-i img{
    opacity: 0.9;
}
#news-index .info-i-n-i
{
    padding: 26px 12px 32px;
}
#news-index .contant-i-n-i
{
    font-size: 14px;

    position: relative;

    overflow: hidden;

    height: 102px;
}
#news-index .contant-i-n-i:after
{
    content: '';
}
#news-index .all-news-index
{
    padding-left: 20px;
}
#news-index .all-news-index a
{
    font-size: 14px;

    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
#news-index .all-news-index a:hover{
    color: #ff5854;
}
#news-index .top-news-index
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 20px;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#news-index .top-news-index h2
{
    padding-bottom: 0;
}
#news-index .title-i-n-i:after
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 50%;
    height: 17px;

    content: '';

    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255,255,255,0)), color-stop(80%, #fff));
    background: linear-gradient(to right, rgba(255,255,255,0) 20%, #fff 80%);
}
#news-index .contant-i-n-i:after{
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 100%;
    height: 17px;

    content: '';

    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255,255,255,0)), color-stop(80%, #fff));
    background: linear-gradient(to right, rgba(255,255,255,0) 20%, #fff 80%);
}
@media screen and (max-width: 1560px)
{
	.news-index_item:last-child{
		display: none;
	}
	.news-index_item{
		width: 20%;
	}
}
@media screen and (max-width: 1229px)
{
	.news-index_item:nth-child(n+5){
		display: none;
	}
	.news-index_item{
		width: 25%;
	}
}
@media screen and (max-width: 1023px)
{
	.news-index_item:nth-child(n+4){
		display: none;
	}
	.news-index_item{
		width: 33.333333%;
	}
}
@media screen and (max-width: 767px)
{
	.news-index_item:nth-child(n+3){
		display: none;
	}
	.news-index_item{
		width: 50%;
	}
}
@media screen and (max-width: 599px)
{
	.news-index_item:nth-child(n+2){
		display: none;
	}
	.news-index_item{
		width: 100%;
	}
}
#brends-block
{
    margin-bottom: 40px;
    padding: 30px 0;

    background-color: #f5f5f5;
}
#brand-block .mainImage
{
    margin-bottom: 15px;
}
#brends-block .slides-b-b .slick-slide
{
    padding: 0 15px;

    text-align: center;
}
#brends-block .in-brends-block
{
    padding: 40px 0;
}
#brends-block .slick-slide img
{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray; /* IE 6-9 */
}
#brends-block .slick-slide a:hover img
{
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none; /* IE 6-9 */
}
.catalog-table .card {
    background-color: #fff;
    margin: 0 auto 29px;
    overflow: hidden;
    position: relative;
    transition: ease-in-out 0.3s;
    width: 100%;
    max-width: 360px;
}
.catalog-table .card-category-mini {
    height: 212px;
}
.catalog-table .card:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    z-index: 10;
}
.catalog-table .card-category-mini .card-image {
    line-height: 135px;
    padding: 10px 0;
    transition: ease-in-out 0.3s;
}
.catalog-table .card-image {
    overflow: hidden;
}
.catalog-table .card-category-mini .card-image img {
    max-width: 90%;
}
.catalog-table .card-category-mini .card-text {
    bottom: 0;
    max-width: 100%;
    padding: 10px 15px;
    position: absolute;
    height: 57px;
}
.catalog-table .card-text {
    background-color: #fff;
    box-shadow: 0 0 30px 5px #fff;
    width: 100%;
}
.catalog-table .card-category-mini .card-text span {
    display: block;
    font-family: "UbuntuLight";
    font-size: 19.5px;
    letter-spacing: .2px;
    line-height: 1;
    max-height: 45px;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .catalog-table .col-lg-3 {
        width: 25%;
    }
}
.brand-category_list {
    list-style: none;
    -webkit-column-width: 300px;
    -moz-column-width: 300px;
    column-width: 300px;
}

#policy-bottom
{
    position: fixed;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 20px 0;

    color: #fff;
    background-color: rgba(0,0,0,0.8);
    z-index: 997;
}
#policy-bottom .in-policy-bottom
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#policy-bottom .ok-in-p-b
{
    padding: 4px 10px;

    cursor: pointer;

    border: 1px #fff solid;
    border-radius: 2px;
}
#policy-bottom .txt-in-p-b
{
    padding-right: 20px;
}
#policy-bottom .txt-in-p-b a
{
    color: #fff;
}
#policy-bottom .txt-in-p-b a:hover
{
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 479px)
{
    #policy-bottom .txt-in-p-b{
    	font-size: 12px;
    }
}
/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.rs-dialog .mfp-content {
    background: #fff;
    padding: 10px 15px 15px;
    position: relative;
}
.rs-dialog .changePaymentWrapper {
    min-width: 255px;
    max-width: 100%;
}
.changePaymentWrapper {
    position: relative;
    padding: 15px;
}
.rs-dialog .changePaymentWrapper .h2 {
    margin-top: 0;
}
.rs-dialog .changePaymentWrapper input, .rs-dialog .changePaymentWrapper select {
    max-width: none;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    max-width: 100%;
    cursor: auto;
}
.mfp-content .formSave
{
    font-size: 16px;
    line-height: 42px;
    display: block;
    min-width: 130px;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    background-color: #2c99ff;
    border-radius: 2px;
    border: 0px;
    display: block;
    margin: 15px 0 0;
    transition: ease-in-out 0.3s;
    color: #fff;
    text-decoration: none;
    margin: 20px auto 0px;
}
.mfp-content .formSave:hover {
    color: #fff;
}
.mfp-content .pageError
{
    color: red;
}

.rs-dialog .feedbkFormName,
.rs-dialog .h2
{
    font-size: 22px;
    font-weight: bold;

    text-align: center;
}
.rs-dialog .pageError p
{
    padding: 0;

    text-align: center;
}
.rs-dialog .policy-agreement
{
    font-size: 14px;

    width: 100%;
    margin: auto;
    padding-bottom: 10px;

    text-align: center;
}

.rs-dialog .formSave,
.rs-dialog .link-more
{
    margin: auto;
}
.rs-dialog .reserve-form .link-more
{
    margin: inherit;
}
.rs-dialog .formTable
{
    width: 100%;
    margin-bottom: 0;
}
.rs-dialog .feedbkForm
{
    width: 90%;
    margin: auto;
}
.rs-dialog .mfp-content .formSave
{
    line-height: 25px;
}
.article_category-content .feedbkForm
{
    padding: 20px 35px;

    border: 1px solid #d9d9d9;
    background: #fbfbfb;
}
.article_category-content .feedbkForm input[type=text]
{
    margin-bottom: 30px;
}
.article_category-content .feedbkForm textarea
{
    height: 140px;
    margin-bottom: 10px;

    resize: none;
}
.article_category-content .feedbkForm .policy-agreement
{
    font-size: 14px;

    text-align: center;
}
.article_category-content .feedbkForm .formSave
{
    margin: auto;
}
.article_category-content .feedbkForm .success
{
    color: green;
}
.article_category-content .feedbkForm .feedbkFormName
{
    font-size: 22px;
    font-weight: bold;

    text-align: center;
}
.article_category-content .feedbkForm .pageError
{
    font-size: 14px;

    color: red;
}
.article_category-content .feedbkForm .pageError p
{
    padding-bottom: 5px;
}
.rs-dialog .form__menu_buttons .quantity
{
    position: relative;

    width: 110px;
    height: 40px;
    margin: 1px 10px 0 0;
}
.rs-dialog .rs-field-amount
{
    width: inherit;
    height: inherit;

    text-align: center;

    border: 0;
    border-radius: 4px;
    background: #eee;
}
.rs-dialog .quantity-up
{
    top: 6px;
    right: 10px;
}
.quantity-button
{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.rs-dialog .quantity-button
{
    position: absolute;
}
.rs-dialog .quantity-down
{
    top: 6px;
    left: 10px;
}
.quantity-up,
.quantity-down
{
    font-size: 21px;
    font-weight: bold;

    cursor: pointer;
}
.reserv-block_nav
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-form
{
    font-size: 15px;

    padding: 10px 0;

    text-align: center;
    text-decoration: underline;
}
.text-form
{
    font-size: 15px;

    text-align: center;
}
@media screen and (max-width: 1559px)
{
	.article_category-content .feedbkForm{
	    padding: 15px 20px;
	}
}
@media screen and (max-width: 479px)
{
	.rs-dialog .feedbkForm{
		width: 100%;
	}
}
.setting li
{
    padding-bottom: 0px;
}
.blockWizard .inner
{
    display: flex;
}
.blockWizard .inner ul
{
    list-style: none;
    display: flex;
    flex: auto;
    justify-content: center;
    align-items: center;
    padding: 0px 10px 0px;
}
.header-menu .module-wrapper
{
    min-height: 0;
    padding: 10px;
}
.header-menu .module-content
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}
.blockWizard
{
    padding: 10px;
    border: 1px dashed #ccc;
}
.blockWizard:hover
{
    border: 1px dashed #a0a0a0;
}
.blockWizard .title
{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: auto;
}
.blockWizard .title img
{
}
.setting .block-banner-slider,
.setting .block-banner-top
{
    width: 100%;
    height: 100%;

    display: flex;

    align-items: center;
    align-content: center;
    justify-content: center;

    overflow: auto;
}
.setting .block-banner-slider
{
    margin-top: 20px;
}
.setting ul.do
{
    display: block;
    line-height: 1.5;
}
.setting .do li
{
    display: block;
    margin-bottom: 5px;
}
.setting .do li:last-child
{
    margin-bottom: 0px;
}
div.setting .do img
{
    vertical-align: middle;
}
div.setting .do a
{
    text-decoration: underline !important;
}
.block-special
{
    margin-bottom: 30px;
}
.blockWizard.main-menu
{
    border: 0;
}
#menu .blockWizard.main-menu a
{
    color: #fff !important;
}
.blockWizard.block-feedback
{
    font-size: 14px;
}
.blockWizard.block-products_day
{

}
.blockWizard.block-user_image
{
    margin-bottom: 0px;
}
.description-category .blockWizard.block-user_image
{
    margin-bottom: 0px;
}
.blockWizard.block-infographics,
.blockWizard.block-news,
.blockWizard.block-article,
.blockWizard.department
{
    margin-bottom: 25px;
}
.slides-top .setting
{
    width: 100%;
    height: 100%;
}
.slides-top .setting .block-banner-slider
{
    margin-top: 0px;
}
.blockWizard.block-mainmenu
{
    font-size: 14px;
}
.width_1530 .setting .block-banner-top,
.width_1530 .setting .block-infographics,
.width_1530 .setting .block-special,
.width_1530 .setting .block-popular,
.width_1530 .setting .block-news,
.width_1530 .setting .block-article
{
    max-width: 1530px;
    margin: 10px auto;
}
.setting .block-banner-top .outer,
.setting .block-infographics .outer,
.setting .block-special .outer,
.setting .block-popular .outer,
.setting .block-news .outer,
.setting .block-article .outer
{
    width: 35%;
    text-align: left;
}
.setting .block-news
{

}
.setting .block-article
{

}
#small-banners-block .setting
{
    margin-bottom: 10px;
}
.setting .hint
{
    font-size: 12px;
    line-height: 1.5;
    margin-top: 5px;
}
.admin-style .ecats-selected-container
{
    padding: 10px 0;
    max-height: 600px;
    overflow: auto;
}
.admin-style .ecats-selected-container ul
{
    list-style: none;
}
.admin-style .ecats-selected-container ul
{
    padding: 0px;
}
.admin-style .ecats-selected-container .ecats-checkbox + label
{
    margin-top: -13px;
}
.admin-style .ecats-selected-container ul li
{
    background: #fff;
    margin-bottom: 10px;
}
.admin-style .ecats-selected-container .datetime
{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: space-evenly;
}
.admin-style .ecats-selected-container .datetime-group
{

}
.admin-style .ecats-selected-container .datetime-group-label
{

}
.admin-style .ecats-selected-container .product-group
{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    background: white;
    vertical-align: middle;
    padding: 10px 0px;
    margin-bottom: 5px;
    border: 1px dashed lightgrey;
    box-sizing: border-box;
}
.error-module-insert
{
    border: 1px dashed #ccc;
    padding: 10px;
    margin: 5px -1px 5px;
    font-size: 14px;
    background: #fff;
    font-weight: normal;
    color: #333;
}
.blockWizard.block-user_imagehtml
{
    margin-bottom: 5px;
}
.params-overridden
{
    background: #fff;
    border: 1px solid red;
    padding: 5px;
    margin: 10px 0px;
    color: #333;
}
.module-menu_all_cat
{
    display: none;
}
.width_1530 .module-infographics,
.width_1530 .module-breadcrumbs,
.width_1530 .module-onebaner_main,
.width_1530 .module-brandlist,
.width_1530 .module-main_news,
.width_1530 .module-main_article,
.width_1530 .module-subscribe_1
{
    width: 1530px;
    margin: 10px auto;
}
.admin-style .header-panel .fixed-tools .dropdown:hover .fxt-dropdown-menu
{
    max-width: initial;
}
.admin-style div.admin-section .product-group
{
    padding: 10px;
}
.admin-style div.admin-section .product-group .value
{
    width: 92%;
}
.container
{
    width: 1530px;
    margin: 0 auto;
}
@media screen and (max-width: 1559px)
{
    .in-article-index .col-xl-2:last-child
    {
        display: none;
    }
    .container
    {
        width: 1170px;
    }
    #left-content
    {
        width: 20%;
    }
    #right-content
    {
        width: 80%;
    }
    #view-list .card-block-price
    {
        margin-left: 0;
    }
}
@media screen and (max-width: 1229px)
{
    .article-index_item:nth-child(n+4)
    {
        display: none;
    }
    #right-content
    {
        width: 100%;
    }
    .container
    {
        width: 994px;
    }
}
@media screen and (max-width: 1023px)
{
    #site-header .header-menu
    {
        display: none!important;
    }
    .article-index_item:nth-child(n+3)
    {
        display: none;
    }
    .container
    {
        width: 771px;
    }
}
@media screen and (max-width: 799px)
{
    .container
    {
        width: 738px;
    }
}
@media screen and (max-width: 767px)
{
    .container
    {
        width: 570px;
    }
}
@media screen and (max-width: 599px)
{
    .container
    {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media screen and (max-width: 479px)
{
}

body.compensate-for-scrollbar{overflow:hidden;-ms-overflow-style:none}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px 44px 0;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--next{z-index:99995}.fancybox-slide--image{padding:44px 0 0;overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px 6px 0}.fancybox-content{background:#fff;display:inline-block;margin:0 0 44px;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-slide--html .fancybox-content{margin:0 0 6px}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:calc(100% - 44px);overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;vertical-align:top;width:100%}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2){display:none}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background:transparent;height:100px;margin:0;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{background:rgba(30,30,30,.6);height:100%;padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0}.fancybox-caption{bottom:0;color:#fff;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-25px;z-index:-1}.fancybox-caption:after{border-bottom:1px solid hsla(0,0%,100%,.3);content:"";display:block;left:44px;position:absolute;right:44px;top:0}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;border:6px solid hsla(0,0%,39%,.5);border-radius:100%;border-top-color:#fff;height:60px;left:50%;margin:-30px 0 0 -30px;opacity:.6;padding:0;position:absolute;top:50%;width:60px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0 0}.fancybox-slide--image .fancybox-content{margin-bottom:6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#fff;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:4px solid #4ea7f9;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:768px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 20px;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    max-height: 100%;
}
.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;
}
.slick-active
{

}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/templates/ecats_theme/resource/js/slick/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/templates/ecats_theme/resource/js/slick/fonts/slick.eot);
    src: url(/templates/ecats_theme/resource/js/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(/templates/ecats_theme/resource/js/slick/fonts/slick.woff) format('woff'), url(/templates/ecats_theme/resource/js/slick/fonts/slick.ttf) format('truetype'), url(/templates/ecats_theme/resource/js/slick/fonts/slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background-color: #868686;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: .5;
}
.slick-prev:hover,
.slick-next:hover
{
    background-color: #0383fb;
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;

    opacity: .75;
    color: #868686;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 0;
    z-index: 2;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    background-image: url(/templates/ecats_theme/resource/js/slick/prev.png);
}
[dir='rtl'] .slick-prev
{
    right: 0;
    left: auto;
    z-index: 2;
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 0;
    z-index: 2;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    background-image: url(/templates/ecats_theme/resource/js/slick/next.png);
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0;
    z-index: 2;
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

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

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.slick-track{
    max-width: none;
}
.slick-slide img{
    margin: 0 auto;
}
.list-product .slick-slider .slick-prev{
    left: 15px;
}
.list-product .slick-slider .slick-next{
    right: 15px;
}
.list-product .slick-track{
    margin: 0;
}
@font-face {
	font-family: 'Pe-icon-7-stroke';
	src:url(/templates/ecats_theme/resource/fonts/PeIcon7/Pe-icon-7-stroke.eot?d7yf1v);
	src:url(/templates/ecats_theme/resource/fonts/PeIcon7/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),
		url(/templates/ecats_theme/resource/fonts/PeIcon7/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),
		url(/templates/ecats_theme/resource/fonts/PeIcon7/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),
		url(/templates/ecats_theme/resource/fonts/PeIcon7/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pe-7s-album:before {
	content: "\e6aa";
}
.pe-7s-arc:before {
	content: "\e6ab";
}
.pe-7s-back-2:before {
	content: "\e6ac";
}
.pe-7s-bandaid:before {
	content: "\e6ad";
}
.pe-7s-car:before {
	content: "\e6ae";
}
.pe-7s-diamond:before {
	content: "\e6af";
}
.pe-7s-door-lock:before {
	content: "\e6b0";
}
.pe-7s-eyedropper:before {
	content: "\e6b1";
}
.pe-7s-female:before {
	content: "\e6b2";
}
.pe-7s-gym:before {
	content: "\e6b3";
}
.pe-7s-hammer:before {
	content: "\e6b4";
}
.pe-7s-headphones:before {
	content: "\e6b5";
}
.pe-7s-helm:before {
	content: "\e6b6";
}
.pe-7s-hourglass:before {
	content: "\e6b7";
}
.pe-7s-leaf:before {
	content: "\e6b8";
}
.pe-7s-magic-wand:before {
	content: "\e6b9";
}
.pe-7s-male:before {
	content: "\e6ba";
}
.pe-7s-map-2:before {
	content: "\e6bb";
}
.pe-7s-next-2:before {
	content: "\e6bc";
}
.pe-7s-paint-bucket:before {
	content: "\e6bd";
}
.pe-7s-pendrive:before {
	content: "\e6be";
}
.pe-7s-photo:before {
	content: "\e6bf";
}
.pe-7s-piggy:before {
	content: "\e6c0";
}
.pe-7s-plugin:before {
	content: "\e6c1";
}
.pe-7s-refresh-2:before {
	content: "\e6c2";
}
.pe-7s-rocket:before {
	content: "\e6c3";
}
.pe-7s-settings:before {
	content: "\e6c4";
}
.pe-7s-shield:before {
	content: "\e6c5";
}
.pe-7s-smile:before {
	content: "\e6c6";
}
.pe-7s-usb:before {
	content: "\e6c7";
}
.pe-7s-vector:before {
	content: "\e6c8";
}
.pe-7s-wine:before {
	content: "\e6c9";
}
.pe-7s-cloud-upload:before {
	content: "\e68a";
}
.pe-7s-cash:before {
	content: "\e68c";
}
.pe-7s-close:before {
	content: "\e680";
}
.pe-7s-bluetooth:before {
	content: "\e68d";
}
.pe-7s-cloud-download:before {
	content: "\e68b";
}
.pe-7s-way:before {
	content: "\e68e";
}
.pe-7s-close-circle:before {
	content: "\e681";
}
.pe-7s-id:before {
	content: "\e68f";
}
.pe-7s-angle-up:before {
	content: "\e682";
}
.pe-7s-wristwatch:before {
	content: "\e690";
}
.pe-7s-angle-up-circle:before {
	content: "\e683";
}
.pe-7s-world:before {
	content: "\e691";
}
.pe-7s-angle-right:before {
	content: "\e684";
}
.pe-7s-volume:before {
	content: "\e692";
}
.pe-7s-angle-right-circle:before {
	content: "\e685";
}
.pe-7s-users:before {
	content: "\e693";
}
.pe-7s-angle-left:before {
	content: "\e686";
}
.pe-7s-user-female:before {
	content: "\e694";
}
.pe-7s-angle-left-circle:before {
	content: "\e687";
}
.pe-7s-up-arrow:before {
	content: "\e695";
}
.pe-7s-angle-down:before {
	content: "\e688";
}
.pe-7s-switch:before {
	content: "\e696";
}
.pe-7s-angle-down-circle:before {
	content: "\e689";
}
.pe-7s-scissors:before {
	content: "\e697";
}
.pe-7s-wallet:before {
	content: "\e600";
}
.pe-7s-safe:before {
	content: "\e698";
}
.pe-7s-volume2:before {
	content: "\e601";
}
.pe-7s-volume1:before {
	content: "\e602";
}
.pe-7s-voicemail:before {
	content: "\e603";
}
.pe-7s-video:before {
	content: "\e604";
}
.pe-7s-user:before {
	content: "\e605";
}
.pe-7s-upload:before {
	content: "\e606";
}
.pe-7s-unlock:before {
	content: "\e607";
}
.pe-7s-umbrella:before {
	content: "\e608";
}
.pe-7s-trash:before {
	content: "\e609";
}
.pe-7s-tools:before {
	content: "\e60a";
}
.pe-7s-timer:before {
	content: "\e60b";
}
.pe-7s-ticket:before {
	content: "\e60c";
}
.pe-7s-target:before {
	content: "\e60d";
}
.pe-7s-sun:before {
	content: "\e60e";
}
.pe-7s-study:before {
	content: "\e60f";
}
.pe-7s-stopwatch:before {
	content: "\e610";
}
.pe-7s-star:before {
	content: "\e611";
}
.pe-7s-speaker:before {
	content: "\e612";
}
.pe-7s-signal:before {
	content: "\e613";
}
.pe-7s-shuffle:before {
	content: "\e614";
}
.pe-7s-shopbag:before {
	content: "\e615";
}
.pe-7s-share:before {
	content: "\e616";
}
.pe-7s-server:before {
	content: "\e617";
}
.pe-7s-search:before {
	content: "\e618";
}
.pe-7s-film:before {
	content: "\e6a5";
}
.pe-7s-science:before {
	content: "\e619";
}
.pe-7s-disk:before {
	content: "\e6a6";
}
.pe-7s-ribbon:before {
	content: "\e61a";
}
.pe-7s-repeat:before {
	content: "\e61b";
}
.pe-7s-refresh:before {
	content: "\e61c";
}
.pe-7s-add-user:before {
	content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
	content: "\e61d";
}
.pe-7s-paperclip:before {
	content: "\e69c";
}
.pe-7s-radio:before {
	content: "\e61e";
}
.pe-7s-note2:before {
	content: "\e69d";
}
.pe-7s-print:before {
	content: "\e61f";
}
.pe-7s-network:before {
	content: "\e69e";
}
.pe-7s-prev:before {
	content: "\e620";
}
.pe-7s-mute:before {
	content: "\e69f";
}
.pe-7s-power:before {
	content: "\e621";
}
.pe-7s-medal:before {
	content: "\e6a0";
}
.pe-7s-portfolio:before {
	content: "\e622";
}
.pe-7s-like2:before {
	content: "\e6a1";
}
.pe-7s-plus:before {
	content: "\e623";
}
.pe-7s-left-arrow:before {
	content: "\e6a2";
}
.pe-7s-play:before {
	content: "\e624";
}
.pe-7s-key:before {
	content: "\e6a3";
}
.pe-7s-plane:before {
	content: "\e625";
}
.pe-7s-joy:before {
	content: "\e6a4";
}
.pe-7s-photo-gallery:before {
	content: "\e626";
}
.pe-7s-pin:before {
	content: "\e69b";
}
.pe-7s-phone:before {
	content: "\e627";
}
.pe-7s-plug:before {
	content: "\e69a";
}
.pe-7s-pen:before {
	content: "\e628";
}
.pe-7s-right-arrow:before {
	content: "\e699";
}
.pe-7s-paper-plane:before {
	content: "\e629";
}
.pe-7s-delete-user:before {
	content: "\e6a7";
}
.pe-7s-paint:before {
	content: "\e62a";
}
.pe-7s-bottom-arrow:before {
	content: "\e6a8";
}
.pe-7s-notebook:before {
	content: "\e62b";
}
.pe-7s-note:before {
	content: "\e62c";
}
.pe-7s-next:before {
	content: "\e62d";
}
.pe-7s-news-paper:before {
	content: "\e62e";
}
.pe-7s-musiclist:before {
	content: "\e62f";
}
.pe-7s-music:before {
	content: "\e630";
}
.pe-7s-mouse:before {
	content: "\e631";
}
.pe-7s-more:before {
	content: "\e632";
}
.pe-7s-moon:before {
	content: "\e633";
}
.pe-7s-monitor:before {
	content: "\e634";
}
.pe-7s-micro:before {
	content: "\e635";
}
.pe-7s-menu:before {
	content: "\e636";
}
.pe-7s-map:before {
	content: "\e637";
}
.pe-7s-map-marker:before {
	content: "\e638";
}
.pe-7s-mail:before {
	content: "\e639";
}
.pe-7s-mail-open:before {
	content: "\e63a";
}
.pe-7s-mail-open-file:before {
	content: "\e63b";
}
.pe-7s-magnet:before {
	content: "\e63c";
}
.pe-7s-loop:before {
	content: "\e63d";
}
.pe-7s-look:before {
	content: "\e63e";
}
.pe-7s-lock:before {
	content: "\e63f";
}
.pe-7s-lintern:before {
	content: "\e640";
}
.pe-7s-link:before {
	content: "\e641";
}
.pe-7s-like:before {
	content: "\e642";
}
.pe-7s-light:before {
	content: "\e643";
}
.pe-7s-less:before {
	content: "\e644";
}
.pe-7s-keypad:before {
	content: "\e645";
}
.pe-7s-junk:before {
	content: "\e646";
}
.pe-7s-info:before {
	content: "\e647";
}
.pe-7s-home:before {
	content: "\e648";
}
.pe-7s-help2:before {
	content: "\e649";
}
.pe-7s-help1:before {
	content: "\e64a";
}
.pe-7s-graph3:before {
	content: "\e64b";
}
.pe-7s-graph2:before {
	content: "\e64c";
}
.pe-7s-graph1:before {
	content: "\e64d";
}
.pe-7s-graph:before {
	content: "\e64e";
}
.pe-7s-global:before {
	content: "\e64f";
}
.pe-7s-gleam:before {
	content: "\e650";
}
.pe-7s-glasses:before {
	content: "\e651";
}
.pe-7s-gift:before {
	content: "\e652";
}
.pe-7s-folder:before {
	content: "\e653";
}
.pe-7s-flag:before {
	content: "\e654";
}
.pe-7s-filter:before {
	content: "\e655";
}
.pe-7s-file:before {
	content: "\e656";
}
.pe-7s-expand1:before {
	content: "\e657";
}
.pe-7s-exapnd2:before {
	content: "\e658";
}
.pe-7s-edit:before {
	content: "\e659";
}
.pe-7s-drop:before {
	content: "\e65a";
}
.pe-7s-drawer:before {
	content: "\e65b";
}
.pe-7s-download:before {
	content: "\e65c";
}
.pe-7s-display2:before {
	content: "\e65d";
}
.pe-7s-display1:before {
	content: "\e65e";
}
.pe-7s-diskette:before {
	content: "\e65f";
}
.pe-7s-date:before {
	content: "\e660";
}
.pe-7s-cup:before {
	content: "\e661";
}
.pe-7s-culture:before {
	content: "\e662";
}
.pe-7s-crop:before {
	content: "\e663";
}
.pe-7s-credit:before {
	content: "\e664";
}
.pe-7s-copy-file:before {
	content: "\e665";
}
.pe-7s-config:before {
	content: "\e666";
}
.pe-7s-compass:before {
	content: "\e667";
}
.pe-7s-comment:before {
	content: "\e668";
}
.pe-7s-coffee:before {
	content: "\e669";
}
.pe-7s-cloud:before {
	content: "\e66a";
}
.pe-7s-clock:before {
	content: "\e66b";
}
.pe-7s-check:before {
	content: "\e66c";
}
.pe-7s-chat:before {
	content: "\e66d";
}
.pe-7s-cart:before {
	content: "\e66e";
}
.pe-7s-camera:before {
	content: "\e66f";
}
.pe-7s-call:before {
	content: "\e670";
}
.pe-7s-calculator:before {
	content: "\e671";
}
.pe-7s-browser:before {
	content: "\e672";
}
.pe-7s-box2:before {
	content: "\e673";
}
.pe-7s-box1:before {
	content: "\e674";
}
.pe-7s-bookmarks:before {
	content: "\e675";
}
.pe-7s-bicycle:before {
	content: "\e676";
}
.pe-7s-bell:before {
	content: "\e677";
}
.pe-7s-battery:before {
	content: "\e678";
}
.pe-7s-ball:before {
	content: "\e679";
}
.pe-7s-back:before {
	content: "\e67a";
}
.pe-7s-attention:before {
	content: "\e67b";
}
.pe-7s-anchor:before {
	content: "\e67c";
}
.pe-7s-albums:before {
	content: "\e67d";
}
.pe-7s-alarm:before {
	content: "\e67e";
}
.pe-7s-airplay:before {
	content: "\e67f";
}


/* HELPER CLASS 
 * -------------------------- */

/* FA based classes */

/*! Modified from font-awesome helper CSS classes - PIXEDEN
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (CSS: MIT License)
 */

/* makes the font 33% larger relative to the icon container */
.pe-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.pe-2x {
  font-size: 2em;
}
.pe-3x {
  font-size: 3em;
}
.pe-4x {
  font-size: 4em;
}
.pe-5x {
  font-size: 5em;
}
.pe-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.pe-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.pe-ul > li {
  position: relative;
}
.pe-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.pe-li.pe-lg {
  left: -1.8571428571428572em;
}
.pe-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.pe.pull-left {
  margin-right: .3em;
}
.pe.pull-right {
  margin-left: .3em;
}
.pe-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.pe-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pe-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pe-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.pe-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.pe-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.pe-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.pe-stack-1x,
.pe-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.pe-stack-1x {
  line-height: inherit;
}
.pe-stack-2x {
  font-size: 2em;
}
.pe-inverse {
  color: #ffffff;
}

/* Custom classes / mods - PIXEDEN */
.pe-va {
  vertical-align: middle;
}

.pe-border {
  border: solid 0.08em #eaeaea;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
  display: inline-block;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  background: #fff;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  max-width:100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
@media all and (max-width: 479px){
  .mfp-container {
      padding-left: 0;
      padding-right: 0;
  }
}
/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: hidden;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}









/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 5px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }










/*************** SIMPLE OUTER SCROLLBAR ***************/

.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-outer > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer { height: 8px; top: 2px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer { left: 2px; width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer { overflow: hidden; }
.scrollbar-outer > .scroll-element .scroll-element_track { background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar { background-color: #d9d9d9; }
.scrollbar-outer > .scroll-element .scroll-bar:hover { background-color: #c2c2c2; }
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* scrollbar height/width & offset from container borders */

.scrollbar-outer > .scroll-content.scroll-scrolly_visible { left: -12px; margin-left: 12px; }
.scrollbar-outer > .scroll-content.scroll-scrollx_visible { top:  -12px; margin-top:  12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar { min-width: 10px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar { min-height: 10px; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -14px; }










/*************** SCROLLBAR MAC OS X ***************/

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track { display: none; }
.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}


.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }










/*************** SCROLLBAR LIGHT ***************/

.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-light > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbdbdb), color-stop(100%,#e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -o-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -ms-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0%,#e8e8e8 100%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
    background: #fefefe;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefefe), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -o-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0%,#f5f5f5 100%);

    border: 1px solid #dbdbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-light > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-light > .scroll-content.scroll-scrollx_visible { top:  -17px; margin-top:  17px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 0px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-bar { left: 0px; min-height: 10px; width: 10px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer { height: 12px; left: 2px; top: 2px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer { left: 2px; top: 2px; width: 12px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }










/*************** SCROLLBAR RAIL ***************/

.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-rail > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #d0b9a0;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */

.scrollbar-rail > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-rail > .scroll-content.scroll-scrollx_visible { margin-top: 17px; top: -17px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 1px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar { left: 1px; min-height: 10px; width: 10px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer { height: 15px; left: 5px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size { height: 2px; left: -10px; top: 5px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer { top: 5px; width: 15px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size { left: 5px; top: -10px; width: 2px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -25px; }

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -25px; }










/*************** SCROLLBAR DYNAMIC ***************/

.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
    opacity: 0.3;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
    background-color: #cccccc;
    opacity: 0;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;

    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #6c6e71;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;

    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    -ms-transition: height 0.2s;
    transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;

    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size { top: -4px; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }


/* hover & drag */

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
    opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
    height: 20px;
    min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    min-width: 7px;
    width: 20px;
}










/*************** SCROLLBAR GOOGLE CHROME ***************/

.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-chrome > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_outer {}

.scrollbar-chrome > .scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible { left: -16px; margin-left: 16px; }
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible { top:  -16px; margin-top:  16px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar { height: 8px; min-width: 10px; top: 3px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar { left: 3px; min-height: 10px; width: 8px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer { border-left: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track { height: 14px; left: -3px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size { height: 14px; left: -4px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer { border-top: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track { top: -3px; width: 14px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size { top: -4px; width: 14px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }
#cart-position_flying
{
    position: fixed;
    z-index: 100;
    top: 40%;
    right: 0;

    border-radius: 4px 0 0 4px;
    background: #e3e3e3;
}
#cart-position_flying .c-p-f_item:first-child
{
    border-radius: 4px 0 0 0;
}
#cart-position_flying .c-p-f_item:last-child
{
    border-radius: 0 0 0 4px;
}
#cart-position_flying.on-flying-item
{
    height: 100px;
}
#cart-position_flying.on-flying-item > div
{
    height: 100% !important;

    border-radius: 4px 0 0 4px;
}
#cart-position_flying .price-top
{
    display: none;
}
#cart-position_flying .cart-price-top
{
    height: 100%;
}
#cart-position_flying > .active .number-i-c-t
{
    color: #000;
    background-color: #fff !important;
}
#cart-position_flying > div:last-child:after,
#cart-position_flying > div.active:after
{
    background: transparent;
}
#cart-position_flying .number-i-c-t
{
    font-size: 14px;
    line-height: 17px;

    min-width: 17px;
    padding: 0 5px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
}
#cart-position_flying .icons-cart
{
    margin-bottom: 2px;
}
#cart-position_flying > .active .icon-cart
{
    background-position: -103px -57px;
}
#cart-position_flying > .active .icon-favourites
{
    background-position: -103px -9px;
}
#cart-position_flying > .active .icon-comparison
{
    background-position: -103px -101px;
}
#cart-position_flying a
{
    width: 100%;
    height: 100%;

    text-decoration: none;
}
#cart-position_flying .flying-group
{
    width: 24px;
}
#cart-position_flying .c-p-f_item
{
    position: relative;

    width: 56px;
    height: 66px;

    cursor: pointer;
    text-align: center;

    border-bottom: 1px #949494 solid;
}
#cart-position_flying .c-p-f_item:hover
{
    background: #cccccc8a;
}
#cart-position_flying .c-p-f_item:last-child
{
    border-bottom: 0;
}
#cart-position_flying #icon-user-fly
{
    width: 22px;
    height: 21px;
    margin-bottom: 0;

    background: url(/templates/ecats_theme/resource/./img/icons/lk-header-mobile.png);
}
#cart-position_flying .c-p-f_item.c-p-f_user{
    display: none;
}
#cart-flying-panel
{
    border-radius: 0 0 0 2px;
    -moz-border-radius: 0 0 0 2px;
    -webkit-border-radius: 0 0 0 2px;
    top: 0px;
    z-index: 77777;
    position: fixed;
    width: 800px;
    right: -800px;
    background: #fff;
    min-height: 283px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.cart-flying-shadow
{
    box-shadow: rgba(44, 44, 44, 0.4) 0px 6px 18px;
    -moz-box-shadow: rgba(44, 44, 44, 0.4) 0px 6px 18px;
    -webkit-box-shadow: rgba(44, 44, 44, 0.4) 0px 6px 18px;
}
#cart-flying-panel #rs-cart-items,
#cart-flying-panel .page-basket_wrapper
{
    height: inherit;
}
#cart-flying-panel .sticky,
#cart-flying-panel .hat-barcode,
#cart-flying-panel .card-barcode
{
    display: none;
}
#cart-flying-panel .hat-product
{
    width: 41%;
}
#cart-flying-panel .card-product_title
{
    width: 33%;
}
#cart-flying-panel .hat-quantity
{
    width: 20%;
}
#cart-flying-panel .card-product .card-product_quantity
{
    width: 24%;
}
#cart-flying-panel .page-basket-products
{
    width: 100%;
}
#cart-flying-panel .loader
{
    margin: auto;
    position: relative;
    top: 50%;
    margin-top: -75px;
}
#cart-flying-header
{
    display: flex;
    justify-content: space-evenly;
}
#cart-flying-clear
{
    line-height: 41px;
    color: #000;
    border: 1px solid;
    background-color: transparent;
}
#cart-flying-footer
{
    border-top: 1px solid #e7e7e7;
    margin-top: -1px;
    position: relative;
    padding: 0px 15px 15px;
    display: none;
}
#cart-flying-footer #total_row
{
    padding: 15px;
    margin-right: 45px;
}
#cart-flying-footer #total_buttons
{
    display: flex;
    justify-content: space-evenly;
}
#cart-flying-footer #total_row .t-order-total_wrapper
{
    justify-content: flex-end;
}
#cart-flying-panel #rs-cart-items .catalog-list
{
    margin-top: 16px;
    border-top: 1px solid #e7e7e7;
    padding-top: 12px;
}
#cart-flying-panel #rs-cart-items .catalog-list .card-product
{
    border: 0px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
#cart-flying-panel #rs-cart-items .catalog-list .card-concomitant
{
    border: 0px;
}
#cart-flying-panel #rs-cart-items h1
{
    display: none;
}
#cart-flying-clear
{
    display: none;
}
#cart-flying-panel .empty-list
{
    font-size: 25px;
    position: relative;
    top: 50%;
    margin-top: -50px;
}
#cart-flying-panel .cart-flying-items
{
    overflow-x: auto;
    height: 100%;
}

#cart-flying-panel .cart-flying-items::-webkit-scrollbar { width: 0; }
#cart-flying-panel .cart-flying-items { -ms-overflow-style: none; }
#cart-flying-panel .cart-flying-items{ overflow: -moz-scrollbars-none; }
@media screen and (max-width: 1559px)
{
	#cart-position_flying .c-p-f_item.c-p-f_user {
	    display: block;
	}
}
.page-basket
{
    margin-bottom: 50px;
}
#rs-cart-items .card-concomitant:last-child
{
    border: 1px solid #a7a7a7;
    border-top: 0;
}
#rs-cart-items .card-concomitant:nth-child(2)
{
    position: relative;
    z-index: 2;

    margin-top: -1px;

    border-top: 1px solid #eee!important;
}
.empty-list
{
    margin: 50px 0;

    text-align: center;
}
.card-product
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#rs-cart-items .catalog-list .card-product
{
    max-width: 100%;
    padding: 15px 0;
    margin-top: -1px;
    background: #fff;
    border: 1px solid #a7a7a7;
}
#rs-cart-items .catalog-list .rs-cartitem
{
    position: relative;
}
#rs-cart-items .catalog-list .rs-cartitem:hover
{
    z-index: 2;
}
.catalog-list .card-product .card-image
{
    position: relative;

    width: 10%;
    padding-right: 15px;
    padding-left: 15px;
}
.card-product_title
{
    width: 20%;
    padding: 0 15px;
}
.card-product_title a
{
    font-size: 18px;
    font-weight: bold;

    text-decoration: none;

    color: #000;
}
.card-product_title .block-center
{
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.cart-features
{
    width: 15%;
}
.card-barcode
{
    width: 20%;
    padding: 0 15px;
}
.card-product .card-product_quantity
{
    width: 15%;
}
.card-product .card-price
{
    font-size: 20px;
    font-weight: bold;

    width: 15%;
}
.card-product_remove
{
    width: 5%;
}
.card-barcode .barcode
{
    font-size: 12px;

    color: #727272;
}
.card-product_quantity .quantity
{
    position: relative;

    width: 130px;
    height: 40px;
}
.card-product_quantity .rs-field-amount
{
    width: inherit;
    height: inherit;

    text-align: center;

    border: 0;
    border-radius: 4px;
    background: #eee;
}
.card-concomitant .card-product_quantity .rs-field-amount
{
    background: #dcdcdc;
}
.quantity-up,
.quantity-down
{
    font-size: 21px;
    font-weight: bold;

    cursor: pointer;
}
.quantity-button
{
    position: absolute;
    top: 0;
}
.quantity-up
{
    top: 6px;
    right: 10px;
}
.quantity-down
{
    top: 6px;
    left: 10px;
}
.img-close-c-s-t:hover
{
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
.rs-remove.img-close-c-s-t
{
    text-decoration: none;

    color: #4f4f4f;
}
.page-basket .sidebar
{
    padding: 20px;

    background: #f7f7f7;
}
.t-order-items_count
{
    font-size: 18px;
    font-weight: bold;
}
.t-order-total_wrapper
{
    font-weight: bold;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.t-order-total
{
    margin-top: 20px;
}
.t-order-total_text
{
    font-size: 18px;
}
.t-order-total_price
{
    font-size: 30px;

    margin-left: 12px;
}
.t-buy-oneclick > div
{
    line-height: 41px;

    width: 153px;

    color: #000;
    border: 1px solid;
    background-color: transparent;
}
.t-actions
{
    padding: 0 0 20px;
}
.page-basket_btn-order
{
    width: 100%;
    padding: 0 0 20px;
}
.coupons-text
{
    font-size: 15px;

    padding: 10px 0;
}
.theme-btn_reset
{
    color: #a7a7a7;
}
.out-cart-hat
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    padding: 0 15px;
}
.cart-hat
{
    font-size: 16px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin-bottom: 15px;

    text-align: center;

    color: #a7a7a7;
}
.hat-product
{
    width: 30%;
    padding: 0 15px 0 0;
}
.hat-features
{
    width: 15%;
}
.hat-barcode
{
    width: 20%;
    padding: 0 15px;
}
.hat-quantity
{
    width: 15%;
}
.hat-price
{
    width: 15%;
}
.hat-remove
{
    width: 5%;
}
.card-concomitant
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 10px;

    border-right: 1px solid #a7a7a7;
    border-left: 1px solid #a7a7a7;
    background: #eee;
}
.card-concomitant .card-image
{
    width: 70%;
}
.card-concomitant .card-text
{
    width: 12%;
}
.card-concomitant .quantity-unit
{
    width: 5%;
    margin-right: 30px;
}
.card-concomitant .card-price
{
    width: auto;
}
.card-price_present
{
    font-weight: bold;
    white-space: nowrap;
}
.card-price_discount
{
    font-size: 12px;

    color: #727272;
}
.card-product_quantity
{
    position: relative;
}
.card-product .card-product_quantity .error
{
    position: absolute;
    color: red;
    font-size: 14px;
    top: -30px;
    left: -40px;
    min-width: 255px;
    background: #fff;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid;
}
.card-concomitant .error
{
    font-size: 14px;
    position: absolute;
    top: -3px;
    left: -270px;
    background: #fff;
    color: red;
    padding: 5px;
    min-width: 255px;
    border-radius: 3px;
    border: 1px solid;
}
.t-order-errors
{
    color: red;
    margin-top: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
}
.card-product .card-product_quantity
{
    position: relative;
}
.card-product .quantity-unit
{
}
@media screen and (max-width: 1559px)
{
    .card-product_title a
    {
        font-size: 16px;
        font-weight: normal;
    }
    .t-order-total_price
    {
        font-size: 26px;
    }
    .catalog-list .card-product .card-image
    {
        padding-right: 0;
    }
    .card-product_title
    {
        width: 25%;
    }
    .card-product .card-price
    {
        font-size: 16px;
    }
    .hat-product
    {
        width: 35%;
    }
}
@media screen and (max-width: 1229px)
{
    #rs-cart-form
    {
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
    #rs-cart-form .sticky
    {
        width: 100%;
    }
    .sticky .sidebar_blocks
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .page-basket_btn-order
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .sticky .t-order-items_count
    {
        width: 100%;
    }
    .sticky .t-order-total
    {
        width: 100%;
    }
    .sticky .t-order-checkout
    {
        margin-right: 30px;
    }
    .sticky .t-actions
    {
        width: 100%;
    }
    .t-actions input[type='text']
    {
        max-width: 338px;
    }
    #rs-cart-form .page-basket-products
    {
        width: 100%;
        padding-bottom: 30px;
    }
    .card-concomitant
    {
        font-size: 14px;
    }
}
@media screen and (max-width: 1023px)
{
    .hat-features,
    .cart-features
    {
        display: none;
    }
    .hat-product
    {
        width: 40%;
    }
    .card-product_title
    {
        width: 30%;
    }
    .hat-price,
    .card-product .card-price
    {
        width: 20%;
    }
}
@media screen and (max-width: 767px)
{
    .hat-barcode,
    .card-barcode
    {
        display: none;
    }
    .hat-product
    {
        width: 60%;
    }
    .card-product_title
    {
        width: 50%;
    }
}
@media screen and (max-width: 599px)
{
    .out-cart-hat
    {
        display: none;
    }
    .card-product
    {
        flex-wrap: wrap;
    }
    .catalog-list .card-product .card-image
    {
        width: 33.333333%;
        padding: 0 15px 20px;
    }
    .card-product_title
    {
        width: 66.666666%;
        padding-bottom: 20px;
    }
    .card-product .card-product_quantity
    {
        width: 33.333333%;
        padding: 0 15px;
    }
    .card-product .card-price
    {
        width: 58%;
    }
    .card-product_remove
    {
        width: 8.333333%;
    }
    .t-order-total_price
    {
        font-size: 22px;
    }
    .card-price_present{
    	font-weight: normal;
    }
}

#site-header .header-line-1
{
    font-size: 12px;

    padding: 12px 0;

    color: #727272;
    background-color: #f0f0f0;
}
#site-header .header-line-2
{
    padding: 10px 0 18px;
}
#site-header .in-header-l-2
{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#site-header .in-header-l-1
{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#site-header .header-menu
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    list-style: none;

    max-width: inherit;
}
#site-header .header-menu .act a
{
    text-decoration: underline;
}
#site-header a
{
    display: inline-block;

    vertical-align: middle;
    text-decoration: none;

    color: #727272;
}
#site-header .header-menu > .li-h-m
{
    padding-right: 28px;
}
#site-header .li-h-m:last-of-type
{
    padding-right: 0;
}
#site-header .a-h-m:hover
{
    text-decoration: underline;
}
#site-header .url-download-catalog
{
    display: block;

    width: 128px;
    padding: 10px;

    text-align: center;

    color: #fff;
    border-radius: 4px;
}
#site-header .item-l-b,
#site-header .item-lang-b
{
    cursor: pointer;

    border-bottom: 1px transparent solid;
}
#site-header .item-l-b:hover,
#site-header .item-lang-b:hover
{
    border-color: #727272;
}
#site-header .login-block:before
{
    display: inline-block;

    width: 12px;
    height: 15px;
    margin-right: 8px;

    content: '';
    vertical-align: middle;

    background: url(/templates/ecats_theme/resource/./img/icons/login.png) 50% 50% no-repeat;
}
#site-header .login-block span
{
    vertical-align: middle;
}
#site-header .block-l-l
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#site-header .block-l-l.block-m-l
{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#site-header .header-city
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#site-header .language-block span
{
    vertical-align: middle;
}
#site-header .language-block a.active
{
    text-decoration: underline;
}
#site-header .out-in-h-c
{
    min-height: 18px;
    padding-left: 16px;

    background: url(/templates/ecats_theme/resource/./img/icons/geo.png) 0 50% no-repeat;
}
#site-header .in-h-c a
{
    display: block;

    height: 100%;
    padding-top: 2px;

    cursor: pointer;
    text-decoration: underline;

    color: #2c99ff;
}
#site-header .in-h-c a:hover
{
    color: #ff5556;
}
#site-header .logo-txt
{
    font-size: 13px;

    padding-top: 2px;

    color: #888;

    display: block;
}
#site-header .span-h-o-c
{
    font-size: 14px;

    cursor: pointer;

    color: #2c99ff;
    border-bottom: 1px #2c99ff dashed;
}
#site-header .span-h-o-c:hover
{
    color: #ff5556;
    border-color: #ff5556;
}
#site-header .header-phone
{
    display: flex;
}
.out-header-phone
{
    font-size: 16px;
    width: 44%;
}
#site-header .item-header-phone
{
    font-weight: 700;
}
#site-header .serach-block-header
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#site-header .input-s-b-h
{
    width: 100%;

    border-right: 0;
    border-radius: 2px 0 0 2px;
    background-color: #fff;
}
#site-header .btn-s-b-h
{
    width: 30px;

    border-left: 0;
    border-radius: 0 2px 2px 0;
    background: url(/templates/ecats_theme/resource/./img/icons/search.png) 50% 50% no-repeat;
    background-color: #fff;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.ico-search
{
    background: url(/templates/ecats_theme/resource/./img/icons/search.png) 50% 50% no-repeat;

}
#site-header .block-order-top
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#site-header .lk-header-mobile{
    display: none;
}
#site-header .cart-price-top
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#site-header .price-top
{
    font-size: 12px;
    font-weight: 700;

    min-width: 74px;
    padding-top: 8px;

    text-align: right;
}
#site-header .number-i-c-t
{
    font-size: 14px;
    line-height: 17px;

    position: absolute;
    top: -4px;
    right: -10px;

    min-width: 17px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #2c99ff;
}
#site-header .icon-cart
{
    position: relative;

    margin-right: 16px;

    cursor: pointer;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
#site-header .icon-cart:hover .number-i-c-t
{
    background-color: #0383fb;
}
#site-header .comparison-top
{
    background-image: url(/templates/ecats_theme/resource/./img/icons/comparison-top.png);
}
#site-header .favourites-top
{
    background-image: url(/templates/ecats_theme/resource/./img/icons/favourites-top.png);
}
#site-header .cart-top
{
    background-image: url(/templates/ecats_theme/resource/./img/icons/cart-top.png);
}
#site-header .cart-price-top
{
    cursor: pointer;
}
#site-header .language-block
{
    padding-left: 20px;

    white-space: nowrap;
}
#site-header .login-block
{
    white-space: nowrap;
}
#site-header .username
{
    position: relative;

    overflow: hidden;

    max-width: 96px;

    text-overflow: ellipsis;
}
#site-header .login-block a:hover
{

}
.affiliatesBlock
{
    width: 1200px;
    padding: 10px 15px 15px;
}

#site-header .block-adress p
{
    padding: 0px;
}
#btn-search-popup
{
    cursor: pointer;
    background: url(/templates/ecats_theme/resource/./img/icons/search.png) left no-repeat;
    padding: 8px 30px 5px;
}
#search-popup
{
    background: #fff;
    position: fixed;
    top: -145px;
    left: 0%;
    width: 100%;
    z-index: 9999;
    transition: all ease .3s;
    transition-duration: .5s;
}
#search-popup #queryBox
{
    width: 50%;
    margin: auto;
    padding: 45px 0px;
}
#search-popup.search-popup-show
{
    top: 0px;
}
#search-popup .input-s-b-h
{
    font-size: 20px;
    border: 0px;
    border-bottom: 1px solid #e2e2e2;
}
#search-popup .theme-btn_search
{
    border: 0px;
}
#site-header #menu {
    margin-bottom: 0px;
}
.search-popup{
    padding: 0 30px;
}
#menu .menu-menu .li-menu:last-child{
    border-right: none;
}
@media screen and (max-width: 1559px)
{
    #site-header .header-phone
    {
        display: block;
    }
    .out-header-phone
    {
        width: 100%;
    }
    .search-popup
    {
        padding: 0;
    }
    #site-header .price-top
    {
        display: none;
    }
}
@media screen and (max-width: 1229px)
{
    #menu .li-mega-down:hover .down-menu-out
    {
        display: none!important;
    }
    .txt-search-popup
    {
        display: none;
    }
    #btn-search-popup
    {
        padding: 16px 30px 5px;

        background-position: center;
    }
    #site-header .logo-txt
    {
    	font-size: 12px;
	}
	#site-header .header-city{
		width: 25%;
	}
	#site-header .block-order-top{
		width: 16.666666%;
    	justify-content: flex-end;
	}
	#site-header .block-l-l.block-m-l{
		width: 25%;
	}
}
#menu
{
    margin-bottom: 30px;

    color: #fff;
    background-color: #2c99ff;
}
#menu .ul-menu
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 46px;

    list-style: none;

    padding: 0;
    position: relative;
}
.not-stretched-menu .ul-menu
{
    flex-wrap: wrap;
}
#menu a
{
    color: #fff !important;
}
#menu .li-menu
{
    height: 100%;

    border-right: 1px rgba(255, 255, 255, .3) solid;
}
#menu.stretch-menu .li-menu{
    width: 100%;
}
#menu .li-menu:first-of-type{
    border-left: 1px rgba(255, 255, 255, .3) solid;
}
#menu .a-menu
{
    font-size: 16px;

    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    height: 100%;
    padding: 4px 14px;

    text-align: center;
    text-decoration: none;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
#menu .menu-menu li > ul
{
    display: none;
    list-style: none;
    padding: 0px;
}
#menu .menu-menu li > ul li:first-child
{
    border-top: 1px rgba(255, 255, 255, .3) solid;
}
#menu .menu-menu li > ul li
{
    border-bottom: 1px rgba(255, 255, 255, .3) solid;
}
#menu .menu-menu li > ul li:last-child
{
    border-bottom: 0;
}
#menu .menu-menu li > ul a
{
    padding: 12px;
    width: 100%;
}
#menu .menu-menu li:hover > ul
{
    display: block;
    z-index: 100;
    position: relative;
}
#menu .li-mega-down .a-menu
{
    padding-right: 35px;
    padding-left: 20px;

    white-space: nowrap;

    background-color: rgba(255, 255, 255, .2);
}
#menu .menu-sandwich
{
    display: block;

    width: 32px;
    margin-right: 20px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
#menu .item-m-s
{
    display: block;

    width: 100%;
    height: 2px;
    margin-bottom: 8px;

    border-radius: 1px;
    background-color: #fff;
}
#menu .item-m-s:last-of-type
{
    margin-bottom: 0;
}
#btn-search-menu
{
    cursor: pointer;
    background: url(/templates/ecats_theme/resource/img/icons/search-white.png) center no-repeat;
    width: 46px;
    height: 46px;
}
#search-popup-menu
{
    background: #fff;
    position: fixed;
    top: -175px;
    left: 0%;
    width: 100%;
    z-index: 1500;
    transition: all ease .3s;
    transition-duration: .5s;
}
#search-popup-menu #queryBox
{
    width: 50%;
    margin: auto;
    padding: 45px 0px;
}
#search-popup-menu.search-popup-show
{
    top: 0px;
}
#search-popup .input-s-b-h
{
    font-size: 20px;
    border: 0px;
    border-bottom: 1px solid #e2e2e2;
}
#search-popup-menu .theme-btn_search
{
    border: 0px;
}
#search-popup-menu .theme-btn_search {
    border: 0px;
}
#search-popup-menu .btn-s-b-h {
    width: 30px;
    border-left: 0;
    border-radius: 0 2px 2px 0;
    background: url(/templates/ecats_theme/resource/img/icons/search.png) 50% 50% no-repeat;
    background-color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
#search-popup-menu #queryBox {
    width: 50%;
    margin: auto;
    padding: 45px 0px;
}
.serach-block-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#search-popup-menu .input-s-b-h {
    font-size: 20px;
    border: 0px;
    border-bottom: 1px solid #e2e2e2;
}
.down-menu {
    max-height: 485px;
    overflow: auto;
    padding: 15px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.down-menu-item{
    display: flex;
    width: 20%;
    margin-bottom: 15px;
    padding: 0 5px;
}
.down-submenu ul{
    list-style: none;
    padding-left: 0;
}
.down-submenu ul li a span{
    color: #000;
    font-size: 14px;
    text-decoration: none;
}
.down-submenu ul li a span:hover{
    color: #0285ff;
}
.down-submenu-tlt a span{
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.down-submenu-tlt a span:hover{
    color: #0285ff;
}
.down-submenu{
    padding-left: 15px;
}
#menu .li-mega-down .down-menu-out {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#menu .li-mega-down:hover .down-menu-out{
    display: block;
    animation: toggle_opacity 300ms;
}
#menu .li-mega-down .down-menu-out {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9998;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#menu .li-mega-down:hover .down-menu-out{
    display: block;
}
#site-header .li-h-m ul
{
    display: none;
    position: absolute;
    list-style: none;
    padding: 10px 0px;
    background-color: #f0f0f0;
    z-index: 1;
}
#site-header .li-h-m ul li a
{
    padding: 8px 27px 0px;
}
#site-header .li-h-m:hover ul
{
    display: block;
}
.flexMenu-viewMore li
{
    list-style: none;
}
.flexMenu-viewMore ul
{
    z-index: 100;
    padding: 0px;
}
.flexMenu-viewMore li a
{
    padding: 10px 0px;
}
#menu .flexMenu-viewMore ul .li-menu
{
    border: 0px;
    position: relative;
}
#menu .flexMenu-viewMore ul .li-menu .flexMenu-popup
{
    position: absolute;
    top: 0px;
}
.flexMenu-popup
{
    animation: toggle_opacity 300ms;
}
#menu .in-menu
{
    display: flex;
}
#menu .li-item-menu.li-mega-down
{
}
#menu .li-item-menu.li-mega-down a
{
    background-color: transparent;
    position: relative;
}
#menu .flexMenu-viewMore .flexMenu-popup
{
    min-width: 200px;
    margin: 0px 0px 0px 40px;
    font-size: 14px;
    border: 1px solid rgba(0,0,0,0);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    transform: translateX(-100%);
}
#menu .flexMenu-viewMore .flexMenu-popup li
{
    border-bottom: 1px rgba(255, 255, 255, .3) solid;
    position: relative;
}
#menu .flexMenu-viewMore .flexMenu-popup li:last-child
{
    border-bottom: 0px;
}
#menu .flexMenu-viewMore .flexMenu-popup a
{
    text-align: left;
    justify-content: left;
    padding: 10px 14px;
}
#menu .li-item-menu.li-mega-down > a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 34px;
    height: 100%;
    content: '';
    background: url(/templates/ecats_theme/resource/img/catalog/li-parent-active.png) 50% 50% no-repeat;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.scroll-wrapper > .scroll-content
{
    width: 100% !important;
}
#menu .flexMenu-viewMore .down-menu-out
{
    display: none !important;
}
#menu .flexmenu-block
{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    margin: 2px 0 0;
    font-size: 14px;
    border: 1px solid rgba(0,0,0,0);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}
#menu .flexmenu-block a
{
    width: 100%;
    padding: 10px 14px;
}
#menu .flexMenu-viewMore ul > li:hover > .flexmenu-block
{
    display: block;
    opacity: 1;
    animation: .3s toggle_opacity;
    position: absolute;
    top: -3px;
    left: 0px;
    transform: translateX(-100%);
}
#menu .flexMenu-viewMore .li-item-menu.li-mega-down > a:before
{
    transform: rotate(0deg);
}
@-webkit-keyframes toggle_opacity{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes toggle_opacity{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media screen and (max-width: 1559px)
{
	#menu .a-menu
    {
        font-size: 14px;
        padding: 4px 8px;
    }

}
@media screen and (max-width: 1023px)
{
	#menu{
		display: none;
	}
}
#site-header .lk-header-mobile
{
    position: relative;

    width: 21px;
    height: 21px;

    cursor: pointer;

    background-image: url(/templates/ecats_theme/resource/./img/icons/lk-header-mobile.png);
    background-repeat: no-repeat;
    background-size: contain;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
#site-header .search-header-mobile
{
    position: relative;

    display: none;

    width: 21px;
    height: 21px;
    margin-right: 15px;

    cursor: pointer;

    background-image: url(/templates/ecats_theme/resource/./img/icons/search-mobile.png);
    background-repeat: no-repeat;
    background-size: contain;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
#site-header .header-line-mobile
{
    display: none;
}
#site-header .header-line-mobile #btn-search-popup
{
    padding: 8px 30px 5px;

    cursor: pointer;

    background: url(/templates/ecats_theme/resource/./img/icons/search.png) left no-repeat;
}
#site-header .header-line-mobile #search-popup
{
    position: fixed;
    z-index: 9999;
    top: -145px;
    left: 0;

    width: 100%;

    -webkit-transition: all ease .3s;
            transition: all ease .3s;
    -webkit-transition-duration: .5s;
            transition-duration: .5s;

    background: #fff;
}
#site-header .header-line-mobile #search-popup #queryBox
{
    width: 90%;
    margin: auto;
    padding: 25px 0;
}
#site-header .header-line-mobile #search-popup.search-popup-show
{
    top: 0;
}
#site-header .header-line-mobile #search-popup .input-s-b-h
{
    font-size: 20px;

    border: 0;
    border-bottom: 1px solid #e2e2e2;
}
#site-header .header-line-mobile #search-popup .theme-btn_search
{
    border: 0;
}
#site-header .header-line-mobile #site-header #menu
{
    margin-bottom: 0;
}
#site-header #rs-cart .icons-cart
{
    margin-right: 10px;
}
#site-header .in-header-l-1
{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
#site-header .header-line-mobile .icons-cart
{
    margin-right: 30px;
}
#topnav
{
    display: none;
}
.onsidebar #topnav
{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;

    display: block;
    overflow-y: auto;

    width: 100%;
    height: 100%;
    max-height: 100%;
    margin-left: 74px;
    padding: 0 0 50px 0;

    border-left: 1px solid;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.45);
            box-shadow: 0 0 10px 0 rgba(0,0,0,.45);
}
.onsidebar .entire-contentst
{
    position: absolute;
    right: 100%;

    overflow-y: hidden;

    width: 100%;
    height: 100%;
    margin-right: -74px;

    background: #fff;
}
#site-header .header-line-mobile .container
{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
#topnav img
{
    display: none;
}
#topnav .ul-header-menu .li-h-m
{
    width: 100%;

    text-transform: uppercase;
}
#topnav ul
{
    padding: 0;

    list-style: none;
}
#topnav .item-phone
{
    font-size: 20px;
    font-weight: 700;
}
#topnav .basic-mobile-menu__item
{
    border-bottom: 1px solid #f2f2f2;
}
#topnav .basic-mobile-menu__item a
{
    display: block;

    padding: 15px 89px 15px 15px;
}
#topnav .out-in-h-c ~ .basic-mobile-menu
{
    border-top: 1px solid #f2f2f2;
}
#topnav a
{
    color: #000;
}
#topnav .ul-header-menu a
{
    display: block;

    padding: 15px 89px 15px 15px;

    border-bottom: 1px solid #f2f2f2;
}
#topnav .basic-mobile-submenu
{
    display: none;
}
#topnav .block-phone-mobile
{
    padding: 30px 89px 30px 15px;
}
#topnav .out-in-h-c
{
    margin-left: 15px;
    padding: 20px 80px 20px 16px;
}
.onsidebar #site-header .a-h-m:hover
{
    text-decoration: none;
}
@media screen and (max-width: 1023px)
{
    #cart-position_flying
    {
        display: none;
    }
    #site-header .header-line-2,
    #site-header .header-line-1
    {
        display: none;
    }
    #site-header .header-line-mobile
    {
        display: block;

        padding: 10px 0;
    }
    #site-header
    {
        margin-bottom: 10px;

        border-bottom: 1px solid #d3d3d3;
    }
    #site-header .search-popup.col-xl-1
    {
        display: none;
    }
    #site-header .buter
    {
        z-index: 999;

        display: block;

        width: 40px;

        cursor: pointer;
    }
    #site-header .out-buter
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 8.333333%;
        padding: 0 15px;

        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    #site-header .buter span
    {
        display: block;

        width: 100%;
        height: 6px;
        margin-bottom: 4px;
    }
    #site-header .buter span:last-of-type
    {
        margin-bottom: 2px;
    }
    #site-header .txt-menu
    {
        font-size: 14px;

        text-align: center;
    }
    #site-header .buter-close span:nth-child(1)
    {
        margin-top: 6px;
        margin-left: 0;

        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
    #site-header .buter-close span:nth-child(2)
    {
        margin-top: -10px;
        margin-left: 0;

        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    #site-header .buter-close span:nth-child(n+3)
    {
        display: none;
    }
    #site-header .buter-close .txt-menu
    {
        padding-top: 7px;
    }
    #site-header .logo-txt
    {
        display: none;
    }
    #site-header .block-order-top
    {
        width: auto;
    }
    #site-header .header-phone.col-lg-2
    {
        width: auto;
    }
    #site-header .search-header-mobile
    {
        display: block;
    }
    #site-header .logo
    {
        width: auto;
    }
    #site-header .out-buter
    {
        width: auto;
    }
    #site-header .out-header-phone
    {
        width: auto;
        padding-right: 0;
    }
    #site-header .header-phone .header-order-call
    {
        display: none;
    }
    #site-header .item-header-phone
    {
        font-size: 20px;
    }
    #site-header .price-top
    {
        display: none;
    }
    #site-header .login-exit
    {
        display: none;
    }
    #site-header .col-xl-2.login-exit
    {
        display: none;
    }
    #site-header .txt-search-popup
    {
        display: none;
    }
    #site-header .block-adress
    {
        display: none;
    }
    #site-header .login-block
    {
        display: none;
    }
    #site-header .ul-header-menu
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    #site-header .header-phone.col-lg-2
    {
        overflow: hidden;
        max-width: 229px;
    }
}
@media screen and (max-width: 799px)
{
    #site-header .header-phone.col-lg-2
    {
        max-width: 197px;
    }  
}
@media screen and (max-width: 767px)
{
    #site-header .txt-menu
    {
        display: none;
    }
    #site-header .header-line-mobile .logo img
    {
        max-width: 110px;
    }
    #site-header .header-line-mobile .icons-cart
    {
        margin-right: 15px;
    }
    #site-header .item-header-phone
    {
        font-size: 16px;
    }
    #site-header .header-phone.col-lg-2
    {
        max-width: 179px;
    }
}
@media screen and (max-width: 599px)
{
    #site-header .in-header-l-1
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    #site-header .logo,
    #site-header .header-phone.col-lg-2
    {
        margin-bottom: 15px;
    }
    #site-header .block-order-top
    {
        width: auto;

        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #site-header .out-buter
    {
        width: auto;
    }
    #site-header .in-header-l-1
    {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #site-header .header-phone.col-lg-2
    {
        text-align: right;
    }
    #site-header .header-line-mobile
    {
        padding: 15px 0;
    }
    #site-header .header-line-mobile .icons-cart
    {
        margin-right: 60px;
    }
    #site-header .header-line-mobile .logo img
    {
        max-width: 100%;
    }
    #site-header .item-header-phone
    {
        font-size: 20px;
    }
    #site-header .header-phone.col-lg-2
    {
        max-width: 250px;
    }
}
@media screen and (max-width: 479px)
{
    #site-header .header-line-mobile .icons-cart
    {
        margin-right: 22px;
    }
    #site-header .header-line-mobile .logo img
    {
        max-width: 110px;
    }
    #site-header .item-header-phone
    {
        font-size: 17px;
    }
    #site-header .header-phone.col-lg-2
    {
        max-width: 180px;
    }
}

#footer
{
    font-size: 14px;
}
#footer .title-c-f
{
    padding-bottom: 12px;

    text-transform: uppercase;

    color: #727272;
}
#footer .ul-c-f
{
    padding: 0;

    list-style: none;
}
#footer .li-c-f
{
    padding-bottom: 8px;
}
#footer .li-c-f a
{
    text-decoration: none;

    color: #333;
}
#footer .li-c-f a:hover
{
    text-decoration: underline;

    color: #333;
}
#footer .li-c-f a.act
{
    text-decoration: underline;
}
#footer .item-c-f
{
    padding-bottom: 20px;
}
#footer .footer-top
{
    padding: 40px 0 16px;

    background-color: #f5f5f5;
}
#footer .footer-bottom
{
    padding: 5px 0;

    background-color: #d3d3d3;
}
#footer .copyright
{
    color: #5d5d5d;
    display: flex;
}
#footer .this_year
{
    padding-right: 5px;
}
#footer .in-footer-bottom
{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#footer .li-c-f:last-child
{
    padding-bottom: 0;
}
#footer .item-footer-phone
{
    font-size: 16px;
    font-weight: 700;

    padding-bottom: 4px;
}

#footer .span-f-o-c
{
    cursor: pointer;

    color: #2c99ff;
    border-bottom: 1px #2c99ff dashed;
}
#footer .span-f-o-c:hover
{
    color: #ff5556;
    border-color: #ff5556;
}
#footer .footer-order-call
{
    padding-bottom: 12px;
}
#footer a
{
    color: #2c99ff;
}
#footer a:hover
{
    color: #ff5854;
}
#footer .payment-footer
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: none;
    margin-right: -4px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#footer .item-p-f
{
    width: 20%;
    min-height: 40px;
    padding: 0 4px 4px 0;
}
#footer .lists-c-f
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: none;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 -8px;
}
#footer .item-l-c-f
{
    padding: 0 8px 8px 0;
}
#footer .item-l-c-f:last-child{
    padding-right: 0;
}
#footer .a-l-c-f
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    width: 40px;
    height: 40px;

    border-radius: 50%;
}
.list-box-c-f
{
    margin-top: 20px;
}
#footer .logo
{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#footer .in-footer > .module-wrapper
{
    width: 50%;
}
#footer .in-footer > .module-wrapper .item-c-f
{
    width: 33.333333%;
}

@media screen and (max-width: 1559px)
{
    #footer .item-c-f
    {
        width: 33.333333%;
        padding-bottom: 40px;
    }
    #footer .footer-subscribe-cols
    {
        width: 66.666666%;
    }
}
@media screen and (max-width: 599px)
{
    #footer .item-c-f
    {
        width: 50%;
    }
    #footer .footer-subscribe-cols
    {
        width: 100%;
    }
    #footer .item-c-f_contacts
    {
        width: 100%;

        text-align: center;
    }
    #footer .lists-c-f
    {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #footer .lists-c-f .title-c-f
    {
        text-transform: none;
    }
}
@media screen and (max-width: 479px)
{
    #footer .item-c-f_menu,
    #footer .item-c-f_contacts .title-c-f
    {
        display: none;
    }
}

#subscribe-down .input-s-d
{
    width: 100%;
    margin-right: 20px;
}
#subscribe-down .subscribe-nav
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#subscribe-down .subscribe-error
{
    margin-top: 10px;

    color: red;
}

@media screen and (max-width: 1559px)
{
    #subscribe-down .input-s-d
    {
        width: 50%;
        margin-right: 15px;
    }
}
@media screen and (max-width: 1229px)
{
    #subscribe-down .title-c-f
    {
        text-transform: none;
    }
}
@media screen and (max-width: 1023px)
{
}
@media screen and (max-width: 767px)
{
    #subscribe-down .input-s-d
    {
        width: 100%;
        margin-right: 10px;
    }
}
@media screen and (max-width: 479px)
{
    #subscribe-down .input-s-d
    {
        margin: 0;

        border-right: 0;
        border-radius: 2px 0 0 2px;
    }
    #subscribe-down .submit-s-d
    {
        font-size: 0;

        border-radius: 0 2px 2px 0;
        background-image: url(/templates/ecats_theme/resource/img/elements/send.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
}

.deliveryCostWrapper .row{
    padding-left: 10px;
    padding-right: 10px;
}

.deliveryCostWrapper .cityautocomplete{
    height: 33px;
    line-height: 33px;
    margin-left:0px;
    margin-right:0px;
    margin-top: 10px;
    margin-bottom: 10px;
    border:1px solid silver;
    display: block;
    width:100%;
    box-sizing:border-box;
}

.deliveryCostWrapper .yourCity{
    text-align: center;
    font-size: 18px;
    padding: 10px;
}


.deliveryCostWrapper .bottomButtons{
    text-align: center;
    padding-bottom: 20px;    
}

.default .colorButton{
    background: #2bbfbd none repeat scroll 0 0;
    border: medium none;
    color: white;
    cursor: pointer;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.deliveryCostWrapper .bottomButtons .first{
    margin-right: 20px;
}    

.deliverySearchItems {
    background: white;
    position:absolute;
    z-index:10000;
    -moz-box-shadow:0 2px 4px #999;
    -webkit-box-shadow:0 2px 4px #999;    
    box-shadow:0 2px 3px #aaa;
    font-size:14px;
}

.deliverySearchItems li {
    line-height:30px;
}

.deliverySearchItems li.other:first-child {
    border-top:none;
}

.deliverySearchItems li .ui-corner-all {
    display:block;
    padding:2px 5px;
}

.deliverySearchItems li:hover {
    cursor: pointer;
}

.deliverySearchItems li .ui-corner-all.ui-state-focus{    
    display: block;      
    background-color: #EBEBE5;
    color:black;
}
          

.deliveryCostWrapper .inputBlock{
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.deliveryCostWrapper .deliveryCostShowButton{
    text-align: center;
    padding-bottom: 10px;
}

.deliveryCostBlock{
    box-sizing: border-box;
    margin-top: 10px;
    background-color: white;
    padding: 10px;
    min-height: 110px;
}

.bodyWrap .deliveryCostBlock{
    background-color: #e7e7e7;
}

.deliveryCostBlock .deliveryLoadScreen{
    height: 100px;
    line-height: 100px;
    font-size: 12px;
    text-align: center;
    display: none;
}

.deliveryCostBlock .deliveryCostListTitle{
    font-size: 14px;
    margin-bottom: 20px;
}

.deliveryCostBlock .deliveryCostListTitle a{
    font-size: 13px;
    text-decoration:underline;
}

.deliveryCostBlock .deliveryCostListTitle a{
    text-decoration:none;
}

.deliveryCostBlock .deliveryCostListRows{
    display: block;
    padding: 0px;
    margin: 10px 0px;
}

.deliveryCostBlock .deliveryCostListRow{
    display: block;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
}

.deliveryCostBlock .deliveryCostListRow .key{
    float: left;
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    padding-right: 2%;
    vertical-align: middle;
}

.deliveryCostBlock .deliveryCostListRow .val{
    float: right;
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    text-align: right;
    vertical-align: middle;
}

.deliveryCostBlock .deliveryCostListRow .help{
    color: gray;
    font-size: 11px;
}

.noDeliveryService {
    height: 100px;
    line-height: 100px;
    font-size: 12px;
    text-align: center;    
}

.deliveryCostBlock .deliveryCostCalculateButton {
    background-color: #ffac00;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-family: "UbuntuLight";
    padding: 7px 11px;
    display: table;
    float: left;
    font-size: 14px;
    text-align: center;
    width: 110px;
}
