body {
    font-family: "RobotoCondensed", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    min-width: 300px;
    position: relative;
    webkit-font-smoothing: antialised;
}
.header-basket__price>span>span{
    margin: 0;
    display: inherit;
    font-size: 19px!important;
}
html, body {
    height: 100%;
    min-width: 320px;
    webkit-overflow-scrolling: touch;
}
html {
    font-size: 62.5%;
}
* {
    margin: 0;
    padding: 0;
}
button {
    outline: none !important;
}
a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
}
a {
    outline: none !important;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
    webkit-transition: color 0.4s ease;
}

body {
    background-color: #fff;
    font-family: "HelveticaNeueCyr-Roman";
}

h1,
h2,
h3 {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 400;
}

section h1 {
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 40px;
}

section h2 {
    margin-bottom: 25px;
}

.h100p {
    height: 100%;
}

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


.width-100p {
    width: 100%;
}
.slidem-item__bg{
    display: none;
}
.display-flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.display-flex-nowrap {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
     -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.display-flex-center {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.flex-direction-column {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.flex-space-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.flex-justify-content-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}

.flex-align-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.visible-767,
.visible-567,
.visible-flex-991 {
    display: none !important;
}


.pos-relative {
    position: relative;
}
.border-bottom {
    border-bottom: 1px solid #7b7b7b;
}
.header-language {
    position: relative;
    z-index: 100;
}
.header-language--width {
    width: 190px;
}
.header-language--padding {
    padding: 5px 0px;
}
.header-language__current {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FFF;
    border: 1px solid #dedede;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    ms-flex-align: center;
    webkit-align-items: center;
    webkit-box-align: center;
}
.header-language__current i {
    margin: 2px 4px;
}
.header-language__current span {
    overflow: hidden;
    white-space: nowrap;
}
.header-language__list {
    background-color: #FFF;
    border: 1px solid #dedede;
    border-radius: 3px;
    display: none;
    width: 100%;
}
.header-language__list ul {
    list-style-type: none;
}
.header-language__list a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #333;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    height: 100%;
    ms-flex-align: center;
    padding: 15px 10px;
    webkit-align-items: center;
    webkit-box-align: center;
    width: 100%;
}
.header-language__list a:hover {
    background-color: #f8b62d;
}
.header-language__list i {
    margin-right: 5px;
}
.header-language__list--position {
    position: absolute;
    right: 0;
    top: 30px;
}
i[class*='ic-lang-'] {
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
}
.ic-lang--small {
    height: 18px;
    width: 32px;
}
.ic-lang--lg {
    height: 30px;
    width: 60px;
}
.ic-lang-ru {
    background: url("../skins/crm/lang_icon_rf_crm.png") center;
    border: 1px solid #dedede;
}
.ic-lang-en, .ic-lang-enint {
    background: url("../skins/crm/lang_icon_enint_crm.png") center;
}
.ic-lang-us {
    background: url("../skins/crm/lang_icon_us_crm.png") center;
}
.ic-lang-de {
    background: url("../skins/crm/lang_icon_de_crm.png") center;
}
.ic-select-down {
    background-image: url("../skins/crm/select-down_crm.png");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 18px;
    width: 20px;
}
.main-header {
    display: inline-block;
    width: 100%;
    /*height: 140px;*/
    position: relative;
    z-index: 10;
}

header .container-fluid, .main-navigation .container-fluid {
    max-width: 1294px;
    margin: auto;
}

.header-bg {
    background-image: url(../skins/crm/shop_top_panel_bg_k2.png);
    background-repeat: no-repeat;
    background-size: cover;
    moz-background-size: cover;
    o-background-size: cover;
    webkit-background-size: cover;
}

.header-bg .hidden-navigation-list__position {
    top: 117px;
}

.header-bg .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-sale {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background-image: url(../skins/crm/shop_top_banner_bg_k2.png);
    background-repeat: no-repeat;
    background-size: cover;
    moz-background-size: cover;
    o-background-size: cover;
    webkit-background-size: cover;
    font-size: 21px;
    height: 70px;
    padding-bottom: 5px;    
    color: #009632;
}

.logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    webkit-transition: all 0.4s ease;
}

/*.logo a {
    margin: auto;
}*/

.logo img {
    width: auto;
    height: 116px;
}
.drop-down-nav .logo img {
    height: 85px;
}

.menu__width {
    max-width: 500px;
    position: absolute;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    webkit-transition: all 0.4s ease;
    width: 100%;
}
.menu--list {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.menu--list:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.menu--list li {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 33% !important;
}
.menu--list li a {
    color: #fff;
    /*font-size: 23px;
    line-height: 25px;*/
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 10px;
    text-align: center;
    text-decoration: none;
}
.menu--list li a:hover .menu--icon__position {
    margin-top: 8px;
}
.menu--name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 50px;
}
.menu--icon {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fefefe;
    border-radius: 15px;
    -webkit-box-shadow: 2px 3.5px 3.8px 0.2px rgba(0, 0, 0, 0.33);
            box-shadow: 2px 3.5px 3.8px 0.2px rgba(0, 0, 0, 0.33);
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    height: 85px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    ms-flex-align: center;
    ms-flex-pack: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    webkit-align-items: center;
    webkit-border-radius: 15px;
    webkit-box-align: center;
    webkit-box-pack: center;
    webkit-box-shadow: 2px 3.5px 3.8px 0.2px rgba(0, 0, 0, 0.33);
    webkit-justify-content: center;
    webkit-transition: all 0.4s ease;
    width: 86px;
}
.menu--icon__position {
    margin-top: 5px;
}
.menu--icon i[class*="ic-"] {
    background-image: url("../img/top-menu-icons.png");
    content: '';
    display: inline-block;
    height: 40px;
    width: 37px;
}
.menu--icon .ic-shirt-pattern {
    background-position: 0 0;
}
.menu--icon .ic-delivery {
    background-position: -37px 0;
}
.menu--icon .ic-warranty-card {
    background-position: -74px 0;
}
.menu--icon .ic-comments {
    background-position: -111px 0;
}

.header-phone {
    display: inline-block;
    margin-top: 15px;
}

.header-phone,
.header-phone-mob {
    float: right;
}

.header-phone a,
.header-phone-mob a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; 
    padding-right: 5px;
}

.header-phone a:hover,
.header-phone-mob a:hover {
    color: #23527c; 
}

.header-phone span,
.header-phone-mob span {
    margin-top: 4px;
}
.header-phone a {
    color: #fff;
    font-size: 30px;
}
.header-phone-mob {
    display: inline-block;
    margin: 10px 0;
}
.header-phone-mob a {
    color: #00b6e3;
    font-size: 20px !important;
}
i.header-phone-ic {
    display: inline-block;
    width: 50px;
    height: 50px;
    content: '';
    background-image: url(../skins/crm/shop_button_contact_k2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

i.header-phone-mob-ic {
    display: inline-block;
    width: 112px;
    height: 30px;
    content: '';
    background-image: url(../skins/crm/shop_icon_messengers_k2.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.menu-ic {
    width: auto;
    height: 82px;
}

    .header-menu-sm {
        cursor: pointer;
        margin-left: 10px;
        margin-top: 18px;
        position: relative;
        z-index: 10;
        order: 10;
    }

    .navigation-contacts--phone-lg, .navigation-contacts--phone-sm {
        color: #fff;
        display: block;
    }
    .navigation-contacts--phone-sm {
        font-size: 18px;
    }
    .navigation-contacts--phone-lg {
        font-size: 20px;
        font-family: "HelveticaNeueCyr-Bold";
    }
    .navigation-contacts .connect-prog {
        ms-transform: scale(0.6);
        position: absolute;
        right: -312px;
        top: -29px;
        -webkit-transform: scale(0.6);
            -ms-transform: scale(0.6);
                transform: scale(0.6);
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        webkit-transform: scale(0.6);
        webkit-transition: all 0.4s ease;
        width: 270%;
    }
    .order-button-phone {
        z-index: 2;
    }
    .hidden-navigation {
        height: 100%;
    }

    .hidden-navigation__position {
        float: right;
        order: 10;
    }
    .hidden-navigation--btn {
        background-image: url("../skins/crm/shop_button_menu_k2.png");
        background-size: cover;
        content: '';
        display: block;
        height: 85px;
        width: 85px;
    }
    .small-contacts {
        display: none;
        position: absolute;
        right: -86%;
        text-align: center;
        top: 24px;
        width: 100%;
        z-index: 2;
    }
    .small-contacts .top-menu-contacts {
        color: #4E7BDC;
    }
    .small-contacts .top-menu-contacts__lg {
        font-family: "HelveticaNeueCyr-Bold";
        font-size: 18px;
    }
    .small-contacts .top-menu-contacts__sm {
        font-size: 16px;
    }
    .small-contacts ul {
        margin-bottom: -19px;
        margin-left: -127px;
        margin-top: -24px;
        ms-transform: scale(0.4);
        -webkit-transform: scale(0.4);
            -ms-transform: scale(0.4);
                transform: scale(0.4);
        webkit-transform: scale(0.4);
        width: 202%;
        z-index: 1;
    }
    .small-contacts__moved-pos {
        margin-top: -25px;
        right: -198px;
        right: -85%;
    }
    .hidden-navigation-list {
        background-color: #fff;
        background-color: rgba(242, 247, 255, 0.9);
        border-bottom: 1px solid #dddcdb;
        border-top: 1px solid #dddcdb;
        display: none;
        list-style: none;
        padding: 10px 0;
        z-index: 100;
        width: 100% !important;
    }
    .hidden-navigation-list__position {
        left: 0;
        padding: 10px 0;
        position: absolute;
        top: 100px;
        width: 100%;
    }
    .hidden-navigation-list li {
        margin-bottom: 5px;
        text-align: center;
        text-decoration: none;
    }
    .hidden-navigation-list a {
        border-bottom: 2px solid transparent;
        color: #1760a6;
        font-family: "HelveticaNeueCyr-Bold";
        font-size: 23px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 47px;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        webkit-transition: all 0.4s ease;
    }

    .hidden-navigation-list a.scroll-to-id {
        line-height: 18px;
    }
    .hidden-navigation-list a:hover {
        /*border-bottom: 2px solid #1760a6;*/
        color: #5F97E6;
    }
    .slider-wrap {
        margin: auto;
        margin-top: -8px;
       /* max-width: 1294px;*/
        width: 100%;
        /*margin-top: 82px;*/
    }
    .slider {
        background-image: url("../skins/crm/shop_slider_bg_k2.png");
        background-position: center;
        background-size: cover;
    }
    .slider .container {
        padding: 0;
    }
    .slider div[class*="slider-item-"] {
        max-height: 600px !important;
        position: relative;
        width: 100%;
    }
    .slider--xs-title {
        background: rgba(1, 15, 69, 0.9);
        bottom: 0;
        color: #fff;
        font-size: 16px;
        left: -15%;
        margin-bottom: 30px;
        opacity: 0;
        padding: 4%;
        position: absolute;
        text-align: center;
        text-align: left;
        text-transform: uppercase;
        -webkit-transition: all 0.4s ease 0.5s;
        -o-transition: all 0.4s ease 0.5s;
        transition: all 0.4s ease 0.5s;
        webkit-transition: all 0.4s ease 0.5s;
        width: 100%;
    }
    .slider--image {
        opacity: 0;
        position: absolute;
        right: 15%;
        top: 0;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        webkit-transition: all 1s ease;
    }
    .slider--title {
        color: #fff;
        font-family: "HelveticaNeueCyr-Roman";
        font-size: 60px;
        letter-spacing: 4px;
        line-height: 60px;
        opacity: 0;
        position: absolute;
        text-transform: uppercase;
        -webkit-transition: all 0.5s ease 0.3s;
        -o-transition: all 0.5s ease 0.3s;
        transition: all 0.5s ease 0.3s;
        webkit-transition: all 0.5s ease 0.3s;
        width: 100%;
    }
    .slider--title__position {
        left: 40%;
        margin-left: 60px;
        margin-top: 100px;
        top: 0;
    }
    .slider--p {
        color: #fff;
        font-family: HelveticaNeueCyr-Roman;
        font-size: 17px;
        letter-spacing: 0.5px;
        line-height: 27px;
        max-width: 485px;
        opacity: 0;
        text-transform: uppercase;
        -webkit-transition: all 0.5s ease 0.3s;
        -o-transition: all 0.5s ease 0.3s;
        transition: all 0.5s ease 0.3s;
        webkit-transition: all 0.5s ease 0.3s;
        width: 100%;
    }
    .slider--p__position {
        bottom: 0;
        left: -20%;
        margin-bottom: 130px;
        position: absolute;
    }
    .slick-active .slider--title {
        left: 0;
        opacity: 1;
    }
    .slick-active .slider--p {
        left: 60px;
        opacity: 1;
    }
    .slick-active .slider--image {
        opacity: 1;
        right: 0;
    }
    .slick-active .slider--xs-title {
        left: 0;
        opacity: 1;
    }
    .contacts--phone {
        color: #549526;
        font-size: 62px;
        letter-spacing: 1px;
        margin-top: 10px;
    }
    .contacts--alt-phote-txt {
        font-size: 41px;
        letter-spacing: 2px;
        line-height: 60px;
        margin-top: 45px;
    }
    .contacts--alt-phote {
        font-size: 65px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 60px;
        margin-top: 8px;
    }
    .connect-prog {
        margin-top: 20px;
        text-align: center;
    }
    .connect-prog li {
        display: inline-block;
        width: 90px;
    }
    a[class*='connect-ic-'] {
        background-image: url("../img/connect-prog.png");
        content: '';
        display: inline-block;
        height: 67px;
        width: 66px;
    }
    .connect-ic-whatsapp {
        background-position: 0 0;
    }
    .connect-ic-viber {
        background-position: -63px 0;
    }
    .connect-ic-telegram {
        background-position: -131px 0;
    }
    .connect-ic-sms {
        background-position: -200px 0;
    }
    .drop-down-nav {
        background-color: white;
        display: none;
        min-height: 75px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }

    .drop-down-nav .order-button__position {
        margin: 0;
        width: 100%;
    }
    .drop-down-nav .order-button {
        margin: 4px auto 0px auto;
    }
    .drop-down-nav .order-button--link {
        height: 64px;
    }
    .drop-down-nav .hidden-navigation-list__position {
        position: fixed;
        top: 85px;
        max-height: calc(100vh - 65px);
        overflow-y: auto;
        width: 100% !important;
    }
    .drop-down-nav--contacts {
        margin-top: 20px;
    }
    .drop-down-nav--contacts .contacts--phone,
    .drop-down-nav--contacts .contacts--alt-phote {
        color: #1760a6;
        font-size: 24px;
        line-height: 24px;
        margin-top: 0;
    }
    .drop-down-nav--contacts .contacts--alt-phote {
        margin-top: -10px;
    }
    .drop-down-nav--contacts .contacts--phone {
        font-family: "HelveticaNeueCyr-Bold";
    }
    .drop-down-nav--contacts .connect-prog {
        margin-top: -10px;
        ms-transform: scale(0.6);
        -webkit-transform: scale(0.6);
            -ms-transform: scale(0.6);
                transform: scale(0.6);
        webkit-transform: scale(0.6);
    }
    .drop-down-nav--contacts .contacts--alt-phote-txt {
        font-size: 21px;
        line-height: 21px;
        margin: 0;
    }
    .drop-down-nav .order-button-phone__position {
        right: -50px;
        top: 9px;
    }
    .drop-down-nav--contacts a:hover {
        border-bottom: none;
    }

    /*Catalog Block*/
    .catalog-item-block {
        text-align: center;
    }

    .catalog-item-block h2 {
        display: inline-block;
        width: auto;
        
        color: #323232;
        font-family: "HelveticaNeueCyr-Bold";
    }
    
    .catalog-item-block--border-top {
        border-top: 3px solid #323232;
    }

    .catalog .slick-arrow,
    .post-slider .slick-arrow {
        height: 100%;
        background-color: #fff;
    }

    .catalog .slick-arrow.slick-prev,
    .post-slider .slick-arrow.slick-prev {
        background: url(../skins/crm/arrow_left_1x4.png) no-repeat center;
        background-size: cover;
    }

    .catalog .slick-arrow.slick-next,
    .post-slider .slick-arrow.slick-next {
        background: url(../skins/crm/arrow_right_1x4.png) no-repeat center;
        background-size: cover;
    }

    .slick-next {
        background-position: -63px center;
    }
    .slick-prev {
        background-position: 0px center;
    }
    
    .slider-object {
        color: #333333;
    }
    
    .slider-object img {
        width: 100%;
        height: auto;
		    height: 270px;
    object-fit: contain;
    }
    .slider-object > span {
        display: block;
    }
    .slider-object--name {
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        margin-top: 10px;
    }

    .slider-object--sub-title {
        color: #4b4b4b;
        font-size: 16px;
       /* min-height: 22px;*/
    }

    .slider-object--price {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .slider-object--price {
        color: #4b4b4b;
        font-size: 18px;
    }

    .slider-object--price span {
        font-size: 16px;
    }

    .slider-object--price-old {
        color: #352525;
        background: url(../skins/crm/price_old_k2.png);
        background-size: contain;
        background-position: center;
    }
    .slider-object--price-new {
        color: #009632;
    }

    .slider-object--price > div {
        padding: 0 4px;
    }

    /*Delivery Banner*/
    .delivery img {
        width: 100%;
        height: auto;
    }

    .tablet-delivery-image {
        display: none;
    }
    .mobile-delivery-image {
        display: none;
    }
    /*Social Tabs*/
    .social h2 {
        text-transform: uppercase;
    }

    .tab-item {
        text-align: center;
    }
    
    .tab-item .display-flex {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .social-tabs h3 {
        margin: 20px 0 10px 0;
        font-size: 21px;
        font-family: "HelveticaNeueCyr-Bold";
    }

    .social h2 {
        margin-top: 50px;
    }
    .social-tabs ul li img {
        width: 50px;
    }
    .social-tabs .social-tabs-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-bottom: 1px solid #d0d0d0;
    }

    .social-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 18px;
    }

    .social-wrap {
        display: inline-block;
    }
    .social-posts-info strong {
        font-size: 18px;
    }

    .social-info img {
        width: 80px;
        height: auto;
        border-radius: 50%;
        margin-right: 20px;
    }

    .social-info--name a {
        font-weight: 600;
    }

    .social-posts-info {
        margin-left: 100px;
    }

    .social-posts-info span {
        display: inline-block;
        margin-right: 40px;
    }

    .social-news-post {
        padding: 0 15px;
        text-align: left;
    }
    .social-news-post img {
        width: 100%;
        height: auto;
    }

    .social-news-post-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }

    .social-news-post-info-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-weight: 600;
        font-size: 16px;
    }

    .social-news-post-info-item i {
        font-size: 24px;
    }

    .best-news-posts img {

    width: 100%;
    height: auto;
}

.best-news-posts {
    margin-top: 40px;
    padding: 0 15px;
}

.best-news-posts-text {
    margin-top: 10px;
}

/*Partners*/
.partners img {
    width: 100%;
    height: auto;
}

/*Description*/
.description {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}
.description h2 {
    text-align: left;
    margin-bottom: 10px;
}

.description h2,
.description p {
    max-width: 750px;
    margin: auto;
    display: block;
    margin-bottom: 15px;
}
.description p {
    font-size: 18px;
}
.description p strong {
    font-family: "HelveticaNeueCyr-Bold";
}

i.dot-icon {
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url("../skins/crm/shop_slider_stepbutton_selected_k2.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.conditions {
    padding: 40px 0;
    border-top: 2px solid #252525;
}
.conditions-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    font-size: 16px;
}

.conditions-item span {
    display: block;
}

.conditions-item i {
    margin-right: 10px;
    margin-top: 0px;
}

/*Footer*/
footer {
    background-image: url(../skins/crm/shop_bottom_banner_bg_desktop_k2.png);
    padding: 10px 0 0px 0;
    background-size: cover;
}
footer h2 {
    color: #000;
    margin-bottom: 20px;
}
footer,
footer a {
    color: #fff;
}
footer span {
    line-height: 21px;
}
.footer-hotline {
    text-align: center;
}

.footer-hotline span {
    display: block;
    /*font-family: "HelveticaNeueCyr-Bold";*/
    font-size: 21px;
}

.footer-hotline a {
    font-size: 30px;
    display: inline-block;
}

.footer-hotline img {
    width: 45px;
    border-radius: 50%;
}

.footer-messanger {
    text-align: center;
}

.footer-messanger img,
.footer-hotline img {
    max-width: 160px;
    margin: 10px 0;
}

.footer-messanger span {
    display: block;
}

.footer-messanger a {
    display: inline-block;
}

.footer-messanger a,
.footer-hotline span {
    font-size: 24px;
}

.footer-hotline > span,
.footer-messanger > span {
    color: #000;
    font-size: 14px;
    padding-bottom: 10px;
}

.call-back-btn {
    margin-top: 15px;
    text-align: center;
}

.call-back-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 200px;
    height: 50px;
    background-image: url(../skins/crm/shop_bottom_banner_button_bg_k2.png);
    padding: 10px 15px;
    background-size: contain;
    background-repeat: no-repeat;
    color: #000;
    font-size: 18px;
    border-radius: 10px;
    margin: auto;
}

.footer-xs .space {
    display: block;
}

.footer-xs strong {
    font-family: "HelveticaNeueCyr-Bold";
}
.footer-xs {
    text-align: center;
}
.ic-square {
    display: block;
    margin: auto;
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 15px;
    content: '';
    margin-bottom: 10px;
}

/*Hidden Navigation*/
.hidden-navigation-phones {
    width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    float: right;
}

.hidden-navigation-phones .header-phone-mob-ic {
    order: -1;
}
.hidden-nav .header-basket {
    float: right;
    /*margin: 0 10px;*/
}   

.hidden-navigation-phones .image-wrap {
    display: inline-block;
}

.hidden-navigation-phones a {
    color: #fff;
}

.hidden-navigation-phones .hotline {
    font-size: 28px;
}
.hidden-navigation-phones .hotline span {
    margin-top: 5px;
}
.hidden-navigation-phones .hotline i {
    margin-top: -1px;
}
.hidden-navigation-phones a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hidden-navigation-phones .mobile  {
    font-size: 18px;
    margin-left: 5px;
}

.hidden-navigation-phones .mobile span {
    margin-top: 10px;
    margin-right: 10px;
}

/*Footer Copyright*/
.footer-copyright {
    background-color: #e6e6e6;
    text-align: center;
    padding: 10px 0;
    color: #4b4b4b;
}

.footer-copyright a {
    color: #4b4b4b;
}

.footer-copyright__title {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}

.footer-copyright__descr img {
    max-width: 50px;
}

/*Slider New*/
.slider-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.slider-image {
    position: relative;
    text-align: right;
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    -webkit-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
            transform: translateX(-10%);
}

.slider-image-wrap {
    height: 100%;
}

.slider-image img {
    position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: auto;
        margin: 0;
        left: 50%;
        width: auto;
        max-height: 100%;
        max-width: 100%;
}

.slide-content__title {
    opacity: 0;
    max-width: 80%;
    color: #fff;
    font-size: 54px;
    line-height: 54px;
    text-transform: uppercase;
    font-family: HelveticaNeueCyr-Roman;
    -webkit-transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
    -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
            transform: translateX(20%);
}

.slide-content__text {
    opacity: 0;
    max-width: 80%;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-family: HelveticaNeueCyr-Roman;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
     -webkit-transform: translateX(-20%);
         -ms-transform: translateX(-20%);
             transform: translateX(-20%);
}

.slider-item {
    height: calc(100vh - 300px);
    min-height: 250px;
    /*min-height: 430px;*/
}

.slick-active .slider-image,
.slick-active .slide-content__title,
.slick-active .slide-content__text {
    opacity: 1;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
}

/*Post Slider*/
.post-slider.slick-slider {
    margin-bottom: 0;
}

.slick-slider * {
    outline: none !important;
}

/*Header Basket*/
.header-basket-wrapper {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-basket-icon {
    position: relative;
    display: inline-block;
    content: '';
    width: 117px;
    height: 117px;
    background-image: url(../skins/crm/shop_cart_icon_empty_1x1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    /*top: -10px;*/
}

.drop-down-nav .header-basket-icon {
    width: 85px;
    height: 85px;
}

.header-basket-icon.active {
    background-image: url(../skins/crm/shop_cart_icon_full_1x1.png);
}

.header-basket-icon__amount {
    position: absolute;
    font-size: 30px;
    color: #000;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-basket-title {
    display: none !important;
    font-size: 20px;
    margin-top: 15px;
}

.header-basket__price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.header-basket__price span {
    margin-left: 10px;
}
.header-basket__price span:first-child {
    font-size: 30px;
    line-height: 24px;
}

.header-call-sm a {
    display: block;
    font-size: 0;
}

/*Cart Page*/
.cart-navigation-title {
    text-transform: uppercase;
}
.cart-navigation-back-btn a {
    display: inline-block;
    height: 80px;
    width: 150px;
    background-image: url('../skins/crm/arrow_back_2x1_k2.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

.cart-navigation-descr {
    font-size: 18px;
    color: #352525;
}
.cart-navigation-descr-new {
    color: #009632;
}

.cart-navigation-descr > div,
.cart-delivery__price {
    width: 200px;
    text-align: center;
}

.cart-item__delete {
    display: inline-block;
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(../skins/crm/cancel_cross_black.png);
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.cart-item {
    position: relative;
    display: flex;
    margin-top: 20px;
}

.cart-item-details {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cart-item-price,
.cart-item__size {
    display: flex;
    font-size: 18px;
}
.cart-item-price > div {
    width: 200px;
    text-align: center;
}

.cart-item__image {
    height: 150px;
    display: inline-block;
    float: left;
}
.cart-item__image img {
    width: auto;
    height: 100%;
}

.cart-item__title {
    font-size: 18px;
}
.cart-item__title strong {
    font-family: "HelveticaNeueCyr-Bold";
}
.cart-item-price__new {
    color: #009632;
}
.cart-item-price__new span {
    font-size: 16px;
}


.cart-delivery {
    font-size: 18px;
    margin: 20px 0;
}

.cart-delivery__title {
    margin-left: 30px;
}

.cart-delivery__price span {
    font-size: 16px;
}

.cart-total-price {
    flex-wrap: wrap;
    font-size: 16px;
    color: #352525;
}

.cart-total-price > div {
    margin: 0 30px;
    text-align: center;
}

.cart-total-price-old .price,
.cart-total-price-new .price {
    font-size: 24px;
    padding-top: 2px;
}

.cart-total-price-new .price {
    color: #009632;
}

.cart-total-price-old .price {
    background-image: url(../skins/crm/price_old_k2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.cart-total-price-next {
    width: 200px;
    height: 100px;
    background-image: url(../skins/crm/shop_order_button_2x1_k2.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-size: 30px;
    font-family: "HelveticaNeueCyr-Bold";
    color: #fff;
    margin: 10px 0;
}

.cart-total-price-next:hover {
    color: #fff;
}

/*Cart Form*/
.cart-navigation-form .cart-navigation-title{
    width: 100%;
    margin-left: -150px;
}

.cart-form input {
    border: 2px solid #009632;
    height: 40px;
    min-width: 300px;
    display: block;
    padding: 0 10px;
    text-align: center;
    border-radius: 5px;
    font-size: 21px;
    margin: auto;
    margin-bottom: 15px;
    font-family: "HelveticaNeueCyr-Bold";
}
.cart-form .cart-total-price-next {
    margin: 10px auto;
    background-color: transparent;
    border: none;
}

.cart-form-success {
    text-align: center;
    background-color: #fff;
    position: relative;
    padding: 10vh 10px;
    max-width: 500px;
    margin: auto;
    width: 90%;
}
.cart-form-success h1 {
    text-transform: uppercase;
    color: #009632;
}

.cart-form-success p {
    color: #000;
    font-size: 21px;
    margin: 5vh 0;
}

.cart-form-success .art-form-success-ps {
    font-size: 15px;
    color: #4b4b4b
}

/*Product Page*/
.product-top-catalog {
    background-color: #D1D1D1;
}

.product-top-name > *{
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
    padding-left: 20px;
    font-family: "HelveticaNeueCyr-Bold";
}

.product-price .product-price-old,
.product-price .product-price-new {
    text-align: center;
    padding: 0 4%;
}
.product-price .product-price-price {
    font-size: 24px;
}
.product-price .product-price-price > span {
    font-size: 15px;
}
.product-price-old .product-price-price {
    color: #352525;
    background: url(../skins/crm/price_old_k2.png);
    background-size: cover;
    background-position: center;
    padding: 4px 0;
}
.product-price-new .product-price-price {
    color: #009632;
}

.product-price-description {
    display: block;
    font-size: 16px;
}

.product-price-add-to-cart {
    /*width: 100%;*/
}

.product-price-add-to-cart a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 200px;
    height: 100px;
    background-image: url(../skins/crm/shop_order_button_2x1_k2.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "HelveticaNeueCyr-Bold";
    color: #fff;
    margin: 20px auto;
}

.product-price-delivery {
    background-color: #009632;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    margin-bottom: 30px;
}

.product-price-delivery img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.product-drop-down-nav .product-price-add-to-cart a {
    margin: 0;
}
.product-drop-down-nav .header-phone,
.product-drop-down-nav .header-phone-mob,
.product-drop-down-nav .header-menu-sm,
.product-drop-down-nav .header-basket-title {
    margin: 0;
}

.product-drop-down-nav .logo img {
    height: 82px;
}

.product-drop-down-nav .product-price-add-to-cart a {
    width: 170px;
    height: 85px;
    font-size: 20px;
}

.product-drop-down-nav .header-basket-icon {
    width: 82px;
    height: 82px;
}

.product-drop-down-nav .header-basket-icon__amount {
    font-size: 21px;
    top: 5px;
}



/*Product Slider*/
.product-slider-wrap {
    max-width: none;
}

.product-slider-wrap .slider {
    background-image: none;
}

.product-slider-wrap .slider-item {
   display: block !important;
   height: auto;
   min-height: auto;
}
.product-slider-wrap .slider-item img {
    margin: 0 auto;
    max-width: 100vw;
    max-height: 100vh;
}

.product-slider-wrap .small-image {
    display: none;
}

.product-slider-wrap .slider-item__description {
    position: absolute;
    bottom: 5%;
    left: 5%;
    font-size: 54px;
    text-transform: uppercase;
    color: #fff;
    font-family: "HelveticaNeueCyr-Bold";
    text-shadow: 2px 2px 2px #000;
}

/*Product Social*/
.social-news-post-header {
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: space-between;
    margin: 10px 0;
}
.product-social {
    margin-bottom: 30px;
}
.product-social__title {
    font-family: "HelveticaNeueCyr-Bold";
    font-size: 18px;
    text-align: center;
    margin: 30px 0;
}
.social-news-post-header__nick {
    font-size: 12px;
    display: flex;
    flex-direction: column;
}

.social-news-post-header__nick strong {
    font-family: "HelveticaNeueCyr-Bold";
}

.product-social .product-social__item {
    width: 320px;
    margin: auto;
    border: 1px solid #eee;
}

.social-news-post-header__submit {
    width: 100px;
    text-align: right;
}

.social-news-post-header__image img {
    width: 40px;
}

.social-news__date {
    text-transform: uppercase;
    color: #ccc;
    font-size: 14px;
    margin: 5px 0;
}

.dignities-title,
.manufactorer-title,
.reviews-title {
    font-family: "HelveticaNeueCyr-Bold";
    font-size: 18px;
    text-align: center;
    padding: 30px 0;
}

.dignities-item__text {
    position: relative;
    margin-left: 75px;
    font-size: 18px;
    font-family: "HelveticaNeueCyr-Bold";
    margin-top: 15px;
}

.dignities-item__text:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 75px;
    height: 75px;
    background-image: url(../skins/crm/shop_product_feature_num_marker_k2.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -75px;
}

.dignities-item__text:after {
    content: attr(data-before);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 56px;
    font-size: 45px;
    position: absolute;
    top: 0;
    left: -75px;
    font-family: "HelveticaNeueCyr-Roman";
    padding-top: 3%;   
}


.dignities-item {
    width: 20%;
}
.dignities-item img {
    width: 100%;
    height: auto;
    padding: 0 5px;
}

.manufactorer {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #e6e6e6;
}
.manufactorer-title {
    position: relative;
    z-index: 3;
}
.manufactorer-title:before {
    content: '';
    display: inline-block;
    background-image: url(../skins/crm/shop_product_descr_corner_left_k2.png);
    background-size: contain;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0px;
    left: 0;
}

.manufactorer-title:after {
    content: '';
    display: inline-block;
    background-image: url(../skins/crm/shop_product_descr_corner_right_k2.png);
    background-size: contain;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 5px;
    right: 0;
}

.manufactorer-parameters-wrap {
    position: relative;
    z-index: 3;
}
.manufactorer-text p,
.manufactorer-parameter-line {
    font-size: 16px;
    max-width: 800px;
    margin: auto;
}

.manufactorer-parameter-line > div {
    display: inline-block;
}

.manufactorer-parameter {
    border-bottom: 2px solid #4b4b4b;
}

.manufactorer-parameter-line__name {
    width: 200px;
    flex-shrink: 0;
}
.manufactorer-text {
    position: relative;
    padding-bottom: 100px;
    z-index: 3;
}
.manufactorer:after {
    content: '';
    display: inline-block;
    height: 100%;
    background-image: url(../skins/crm/shop_product_abc_descr_modelpic_right_k2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 180px;   
    position: absolute;
    bottom: 47px;
    right: 0;
    z-index: 2;
}
.bl_imageproizab{
    display: inline-block;
    height: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 2;
}
.manufactorer-text p {
    padding: 5px 0;
}

/*Reviews*/
.reviews-item {
    width: 30%;
    text-align: center;
}

.reviews-item__img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: inline-block;
}
.reviews-item__img img {
    width: 100%;
    height: auto;
}

.reviews-item__name {
    font-size: 18px;
    margin: 30px 0;
}

.reviews-item__text {
    font-size: 16px;
    width: 90%;
    margin: auto;
}

.reviews-item__social {
    margin-top: 30px;
}
.reviews-item__social-list a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}
.reviews-item__social-list li {
    display: inline-block;
    margin: 0 5px;
}
a.social-instagramm {
    background-image: url(../skins/crm/socnet_icon_insta_1x1_k2.png);
}
a.social-vk {
    background-image: url(../skins/crm/socnet_icon_vk_1x1_k2.png);
}
a.social-facebook {
    background-image: url(../skins/crm/socnet_icon_fb_1x1_k2.png);
}

.reviews-add-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 300px;
    height: 75px;
    background-image: url(../skins/crm/shop_review_add_button_4x1_k2.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "HelveticaNeueCyr-Bold";
    color: #fff;
    margin: 20px auto;
    border-radius: 10px;
}

.reviews-add-btn:hover {
    color: #fff;
}

/* Cart Header */
.cart-header .drop-down-nav .container-fluid {
    max-width: none;
}

.cart-header .logo img {
    padding: 0;
    float: left;
    max-height: 117px;
    width: auto;
}

.cart-header .product-price-add-to-cart,
.product-drop-down-nav .product-price-add-to-cart  {
    margin-top: 25px;
    margin-left: -125px;
    width: auto;
}
.product-drop-down-nav .product-price-add-to-cart  {
    margin-top: 0;
}

.product-price-add-to-cart.active a {
    background-image: url(../skins/crm/shop_order_tocart_button_2x1_k2.png);
    color: #009632;
}
   
.cart-header .header-basket-wrapper,
.product-drop-down-nav .header-basket-wrapper  {
    position: absolute;
    top: 0;
    right: 0;
    order: -1
}


.cart-header .product-price-add-to-cart a {
    transition: all 0.4s ease;
    /*margin: 20px 0 0;*/
}
.cart-header .product-price-add-to-cart a:hover {
    margin-top: 23px;
}

.dignities-wrap .container-fluid {
    max-width: 1294px;
    margin: auto;
}

.dignities-slider-wrapper.slick-slider {
    margin-bottom: 30px;
}

/*Size Pop-up*/
.accordion-table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 0px auto; }
  .accordion-table tr:nth-child(2) td {
    font-weight: bold; }
  .accordion-table tr:nth-child(2n) {
    background: #b2cdfd; }
  .accordion-table td {
    text-align: center;
    padding: 15px; }
  .accordion-table .accordion-img {
    text-align: left;
    padding: 0;
    width: 160px;
    background: #fff; 
    text-align: center;}

.highlighted {
  background-color: #ffc000;
  cursor: pointer;
}

.accordion--content p {
  color: #0a0a0a;
  font-family: OpenSansRegular;
  font-size: 16px;
  line-height: 27px;
  padding: 0px 10px 17px 10px; }

.small-size-table {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
}
.small-size-table tr:first-child {
  background-color: #7282a4 !important;
  border: none !important;
  height: auto;
  cursor: auto;
}
.small-size-table a {
  display: inline-block;
  color: #333333;
  width: 100%;
  padding: 12px 0px;
}
.small-size-table tr {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #3b3e44;
  height: 50px;
  cursor: pointer;
}

.small-size-table tr:hover {
  background-color: #ffc000;
}
.small-size-table th {
  color: #fff;
  text-align: center;
  border: 1px solid #7282a4;

}
.small-size-table td {
  text-align: center;
}
.small-size-bold {
  font-size: 18px;
  font-family: "HelveticaNeueCyr-Bold";
}

.size-popup {
    background-color: #7282a4;
    padding-bottom: 15vh;
    width: 90%;
    max-width: 1024px;
    margin: auto;
    position: relative;
}

.size-popup table {
    background-color: #fff;
}

.size-popup-title {
    text-align: center;
    color: #fff;
    padding: 5vh 0;
}

.size-popup-title strong {
    font-family: "HelveticaNeueCyr-Bold";
    font-size: 21px;
}

.mfp-close {
    font-size: 45px;
}

/*Hidden navigation Block*/
.hidden-navigation-block {
    font-size: 21px;
    text-align: center;
}

.hidden-navigation-block a {
    color: #000;
}
.hidden-navigation-block a[href *= "tel:"],
.hidden-navigation-block a[href *= "mailto:"] {
    color: #3278b4;
    font-size: 40px;
}


.hidden-navigation-block strong {
   font-family: "HelveticaNeueCyr-Bold"; 
}

.hidden-navigation-block p {
    padding: 1vh 10px;
}

.hidden-navigation-block__phone-info {
    font-size: 14px;
    display: block;
    margin-top: -10px;
}

.hidden-navigation-block i.header-phone-mob-ic {
    width: 170px;
    height: 44px;
}

.call-pop-up {
    position: relative;
    text-align: center;
    color: #6885c8;
    max-width: 500px;
    margin: auto;
    width: 90%;
    background-color: #eaeaea;
    padding: 30px;
}
.call-pop-up p {
    font-size: 21px;
    padding: 5px 0;
}

.call-pop-up a {
    font-size: 24px;
    color: #6885c8;
}
.call-pop-up a span {
    display: block;
}
a.call-pop-up--green {
    color: #649048;
}
.call-pop-up i.header-phone-mob-ic {
    width: 200px;
    height: 50px;
}
.text__center{
    text-align: center;
}
.manufactorer-parameter{
    border-bottom: 1px solid #4b4b4b;
}
.button__top{
    display: none;
    position: fixed;
    z-index: 10;
    right: 10px;
    bottom: 80px;
    width: 80px;
    height: 80px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    
}
.clearfix:before{
    content: " ";
    display: table;
}
.clearfix:after{
    content: " ";
    display: table;
    clear: both;
}
.header__messenger{
        text-align: center;
        display: block !important;
        float: none !important;
        width: 100%;

    }
    .header__messenger a{
    display: inline-block;
    text-align: center;
    width: 25%;
    height: 50px;
    float: none !important;
    }

    .header__messenger a i{
        text-align: center;
        background-position: center;
        background-repeat: no-repeat;
        height: 50px;
        width: 50px;
        -webkit-background-size: contain;
        background-size: contain;
        display: inline-block;
    }
    .header__messenger_desktop a{
        width: 30%;
    }
    .header__messenger_desktop{
        margin-top: 0;
    }
.scroll-to-id.menu__link{
    display: block;
    text-align: center;
    padding: 10px;
}
.lazy__img[data-src]{
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 70px 70px;
    background-size: 70px 70px;
    border: none;
    display: block;
}
.lazy__img.done{
    background: none !important;
    background-image: none !important;
}
.lazy__img{
    width: 100%;
}
.mainpage_carousel_img{
    padding: 0 5px;
}
.color__filter_block{
    /*display: none;*/
    margin: 15px auto;
    width: 270px;
    text-align: center;
    position: relative;

}
.color__filter_link{
    display: block;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    float: left;
}
.color__filter_link:nth-child(5n+1){
    margin-right: 0;
}
.color__filter_close_button {
    position:absolute;
    top:0;
    right:-60px;
    width:50px;
    text-align:left !important;
}
.color__filter_text{
    display: block;
    right: 5px;
    bottom: 5px;
    font-size: 10px;
    color: #fff;
    position: absolute;
}
.color__filter_link_cancel{
    position: absolute;
    right: -60px;

}
.filter-bl{
    display: block;
    width: 220px;
    text-align: center;
    position: relative;
    margin: 15px auto 5px;
}
.filter-t{
    position: absolute;
    transform: rotate(-90deg);
    top: 40%;
    left: -50px;
    height: auto;
    width: auto;
    padding: 0;
    line-height: 1;
    display: block;
    text-transform: uppercase;  
    font-size:  14px;
    color: #9c9c9c;
}
.filter-bl .filter-t{
    left: -88px;    
}
.color__filter_list{
    position: relative;
}
@media only screen and (max-width : 400px){
    .color__filter_link{
        width: 45px;
        height: 45px;

    }
    .filter-bl .filter-t{
    left: -75px;    
}
    .color__filter_block{
        width: 245px;
        margin: 10px auto;
    }
    .color__filter_link_cancel{
        right: -55px;
    }
}

/*Скрыл блок отзывов*/
.reviews-wrapper{
    display: none !important;
}

.text_in_socials{
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
    color: #337ab7;
}
.we_in_socials{
    display: none;
}
.slick-list{
    margin-left: -5px;
}
.product-slider-wrap .slider-item img{
    max-height: 70vh;
}
.catalog_kitty_img_item{
    opacity: 0;
}
.catalog_kitty_img_item_active{
    opacity: 1;
}
.catalog_kitty_link{
    position: relative;
    display: block;
    color: #fff;
    width: 100%;
    margin: 0 auto;
}
.catalog_kitty_title_block{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 25%;
    background-color: rgba(0, 0, 0, .6);
}
.catalog_kitty_title_text{
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.7rem;
}
.catalog_kitty_img{
    width: 100%;
}
.catalog_kitty_volume_text{
    font-size: 1.7rem;
}


@media only screen and (max-width: 767px){
    .catalog-item-block_kitty{
        width: 49%;
        margin-right: 2%;
    }
    .catalog-item-block_kitty:nth-child(4n){
        margin-right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .catalog-item-block_kitty{
        width: 32%;
        margin-right: 2%;
    }
    .catalog-item-block_kitty:nth-child(6n){
        margin-right: 0;
    }
}
@media only screen and (min-width: 992px){
    .catalog-item-block_kitty{
        width: 24%;
        margin-right: 1.33%;
    }
    .catalog-item-block_kitty:nth-child(8n){
        margin-right: 0;
    }
}
.catalog_kitty_img_list{
    position: relative;
    width: 100%;
    height: 100%;
}
.catalog_kitty_img_item{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    list-style: none;
}
.catalog_kitty_img_block{
    margin-bottom: 15px;
}
.slider-object{
    position: relative;
}
.sale-label-v1, .sale-label{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 15;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
}
.mainpage_carousel_img__block{
    position: relative;    
}
.timer_block{
    width: 100%;
    position: relative;
}
.timer_block img{
    display: block;
    width: 100%;
}
.timer_block div{
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.new-title-section {
    height: 128px;
}
.new-title-section .new-title {
    width: 100%;
}
.new-title-section .new-arrow {
    position: absolute;
}
.new-title-section .new-title h1{
    text-align: center;
}
.tooltip {
    position: relative;
    display: inline-block;
}


/*tooltip in copy hash tag in product*/
.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip .manufactorer-parameter-line__text:hover{
    cursor: pointer;
}
#hashtagCopy {
    display: none;
}