/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width;
}
html {
    -ms-overflow-style: scrollbar;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.banner-main .container,
.banner-main-list .container .banner-main-list-item{
    position: relative;
}
.banner-main .container > div,
.banner-main-list .container .banner-main-list-item > div{
    position: absolute;
    top: 0;
    left:50px;
    z-index: 1;
    padding: 10% 0 0 10%;
    color:#fff;
}
.banner-main-list .container .banner-main-list-item > div{
    left:0;
    padding: 40px;
}
.banner-main-list .container .banner-main-list-item:last-child > div{
    bottom:0;
    top:inherit;
}
.banner-main .banner-main-title{
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 15px;
}
.banner-main .banner-main-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    max-width: 300px;
    margin-bottom: 15px;
}
.banner-main .banner-main-link{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px;
}
.banner-main .banner-main-link a:after{
    content: url(../image/arrow.svg);
    margin-left:8px;
}
.banner-main .btn-main,
.banner-main-list .btn-main{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding: 16px 65px;
}
.banner-main .container > img,
.banner-main-list .container .banner-main-list-item > img{
    width:100%;
    max-width: 100%;
}
.banner-main-list .container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.banner-main-list .banner-main-title{
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
}
.banner-main-list .banner-main-text{
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    max-width: 300px;
    margin-bottom: 30px;
}
.banner-main-list .banner-main-list-item:last-child .banner-main-text{
    max-width: 360px;
}
.simplecheckout-block h3{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 20px;
}
body #custom-checkout .checkout-heading{
    font-size: 20px;
}
body #custom-checkout .checkout-heading span.step{
    border: 1px solid #0099CC;
    background: #fff;
    border-radius: 50%;
    height:24px;
    width:24px;
    font-weight: 700;
    font-size: 14px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    color: #0099CC;
    margin-right: 15px;
}
.simplecheckout label.simplecheckout-label{
    margin-bottom: 5px;
}
#simplecheckout_button_confirm{
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
.simplecheckout-button-block#buttons{
    padding: 0 30px;
}
.simplecheckout-left-column{
    margin-bottom: 90px;
}
body #custom-checkout .simplecheckout-block-content .radio{
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 14px;
    margin-bottom: 5px;
}
body #custom-checkout .simplecheckout-block-content .radio.checked{
    border-radius: 4px;
    border: 1px solid #0099CC;
}
body #custom-checkout .simplecheckout-block-content .radio > div{
    margin-top: 10px;
}
#simplecheckout_shipping_address{
    margin-top: -40px;
    margin-bottom: 0;
}
@media (min-width: 1024px) {
    .simplecheckout-step .simplecheckout-right-column{
        position: sticky;
        top: 0;
        margin-bottom: 90px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
    }
    footer .container,
    header .container,
    .blog-latest > .container,
    .blog-article > .container,
    .common-home .content-description .container,
    .module-wrapper .container,
    .latest-news .container,
    .banner-main .container,
    .banner-main-list .container,
    .checkout-simplecheckout > .container,
    #product,
    .fixed-product > .container,
    .item-sets .container,
    .categories,
    .content-page,
    .reviews-page > .container {
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .blog-latest .new-item,
    .blog-latest .content-description .container,
    .blog-article .content-description .container{
        padding: 0;
    }
    .blog-latest .content-description,
    .blog-article .content-description{
        padding-top: 0;
    }
    
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1024px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1366px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xxl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xxl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xxl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xxl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xxl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xxl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xxl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xxl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xxl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xxl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xxl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xxl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xxl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xxl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xxl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xxl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xxl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xxl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xxl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xxl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66667%;
    }
}
.col-five,
.col-lg-five,
.col-md-five,
.col-sm-five,
.col-xl-five {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-five {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-five {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-five {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-five {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-five {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1024px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1366px) {
    .d-xxl-none {
        display: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1024px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1366px) {
    .flex-xxl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xxl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xxl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xxl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
    position: relative;
    display: block;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline {
    float: left;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
    border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
    color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

/*!
 * Select2 Bootstrap Theme v0.1.0-beta.10 (https://select2.github.io/select2-bootstrap-theme)
 * Copyright 2015-2017 Florian Kissling and contributors (https://github.com/select2/select2-bootstrap-theme/graphs/contributors)
 * Licensed under MIT (https://github.com/select2/select2-bootstrap-theme/blob/master/LICENSE)
 */
.select2-container--bootstrap {
    display: block;
}
.select2-container--bootstrap .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
    outline: 0;
}
.select2-container--bootstrap .select2-selection.form-control {
    border-radius: 4px;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
}
.select2-container--bootstrap .select2-search__field {
    outline: 0;
}
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
    color: #999;
}
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
    color: #999;
}
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
    color: #999;
}
.select2-container--bootstrap .select2-results__option {
    padding: 6px 12px;
}
.select2-container--bootstrap .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--bootstrap .select2-results__option[aria-disabled="true"] {
    color: #777;
    cursor: not-allowed;
}
.select2-container--bootstrap .select2-results__option[aria-selected="true"] {
    background-color: #f5f5f5;
    color: #262626;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #337ab7;
    color: #fff;
}
.select2-container--bootstrap .select2-results__option .select2-results__option {
    padding: 6px 12px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -12px;
    padding-left: 24px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -24px;
    padding-left: 36px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -36px;
    padding-left: 48px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -48px;
    padding-left: 60px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -60px;
    padding-left: 72px;
}
.select2-container--bootstrap .select2-results__group {
    color: #777;
    display: block;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    white-space: nowrap;
}
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-color: #66afe9;
}
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent #999;
    border-width: 0 4px 4px;
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-color: transparent;
}
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-color: transparent;
}
.select2-container--bootstrap .select2-selection__clear {
    color: #999;
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px;
}
.select2-container--bootstrap .select2-selection__clear:hover {
    color: #333;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection {
    border-color: #ccc;
    box-shadow: none;
}
.select2-container--bootstrap.select2-container--disabled .select2-search__field,
.select2-container--bootstrap.select2-container--disabled .select2-selection {
    cursor: not-allowed;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #eee;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear {
    display: none;
}
.select2-container--bootstrap .select2-dropdown {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-color: #66afe9;
    overflow-x: hidden;
    margin-top: -1px;
}
.select2-container--bootstrap .select2-dropdown--above {
    box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
    margin-top: 1px;
}
.select2-container--bootstrap .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--bootstrap .select2-selection--single {
    height: 34px;
    line-height: 1.42857143;
    padding: 6px 24px 6px 12px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    position: absolute;
    bottom: 0;
    right: 12px;
    top: 0;
    width: 4px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    height: 0;
    left: 0;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #555;
    padding: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--bootstrap .select2-selection--multiple {
    min-height: 34px;
    padding: 0;
    height: auto;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    display: block;
    line-height: 1.42857143;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    float: left;
    margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    color: #555;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin: 5px 0 0 6px;
    padding: 0 6px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    background: 0 0;
    padding: 0 12px;
    height: 32px;
    line-height: 1.42857143;
    margin-top: 0;
    min-width: 5em;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 3px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: 6px;
}
.form-group-sm .select2-container--bootstrap .select2-selection--single,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.select2-container--bootstrap .select2-selection--single.input-sm {
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 22px 5px 10px;
}
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b {
    margin-left: -5px;
}
.form-group-sm .select2-container--bootstrap .select2-selection--multiple,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.select2-container--bootstrap .select2-selection--multiple.input-sm {
    min-height: 30px;
    border-radius: 3px;
}
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice {
    font-size: 12px;
    line-height: 1.5;
    margin: 4px 0 0 5px;
    padding: 0 5px;
}
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field {
    padding: 0 10px;
    font-size: 12px;
    height: 28px;
    line-height: 1.5;
}
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear {
    margin-top: 5px;
}
.form-group-lg .select2-container--bootstrap .select2-selection--single,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.select2-container--bootstrap .select2-selection--single.input-lg {
    border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    padding: 10px 31px 10px 16px;
}
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow {
    width: 5px;
}
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b {
    border-width: 5px 5px 0;
    margin-left: -10px;
    margin-top: -2.5px;
}
.form-group-lg .select2-container--bootstrap .select2-selection--multiple,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.select2-container--bootstrap .select2-selection--multiple.input-lg {
    min-height: 46px;
    border-radius: 6px;
}
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice {
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
    margin: 9px 0 0 8px;
    padding: 0 10px;
}
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field {
    padding: 0 16px;
    font-size: 18px;
    height: 44px;
    line-height: 1.3333333;
}
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear {
    margin-top: 10px;
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #999;
    border-width: 0 5px 5px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
    padding-left: 24px;
    padding-right: 12px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 0;
    text-align: right;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 12px;
    right: auto;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
    margin-left: 0;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-search--inline,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 0;
    margin-right: 6px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.has-warning .select2-dropdown,
.has-warning .select2-selection {
    border-color: #8a6d3b;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    border-color: #66512c;
}
.has-warning.select2-drop-active {
    border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #66512c;
}
.has-error .select2-dropdown,
.has-error .select2-selection {
    border-color: #a94442;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    border-color: #843534;
}
.has-error.select2-drop-active {
    border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #843534;
}
.has-success .select2-dropdown,
.has-success .select2-selection {
    border-color: #3c763d;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    border-color: #2b542c;
}
.has-success.select2-drop-active {
    border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #2b542c;
}
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control {
    border-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group > .select2-container--bootstrap {
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 0;
}
.input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control {
    float: none;
}
.input-group > .select2-container--bootstrap.select2-container--focus,
.input-group > .select2-container--bootstrap.select2-container--open {
    z-index: 3;
}
.input-group > .select2-container--bootstrap,
.input-group > .select2-container--bootstrap .input-group-btn,
.input-group > .select2-container--bootstrap .input-group-btn .btn {
    vertical-align: top;
}
.form-control.select2-hidden-accessible {
    position: absolute !important;
    width: 1px !important;
}
@media (min-width: 768px) {
    .form-inline .select2-container--bootstrap {
        display: inline-block;
    }
}
@media (max-width: 1023px) {
    .scrollable {
        position: relative;
    }
    .scrollable:focus {
        outline: 0;
    }
    .scrollable .viewport {
        position: relative;
        overflow: hidden;
    }
    .scrollable .viewport .overview {
        position: absolute;
    }
    .scrollable .scroll-bar {
        display: none;
    }
    .scrollable .scroll-bar.vertical {
        position: absolute;
        right: 0;
        height: 100%;
    }
    .scrollable .scroll-bar.horizontal {
        position: relative;
        width: 100%;
    }
    .scrollable .scroll-bar .thumb {
        position: absolute;
    }
    .scrollable .scroll-bar.vertical .thumb {
        width: 100%;
        min-height: 10px;
    }
    .scrollable .scroll-bar.horizontal .thumb {
        height: 100%;
        min-width: 10px;
        left: 0;
    }
    .not-selectable {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .scrollable.default-skin {
        padding-right: 10px;
        padding-bottom: 6px;
    }
    .scrollable.default-skin .scroll-bar.vertical {
        width: 6px;
    }
    .scrollable.default-skin .scroll-bar.horizontal {
        height: 6px;
    }
    .scrollable.default-skin .scroll-bar .thumb {
        background-color: #000;
        opacity: 0.4;
        border-radius: 3px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }
    .scrollable.default-skin .scroll-bar:hover .thumb {
        opacity: 0.6;
    }
    .scrollable.gray-skin {
        padding-right: 17px;
    }
    .scrollable.gray-skin .scroll-bar {
        background-color: hsla(0, 0%, 83%, 0.5);
    }
    .scrollable.gray-skin .scroll-bar .thumb {
        background-color: #d3d3d3;
    }
    .scrollable.gray-skin .scroll-bar.vertical {
        width: 6px;
    }
    .scrollable.gray-skin .scroll-bar.horizontal {
        height: 10px;
        margin-top: 2px;
    }
    .scrollable.modern-skin {
        padding-right: 17px;
    }
    .scrollable.modern-skin .scroll-bar {
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        box-shadow: inset 0 0 5px #888;
    }
    .scrollable.modern-skin .scroll-bar .thumb {
        background-color: #95aabf;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border: 1px solid #536984;
    }
    .scrollable.modern-skin .scroll-bar.vertical .thumb {
        width: 8px;
        background: linear-gradient(90deg, #95aabf 0, #547092);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=1 )";
    }
    .scrollable.modern-skin .scroll-bar.horizontal .thumb {
        height: 8px;
        background-image: linear-gradient(#95aabf, #547092);
        background-image: -ms-linear-gradient(#95aabf, #547092);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=0 )";
    }
    .scrollable.modern-skin .scroll-bar.vertical {
        width: 10px;
    }
    .scrollable.modern-skin .scroll-bar.horizontal {
        height: 10px;
        margin-top: 2px;
    }
}

/*! jQuery UI - v1.11.2 - 2014-10-25
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default !important;
}
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000;
}
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    min-height: 0;
    font-size: 100%;
}
.ui-accordion .ui-accordion-icons,
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: 0.5em;
    top: 50%;
    margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}
.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none;
}
.ui-button-icon-only {
    width: 2.2em;
}
button.ui-button-icon-only {
    width: 2.4em;
}
.ui-button-icons-only {
    width: 3.4em;
}
button.ui-button-icons-only {
    width: 3.7em;
}
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}
.ui-button-text-only .ui-button-text {
    padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: 0.4em;
    text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
input.ui-button {
    padding: 0.4em 1em;
}
.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}
.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
    left: 0.5em;
}
.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
    right: 0.5em;
}
.ui-buttonset {
    margin-right: 7px;
}
.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -0.3em;
}
button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}
.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: 700;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px 0.4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0;
}
.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    margin: -1px;
}
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item {
    padding-left: 2em;
}
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
}
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0;
    height: auto;
    border: 0;
}
.ui-selectmenu-open {
    display: block;
}
.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 0.4em 2.1em 0.4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.ui-slider-horizontal {
    height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.ui-spinner,
.ui-spinner-input {
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    margin: 0.2em 0;
    margin-left: 0.4em;
    margin-right: 22px;
}
.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: 0.5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-tabs {
    position: relative;
    padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
    border-width: 2px;
}
.ui-widget {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em;
}
.ui-widget-content {
    border: 1px solid #ddd;
    background: #eee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
    color: #333;
}
.ui-widget-content a {
    color: #333;
}
.ui-widget-header {
    border: 1px solid #e78f08;
    background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    color: #fff;
    font-weight: 700;
}
.ui-widget-header a {
    color: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #ccc;
    background: #f6f6f6 url(/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: 700;
    color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #1c94c4;
    text-decoration: none;
}
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #fbcb09;
    background: #fdf5ce url(/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
    font-weight: 700;
    color: #c77405;
}
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #c77405;
    text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #fbd850;
    background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: 700;
    color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #eb8f00;
    text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fed22f;
    background: #ffe45c url(/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
    color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #b81900 url(/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
    color: #fff;
}
.ui-state-error-text,
.ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error-text,
.ui-widget-header .ui-state-error a {
    color: #fff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-active .ui-icon,
.ui-state-default .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_228ef1_256x240.png);
}
.ui-state-error-text .ui-icon,
.ui-state-error .ui-icon {
    background-image: url(images/ui-icons_ffd27a_256x240.png);
}
.ui-icon-blank {
    background-position: 16px 16px;
}
.ui-icon-carat-1-n {
    background-position: 0 0;
}
.ui-icon-carat-1-ne {
    background-position: -16px 0;
}
.ui-icon-carat-1-e {
    background-position: -32px 0;
}
.ui-icon-carat-1-se {
    background-position: -48px 0;
}
.ui-icon-carat-1-s {
    background-position: -64px 0;
}
.ui-icon-carat-1-sw {
    background-position: -80px 0;
}
.ui-icon-carat-1-w {
    background-position: -96px 0;
}
.ui-icon-carat-1-nw {
    background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-first,
.ui-icon-seek-start {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
    background: #666 url(/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000 url(/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
    opacity: 0.2;
    filter: Alpha(Opacity=20);
    border-radius: 5px;
}
*,
:after,
:before {
    box-sizing: inherit;
}
html {
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}
body {
    min-height: 100vh;
    margin: 0;
    line-height: 1.15;
    text-rendering: optimizeLegibility;
    -webkit-text-decoration-skip: objects;
    text-decoration-skip: objects;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}
body *,
body :after,
body :before {
    box-sizing: inherit;
}
body html {
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}
body body {
    min-height: 100vh;
    margin: 0;
    line-height: 1.15;
    text-rendering: optimizeLegibility;
    -webkit-text-decoration-skip: objects;
    text-decoration-skip: objects;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}
body blockquote,
body dd,
body dl,
body figure,
body p {
    margin: 0;
}
body ol,
body ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
body table {
    border-collapse: collapse;
    border-spacing: 0;
}
body th {
    font-weight: inherit;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}
body audio,
body img,
body video {
    display: block;
}
body iframe,
body img {
    border: none;
}
body pre {
    font-family: monospace, monospace;
    font-size: inherit;
}
body a {
    background-color: transparent;
    color: inherit;
}
body a,
body abbr {
    text-decoration: none;
}
body abbr {
    border: none;
}
body b,
body strong {
    font-weight: inherit;
}
body i {
    display: block;
}
body em,
body i {
    font-style: inherit;
}
body code,
body kbd,
body samp {
    font-family: monospace;
    font-size: inherit;
}
body dfn {
    font-style: inherit;
}
body mark {
    background-color: transparent;
    color: inherit;
}
body small {
    font-size: inherit;
}
body sub,
body sup {
    position: relative;
    vertical-align: baseline;
    font-size: inherit;
    line-height: 0;
}
body sub {
    bottom: -0.25em;
}
body sup {
    top: -0.5em;
}
body button,
body input,
body optgroup,
body select,
body textarea {
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
}
body button,
body select {
    text-transform: none;
    text-align: left;
}
body select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
body select::-ms-expand {
    display: none;
}
body [type="button"],
body [type="reset"],
body [type="submit"],
body button {
    cursor: pointer;
}
body textarea {
    resize: none;
    overflow: auto;
}
body fieldset {
    padding: 0;
    margin: 0;
    border: none;
}
body legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
body [type="number"]::-webkit-inner-spin-button,
body [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
body input[type="number"] {
    -moz-appearance: textfield;
}
body input::-webkit-inner-spin-button,
body input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
body ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
body ::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.2;
    transition: opacity 0.3s;
}
body :-moz-placeholder,
body ::-moz-placeholder {
    color: inherit;
    opacity: 0.2;
    transition: opacity 0.3s;
}
body :-ms-input-placeholder {
    color: inherit;
    opacity: 0.2;
    transition: opacity 0.3s;
}
body :focus::-webkit-input-placeholder {
    opacity: 0;
}
body :focus:-moz-placeholder,
body :focus::-moz-placeholder {
    opacity: 0;
}
body :focus:-ms-input-placeholder {
    opacity: 0;
}
body svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}
body [hidden] {
    display: none;
}
body .disabled,
body :disabled {
    cursor: not-allowed;
    pointer-events: none;
}
body ::-ms-clear {
    display: none;
}
body ::-moz-focus-inner {
    border: none;
}
body :-webkit-autofill {
    background-color: transparent;
    box-shadow: inset 0 0 100px #fff;
    -webkit-text-fill-color: currentColor;
}
body .clearfix:after {
    content: "";
    display: block;
    clear: both;
}
body .visually-hidden {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
}
blockquote,
dd,
dl,
figure,
ol,
p,
ul {
    margin: 0;
}
ol,
ul {
    padding: 0;
    list-style-type: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-weight: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    margin: 0;
}
audio,
img,
video {
    display: block;
}
iframe,
img {
    border: none;
}
pre {
    font-family: monospace, monospace;
    font-size: inherit;
}
a {
    background-color: transparent;
    color: inherit;
}
a,
abbr {
    text-decoration: none;
}
abbr {
    border: none;
}
b,
strong {
    font-weight: inherit;
}
em,
i {
    font-style: inherit;
}
code,
kbd,
samp {
    font-family: monospace;
    font-size: inherit;
}
dfn {
    font-style: inherit;
}
mark {
    background-color: transparent;
    color: inherit;
}
small,
sub,
sup {
    font-size: inherit;
}
sub,
sup {
    position: relative;
    vertical-align: baseline;
    line-height: 0;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
}
button,
select {
    text-transform: none;
    text-align: left;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}
textarea {
    resize: none;
    overflow: auto;
}
fieldset {
    padding: 0;
    margin: 0;
    border: none;
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.2;
    transition: opacity 0.3s;
}
:-moz-placeholder,
::-moz-placeholder {
    color: inherit;
    opacity: 0.2;
    transition: opacity 0.3s;
}
:-ms-input-placeholder {
    color: inherit;
    opacity: 0.2;
    transition: opacity 0.3s;
}
:focus::-webkit-input-placeholder {
    opacity: 0;
}
:focus:-moz-placeholder,
:focus::-moz-placeholder {
    opacity: 0;
}
:focus:-ms-input-placeholder {
    opacity: 0;
}
svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}
[hidden] {
    display: none;
}
.disabled,
:disabled {
    cursor: not-allowed;
    pointer-events: none;
}
::-ms-clear {
    display: none;
}
::-moz-focus-inner {
    border: none;
}
:-webkit-autofill {
    background-color: transparent;
    box-shadow: inset 0 0 100px #fff;
    -webkit-text-fill-color: currentColor;
}
::-moz-selection {
    color: #000;
    background: #a2d4ff;
}
::selection {
    color: #000;
    background: #a2d4ff;
}
:focus {
    outline: none;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
}
.visually-hidden {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
}
@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Regular.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Medium.ttf);
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Bold.ttf);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
html {
    font-size: 14px;
    scroll-behavior: smooth;
    -webkit-font-smoothing: subpixel-antialiased;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    html {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
body {
    background: #fff;
    color: #06090e;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Gilroy, sans-serif;
    font-weight: 400;
    font-size: 14px;
    -webkit-font-smoothing: subpixel-antialiased;
}
body.is-active,
body.modal-open {
    overflow: hidden;
}
body.modal-open:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 90000;
}
.slick-arrow {
    background: transparent;
    color: #06090e;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 5px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s;
}
.slick-arrow.slider-prev {
    left: 0;
}
.slick-arrow.slider-next {
    right: 0;
}
.slick-arrow:focus,
.slick-arrow:hover {
    transition: all 0.3s;
    color: #09c;
}
@media screen and (min-width: 1024px) {
    .slick-arrow {
        width: 35px;
        height: 35px;
        padding: 8px;
    }
}
.main-title,
.page-title,
.section-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.main-title--text-left,
.page-title--text-left,
.section-title--text-left {
    text-align: left;
}
.main-title--text-right,
.page-title--text-right,
.section-title--text-right {
    text-align: right;
}
.page-title {
    text-align: left;
}
@media screen and (min-width: 992px) {
    .main-title,
    .page-title,
    .section-title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 32px;
    }
}
.svg-sprite {
    display: none;
}
.scroll-button {
    background: transparent;
    border: none;
    outline: none;
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
}
.scroll-button__icon {
    color: #09c;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 768px) {
    .scroll-button {
        width: 52px;
        height: 52px;
    }
}
.row.js-slider-items.slick-initialized .slick-list {
    padding-right: 1px;
}
.row--no-margin {
    margin: 0;
}
@media screen and (min-width: 1024px) {
    .row.js-slider-items.slick-initialized .slick-list {
        padding-bottom: 250px;
        margin-bottom: -250px;
    }
}
.custom-module {
    padding: 30px 0;
}
@media screen and (min-width: 992px) {
    .custom-module {
        padding: 45px 0;
    }
}
.category-card {
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding: 12px;
    transition: all 0.3s;
}
.category-card__img {
    max-width: 200px;
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
}
.category-card__title {
    font-weight: 500;
    text-align: center;
    height: 32px;
    overflow: hidden;
    transition: all 0.3s;
}
.category-card:hover {
    transition: all 0.3s;
    border-color: #09c;
}
.category-card:hover .category-card__title {
    transition: all 0.3s;
    color: #09c;
}
.pagination {
    margin-bottom: 35px;
}
.pagination__link {
    padding: 3px 9px;
    border-radius: 50%;
}
.pagination__link:hover {
    color: #09c;
}
.pagination__active {
    color: #09c;
    border: 1px solid #09c;
    border-radius: 50%;
    padding: 3px 7px;
}
.pagination__chevron {
    font-size: 25px;
    line-height: 12px;
    margin-left: 5px;
    margin-right: 5px;
}
.pagination__chevron:hover {
    color: #09c;
}
.pagination-top-wrapper {
    display: none;
}
@media (min-width: 1024px) {
    .pagination {
        margin-top: 35px;
    }
    .pagination-top-wrapper {
        display: block;
    }
}
.breadcrumb {
    background: transparent;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 6px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    overflow: auto;
}
.breadcrumb,
.breadcrumb li {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.breadcrumb li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 4px;
}
.breadcrumb li:last-child a {
    color: #06090e;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    padding: 0;
}
.breadcrumb li:before {
    color: #06090e;
}
.breadcrumb li a {
    display: block;
    padding: 1px 0;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.breadcrumb li a:before {
    content: "";
    background: #06090e;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    transition: all 0.2s;
}
.breadcrumb li a:hover:before {
    transition: all 0.2s;
    content: none;
    opacity: 0;
}
.breadcrumb li span {
    display: inline-block;
    padding: 1px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media screen and (min-width: 1024px) {
    .breadcrumb {
        margin-top: 20px;
    }
}
.breadcrumb > li + li:before {
    content: "/";
    color: #06090e;
    padding: 0 5px;
}
.breadcrumb li a {
    color: #06090e;
    text-decoration: none;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    padding: 0;
}
.breadcrumb li a:before {
    content: none;
}
.breadcrumb li a:focus,
.breadcrumb li a:hover {
    color: #09c;
}
.breadcrumb li span {
    color: #06090e;
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
    padding: 0;
}
.pagination {
    width: 100%;
    padding: 15px 0;
}
.pagination,
.pagination li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pagination li {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 32px;
    height: 32px;
    margin-right: 4px;
}
.pagination li:last-child {
    margin-right: 0;
}
.pagination li.active {
    background: transparent;
    color: #09c;
}
.pagination li.active span {
    background: #09c;
    color: #fff;
    border-color: #09c;
}
.pagination li.active span:focus,
.pagination li.active span:hover {
    transition: all 0.3s;
    background: #09c;
    color: #09c;
    border-color: #09c;
}
.pagination li a,
.pagination li span {
    color: #06090e;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 4px !important;
    border: 1px solid #e6e6e6;
    transition: all 0.3s;
}
.pagination li a:focus,
.pagination li a:hover,
.pagination li span:focus,
.pagination li span:hover {
    transition: all 0.3s;
    background: transparent;
    color: #09c;
    border-color: #09c;
}
.empty-description {
    padding: 15px 0;
    margin-bottom: 10px;
}
.article-img-wrapper {
    width: 100%;
    margin-bottom: 15px;
}
.article-img {
    max-width: 100%;
}
#content {
    margin-bottom: 20px;
}
.not-found-image {
    max-width: 100%;
    margin: 20px auto;
}
.text-danger,
.text-error {
    color: #ef767a;
}
@media screen and (min-width: 992px) {
    .hidden-md {
        display: none;
    }
}
.table-bordered td,
.wikitable td {
    border: 1px solid #e6e6e6;
    padding: 10px;
}
.table-responsive {
    max-width: 100%;
    overflow: auto;
    margin-bottom: 35px;
}
.img-responsive {
    max-width: 100%;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: 0.35s;
    transition-property: height, visibility;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.shadow-block {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.shadow-block.active {
    display: block;
}
@media screen and (min-width: 1200px) {
    .no-padding-right {
        padding-right: 0;
    }
    .no-padding-left {
        padding-left: 0;
    }
}
.js-slider-items .slick-track {
    min-width: 100%;
}
.ocf-link {
    display: none;
}
.full-width {
    width: 100% !important;
}
.navbar {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    z-index: 10000;
    padding: 16px 0;
    display: none;
}
.navbar__caption {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 16px 16px;
    border-bottom: 1px solid #f4f4f4;
}
.navbar__caption,
.navbar__caption .logo {
    -ms-flex-align: center;
    align-items: center;
}
.navbar__caption .logo {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
.navbar__caption .logo__img {
    max-width: 90px;
}
.navbar__button-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 16px;
}
.navbar__button-catalog,
.navbar__button-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}
.navbar__button-catalog {
    border: none;
    outline: none;
    background: transparent;
    color: #09c;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    transition: all 0.3s;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0;
}
.navbar__button-catalog:focus,
.navbar__button-catalog:hover {
    transition: all 0.3s;
    color: #007aa3;
}
.navbar__close {
    background: transparent;
    color: #09c;
    border: none;
    outline: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    padding: 8px;
    transition: all 0.3s;
}
.navbar__close:focus,
.navbar__close:hover {
    transition: all 0.3s;
    color: #007aa3;
}
.navbar-buttons {
    padding: 14px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    max-width: calc(100% - 32px);
    margin: 0 auto;
}
.navbar-buttons__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 8px;
}
.navbar-buttons__item:last-child {
    margin-bottom: 0;
}
.navbar-buttons__icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
.account-menu {
    display: none;
}
.top-categories {
    padding: 14px 0;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    max-width: calc(100% - 32px);
    margin: 0 auto;
}
.top-categories__item {
    margin-bottom: 8px;
}
.top-categories__item:last-child {
    margin-bottom: 0;
}
.contacts-block {
    padding: 14px 0;
    max-width: calc(100% - 32px);
    margin: 0 auto;
}
.contacts-block,
.contacts-block .phones,
.contacts-block .phones__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}
.contacts-block .phones__list {
    padding: 0;
    margin-bottom: 8px;
}
.contacts-block .phones__link {
    font-size: 14px;
    font-weight: 400;
}
.contacts-block .header__text-block {
    padding: 0;
    margin-bottom: 10px;
}
.contacts-block .header__text-block b,
.contacts-block .header__text-block p {
    font-size: 14px !important;
}
.contacts-block .language__link {
    font-size: 14px;
}
.contacts-block .language__item:first-child .language__link {
    padding-left: 0;
}
@media screen and (min-width: 992px) {
    .navbar {
        background: transparent;
        display: block;
        position: static;
        z-index: auto;
        max-height: none;
        height: auto;
        padding: 0;
    }
    .navbar__button-wrapper,
    .navbar__caption {
        display: none;
    }
    .navbar__container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    .navbar .navbar-buttons {
        display: none;
    }
    .navbar .top-categories {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: calc(100% - 50px);
        max-width: none;
        border: none;
        margin: 0;
        padding: 8px 0;
    }
    .navbar .top-categories__item {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-right: 1px solid rgba(6, 9, 14, 0.15);
        margin-bottom: 0;
    }
    .navbar .top-categories__link {
        color: #06090e;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        display: block;
        padding: 5px 24px;
        transition: all 0.3s;
    }
    .navbar .top-categories__link:focus,
    .navbar .top-categories__link:hover {
        transition: all 0.3s;
        color: #09c;
    }
    .navbar .account-menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .navbar .account-menu__icon {
        color: #09c;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 25px;
        height: 25px;
    }
    .contacts-block {
        display: none;
    }
}
.language__list {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.language__item,
.language__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.language__item {
    border-right: 1px solid #06090e;
    -ms-flex-pack: center;
    justify-content: center;
}
.language__item:last-child {
    border: none;
}
.language__link {
    color: #06090e;
    font-size: 16px;
    line-height: 19px;
    display: block;
    width: 100%;
    padding: 0 6px;
}
.language__link:focus,
.language__link:hover {
    color: #06090e;
    text-decoration: underline;
}
.language__link.active {
    font-weight: 700;
    color: #09c;
}
.language__link.active:focus,
.language__link.active:hover {
    text-decoration: none;
}
.phones {
    border-radius: 8px 8px 0 0;
}
.phones.active {
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
}
.phones__list {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 30px 12px;
    position: relative;
}
.phones__item,
.phones__list {
    display: -ms-flexbox;
    display: flex;
}
.phones__item {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.phones__link {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
}
.phones__link:focus,
.phones__link:hover {
    color: #09c;
}
.phones__button {
    background: transparent;
    color: #09c;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    padding: 0;
    margin-left: 30px;
    position: relative;
    z-index: 1;
    top: -12px;
    transition: all 0.3s;
}
.phones__button:hover {
    transition: all 0.3s;
    color: #007aa3;
}
.phones__button-show {
    background: transparent;
    color: #06090e;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 20px;
    padding: 6px;
    position: relative;
    z-index: 1;
    right: -10px;
    transform: rotate(0deg);
    transition: all 0.3s;
}
.phones__button-show:hover {
    transition: all 0.3s;
    color: #09c;
}
.phones__button-show.active {
    transition: all 0.3s;
    transform: rotate(180deg);
}
.phones__dropdown {
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
    display: none;
    width: 100%;
    padding: 0 30px 20px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
}
.phones__dropdown.active {
    display: block;
}
.phones__dropdown:before {
    content: "";
    display: block;
    background: #fff;
    width: 100%;
    height: 15px;
    position: absolute;
    left: 0;
    top: -15px;
    z-index: 1;
}
.phones__dropdown .phones__item {
    margin-bottom: 12px;
}
.phones--simple {
    padding: 0;
}
.phones--simple .phones__item {
    margin-bottom: 5px;
}
.phones--simple .phones__link {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
}
.search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: calc(100% - 58px);
    padding: 0 15px;
    position: relative;
}
.search__input {
    outline: none;
    box-shadow: none;
    background: #fff;
    color: #06090e;
    border: 1px solid #09c;
    font-size: 14px;
    line-height: 21px;
    border-radius: 4px;
    width: 100%;
    height: 35px;
    padding: 6px 15px;
}
.search__input::-webkit-input-placeholder {
    color: rgba(6, 9, 14, 0.75);
    opacity: 1;
    font-size: 14px;
    line-height: 21px;
}
.search__input:-ms-input-placeholder,
.search__input::-ms-input-placeholder {
    color: rgba(6, 9, 14, 0.75);
    opacity: 1;
    font-size: 14px;
    line-height: 21px;
}
.search__input::placeholder {
    color: rgba(6, 9, 14, 0.75);
    opacity: 1;
    font-size: 14px;
    line-height: 21px;
}
.search__button {
    display: none;
}
@media screen and (min-width: 992px) {
    .search {
        max-width: 88%;
        padding: 0;
    }
    .search__input {
        padding: 10px 20px;
        width: calc(100% - 50px);
        height: 40px;
        border-radius: 6px 0 0 6px;
    }
    .search__button {
        background: #09c;
        color: #fff;
        border: none;
        border-radius: 0 6px 6px 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50px;
        height: 40px;
        padding: 15px;
        transition: all 0.3s;
        margin-left: -1px;
    }
    .search__button:hover {
        transition: all 0.3s;
        background: #007aa3;
    }
}
#search-page {
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
}
#search-page .search__input {
    border: 1px solid #e6e6e6;
    height: 43px;
    border-radius: 4px;
    width: calc(100% - 65px);
    margin-right: 10px;
    transition: all 0.3s;
}
#search-page .search__input:focus {
    transition: all 0.3s;
    border: 1px solid #09c;
}
#search .dropdown-menu {
    background: #fff;
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
    border: none;
    width: 100%;
    min-width: 300px;
    max-height: 450px;
    overflow: auto;
    padding: 15px 20px;
    position: absolute;
    transform: translateX(-50%);
    top: 100%;
    left: 50% !important;
    z-index: 1000;
    display: none;
}
#search .dropdown-menu li a {
    color: #06090e;
    background: transparent;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px 0;
    transition: all 0.3s;
    border-bottom: 1px solid #09c;
}
#search .dropdown-menu li a:hover .search-suggestion .name {
    transition: all 0.3s;
    color: #09c;
}
#search .dropdown-menu li a .search-suggestion {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
#search .dropdown-menu li a .search-suggestion .more {
    color: #06090e;
    font-size: 15px;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-top: 15px;
    transition: all 0.3s;
}
#search .dropdown-menu li a .search-suggestion .more:hover {
    transition: all 0.3s;
    color: #09c;
}
#search .dropdown-menu li a .search-suggestion .image {
    width: 40px;
}
#search .dropdown-menu li a .search-suggestion .name {
    color: #06090e;
    width: calc(100% - 40px);
    font-weight: 500;
    font-size: 14px;
    white-space: normal;
    padding-left: 10px;
    padding-bottom: 10px;
    transition: all 0.3s;
}
#search .dropdown-menu li a .search-suggestion .price {
    color: #06090e;
    font-size: 15px;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 44px;
    margin-right: auto;
}
#search .dropdown-menu li a .search-suggestion .price span {
    color: #06090e;
    font-size: 15px;
    font-weight: 600;
    padding-right: 5px;
}
#search .dropdown-menu li a .search-suggestion .price span.price-old {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    text-decoration: line-through;
}
@media screen and (min-width: 992px) {
    #search .dropdown-menu {
        transform: none;
        left: 0 !important;
    }
}
.top-menu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1000;
    display: none;
}
.top-menu__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
    margin: 0 -15px;
}
.top-menu__column {
    width: 100%;
    padding: 0 15px;
}
.top-menu__list {
    background: #09c;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
}
.top-menu__item,
.top-menu__list {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.top-menu__item {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 15px;
    transition: all 0.3s;
}
.top-menu__link {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(100% - 30px);
    padding: 15px 25px;
}
.top-menu__icon,
.top-menu__link {
    color: #fff;
    -ms-flex-align: center;
    align-items: center;
}
.top-menu__icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 15px;
}
.top-menu__title {
    display: block;
    width: calc(100% - 40px);
}
.top-menu__button {
    background: transparent;
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 8px;
    transition: all 0.3s;
}
.top-menu .sub-menu {
    background: #09c;
    width: 100%;
    min-height: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    display: none;
}
.top-menu .sub-menu__button-back {
    border: none;
    background: #00bfff;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 25px;
}
.top-menu .sub-menu__button-back,
.top-menu .sub-menu__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.top-menu .sub-menu__column {
    width: 100%;
}
.top-menu .sub-menu__button {
    background: transparent;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 8px;
}
.top-menu .sub-menu__additional-category,
.top-menu .sub-menu__button {
    color: #fff;
    -ms-flex-align: center;
    align-items: center;
    transition: all 0.3s;
}
.top-menu .sub-menu__additional-category {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(100% - 30px);
    padding: 15px 25px;
}
.top-menu .sub-menu__additional-category:focus,
.top-menu .sub-menu__additional-category:hover,
.top-menu .sub-menu__link {
    transition: all 0.3s;
    color: #fff;
}
.top-menu .sub-menu__link {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    display: block;
    width: 100%;
    padding: 15px 25px;
}
.top-menu .sub-menu__link:focus,
.top-menu .sub-menu__link:hover {
    transition: all 0.3s;
    color: #09c;
}
.top-menu .sub-menu__additional-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 15px;
}
.top-menu .sub-menu__container {
    background: #09c;
    display: none;
    width: 100%;
    min-height: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}
.top-menu--icon-back {
    padding: 5px;
    margin-right: 5px;
}
.top-menu--icon-next {
    margin-right: 0;
    padding: 8px;
}
@media screen and (min-width: 992px) {
    .top-menu.active {
        display: block !important;
    }
    .top-menu__list {
        background: #f4f4f4;
    }
    .top-menu__item:hover {
        transition: all 0.3s;
        background: #09c;
    }
    .top-menu__item:hover .top-menu__button,
    .top-menu__item:hover .top-menu__icon,
    .top-menu__item:hover .top-menu__link {
        transition: all 0.3s;
        color: #fff;
    }
    .top-menu__item:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        z-index: 10;
    }
    .top-menu__link {
        color: #06090e;
        font-size: 16px;
        line-height: 24px;
    }
    .top-menu__icon {
        color: #09c;
    }
    .top-menu__button {
        color: #06090e;
        pointer-events: none;
        cursor: pointer;
    }
    .top-menu .sub-menu {
        background: #fff;
        box-shadow: 0 3px 18px -5px rgba(0, 0, 0, 0.1);
        display: block;
        padding: 30px;
        max-height: none;
        height: auto;
        left: 100%;
        overflow: visible;
        visibility: hidden;
        opacity: 0;
        z-index: -100;
    }
    .top-menu .sub-menu__button,
    .top-menu .sub-menu__button-back {
        display: none;
    }
    .top-menu .sub-menu__column {
        padding: 0 15px;
        width: 25%;
    }
    .top-menu .sub-menu__additional-wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-right: 0;
    }
    .top-menu .sub-menu__additional-category {
        color: #06090e;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 15px;
        width: 100%;
        padding: 0;
    }
    .top-menu .sub-menu__additional-category:focus,
    .top-menu .sub-menu__additional-category:hover {
        transition: all 0.3s;
        color: #09c;
    }
    .top-menu .sub-menu__link {
        color: #06090e;
        padding: 5px 0;
    }
    .top-menu .sub-menu__container {
        background: transparent;
        position: static;
        left: auto;
        top: auto;
        display: block;
        height: auto;
        max-height: none;
        overflow: visible;
        z-index: auto;
    }
    .top-menu .sub-menu__block {
        margin-bottom: 15px;
    }
    .top-menu .sub-menu__wrapper {
        width: auto;
        margin: 0 -15px;
    }
}
.fixed-button,
.top-caption {
    display: none;
}
@media screen and (max-width: 991px) {
    .top-menu a:focus,
    .top-menu a:hover {
        color: #fff;
    }
    .header .nav-section__button {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header .nav-section__arrow-icon {
        display: none;
    }
    .header .top-menu {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 1000000000000;
    }
    .header .top-menu__wrapper {
        background: #fff;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header .top-menu__column {
        height: 100%;
    }
    .header .top-menu__list {
        background: #fff;
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: unset;
        align-items: unset;
        padding: 0 13px 30px;
    }
    .header .top-menu__item {
        outline: 1px solid #f4f4f4;
        padding: 0;
        width: 50%;
    }
    .header .top-menu__item:hover {
        outline: 1px solid #09c;
    }
    .header .top-menu__link {
        color: #06090e;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 10px;
    }
    .header .top-menu__link .top-menu__icon {
        color: #09c;
        width: 40px;
        height: 40px;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .header .top-menu__link:focus,
    .header .top-menu__link:hover {
        color: #06090e;
    }
    .header .top-menu__title {
        display: block;
        width: 100%;
        height: 42px;
        overflow: hidden;
        text-align: center;
    }
    .header .top-menu__button.js-lvl-2 {
        display: none;
    }
    .header .top-caption {
        background: #fff;
        color: #000;
        border: none;
        outline: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        min-height: 60px;
        padding: 8px 0;
    }
    .header .top-caption:focus,
    .header .top-caption:hover {
        outline: none;
        box-shadow: none;
    }
    .header .top-caption__text {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
    }
    .header .top-caption__icon {
        color: #09c;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 20px;
        height: 20px;
    }
    .header .sub-menu {
        width: 100%;
    }
    .header .sub-menu,
    .header .sub-menu__container {
        background: #fff;
        height: 100%;
        max-height: 100%;
        overflow: auto;
    }
    .header .sub-menu__button-back {
        background: #fff;
        color: #000;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        overflow: hidden;
        min-height: 60px;
        border-bottom: 1px solid #f4f4f4;
        padding-left: 10px;
        padding-right: 40px;
    }
    .header .sub-menu__button-back.js-lvl2-back {
        font-size: 18px;
    }
    .header .sub-menu__button-back .top-menu__icon {
        color: #000;
    }
    .header .sub-menu a {
        color: #000;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
    }
    .header .sub-menu__button,
    .header .sub-menu a:focus,
    .header .sub-menu a:hover {
        color: #000;
    }
    .header .sub-menu .menu-breadcrumbs {
        width: calc(100% - 30px);
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .header .fixed-button {
        background: #fff;
        color: #09c;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        padding: 5px;
        position: absolute;
        right: 8px;
        top: 16px;
        z-index: 100;
    }
}
#ocfilter {
    border: none;
}
#ocfilter .list-group .selected-options .ocfilter-option {
    padding-left: 5px;
    padding-right: 5px;
}
#ocfilter .ocfilter-toggle {
    cursor: pointer;
}
#ocfilter .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: 0.35s;
    transition-property: height, visibility;
}
#ocfilter .collapse {
    display: none;
}
#ocfilter .collapse.in {
    display: block;
}
#ocfilter .collapse.in + .collapse-value .ocfilter-arrow {
    transition: all 0.1s;
    transform: rotate(180deg);
}
#ocfilter .ocfilter-prices {
    color: #06090e !important;
}
#ocfilter .filter-collapse {
    width: 12px;
    height: 12px;
    margin-left: auto;
    cursor: pointer;
}
#ocfilter .filter-collapse,
#ocfilter .ocfilter-arrow {
    color: #979ba1;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform: rotate(0deg);
    transition: all 0.1s;
}
#ocfilter .ocfilter-arrow {
    width: 10px;
    height: 10px;
    margin-left: 5px;
}
#ocfilter .btn-block {
    color: #09c;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    margin-top: 8px;
}
#ocfilter .btn-block.show-all {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 0.3s;
    padding: 8px 15px;
}
#ocfilter .btn-block.show-all:hover {
    transition: all 0.3s;
    background: #007aa3;
    border-color: #007aa3;
}
#ocfilter .btn-block.show-all i {
    width: 14px;
    height: 14px;
    color: #fff;
}
#ocfilter .hidden {
    display: none;
}
.ocf-header .ocfilter-sub-title {
    background: #09c;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    padding: 14px 25px;
}
#ocfilter .ocfilter-option .noUi-horizontal {
    height: 10px;
}
#ocfilter .ocfilter-option .scale {
    margin-top: 15px;
    margin-bottom: 15px;
}
#ocfilter #scale-price {
    margin-top: 20px;
    margin-bottom: 30px;
    height: 8px;
}
#ocfilter .noUi-connect {
    background: #09c;
    box-shadow: none;
    border-color: #09c;
}
#ocfilter .noUi-handle {
    background-color: #09c;
    border: 3px solid #09c;
    box-shadow: none;
    border-radius: 0;
    width: 15px;
    height: 15px;
    left: -10px;
    top: -5px;
}
#ocfilter .noUi-handle:after,
#ocfilter .noUi-handle:before {
    content: none;
}
#ocfilter .clear-filter {
    color: #06090e;
    background: #fff;
    border: 1px solid #ef767a;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    transition: all 0.3s;
    padding: 6px 10px;
}
#ocfilter .clear-filter:focus,
#ocfilter .clear-filter:hover {
    transition: all 0.3s;
    background: #ef767a;
    color: #fff;
    border-color: #ef767a;
    outline: none;
    box-shadow: none;
}
#ocfilter .clear-filter .filter-icon {
    margin-right: 0;
    margin-left: 4px;
}
#ocfilter .selected-options {
    background: transparent;
    border: none;
}
#ocfilter .selected-options__name {
    word-break: break-word;
    font-size: inherit;
    text-align: left;
}
#ocfilter .selected-options .ocfilter-option {
    background: transparent !important;
    border: none !important;
}
#ocfilter .selected-options .ocfilter-option span {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
#ocfilter .selected-options .ocfilter-option .btn-danger {
    color: #06090e;
    background: #fff;
    border: 1px solid #ef767a;
    font-size: 13px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px 8px;
    margin: 0 4px 4px;
    white-space: unset;
}
#ocfilter .selected-options .ocfilter-option .btn-danger:focus,
#ocfilter .selected-options .ocfilter-option .btn-danger:hover {
    box-shadow: none;
    outline: none;
}
#ocfilter .selected-options .filter-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    margin-right: 4px;
}
#ocfilter .panel-heading {
    display: none;
}
#ocfilter .input-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
#ocfilter .input-label,
#ocfilter .input-title {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#ocfilter .input-title {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: calc(100% - 60px);
}
#ocfilter .btn-default {
    background: #09c;
    color: #fff;
    outline: none;
    box-shadow: none;
    border-radius: 4px;
    border-color: #09c;
}
#ocfilter .list-group .ocfilter-option {
    border: 1px solid #e6e6e6;
    margin-bottom: -1px;
    padding: 8px 0;
}
#ocfilter .list-group .ocfilter-option .ocf-option-name {
    color: #09c;
    padding: 5px 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    margin: 0 -1px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#ocfilter .list-group .ocfilter-option .ocf-option-name.active .filter-collapse {
    transition: all 0.1s;
    transform: rotate(90deg);
}
#ocfilter .list-group .ocfilter-option .ocf-option-name.active:after {
    transition: all 0.3s;
    transform: rotate(-180deg);
}
#ocfilter .list-group .ocfilter-option .ocf-option-name:after {
    content: "";
    background: transparent;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #fff;
    transition: all 0.3s;
    transform: rotate(0deg);
}
#ocfilter .list-group .ocfilter-option .ocf-option-values {
    padding: 10px 15px;
    color: #06090e;
    font-size: 14px;
    font-weight: 400;
}
#ocfilter .list-group .ocfilter-option .ocf-option-values .badge {
    float: right;
    background: transparent;
    color: #06090e;
    font-size: 14px;
    font-weight: 400;
}
#ocfilter .list-group .ocfilter-option .ocf-option-values label {
    color: #06090e;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 0;
}
.input-checkbox {
    background: #fff;
    border: 1px solid #09c;
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin: 0 6px 0 0;
    position: relative;
    vertical-align: bottom;
}
.input-checkbox:hover + .input-text {
    transition: all 0.2s;
    color: #06090e;
}
input[type="checkbox"]:checked + .input-checkbox {
    transition: all 0.2s;
    border-color: #09c;
    background: #09c;
}
input[type="checkbox"]:checked + .input-checkbox:before {
    content: "";
    position: absolute;
    left: 3px;
    bottom: 6px;
    width: 10px;
    height: 7px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
}
input[type="checkbox"]:disabled + .input-checkbox {
    opacity: 0.3;
    border-color: #e6e6e6;
    cursor: not-allowed;
}
.popover {
    z-index: 100000;
}
.popover-content {
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
}
.popover-content,
.popover-content .btn-primary {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.popover-content .btn-primary {
    background: #09c;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 12px 24px;
    transition: all 0.3s;
}
.popover-content .btn-primary:hover {
    transition: all 0.3s;
    background: #007aa3;
    color: #fff;
}
@media screen and (min-width: 992px) {
    .popover-content {
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 15px;
    }
}
.ocf-offcanvas {
    z-index: 100000 !important;
}
.ocf-offcanvas .ocfilter-mobile-handle .btn-primary {
    background: #09c;
    color: #fff;
    border-color: #09c;
    transition: all 0.3s;
    outline: none;
    box-shadow: none;
}
.ocf-offcanvas .ocfilter-mobile-handle .btn-primary:focus,
.ocf-offcanvas .ocfilter-mobile-handle .btn-primary:hover {
    transition: all 0.3s;
    outline: none;
    box-shadow: none;
    color: #fff;
    background: #007aa3;
    border-color: #007aa3;
}
.gifts {
    width: 100%;
    margin-bottom: 20px;
}
.gifts__title {
    color: #06090e;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}
.gifts__dropdown {
    width: 100%;
}
.gifts__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.gifts__items,
.gifts__more {
    display: -ms-flexbox;
    display: flex;
}
.gifts__more {
    color: #09c;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 12px 10px;
    transition: all 0.3s;
}
.gifts__more.collapsed .gifts__arrow {
    transition: all 0.1s;
    transform: rotate(0deg);
}
.gifts__more:hover {
    transition: all 0.3s;
    color: #007aa3;
}
.gifts__arrow {
    color: #979ba1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    transform: rotate(180deg);
    transition: all 0.3s;
}
.gifts__clarification {
    font-size: 10px;
    margin-top: 5px;
}
.gifts-modal__wrapper {
    max-height: 390px;
    overflow: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.gifts-modal__title {
    color: #06090e;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.gifts-modal__purchasing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}
.gifts-modal__clarification {
    margin-bottom: 10px;
}
.gift {
    width: 100%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}
.gift__name {
    display: block;
    font-weight: 700;
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 6px;
    text-align: left;
    width: 100%;
    height: 28px;
    overflow: hidden;
}
.gift__content {
    -ms-flex-align: center;
    align-items: center;
}
.gift__container,
.gift__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}
.gift__container {
    padding: 10px 6px;
}
.gift__img-wrapper {
    position: relative;
    width: 60px;
    height: 60px;
}
.gift__img-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../image/gift.jpg);
    background-size: contain;
}
.gift__img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.gift__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 60px);
    padding-left: 15px;
}
.gift__info .checkbox__span {
    height: 28px;
}
.gift__prices {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(100% - 30px);
}
.gift__old-price {
    text-decoration: line-through;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin-left: 6px;
}
.gift__price {
    color: #ef767a;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
@media (min-width: 575px) {
    .gift {
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .gift:hover {
        color: #09c;
    }
    .gifts-modal__purchasing {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .gifts-modal__title {
        color: #06090e;
        font-weight: 700;
        font-size: 18px;
        text-align: center;
        margin-bottom: 30px;
    }
}
.gift-vertical {
    position: relative;
    width: 50%;
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.gift-vertical__img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.gift-vertical__img-wrapper {
    position: relative;
    margin-bottom: 10px;
}
.gift-vertical__img-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../image/gift.jpg);
    background-size: contain;
}
.gift-vertical__name {
    height: 32px;
    overflow: hidden;
}
.gift-vertical__checkbox:checked + span {
    background-color: hsla(0, 0%, 100%, 0.5);
    background-image: url(../image/checked.png);
    background-size: 70px 70px;
    background-position: 50%;
    background-repeat: no-repeat;
}
.gift-vertical__checker {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
@media (min-width: 1024px) {
    .gift-vertical {
        width: 20%;
    }
}
@media screen and (max-width: 574px) {
    .gift {
        border: 1px solid #e6e6e6;
        margin-bottom: 3px;
    }
}
.accessories {
    width: 100%;
    margin-bottom: 20px;
}
.accessories__title {
    color: #06090e;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}
.accessories__dropdown {
    width: 100%;
}
.accessories__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.accessories__more {
    color: #09c;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 12px 10px;
    transition: all 0.3s;
}
.accessories__more.collapsed .accessories__arrow {
    transition: all 0.1s;
    transform: rotate(0deg);
}
.accessories__more:hover {
    transition: all 0.3s;
    color: #007aa3;
}
.accessories__arrow {
    color: #979ba1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    transform: rotate(180deg);
    transition: all 0.3s;
}
.accessories__clarification {
    font-size: 10px;
    margin-top: 5px;
}
.accessories-modal__wrapper {
    max-height: 390px;
    overflow: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.accessories-modal__title {
    color: #06090e;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.accessories-modal__purchasing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}
.accessories-modal__clarification {
    margin-bottom: 10px;
}
.accessor {
    width: 100%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}
.accessor__discount {
    color: #fff;
    background: #09c;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    padding: 3px 4px;
    position: absolute;
    left: 0;
    top: 55px;
    z-index: 1;
}
.accessor__name {
    display: block;
    font-weight: 700;
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 6px;
    text-align: left;
    width: 100%;
    height: 28px;
    overflow: hidden;
}
.accessor__content {
    -ms-flex-align: center;
    align-items: center;
}
.accessor__container,
.accessor__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}
.accessor__container {
    padding: 10px 6px;
}
.accessor__img-wrapper {
    position: relative;
    width: 60px;
    height: 60px;
}
.accessor__img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.accessor__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 60px);
    padding-left: 15px;
}
.accessor__info .checkbox__span {
    height: 28px;
}
.accessor__prices {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(100% - 30px);
}
.accessor__old-price {
    text-decoration: line-through;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin-left: 6px;
}
.accessor__price {
    color: #ef767a;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
@media (min-width: 575px) {
    .accessor {
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .accessor:hover {
        color: #09c;
    }
    .accessories-modal__purchasing {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .accessories-modal__title {
        color: #06090e;
        font-weight: 700;
        font-size: 18px;
        text-align: center;
        margin-bottom: 30px;
    }
}
.accessor-vertical {
    position: relative;
    width: 50%;
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.accessor-vertical__img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.accessor-vertical__img-wrapper {
    position: relative;
    margin-bottom: 10px;
}
.accessor-vertical__name {
    height: 32px;
    overflow: hidden;
}
.accessor-vertical__checkbox:checked + span {
    background-color: hsla(0, 0%, 100%, 0.5);
    background-image: url(../image/checked.png);
    background-size: 70px 70px;
    background-position: 50%;
    background-repeat: no-repeat;
}
.accessor-vertical__checker {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
@media (min-width: 1024px) {
    .accessor-vertical {
        width: 20%;
    }
}
@media screen and (max-width: 574px) {
    .accessor {
        border: 1px solid #e6e6e6;
        margin-bottom: 3px;
    }
}
.main-slider {
    min-width: 100%;
    width: 100%;
    height: auto;
}
.main-slider__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin: 0 -15px;
}
.main-slider__block {
    width: 100%;
    position: relative;
}
.main-slider__block .slick-track {
    min-width: 100%;
}
.main-slider__block:not(.slick-initialized) .main-slider__item:not(:first-child) {
    display: none;
}
.main-slider__image {
    max-width: 100%;
}
.main-slider__caption {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 15px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.main-slider__title {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
}
.main-slider__description {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    background: hsla(213, 4%, 52%, 0.4);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    width: 100%;
    padding: 15px;
}
.main-slider__column {
    display: none;
}
@media screen and (min-width: 992px) {
    .main-slider__caption {
        padding: 20px 25px;
        height: auto;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 500px;
    }
    .main-slider__link {
        display: block;
        width: 100%;
        overflow: hidden;
    }
    .main-slider__image {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .main-slider__column {
        display: block;
        padding: 0 15px;
        width: 308px;/*calc(30% - 20px);*/
    }
    .main-slider__block {
        width: calc(70% + 20px);
    }
    .main-slider__title {
        font-size: 40px;
        line-height: 56px;
    }
    .main-slider__description {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
    }
}
.slider-manufacturers {
    padding: 20px 0;
    width: 100%;
}
.slider-manufacturers .slick-track {
    min-width: 100%;
}
.slider-manufacturers__wrapper {
    padding: 0 20px;
}
.slider-manufacturers__image {
    display: block;
    max-width: 100%;
    margin: auto;
}
.slider-manufacturers .slick-arrow.slider-prev {
    left: -15px;
}
.slider-manufacturers .slick-arrow.slider-next {
    right: -15px;
}
.rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.rating,
.rating__star {
    -ms-flex-align: center;
    align-items: center;
}
.rating__star {
    color: #ef767a;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}
.rating__star--empty {
    color: #f4f4f4;
}
.latest-reviews {
    background: #f4f4f4;
    padding: 45px 0;
    position: relative;
    z-index: 2;
}
.latest-reviews__container {
    width: 100%;
    position: relative;
    z-index: 1;
}
.latest-reviews__container:before {
    background: url(../../../image/union_top.svg) no-repeat 50% / contain;
    left: 15px;
    top: -25px;
}
.latest-reviews__container:after,
.latest-reviews__container:before {
    content: "";
    display: block;
    width: 50px;
    height: 35px;
    position: absolute;
    z-index: 1;
}
.latest-reviews__container:after {
    background: url(../../../image/union_bottom.svg) no-repeat 50% / contain;
    right: 15px;
    bottom: -5px;
}
.latest-reviews__wrapper {
    margin: 0;
    position: relative;
    z-index: 2;
}
.latest-reviews__button-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
}
@media screen and (min-width: 1024px) {
    .latest-reviews {
        padding: 5% 0;
    }
    .latest-reviews__wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .latest-reviews__container:after,
    .latest-reviews__container:before {
        width: 150px;
        height: 90px;
    }
    .latest-reviews__container:before {
        top: -70px;
        left: 0;
    }
    .latest-reviews__container:after {
        bottom: -45px;
        right: 0;
    }
    .latest-reviews__button-wraper {
        padding-top: 35px;
    }
}
.review {
    background: #fff;
    border-radius: 8px;
}
.review--full {
    box-shadow: none;
    border-left: 3px solid #e6e6e6;
}
.review__date {
    padding-top: 8px;
}
.review__author {
    font-size: 15px;
    padding-right: 10px;
}
.review__text {
    font-size: 14px;
    line-height: normal;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
    height: 117px;
    overflow: hidden;
}
.form-review__attached-label {
    background-color: #f4f4f4;
    color: #06090e;
}
@media (min-width: 1024px) {
    .form-review {
        width: 100% !important;
        max-width: 800px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .form-review__attached {
        position: absolute;
        left: 0;
        top: 100%;
    }
    .form-review__buttons {
        position: relative;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
    .form-review__buttons .align-items-center {
        padding-bottom: 0;
    }
    .form-review__attach {
        margin-top: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .form-review__attach-button {
        margin-left: 10px;
    }
    .review {
        padding: 30px 25px;
    }
    .review__more {
        display: block;
        position: absolute;
        bottom: 15px;
        left: 15px;
        text-decoration: underline;
        font-weight: 600;
        margin-top: 0;
    }
    .review__more:hover {
        color: #000;
    }
    .review__dots {
        text-decoration: none;
    }
    .review__author {
        font-size: 17px;
    }
    .review__link-wrap {
        text-align: right;
    }
    .review--answer {
        margin-left: 100px;
    }
    .review__img {
        width: 100px;
        height: 100px;
    }
    .review__text {
        font-size: 16px;
        line-height: 21px;
        height: 120px;
        overflow: hidden;
    }
    .review__text--full {
        height: auto;
    }
}
#button-review {
    margin: 10px auto;
}
.review-form-limite .error-text {
    color: #dc3545;
}
#button-confirm,
.btn-main {
    background: #09c;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 24px;
    cursor: pointer;
    transition: all 0.3s;
}
#button-confirm:disabled,
.btn-main:disabled {
    border: none;
    border-radius: 4px;
    padding: 12px 24px;
    height: 37px;
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.3;
}
#button-confirm:focus,
#button-confirm:hover,
.btn-main:focus,
.btn-main:hover {
    transition: all 0.3s;
    background: #007aa3;
    color: #fff;
}
.btn-main--wide {
    min-width: 90%;
}
@media screen and (min-width: 992px) {
    .btn-main--font-size-l {
        font-size: 18px;
    }
}
#button-confirm {
    float: left;
}
.button-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 15px;
}
.button-wrapper--left {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.button-wrapper--right {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.social,
.social__item {
    -ms-flex-align: center;
    align-items: center;
}
.social__item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 8px;
    padding: 5px 0;
}
.social__item:last-child {
    margin-right: 0;
}
.social__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px;
}
.social__image {
    max-width: 100%;
    margin: auto;
}
.admin-text {
    font-family: Gilroy, sans-serif !important;
    color: #06090e !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.admin-text img {
    max-width: 100%;
}
.admin-text b {
    color: #06090e !important;
}
.admin-text b,
.admin-text blockquote {
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}
.admin-text blockquote {
    background: #06090e !important;
    border-radius: 4px !important;
    border: none !important;
    color: #fff !important;
    font-style: italic !important;
    padding: 16px 24px !important;
}
.admin-text p {
    margin: 15px 0 !important;
}
.admin-text div,
.admin-text p,
.admin-text pre,
.admin-text u {
    color: #06090e !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
}
.admin-text pre {
    border: 1px solid #09c !important;
    border-radius: 0 !important;
    background-color: transparent !important;
}
.admin-text a {
    color: #09c !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    text-decoration: underline !important;
}
.admin-text a:hover,
.admin-text a focus {
    color: #00bfff !important;
    text-decoration: none !important;
}
.admin-text h1 {
    margin: 28px 0 !important;
    font-size: 26px !important;
}
.admin-text h1,
.admin-text h2 {
    color: #06090e !important;
    font-weight: 700 !important;
}
.admin-text h2 {
    margin: 26px 0 !important;
    font-size: 24px !important;
}
.admin-text h3 {
    margin: 24px 0 !important;
    font-size: 22px !important;
}
.admin-text h3,
.admin-text h4 {
    color: #06090e !important;
    font-weight: 700 !important;
}
.admin-text h4 {
    margin: 22px 0 !important;
    font-size: 20px !important;
}
.admin-text h5 {
    margin: 20px 0 !important;
    font-size: 18px !important;
}
.admin-text h5,
.admin-text h6 {
    color: #06090e !important;
    font-weight: 700 !important;
}
.admin-text h6 {
    margin: 18px 0 !important;
    font-size: 16px !important;
}
.admin-text ul {
    padding-left: 40px !important;
    list-style: none !important;
    margin-bottom: 15px !important;
}
.admin-text ul li {
    margin: 15px 0 !important;
    color: #06090e !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}
.admin-text ul li:before {
    content: "";
    background: #06090e;
    display: inline-block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 10px;
}
.admin-text ol {
    padding-left: 40px !important;
    list-style: decimal !important;
    margin-bottom: 15px !important;
}
.admin-text ol li {
    margin: 15px 0 !important;
    color: #06090e !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}
.admin-text table,
.admin-text td,
.admin-text th,
.admin-text tr {
    border: 1px solid #e6e6e6;
}
.admin-text td {
   /* word-break: break-all !important;*/
    overflow-wrap: break-word;
}
@media screen and (min-width: 1024px) {
    .admin-text a,
    .admin-text b,
    .admin-text blockquote,
    .admin-text div,
    .admin-text ol li,
    .admin-text p,
    .admin-text pre,
    .admin-text u,
    .admin-text ul li {
        font-size: 16px !important;
        line-height: 22px !important;
    }
}
.product-description {
    font-family: Gilroy, sans-serif !important;
    color: #06090e !important;
    font-size: 14px !important;
    text-align: left !important;
}
.product-description b {
    font-weight: 700 !important;
}
.product-description b,
.product-description p {
    color: #06090e !important;
    font-size: 14px !important;
    letter-spacing: 0.04em !important;
    line-height: 1.5 !important;
    text-align: left !important;
}
.product-description p {
    margin: 15px 0 !important;
}
.product-description div,
.product-description pre,
.product-description u {
    color: #06090e !important;
    font-size: 14px !important;
    letter-spacing: 0.04em !important;
    line-height: 1.5 !important;
    text-align: left !important;
}
.product-description pre {
    border: 1px solid #09c !important;
    border-radius: 0 !important;
    background-color: transparent !important;
}
.product-description a {
    font-size: 14px !important;
    letter-spacing: 0.04em !important;
    line-height: 1.5 !important;
    text-align: left !important;
}
.product-description a,
.product-description a:hover,
.product-description a focus {
    color: #09c !important;
    text-decoration: underline !important;
}
.product-description h1 {
    margin: 28px 0 !important;
    font-size: 26px !important;
}
.product-description h1,
.product-description h2 {
    color: #06090e !important;
    font-weight: 700 !important;
    text-align: left !important;
}
.product-description h2 {
    margin: 26px 0 !important;
    font-size: 24px !important;
}
.product-description h3 {
    margin: 24px 0 !important;
    font-size: 22px !important;
}
.product-description h3,
.product-description h4 {
    color: #06090e !important;
    font-weight: 700 !important;
    text-align: left !important;
}
.product-description h4 {
    margin: 22px 0 !important;
    font-size: 20px !important;
}
.product-description h5 {
    margin: 20px 0 !important;
    font-size: 18px !important;
}
.product-description h5,
.product-description h6 {
    color: #06090e !important;
    font-weight: 700 !important;
    text-align: left !important;
}
.product-description h6 {
    margin: 18px 0 !important;
    font-size: 16px !important;
}
.product-description ul {
    padding-left: 40px !important;
    list-style: disc !important;
    margin-bottom: 15px !important;
    text-align: left !important;
}
.product-description ul li {
    margin: 15px 0 !important;
    color: #06090e !important;
    font-size: 14px !important;
    letter-spacing: 0.04em !important;
    line-height: 1.5 !important;
    text-align: left !important;
}
.product-description ol {
    padding-left: 40px !important;
    list-style: decimal !important;
    margin-bottom: 15px !important;
    text-align: left !important;
}
.product-description ol li {
    margin: 15px 0 !important;
    color: #06090e !important;
    font-size: 14px !important;
    letter-spacing: 0.04em !important;
    line-height: 1.5 !important;
    text-align: left !important;
}
.product-description table,
.product-description td,
.product-description th,
.product-description tr {
    border: 1px solid #e6e6e6;
}
.product-description td {
    word-break: break-all !important;
}
.content-description {
    background: #fff;
    padding: 35px 0;
}
.content-description__btn-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding-top: 20px;
}
.content-description__title {
    text-align: left;
}
.content-description__wrapper {
    width: 100%;
    height: auto;
}
.content-description__wrapper.is-hide {
    width: 100%;
    height: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.content-description__wrapper.is-hide:after {
    content: "";
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.85) 71%, #fff);
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 1;
}
.content-description__btn-show {
    background: transparent;
    color: rgba(0, 0, 0, 0.6);
    border: none;
    outline: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    transition: all 0.3s;
}
.content-description__btn-show:hover {
    transition: all 0.3s;
    color: #09c;
}
@media screen and (min-width: 992px) {
    .content-description {
        padding: 50px 0;
    }
    .content-description__btn-wrapper {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.product-card__wrapper {
    border: 1px solid #e6e6e6;
    width: auto;
    height: 100%;
    margin: 0 -15px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}
.product-card__img-wrapper,
.product-card__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-card__img-wrapper {
    width: 100%;
    padding: 15px;
}
.product-card__img {
    max-width: 100%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.product-card__elements {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    padding: 15px 15px 0;
}
.product-card__elements,
.product-card__rating-field {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.product-card__rating-field {
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 16px;
    margin-bottom: 15px;
}
.product-card__rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.product-card__rating-icon {
    color: #ef767a;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}
.product-card__rating-count,
.product-card__rating-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}
.product-card__rating-count {
    color: #06090e;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    margin-left: 3px;
}
.product-card__rating-text {
    color: #06090e;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
}
.product-card__title {
    color: #06090e;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    display: block;
    width: 100%;
    height: 48px/*72px*/;
    overflow: hidden;
    margin-bottom: 20px;
}
.product-card__credit-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 40px;
    margin-bottom: 12px;
    overflow: hidden;
}
.product-card__credit-item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin: 0px 6px;
    position:relative;
 
}

.product-card__credit-item .credit_item_mouth{
    background: #09c;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    position: absolute;
    right: -8px;
    top: -7px;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}

.product-card__credit-item:last-child {
    margin-right: 0;
}
.product-card__credit-icon {
    display: block;
    width: 100px;
    max-width: 28px;
    margin: auto;
}
.product-card__prices {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}
.product-card__price-new {
    color: #06090e;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
.product-card__price-old {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-decoration: line-through;
    margin-left: 15px;
}
.product-card__btn-icon {
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.product-card__buttons {
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-top: 15px;
}
.product-card__buttons,
.product-card__buttons-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.product-card__buttons-group {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.product-card__user-btn {
    background: transparent;
    color: #06090e;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 2px;
    margin-right: 15px;
    transition: all 0.3s;
}
.product-card__user-btn:last-child {
    margin-right: 0;
}
.product-card__user-btn:hover {
    transition: all 0.3s;
    color: #09c;
}
.product-card__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25px;
    height: 25px;
}
.product-card__button,
.product-card__icon {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-card__button {
    background: #09c;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 8px 20px;
    transition: all 0.3s;
}
.product-card__button:focus,
.product-card__button:hover {
    transition: all 0.3s;
    background: #007aa3;
    color: #fff;
}
.product-card__hover-block {
    display: none;
}
.product-card--icon-empty {
    color: #f4f4f4;
}
@media screen and (min-width: 992px) {
    .product-card {
        position: relative;
    }
    .product-card:hover .product-card__hover-block {
        display: block;
    }
    .product-card:hover .product-card__wrapper {
        transition: all 0.3s;
        box-shadow: 0 18px 40px rgba(35, 41, 49, 0.1);
    }
    .product-card__title {
        font-size: 16px;
    }
    .product-card__hover-block {
        background: #fff;
        border: 1px solid #e6e6e6;
        border-top: none;
        box-shadow: 0 18px 40px rgba(35, 41, 49, 0.1);
        width: 100%;
        max-height: 230px;
        overflow: auto;
        padding: 0 15px;
        position: absolute;
        top: calc(100% - 1px);
        left: 0;
        z-index: 4;
    }
    .product-card__hover-block:before {
        content: "";
        background: #fff;
        display: block;
        width: calc(100% - 5px);
        height: 15px;
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        top: -15px;
        z-index: 1;
    }
    .product-card__attributes {
        display: block;
        width: 100%;
        padding: 8px 0;
        border-top: 1px solid #e6e6e6;
    }
    .product-card__field {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: baseline;
        align-items: baseline;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        padding: 4px 0;
    }
    .product-card__attributes-name {
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        padding-right: 3px;
    }
    .product-card__attributes-value {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
    }
    .product-card.view-list .product-card__hover-block {
        display: none !important;
    }
    .product-card.view-list .product-card__wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: unset;
        align-items: unset;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .product-card.view-list .product-card__img-wrapper {
        width: 30%;
    }
    .product-card.view-list .product-card__elements {
        width: 70%;
    }
    .product-card.view-list .product-card__title {
        height: auto;
        overflow: visible;
    }
}
.module-wrapper {
    padding: 20px 0;
    position: relative;
    z-index: 0;
}
@media screen and (min-width: 992px) {
    .module-wrapper {
        padding: 45px 0;
    }
    .module-wrapper .slick-arrow {
        top: calc(50% - 125px);
    }
}
@media screen and (min-width: 1360px) {
    .module-wrapper {
        padding-left: 35px;
        padding-right: 35px;
    }
    .module-wrapper .slick-arrow.slider-prev{
        left: -30px;
    }
    .module-wrapper .slick-arrow.slider-next{
        right: -30px;
    }
    body .item-sets .container{
        padding-left: 95px;
        padding-right: 95px;
    }
    .item-sets .slick-arrow.slider-prev {
        left: -55px;
    }
    .item-sets .slick-arrow.slider-next {
        right: -55px;
    }
}
.custom-sticker {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    left: -1px;
    top: 1px;
    z-index: 5;
}
.custom-sticker__item-text {
    margin-bottom: 8px;
}
.custom-sticker__item {
    background: #ef767a;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    padding: 6px 8px;
    border-radius: 0 2px 2px 0;
}
.custom-sticker__item-image {
    margin-bottom: 8px;
}
.custom-sticker__image {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 32px;
    height: 32px;
}
.new-item {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}
.new-item,
.new-item__img-wrapper {
    margin-bottom: 20px;
}
.new-item__img {
    max-width: 100%;
    margin: 0 auto;
}
.new-item__date {
    margin-bottom: 15px;
}
.new-item__text {
    padding: 15px 0;
}
.new-item__title {
    display: block;
    margin-bottom: 10px;
    height: 35px;
    overflow: hidden;
    font-size: 16px;
    line-height: 17px;
    font-weight: 600;
}
.new-item__description-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.new-item__description {
    display: block;
    width: 100%;
    height: 64px;
    overflow: hidden;
}
.new-item__button {
    background: transparent;
    color: #09c;
    border: none;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s;
    margin-top: 8px;
}
.new-item__button:hover {
    transition: all 0.3s;
    background: transparent;
    color: #007aa3;
}
.latest-news {
    background: #f4f4f4;
    padding: 30px 0;
    position: relative;
    z-index: 2;
}
.latest-news__link-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
}
@media screen and (min-width: 992px) {
    .latest-news {
        padding: 55px 0;
    }
}
.articles-list .new-item {
    padding: 15px 0;
    margin-bottom: -1px;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-radius: 0;
}
.articles-list .new-item__text {
    padding: 0;
}
.articles-list .new-item__title {
    height: auto;
    font-weight: 400;
}
.module-html {
    width: 100%;
    height: 350px;
}
.module-html__wrapper {
    width: 100%;
    height: 100%;
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.module-html__wrapper--start {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.module-html__wrapper--end,
.module-html__wrapper--start {
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px 20px;
}
.module-html__wrapper--end {
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 30px;
}
.module-html__caption {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 500px;
}
.module-html__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    max-width: 300px;
}
.module-html .btn-main {
    font-size: 18px;
    padding: 12px 40px;
    font-weight: 500;
    border-radius: 4px;
    margin-top: 20px;
    width: 100%;
    max-width: 450px;
}
.module-html .custom-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    transition: all 0.3s;
}
.module-html .custom-link:after {
    content: "\2192";
    font-size: 18px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 3px;
}
.module-html .custom-link:hover {
    transition: all 0.3s;
    text-decoration: underline;
}
.module-html h1 {
    font-size: 26px !important;
}
.module-html h1,
.module-html h2 {
    font-weight: 700 !important;
    margin: 20px 0 !important;
}
.module-html h2 {
    font-size: 24px !important;
}
.module-html h3 {
    font-weight: 700 !important;
    margin: 20px 0 !important;
    font-size: 22px !important;
}
.module-html h4,
.module-html h5 {
    margin: 20px 0 !important;
}
.module-html h4,
.module-html h5,
.module-html h6 {
    font-weight: 700 !important;
    font-size: 20px !important;
}
.module-html h6 {
    margin: 18px 0 !important;
}
.module-html b {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 28px !important;
}
.module-html--column {
    height: 375px;
}
@media screen and (min-width: 1024px) {
    .module-html {
        width: 100%;
        height: 450px;
    }
    .module-html__wrapper {
        padding: 5% 8%;
    }
    .module-html__wrapper,
    .module-html__wrapper--start {
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .module-html__wrapper--start {
        padding: 45px;
    }
    .module-html__wrapper--end {
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 45px;
        margin-top: 0;
    }
    .module-html .custom-link,
    .module-html__text {
        font-size: 16px;
    }
    .module-html .btn-main {
        width: auto;
    }
    .module-html h1 {
        margin: 28px 0 !important;
        font-size: 40px !important;
    }
    .module-html h2 {
        margin: 26px 0 !important;
        font-size: 36px !important;
    }
    .module-html h3 {
        margin: 24px 0 !important;
        font-size: 32px !important;
    }
    .module-html h4 {
        margin: 22px 0 !important;
        font-size: 28px !important;
    }
    .module-html h5 {
        margin: 20px 0 !important;
        font-size: 24px !important;
    }
    .module-html h6 {
        margin: 18px 0 !important;
        font-size: 20px !important;
    }
    .module-html b {
        font-size: 18px !important;
    }
    .module-html--column {
        height: 400px;
    }
}
.sidebar {
    margin-bottom: 30px;
}
.sidebar__title {
    text-transform: uppercase;
    text-align: center;
    color: #06090e;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    height: 45px;
    line-height: 45px;
    font-weight: 600;
}
.sidebar__title--category {
    display: none;
}
.sidebar__list {
    display: none;
    padding: 15px;
    border: 1px solid #e6e6e6;
    border-top: none;
}
.sidebar__drop:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #06090e;
    border-left: 1px solid #06090e;
    transform: rotate(-45deg);
    transition: 0.2s;
}
.sidebar__drop.active:after {
    top: 7px;
    transform: rotate(135deg);
}
.sidebar__list.active {
    display: block;
}
.sidebar__link {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
}
.sidebar__link:last-child {
    margin-bottom: 0;
}
.sidebar__link--sub:after {
    content: "";
    position: absolute;
    right: 0;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #06090e;
    border-left: 1px solid #06090e;
    transform: rotate(-45deg);
}
.sidebar__link:hover {
    color: #09c;
}
.sidebar__link.active {
    color: #09c;
    font-weight: 500;
}
.sidebar__sublist {
    display: none;
    transition: 0.2s;
}
.sidebar__sublist.active {
    display: block;
}
.sidebar__drop-button {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin-left: auto;
}
.sidebar__drop-button:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #06090e;
    border-left: 1px solid #06090e;
    transform: rotate(-45deg);
    transition: 0.2s;
}
.sidebar__drop-button.active:after {
    top: 7px;
    transform: rotate(135deg);
}
.sidebar__link-wrapper {
    display: -ms-flexbox;
    display: flex;
}
.sidebar__sublink {
    position: relative;
    display: block;
    margin-bottom: 15px;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 400;
}
.sidebar__sublink--sub {
    margin-left: 35px;
}
.sidebar__sublink:hover {
    color: #09c;
}
.sidebar__sublink:before {
    content: "-";
    margin-right: 5px;
}
.sidebar__sublink.active {
    color: #09c;
}
@media (min-width: 1024px) {
    .sidebar__list {
        display: block;
    }
    .sidebar__list--category {
        display: none;
    }
    .sidebar__title {
        cursor: pointer;
        display: block;
        color: #fff;
        background-color: #09c;
        border: none;
    }
    .sidebar__title--manufacturer {
        position: relative;
    }
    .sidebar__title--manufacturer:before {
        content: "";
        position: absolute;
        right: 20px;
        top: 14px;
        display: block;
        width: 12px;
        height: 12px;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        transition: 0.2s;
        transform: rotate(-45deg);
    }
    .sidebar__title--manufacturer.active:before {
        top: 19px;
        transform: rotate(135deg);
    }
}
.sidebar__title {
    display: none;
}
@media screen and (min-width: 1024px) {
    .sidebar__title {
        display: block;
    }
}
@media screen and (max-width: 1199px) {
    .sidebar {
        display: none;
    }
}
.product-gallery {
    position: relative;
    margin-bottom: 15px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.gallery-main__img-wrapper {
    display: block;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.gallery-main__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.gallery-main:not(.slick-initialized) .gallery-main__item:not(:first-child),
.product-thumbs {
    display: none;
}
@media screen and (min-width: 575px) {
    .product-thumbs {
        padding-left: 35px;
        padding-right: 35px;
        margin-bottom: 20px;
        cursor: pointer;
        display: block;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .product-thumbs__item {
        margin-right: 2px;
    }
    .product-thumbs__item:hover {
        opacity: 0.5;
    }
    .product-thumbs__img-wrapper {
        position: relative;
        padding-bottom: 100%;
        overflow: hidden;
        border-radius: 4px;
    }
    .product-thumbs__img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .product-thumbs__arrow--prev {
        left: -5px;
    }
    .product-thumbs__arrow--next {
        right: -5px;
    }
}
.slick-current .product-thumbs__img-wrapper {
    border: 1px solid #09c;
}
.gallery {
    width: 100%;
}
.gallery__arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    color: #06090e;
}
.gallery__icon {
    height: 20px;
    width: 20px;
    transition: 0.3s;
}
.gallery__icon:hover {
    color: #09c;
}
.fancybox-arrow {
    background-color: #272727;
    padding: 8px;
    color: #fff;
}
.fancybox-arrow--prev {
    left: 0;
}
.fancybox-arrow--next {
    right: 0;
}
.fancybox-button--close {
    position: absolute !important;
    top: -60px;
    right: 0;
}
@media (min-width: 1024px) {
    .fancybox-arrow--prev {
        left: -50px;
    }
    .fancybox-arrow--next {
        right: -50px;
    }
}
.fancybox__prev {
    left: 0;
}
.fancybox__next,
.fancybox__prev {
    position: absolute;
    width: 50%;
    height: 100%;
}
.fancybox__next {
    right: 0;
}
.product-category__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-category__item {
    border: 1px solid #e6e6e6;
    width: 50%;
    padding: 8px;
    transition: all 0.3s;
}
.product-category__item:hover {
    transition: all 0.3s;
    border: 1px solid #09c;
}
.product-category__item:hover .product-category__title {
    transition: all 0.3s;
    color: #09c;
}
.product-category__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.product-category__link {
    display: block;
    width: 100%;
    height: 100%;
}
.product-category__image {
    max-width: 100%;
    margin: auto auto 20px;
}
.product-category__title {
    color: #06090e;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    display: block;
    width: 100%;
    height: 48px;
    overflow: hidden;
    transition: all 0.3s;
}
@media screen and (min-width: 575px) {
    .product-category__item {
        width: 50%;
    }
}
@media screen and (min-width: 768px) {
    .product-category__item {
        width: 33.33333%;
    }
}
@media screen and (min-width: 992px) {
    .product-category__item {
        width: 25%;
    }
    .product-category__title-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .product-category__title-wrapper .main-title {
        max-width: 65%;
    }
}
@media screen and (min-width: 1200px) {
    .product-category__item {
        width: 20%;
    }
}
@media screen and (min-width: 1320px) {
    .product-category__item {
        width: 16.66667%;
    }
}
.category-sorts,
.category-sorts__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.category-sorts__wrapper {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 20px;
}
.category-sorts__button-group {
    display: none;
}
.category-sorts__input-group,
.category-sorts__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.category-sorts__input-group {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}
.category-sorts__item-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.category-sorts__filter-btn {
    color: #fff;
    background: #09c;
    border-radius: 4px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    height: 45px;
    padding: 5px 15px;
    transition: all 0.3s;
}
.category-sorts__filter-btn:hover {
    transition: all 0.3s;
    color: #fff;
    background: #007aa3;
}
.category-sorts__icon-filter {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 13px;
    height: 13px;
    margin-right: 5px;
}
.category-sorts__label {
    display: none;
}
.category-sorts__select {
    min-width: 165px;
}
.category-sorts__button {
    background: #fff;
    border: 1px solid #e6e6e6;
    color: #c4c4c4;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 35px;
    height: 35px;
    padding: 8px;
    transition: all 0.3s;
}
.category-sorts__button.active {
    background: #09c;
    color: #fff;
    border-color: #09c;
}
.category-sorts__button:first-child {
    border-radius: 2px 0 0 2px;
}
.category-sorts__button:last-child {
    border-radius: 0 2px 2px 0;
}
.category-sorts__button:hover {
    transition: all 0.3s;
    background: #09c;
    color: #fff;
    border-color: #09c;
}
@media screen and (min-width: 1199px) {
    .category-sorts__wrapper {
        width: auto;
    }
    .category-sorts__button-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 15px;
    }
    .category-sorts__item.mobile-button {
        display: none;
    }
    .category-sorts__label {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-weight: 700;
    }
    .category-sorts__input-group {
        border: none;
    }
    .category-sorts__item-wrapper {
        padding: 0 15px;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .category-sorts__wrapper {
        padding-bottom: 0;
    }
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid transparent;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select.open,
.nice-select:active,
.nice-select:focus,
.nice-select:hover {
    border-color: transparent;
}
.nice-select:after {
    border-bottom: 1px solid #06090e;
    border-right: 1px solid #06090e;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.nice-select.open:after {
    transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #ccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
}
.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: transparent;
    color: #09c;
}
.nice-select .option.selected {
    font-weight: 700;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}
.product-tabs {
    background: #f4f4f4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -15px;
}
.product-tabs__item {
    color: #06090e;
    font-weight: 400;
    font-size: 11px;
    line-height: 24px;
    display: none;
    width: 33.333%;
    padding: 12px 5px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
    cursor: pointer;
}
.product-tabs__item.active {
    font-weight: 700;
}
.product-tabs__item.active,
.product-tabs__item:hover {
    transition: all 0.3s;
    color: #09c;
}
.product-tabs__item:first-child,
.product-tabs__item:nth-child(2),
.product-tabs__item:nth-child(3),
.product-tabs__item:nth-child(4) {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-tabs__text-field {
    color: rgba(0, 0, 0, 0.6);
    pointer-events: none;
    cursor: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-left: auto;
}
.product-tabs__text-field:hover {
    color: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 575px) {
    .product-tabs {
        width: 100%;
        margin: 0;
    }
    .product-tabs__item {
        font-size: 16px;
        padding: 12px 15px;
    }
}
@media screen and (min-width: 1024px) {
    .product-tabs__item {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
    }
    .product-tabs__item.active {
        border-bottom: 1px solid #09c;
    }
}
.tabs-content__item {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.tabs-content__item.active {
    visibility: visible;
    height: auto;
    min-height: 600px;
    overflow: visible;
    padding: 20px 0;
}
.product__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: normal;
}
.product__tab-link {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    color: #09c;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}
.product__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
}
.product__short-description {
    line-height: 18px;
}
.product__buttons-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
    width: 100%;
}
.product__info-section {
    color: #06090e;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.product__info-count {
    color: #06090e;
    padding: 0 5px;
    font-weight: 500;
}
.product__buttons-section {
    margin-bottom: 15px;
}
.product__buttons-section .product-card__credit-section {
    height: auto;
}
.product__buttons-section .product-card__credit-section .product-card__credit-item {
    width: 45px;
    height: 45px;
}
.product__button-request {
    color: #ef767a;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 45px;
    padding: 5px 15px;
    width: 100%;
    max-width: 400px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    transition: all 0.3s;
}
.product__button-request:hover {
    transition: all 0.3s;
    color: #ea484e;
}
.product__button-request:hover .product__button-icon {
    color: #fff;
}
.product__button-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #06090e;
    margin-right: 6px;
}
.product__buttons-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}
 .product__buttons-section .product-card__credit-section .product-card__credit-item .credit_item_mouth{
        top:0;
    }
.product__buttons-section .product-card__credit-section .product-card__credit-item {
    margin-right: 12px;
}
@media screen and (max-width: 574px) {
    .product__buttons-section .product-card__credit-section .product-card__credit-item .credit_item_mouth {
    top: 4px;
    right: 2px;
}
    .product__button-request {
        width: 100%;
        max-width: 100%;
        border: 2px solid #e6e6e6;
        border-radius: 8px;
        margin-top: 10px;
    }
    .product__buttons-section {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
    .product__buttons-section .product-button {
        width: 100%;
    }
    .product__buttons-section .product-card__credit-section {
        margin-bottom: 0;
        margin-top: 15px;
    }
    .product__buttons-section .product-card__credit-item {
        width: 30px;
        height: 30px;
    }
}
@media screen and (min-width: 575px) {
    .product__buttons {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .product__button-request,
    .product__buttons-section {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .product__buttons-section {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: center;
        width: 100%;
    }
    .product__buttons-section .product-card__credit-section {
        width: auto;
        /*max-width: 35%;*/
        margin-bottom: 0;
        margin-left: 20px;
    }
    .product__buttons-section .product-card__credit-section .product-card__credit-item {
        width: 32px;
        height: 32px;
    }
   
    .product__buttons-block {
        width: 60%;
    }
    .product__buttons-block .product-button--credit {
        width: 100%;
    }
    .product__buttons-wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center;
    }
    .product__buttons-wrapper .btn-main {
        width: 60%;
    }
    .product__buttons-wrapper .product__button-request {
        width: auto;
        min-width: 30%;
        margin-left: 20px;
        padding-left: 0;
        padding-right: 0;
    }
}
.product-info__item {
    margin-bottom: 10px;
}
.product-info__title {
    color: #09c;
}
.product-info__section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 25px;
}
.product-info__section .review__rating {
    display: none;
    margin-bottom: 0;
}
.product-info__status {
    background: #6fcf97;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px 12px;
    border-radius: 4px;
}
.product-info__status.out-stock {
    background: #ef767a;
}
@media screen and (min-width: 575px) {
    .product-info__section .review__rating {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
    }
}
.product-prices {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.product-prices__new {
    color: #06090e;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}
.product-prices__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-prices__text-economy {
    color: #ef767a;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 12px;
}
.product-prices__old {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: line-through;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
@media screen and (min-width: 768px) {
    .product-prices__new {
        font-size: 32px;
        line-height: 38px;
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .product-prices {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media screen and (min-width: 1281px) {
    .product-prices__new {
        font-size: 24px;
    }
}
.product-button {
    padding: 5px 15px;
    color: #fff;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-button:hover {
    background-color: #00b4f0;
}
.product-button--buy {
    background: #09c;
    height: 50px;
    font-size: 18px;
    margin-right: 0 !important;
}
.product-button--credit {
    border: 2px solid #09c;
    background-color: #fff;
    color: #09c;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    height: 50px;
    transition: all 0.3s;
    border-radius: 8px;
}
.product-button--credit:hover {
    transition: all 0.3s;
    border-color: #09c;
    background-color: #09c;
    color: #fff;
}
.product-button__icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.product-variety {
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.product-variety__colors {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.product-variety__colors,
.product-variety__wrapper {
    display: -ms-flexbox;
    display: flex;
}
.product-variety__title {
    margin-top: 5px;
    color: #09c;
}
.product-variety__complectation {
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
    text-decoration: underline;
}
.product-variety__complectation:hover {
    color: #09c;
}
.product-variety__item {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 3px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.product-variety__item.active {
    border-color: #09c;
}
.product-variety__img {
    max-width: 100%;
}
.product-review {
    margin-bottom: 40px;
}
.product-additional-btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width: 1024px) {
    .product-additional-btns {
        border: none;
        margin-bottom: 15px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: 0;
        margin-right: 0;
    }
}
.product-user-btn {
    padding: 10px 11px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #06090e;
    font-size: 12px;
    width: 33.333%;
}
.product-user-btn__icon {
    width: 25px;
    height: 25px;
    color: #06090e;
    transition: all 0.3s;
}
.product-user-btn__icon.active {
    color: #09c;
}
.product-user-btn__title {
    color: #06090e;
    text-align: center;
    transition: all 0.3s;
    padding-top: 3px;
}
.product-user-btn__title--accent {
    color: #09c;
}
.product-user-btn:not(:last-child) {
    border-right: 1px solid #e6e6e6;
}
.product-user-btn:hover .product-user-btn__title,
.product-user-btn:hover i {
    transition: all 0.3s;
    color: #09c;
}
@media (min-width: 1024px) {
    .product-user-btn {
        font-size: 16px;
        padding: 10px 0;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: auto;
    }
    .product-user-btn__icon {
        margin-right: 10px;
        width: 25px;
        height: 25px;
    }
    .product-user-btn:not(:last-child) {
        border: none;
    }
}
.tabs__description .product__buttons {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.rating__count {
    color: rgba(0, 0, 0, 0.6);
    padding: 0 3px;
}
.rating__count,
.rating__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}
.rating__text {
    margin-left: 12px;
}
.info-section {
    margin-bottom: 20px;
}
.info-section .section-title {
    text-align: left;
}
.info-section__container {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
.info-section__caption,
.info-section__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.info-section__caption {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
}
.info-section__format,
.info-section__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}
.info-section__icon {
    width: 16px;
    height: 16px;
    margin-left: 6px;
}
.info-section__button,
.info-section__icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.info-section__button {
    background: #fff;
    border: 2px solid #09c;
    color: #09c;
    border-radius: 8px;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    transition: all 0.3s;
}
.info-section__button:hover {
    transition: all 0.3s;
    background: #09c;
    border-color: #09c;
    color: #fff;
}
@media screen and (min-width: 575px) {
    .info-section {
        margin-top: 3%;
    }
    .info-section__container {
        padding: 10px 20px;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .info-section__caption {
        -ms-flex-align: baseline;
        align-items: baseline;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 0;
    }
    .info-section__title {
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
    }
    .info-section__format {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        display: inline-block;
        padding: 0 15px;
        margin-left: 25px;
    }
    .info-section__button {
        width: auto;
    }
}
.description-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
}
@media screen and (min-width: 992px) {
    .description-title {
        font-size: 24px;
    }
}
#characteristics-section .charactreristics-table {
    border: none;
    width: 100%;
    max-width: 800px;
}
#characteristics-section .charactreristics-table__col {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    width: 45%;
}
#characteristics-section .charactreristics-table td,
#characteristics-section .charactreristics-table tr {
    border: none;
}
#characteristics-section .charactreristics-table td {
    padding: 5px 12px 5px 0;
}
.mobile-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}
.mobile-block__text {
    font-weight: 500;
    font-size: 13px;
    line-height: 14px;
}
.mobile-block .review__rating {
    margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
    .mobile-block {
        display: none;
    }
}
.countdown {
    border: 1px solid #09c;
    width: 100%;
    max-width: 600px;
    padding: 20px 10px;
    margin: 0 auto 15px;
    border-radius: 15px;
}
.countdown__top-description {
    margin-bottom: 20px;
}
.countdown__bottom-description,
.countdown__top-description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.countdown__bottom-description {
    margin-top: 20px;
}
.countdown__wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.countdown__item,
.countdown__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.countdown__item {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}
.countdown__value {
    font-size: 30px;
    font-weight: 700;
    width: 50px;
    padding: 6px 8px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 5px;
}
.countdown__prefix {
    text-align: center;
    text-transform: lowercase;
    font-size: 14px;
}
.countdown__dots {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 8px;
}
@media screen and (min-width: 575px) {
    .countdown {
        padding: 20px 25px;
    }
}
.cart-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    background: #fff;
    box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
    border: 1px solid #e6e6e6;
}
.cart-modal.active,
.cart-modal__header {
    display: -ms-flexbox;
    display: flex;
}
.cart-modal__header {
    height: 40px;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cart-modal__wrapper {
    border-top: #e6e6e6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 370px;
    overflow: auto;
    padding: 5px 0;
}
.cart-modal__title {
    font-weight: 700;
}
.cart-modal__continue {
    text-decoration: underline;
}
.cart-modal__continue:hover {
    color: #09c;
}
.cart-modal__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}
.cart-modal__totals-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
}
.cart-modal__total-title {
    display: block;
    margin-right: 30px;
}
.cart-modal__footer {
    padding-top: 10px;
}
@media (min-width: 768px) {
    .cart-modal {
        left: auto;
        right: 0;
        width: 700px;
        padding: 30px;
    }
    .cart-modal__footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        border: none;
    }
    .cart-modal__totals {
        margin-left: auto;
        margin-right: 30px;
    }
    .cart-modal ::-webkit-scrollbar {
        width: 12px;
        border-left: 3px solid transparent;
    }
    .cart-modal ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 60px;
        border-left: 5px solid transparent;
    }
    .cart-modal ::-webkit-scrollbar-thumb {
        background: #09c;
        border-radius: 60px;
        border-left: 5px solid #fff;
    }
    .cart-modal ::-webkit-scrollbar-thumb:hover {
        background: #09c;
    }
    .cart-modal .module-gifts {
        width: 100%;
    }
    .cart-modal .custom-section {
        width: calc(100% - 80px);
    }
    .cart-modal .custom-section__wrapper {
        width: 100%;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 6px;
    }
    .cart-modal .modal-product__title {
        width: calc(100% - 120px);
    }
}
.modal-product {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}
.modal-product,
.modal-product__wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
}
.modal-product__wrapper {
    width: 100%;
    padding-right: 20px;
}
.modal-product__title {
    display: block;
    margin-bottom: 10px;
}
.modal-product__price-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.modal-product__price {
    font-weight: 600;
    white-space: nowrap;
}
.modal-product__price--old {
    text-decoration: line-through;
    white-space: nowrap;
}
.modal-product__counter {
    padding-right: 18px;
    padding-left: 20px;
}
.modal-product__economy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.modal-product__economy-price {
    display: inline-block;
    white-space: nowrap;
    margin-left: 10px;
}
.modal-product__prices {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}
.modal-product__img-wrapper {
    display: block;
    margin-right: 10px;
    width: 50px;
    height: 50px;
}
.modal-product__img {
    width: 100%;
    height: auto;
}
.modal-product__purchase {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.modal-product__content {
    width: 100%;
}
.modal-product__remove {
    position: absolute;
    top: 0;
    right: 0;
}
.modal-product__remove-icon {
    width: 10px;
    height: 10px;
    color: #06090e;
}
.modal-product--style {
    font-size: 16px;
    color: #06090e;
    transition: all 0.3s;
}
.modal-product--style:focus,
.modal-product--style:hover {
    transition: all 0.3s;
    color: #09c;
}
@media (min-width: 768px) {
    .modal-product,
    .modal-product__wrapper {
        display: -ms-flexbox;
        display: flex;
    }
    .modal-product__img-wrapper {
        width: 100px;
        height: 100px;
    }
    .modal-product__content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .modal-product__title {
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .modal-product__purchase {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .modal-product__price-block {
        margin-right: 35px;
        margin-bottom: 10px;
    }
    .modal-product__price--old {
        margin-right: 30px;
        margin-left: 30px;
        text-decoration: line-through;
    }
    .modal-product__economy {
        margin-left: 30px;
    }
    .modal-product__switch {
        margin-right: 20px;
    }
    .modal-product__counter {
        padding-top: 7px;
    }
}
.cart-option__item {
    margin-bottom: 6px;
}
.cart-option__sub-title {
    font-weight: 700;
    margin-right: 4px;
}
.block-credit {
    margin-bottom: 35px;
}
.block-credit__title {
    color: #06090e;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.block-credit__button-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.block-credit__cart {
    width: 100%;
    max-width: 920px;
    margin: 35px auto 30px;
}
.block-credit__cart .modal-product__price-block,
.block-credit__cart .modal-product__prices {
    margin-bottom: 0;
}
.block-credit__cart .module-gifts__title {
    margin-top: 6px;
}
.block-credit__cart .modal-product__wrapper {
    padding-right: 0;
}
.block-credit__cart .module-gifts__value {
    font-size: 14px;
    margin-right: 0;
}
.block-credit__cart .checkout__cart {
    max-height: none;
}
.block-credit__cart .custom-section__wrapper {
    width: 100%;
}
.block-credit__cart .grow-block {
    width: calc(100% - 30px);
}
.block-credit__cart .modal-product__remove {
    margin-right: 8px;
}
.block-credit__cart .checkout-cart__totals {
    margin-top: 10px;
}
.block-credit__cart .modal-product__remove-icon {
    width: 14px;
    height: 14px;
    padding: 2px;
}
.block-credit__cart .cart-modal__totals-item {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}
.block-credit__cart .cart-modal__totals-item:last-child,
.block-credit__cart .cart-modal__totals-item:last-child .cart-modal__total-title {
    color: #06090e;
    font-size: 20px;
}
.block-credit__cart .text-accent {
    color: #06090e;
    font-weight: 400;
}
.block-credit__cart .cart-modal__total-title {
    font-size: 16px;
}
.block-credit__confirm {
    background: #09c;
    color: #fff;
    display: block;
    padding: 12px 20px;
    text-align: center;
    border-radius: 4px;
    font-weight: 600;
}
.block-credit__confirm:focus,
.block-credit__confirm:hover {
    background: #007aa3;
    color: #fff;
}
.block-credit__wrapper {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
}
.block-credit__top-description {
    margin-bottom: 20px;
    width: 100%;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}
.block-credit__bottom-description {
    margin-top: 40px;
    width: 100%;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}
.block-credit__bottom-description a {
    color: #09c;
}
.block-credit__bottom-description a:focus,
.block-credit__bottom-description a:hover {
    color: #09c;
    text-decoration: underline;
}
.block-credit__bottom-section {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 25px;
    margin-bottom: 35px;
}
.block-credit__bottom-section,
.block-credit__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.block-credit__item {
    width: 100%;
    margin-bottom: 20px;
}
.block-credit__summary {
    font-size: 18px;
    margin-top: 5px;
}
.block-credit__buttons-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 20px 0;
}
.block-credit__button-confirm {
    background: #09c;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    padding: 14px 20px;
    cursor: pointer;
    min-width: 215px;
    height: 45px;
    margin-bottom: 15px;
    font-weight: 600;
}
.block-credit__button-confirm:hover {
    background: #007aa3;
    color: #fff;
}
.block-credit__button-back {
    background: #fff;
    color: #09c;
    border: 1px solid #09c;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    padding: 14px 15px;
    cursor: pointer;
    margin-bottom: 10px;
    min-width: 215px;
    height: 45px;
    font-weight: 600;
}
.block-credit__button-back:hover {
    background: #09c;
    color: #fff;
    border-color: #09c;
}
.block-credit__request-button {
    background-color: #09c;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    padding: 14px 20px;
    cursor: pointer;
    margin-top: 15px;
    font-weight: 600;
    height: 45px;
    transition: all 0.3s;
}
.block-credit__request-button:hover {
    transition: all 0.3s;
    background-color: #007aa3;
    color: #fff;
}
@media screen and (min-width: 450px) {
    .block-credit__buttons-group {
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 20px 0;
    }
    .block-credit__button-back {
        margin-bottom: 0;
        margin-right: 5%;
    }
    .block-credit__button-confirm {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 768px) {
    .block-credit__cart .grow-block {
        width: calc(100% - 125px);
    }
    .block-credit__cart .modal-product__title {
        width: calc(100% - 220px);
        line-height: normal;
        margin-bottom: 0;
    }
    .block-credit__cart .modal-product__prices {
        margin-bottom: 0;
    }
    .block-credit__cart .modal-product__content {
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .block-credit__cart .module-gifts__title {
        margin-top: 10px;
    }
    .block-credit__cart .custom-section__wrapper {
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media screen and (min-width: 992px) {
    .block-credit__top-description {
        margin-bottom: 45px;
    }
    .block-credit__wrapper {
        max-width: 1200px;
    }
    .block-credit__bottom-section {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 25px;
        margin-bottom: 35px;
    }
    .block-credit__item {
        width: 25%;
        margin-bottom: 0;
    }
    .block-credit__summary {
        font-size: 20px;
        margin-top: 10px;
    }
}
.input-radio {
    border: 1px solid #09c;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}
.credit-container__caption {
    display: none;
}
.credit-container__wrap {
    padding-bottom: 5px;
}
.credit-container__image {
    width: 40px;
    height: 40px;
    margin: 0 10px;
}
.credit-container__title {
    width: calc(100% - 70px);
    padding-right: 20px;
}
.credit-container__col {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}
.credit-container__row {
    display: none;
    padding: 12px 6px;
    border: 1px solid #e6e6e6;
}
.credit-container__icon-info {
    fill: #09c;
}
.credit-container__item {
    width: auto;
    padding: 0 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.credit-container__item:last-child {
    width: 100%;
    margin-top: 10px;
}
.credit-container__text-payment {
    color: #06090e;
    display: inline-block;
    margin-left: 8px;
}
.credit-container__radio {
    position: relative;
    margin-left: 10px;
}
.credit-container__input {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.credit-container__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px 0;
    cursor: pointer;
    transition: all 0.3s;
}
.credit-container__group.active .credit-container__row {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.credit-container__select-wrapper {
    position: relative;
}
.credit-container__select {
    background: #fff;
    color: #06090e;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    min-width: 70px;
    padding: 12px 25px 12px 15px;
    position: relative;
}
.credit-container__select:after {
    content: "";
    position: absolute;
    right: 7px;
    top: 45%;
    display: block;
    border-right: 1px solid #06090e;
    border-bottom: 1px solid #06090e;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.1s;
}
.credit-container__select.active {
    border-color: #09c;
}
.credit-container__select.active:after {
    content: "";
    position: absolute;
    right: 7px;
    top: 55%;
    display: block;
    border-right: 1px solid #06090e;
    border-bottom: 1px solid #06090e;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%) rotate(225deg);
    transition: all 0.1s;
}
.credit-container__value {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin: 0 3px;
}
.credit-container__condition {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.credit-container__condition-title {
    font-size: 14px;
    line-height: normal;
    width: calc(100% - 40px);
    height: auto;
    margin-bottom: 15px;
}
.credit-container__condition-description {
    margin-top: 10px;
    width: 100%;
    height: 100%;
    max-height: calc(100% - 15px);
    overflow: auto;
    line-height: normal;
}
.credit-container__condition-description::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}
.credit-container__condition-description::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}
.credit-container__condition-description::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
}
.credit-container__button {
    display: block;
    width: 35px;
    height: 35px;
    padding: 5px;
    position: relative;
    z-index: 10;
}
.credit-container__button:hover {
    color: #09c;
}
.credit-container__condition-modal {
    background-color: #fff;
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    display: none;
    width: 100%;
    max-width: 550px;
    height: 350px;
    padding: 30px 20px 20px;
    z-index: 1000;
}
.credit-container__button-close {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 50;
}
.credit-container__dropdown {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-top: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 50;
    width: 100%;
    height: auto;
    display: none;
    max-height: 190px;
    overflow: auto;
}
.credit-container__dropdown.active {
    display: block;
}
.credit-container__dropdown::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}
.credit-container__dropdown::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}
.credit-container__dropdown::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
}
.credit-container__dropdown-value {
    padding: 10px 8px;
}
.credit-container__dropdown-value:hover:not(.active) {
    background-color: #ececec;
    color: #06090e;
}
.credit-container__dropdown-value.active {
    background: #09c;
    color: #fff;
}
@media screen and (min-width: 992px) {
    .credit-container {
        border: 1px solid #e6e6e6;
        border-radius: 4px;
    }
    .credit-container__caption {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .credit-container__wrap {
        padding-bottom: 4px;
    }
    .credit-container__condition-title {
        font-size: 14px;
        width: calc(100% - 180px);
        margin-bottom: 0;
        height: auto;
    }
    .credit-container__condition {
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
    .credit-container__caption-title {
        padding: 15px;
        width: 23.5%;
    }
    .credit-container__caption-title:first-child {
        padding-left: 50px;
    }
    .credit-container__caption-title:nth-child(2),
    .credit-container__caption-title:nth-child(3) {
        width: 15%;
    }
    .credit-container__caption-title:last-child {
        width: 46%;
    }
    .credit-container__group {
        -ms-flex-direction: row;
        flex-direction: row;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px 0;
        cursor: pointer;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: -1px;
    }
    .credit-container__group.active {
        background-color: rgba(164, 232, 158, 0.14) !important;
    }
    .credit-container__group.active .credit-container__row {
        width: 76.666666667%;
    }
    .credit-container__group:hover:not(.active) {
        background-color: #f8f9fa;
    }
    .credit-container__col {
        width: 23.333333333%;
        margin-bottom: 0;
    }
    .credit-container__row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 76.666666667%;
        padding: 0;
        border: none;
    }
    .credit-container__item {
        width: 20%;
        padding: 0 15px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .credit-container__item:last-child {
        width: 60%;
        margin-top: 0;
    }
}
input[type="radio"]:checked + .input-radio {
    border-color: #09c;
    border-width: 2px;
}
input[type="radio"]:checked + .input-radio:before {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #09c;
    z-index: 10;
}
.condition-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.text-attention {
    width: 100%;
    max-width: 920px;
    margin: 0 auto 30px;
    line-height: normal;
}
.link-to-credits {
    background-color: transparent;
    padding: 5px 0;
    color: #06090e;
    font-weight: 400;
    text-align: center;
    border-radius: 4px;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
}
.link-to-credits:hover {
    background-color: transparent;
    color: #09c;
}
.credit-header {
    padding: 15px 0;
    margin-bottom: 15px;
}
.credit-header__wrapper {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.credit-header__button,
.credit-header__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.credit-header__button {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.credit-header__button:hover .credit-header__icon {
    transition: all 0.3s;
    fill: #007aa3;
}
.credit-header__button:hover .credit-header__button-title {
    transition: all 0.3s;
    color: #007aa3;
}
.credit-header__icon {
    display: inline-block;
    width: 40px;
    height: 35px;
    padding: 5px;
    fill: #09c;
    transition: all 0.3s;
}
.credit-header__button-title {
    color: #09c;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 5px;
    transition: all 0.3s;
}
.credit-header__logo {
    max-width: 120px;
}
.credit-title {
    color: #06090e;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}
.quantity-switch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80px;
    height: 30px;
    background: #fff;
    border: 1px solid #e6e6e6;
}
.quantity-switch__less {
    color: #06090e;
    width: 30px;
    height: 30px;
    text-align: center;
    transition: all 0.3s;
}
.quantity-switch__less:hover {
    transition: all 0.3s;
    background-color: #09c;
    color: #fff;
}
.quantity-switch__less:active {
    transition: all 0.3s;
    background-color: #007ea8;
}
.quantity-switch__more {
    color: #06090e;
    width: 30px;
    height: 30px;
    text-align: center;
    transition: all 0.3s;
}
.quantity-switch__more:hover {
    transition: all 0.3s;
    background-color: #09c;
    color: #fff;
}
.quantity-switch__more:active {
    transition: all 0.3s;
    background-color: #007ea8;
}
.quantity-switch__number {
    max-width: 30px;
    text-align: center;
}
#clear_total {
    margin-top: 10px;
    margin-left: auto;
}
.custom-section {
    margin-bottom: 5px;
}
.custom-section,
.custom-section__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media screen and (min-width: 768px) {
    .custom-section {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 0;
    }
    .custom-section__wrapper {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.alert {
    background: #fff;
    color: #06090e;
    font-family: Gilroy, sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    width: 100%;
    padding: 20px 45px 20px 20px;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 1;
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
}
.alert,
.alert a {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.alert a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 3px;
    color: #09c;
    transition: all 0.3s;
}
.alert a:hover {
    transition: all 0.3s;
    color: #007aa3;
}
.alert__close {
    position: absolute;
    right: 20px;
    top: 18px;
}
.alert__close-icon {
    color: #06090e;
    display: block;
    width: 20px;
    height: 20px;
    padding: 3px;
    transition: all 0.3s;
}
.alert__close-icon:hover {
    color: #09c;
    transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
    .alert {
        font-size: 16px;
    }
}
.alert-success {
    border-bottom: 2px solid #09c;
}
.alert-danger {
    border-bottom: 2px solid #ef767a;
}
.modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000000;
    width: 310px;
    line-height: 1;
    padding: 20px;
    background: #fff;
}
.modal textarea::-webkit-input-placeholder {
    color: #152032;
}
.modal textarea:-ms-input-placeholder,
.modal textarea::-ms-input-placeholder {
    color: #152032;
}
.modal textarea::placeholder {
    color: #152032;
}
.modal__overflow-wrapper {
    max-height: 400px;
    overflow: auto;
    margin-top: 30px;
}
.modal__title {
    margin-bottom: 30px;
    font-size: 20px;
    color: #06090e;
    text-align: center;
}
.modal__subtitle {
    margin-top: -10px;
    margin-bottom: 15px;
    text-align: center;
}
.modal__input {
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    padding: 5px 15px;
}
.modal__input::-webkit-input-placeholder {
    color: #152032;
}
.modal__input:-ms-input-placeholder,
.modal__input::-ms-input-placeholder {
    color: #152032;
}
.modal__input::placeholder {
    color: #152032;
}
.modal__input:not(textarea) {
    height: 45px;
}
.modal__content {
    max-height: 400px;
    overflow: auto;
}
.modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
}
.modal__close-icon {
    width: 20px;
    height: 20px;
    padding: 3px;
}
.modal.active {
    display: block;
}
@media (min-width: 768px) {
    .modal {
        width: 400px;
        padding: 30px;
    }
    .modal__overflow-wrapper {
        max-height: 100%;
        overflow: visible;
        margin-top: 0;
    }
    .modal--big {
        width: 800px;
    }
    .modal-credit {
        height: 570px;
    }
}
.s-message-question {
    display: none;
    background: #fff;
    width: 100%;
    max-width: 400px;
    padding: 75px 20px;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 1000000000;
}
.s-message-question p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
}
.s-message-review {
    display: none;
    background: #fff;
    width: 100%;
    max-width: 400px;
    padding: 75px 20px;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 1000000000;
}
.s-message-review p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
}
.compare-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.compare-tabs__item {
    background-color: #fff;
    color: #06090e;
    border: 2px solid #09c;
    border-radius: 6px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 8px;
}
.compare-tabs__item:last-child {
    margin-right: 0;
}
.compare-tabs__item.active {
    background-color: #09c;
    color: #fff;
    border-color: #09c;
}
.compare-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.compare-block__title {
    display: none;
}
.compare-block__button-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 0;
}
.compare-block__item {
    margin-bottom: 0;
}
.compare-block__button {
    background-color: #fff;
    color: #06090e;
    border: 2px solid #09c;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-right: 8px;
}
.compare-block__button:last-child {
    margin-right: 0;
}
.compare-block__button.active {
    background-color: #09c;
    color: #fff;
    border-color: #09c;
}
@media screen and (min-width: 1200px) {
    .compare-block__title {
        color: #06090e;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        margin-top: 10%;
        display: block;
    }
    .compare-block__button-group {
        margin-top: auto;
        margin-bottom: 15px;
        padding: 0;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .compare-block__button {
        padding: 10px 12px;
        margin-right: 0;
    }
}
.compare-heading__fixed {
    background-color: #fff;
    position: fixed;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    padding: 0 15px;
    z-index: 500;
}
.compare-heading__fixed .compare-head__wrapper {
    box-shadow: 0 5px 2px -2px rgba(0, 153, 204, 0.3);
}
.compare-head .slick-disabled.slick-top-next,
.compare-head .slick-disabled.slick-top-prev {
    pointer-events: none;
    color: #06090e;
}
.compare-head .slick-disabled .slick-top-next__icon,
.compare-head .slick-disabled .slick-top-prev__icon {
    fill: #06090e;
}
.compare-head .slick-top-next,
.compare-head .slick-top-prev {
    color: #09c;
    padding: 10px 5px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    overflow: hidden;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    width: auto !important;
    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
}
.compare-head .slick-top-next__icon-wrapper,
.compare-head .slick-top-prev__icon-wrapper {
    width: 25px;
    height: 25px;
    padding: 7px;
}
.compare-head .slick-top-next__icon,
.compare-head .slick-top-prev__icon {
    fill: #09c;
}
.compare-head__wrapper {
    width: 100%;
}
.compare-head__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.compare-head__price {
    color: #06090e;
    font-size: 14px;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
}
.compare-head__price-new {
    color: #06090e;
    font-size: 14px;
    font-weight: 700;
}
.compare-head__price-old {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    font-size: 13px;
    text-decoration: line-through;
    margin-right: 5px;
    display: none;
}
.compare-head__img-wrapper {
    width: 20%;
}
.compare-head__heading {
    width: 80%;
}
.compare-head__image {
    max-width: 100%;
    margin: 0 auto;
}
.compare-head__item {
    border: 1px solid #e6e6e6;
    width: 100%;
    padding: 8px 0;
    height: 120px;
}
.compare-head__link {
    color: #06090e;
    font-size: 12px;
    display: block;
    height: 40px;
    overflow: hidden;
    margin-bottom: 5px;
    padding-left: 5px;
    transition: all 0.3s;
}
.compare-head__link:hover,
.compare-head__linkfocus {
    transition: all 0.3s;
    color: #09c;
}
.compare-head__price {
    text-align: center;
}
.compare-head__button-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.compare-head__button-delete {
    display: block;
    width: 25px;
    height: 25px;
    padding: 5px;
    margin: 0 3px;
}
.compare-head__button-cart {
    width: 35px;
    height: 35px;
    padding: 5px;
    margin: 0 3px;
}
.compare-head__icon {
    fill: #06090e;
    transition: all 0.3s;
}
.compare-head__icon:hover {
    transition: all 0.3s;
    fill: #09c;
}
.compare-head__img-wrapper {
    margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
    .compare-head__price-old {
        display: inline-block;
    }
    .compare-head__price,
    .compare-head__price-new {
        font-size: 16px;
    }
    .compare-head__img-wrapper {
        width: 30%;
    }
    .compare-head__heading {
        width: 70%;
    }
    .compare-head__link {
        font-size: 14px;
        height: 48px;
        padding-left: 8px;
    }
    .compare-head__item {
        border: 1px solid #e6e6e6;
        width: 100%;
        padding: 5px 10px;
        height: 134px;
    }
}
.columns,
.compare-body,
.compare-body__item {
    width: 100%;
}
.columns {
    border: 1px solid #e6e6e6;
    height: 55px;
    overflow: hidden;
    padding: 4px 6px;
    margin-top: 55px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 12px;
    word-break: break-all;
}
.columns.hd-mob {
    border: none;
}
.columns__sub-title {
    color: #06090e;
    font-size: 14px;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
}
.columns__sub-title.active {
    color: #06090e;
    font-weight: 700;
    font-size: 16px;
    border: none;
}
.columns__sub-title:first-child {
    margin-top: 0;
}
.compare-description {
    position: relative;
}
.compare-description:after {
    content: "\003F";
    position: absolute;
    right: 5px;
    bottom: 3px;
    font-size: 12px;
    width: 16px;
    height: 16px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (min-width: 1200px) {
    .compare-description {
        font-size: 14px;
    }
    .compare-description:after {
        content: none;
    }
}
.left-columns {
    position: absolute;
    left: 0;
    top: 282px;
    padding: 0;
}
.compare-container {
    position: relative;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.compare-container.active {
    height: auto;
    overflow: visible;
    visibility: visible;
    margin: 10px 0 25px;
    padding-bottom: 50px;
}
.top-buttons-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 36px;
}
@media screen and (min-width: 300px) {
    .compare-heading__fixed .compare-head__img-wrapper {
        width: 20%;
        margin: 0 auto;
    }
    .compare-heading__fixed .compare-head__heading {
        width: 80%;
    }
}
@media screen and (min-width: 768px) {
    .compare-head__button-cart,
    .compare-head__button-delete {
        padding: 2px;
    }
    .compare-description {
        font-size: 14px;
    }
    .compare-heading__fixed .compare-head__container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .compare-heading__fixed .compare-head__img-wrapper {
        padding-top: 0;
        width: 30%;
    }
    .compare-heading__fixed .compare-head__heading {
        width: 70%;
    }
    .compare-heading__fixed .columns-bordered {
        min-height: auto;
    }
    .columns {
        padding: 5px 10px;
    }
    .columns,
    .columns__sub-title {
        font-size: inherit;
    }
}
@media (min-width: 1200px) {
    .top-buttons-group {
        height: auto;
    }
}
@media screen and (min-width: 1200px) {
    .columns-bordered {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid #e6e6e6;
    }
    .left-columns {
        position: static;
        padding: 0;
    }
    .right-columns {
        padding: 0;
    }
    .columns {
        margin-top: 0;
    }
    .columns__sub-title {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .compare-heading__fixed {
        box-shadow: 0 5px 2px -2px #09c;
    }
    .compare-heading__fixed .compare-head__wrapper {
        box-shadow: none;
    }
}
.tooltip {
    padding: 8px 10px;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(6, 9, 14, 0.3);
    background: #fff;
    border: 1px solid #e6e6e6;
    color: #06090e;
    font-size: 14px;
    font-weight: 500;
    position: fixed;
    z-index: 1000;
}
.tooltip:before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #e6e6e6;
    bottom: -10px;
}
.tooltip:after,
.tooltip:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    z-index: 1;
}
.tooltip:after {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 9px solid #fff;
    bottom: -9px;
}
.product-compare .tooltip {
    background-color: transparent;
    border-radius: 0;
}
.product-compare .tooltip:before {
    content: none;
}
.product-compare .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -8px;
    border-width: 9px 9px 0;
    border-top-color: #e6e6e6;
    transform: rotate(180deg);
    margin-top: -2px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 6px 8px;
    color: #06090e;
    text-align: center;
    background-color: #f4f4f4;
    border-radius: 0;
    font-size: 13px;
    line-height: 1.2;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
@media screen and (min-width: 992px) {
    .tooltip-inner {
        font-size: 14px;
        line-height: 1.3;
    }
}
.review-divider,
.slick-arrow.slick-hidden {
    display: none;
}
.review-divider.active,
.review-divider:first-child {
    display: block;
}
.review {
    position: relative;
    padding: 15px;
    background-color: #fff;
    margin-bottom: 15px;
}
.review--full {
    border: 1px solid #e6e6e6;
    padding-bottom: 15px;
}
.review--answer {
    margin-left: 50px;
}
.review__more {
    display: block;
    text-decoration: underline;
    font-weight: 600;
    margin-top: 8px;
}
.review__more:hover {
    color: #06090e;
}
.review__rating {
    margin-bottom: 10px;
}
.review__author {
    font-weight: 700;
    color: #06090e;
}
.review__city {
    margin-bottom: 5px;
}
.review__text {
    margin-top: 10px;
    line-height: 17px;
    font-weight: 400;
    word-break: break-word;
}
.review__text--full {
    height: auto;
}
.review__images {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.review__img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #e6e6e6;
}
.review__link {
    display: inline-block;
    margin-top: 20px;
}
.review__link-wrap {
    text-align: center;
}
.review__additional-info {
    margin-top: 5px;
}
.form-review {
    padding-top: 25px;
    margin-bottom: 30px;
}
.form-review__attach {
    margin-top: 10px;
}
.form-review__attached {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form-review__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.form-review__buttons .align-items-center {
    position: relative;
    padding-bottom: 10px;
}
.form-review__attached-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.form-review__attached-label {
    width: 135px;
    margin-right: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    background: #fff;
    color: hsla(216, 5%, 61%, 0.3);
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 5px 10px;
    border-radius: 4px;
}
.form-review__attached-name {
    width: 90px;
    overflow: hidden;
    white-space: nowrap;
}
.form-review__attach-button {
    background: #fff;
    color: #09c;
    border: 1px solid #09c;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 24px;
    transition: all 0.3s;
}
.form-review__attach-button:focus,
.form-review__attach-button:hover {
    transition: all 0.3s;
    border: 1px solid #09c;
    background: #007aa3;
    color: #fff;
}
@media (min-width: 1024px) {
    .page-review-button {
        margin-bottom: 40px;
    }
    .form-review {
        width: 800px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .form-review__attached {
        position: absolute;
        left: 0;
        top: 100%;
    }
    .form-review__buttons {
        position: relative;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
    .form-review__buttons .align-items-center {
        padding-bottom: 0;
    }
    .form-review__attach {
        margin-top: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .form-review__attach-button {
        margin-left: 15px;
    }
    .review {
        padding-bottom: 35px;
    }
    .review__more {
        display: block;
        position: absolute;
        bottom: 15px;
        left: 15px;
        text-decoration: underline;
        font-weight: 600;
        margin-top: 0;
    }
    .review__more:hover {
        color: #06090e;
    }
    .review__dots {
        text-decoration: none;
    }
    .review__link-wrap {
        text-align: right;
    }
    .review--answer {
        margin-left: 100px;
    }
    .review__img {
        width: 100px;
        height: 100px;
    }
    .review__text {
        height: 106px;
        overflow: hidden;
    }
    .review__text--full {
        height: auto;
    }
}
#button-review {
    min-width: 150px;
    max-width: 200px;
    margin: 10px 0;
}
.review-form-limite .form-group {
    padding-bottom: 15px;
}
.review-form-limite .error-text {
    color: #ef767a;
    display: block;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    padding: 0 15px;
    font-size: 12px;
}
.review-form-limite .error-text--pos {
    padding: 0;
}
.review-form-limite .error-text--main {
    bottom: -14px;
    text-align: center;
}
@media screen and (min-width: 360px) {
    .review-form-limite .error-text {
        font-size: 14px;
    }
}
@media screen and (min-width: 1024px) {
    .review-form-limite .error-text--pos {
        bottom: -15px;
    }
    .review-form-limite .error-text--main {
        text-align: right;
        bottom: -10px;
    }
}
.form-input--textarea {
    margin-bottom: 15px;
}
@media screen and (min-width: 430px) {
    .form-input--textarea {
        margin-bottom: 5px;
    }
}
.review-success {
    background-color: #fff;
    padding: 30px 15px;
    width: 100%;
    max-width: 350px;
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 1000;
    display: none;
}
.review-success__title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    height: 21px;
}
.review-success__description {
    text-align: center;
}
.form-label {
    font-size: 15px;
    font-weight: 500;
    padding-top: 10px;
    margin-bottom: 10px;
}
.form-input,
.form-label {
    color: #06090e;
    display: block;
}
.form-input {
    width: 100%;
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #e6e6e6;
    transition: all 0.3s;
}
.form-input:focus {
    transition: all 0.3s;
    border-color: #09c;
}
.form-input--textarea {
    height: 150px;
    padding: 15px;
}
.input__field {
    width: 100%;
    height: 100%;
}
.input--search {
    border: 1px solid #e6e6e6;
    padding: 12px 20px;
    margin-right: 0 !important;
    font-size: 16px;
    line-height: normal !important;
}
.input--textarea {
    height: 150px;
    width: 100%;
    border-radius: 4px;
    padding: 15px;
}
.input--textarea::-webkit-input-placeholder {
    opacity: 1;
}
.input--textarea:-ms-input-placeholder,
.input--textarea::-ms-input-placeholder {
    opacity: 1;
}
.input--textarea::placeholder {
    opacity: 1;
}
.form-element-padding {
    padding-top: 10px;
    padding-bottom: 10px;
}
.error-wrapper {
    position: relative;
    padding-bottom: 10px;
}
.error-wrapper .text-danger,
.error-wrapper .text-error {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 1;
}
.hidden-input {
    width: 1px;
    height: 1px;
    position: absolute;
    left: -99999px;
}
textarea::-webkit-input-placeholder {
    color: #152032;
}
textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #152032;
}
textarea::placeholder {
    color: #152032;
}
.mark {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: end;
    justify-content: flex-end;
    transition: all 0.3s;
}
.mark__label {
    margin-right: 2px;
}
.mark__label:hover {
    cursor: pointer;
}
.mark__icon {
    width: 20px;
    height: 20px;
}
.mark--product {
    margin-left: 15px;
}
.mark:not(:checked) > label > i {
    transition: all 0.3s;
    color: #f4f4f4;
}
.mark:not(:checked) > label:hover > i,
.mark:not(:checked) > label:hover ~ label > i,
.mark > input:checked ~ label > i {
    transition: all 0.3s;
    color: #ef767a;
}
.mark > input:checked + label:hover > i,
.mark > input:checked + label:hover ~ label > i,
.mark > input:checked ~ label:hover > i,
.mark > input:checked ~ label:hover ~ label > i,
.mark > label:hover ~ input:checked ~ label > i {
    transition: all 0.3s;
    color: #e93f45;
}
.contacts-label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.contacts-label--margin-top {
    margin-top: 15px;
}
.contacts-text {
    margin-bottom: 15px;
}
.contacts-text,
.contacts-text p,
.contacts-text span {
    font-size: 16px !important;
}
.contacts-comment {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 20px;
}
.contacts-map iframe {
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
}
.contacts-phones {
    margin-bottom: 20px;
}
.contacts-feedback {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 40px;
}
.contacts-feedback__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contacts-feedback__field,
.contacts-feedback__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.contacts-feedback__field {
    margin-bottom: 15px;
}
.contacts-feedback__field--textarea {
    height: 100%;
}
.contacts-feedback__textarea {
    height: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.contacts-feedback__submit-wrapper {
    width: 100%;
    text-align: right;
}
.contacts-icon {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    color: #09c;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.contacts-limited {
    margin: 0 auto;
}
@media (min-width: 768px) {
    .contacts-feedback__form {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .contacts-feedback__block {
        width: 50%;
        padding: 10px;
    }
    .contacts-feedback__field {
        margin-bottom: 0;
    }
    .contacts-feedback__field:not(:last-child) {
        margin-bottom: 15px;
    }
    .contacts-feedback__textarea {
        height: 100%;
    }
    .contacts-feedback__submit-wrapper {
        padding: 10px;
    }
}
.site-map {
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 15px auto;
}
.site-map a {
    line-height: 34px;
    font-size: 16px;
    color: #06090e;
    transition: all 0.3s;
}
.site-map a:hover {
    transition: all 0.3s;
    color: #09c;
}
.site-map__menu,
.site-map__products {
    width: 50%;
}
.site-map__list {
    margin-top: 20px;
    list-style-type: disc;
    list-style-position: inside;
}
.site-map__link {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.site-map__inner-list {
    margin-left: 20px;
    list-style-type: circle;
    list-style-position: inside;
}
.site-map__third-list {
    margin-left: 40px;
    list-style-type: square;
    list-style-position: inside;
}
@media (max-width: 768px) {
    .site-map {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .site-map__menu,
    .site-map__products {
        width: 100%;
    }
}
.account-list {
    padding: 15px 15px 0;
}
.account-list__icon {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.account-list__icon--wish {
    width: 35px;
    height: 35px;
}
.account-list__item:not(:last-child) {
    margin-bottom: 15px;
}
.account-list__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #06090e;
    transition: all 0.3s;
}
.account-list__link:hover {
    transition: all 0.3s;
    color: #09c;
}
.account-panel__wrapper {
    padding: 20px 10px;
}
.account-panel .title {
    color: #06090e;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.newsletter-checker {
    margin-bottom: 20px;
    margin-top: 30px;
}
@media (min-width: 1024px) {
    .account-list {
        width: 50%;
        padding: 30px;
    }
    .account-list__wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .account-list__item:not(:last-child) {
        margin-bottom: 30px;
    }
}
.account-panel {
    margin-bottom: 30px;
}
.account-panel__title {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #09c;
    height: 45px;
    line-height: 45px;
    font-weight: 700;
}
.account-panel__list {
    border: 1px solid #e6e6e6;
}
.secondary-title {
    color: #06090e;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}
.secondary-title a {
    color: #09c;
}
.secondary-title--accent {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.form-group--margin-bottom {
    margin-bottom: 20px;
}
.radio {
    margin-right: 20px;
    cursor: pointer;
}
.radio--inline {
    margin-right: 10px;
}
.radio__span {
    position: relative;
    padding-left: 25px;
    letter-spacing: 1px;
    cursor: pointer;
}
.radio__span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #09c;
}
.radio__input {
    position: absolute;
    left: -9999px;
}
.radio__input:checked + span:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #09c;
}
.checkbox {
    margin-right: 20px;
    cursor: pointer;
}
.checkbox--inline {
    margin-right: 10px;
}
.checkbox__span {
    position: relative;
    cursor: pointer;
    padding-left: 25px;
}
.checkbox__span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #09c;
}
.checkbox__input {
    position: absolute;
    left: -9999px;
}
.checkbox__input:checked + span:before {
    background-color: #09c;
    border-color: #09c;
}
.checkbox__input:checked + span:after {
    content: "";
    position: absolute;
    left: 6px;
    bottom: 9px;
    width: 8px;
    height: 5px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(-45deg);
}
.checkbox__input:checked + label span:before {
    background-color: #09c;
    border-color: #09c;
}
.checkbox__input:checked + label span:after {
    content: "";
    position: absolute;
    left: 6px;
    bottom: 9px;
    width: 8px;
    height: 5px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(-45deg);
}
#custom-checkout .simplecheckout-button-right .btn-main {
    float: left;
}
#custom-checkout #simplecheckout_comment .simplecheckout-block-content {
    padding: 15px !important;
}
#custom-checkout .simplecheckout-block-content {
    padding: 15px;
}
#custom-checkout .credit-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
#custom-checkout .credit-info__image {
    width: 40px;
    height: 40px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}
#custom-checkout .credit-info__caption {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(100% - 45px);
    padding-left: 8px;
}
#custom-checkout .credit-info__title {
    width: 100%;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
}
#custom-checkout .credit-info__sub-title {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#custom-checkout .credit-info__sub-title b,
#custom-checkout .credit-info__sub-title p {
    margin-bottom: 0 !important;
    letter-spacing: 0.015em;
}
#custom-checkout .credit-info__sub-title b {
    line-height: 1 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}
#custom-checkout .credit-info__sub-title b:first-child {
    margin-right: 4px;
}
#custom-checkout .credit-info__sub-title b:last-child {
    margin-left: 4px;
}
#custom-checkout .simplecheckout-left-column {
    width: 60%;
    margin-right: 0;
    border: 1px solid #e6e6e6;
    border-top: 2px solid transparent;
}
#custom-checkout .simplecheckout-right-column {
    width: 40%;
    margin-left: -1px;
}
#custom-checkout .simplecheckout-block-content b,
#custom-checkout .simplecheckout-block-content legend {
    color: #06090e;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
    border: none;
}
#custom-checkout .simplecheckout-block-content .radio {
    margin-right: 0;
    margin-bottom: 15px;
}
#custom-checkout .simplecheckout-block-content .radio:last-child {
    margin-bottom: 0;
}
#custom-checkout .simplecheckout-block-content .radio label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}
#custom-checkout #agreement_checkbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 15px;
}
#custom-checkout #agreement_checkbox .colorbox b {
    font-weight: 500;
    text-decoration: underline;
}
#custom-checkout .simplecheckout input[type="checkbox"]:checked + .input-checkbox {
    transition: all 0.2s;
    background: #09c;
    border-color: #09c;
}
#custom-checkout .simplecheckout input[type="checkbox"]:checked + .input-checkbox:before {
    content: "";
    position: absolute;
    left: 3px;
    bottom: 6px;
    width: 10px;
    height: 7px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
}
#custom-checkout .simplecheckout input[type="checkbox"]:disabled + .input-checkbox {
    opacity: 0.3;
    cursor: not-allowed;
}
#custom-checkout .simplecheckout input[type="radio"]:checked + .input-checkbox {
    transition: all 0.2s;
    background: #09c;
    border-color: #09c;
}
#custom-checkout .simplecheckout input[type="radio"]:checked + .input-checkbox:before {
    content: "";
    position: absolute;
    left: 3px;
    bottom: 6px;
    width: 10px;
    height: 7px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
}
#custom-checkout .simplecheckout input[type="radio"]:disabled + .input-checkbox {
    opacity: 0.3;
    cursor: not-allowed;
}
#custom-checkout .simplecheckout-cart__wrapper {
    padding: 10px 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#custom-checkout .simplecheckout-cart__wrapper .simplecheckout-cart-total {
    border: none;
}
#custom-checkout .simplecheckout-cart-total-value {
    color: #06090e;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    margin: 0;
    text-align: right;
    min-width: 75px;
}
#custom-checkout #total_total {
    border: none;
}
#custom-checkout #total_total .simplecheckout-cart-total-value {
    color: #09c;
    font-weight: 700;
}
#custom-checkout #total_sub_total,
#custom-checkout .simplecheckout-cart-total {
    border: none;
}
#custom-checkout .simplecheckout-cart-total .inputs {
    padding-right: 25px;
    padding-bottom: 20px;
}
#custom-checkout .checkout-heading {
    background: #f4f4f4;
    color: #06090e;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    border: none;
    padding: 14px 15px;
    border-radius: 0;
    margin-right: -1px;
    margin-left: -1px;
    margin-top: -1px;
}
#custom-checkout select::-webkit-input-placeholder {
    color: #06090e;
    font-size: 14px;
    line-height: 19px;
}
#custom-checkout select:-ms-input-placeholder,
#custom-checkout select::-ms-input-placeholder {
    color: #06090e;
    font-size: 14px;
    line-height: 19px;
}
#custom-checkout select::placeholder {
    color: #06090e;
    font-size: 14px;
    line-height: 19px;
}
#custom-checkout .form-control {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    transition: all 0.3s;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    outline: none;
    box-shadow: none;
    height: 45px;
    padding: 8px 15px;
}
#custom-checkout .form-control::-webkit-input-placeholder {
    color: #1d2b44;
    font-size: 14px;
    line-height: 19px;
}
#custom-checkout .form-control:-ms-input-placeholder,
#custom-checkout .form-control::-ms-input-placeholder {
    color: #1d2b44;
    font-size: 14px;
    line-height: 19px;
}
#custom-checkout .form-control::placeholder {
    color: #1d2b44;
    font-size: 14px;
    line-height: 19px;
}
#custom-checkout .form-control:focus {
    border-color: #09c;
}
#custom-checkout .simplecheckout-right-column .simplecheckout-block {
    border: 1px solid #e6e6e6;
    border-left: none;
    border-radius: 0;
}
#custom-checkout .form-horizontal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 15px;
    margin: 0 -15px;
}
#custom-checkout .simple-checkout__caption-title {
    color: #fff;
    background: #09c;
    border-radius: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    padding: 14px 15px;
    margin-bottom: 15px;
    margin-left: -1px;
    margin-right: -1px;
}
#custom-checkout .simple-checkout__fields {
    width: 50%;
    margin: 0 0 15px;
}
#custom-checkout .simple-checkout__fields.row-customer_register {
    width: 100%;
}
#custom-checkout .simple-checkout__item-wrapper {
    border-radius: 0;
    border: none;
}
#custom-checkout .simple-checkout__item-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 10px 25px;
}
#custom-checkout .simple-checkout__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: unset;
    align-items: unset;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    transition: all 0.3s;
}
#custom-checkout .simple-checkout__item:hover {
    transition: all 0.3s;
    border-color: #09c;
}
#custom-checkout .simple-checkout__caption {
    width: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#custom-checkout .simple-checkout__custom-section {
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 60px);
    padding-left: 15px;
    position: relative;
    z-index: 1;
}
#custom-checkout .simple-checkout__container,
#custom-checkout .simple-checkout__custom-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
}
#custom-checkout .simple-checkout__container {
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}
#custom-checkout .simple-checkout__item-title {
    color: #06090e;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    padding-right: 30px;
    display: block;
    width: 100%;
    transition: all 0.3s;
}
#custom-checkout .simple-checkout__item-title:hover {
    transition: all 0.3s;
    color: #09c;
}
#custom-checkout .simple-checkout__controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding-top: 10px;
}
#custom-checkout .simple-checkout__controls .price.simplecheckout-cart__price-wrapper {
    width: 50%;
}
#custom-checkout .simple-checkout__controls .price.simplecheckout-cart__price-wrapper .simplecheckout-cart__price-old {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    font-weight: 400;
    text-decoration: line-through;
}
#custom-checkout .simple-checkout__controls .price.simplecheckout-cart__price-wrapper .simplecheckout-cart__price {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}
#custom-checkout .simple-checkout__controls .options-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#custom-checkout .simple-checkout__controls .options-wrapper__item {
    color: #06090e;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 3px;
    padding-right: 15px;
}
#custom-checkout .simple-checkout__controls .price {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    margin-left: auto;
    min-width: 85px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#custom-checkout .simple-checkout__qty {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#custom-checkout .simple-checkout__less {
    color: #979ba1;
    background: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    outline: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 0;
    width: 25px;
    height: 25px;
    transition: all 0.3s;
}
#custom-checkout .simple-checkout__less:hover {
    transition: all 0.3s;
    color: #09c;
    border-color: #09c;
}
#custom-checkout .simple-checkout__more {
    color: #979ba1;
    background: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    line-height: 0;
    outline: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    transition: all 0.3s;
}
#custom-checkout .simple-checkout__more:hover {
    transition: all 0.3s;
    color: #09c;
    border-color: #09c;
}
#custom-checkout .simple-checkout__input {
    width: 45px;
    height: 30px;
    padding: 0 5px;
    font-size: 14px;
    text-align: center;
}
#custom-checkout .simple-checkout__button-remove {
    background: transparent;
    color: #979ba1;
    width: 30px;
    height: 30px;
    padding: 8px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 2;
}
#custom-checkout .simple-checkout__button-remove,
#custom-checkout .simple-checkout__image-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#custom-checkout .simple-checkout__image-block {
    width: 100%;
}
#custom-checkout .simple-checkout__image {
    max-width: 100%;
}
.checkout-simplecheckout #modal-agree .modal-content {
    max-height: 450px;
    overflow: auto;
}
.checkout-simplecheckout #simple_login {
    border-radius: 0;
    background: #fff;
    border: none;
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
}
.checkout-simplecheckout #simple_login .form-group {
    margin-bottom: 12px;
}
.checkout-simplecheckout #simple_login .form-group .control-label {
    margin-bottom: 6px;
}
.checkout-simplecheckout #simple_login .close-modal {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 8px;
    color: #979ba1;
}
.checkout-simplecheckout #simple_login #simplecheckout_login {
    padding: 20px 0;
}
.checkout-simplecheckout #simple_login #simplecheckout_button_login {
    margin-top: 15px !important;
}
@media screen and (max-width: 574px) {
    #custom-checkout .simple-checkout__heading label {
        padding-left: 6px;
    }
    #custom-checkout .simple-checkout__heading-title {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
    #custom-checkout .simple-checkout__controls {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #custom-checkout .simple-checkout__controls .options-wrapper {
        width: 100%;
        margin-bottom: 5px;
    }
    #custom-checkout .simple-checkout__fields {
        width: 100%;
        padding: 0;
    }
    #custom-checkout .simple-checkout__item-container {
        padding-right: 12px;
        padding-left: 12px;
    }
    #custom-checkout .simplecheckout-cart-total__title {
        display: block;
        width: 100%;
    }
    #custom-checkout .simplecheckout-cart__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #custom-checkout .simplecheckout-cart-total {
        width: 100%;
    }
}
@media screen and (min-width: 1024px) {
    #custom-checkout .simplecheckout-button-right {
        width: 40%;
        padding-left: 15px;
    }
}
@media screen and (max-width: 1023px) {
    #custom-checkout .simplecheckout .simplecheckout-step:first-child {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
    #custom-checkout .simplecheckout-right-column .simplecheckout-block {
        border-left: 1px solid #e6e6e6;
    }
    #custom-checkout .simplecheckout-left-column {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 475px) {
    #custom-checkout .simple-checkout__controls .price.simplecheckout-cart__price-wrapper {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    #custom-checkout .simple-checkout__controls .price.simplecheckout-cart__price-wrapper .simplecheckout-cart__price-old {
        margin-right: 0;
    }
}
#simpleregister .row-register_newsletter {
    width: 100%;
}
#simpleregister .row-register_newsletter .simple-checkout__heading-title {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}
#simpleregister .row-register_newsletter .simple-checkout__heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#simpleregister .simpleregister-have-account {
    margin-bottom: 15px;
    font-size: 16px;
}
#simpleregister .simpleregister-have-account a {
    color: #09c;
    transition: all 0.3s;
}
#simpleregister .simpleregister-have-account a:hover {
    transition: all 0.3s;
    color: #007aa3;
}
#simpleaddress .row-address_default {
    width: 100%;
}
#simpleaddress .row-address_default .simple-checkout__heading-title {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}
#simpleaddress .row-address_default .simple-checkout__heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#simpleaddress .select2-selection {
    border: 1px solid #e6e6e6;
    box-shadow: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
}
#simpleaddress input[type="radio"]:checked + .input-checkbox,
#simpleregister input[type="radio"]:checked + .input-checkbox {
    transition: all 0.2s;
    background: #09c;
    border-color: #09c;
}
#simpleaddress input[type="radio"]:checked + .input-checkbox:before,
#simpleregister input[type="radio"]:checked + .input-checkbox:before {
    content: "";
    position: absolute;
    left: 3px;
    bottom: 6px;
    width: 10px;
    height: 7px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
}
#simpleaddress input[type="radio"]:disabled + .input-checkbox,
#simpleregister input[type="radio"]:disabled + .input-checkbox {
    opacity: 0.3;
    cursor: not-allowed;
}
#simpleaddress input[type="checkbox"]:checked + .input-checkbox,
#simpleregister input[type="checkbox"]:checked + .input-checkbox {
    transition: all 0.2s;
    background: #09c;
    border-color: #09c;
}
#simpleaddress input[type="checkbox"]:checked + .input-checkbox:before,
#simpleregister input[type="checkbox"]:checked + .input-checkbox:before {
    content: "";
    position: absolute;
    left: 3px;
    bottom: 6px;
    width: 10px;
    height: 7px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
}
#simpleaddress input[type="checkbox"]:disabled + .input-checkbox,
#simpleregister input[type="checkbox"]:disabled + .input-checkbox {
    opacity: 0.3;
    cursor: not-allowed;
}
#custom-checkout .module-gifts__image {
    max-width: 100%;
}
#custom-checkout .module-gifts__value--old {
    text-decoration: line-through;
}
#custom-checkout .module-gifts {
    width: 100%;
}
#custom-checkout .module-gifts__title {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}
#custom-checkout .module-gifts__sub-title {
    color: #000;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    margin-bottom: 6px;
}
#custom-checkout .module-gifts__item-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 8px;
}
#custom-checkout .module-gifts__image {
    max-width: 50px;
    margin-right: 10px;
}
#custom-checkout .module-gifts__caption {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(100% - 40px);
    -ms-flex-direction: column;
    flex-direction: column;
}
#custom-checkout .module-gifts__value {
    color: #09c;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-right: 35px;
}
@media screen and (min-width: 768px) {
    #custom-checkout .module-gifts__caption {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #custom-checkout .module-gifts__sub-title {
        width: calc(100% - 140px);
        margin-bottom: 0;
        padding-right: 10px;
    }
}
#custom-checkout .custom-section {
    margin-bottom: 5px;
}
#custom-checkout .custom-section,
#custom-checkout .custom-section__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media screen and (min-width: 768px) {
    #custom-checkout .custom-section {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 0;
    }
    #custom-checkout .custom-section__wrapper {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
#custom-checkout .modal-product__price-block {
    width: 100%;
    margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
    #custom-checkout .modal-product__price-block {
        width: auto;
        margin-bottom: 0;
    }
}
#custom-checkout .grow-block .module-gifts {
    width: 100%;
}
#custom-checkout #simplecheckout_cart .simple-checkout__item {
    -ms-flex-align: start;
    align-items: flex-start;
}
.table-orders {
    border: 1px solid #e6e6e6;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.table-orders__col {
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #06090e;
    vertical-align: middle !important;
    border-bottom: 1px solid #e6e6e6;
    border-top: none !important;
}
.table-orders__row {
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.table-orders__thead {
    width: 50%;
    border-right: 1px solid #e6e6e6;
}
.table-orders__tbody {
    width: 50%;
}
.table {
    width: 100%;
}
@media (min-width: 992px) {
    .table-orders {
        border: 1px solid #e6e6e6;
        display: table;
    }
    .table-orders__col {
        text-align: center;
        vertical-align: middle !important;
        padding: 20px;
    }
    .table-orders__row {
        border: none;
        display: table-row;
    }
    .table-orders__thead {
        width: inherit;
        border-right: none;
    }
    .table-orders__tbody {
        width: inherit;
    }
}
.fixed-product {
    display: none;
    position: fixed;
    z-index: 1042;
    top: 0;
    left: 0;
    width: 100%;
    padding: 12px 0;
    background: hsla(0, 0%, 98%, 0.7);
    box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
}
.fixed-product.active,
.fixed-product__container {
    display: -ms-flexbox;
    display: flex;
}
.fixed-product__container {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.fixed-product__container .btn-main {
    min-width: 110px;
}
.fixed-product__title {
    display: none;
}
.fixed-product__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.fixed-product__button {
    padding: 0 10px;
}
.fixed-product__prices {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.fixed-product__price-new {
    color: #06090e;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.fixed-product__price-old {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: line-through;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin-left: 10px;
}
.fixed-product .btn-main {
    white-space: nowrap;
}
.fixed-product .btn-main.js-trigger-cart {
    margin-left: 12px;
    margin-right: 12px;
}
@media screen and (min-width: 1200px) {
    .fixed-product__title {
        display: block;
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 28px;
        width: 40%;
    }
    .fixed-product__container .btn-main {
        min-width: 130px;
        font-size: 16px;
    }
    .fixed-product__price-new {
        font-size: 28px;
        line-height: 38px;
    }
    .fixed-product__price-old {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        margin-left: 0;
        margin-right: 15px;
    }
    .fixed-product__block {
        width: 60%;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .fixed-product__prices {
        -ms-flex-direction: row;
        flex-direction: row;
        margin-right: 7%;
    }
}
@media screen and (max-width: 575px) {
    .fixed-product .btn-main {
        padding: 8px 12px;
    }
    .fixed-product__container {
        width: auto;
        margin: 0 -15px;
    }
    .fixed-product__block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .fixed-product__prices {
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.benefits {
    background-color: #fff;
    margin-bottom: 20px;
}
.benefits,
.benefits__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.benefits__item {
    padding: 12px 0;
    -ms-flex-direction: column;
    flex-direction: column;
}
.benefits__caption,
.benefits__item {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.benefits__caption {
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 12px;
}
.benefits__title {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}
.benefits__img {
    margin-right: 12px;
    margin-bottom: 10px;
}
.benefits__descrr {
    width: 100%;
}

.benefits__descrr ul{
	list-style-type: disc;
	padding: 0 0 0 15px;
}
@media screen and (min-width: 575px) {
    .benefits__item {
        width: 50%;
    }
    .benefits__title {
        font-size: 20px;
    }
}
@media (min-width: 1024px) {
    .benefits {
        background-color: transparent;
    }
    .benefits__item,
    .benefits__list {
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .benefits__item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .benefits__img {
        margin-right: 20px;
        margin-bottom: 0;
    }
    .benefits__title {
        text-align: left;
    }
}
.short-reviews {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.short-reviews,
.short-reviews .btn-main {
    width: 100%;
    max-width: 500px;
}
.short-reviews__caption {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 25px;
}
.short-reviews__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}
.short-reviews__link {
    color: #09c;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    transition: all 0.3s;
}
.short-reviews__link:focus,
.short-reviews__link:hover {
    transition: all 0.3s;
    color: #007aa3;
}
.short-reviews__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.short-reviews__item {
    width: 100%;
    margin-bottom: 16px;
}
.short-reviews__item-wrapper {
    border: 1px solid #e6e6e6;
    padding: 14px 18px;
}
.short-reviews__item-wrapper .review__text {
    width: 100%;
    height: auto;
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.short-reviews__section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 14px;
    margin: 0 -18px 12px;
}
.short-reviews__section .review__date {
    padding: 0 18px;
}
.short-reviews__section .review__author {
    font-size: 16px;
    padding: 0 18px;
}
.single-product {
    width: 100%;
    max-width: 500px;
    margin: 15px auto 10px;
}
.single-product__wrapper {
    border: 1px solid #e6e6e6;
    padding: 10px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}
.single-product__content {
    border: 1px solid #e6e6e6;
    border-top: none;
    padding: 10px 15px;
}
.single-product__content .btn-main {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 15px;
}
.single-product__content .product__button-request {
    border: 2px solid #e6e6e6;
    border-radius: 8px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.single-product__content .product__button-request:hover {
    border-color: #ef767a;
}
.single-product__content .product__buttons-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.single-product__button-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 20px;
}
.single-product__button-wrapper .product-user-btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: none;
}
.single-product__section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 15px;
}
.single-product__section .product-prices {
    width: auto;
    min-width: 40%;
    margin-bottom: 0;
}
.single-product__image {
    width: 30%;
}
.single-product__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    width: 70%;
    padding-left: 20px;
}
@media screen and (min-width: 575px) {
    .single-product__content,
    .single-product__wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (min-width: 1024px) {
    .single-product {
        max-width: none;
        margin: 0;
        position: -webkit-sticky;
        position: sticky;
        top: 5px;
        /*z-index: 9000;*/
        z-index: 90;
    }
    .single-product__content .product__buttons-section .product-card__credit-section .product-card__credit-item {
        width: 45px;
        height: 45px;
    }
    .single-product__content .product__buttons-wrapper {
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .single-product__content .btn-main,
    .single-product__content .product__button-request {
        margin-left: 0;
        margin-right: 0;
    }
    .single-product__wrapper {
        overflow: hidden;
    }
    .single-product__image {
        width: 160px;
    }
}
.item-sets {
    background: #f4f4f4;
    padding: 25px 0;
}
.item-sets__container {
    width: 100%;
}
.item-sets__section {
    background: #fff;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.item-sets__section.items2 .item-sets__block:nth-child(2):before,
.item-sets__section.items3 .item-sets__block:nth-child(3):before {
    content: none;
}
.item-sets__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 12px 10px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.item-sets__block:before {
    content: "+";
    color: rgba(0, 0, 0, 0.6);
    font-size: 24px;
    display: -ms-flexbox;
    display: flex;
    width: 15px;
    height: 15px;
    position: absolute;
    transform: translateY(-50%);
    left: 50%;
    bottom: -15px;
    z-index: 1;
}
.item-sets__block:before,
.item-sets__image-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.item-sets__image-wrapper {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 30%;
}
.item-sets__image {
    max-width: 100%;
}
.item-sets__content {
    width: 70%;
    padding-left: 12px;
}
.item-sets__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
    height: 42px;
    overflow: hidden;
}
.item-sets__price-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.item-sets__price-new {
    color: #ef767a;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
}
.item-sets__price-new,
.item-sets__price-old {
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.item-sets__price-old {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-decoration: line-through;
    margin-left: 5px;
}
.item-sets__bottom-section {
    width: 100%;
    padding: 15px;
}
.item-sets__row {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.item-sets__col,
.item-sets__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.item-sets__col {
    margin-bottom: 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.item-sets__total {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    margin-bottom: 6px;
}
.item-sets__button {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}
.item-sets__text-code {
    color: rgba(0, 0, 0, 0.6);
    padding: 5px 0;
}
.item-sets__text-code,
.item-sets__value-code {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.item-sets__value-code {
    padding: 5px 0 5px 2px;
}
@media screen and (min-width: 768px) {
    .item-sets__total {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        font-size: 26px;
        line-height: 32px;
        margin-right: 5%;
    }
    .item-sets__button {
        max-width: none;
        width: auto;
        margin: 0;
        min-width: 150px;
        font-size: 16px;
    }
    .item-sets__section.items3 .item-sets__block {
        width: 33.3333%;
        padding: 12px 15px;
        border-right: 1px solid #e6e6e6;
    }
    .item-sets__section.items3 .item-sets__block:before {
        transform: translateX(0) translateY(-50%);
        left: auto;
        right: -8px;
        top: 50%;
    }
    .item-sets__section.items3 .item-sets__block:nth-child(3) {
        border-right: none;
    }
    .item-sets__section.items2 .item-sets__block {
        width: 50%;
        border-right: 1px solid #e6e6e6;
        padding: 12px 15px;
    }
    .item-sets__section.items2 .item-sets__block:before {
        transform: translateX(0) translateY(-50%);
        left: auto;
        right: -8px;
        top: 50%;
    }
    .item-sets__section.items2 .item-sets__block:nth-child(2) {
        border-right: none;
    }
    .item-sets__row {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: unset;
        align-items: unset;
    }
    .item-sets__col,
    .item-sets__row {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .item-sets__col {
        width: 50%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .item-sets__col:last-child {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media screen and (min-width: 992px) {
    .item-sets {
        padding: 45px 0;
    }
    .item-sets__text-code {
        font-size: 16px;
    }
    .item-sets__value-code {
        font-size: 16px;
        padding-left: 4px;
    }
    .item-sets__price-wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .item-sets__price-new {
        font-size: 20px;
        line-height: 24px;
    }
    .item-sets__price-old {
        font-size: 16px;
        line-height: 24px;
        margin-left: 0;
    }
    .item-sets__content {
        padding-left: 20px;
    }
    .item-sets__title {
        font-size: 18px;
        line-height: 22px;
        height: 48px;
        margin-bottom: 15px;
    }
}
.mob-categories {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 15px;
}
.mob-categories__item {
    width: 33.33333%;
    padding: 0 10px 5px;
    outline: 1px solid #f4f4f4;
}
.mob-categories__item,
.mob-categories__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mob-categories__link {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.mob-categories__image-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    max-width: 35px;
    overflow: hidden;
    margin: 15px 0;
}
.mob-categories__image {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.mob-categories__title {
    color: #06090e;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    transition: all 0.2s;
    word-break: break-word;
    text-align: center;
    height: 42px;
    overflow: hidden;
}
@media screen and (min-width: 992px) {
    .mob-categories {
        display: none;
    }
}
@media screen and (max-width: 375px) {
    .mob-categories__title {
        font-size: 13px;
    }
}
.product-option {
    margin-bottom: 15px;
}
.product-option__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
}
.product-option__title {
    color: #06090e;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    margin-right: 10px;
    margin-bottom: 12px;
    width: 100%;
    padding-top: 0;
}
.product-option__item-wrapper,
.product-option__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.product-option__item-wrapper {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-option__image-wrapper {
    border: 1px solid #979ba1;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 31px;
    height: 30px;
    position: relative;
    border-radius: 4px;
    transition: all 0.2s;
}
.product-option__image-wrapper.disable {
    pointer-events: none;
    cursor: not-allowed;
}
.product-option__image-wrapper.disable:after {
    content: "";
    background: url(/catalog/view/image/cancel.svg) no-repeat;
    background-size: cover;
    color: #06090e;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.product-option__image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
.product-option__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}
.product-option__item:last-child {
    margin-right: 0;
}
.product-option__item:hover .product-option__image-wrapper {
    transition: all 0.2s;
    border-color: #09c;
    box-shadow: 0 0 0 1px #09c;
}
.product-option__value {
    background-color: #fff;
    border: 1px solid #979ba1;
    color: #06090e;
    font-weight: 500;
    border-radius: 4px;
    padding: 10px 12px;
    margin-right: 8px;
    margin-bottom: 5px;
    transition: all 0.2s;
}
.product-option__value:hover {
    transition: all 0.2s;
    border-color: #09c;
    background-color: #09c;
    color: #fff;
}
.product-option__label {
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
}
input[type="radio"]:checked + .product-option__image-wrapper {
    border-color: #09c;
    box-shadow: 0 0 0 1px #09c;
    padding: 2px;
}
input[type="radio"]:checked + .product-option__value {
    border-color: #09c;
    background-color: #09c;
    color: #fff;
}
input[type="radio"]:disabled + .product-option__image-wrapper {
    opacity: 0.5;
}
input[type="radio"]:disabled + .product-option__value {
    border-color: #09c;
    background-color: #09c;
    color: #fff;
}
.logo {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}
.logo__img {
    display: block;
    max-width: 80px;
}
@media screen and (min-width: 992px) {
    .logo__img {
        max-width: 100%;
    }
}
.header__middle-section {
    padding: 15px 0;
}
.header__row {
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #f4f4f4;
}
.header__container,
.header__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.header__container {
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 50px;
}
.header__text-block {
    display: none;
}
.header__text-block p {
    font-weight: 400 !important;
}
.header__text-block b,
.header__text-block p {
    color: #06090e !important;
    font-size: 16px !important;
    line-height: 24px !important;
}
.header__text-block b {
    font-weight: 700 !important;
}
.header__middle-section .language__list,
.header__text-block br {
    display: none;
}
.header .navbar__caption .logo {
    margin-bottom: 0;
}
.header .logo {
    margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
    .header .navbar .phones__list {
        padding: 0;
    }
    .header .phones__list {
        padding: 10px 15px;
    }
    .header .phones__link {
        font-size: 14px;
    }
    .header .phones__dropdown {
        padding: 0 15px;
    }
    .header .phones__dropdown .phones__item {
        margin-bottom: 10px;
    }
    .header .phones__button {
        margin-left: 20px;
        top: -15px;
        font-size: 14px;
        font-weight: 400;
    }
    .header .phones__button-show {
        width: 20px;
        padding: 5px;
    }
}
@media screen and (min-width: 992px) {
    .header .logo {
        margin-bottom: 0;
    }
    .header__row {
        border-bottom: none;
    }
    .header__top-section {
        background: #f4f4f4;
    }
    .header__container {
        width: 70%;
        height: auto;
    }
    .header__bottom-section {
        background: #f4f4f4;
    }
    .header__middle-section .language__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .header__text-block {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 5px 5% 0;
    }
}
.user-btn-group {
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding-right: 10px;
}
.user-btn-group,
.user-btn-group__button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.user-btn-group__button {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    margin-right: 40px;
}
.user-btn-group__button:last-child {
    margin-right: 0;
}
.user-btn-group__icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 28px;
    height: 28px;
}
.user-btn-group__count,
.user-btn-group__icon {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.user-btn-group__count {
    background: #09c;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    position: absolute;
    right: -8px;
    top: -7px;
    z-index: 1;
}
.nav-section {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: auto;
    margin: 0 -15px;
}
.nav-section,
.nav-section__col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.nav-section__col {
    width: 100%;
    padding: 0 15px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
}
.nav-section__col:last-child {
    display: none;
}
.nav-section__col:nth-child(2) {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.nav-section__col #cart {
    margin-right: 0;
}
.nav-section__container {
    width: 100%;
    position: relative;
}
.nav-section__button {
    background: #09c;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    border: none;
    outline: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 15px 20px 15px 25px;
    border-radius: 4px;
}
.nav-section__button.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.nav-section__button.active .nav-section__arrow-icon {
    transition: all 0.3s;
    transform: rotate(-180deg);
}
.nav-section__button-icon {
    display: none;
}
.nav-section__arrow-icon {
    color: #fff;
    width: 20px;
    height: 20px;
    padding: 3px;
    transform: rotate(0deg);
}
.nav-section__arrow-icon,
.nav-section__button-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 0.3s;
}
.nav-section__button-nav {
    border: none;
    outline: none;
    color: #09c;
    background: transparent;
    width: 30px;
    height: 30px;
    padding: 2px;
}
.nav-section__button-nav:focus,
.nav-section__button-nav:hover {
    transition: all 0.3s;
    color: #007aa3;
}
@media screen and (min-width: 992px) {
    .nav-section {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .nav-section__arrow-icon,
    .nav-section__button-nav {
        display: none;
    }
    .nav-section__button {
        font-size: 24px;
        line-height: 28px;
        border-radius: 0;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 15px 25px;
    }
    .nav-section__button.disable {
        pointer-events: none;
        cursor: pointer;
    }
    .nav-section__button.active {
        border-radius: 0;
    }
    .nav-section__button-icon {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 26px;
        height: 26px;
        margin-right: 15px;
    }
    .nav-section__col {
        margin-bottom: 0;
    }
    .nav-section__col:first-child {
        width: 338px;/*30%*/
    }
    .nav-section__col:nth-child(2) {
        width: 50%;
        max-width: 645px;
    }
    .nav-section__col:last-child,
    .nav-section__col:nth-child(2) {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .nav-section__col:last-child {
        display: -ms-flexbox;
        display: flex;
        width:auto;/*20%*/
        margin-left: auto;
    }
}
.mobile-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
@media screen and (min-width: 992px) {
    .mobile-wrapper {
        display: none;
    }
}
a {
    color: #06090e;
}
a,
a:focus,
a:hover {
    transition: all 0.3s;
}
a:focus,
a:hover {
    color: #09c;
}
.footer {
    background: #f4f4f4;
    padding: 30px 0;
    margin-top: auto;
}
.footer__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    z-index: 1;
}
.footer__column {
    width: 100%;
}
.footer__item {
    width: 100%;
    height: auto;
}
.footer__item:nth-child(2) {
    position: relative;
}
.footer__item:nth-child(2):after {
    content: "";
    background: hsla(216, 5%, 61%, 0.3);
    display: block;
    width: calc(100% + 30px);
    height: 1px;
    position: absolute;
    left: -15px;
    bottom: 0;
    z-index: 1;
}
.footer__sub-title {
    color: #06090e;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    position: relative;
    margin-bottom: -2px;
}
.footer__sub-title:before {
    content: "";
    background: hsla(216, 5%, 61%, 0.3);
    display: block;
    width: calc(100% + 30px);
    height: 1px;
    position: absolute;
    left: -15px;
    top: 0;
    z-index: 1;
}
.footer__sub-title.active .footer__icon {
    transition: all 0.3s;
    transform: rotate(-180deg);
}
.footer__contact-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px;
}
.footer__contact-title,
.footer__icon {
    color: #06090e;
    -ms-flex-align: center;
    align-items: center;
}
.footer__icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 5px;
    transform: rotate(0deg);
    transition: all 0.3s;
}
.footer__block {
    width: 100%;
    height: auto;
    display: none;
}
.footer__menu {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 10px;
}
.footer__menu,
.footer__menu-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}
.footer__menu-item,
.footer__menu-link {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.footer__menu-link {
    color: #06090e;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 6px 0;
    transition: all 0.3s;
}
.footer__menu-link:focus,
.footer__menu-link:hover {
    transition: all 0.3s;
    color: #09c;
}
.footer .logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 10px;
    margin-bottom: 20px;
}
.footer .logo__img {
    width: 100%;
    max-width: 90px;
    margin: auto;
}
.footer .social {
    padding: 12px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.footer .phones__list {
    padding: 0 10px 65px;
}
.footer .phones__link {
    color: #06090e;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 6px 0;
    transition: all 0.3s;
}
.footer .phones__link:focus,
.footer .phones__link:hover {
    transition: all 0.3s;
    color: #09c;
}
.footer-line {
    color: rgba(6, 9, 14, 0.6);
    padding-top: 20px;
    border-top: 1px solid hsla(216, 5%, 61%, 0.3);
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.footer-line,
.footer-line--centered {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (min-width: 992px) {
    .footer {
        padding-bottom: 20px;
    }
    .footer__column {
        width: 50%;
    }
    .footer__column:last-child {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .footer__item {
        width: 33.33%;
        padding: 0 15px;
        margin-bottom: 10px;
    }
    .footer__item:nth-child(2):after {
        content: none;
    }
    .footer__contact-title,
    .footer__sub-title {
        font-weight: 700;
        font-size: 16px;
        line-height: 21px;
    }
    .footer__sub-title {
        pointer-events: none;
    }
    .footer__sub-title:after,
    .footer__sub-title:before {
        content: none;
    }
    .footer__icon {
        display: none;
    }
    .footer__block {
        display: block;
    }
    .footer__menu {
        padding-top: 0;
    }
    .footer .social {
        position: static;
        left: auto;
        bottom: auto;
        z-index: auto;
    }
    .footer .logo {
        margin-bottom: 10px;
    }
    .footer .logo__img {
        max-width: 120px;
    }
    .footer .phones__list {
        padding-bottom: 5px;
    }
    .footer-line {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .footer-line--centered {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.ocfilter-controls {
    background: #ffffff;
    border: 2px solid #e6e6e6;
    border-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 15px 10px 15px;
    position: sticky;
    bottom: 0;
    z-index: 1000;
}
.ocfilter-controls .cm-button {
    width: calc(50% - 10px);
    height: 40px;
}
.ocfilter-controls .btn-secondary {
    background: #ffffff;
    color: #09c;
    border: 1px solid #09c;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 24px;
    cursor: pointer;
    transition: all .3s;
}
.ocfilter-controls .btn-secondary:hover {
    transition: all 0.3s;
    background: #09c;
    color: #ffffff;
    border: 1px solid #09c;
}
.ocfilter-controls .btn-secondary:focus {
    transition: all 0.3s;
    background: #09c;
    color: #ffffff;
    border: 1px solid #09c;
}
body .ocf-offcanvas {
    width: 275px;
    left: -275px;
}
#ocfilter .ocf-option-values .input-label.disabled .input-checkbox {
    pointer-events: none;
    opacity: 0.5;
    border-color: #c9c9c9;
}
#ocfilter .ocfilter-option-popover {
    display: none!important;
    visibility: hidden;
    z-index: -10000;
}
@media screen and (min-width: 992px) {
    .ocfilter-controls {
        display: none;
    }
}


@media (max-width: 1024px) {
    .banner-main .container > div{
        left:0;
        padding: 25px 30px;
    }
    .banner-main-list .container .banner-main-list-item > div {
        padding: 25px 15px;
    }
    .banner-main .banner-main-title,
    .banner-main-list .banner-main-title{
        font-size: 20px;
        line-height: 24px;
    }
    .banner-main .banner-main-text,
    .banner-main-list .banner-main-text{
        font-size: 16px;
        line-height: 24px;
    }
    .banner-main .btn-main {
        padding: 12px 65px;
    }
    
    .blog-latest .new-item,
    .blog-latest .content-description .container,
    .blog-article .content-description .container{
        padding: 0;
    }    
    .blog-latest .content-description,
    .blog-article .content-description{
        padding-top: 0;
    }
    
    .product-card__credit-section {
       height: 88px;
       padding-top: 20px;
       align-items: flex-start;
    }
    
}
@media (max-width: 768px) {
     .product-card__credit-section {
       height: 40px;
       padding-top: 0;
       align-items: center;
    }
    .banner-main-list .container {
        grid-template-columns: 1fr;
    }
    .banner-main .banner-main-text,
    .banner-main-list .banner-main-text {
        max-width: 100%;
    }
    .banner-main-list .container .banner-main-list-item:first-child > div,
    .banner-main .container > div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
    .banner-main-list .container .banner-main-list-item:first-child > div > div:last-child,
    .banner-main .container > div > div:last-child {
        margin-top:auto;
    }
    .banner-main,
    .banner-main-list-item{
        height: 415px;
    }
    .banner-main .container{
        height: 100%;
    }
    .banner-main .container > img,
    .banner-main-list .container .banner-main-list-item > img{
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .banner-main .btn-main,
    .banner-main-list .btn-main{
        width: 100%;
        padding: 12px 65px;
    }
}
@media (max-width: 450px) {
    .container > .js-module-block,
    .js-module-block .container,
    .latest-reviews .container,
    .latest-news .container{
        padding-left: 28px;
        padding-right: 28px;
    }
    .container > .js-module-block .section-title{
        margin-left: -20px;
        margin-right: -20px;
    }
    .js-module-block .container .section-title{
        margin-left: -15px;
        margin-right: -15px;
    }
    .container > .js-module-block .slick-arrow.slider-prev,
    .latest-reviews .slick-arrow.slider-prev,
    .js-module-block .slick-arrow.slider-prev,
    .latest-news .slick-arrow.slider-prev {
        left: -28px;
    }
    .container > .js-module-block .slick-arrow.slider-next,
    .latest-reviews .slick-arrow.slider-next,
    .js-module-block .slick-arrow.slider-next,
    .latest-news .slick-arrow.slider-next {
        right: -28px;
    }
    .latest-reviews .slick-slide,
    .latest-news .slick-slide{
        padding: 0;
    }
    .latest-news .slick-slider{
        margin: 0;
    }
    .latest-reviews__button-wrapper .btn-main,
    .latest-news__link-wrapper .btn-main{
        width: 100%;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
    }
    .banner-main .container{
        padding-top:32px;
    }
    .banner-main .container > div{
        padding-top:57px!important;
    }
    .banner-main-list{
        margin-bottom: 13px;
    }
    .main-title, .page-title, .section-title {
        font-size: 20px;
        line-height: 24px;
    }
}
/* hide additional button on desktop devices */
@media screen and (min-width: 768px) {
    .mobile-extra-submit{
        display:none;
    }
    #search .dropdown-menu li a .search-suggestion .name {
        color: #06090e;
        width: auto;
        font-weight: 500;
        font-size: 14px;
        white-space: normal;
        padding-left: 10px;
        padding-bottom: 0;
        transition: all 0.3s;
        margin: auto;
    }
    #search .dropdown-menu li a .search-suggestion .price {
        color: #06090e;
        font-size: 15px;
        font-weight: 600;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 44px;
        margin: auto;
    }
}
@media (max-width: 1200px) {
.ocf-value-name a{
    pointer-events: none;
}
}
.vn_stikerw {
    display: flex;
    justify-content: center;
}

.vn_stiker {
    margin: 0 5px 10px;
    display: flex;
    width: 33%;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #09c;
    border-radius: 15px;
}

.vn_stiker > a, .vn_stiker > div {
	display: flex;
	flex-direction: column;
}

.vn_stiker__img {
	width: 50px;
	height: 50px;
	display: block;
	margin: auto;
}

.vn_stiker__title {
	align-self: center;
	margin: 5px 0 0;
}

.features_texts-item {
	margin-bottom: 15px;
}

.flex-v-center, .image {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	justify-content: center;
}

.img-features {
    width: 80px;
    height: 80px;
}
}