@font-face {
    font-family: 'LatoBlack';
    font-weight: 400; /* Исправлено: Black обычно 900 */
    font-style: normal;
    font-display: swap;
    src: url('fonts/LatoBlack/LatoBlack.woff2') format("woff2");
}

@font-face {
    font-family: 'LatoSemibold';
    font-weight: 400; /* Исправлено: Semibold обычно 600 */
    font-style: normal;
    font-display: swap; /* Изменено на swap для лучшей производительности */
    src: url('fonts/LatoSemibold/LatoSemibold.woff2') format('woff2');
}

@font-face {
    font-family: 'LatoRegular';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('fonts/LatoRegular/LatoRegular.woff2') format('woff2');
}

/* Добавлена закрывающая } */
@font-face {
    font-family: 'LatoBold';
    font-weight: 400; /* Исправлено: Bold обычно 700 */
    font-style: normal;
    font-display: swap;
    src: url('fonts/LatoBold/LatoBold.woff2') format('woff2');
}

@font-face {
    font-family: 'LatoLight';
    font-weight: 400; /* Исправлено: Light обычно 300 */
    font-style: normal;
    font-display: swap;
    src: url('fonts/LatoLight/LatoLight.woff2') format('woff2');
}

* {
    margin: 0;
    padding: 0;
    outline: 0
}

html, body {
    font: 14px/24px LatoRegular, serif;
    color: #3e4856;
    background-color: #f3f6f8
}

h1, h2, h3, h4 {
    font-family: 'LatoBold', 'serif'
}

section h2 {
    font: 900 24px LatoRegular, serif;
    text-align: center;
    color: #3e4856
}

h1 {
    font-size: 48px;
    line-height: 48px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 12px
}

a {
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
    color: inherit
}

a:hover {
    text-decoration: none;
    color: #ef5858
}

.blue-link {
    color: #4990e2
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none
}

i {
    font-style: normal
}

:before, :after {
    background-repeat: no-repeat;
    background-size: contain
}

input[type=text] {
    border-radius: 0
}

body.scroll-hidden {
    overflow-y: scroll
}

.logo-text {
    display: table;
    width: 100%;
    text-align: left
}

.logo-text .logo-text__image {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background: url(img/logo.svg) no-repeat;
    background-size: contain
}

.logo-text.logo-grey .logo-text__image {
    background-image: url(img/logo-grey.jpg)
}

.logo-text.logo-grey .cls-1, .logo-text.logo-grey .cls-4 {
    fill: #cacaca
}

.logo-text svg {
    width: 186px;
    height: 40px
}

.logo-text .cls-1 {
    fill: #ed1c24
}

.logo-text .cls-2, .cls-3 {
    fill: #fff
}

.logo-text .cls-3, .cls-4 {
    fill-rule: evenodd
}

.logo-text .cls-4 {
    fill: #231f20
}

.logo-text .logo-text__top {
    font-size: 19px;
    line-height: 15px;
    display: block;
    float: right;
    width: 125px;
    height: 22px;
    margin-top: 2px;
    margin-bottom: 4px;
    text-align: left;
    letter-spacing: .4px;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    background: url(img/logo-text.svg) no-repeat;
    background-size: 125px 100%
}

html.bx-firefox .logo-text .logo-text__top {
    background-size: 125px 65%
}

.logo-text.logo-grey .logo-text__top {
    opacity: .3;
    color: #cacaca;
    border-color: #cacaca
}

.logo-text .logo-text__bottom {
    font-size: 8px;
    line-height: 11px;
    display: block;
    float: right;
    letter-spacing: .5px;
    text-transform: uppercase
}

.logo-text.logo-grey .logo-text__bottom {
    color: #cacaca
}

.header.scroll {
    height: 70px;
    padding: 15px 25px;
    -webkit-box-shadow: inset 0 -1px 0 0 #d5dbde;
    box-shadow: inset 0 -1px 0 0 #d5dbde
}

.header__inner-left {
    display: table;
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header__inner-left .inner-left__logo {
    display: block;
    float: left;
    width: 186px;
    height: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.header__inner-left .inner-left__logo .logo__link {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s
}

.header__inner-left .inner-left__logo .logo__link:hover {
    color: inherit !important
}

.header__inner-left .inner-left__logo .link__img {
    display: none;
    width: 100%;
    height: 100%
}

.header__main-menu {
    display: block
}

.header__main-menu .main-menu__list {
    display: table;
    width: 100%;
    position: absolute;
    left: 230px;
    bottom: 0
}

.header__main-menu .list__item {
    display: block;
    float: left;
    margin: 0;
    padding: 0 5px
}

.header__main-menu .list__catalog-menu {
    margin-right: 16px;
    margin-left: 0
}

.header__main-menu .list__item:last-child {
    margin-right: 0
}

.header__main-menu .item__link {
    line-height: 42px;
    display: block;
    text-align: center;
    background-color: transparent;
    padding: 0;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #383a3c;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: normal;
    position: relative
}

.header__main-menu .list__catalog-menu .item__link {
    padding: 13px 21px
}

.header__main-menu .list__catalog-menu .item__link:before {
    display: inline-block;
    width: 14px;
    height: 10px;
    margin-right: 10px;
    content: '';
    background-image: url(img/burger.svg);
    display: none
}

.header__main-menu .item__selected {
    background-color: #f3f6f8
}

.header__main-menu .item__sub-menu {
    position: absolute;
    z-index: 10;
    display: none;
    opacity: 0;
    background-color: #fff;
    margin: 0;
    -webkit-box-shadow: 0 0 7px rgba(221, 221, 221, .89);
    box-shadow: 0 0 7px rgba(221, 221, 221, .89);
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow: hidden
}

.header__main-menu .sub-menu__list {
    display: table;
    width: 100%;
    margin: 0;
    padding: 10px 0 12px;
    background: #fff
}

.header__main-menu .list__item-1 {
    display: block;
    float: left;
    min-width: 140px;
    margin: 0 10px
}

.header__main-menu .item-1__title {
    font: 15px LatoBold, serif;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(151, 151, 151, .2)
}

.header__main-menu .item-1__list {
    display: block
}

.header__main-menu .list__item-2 {
    display: block;
    margin: 0
}

.header__main-menu .item-2__link {
    display: block;
    background-color: transparent;
    margin: 0;
    font-size: 14px;
    letter-spacing: normal;
    padding: 3.5px 20px;
    -webkit-border-radius: 0;
    border-radius: 0
}

.header__main-menu .item-2__selected {
    background-color: #f3f6f8
}

.header__main-menu .item-2__link:hover {
    color: #fff;
    background: #2e3033
}

.header__inner-right {
    display: table;
    float: none;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.header__inner-right .inner-right__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__inner-right .list_item {
    position: relative;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-left: 5px
}

.header__inner-right .list_item-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: inherit;
    cursor: pointer;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__inner-right .item_name {
    font-size: 12px;
    margin-left: 10px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #3e4856
}

.header__inner-right .list_item:first-child {
    margin-left: 0
}

.header__inner-right .item__link {
    border-radius: 100%;
    background-color: transparent
}

.header__inner-right .item__link:hover {
    background-color: #f3f6f8
}

.header__inner-right .item__search {
    line-height: 55px;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center
}

.header__inner-right .item__search:active {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.header__inner-right .item__search:before {
    display: inline-block;
    content: '';
    background-image: url(img/search.svg);
    width: 19px;
    height: 19px
}

.header__inner-right .item__auth {
    line-height: 55px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center
}

.header__inner-right .item__auth:before {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: '';
    background-image: url(img/ic-user.png)
}

.header__inner-right .item__lk {
    line-height: 55px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    min-width: 40px
}

.header__inner-right .item__lk:active {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.header__inner-right .item__lk:before {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: '';
    background-image: url(img/user.svg)
}

.header__inner-right .item__cart {
    line-height: 55px;
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    text-align: center
}

.header__inner-right .item__cart:active {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.header__inner-right .item__cart:before {
    display: inline-block;
    content: '';
    width: 26px;
    height: 23px;
    background-image: url(img/cart.svg)
}

.header__inner-right .cart__label {
    font-size: 11px;
    font-style: normal;
    line-height: 18px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    text-align: center;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 100%;
    background-color: #ff2d35;
    width: 20px;
    height: 20px
}

.footer {
    display: block;
    width: 100%;
    border-top: 1px solid rgba(151, 151, 151, .2)
}

.footer.scroll {
    position: fixed;
    bottom: 0;
    left: 0
}

.footer__inner-top {
    display: block;
    padding: 55px 0;
    background-color: #fff
}

.footer__inner-top .footer__logo {
    display: block;
    width: 175px;
    height: 38px
}

.footer__inner-top .footer__logo .logo__link {
    display: block;
    width: 100%;
    height: 100%
}

.footer__inner-top .footer__logo .logo__link:hover {
    color: inherit !important
}

.footer__inner-top .footer__logo .link__img {
    display: inherit;
    width: 100%;
    height: 100%
}

.footer__inner-top .footer__list .list__item {
    display: block;
    margin: 8px 0
}

.footer__inner-top .footer__list .list__item:first-child {
    margin-top: 0
}

.footer__inner-top .footer__list .list__item:last-child {
    margin-bottom: 0
}

.footer__inner-top .footer__list .item__link {
    font-size: 13px;
    display: block
}

.footer__inner-top .footer__list .item__link:hover {
    text-decoration: underline
}

.footer__inner-top .footer__contacts {
    display: block
}

.footer__inner-top .footer__contacts .contacts__phone {
    display: block;
    text-align: right
}

.footer__inner-top .footer__contacts .phone__link {
    font-size: 18px;
    text-align: center
}

.footer__inner-top .footer__contacts .contacts__email {
    display: block;
    margin-top: 14px;
    text-align: right
}

.footer__inner-top .footer__contacts .email__link {
    font-size: 14px;
    color: #4a90e2
}

.footer__inner-top .footer__contacts .email__link:hover {
    text-decoration: underline
}

.footer__inner-top .footer__contacts .contacts__social {
    display: block;
    margin-top: 57px
}

.footer__inner-top .footer__contacts .social__list {
    display: table;
    width: 100%;
    text-align: right
}

.footer__inner-top .footer__contacts .social__list .list__item {
    line-height: 46px;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    text-align: center
}

.footer__inner-top .footer__contacts .social__list .item__link {
    display: block;
    width: 100%;
    height: 100%
}

.footer__inner-top .footer__contacts .social__list .item__link-vk, .distr-soc-links .item__link-vk {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(img/rectangle-vk.svg) no-repeat;
    background-size: contain;
    border-radius: 50%
}

.footer__inner-top .footer__contacts .social__list .item__link-tw, .distr-soc-links .item__link-tw {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(img/round-tw.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.footer__inner-top .footer__contacts .social__list .item__link-fb, .distr-soc-links .item__link-fb {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(img/roudn-fb.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.footer__inner-top .footer__contacts .social__list .item__link-yt, .distr-soc-links .item__link-yt {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(img/round-yt.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.footer__inner-top .footer__contacts .social__list .item__link-in, .distr-soc-links .item__link-in {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(img/round-in.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.footer__inner-top .footer__contacts .social__list .item__link-ok, .distr-soc-links .item__link-ok {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(img/round-ok.png);
    background-repeat: no-repeat;
    background-size: contain
}

.footer__inner-top .footer__contacts .social__list .item__link-tl, .distr-soc-links .item__link-tl {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(img/round-tl.svg);
    background-repeat: no-repeat;
    background-size: cover
}

.footer__inner-bottom {
    display: block;
    width: 100%;
    height: 59px;
    background-color: #f0f5f8
}

.footer__inner-bottom .inner-bottom__copy {
    display: block;
    margin: 20px 0
}

.footer__inner-bottom .inner-bottom__copy .copy__p {
    font-size: 12px;
    display: block;
    opacity: .3
}

.footer__inner-bottom .inner-bottom__company {
    display: block;
    margin: 20px 0;
    text-align: right
}

.footer__inner-bottom .inner-bottom__company .company__link {
    font-size: 12px;
    opacity: .3
}

.footer__inner-bottom .inner-bottom__company .company__link:after {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 14px;
    height: 12.5px;
    margin-left: 8px;
    content: '';
    background-image: url(img/ic-like.png)
}

.container-wrap {
    display: block;
    min-height: 200px;
    margin-top: 114px
}

.main-slider {
    position: relative;
    display: block;
    width: 100%;
    height: 660px
}

.main-slider .main-slider__btn-slider-prev {
    position: absolute;
    z-index: 10;
    top: calc(50% - 32px);
    left: 40px;
    display: block;
    width: 64px;
    height: 64px;
    cursor: pointer;
    background: url(img/left.svg) no-repeat;
    background-size: contain
}

.main-slider .main-slider__list {
    position: relative;
    display: block;
    width: 100%;
    height: 660px
}

.main-slider .main-slider__list .flickity-page-dots {
    z-index: 8;
    bottom: 87px;
    left: calc(50% - 570px);
    width: 1140px;
    text-align: right
}

.main-slider .main-slider__list .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    margin: 0 8px;
    opacity: .5;
    border: solid 3px rgba(0, 0, 0, .9);
    background-color: #fff
}

.main-slider .main-slider__list .flickity-page-dots .dot.is-selected {
    opacity: 1
}

.main-slider .main-slider__list .flickity-page-dots .dot:first-child {
    margin-left: 0
}

.main-slider .main-slider__list .flickity-page-dots .dot:last-child {
    margin-right: 0
}

.main-slider .list__item {
    display: table;
    width: 100%;
    height: 660px;
    background: no-repeat 50%;
    background-size: cover
}

.main-slider .list__item .container, .main-slider .list__item .row, .main-slider .list__item .col-lg-12 {
    position: relative;
    height: 100%
}

.main-slider .list__item:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .3)
}

.main-slider .list__item .item__description {
    position: absolute;
    bottom: 88px;
    left: 20px;
    display: block
}

.main-slider .list__item .item__description h2 {
    font-size: 56px;
    line-height: 55px;
    display: block;
    color: #fff
}

.main-slider .list__item .item__description p {
    font-size: 18px;
    margin-top: 27px;
    color: #fff
}

.main-slider .list__item .item__description .btn-more {
    font-size: 12px;
    line-height: 40px;
    display: inline-block;
    height: 42px;
    margin-top: 60px;
    padding: 0 26px;
    -webkit-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 6px;
    background-color: #fff
}

.main-slider .list__item .item__description .btn-more:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .2)
}

.main-slider .list__item .item__description .btn-more:active {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.main-slider .list__item .item__description .line {
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    background-color: rgba(255, 255, 255, .5)
}

.main-slider .main-slider__btn-slider-next {
    position: absolute;
    z-index: 10;
    top: calc(50% - 32px);
    right: 40px;
    display: block;
    width: 64px;
    height: 64px;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(img/left.svg) no-repeat;
    background-size: contain
}

.main-category {
    display: block;
    padding: 30px 0 33px;
    background-color: #fff
}

.main-category .main-category__item {
    position: relative;
    display: block;
    width: 100%;
    height: 296px;
    margin: 15px 0;
    padding: 36px 40px 29px;
    border-radius: 6px;
    background: #f3f6f8 no-repeat 50%;
    background-size: contain
}

.main-category .item__inner-top {
    display: block
}

.main-category .inner-top__title {
    font-size: 20px;
    position: relative;
    display: inline-block;
    max-width: 60%
}

.main-category .inner-top__title:after {
    position: absolute;
    top: calc(50% - 14px);
    right: -45px;
    display: inline-block;
    width: 28px;
    height: 28px;
    content: '';
    -webkit-transition: .3s;
    transition: .3s;
    background-image: url(img/arrow-circle-right.svg)
}

.main-category .inner-top__title:hover:after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.main-category .inner-top__title:active:after {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.main-category .item__inner-bottom {
    position: absolute;
    bottom: 20px;
    left: 40px;
    display: block
}

.main-category .item__inner-bottom .inner-bottom__description {
    display: block;
    width: 66%
}

.main-category .item__inner-bottom .inner-bottom__description p {
    font-size: 13px;
    line-height: 22px;
    color: rgba(62, 72, 86, .5)
}

.main-category .inner-bottom__list {
    display: table
}

.main-category .inner-bottom__list .list__item {
    display: inline-block;
    float: left;
    margin: 0 12px 0 0
}

.main-category .item__link {
    font-size: 13px;
    line-height: 22px;
    color: rgba(62, 72, 86, .5)
}

.main-shares {
    display: block
}

.main-shares .main-shares__tabs {
    display: block;
    margin: 60px 0
}

.main-shares .tabs__options-list {
    display: table;
    width: 100%;
    border-bottom: 1px solid rgba(151, 151, 151, .2)
}

.main-shares .tabs__options-list .options-list__item {
    font: 36px LatoBold, serif;
    display: block;
    float: left;
    padding: 20px 0;
    cursor: pointer
}

.tabs__options-list.js-tabs li:first-child {
    margin-right: 28px
}

.main-shares .tabs__options-list .item__selected {
    margin-bottom: -1px;
    border-bottom: 1px solid #3e4856
}

.main-shares .tabs__contents .contents__item {
    margin-top: 0;
    opacity: 0
}

.tabs__options-list.js-tabs {
    margin-bottom: 47px
}

.main-shares .tabs__contents .contents__item.item__selected {
    display: block;
    opacity: 1
}

.main-shares .tabs__contents .contents__hits-week .hits-week__item {
    position: relative;
    height: 388px;
    margin-bottom: 32px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07)
}

.main-shares .tabs__contents .hits-week__item .item__image {
    display: block;
    width: 100%;
    height: 199px;
    background: url(img/demo-bg.jpg) repeat 50%
}

.main-shares .tabs__contents .hits-week__item .image__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    margin: auto
}

.main-shares .tabs__contents .hits-week__item .item__title {
    font-size: 16px;
    display: block;
    margin: 19px 24px 0
}

.main-shares .tabs__contents .hits-week__item .item__meta {
    position: absolute;
    bottom: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 72px;
    border-top: 1px solid rgba(151, 151, 151, .2)
}

.main-shares .tabs__contents .hits-week__item .meta__price {
    display: block;
    float: left;
    width: calc(50% - 25px);
    margin: 25px 0 25px 25px
}

.main-shares .tabs__contents .hits-week__item .price__p {
    font-size: 16px
}

.main-shares .tabs__contents .hits-week__item .meta__cart {
    display: block;
    float: right;
    width: calc(50% - 24px);
    margin: 15px 24px 15px 0;
    text-align: right
}

.main-shares .tabs__contents .hits-week__item .cart__add {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(img/ic-circle-cart.png) no-repeat;
    background-size: contain
}

.main-shares .tabs__contents .hits-week__item .cart__selected {
    font-size: 14px;
    line-height: 40px;
    display: block;
    width: auto;
    height: 40px;
    padding: 0 15px;
    text-align: center;
    border-radius: 8px;
    background: #f3f6f8;
    color: #f3f6f8;
}

.main-news {
    display: block;
    padding: 40px 0 100px
}

.main-news .main-news__title {
    display: table;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(151, 151, 151, .2)
}

.main-news .main-news__title .title__h2 {
    font-size: 36px;
    display: block;
    float: left
}

.main-news .main-news__title .title__btn-view-all {
    font-size: 14px;
    display: inline-block;
    float: right;
    color: #4a90e2
}

.main-news .main-news__item {
    display: table;
    width: 100%
}

.main-news .main-news__item .item__image {
    display: block;
    float: left;
    overflow: hidden;
    width: 200px;
    height: 150px;
    margin-right: 40px;
    border-radius: 6px
}

.main-news .main-news__item .image__img {
    display: inherit;
    width: 100%;
    height: 100%;
    border-radius: 6px
}

.main-news .main-news__item .item__description {
    display: block;
    float: right;
    width: calc(100% - 260px);
    margin-top: 15px;
    margin-right: 20px
}

.main-news .main-news__item .description__title {
    font-size: 18px;
    font-weight: 400;
    display: block;
    color: #4a90e2
}

.main-news .main-news__item .description__date-create {
    font-size: 12px;
    display: inline;
    text-transform: lowercase
}

.main-news .main-news__item .description__preview-text {
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-top: 15px
}

.main-about .main-about__title {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(151, 151, 151, .2)
}

.main-about .main-about__description p {
    font-size: 14px;
    line-height: 21px;
    margin: 20px 0
}

.main-brands {
    display: block;
    margin-top: 118px;
    background-color: #fff
}

.main-brands .main-brands__list {
    display: table;
    width: 100%;
    margin: 28px 0
}

.main-brands .list__item {
    display: block;
    float: left;
    width: 9%;
    height: 66px;
    margin-right: 5.6016%
}

.main-brands .list__item:last-child {
    margin-right: 0
}

.main-brands .item__link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.main-brands .link__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inherit;
    width: 100%;
    height: auto;
    margin: auto
}

.breadcrumbs {
    display: block;
    background-color: #fff
}

.breadcrumbs .list__item {
    display: block;
    float: left;
    margin-right: 10px
}

.breadcrumbs .item__link {
    font-size: 14px;
    display: block;
    color: rgba(62, 72, 86, .5)
}

.breadcrumbs .item__link:after {
    display: inline-block;
    height: 6px
}

.breadcrumbs .item__link:hover {
    color: #4a90e2
}

.wrap-content {
    display: block;
    padding-bottom: 50px;
    width: 100%;
    overflow: hidden
}

.left-menu {
    display: block;
    margin-top: 63px
}

.left-menu .list__item {
    display: block;
    border-top: 1px solid rgba(151, 151, 151, .2)
}

.left-menu .item__link {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    display: block;
    padding: 18px 0
}

.left-menu .item__link:after {
    position: absolute;
    top: calc(50% - 7px);
    right: 5px;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb
}

.left-menu .item__selected {
    color: #8c96a3
}

.left-menu .item__link.item__selected:after {
    top: calc(50% - 4px);
    right: 0;
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 100%;
    background-color: #3e4856
}

.catalog-filter .catalog-filter__price-block {
    display: block;
    margin-bottom: 21px;
    border: solid 1px #dae0e2;
    border-radius: 6px
}

.catalog-filter.catalog-filter .price-block__inner-top {
    display: block;
    padding: 20px
}

.catalog-filter .price-block__inner-top .inner-top__title {
    display: block;
    margin-bottom: 10px
}

.catalog-filter .price-block__inner-top .title__p {
    font-size: 12px;
    letter-spacing: 1.3px;
    text-transform: uppercase
}

.catalog-filter .price-block__inner-bottom {
    display: table;
    width: 100%;
    padding: 20px;
    border-top: 1px solid #dae0e2
}

.catalog-filter .price-block__inner-bottom .inner-bottom__price-from {
    display: block;
    float: left
}

.catalog-filter .price-block__inner-bottom .inner-bottom__price-from .price-from__inp {
    font-size: 16px;
    display: inline-block;
    width: 72px;
    padding: 5px 0;
    border: 0;
    border-bottom: 1px solid #c1cbcf;
    background-color: transparent
}

.catalog-filter .price-block__inner-bottom .inner-bottom__price-from .price-from__inp:focus {
    border-bottom-color: #4990e2
}

.catalog-filter .price-block__inner-bottom .inner-bottom__line {
    line-height: 31px;
    display: block;
    float: left;
    margin: 0 15px
}

.catalog-filter .price-block__inner-bottom .inner-bottom__price-to {
    display: block;
    float: left
}

.catalog-filter .price-block__inner-bottom .inner-bottom__price-to .price-to__inp {
    font-size: 16px;
    display: inline-block;
    width: 72px;
    padding: 5px 0;
    border: 0;
    border-bottom: 1px solid #c1cbcf;
    background-color: transparent
}

.catalog-filter .price-block__inner-bottom .inner-bottom__price-to .price-to__inp:focus {
    border-bottom-color: #4990e2
}

.catalog-filter .price-block__inner-bottom .inner-bottom__currency {
    font-size: 16px;
    line-height: 36px;
    display: block;
    float: left;
    margin-left: 8px;
    color: rgba(62, 72, 86, .3)
}

.catalog-filter .catalog-filter__checkbox-block {
    display: block;
    margin-bottom: 21px;
    border: solid 1px #dae0e2;
    border-radius: 6px
}

.catalog-filter .checkbox-block__list {
    display: block
}

.catalog-filter .checkbox-block__list .list__item {
    display: block;
    padding: 20px;
    border-top: 1px solid #dae0e2
}

.catalog-filter .checkbox-block__list .list__item.item__selected {
    display: block;
    opacity: 1
}

.catalog-filter .checkbox-block__list .list__item:first-child {
    border: 0
}

.catalog-filter .checkbox-block__list .item__title {
    font-size: 12px;
    position: relative;
    display: block;
    letter-spacing: 1.3px;
    text-transform: uppercase
}

.catalog-filter .checkbox-block__list .item__title:after {
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb
}

.catalog-filter .checkbox-block__list .item__title.item__selected:after {
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.catalog-filter .checkbox-block__list .item__sub {
    display: none;
    opacity: 0
}

.catalog-filter .checkbox-block__list .list__item-1 {
    display: block;
    margin: 12px 0
}

.catalog-filter .checkbox-block__list .list__item-1:last-child {
    margin-bottom: 0
}

.catalog-filter .checkbox-block__list .item-1__checkbox {
    font-size: 14px;
    display: block;
    cursor: pointer
}

.catalog-filter .checkbox-block__list .item-1__checkbox.disabled {
    cursor: inherit;
    text-decoration: line-through;
    opacity: .4
}

.catalog-filter .checkbox-block__list .checkbox__point {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 11px;
    -webkit-transition: .3s;
    transition: .3s;
    border: solid 1px #dae0e2;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .19);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .19)
}

.catalog-filter .checkbox-block__list .checkbox__inp {
    display: none
}

.catalog-filter .checkbox-block__list .checkbox__inp:checked ~ .checkbox__point:before {
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 5px);
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    background-image: url(img/ic-checkbox-check.png)
}

.catalog-filter .catalog-filter__btn-block {
    display: block;
    padding: 20px;
    border: solid 1px #dae0e2;
    border-radius: 6px
}

.catalog-filter .catalog-filter__btn-block .btn-block__clear {
    font-size: 14px;
    width: 75px;
    margin-left: 10px;
    text-align: center;
    color: rgba(62, 72, 86, .5);
    border: 0;
    background-color: transparent
}

.catalog-filter__btn-apply-block {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 13px 20px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 13px 20px 0 rgba(0, 0, 0, .3)
}

.catalog-filter__btn-apply-block:before {
    position: absolute;
    z-index: 2;
    top: calc(50% - 6px);
    left: -6px;
    display: block;
    width: 12px;
    height: 12px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff
}

.catalog-filter .catalog-filter__btn-block .btn-primary-hover {
    position: relative;
    z-index: 1;
    margin: 8px
}

.catalog-list .catalog-list__sort {
    display: flex;
    margin: 18px 0;
    flex-wrap: wrap;
    justify-content: space-between
}

.catalog-list .catalog-list__sort .sort__select {
    position: relative;
    display: inline-block;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    order: 1;
    align-self: flex-end;
    height: 32px;
    margin-bottom: 20px
}

.catalog-list .catalog-list__sort .select__title {
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding: 3px 10px 3px 40px
}

.catalog-list .catalog-list__sort .select__title:before {
    position: absolute;
    top: 8px;
    left: 14px;
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(img/ic-sort.png)
}

.catalog-list .catalog-list__sort .select__title_desc:before {
    -webkit-transform: none;
    transform: none
}

.catalog-list .catalog-list__sort .select__title:after {
    position: relative;
    top: 7px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 10px;
    content: '';
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-image: url(img/arrow.svg)
}

.catalog-list .catalog-list__sort .select__title.selected:after {
    top: 0;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.catalog-list .catalog-list__sort .select__list {
    position: absolute;
    top: 32px;
    right: 0;
    display: none;
    overflow: hidden;
    width: 100%;
    min-width: 183px;
    padding: 10px 0;
    opacity: 0;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 13px 20px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 13px 20px 0 rgba(0, 0, 0, .3);
    z-index: 10
}

input[type=search].page-search-input {
    box-sizing: border-box
}

.catalog-list .catalog-list__sort .select__list .list__item {
    font-size: 14px;
    display: block;
    padding: 5px 23px;
    cursor: pointer;
    text-align: left
}

.catalog-list .catalog-list__sort .select__list .list__item:hover, .catalog-list .catalog-list__sort .select__list .list__item.item__selected {
    background-color: #f3f6f8
}

.catalog-list .product-block {
    display: block
}

.product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    height: auto;
    margin-bottom: 30px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    position: relative
}

.product-item.product-block__big {
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row
}

.product-item .item__image {
    position: relative;
    display: block;
    width: 100%;
    height: 199px;
    background: no-repeat 50%;
    background-size: cover;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.product-item .image__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    object-position: center;
    margin: auto
}

.product-item .title__link {
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 40px
}

.product-item .item__meta { /*position: absolute;*/
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 72px;
    background: #fff;
    border-top: 1px solid rgba(151, 151, 151, .2);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-item .meta__price {
    position: relative;
    display: block;
    margin: 0 0 0 25px
}

.product-item .price__p {
    font-size: 16px;
    font-weight: 700;
    display: block
}

.product-item .meta__cart {
    display: block;
    margin: 0 24px 0 0;
    text-align: right
}

@media (max-width: 767px) {
    .product-item .meta__cart {
        width: 100%
    }
}

.product-item .cart__btn-cart-add {
    display: inline-block;
    float: right;
    width: 40px;
    height: 40px;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 100%;
    border: none;
    background: url(img/circle-cart.svg) no-repeat;
    background-size: contain;
    z-index: 99
}

.product-item .cart__btn-cart-add:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.product-item .cart__selected.cart__btn-cart-add {
    font-size: 14px;
    line-height: 40px;
    display: block;
    width: auto;
    height: 40px;
    padding: 0 15px;
    text-align: center;
    border-radius: 8px;
    background: #f3f6f8;
    color: #000000;
}

.product-item .cart__selected {
    background: #ed3833 !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

.product-item .item__sale {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 72px;
    position: absolute;
    z-index: 4;
    top: -14px;
    left: -14px;
    display: block;
    width: 72px;
    height: 72px;
    text-align: center;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 83px;
    background-color: #ff2d35
}

.price-select__inner-1 .price__old-pp {
    font-size: 14px;
    left: 0;
    display: block;
    text-decoration: line-through;
    color: rgba(62, 72, 86, .5)
}

.product-item .price__old-p {
    font-size: 12px;
    position: absolute;
    top: -18px;
    left: 0;
    display: block;
    text-decoration: line-through;
    color: rgba(62, 72, 86, .5)
}

.product-item .price__new-p {
    font-size: 16px;
    font-weight: 700;
    color: #ff2d35
}

.product-item .item__hit {
    font-size: 12px;
    line-height: 69px;
    position: absolute;
    z-index: 4;
    top: -14px;
    left: -14px;
    display: block;
    width: 72px;
    height: 72px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 83px;
    background-color: #F18A04;
    background-image: url(https://browxenna.com/local/templates/main/img/hit-label.svg);
    background-size: cover;
}

.product-item .item__new {
    font-size: 12px;
    line-height: 69px;
    position: absolute;
    z-index: 4;
    top: -14px;
    left: -14px;
    display: block;
    width: 72px;
    height: 72px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 83px;
    background-color: #4caf50
}

.catalog-list .product-block .product-block__big .item__image {
    height: 317px;
    border-bottom: 1px solid rgba(151, 151, 151, .2)
}

.catalog-list .product-block .product-block__big .item__title {
    width: calc(50% - 48px);
    margin-top: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.catalog-list .product-block .product-block__big .item__meta {
    position: relative;
    bottom: inherit;
    left: inherit;
    flex-direction: row-reverse;
    width: 50%;
    border: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse
}

.catalog-list .product-block .product-block__big .meta__price {
    display: inline-block;
    width: auto;
    margin-right: 25px;
    margin-left: 0
}

.catalog-list .product-block .product-block__big .meta__cart {
    display: inline-block;
    float: right;
    width: auto
}

.pagination {
    display: block;
    margin: 60px 0
}

.pagination .pagination__prev {
    font-size: 12px;
    line-height: 60px;
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 8px;
    background-color: #fff
}

.pagination .pagination__prev:before {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    content: '';
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb
}

.pagination .pagination__list {
    display: table;
    width: 100%;
    margin-top: 10px;
    text-align: center
}

.pagination .pagination__list .list__item {
    display: inline-block;
    width: 40px;
    height: 40px
}

.pagination .pagination__list .item__link {
    font-size: 16px;
    line-height: 40px;
    display: block;
    border-radius: 6px;
    background-color: transparent
}

.pagination .pagination__list .item__link:hover {
    background-color: #fff
}

.pagination .pagination__list .item__selected {
    font-weight: 700;
    background-color: transparent
}

.pagination .pagination__next {
    font-size: 12px;
    line-height: 60px;
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 8px;
    background-color: #fff
}

.pagination .pagination__next:after {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 8px;
    content: '';
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb
}

.catalog-list .seo-description {
    display: block;
    padding: 40px 0;
    border-top: 1px solid rgba(151, 151, 151, .2)
}

.catalog-list .seo-description p {
    font-size: 14px;
    line-height: 21px;
    margin: 20px 0
}

.product-detail {
    position: relative;
    display: block;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0
}

.product-detail .product-detail__inner-top {
    display: block;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(151, 151, 151, .2);
    border: none;
    padding-bottom: 0
}

.product-detail .inner-top__sale {
    font-size: 24px;
    line-height: 72px;
    position: absolute;
    z-index: 4;
    top: -14px;
    left: -14px;
    display: block;
    width: 72px;
    height: 72px;
    text-align: center;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 83px;
    background-color: #ff2d35
}

.product-detail .inner-top__hit {
    font-size: 12px;
    font-weight: 700;
    line-height: 69px;
    position: absolute;
    z-index: 4;
    top: -14px;
    left: -14px;
    display: block;
    width: 72px;
    height: 72px;
    text-align: center;
    text-transform: uppercase;
    color: #d08802;
    border: solid 2px #fff;
    border-radius: 83px;
    background-color: #ffde00
}

.product-detail .inner-top__new {
    font-size: 12px;
    font-weight: 700;
    line-height: 69px;
    position: absolute;
    z-index: 4;
    top: -14px;
    left: -14px;
    display: block;
    width: 72px;
    height: 72px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 83px;
    background-color: #4caf50
}

.product-detail .inner-top__images-block {
    display: block;
    margin: 30px
}

.product-detail .inner-top__images-block .images-block__image {
    position: relative;
    display: block;
    width: 100%;
    height: 480px;
    margin: 0 auto
}

.product-detail .inner-top__images-block .images-block__link {
    display: block;
    width: 100%;
    height: 480px
}

.product-detail .inner-top__images-block .block__image__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inherit;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    object-fit: contain;
    font-family: 'object-fit: cover;';
    -o-object-fit: contain;
    height: 100%
}

.product-detail .inner-top__images-block .images-block__list {
    display: table;
    width: 100%;
    margin-top: 20px
}

.product-detail .inner-top__images-block .list__item {
    display: block;
    float: left;
    width: 90px;
    height: 60px;
    margin-right: 20px
}

.product-detail .inner-top__images-block .list__item .item__link {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 6px
}

.product-detail .inner-top__images-block .list__item .item__img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px
}

.product-detail .inner-top__order-block {
    display: block;
    width: calc(100% - 30px);
    margin-top: 30px;
    width: 100%;
    margin: 0;
    position: relative
}

.order-block__price-select {
    display: block;
    border-radius: 6px;
    background-color: #fff
}

.order-block__price-select.fixed {
    position: fixed;
    z-index: 10;
    top: 100px;
    display: none;
    opacity: 0
}

.order-block__price-select .inner-1__p {
    font-family: "LatoSemibold", "sans-serif";
    font-size: 36px;
    line-height: 34px;
    display: block;
    float: left
}

.order-block__price-select .inner-1__status:before {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05Ljc5NDk5IDAuNTE1MTI1QzEwLjA1MjEgMC43NDU1MzkgMTAuMDY5OCAxLjEzNjQyIDkuODM0NDYgMS4zODgxN0M5LjM4MDM5IDEuODczOTkgOC4yNjA5NSAzLjMwNTY0IDcuMDUyMDUgNC45MzU4OEM1Ljg1MDA5IDYuNTU2NzUgNC41OTM5NSA4LjMyNzUgMy44NzA4MiA5LjQ3MTk3QzMuNzY0NyA5LjYzOTkyIDMuNTgyOTkgOS43NDgwOSAzLjM4MTg3IDkuNzYzMDJDMy4xODA3NiA5Ljc3Nzk1IDIuOTg0NDcgOS42OTc4NSAyLjg1MzcgOS41NDc0OEwwLjE1MDYxNyA2LjQzOTI3Qy0wLjA3NTM0ODYgNi4xNzk0MyAtMC4wNDM0MjAyIDUuNzg5NDIgMC4yMjE5MzIgNS41NjgxNUMwLjQ4NzI4MyA1LjM0Njg5IDAuODg1NTc1IDUuMzc4MTUgMS4xMTE1NCA1LjYzNzk5TDMuMjYxMDcgOC4xMDk2OEM0LjAxNDM3IDYuOTc5ODcgNS4wNDY2NSA1LjUzNjgyIDYuMDMwNzYgNC4yMDk3MkM3LjIyOTk3IDIuNTkyNTQgOC4zOTIwOCAxLjEwMDg1IDguOTAzNCAwLjU1Mzc3NUM5LjEzODcxIDAuMzAyMDE2IDkuNTM3ODggMC4yODQ3MTIgOS43OTQ5OSAwLjUxNTEyNVoiIGZpbGw9IiMwMEM0MzciLz4KPC9zdmc+Cg==")
}

.order-block__price-select .inner-1__status.not:before {
    display: none
}

.order-block__price-select .price-select__inner-2 {
    display: block;
    margin: 20px 0 0;
    border-top: 1px solid #dae0e2
}

.order-block__price-select .price-select__inner-2 .inner-2__select-list {
    display: table;
    padding-top: 10px;
    width: 100%
}

.order-block__price-select .price-select__inner-2 .select-list__item {
    line-height: 29px;
    display: block;
    float: left;
    overflow: hidden;
    height: 30px;
    margin: 0 10px 10px 0;
    cursor: pointer;
    border: solid 1px #e8edee;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 6px 0 rgba(62, 72, 86, .08);
    box-shadow: 0 5px 6px 0 rgba(62, 72, 86, .08)
}

.order-block__price-select .price-select__inner-2 .item__checkbox {
    font-size: 12px;
    display: block;
    padding: 0 8px;
    cursor: pointer;
    color: #8c96a3
}

.order-block__price-select .price-select__inner-2 .item__checkbox.selected {
    color: #fff
}

.order-block__price-select .price-select__inner-2 .checkbox__color {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0;
    border: solid 2px #f3f6f8;
    border-radius: 100%
}

.order-block__price-select .price-select__inner-2 .checkbox__inp {
    display: none
}

.order-block__price-select .price-select__inner-2 .inner-2__drop-select-list {
    position: relative;
    display: block;
    margin: 0;
    border-radius: 6px
}

.order-block__price-select .price-select__inner-2 .drop-select-list__title {
    line-height: 51px;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
    max-height: 48px;
    max-width: calc(100% - 15px);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-block__price-select .price-select__inner-2 .drop-select-list__title:after {
    position: absolute;
    top: 50%;
    display: block;
    width: 11px;
    height: 5px;
    content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEwIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCAwSDEwLjAwMDFMNS4wMDAwMyA0Ljk5OTc3TDAgMFoiIGZpbGw9IiNCNUI1QjUiLz4KPC9zdmc+Cg==")
}

.order-block__price-select .price-select__inner-2 .drop-select-list__sub-list {
    position: absolute;
    z-index: 4;
    top: 48px;
    display: none;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-height: 202px;
    padding: 5px 0;
    opacity: 0;
    border: solid 1px #e8edee;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 6px 0 rgba(62, 72, 86, .08);
    box-shadow: 0 5px 6px 0 rgba(62, 72, 86, .08)
}

.order-block__price-select .price-select__inner-2 .sub-list__item {
    display: block;
    padding: 10px
}

.price-select__inner-3 {
    padding: 15px 0 0;
    margin-top: 30px
}

.price-select__inner-2 + .price-select__inner-3 {
    margin-top: 0
}

.product-detail .count-block__btn-minus {
    opacity: 1 !important
}

.order-block__price-select .price-select__inner-2 .sub-list__item:hover {
    background-color: #000000;
}

.order-block__price-select .price-select__inner-2 .sub-list__item:hover label {
    color: #ffffff;
}

.order-block__price-select .price-select__inner-2 .sub-list__item.item__selected {
    background-color: #cccccc;
    color: #ffffff;
}

.order-block__price-select .price-select__inner-3 {
    width: 100%;
    border-top: 1px solid #dae0e2
}

.order-block__price-select .price-select__inner-3 .count-block__inp {
    font-size: 18px;
    text-align: center;
    border: 0;
    background-color: transparent
}

.order-block__price-select .price-select__inner-3 .count-block__btn-minus {
    position: relative;
    display: block;
    float: left;
    cursor: pointer
}

.order-block__price-select .price-select__inner-3 .count-block__btn-minus:before {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 3px);
    display: block;
    height: 2px;
    content: '';
    background-color: #c4c4c4
}

.order-block__price-select .price-select__inner-3 .count-block__btn-plus {
    position: relative;
    display: block;
    float: right;
    cursor: pointer
}

.order-block__price-select .price-select__inner-3 .count-block__btn-plus:before {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 9px);
    display: block;
    height: 2px;
    content: '';
    background-color: #c4c4c4
}

.order-block__price-select .price-select__inner-3 .count-block__btn-plus:after {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 9px);
    display: block;
    height: 2px;
    content: '';
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #c4c4c4
}

.product-detail .inner-top__order-block .price-select__inner-3 .btn-primary {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.67px;
    height: 52px;
    line-height: 52px
}

.product-detail .inner-top__order-block .price-select__inner-3 .btn-primary.selected {
    color: inherit;
    background-color: #f3f6f8
}

.order-block__quick-order {
    display: table;
    width: 100%;
    margin-top: 20px
}

.order-block__quick-order .btn-default {
    font-size: 12px;
    line-height: 40px;
    float: left;
    height: 40px;
    margin-right: 19px;
    padding: 0 20px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    border: 0;
    border-radius: 6px;
    background-color: #f3f6f8
}

.order-block__quick-order .quick-order__p {
    font-size: 12px;
    line-height: 15px;
    display: block;
    float: right;
    width: calc(100% - 178px);
    margin-top: 6px;
    color: rgba(62, 72, 86, .5)
}

.product-detail .inner-top__order-block .order-block__parameters {
    display: block;
    margin-top: 54px;
    margin-top: 0
}

.product-detail .inner-top__order-block .parameters__list .list__item {
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #dae0e2;
    padding: 0;
    border: none
}

.product-detail .inner-top__order-block .parameters__list .list__item span {
    display: inline-block;
    width: 50%;
    color: #8c96a3
}

.product-detail .inner-top__order-block .parameters__list .list__item:last-child {
    border: 0
}

.product-detail .product-detail__inner-bottom {
    display: block;
    margin-top: 0;
    margin-bottom: 50px
}

.product-detail .inner-bottom__description .description__tabs-options {
    display: table;
    width: 100%;
    border-bottom: 1px solid rgba(151, 151, 151, .2)
}

.product-detail .inner-bottom__description .tabs-options__item {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    display: block;
    float: left;
    margin-left: 36px;
    padding: 20px 0;
    cursor: pointer;
    color: #8c96a3
}

.product-detail .inner-bottom__description .tabs-options__item.item__selected {
    margin-bottom: -1px;
    color: #3e4856;
    border-bottom: 1px solid #3e4856
}

.product-detail .inner-bottom__description .item__sub {
    font-size: 14px;
    position: absolute;
    top: 6px;
    right: -28px;
    display: block
}

.product-detail .inner-bottom__description .tabs-content__item {
    display: none;
    margin: 30px 0 0 30px;
    opacity: 0
}

.product-detail .inner-bottom__description .tabs-content__item.item__selected {
    display: block;
    opacity: 1
}

.product-detail .inner-bottom__description .item__detail-text {
    display: block
}

.product-detail .inner-bottom__description .item__detail-text h2 {
    display: block;
    margin-top: 40px;
    margin-bottom: 24px
}

.product-detail .inner-bottom__description .item__detail-text h3 {
    display: block;
    margin-top: 40px;
    margin-bottom: 24px
}

.product-detail .inner-bottom__description .item__detail-text ul {
    display: block;
    margin-left: 20px
}

.product-detail .inner-bottom__description .item__detail-text ul li {
    margin: 20px 0;
    list-style: disc
}

.product-detail .inner-bottom__description .item__detail-text ul.list-decimal li {
    list-style: decimal
}

.product-detail .inner-bottom__description .item__detail-text ul ul li {
    list-style-type: none !important;
    margin: 5px 0 !important
}

.product-detail .inner-bottom__description .item__detail-text ol {
    display: block;
    margin-left: 20px
}

.product-detail .inner-bottom__description .item__detail-text ol li {
    margin: 20px 0;
    list-style-type: inherit
}

.product-detail .inner-bottom__description .item__detail-text table {
    display: table;
    width: 100%;
    border-collapse: collapse
}

.product-detail .inner-bottom__description .item__detail-text table tr th {
    padding: 15px 0;
    text-align: left;
    color: #8c96a3
}

.product-detail .inner-bottom__description .item__detail-text table tr td {
    padding: 15px 0;
    border-top: 1px solid rgba(151, 151, 151, .2)
}

.product-detail .inner-bottom__description .item__detail-text img {
    max-width: 100%
}

.product-detail .inner-bottom__description .item__comments-product .comments-product__form {
    display: table;
    width: 100%;
    padding: 20px 30px 35px;
    border: solid 1px #dae0e2;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(62, 72, 86, .07);
    box-shadow: 0 5px 10px 0 rgba(62, 72, 86, .07);
    position: relative
}

.product-detail .inner-bottom__description .item__comments-product .form__text-block {
    display: block
}

.product-detail .inner-bottom__description .item__comments-product .fields__label {
    margin: 0
}

.product-detail .inner-bottom__description .item__comments-product .form__name-block {
    display: block
}

.comments-product__form > div {
    margin-bottom: 30px
}

.product-detail .inner-bottom__description .item__comments-product .name-block__inp {
    font-size: 16px;
    display: block;
    width: 100%;
    height: 40px;
    resize: none;
    color: rgba(62, 72, 86, .3);
    border: 0;
    border-bottom: 1px solid #dae0e2
}

.product-detail .inner-bottom__description .item__comments-product .form__btn-block {
    display: block;
    float: right
}

.product-detail .inner-bottom__description .item__comments-product .btn-block__btn-send {
    font-size: 12px;
    height: 40px;
    padding: 0 27px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    border-radius: 6px;
    background-color: #dae0e2
}

.product-detail .inner-bottom__description .item__comments-product .comments-product__list {
    display: block;
    margin-top: 50px
}

.product-detail .inner-bottom__description .item__comments-product .list__item {
    display: block;
    margin-bottom: 30px
}

.product-detail .inner-bottom__description .item__comments-product .item__text {
    position: relative;
    display: block;
    padding: 20px 30px;
    border: solid 1px #dae0e2;
    border-radius: 6px
}

.product-detail .inner-bottom__description .item__comments-product .item__text:after {
    position: absolute;
    bottom: -10px;
    left: 25px;
    display: block;
    width: 19px;
    height: 10px;
    content: '';
    background: url(img/comment-b.jpg) no-repeat;
    background-size: contain
}

.product-detail .inner-bottom__description .item__comments-product .item__text p {
    line-height: 1.63
}

.product-detail .inner-bottom__description .item__comments-product .item__meta {
    display: block;
    margin-top: 20px;
    margin-left: 20px
}

.product-detail .inner-bottom__description .item__comments-product .meta__user-create {
    font-size: 13px;
    font-weight: 700;
    color: #8c96a3
}

.product-detail .inner-bottom__description .item__comments-product .meta__date-create {
    font-size: 13px;
    display: inline-block;
    margin-left: 30px;
    color: #8c96a3
}

.product-detail .inner-bottom__description .item__comments-product .comments-product__btn-block {
    display: block;
    margin-top: 70px;
    text-align: center
}

.product-detail .inner-bottom__description .item__comments-product .btn-block__btn-more {
    font-size: 12px;
    line-height: 60px;
    display: inline-block;
    height: 60px;
    padding: 0 40px;
    text-transform: uppercase;
    border-radius: 8px;
    background-color: #f3f6f8
}

.product-detail .inner-bottom__description .item__comments-product .btn-block__btn-more:after {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 15px;
    content: '';
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb
}

.product-detail .inner-bottom__social {
    display: block;
    margin: 10px 30px 36px 0;
    text-align: right
}

.product-detail__other-options .title__h2 {
    font-size: 36px;
    font-weight: 700;
    display: block
}

.product-detail__other-options .other-options__slider-block {
    position: relative;
    display: block
}

.cart-product {
    display: block;
    margin: 65px 0 100px
}

.cart-product .list__item {
    position: relative;
    display: flex;
    flex-direction: row;
    height: auto;
    margin-bottom: 24px;
    align-items: center;
    justify-content: space-around;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    padding: 10px 0
}

.cart-product .list__item .item__image {
    display: block;
    float: left;
    width: 134px;
    height: 100px;
    border-radius: 6px 0 0 6px
}

.cart-product .list__item .image__img {
    display: inherit;
    width: 100%;
    height: 100%;
    border-radius: 6px 0 0 6px
}

.cart-product .list__item .item__description {
    display: block;
    float: left;
    width: calc(100% - 500px)
}

.cart-product .list__item .description__title {
    display: block
}

.cart-product .list__item .description__option-list {
    font-size: 12px;
    line-height: 14px;
    color: rgba(62, 72, 86, .5)
}

.cart-product .list__item .description__price {
    display: block;
    margin-top: 4px
}

.cart-product .list__item .price__p {
    font-weight: 700;
    display: block;
    color: #8c96a3
}

.cart-product .list__item .item__count-block {
    display: block;
    float: left;
    margin: 30px 0;
    border-radius: 6px;
    background-color: #f3f6f8
}

.cart-product .list__item .count-block__btn-minus {
    position: relative;
    display: block;
    float: left;
    width: 45px;
    height: 40px;
    cursor: pointer
}

.cart-product .list__item .count-block__btn-minus:before {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 9px);
    display: block;
    width: 18px;
    height: 2px;
    content: '';
    background-color: #8c96a3
}

.cart-product .list__item .count-block__inp {
    font-size: 18px;
    width: 50px;
    height: 40px;
    text-align: center;
    border: 0;
    background-color: transparent
}

.cart-product .list__item .count-block__btn-plus {
    position: relative;
    display: block;
    float: right;
    width: 45px;
    height: 40px;
    cursor: pointer
}

.cart-product .list__item .count-block__btn-plus:before {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 9px);
    display: block;
    width: 18px;
    height: 2px;
    content: '';
    background-color: #8c96a3
}

.cart-product .list__item .count-block__btn-plus:after {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 9px);
    display: block;
    width: 18px;
    height: 2px;
    content: '';
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #8c96a3
}

.cart-product .list__item .item__total {
    display: block;
    float: right;
    margin: 39px 30px 39px 0
}

.cart-product .list__item .total__p {
    font-size: 18px;
    font-weight: 700
}

.cart-product .list__item .price__old-p {
    display: inline-block;
    text-decoration: line-through;
    color: #8c96a3
}

.cart-product .list__item .price__new-p {
    font-weight: 700;
    display: inline-block;
    color: #ff2d35
}

.cart-product .btn-delete-item {
    line-height: 30px;
    position: absolute;
    top: -14px;
    right: -14px;
    display: block;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 100%;
    background-color: #8c96a3
}

.cart-product .btn-delete-item:before {
    display: inline-block;
    width: 10px;
    height: 12px;
    content: '';
    background-image: url(img/ic-cart-delete.svg)
}

.cart-left-block {
    display: block;
    margin-top: 65px;
    margin-left: 20px;
    border: solid 1px #dae0e2;
    border-radius: 6px
}

.cart-left-block .cart-left-block__inner-top {
    display: block;
    padding: 25px 30px;
    text-align: center
}

.cart-left-block .inner-top__total {
    display: block
}

.cart-left-block .total__title {
    font-size: 12px;
    display: block;
    text-transform: uppercase
}

.cart-left-block .total__sum {
    font-size: 22px;
    font-weight: 900;
    display: block;
    margin-top: 6px
}

.cart-left-block .inner-top__btn-block {
    display: block;
    margin-top: 22px
}

.cart-left-block .btn-primary {
    width: 100%
}

.cart-left-block .cart-left-block__inner-bottom {
    display: block;
    padding: 30px;
    text-align: center;
    border-top: 1px solid #dae0e2
}

.cart-left-block .inner-bottom__btn-block {
    display: block
}

.cart-left-block .btn-default {
    font-size: 12px;
    line-height: 41px;
    display: block;
    height: 40px;
    padding: 0;
    text-transform: uppercase;
    border: 0;
    border-radius: 6px;
    background-color: #fff
}

.cart-left-block .inner-bottom__info {
    display: block;
    margin-top: 20px
}

.cart-left-block .info__p {
    font-size: 14px;
    line-height: 20px;
    color: rgba(62, 72, 86, .5)
}

.order-steps {
    display: block;
    margin: 50px 0
}

.order-steps .order-steps__list {
    display: table;
    width: 100%
}

.order-steps .list__item {
    font-size: 14px;
    font-weight: 900;
    position: relative;
    display: block;
    float: left;
    margin-right: 100px;
    letter-spacing: .9px;
    text-transform: uppercase;
    color: rgba(140, 150, 163, .5)
}

.order-steps .list__item:after {
    position: absolute;
    top: calc(50% - 6px);
    right: -50px;
    display: block;
    width: 9px;
    height: 9px;
    content: '';
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb
}

.order-steps .list__item:last-child:after {
    display: none
}

.order-steps .item__selected {
    color: #3e4856
}

.order-auth {
    display: block;
    margin-bottom: 100px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07)
}

.order-auth .tabs__options {
    display: table;
    width: 100%;
    padding: 0 100px;
    border-bottom: 1px solid #dae0e2
}

.order-auth .options__item {
    font-size: 20px;
    font-weight: 900;
    display: block;
    float: left;
    margin-right: 60px;
    margin-bottom: -1px;
    padding: 39px 0;
    cursor: pointer;
    color: #8c96a3
}

.order-auth .options__item.item__selected {
    color: #3e4856;
    border-bottom: 1px solid #3e4856
}

.order-auth .tabs__content {
    display: block
}

.order-auth .content__item {
    display: none;
    opacity: 0
}

.order-auth .content__item.item__selected {
    display: block;
    opacity: 1
}

.order-auth .item__description {
    display: block;
    margin: 50px 0 20px
}

.order-auth .item__description p {
    font-size: 14px;
    line-height: 20px;
    color: #8c96a3
}

.order-auth .item__fields {
    display: block
}

.order-auth .item__social-auth {
    display: block;
    width: 100%;
    height: 100px;
    margin: 20px 0 55px;
    padding: 35px 40px;
    border-radius: 6px;
    background-color: #f3f6f8
}

.order-auth .item__social-auth .social-auth__description {
    display: block;
    float: left;
    width: 160px
}

.order-auth .item__social-auth .description__p {
    font-size: 14px;
    line-height: 17px
}

.order-auth .item__social-auth .social-auth__list-block {
    display: block;
    float: right;
    text-align: center
}

.order-auth .item__social-auth .list-block__list {
    display: table;
    width: 100%
}

.order-auth .item__social-auth .list-block__list .list__item {
    display: block;
    float: left;
    margin-left: 15px
}

.order-auth .item__social-auth .item__link {
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain
}

.order-auth .item__social-auth .item__vk {
    background-image: url(img/rectangle-vk.svg)
}

.order-auth .item__social-auth .item__fb {
    background-image: url(img/rectangle-fb.svg)
}

.order-auth .item__social-auth .item__tw {
    background-image: url(img/rectangle-tw.svg)
}

.order-auth .item__social-auth .item__ok {
    background-image: url(img/rectangle-ok.svg)
}

.order-auth .item__btn-block {
    display: block;
    padding: 29px 0;
    border-top: 1px solid rgba(218, 224, 226, .5)
}

.order-auth .item__btn-block .btn-password-recovery {
    font-size: 14px;
    display: inline-block;
    margin-left: 40px;
    color: #4a90e2
}

.order-auth .item__btn-block .btn-password-recovery:hover {
    text-decoration: underline
}

.btn-order-back {
    line-height: 39px;
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    text-align: center;
    border-radius: 6px;
    background-color: #f3f6f8
}

.btn-order-back:before {
    display: inline-block;
    width: 17px;
    height: 9px;
    content: '';
    background-image: url(img/cursor-left.svg)
}

.order-detail__user-info {
    display: block;
    padding: 59px 0;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07)
}

.order-detail__user-info .user-info__title {
    display: block;
    margin-bottom: 20px
}

.order-detail__user-info .title__p {
    font-weight: 900
}

.fields__label {
    position: relative;
    display: block;
    margin: 36px 0
}

.label__name {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    color: rgba(62, 72, 86, .3)
}

.label__error {
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    display: block;
    margin-top: 4px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #d0021b;
}

.label__inp, .bx-ui-sls-fake {
    display: block;
    width: 100%;
    height: 40px;
    -webkit-transition: .1s;
    transition: .1s;
    border: 0;
    border-bottom: 1px solid #dae0e2;
    background-color: transparent
}

.label__inp.no, .label__text.no {
    border-bottom-color: red !important
}

.label__inp.notNull {
    border-bottom: 1px solid #8c96a3
}

.label__text.notNull {
    border-bottom: 2px solid #8c96a3
}

.label__inp:focus ~ .label__name, .label__inp:hover ~ .label__name, .label__inp.notNull ~ .label__name, .bx-ui-sls-fake.notNull ~ .label__name, .label__text:focus ~ .label__name, .label__text:hover ~ .label__name, .label__text.notNull ~ .label__name, .fields__label:hover .label__name, .label__name:hover {
    font-size: 12px;
    top: -18px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #3e4856
}

.label__text {
    display: block;
    width: 100%;
    height: 40px;
    padding-top: 10px;
    resize: none;
    border: 0;
    border-bottom: 1px solid #dae0e2;
    background-color: transparent
}

.label__inp:focus, .label__text:focus {
    border-bottom: 1px solid #4990e2
}

.order-detail__delivery-payments {
    display: block;
    margin-top: 10px;
    margin-bottom: 100px;
    padding: 59px 0 0;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07)
}

.delivery-payments__title .title__p {
    font-weight: 900
}

.radio-block .radio-block__title {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px
}

.radio-block .radio-block__title .title__p {
    font-size: 12px;
    letter-spacing: 1.3px;
    text-transform: uppercase
}

.radio-block .radio-block__list-block {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 20px;
    border-radius: 6px;
    background-color: #f3f6f8
}

.radio-block .list-block__list .list__item {
    display: block;
    margin: 10px 0
}

.radio-block .item__checkbox {
    font-size: 14px;
    position: relative;
    display: block;
    padding-left: 24px
}

.radio-block .checkbox__point {
    position: absolute;
    top: 4px;
    left: -5px;
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border: solid 1px #dae0e2;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .19);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .19)
}

.radio-block .checkbox__inp:checked ~ .checkbox__point:before {
    position: absolute;
    top: calc(50% - 3.7px);
    left: calc(50% - 4px);
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    text-align: center;
    border-radius: 100%;
    background-color: #4990e2
}

.radio-block .checkbox__inp {
    display: none
}

.order-detail_pickup-block .pickup-block__title {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px
}

.order-detail_pickup-block .pickup-block__title .title__p {
    font-size: 12px;
    letter-spacing: 1.3px;
    text-transform: uppercase
}

.order-detail_pickup-block .pickup-block__description {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 6px;
    background-color: #f3f6f8
}

.order-detail_pickup-block .pickup-block__description p {
    font-size: 14px;
    display: block
}

.order-detail_pickup-block .pickup-block__description span {
    font-size: 14px;
    display: block;
    color: #8c96a3
}

.order-detail_pickup-block .description__btn-map {
    font-size: 14px;
    display: block;
    margin: 10px 0;
    color: #4a90e2
}

.delivery-payments__btn-block {
    display: block;
    margin-top: 60px;
    padding: 29px 0;
    border-top: 1px solid rgba(218, 224, 226, .5)
}

.order-confirmation {
    display: block;
    margin-bottom: 100px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07)
}

.order-confirmation .order-confirmation__title {
    display: block;
    padding: 55px 0;
    border-bottom: 1px solid rgba(218, 224, 226, .5)
}

.order-confirmation .data__user-info {
    display: block;
    margin: 60px 0 0
}

.order-confirmation .data__user-info .user-info__title {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dae0e2
}

.order-confirmation .data__user-info .user-info__title .title__p {
    font-weight: 900
}

.order-confirmation .data__user-info .detail__list {
    display: block
}

.order-confirmation .data__user-info .list__item, .order-confirmation .data__delivery-payments .list__item {
    font-size: 14px;
    display: block;
    margin: 20px 0
}

.order-confirmation .data__user-info .item__name, .order-confirmation .data__delivery-payments .item__name {
    font-size: 14px;
    display: inline-block;
    width: 35%;
    color: #8c96a3
}

.order-confirmation .data__delivery-payments {
    display: block;
    margin: 60px 0 70px
}

.order-confirmation .data__delivery-payments .delivery-payments__title {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dae0e2
}

.order-confirmation .delivery-payments__detail {
    display: block
}

.order-confirmation .data__cart-detail {
    display: block;
    margin: 60px 0 50px
}

.order-confirmation .data__cart-detail .cart-detail__title {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dae0e2
}

.order-confirmation .data__cart-detail .cart-detail__title .title__p {
    font-weight: 900
}

.order-confirmation .data__cart-detail .cart-detail__detail {
    display: block;
    margin-bottom: 20px
}

.order-confirmation .data__cart-detail .cart-detail__detail .list__item {
    display: table;
    width: 100%;
    margin: 10px 0
}

.order-confirmation .data__cart-detail .item__image {
    display: block;
    float: left;
    width: 60px;
    height: 45px;
    margin-right: 20px;
    border-radius: 6px
}

.order-confirmation .data__cart-detail .item__name {
    display: block;
    float: left;
    width: calc(100% - 240px);
    margin: 10px 0 0
}

.order-confirmation .data__cart-detail .image__img {
    display: inherit;
    width: 100%;
    height: 100%;
    border-radius: 6px
}

.order-confirmation .data__cart-detail .name__link {
    font-size: 14px;
    color: #3e4856
}

.order-confirmation .data__cart-detail .name__link:hover {
    color: #4a90e2
}

.order-confirmation .data__cart-detail .item__count {
    display: block;
    float: left;
    width: 12%;
    margin: 10px 0 0 22px
}

.order-confirmation .data__cart-detail .count__p {
    font-size: 14px
}

.order-confirmation .data__cart-detail .item__price {
    display: block;
    float: right;
    margin: 10px 0 0
}

.order-confirmation .data__cart-detail .price__p {
    font-size: 14px
}

.order-confirmation .data__cart-detail .cart-detail__total {
    display: block;
    padding-top: 9px;
    text-align: right;
    border-top: 1px solid #dae0e2
}

.order-confirmation .data__cart-detail .total__list {
    display: block
}

.order-confirmation .data__cart-detail .total__list .list__item {
    font-size: 14px;
    display: block;
    margin: 10px 0
}

.order-confirmation .data__cart-detail .total__sum {
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dae0e2
}

.order-confirmation .data__cart-detail .sum__p {
    font-size: 14px;
    font-weight: 900
}

.order-confirmation .order-confirmation__btn-block {
    display: block;
    padding: 28px 0;
    border-top: 1px solid rgba(218, 224, 226, .5)
}

.order-final__description {
    display: block;
    margin-bottom: 100px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07)
}

.order-final__description .description__text {
    display: block;
    margin: 50px 0
}

.order-final__description p {
    font-size: 24px;
    line-height: 1.5;
    margin: 25px 0
}

.order-final__description p strong {
    font-weight: 900
}

.order-final__description p a {
    display: inline-block;
    color: #4a90e2
}

.order-final__description p a:hover {
    text-decoration: underline
}

.order-final__btn-block {
    display: block;
    padding: 30px 0;
    border-top: 1px solid rgba(218, 224, 226, .5)
}

.order-invoice__description {
    display: block;
    margin-bottom: 100px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07)
}

.order-invoice__description .description__requisites {
    display: block;
    padding-bottom: 40px
}

.order-invoice__description .description__requisites .user-info__title {
    display: block;
    margin: 60px 0 30px
}

.order-invoice__description .description__requisites .user-info__title .title__p {
    font-weight: 900
}

.order-invoice__description .order-invoice__btn-block {
    display: block;
    padding: 30px 0;
    border-top: 1px solid rgba(218, 224, 226, .5)
}

.lk-tabs-block {
    display: block;
    border-bottom: 1px solid rgba(218, 224, 226, .5)
}

.lk-tabs-block .list__item {
    display: block;
    float: left;
    margin-right: 40px
}

.lk-tabs-block .item__link {
    font-size: 20px;
    font-weight: 900;
    display: block;
    margin-bottom: -1px;
    padding: 40px 0;
    color: #8c96a3
}

.lk-tabs-block .item__selected {
    color: #3e4856;
    border-bottom: 1px solid #3e4856
}

.btn-password-update {
    font-size: 12px;
    line-height: 40px;
    display: block;
    width: 100%;
    height: 40px;
    margin: 30px 0;
    text-align: center;
    text-transform: uppercase;
    border-radius: 6px;
    background-color: #fff
}

.user-data {
    display: block;
    margin: 50px 0 100px;
    padding-top: 30px;
    position: relative;
    z-index: 2;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07)
}

.user-data .user-data__btn-block {
    display: block;
    margin-top: 50px;
    padding: 30px 0;
    border-top: 1px solid rgba(218, 224, 226, .5)
}

.btn-primary:disabled {
    opacity: 1;
    background-color: #dae0e2
}

.btn-add-profile {
    font-size: 12px;
    line-height: 40px;
    display: block;
    width: 100%;
    height: 40px;
    margin: 30px 0;
    text-align: center;
    text-transform: uppercase;
    border-radius: 6px;
    background-color: #fff
}

.delivery-profile {
    display: block;
    margin: 50px 0 100px
}

.delivery-profile__list .list__item-profile {
    display: block;
    margin-bottom: 30px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07)
}

.delivery-profile__list .item-profile__title {
    position: relative;
    display: block;
    padding: 34px 40px;
    cursor: pointer;
    border-bottom: 1px solid rgba(218, 224, 226, .5)
}

.delivery-profile__list .item-profile__title:after {
    position: absolute;
    top: calc(50% - 8px);
    right: 40px;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb
}

.delivery-profile__list .item-profile__title.item__selected:after {
    top: calc(50% - 3px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.delivery-profile__list .item-profile__title .title__span {
    color: #8c96a3
}

.delivery-profile__list .item-profile__sub {
    display: none;
    padding-top: 30px;
    opacity: 0
}

.delivery-profile__list .item-profile__sub .requisites-block {
    display: block;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid rgba(218, 224, 226, .5)
}

.delivery-profile__list .item-profile__sub .requisites-block__title .title__p {
    font-weight: 700
}

.delivery-profile__list .sub__btn-block {
    display: block;
    margin-top: 50px;
    padding: 30px 0;
    border-top: 1px solid rgba(218, 224, 226, .5)
}

.delivery-profile__list .btn-delivery-delete {
    line-height: 42px;
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 6px;
    background-color: #f3f6f8
}

.delivery-profile__list .btn-delivery-delete:before {
    display: inline-block;
    width: 12px;
    height: 14px;
    content: '';
    background-image: url(img/ic-delete-red.svg)
}

.history-block {
    display: block;
    margin: 50px 0 100px
}

.history-block .history-block__list {
    display: block
}

.history-block .list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 30px;
    padding: 25px 30px;
    cursor: pointer;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row
}

.history-block .list__item .item__number {
    width: 140px
}

.history-block .list__item .item__title {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #8c96a3
}

.history-block .list__item .item__number .number__p {
    font-size: 30px;
    font-weight: 900;
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #4a90e2
}

.history-block .list__item .item__number .number__p:after {
    position: absolute;
    top: calc(50% - 14px);
    right: -45px;
    display: inline-block;
    width: 28px;
    height: 28px;
    content: '';
    -webkit-transition: .3s;
    transition: .3s;
    background-image: url(img/arrow-circle-right.svg)
}

.history-block .list__item .item__number .number__p:hover:after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.history-block .list__item .item__number .number__p:active:after {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.history-block .list__item .item__date-create {
    width: 170px;
    padding: 0 30px;
    border-left: 1px solid #dae0e2
}

.history-block .list__item .item__count {
    width: 210px;
    padding: 0 30px;
    border-left: 1px solid #dae0e2
}

.history-block .list__item .item__total {
    width: 190px;
    padding: 0 30px;
    border-left: 1px solid #dae0e2
}

.history-block .list__item .item__status {
    width: 200px;
    padding: 0 30px;
    border-left: 1px solid #dae0e2
}

.history-block .list__item .item__status .item__p {
    font-size: 13px;
    line-height: 16px
}

.history-block .history-block__status {
    position: relative;
    display: block;
    margin-bottom: 30px;
    text-align: center
}

.history-block .history-block__status:before {
    content: "";
    display: block;
    background-color: rgba(218, 224, 226, .5);
    height: 1px;
    width: 100%;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    z-index: 2
}

.history-block .history-block__status .status__p {
    font-size: 12px;
    position: relative;
    z-index: 4;
    display: inline-block;
    padding: 0 30px;
    text-transform: uppercase;
    color: #8c96a3;
    background-color: #f3f6f8
}

.history-block .list__item .success__p {
    color: #417505
}

.history-block .list__item .success__p:before {
    content: ''
}

.history-block .list__item .error__p {
    color: #ff2d35
}

.history-block .list__item .error__p:before {
    content: ''
}

.modal {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, .4)
}

.modal .modal__content {
    position: absolute;
    top: 10%;
    left: calc(50% - 285px);
    display: block;
    overflow: hidden;
    width: 570px;
    margin-bottom: 10%;
    border-radius: 6px;
    background-color: #fff
}

.modal .content__header {
    position: relative;
    display: block;
    padding: 0 40px;
    border-bottom: 1px solid rgba(151, 151, 151, .2)
}

.modal .content__header .header__tabs-options {
    display: table;
    width: 100%
}

.modal .content__header .tabs-options__item {
    font-size: 28px;
    font-weight: 900;
    display: block;
    float: left;
    margin-right: 40px;
    margin-bottom: -1px;
    padding: 30px 0;
    cursor: pointer;
    color: #8c96a3
}

.modal .content__header .tabs-options__item.item__selected {
    color: #3e4856;
    border-bottom: 1px solid #3e4856
}

.modal .content__header .modal__btn-close {
    position: absolute;
    top: calc(50% - 20px);
    right: 15px;
    display: block;
    width: 40px;
    height: 40px
}

.modal .content__header .modal__btn-close:before {
    position: absolute;
    top: 50%;
    left: calc(50% - 10px);
    display: block;
    width: 20px;
    height: 1.4px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #3e4856
}

.modal .content__header .modal__btn-close:after {
    position: absolute;
    top: 50%;
    left: calc(50% - 10px);
    display: block;
    width: 20px;
    height: 1.4px;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #3e4856
}

.modal .content__header .modal__btn-close:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.modal .content__tabs-content .tabs-content__item {
    display: none;
    opacity: 0
}

.modal .content__tabs-content .tabs-content__item.item__selected {
    display: block;
    opacity: 1
}

.modal .content__tabs-content .content__body {
    display: block;
    margin: 30px 40px 0
}

.modal .content__tabs-content .content__body .fields__label {
    margin: 0 0 35px
}

.modal .content__tabs-content .content__body .fields__label .label__inp {
    font-size: 20px
}

.label__checkbox {
    font-size: 14px;
    display: block;
    line-height: 1.3;
    padding-left: 25px;
    position: relative
}

.label__point {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    -webkit-transition: .3s;
    left: 0;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #dae0e2;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .19);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .19)
}

.label__checkbox .label__check {
    display: none
}

.label__checkbox .label__check:checked ~ .label__point:before {
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 5px);
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    background-image: url(img/ic-checkbox-check.png)
}

.modal .content__tabs-content .content__body .label__checkbox .label__check {
    display: none
}

.modal .content__tabs-content .content__footer {
    display: block;
    padding: 30px 40px
}

.modal .content__tabs-content .footer__btn-block .btn-password-recovery {
    font-size: 14px;
    float: right;
    margin: 10px 0;
    color: #4a90e2
}

.modal .content__tabs-content .footer__social {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 33px 40px;
    background-color: #f3f6f8
}

.modal .content__tabs-content .footer__social .social__description {
    display: block;
    float: left;
    width: 45%
}

.modal .content__tabs-content .footer__social .description__p {
    font-size: 14px;
    line-height: 16px
}

.modal .content__tabs-content .footer__social .social__list {
    display: flex;
    justify-content: flex-end
}

.modal .content__tabs-content .footer__social .list__item {
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin-left: 15px
}

.modal .content__tabs-content .footer__social .item__link {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain
}

.modal .content__tabs-content .footer__social .item__vk {
    background-image: url(img/ic-square-vk.png)
}

.modal .content__tabs-content .footer__social .item__fb {
    background-image: url(img/ic-square-fb.png)
}

.modal .content__tabs-content .footer__social .item__tw {
    background-image: url(img/ic-square-tw.png)
}

.modal .content__tabs-content .footer__social .item__ok {
    background-image: url(img/ic-square-ok.png)
}

.modal .content__tabs-content .footer__description {
    display: block;
    margin: 30px 0 10px
}

.modal .content__tabs-content .footer__description .description__p {
    font-size: 14px;
    line-height: 16px
}

.info-delivery__description {
    display: block;
    margin-top: 60px
}

.info-delivery__description p {
    margin: 30px 0
}

.info-delivery__description p a {
    color: #4a90e2
}

.line-grey {
    display: block;
    width: 100%;
    height: 0;
    margin: 40px 0 45px;
    border-top: 1px solid rgba(151, 151, 151, .2)
}

.info-delivery__in-russia {
    display: block;
    margin-bottom: 100px
}

.info-delivery__in-russia .in-russia__title {
    display: block
}

.info-delivery__in-russia .in-russia__title .title__h4 {
    font-size: 18px;
    font-weight: 900
}

.info-delivery__in-russia .in-russia__description {
    display: block;
    margin-top: 30px
}

.info-delivery__in-russia .in-russia__delivery-system {
    display: block;
    margin: 20px 0
}

.info-delivery__in-russia .delivery-system__list {
    display: table;
    width: 100%
}

.info-delivery__in-russia .delivery-system__list .list__item {
    display: block;
    float: left;
    width: 55px;
    height: 40px;
    margin-right: 20px
}

.info-delivery__in-russia .delivery-system__list .list__item:last-child {
    margin-right: 0
}

.info-delivery__in-russia .delivery-system__list .item__link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.info-delivery__in-russia .delivery-system__list .link__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inherit;
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

.info-delivery__in-russia .in-russia__country {
    display: block;
    padding: 10px 20px;
    border: solid 1px #dae0e2;
    border-radius: 8px
}

.info-delivery__in-russia .in-russia__country .country__title {
    display: block
}

.info-delivery__in-russia .in-russia__country .country__list {
    display: table;
    width: 100%;
    margin-top: 5px
}

.info-delivery__in-russia .in-russia__country .list__item {
    font-size: 14px;
    display: block;
    float: left;
    width: 40%
}

.info-delivery__in-russia .in-russia__country .item__img {
    display: inline-block;
    width: 16px;
    height: 12px;
    margin-right: 10px
}

.info-delivery__in-moscow {
    margin-bottom: 100px
}

.info-delivery__in-moscow .in-moscow__description {
    display: block;
    margin-top: 30px
}

.info-delivery__in-moscow .in-moscow__type {
    display: block;
    margin-top: 30px
}

.info-delivery__in-moscow .in-moscow__type .type__list {
    display: block
}

.info-delivery__in-moscow .in-moscow__type .list__item {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(151, 151, 151, .2)
}

.info-delivery__in-moscow .in-moscow__type .list__item:last-child {
    border: 0
}

.info-delivery__in-moscow .in-moscow__label {
    display: block;
    width: 215px;
    margin-top: 25px;
    padding: 10px 20px;
    border: solid 1px #dae0e2;
    border-radius: 8px
}

.info-delivery__in-moscow .in-moscow__label .label__p {
    font-size: 14px;
    font-weight: 900;
    line-height: 20px
}

.info-payment__description {
    display: block;
    margin-top: 60px
}

.info-payment__payment-system {
    display: block;
    margin-top: 30px
}

.info-payment__payment-system .payment-system__list {
    display: table;
    width: 100%
}

.info-payment__payment-system .list__item {
    position: relative;
    display: block;
    float: left;
    width: 80px;
    height: 50px;
    margin-right: 50px
}

.info-payment__payment-system .item__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inherit;
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

.payment-system__title {
    display: block;
    margin: 80px 0 0
}

.payment-system__title .title__h4 {
    font-size: 18px;
    font-weight: 900
}

.payment-system__inner p {
    font-size: 14px;
    line-height: 22px;
    margin: 15px 0
}

.payment-system__inner h3 {
    margin: 20px 0
}

.info-contants__phone {
    display: block;
    margin-top: 55px
}

.info-contants__phone .phone__title {
    display: block
}

.info-contants__phone .phone__title .title__p {
    font-size: 12px;
    display: block;
    letter-spacing: 1.3px;
    text-transform: uppercase
}

.info-contants__phone .phone__list {
    display: block;
    margin-top: 10px
}

.info-contants__phone .phone__list .list__item {
    display: block;
    margin: 5px 0
}

.info-contants__phone .phone__list .item__link {
    font-size: 24px;
    display: block
}

.info-contants__email {
    display: block;
    margin-top: 55px
}

.info-contants__email .email__title {
    display: block
}

.info-contants__email .email__title .title__p {
    font-size: 12px;
    display: block;
    letter-spacing: 1.3px;
    text-transform: uppercase
}

.info-contants__email .email__list {
    display: block;
    margin-top: 10px
}

.info-contants__email .email__list .item__link {
    font-size: 18px;
    display: block;
    color: #4a90e2
}

.info-contants__email .email__list .item__link:hover {
    text-decoration: underline
}

.info-contants__address {
    display: block;
    margin-top: 55px
}

.info-contants__address .address__title {
    display: block
}

.info-contants__address .address__title .title__p {
    font-size: 12px;
    display: block;
    letter-spacing: 1.3px;
    text-transform: uppercase
}

.info-contants__address .address__description {
    display: block;
    margin-top: 10px
}

.info-contants__address .address__description p {
    font-size: 18px
}

.info-contants__map {
    display: block;
    width: 100%;
    height: 420px;
    margin: 60px 0
}

.info-contants__feedback {
    display: block;
    margin-bottom: 100px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07)
}

.info-contants__feedback .feedback__title {
    position: relative;
    display: table;
    width: 100%;
    padding: 35px 40px;
    cursor: pointer
}

.info-contants__feedback .feedback__title:after {
    position: absolute;
    top: calc(50% - 8px);
    right: 40px;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb
}

.info-contants__feedback .feedback__title.selected:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.info-contants__feedback .feedback__title .title__h3 {
    font-size: 20px;
    font-weight: 900;
    display: block;
    float: left;
    margin-top: 5px
}

.info-contants__feedback .feedback__title .title__p {
    font-size: 12px;
    line-height: 16px;
    display: block;
    float: right;
    width: 250px;
    margin-right: 80px;
    color: #8c96a3
}

.info-contants__feedback .feedback__sub {
    display: none;
    padding-top: 20px;
    opacity: 0;
    border-top: 1px solid #dae0e2
}

.info-contants__feedback .feedback__sub .sub__btn-block {
    display: table;
    width: 100%;
    margin-top: 40px;
    padding: 30px 0;
    border-top: 1px solid #dae0e2
}

.brand-list {
    display: block;
    margin: 40px 0 100px
}

.brand-list .brand-list__item {
    display: table;
    width: 100%;
    height: 270px;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07)
}

.brand-list .item__image {
    position: relative;
    display: block;
    height: 170px;
    margin: 20px 20px 25px
}

.brand-list .image__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inherit;
    max-width: 140px;
    max-height: 100%;
    margin: auto
}

.brand-list .title__p {
    font-size: 14px;
    color: #4a90e2
}

.brand-detail__description {
    display: block;
    margin: 45px 0 100px
}

.brand-detail__description p {
    margin: 30px 0
}

.brand-detail__image {
    position: relative;
    display: block;
    height: 270px;
    margin-top: 45px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07)
}

.brand-detail__image .image__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inherit;
    max-width: 90%;
    max-height: 90%;
    margin: auto
}

.brand-detail__btn-block {
    display: block;
    margin-top: 30px
}

.brand-detail__btn-block .btn-primary {
    width: 100%
}

.info-return__description {
    display: block;
    margin: 60px 0 100px
}

.info-return__description h3 {
    display: block;
    margin: 20px 0
}

.info-return__description h2 {
    display: block;
    margin: 40px 0
}

.info-return__description ol {
    display: block;
    margin: 40px 0 40px 20px
}

.info-return__description ol > li {
    margin: 20px 0;
    padding-left: 15px;
    list-style: decimal
}

.info-return__description ul {
    display: block;
    margin: 20px 0 20px 18px
}

.info-return__description ul > li {
    margin: 10px 0;
    list-style: disc
}

.news-detail__date-create {
    display: block;
    margin-top: 67px
}

.news-detail__date-create .date-create__p {
    font-size: 18px;
    color: #8c96a3
}

.news-detail__description {
    display: block;
    margin-top: 67px
}

.news-detail__description p {
    margin: 30px 0
}

.news-detail__description img {
    max-width: 100%;
    height: auto
}

.news-detail__description ul {
    display: block;
    margin: 20px 0 20px 20px
}

.news-detail__description ul li {
    margin: 20px 0;
    list-style: disc
}

.news-detail__description ol {
    display: block;
    margin: 20px 0 20px 20px
}

.news-detail__description ol li {
    margin: 20px 0;
    list-style: decimal
}

.news-detail__description table {
    display: table;
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse
}

.news-detail__description table th {
    font-weight: 900;
    padding: 15px 0;
    text-align: left;
    color: #8c96a3
}

.news-detail__description table td {
    padding: 15px 0;
    border-top: 1px solid rgba(151, 151, 151, .2)
}

.news-detail__btn-block {
    display: block;
    margin: 100px 0
}

.news-detail__btn-block .btn-block__btn-back {
    font-size: 12px;
    line-height: 60px;
    display: inline-block;
    height: 60px;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 8px;
    background-color: #fff
}

.news-detail__btn-block .btn-block__social {
    display: inline-block;
    float: right;
    height: 60px;
    padding: 18px 35px;
    border-radius: 8px;
    background-color: #fff
}

.news-list {
    display: block;
    margin: 60px 0 -30px
}

.news-list__item {
    display: table;
    overflow: hidden;
    width: 100%;
    height: 480px;
    margin-bottom: 30px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07)
}

.news-list__item .item__image {
    display: block;
    width: 100%;
    height: 278px
}

.news-list__item .item__image .image__img {
    display: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.news-list__item .item__description {
    position: relative;
    display: block;
    height: auto;
    margin: 20px 25px
}

.news-list__item .item__description .description__title {
    font-size: 18px;
    font-weight: 900;
    display: block
}

.news-list__item .item__description .description__p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px
}

.news-list__item .item__description .description__date-create {
    font-size: 12px;
    bottom: 0;
    left: 0;
    color: #8c96a3
}

.news-list__pagination {
    margin-bottom: 100px
}

.info-wholesale__inner-left {
    display: block;
    margin-top: 60px
}

.info-wholesale__inner-right {
    margin-top: 60px
}

.info-wholesale__inner-right p a {
    color: #4a90e2
}

.info-wholesale__table {
    display: table;
    width: 100%;
    margin: 57px 0 120px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07)
}

.info-wholesale__table table {
    display: table;
    width: calc(100% - 80px);
    margin: 25px 40px 15px;
    border-collapse: collapse
}

.info-wholesale__table table th {
    font-weight: 900;
    padding: 15px 0;
    text-align: left;
    color: #8c96a3
}

.info-wholesale__table table td {
    padding: 15px 0;
    border-top: 1px solid rgba(151, 151, 151, .2)
}

.search__title {
    display: block;
    margin: 90px 0 60px;
    border-bottom: 1px solid rgba(218, 224, 226, .5)
}

.search__title .search__search-form {
    display: block;
    margin-bottom: 30px
}

.search__title .search-form__label {
    position: relative;
    display: block
}

.search__title .search-form__label:after {
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    background-image: url(img/ic-search.png)
}

.search__title .search-form__label .label__inp {
    font-size: 24px;
    height: 45px;
    border-radius: 0;
    -webkit-appearance: none
}

.search__title .search-form__label .label__inp.notNull ~ .label__name {
    top: -18px
}

.search__title .search__result-tabs {
    display: block
}

.search__title .tabs .list__item {
    font-size: 20px;
    font-weight: 900;
    position: relative;
    display: block;
    float: left;
    margin-right: 50px;
    margin-bottom: -1px;
    padding: 30px 0;
    cursor: pointer;
    color: #8c96a3
}

.search__title .tabs .item__selected {
    color: #3e4856;
    border-bottom: 1px solid #3e4856
}

.search__title .tabs .item__sub {
    font-size: 10px;
    font-weight: 900;
    position: relative;
    top: -10px;
    display: inline-block
}

.search__tabs-content {
    display: block
}

.search__tabs-content .tabs-content__item {
    display: none;
    opacity: 0
}

.search__tabs-content .search__product-block {
    margin-bottom: -30px
}

.search__tabs-content .search__news-block {
    display: block;
    margin-bottom: 70px
}

.search__tabs-content .search__news-block .news-block__item {
    display: table;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07)
}

.search__tabs-content .search__news-block .item__description {
    display: block;
    float: left;
    width: calc(100% - 360px);
    margin: 25px 30px
}

.search__tabs-content .search__news-block .item__description .description__section {
    display: block
}

.search__tabs-content .search__news-block .item__description .section__list {
    display: table;
    width: 100%
}

.search__tabs-content .search__news-block .item__description .list__item {
    display: block;
    float: left;
    margin-right: 10px
}

.search__tabs-content .search__news-block .item__description .item__link {
    font-size: 14px;
    color: rgba(62, 72, 86, .5)
}

.search__tabs-content .search__news-block .item__description .item__link:hover {
    color: #4a90e2
}

.search__tabs-content .search__news-block .item__description .item__link:after {
    display: inline-block;
    width: 12px;
    height: 6px;
    margin-left: 5px;
    content: '';
    background-image: url(img/ic-right-c.png)
}

.search__tabs-content .search__news-block .item__description .description__title {
    display: block;
    margin-top: 15px
}

.search__tabs-content .search__news-block .item__description .title__p {
    font-size: 18px;
    font-weight: 900
}

.search__tabs-content .search__news-block .item__description .description__preview-text {
    display: block;
    margin-top: 15px
}

.search__tabs-content .search__news-block .item__description .preview-text__p {
    font-size: 14px;
    line-height: 22px
}

.search__tabs-content .search__news-block .item__description .description__date-create {
    display: block;
    margin-top: 20px
}

.search__tabs-content .search__news-block .item__description .date-create__p {
    font-size: 12px;
    color: #8c96a3
}

.search__tabs-content .search__news-block .item__image {
    display: block;
    float: right;
    width: 240px;
    height: 180px;
    margin: 25px 30px;
    border-radius: 6px
}

.search__tabs-content .search__news-block .item__image .image__img {
    display: inherit;
    width: 100%;
    height: 100%;
    border-radius: 6px
}

.search__pagination {
    margin-top: 30px
}

.privacy-policy__description {
    display: block;
    margin: 60px 0 120px
}

.privacy-policy__description h2 {
    margin: 30px 0
}

.privacy-policy__description table {
    display: table;
    width: 100%;
    border-collapse: collapse
}

.privacy-policy__description table td {
    padding: 10px 0;
    vertical-align: top
}

.privacy-policy__description p {
    margin: 20px 0
}

.info-about-description {
    display: block;
    margin: 60px 0 100px
}

.info-about-description p {
    line-height: 26px;
    margin: 20px 0
}

.info-about-description img {
    display: inherit;
    max-width: 100%
}

.sitemap {
    display: block;
    margin: 50px 0 120px
}

.sitemap .inner-left__title {
    display: block;
    margin-top: 10px
}

.sitemap .inner-left__title .title__p {
    font-size: 14px;
    font-weight: 900
}

.sitemap .inner-left__sections {
    display: block;
    margin-top: 20px
}

.sitemap .inner-left__sections .item__link {
    font-size: 14px;
    display: block
}

.sitemap .inner-left__sections .item__sub-list {
    display: block;
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 2px solid #dae0e2
}

.sitemap .inner-left__sections .sub-list__item {
    display: block;
    margin: 10px 0
}

.sitemap .sitemap__inner-right {
    display: block
}

.sitemap .sitemap__inner-right .inner-right__list {
    display: block;
    margin-bottom: 35px
}

.sitemap .sitemap__inner-right .list__item {
    display: block;
    margin: 10px 0
}

.sitemap .sitemap__inner-right .item__link {
    font-size: 14px;
    display: block
}

.error-page {
    height: 700px;
    margin-bottom: 0;
    background: #ebebf2 no-repeat calc(50% + 390px) 100%;
    background-size: auto 630px
}

.error-404 {
    display: table;
    width: 100%;
    height: 700px
}

.error-404 .error-404__description {
    display: block
}

.error-404 .description__error-type {
    display: block;
    margin-top: 152px
}

.error-404 .error-type__p {
    font-size: 320px;
    font-weight: 900;
    line-height: 252px;
    display: block;
    color: rgba(62, 72, 86, .15)
}

.error-404 .description__text {
    display: block;
    margin-top: 91px
}

.error-404 .text__h2 {
    font-size: 36px;
    font-weight: 400
}

.error-404 .text__p {
    display: block;
    margin-top: 33px
}

.error-404 .text__link {
    color: #4a90e2
}

.content__success .content__header {
    height: 80px;
    border: 0
}

.content__success .success__image {
    display: block;
    text-align: center
}

.content__success .image__span {
    line-height: 170px;
    display: inline-block;
    width: 132px;
    height: 132px;
    margin-top: -30px;
    text-align: center;
    border: 3px solid #0c96e7;
    border-radius: 100%
}

.content__success .image__span:before {
    display: inline-block;
    width: 50px;
    height: 51px;
    content: '';
    background-image: url(img/success.png)
}

.content__success .success__description {
    display: block;
    margin-top: 60px;
    margin-bottom: 80px;
    text-align: center
}

.modal .content__order .body__status {
    font-weight: 900;
    line-height: 50px;
    display: block;
    height: 50px;
    margin: 40px 40px 20px;
    text-align: center;
    border-radius: 8px;
    background-color: #f3f6f8
}

.modal .content__order .body__status.success {
    color: #417505;
    background-color: rgba(65, 117, 5, .15)
}

.modal .content__order .body__status .status__p span {
    color: #8c96a3
}

.modal .content__order .body__order-list {
    display: block;
    margin: 0 40px
}

.modal .content__order .order-list__item {
    display: table;
    width: 100%;
    margin: 12px 0
}

.modal .content__order .order-list__item .item__image {
    display: block;
    float: left;
    overflow: hidden;
    width: 60px;
    height: 45px;
    margin-right: 20px;
    border: solid 1px #dae0e2;
    border-radius: 6px
}

.modal .content__order .order-list__item .image__img {
    display: inherit;
    width: 100%;
    height: 100%;
    border-radius: 6px
}

.modal .content__order .order-list__item .item__title {
    display: block;
    float: left;
    width: calc(100% - 200px);
    margin-top: 5px
}

.modal .content__order .order-list__item .title__p {
    font-size: 14px;
    line-height: 20px
}

.modal .content__order .order-list__item .item__option-list {
    font-size: 12px;
    line-height: 14px;
    color: #8c96a3
}

.modal .content__order .order-list__item .item__count {
    display: block;
    float: left;
    margin-top: 14px
}

.modal .content__order .order-list__item .count__p {
    font-size: 14px;
    line-height: 20px
}

.modal .content__order .order-list__item .item__price {
    display: block;
    float: right;
    margin-top: 14px
}

.modal .content__order .order-list__item .price__p {
    font-size: 14px;
    line-height: 20px
}

.modal .content__order .body__order-total {
    display: block;
    margin: 20px 40px 0;
    padding: 20px 0 40px;
    text-align: right;
    border-top: 1px solid #dae0e2
}

.modal .content__order .order-total__p {
    font-size: 14px
}

.modal .content__order .order-total__strong {
    font-size: 14px;
    display: block;
    margin-top: 10px
}

.modal .content__order .body__data {
    display: block;
    padding: 30px 40px;
    border-top: 1px solid #dae0e2
}

.modal .content__order .data__title {
    display: block;
    margin-bottom: 15px
}

.modal .content__order .data__title .title__p {
    font-weight: 900
}

.modal .content__order .data__list {
    display: block
}

.modal .content__order .list__item {
    font-size: 14px;
    display: block;
    margin: 8px 0
}

.modal .content__order .list__item .item__title {
    display: inline-block;
    width: 35%;
    color: #8c96a3
}

.modal .content__order .content__footer {
    display: table;
    width: 100%;
    padding: 29px 40px;
    border-top: 1px solid #dae0e2
}

.modal .content__order .content__footer .btn-order-repeat {
    font-size: 12px;
    line-height: 40px;
    display: inline-block;
    float: right;
    height: 40px;
    padding: 0 20px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #ff2d35;
    border: 0;
    border-radius: 6px;
    background-color: #f3f6f8
}

.header__search-mob {
    display: none
}

.order-block-copy {
    position: relative
}

.order-block-copy .order-block-clone {
    position: relative;
    width: calc(100% - 30px);
    margin-top: 30px;
    opacity: 0
}

.order-block-copy .order-block-clone.bottom {
    position: absolute;
    top: inherit !important;
    bottom: 20px !important
}

.notice-block {
    position: fixed;
    z-index: 99999999;
    top: -80px;
    left: calc(50% - 140px);
    display: none;
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0;
    border: 8px solid rgba(0, 0, 0, .2);
    border-radius: 50px;
    background-color: transparent;
    -webkit-box-shadow: 0 0 100px rgba(255, 255, 255, .6);
    box-shadow: 0 0 100px rgba(255, 255, 255, .6)
}

.notice-block.error {
    border-color: rgba(213, 49, 62, .6)
}

.notice-block.success {
    border-color: rgba(0, 128, 0, .6)
}

.notice-block .notice-block__content {
    display: block;
    width: 280px;
    padding: 15px 20px;
    border-radius: 50px;
    background-color: #fff
}

.notice-block .content__message {
    font: 14px/20px LatoSemibold, serif;
    text-align: center
}

.lk-link-list {
    position: absolute;
    top: 34px;
    left: -30px;
    display: none;
    width: 180px;
    padding: 14px 0;
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 13px 20px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 13px 20px 0 rgba(0, 0, 0, .3)
}

.header__inner-right .list_item-name:hover .lk-link-list {
    display: block;
    opacity: 1
}

.lk-link-list__item {
    display: block
}

.lk-link-list__link {
    font-size: 14px;
    display: block;
    padding: 5px 25px;
    color: #3e4856
}

.spin-show {
    position: relative;
    z-index: 1000
}

div[id^=wait_comp_] {
    display: none !important
}

.delivery-type, .paysystem-type {
    position: relative
}

div[class*=js-delivery-type-].disabled:before, div[class*=js-paysystem-type-].disabled:before, .delivery-type.disabled:before, .paysystem-type.disabled:before {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .1)
}

.product-detail .cart__selected {
    -webkit-transition: .3s;
    transition: .3s;
    color: inherit;
    background-color: #f3f6f8
}

.js-block-disabled.off {
    position: relative;
    z-index: 2
}

.js-block-disabled.off:before {
    position: absolute;
    z-index: 2;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    content: '';
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .08)
}

.warning {
    color: #d60000 !important
}

.hide {
    display: none
}

.btn-download-product-file {
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    border: 1px solid #dae0e2;
    border-radius: 6px;
    padding: 0 15px;
    background: #fff
}

.item__detail-text li a {
    color: #4990e2
}

.product-detail__phone-block {
    position: relative;
    padding: 13px 36px;
    border-bottom: 1px solid rgba(151, 151, 151, .2)
}

.product-detail__phone-block .fa {
    line-height: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 16px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #4990e2
}

.product-detail__phone-block p {
    font: 14px/1.43 LatoRegular, serif;
    color: #3e4856
}

.product-detail__phone-block p span {
    font-family: 'LatoBold', 'serif'
}

@media screen and (max-width: 768px) {
    .product-detail__phone-block {
        padding: 13px 20px
    }

    .product-detail__phone-block .fa {
        position: absolute;
        top: 50%;
        left: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .product-detail__phone-block p {
        padding-left: 45px
    }
}

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 47.85%;
    position: relative;
    margin: 0 auto;
    width: 100%
}

.video-responsive iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-width: 767px) {
    .video-responsive {
        width: 100%
    }
}

.btn-soc__btn {
    font: 900 13px LatoBold, serif;
    position: relative;
    float: left;
    width: 159px;
    height: 40px;
    margin-bottom: 50px;
    display: inline-flex;
    align-items: center;
    text-align: left;
    border: none;
    border-radius: 6px;
    outline: 0;
    text-decoration: none;
    color: #fff
}

.btn-soc__btn:focus, .btn-soc__btn:hover {
    text-decoration: none;
    color: #fff
}

.btn-soc__whatsap:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#63f193), to(#3dcd6e));
    background-image: -webkit-linear-gradient(top, #63f193, #3dcd6e);
    background-image: -o-linear-gradient(top, #63f193, #3dcd6e);
    background-image: linear-gradient(to bottom, #63f193, #3dcd6e)
}

.btn-soc__whatsap:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#36b762), to(#3dcd6e));
    background-image: -webkit-linear-gradient(top, #36b762, #3dcd6e);
    background-image: -o-linear-gradient(top, #36b762, #3dcd6e);
    background-image: linear-gradient(to bottom, #36b762, #3dcd6e)
}

.btn-soc__viber:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a865bd), to(#834995));
    background-image: -webkit-linear-gradient(top, #a865bd, #834995);
    background-image: -o-linear-gradient(top, #a865bd, #834995);
    background-image: linear-gradient(to bottom, #a865bd, #834995)
}

.btn-soc__viber:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#674273), to(#834995));
    background-image: -webkit-linear-gradient(top, #674273, #834995);
    background-image: -o-linear-gradient(top, #674273, #834995);
    background-image: linear-gradient(to bottom, #674273, #834995)
}

.btn-soc__whatsap {
    background-color: #3dcd6e
}

.btn-soc__viber {
    margin-left: 20px;
    background-color: #834995
}

.btn-soc__btn img {
    margin-left: 10px;
    padding-right: 12px
}

.btn-soc__bold-p {
    font-size: 13px;
    font-weight: 900;
    margin-top: 24px;
    margin-bottom: 13px
}

.btn-soc__row, .btn-group-vertical {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.btn-soc.btn-soc--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.btn-soc__p {
    margin-bottom: 20px;
    line-height: normal;
    font-size: 14px
}

.btn-soc.btn-soc--flex .btn-soc__btn {
    width: calc(50% - 10px);
    margin: 0 0 15px
}

.btn_soc__numer {
    padding-bottom: 20px
}

.btn_soc__numer p {
    font-size: 14px;
    font-weight: 700
}

@media only screen and (max-width: 991px) {
    .btn-soc__btn {
        width: calc(50% - 10px)
    }
}

.btn-download-product-file_block .btn-download-product-file p {
    font-size: 16px;
    font-family: "LatoBold", "sans-serif";
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: #000;
    padding: 0
}

.circle-doc {
    font-size: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    background-color: #4a90e2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.circle-doc + p + p {
    margin-left: auto !important
}

@media only screen and (max-width: 350px) {
    .btn-download-product-file {
        font-size: 12px
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .btn-download-product-file_block {
        margin-right: 20px
    }
}

@media only screen and (max-width: 769px) {
    .btn-download-product-file:first-child {
        margin-top: 20px
    }
}

@media only screen and (min-width: 368px) {
    .main-category .inner-top__title {
        max-width: 62% !important
    }

    .main-category .inner-top__title.nab {
        max-width: 80% !important
    }
}

.main-shares .main-slider .list__item:before {
    background-color: transparent
}

.main-shares .main-slider {
    height: 210px;
    margin-top: 47px;
    margin-bottom: 196px
}

.together-search .main-shares .flickity-enabled.is-draggable .flickity-viewport, .together-search .main-shares .main-slider .main-slider__list, .together-search .main-shares .main-slider .list__item {
    height: 400px !important;
    background-color: transparent
}

.main-shares .flickity-enabled.is-draggable .flickity-viewport, .main-shares .main-slider .main-slider__list, .main-shares .main-slider .list__item {
    background-color: transparent
}

.main-slider .main-slider__list-previously .flickity-page-dots .dot {
    z-index: 8;
    bottom: 87px;
    left: calc(50% - 570px);
    width: 12px;
    height: 12px;
    margin: 0 6px;
    text-align: right;
    opacity: .5;
    border: solid 3px rgba(0, 0, 0, .9);
    background-color: #fff
}

.main-slider .main-slider__list-previously .flickity-page-dots .dot.is-selected {
    opacity: 1
}

.previously .main-shares .main-slider .list__item {
    background-color: transparent
}

.previously h2.title__h2 {
    padding: 92px 0 5px
}

.main-shares .main-slider .main-slider__list .flickity-page-dots {
    bottom: -40px;
    text-align: center
}

img.voice-cearch {
    position: absolute;
    top: 11px;
    right: 40px;
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: cover;'
}

.tabs__options-list .options-list__item {
    opacity: .5;
    color: #3e4856
}

.main-shares .item__selected {
    opacity: 1
}

.together-search, .previously {
    border-top: 1px solid rgba(218, 224, 226, .5)
}

.together-search .main-shares .main-shares__tabs {
    margin: 70px 0
}

.together-search .main-shares .tabs__options-list, .together-search .main-shares .tabs__options-list .item__selected, .previously .main-shares .tabs__options-list, .previously .main-shares .tabs__options-list .item__selected {
    font-weight: 900;
    border-bottom: 0
}

.previously .col-lg-2.col-md-3 {
    padding: 5px
}

.previously .product-item {
    height: 237px
}

.previously > .main-shares .main-slider .main-slider__list, .main-shares .main-slider .list__item {
    height: 220px !important
}

.previously span.main-slider-previously__btn-slider-prev, .previously span.main-slider-previously__btn-slider-next {
    top: calc(50% - 22px)
}

.together-search .main-slider .main-slider__list .flickity-page-dots .dot {
    margin: 0 6px
}

.previously .main-shares .main-slider .main-slider__list .flickity-page-dots {
    bottom: -65px
}

.previously .main-shares .tabs__options-list .options-list__item {
    padding: 20px 0 10px
}

.together-search .main-slider .main-slider__btn-slider-prev, .together-search .main-slider .main-slider__btn-slider-next {
    top: 74%
}

.previously .main-shares .main-slider {
    margin-bottom: -28px;
    height: auto
}

.together-search .main-slider .main-slider__btn-slider-prev, .together-search .main-slider .main-slider__btn-slider-next, .previously span.main-slider-previously__btn-slider-prev, .previously span.main-slider-previously__btn-slider-next {
    background-image: url(img/arrow.png)
}

.previously span.main-slider-previously__btn-slider-prev {
    position: absolute;
    z-index: 6;
    top: calc(50% - -58px);
    left: 40px;
    display: block;
    width: 64px;
    height: 64px;
    cursor: pointer;
    background: url(img/arrow.png) no-repeat;
    background-size: contain
}

.previously span.main-slider-previously__btn-slider-next {
    position: absolute;
    z-index: 6;
    top: calc(50% - -58px);
    right: 40px;
    display: block;
    width: 64px;
    height: 64px;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(img/arrow.png) no-repeat;
    background-size: contain
}

.previously .product-item .item__title {
    font-size: 14px;
    line-height: 1.14;
    margin: 0 9px;
    padding: 20px 0 30px;
    color: #3e4856
}

.previously .product-item .item__meta {
    border-top: 0
}

.previously h2.title__h2, .together-search h2.title__h2 {
    padding: 90px 0 10px
}

.previously .product-item .item__image {
    height: 138px
}

.together-search .main-shares .main-slider {
    margin-bottom: 265px
}

.together-search .main-slider .main-slider__list .flickity-page-dots .dot, .previously .main-slider .main-slider__list-previously .flickity-page-dots .dot {
    border: solid 3px rgba(0, 0, 0, .5)
}

.together-search .main-shares .main-slider .main-slider__list .flickity-page-dots {
    bottom: -25px
}

.previously.be-interested .product-item .item__image {
    height: 139px
}

.previously.be-interested .product-item .item__meta {
    height: auto;
    padding: 15px
}

.previously.be-interested a.btn.btn-primary {
    width: 100%
}

.previously.be-interested .product-item {
    height: 292px
}

.previously.be-interested .product-item .item__title {
    margin: 0;
    padding: 20px 15px
}

.previously.be-interested .main-shares .main-slider .main-slider__list .flickity-page-dots {
    bottom: -75px
}

@media only screen and (min-width: 1420px) {
    .main-shares .main-slider .main-slider__btn-slider-prev, .previously span.main-slider-previously__btn-slider-prev {
        left: -123px
    }

    .main-shares .main-slider .main-slider__btn-slider-next, .previously span.main-slider-previously__btn-slider-next {
        right: -125px
    }

    .previously span.main-slider-previously__btn-slider-prev, .previously span.main-slider-previously__btn-slider-next {
        top: 23%
    }

    .product-detail__other-options.detail .other-options__slider-block .slider-block__btn-slider-prev, .product-detail__other-options.detail .other-options__slider-block .slider-block__btn-slider-next {
        top: calc(50% - -35px)
    }

    .previously .main-shares .main-slider .main-slider__list-previously .flickity-page-dots {
        bottom: 107px
    }
}

@media (min-width: 992px) and (max-width: 1420px) {
    .main-shares .main-slider .main-slider__btn-slider-prev, .main-shares .main-slider .main-slider__btn-slider-next {
        top: calc(50% + 283px)
    }

    .previously .main-shares .main-slider .main-slider__list-previously .flickity-page-dots {
        bottom: 105px
    }

    .previously span.main-slider-previously__btn-slider-prev, .previously span.main-slider-previously__btn-slider-next {
        top: calc(50% - -47px)
    }

    .previously.be-interested .main-slider .main-slider__btn-slider-prev, .previously.be-interested .main-slider .main-slider__btn-slider-next {
        top: calc(50% - -190px)
    }

    .product-detail__other-options.detail .other-options__slider-block .slider-block__btn-slider-prev, .product-detail__other-options.detail .other-options__slider-block .slider-block__btn-slider-next {
        top: calc(50% - -190px)
    }

    .product-detail__other-options.detail .other-options__slider-block .slider-block__btn-slider-next {
        right: 40px
    }

    .product-detail__other-options.detail .other-options__slider-block .slider-block__btn-slider-prev {
        left: 40px
    }
}

@media (min-width: 992px) and (max-width: 1260px) {
    .main-shares .main-slider .main-slider__list .flickity-page-dots {
        bottom: -175px;
        text-align: center
    }

    .previously span.main-slider-previously__btn-slider-prev, .previously span.main-slider-previously__btn-slider-next {
        top: calc(50% - -115px)
    }

    .previously .main-shares .main-slider .main-slider__list-previously .flickity-page-dots {
        bottom: -25px
    }
}

@media only screen and (max-width: 1260px) {
    .main-slider .main-slider__list .flickity-page-dots {
        left: 0;
        width: 100%
    }

    .previously.be-interested .main-shares .flickity-enabled.is-draggable .flickity-viewport, .main-shares .main-slider .main-slider__list, .main-shares .main-slider .list__item {
        height: 330px !important
    }

    .together-search .main-shares .main-slider .main-slider__list .flickity-page-dots {
        bottom: -25px
    }

    .previously .main-shares .flickity-enabled.is-draggable .flickity-viewport, .main-shares .main-slider .main-slider__list, .main-shares .main-slider .list__item {
        height: 255px !important
    }
}

@media only screen and (max-width: 1260px) {
    .previously {
        height: 100%;
        padding: 0 0 110px
    }
}

@media only screen and (max-width: 1080px) {
    span.main-slider__btn-slider-prev, span.main-slider__btn-slider-next, .previously span.main-slider-previously__btn-slider-prev, .previously span.main-slider-previously__btn-slider-next, .product-detail__other-options.detail .other-options__slider-block .slider-block__btn-slider-prev, .product-detail__other-options.detail .other-options__slider-block .slider-block__btn-slider-next {
        display: none !important
    }
}

@media only screen and (max-width: 991px) {
    .main-shares .main-slider .main-slider__list .flickity-page-dots {
        top: auto;
        bottom: -100px;
        text-align: center
    }

    .previously.be-interested .main-shares .flickity-enabled.is-draggable .flickity-viewport, .main-shares .main-slider .main-slider__list, .main-shares .main-slider .list__item {
        height: 325px !important
    }

    .together-search .main-slider .main-slider__list .flickity-page-dots {
        left: inherit
    }
}

.footer__inner-top .footer__contacts .social__list .item__link-tl {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(img/round-telegram.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.footer__inner-top .footer__contacts .social__list .item__link-vb {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(img/round-viber.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.footer__inner-top .footer__contacts .social__list .item__link-wa {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(img/round-whatsapp.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.main-brands .if__three_el {
    margin-right: 8.2% !important;
    display: block;
    float: left;
    width: 15%;
    height: 66px
}

@media only screen and (max-width: 992px) {
    .main-brands .if__three_el {
        width: 20% !important
    }

    .main-brands .link__img {
        height: auto
    }
}

@media only screen and (max-width: 600px) {
    .main-brands .if__three_brands {
        display: table;
        width: 100%;
        margin: 28px 0 28px -5px
    }

    .main-brands .if__three_el {
        width: 30% !important
    }
}

.info-about-description h2 {
    padding-bottom: 30px
}

@media only screen and (max-width: 400px) {
    .responsive-v {
        width: 100%;
        height: auto
    }
}

@media (min-width: 400px) and (max-width: 991px) {
    .responsive-v {
        height: 300px
    }
}

.content-img.img-one img {
    width: 146px;
    margin-right: -13px
}

.images__thumbnails-distributions h3, .images__thumbnails-distributions p {
    margin: 0 0 10px
}

.distributions .our-brands p {
    margin: 0 0 10px
}

.distribution-map {
    display: block;
    width: 100%;
    height: 600px;
    position: relative
}

h1.breadcrumbs__title.distribution__h1 {
    float: left;
    margin-top: 0
}

a.btn.btn-primary.become, button#submit {
    font: 12px LatoRegular, serif;
    position: absolute;
    right: -10px;
    float: right;
    width: 223px;
    height: 40px;
    margin-top: 8px;
    margin-left: 21px;
    padding: 12px 20px;
    text-align: left;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 6px;
    background-color: #4a90e2
}

.distributions i.fa {
    font-size: 150px;
    position: absolute;
    top: 20%;
    left: 18%;
    color: #404957
}

section.favorably p {
    font: 12px/1.33 LatoRegular, serif;
    text-align: center;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #3e4856;
    margin-top: 3px
}

section.favorably {
    padding-top: 20px;
    padding-bottom: 155px
}

.bth-two a.btn.btn-primary.become, button#submit {
    position: relative;
    float: none
}

div.images__thumbnails-distributions {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

@media only screen and (min-width: 527px) {
    .block-blue-btn {
        padding: 20px 0 70px;
        text-align: center
    }
}

.our-brands .content-text {
    float: left;
    width: 75%;
    padding-right: 50px;
    padding-left: 25px
}

.our-brands .thumbnail h4 {
    font: 900 20px LatoRegular;
    margin-bottom: 77px;
    padding-top: 25px;
    padding-left: 25px;
    text-align: left;
    color: #3e4856
}

.content-img {
    float: left;
    width: 25%;
    height: 183px;
    background: no-repeat bottom left
}

.card-brands {
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07)
}

section.our-brands {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.first-form, .calback_form {
    padding: 43px 30px 0;
    border-radius: 3px;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07)
}

.title_form p {
    font: 14px/1.43 LatoRegular, serif;
    padding-bottom: 57px;
    text-align: left;
    color: #8c96a3
}

p.your-benefit {
    font: 16px LatoRegular, serif;
    margin-top: 35px;
    margin-bottom: 5px;
    text-align: left;
    opacity: .3;
    color: #3e4856
}

section.forms input::-webkit-input-placeholder {
    font: 16px LatoRegular, serif;
    text-align: left;
    opacity: .3;
    color: #3e4856
}

section.forms input::-moz-placeholder {
    font: 16px LatoRegular, serif;
    text-align: left;
    opacity: .3;
    color: #3e4856
}

section.forms input:-moz-placeholder {
    font: 16px LatoRegular, serif;
    text-align: left;
    opacity: .3;
    color: #3e4856
}

section.forms input:-ms-input-placeholder {
    font: 16px LatoRegular, serif;
    text-align: left;
    opacity: .3;
    color: #3e4856
}

section.forms {
    padding: 86px 0 90px
}

.forms .title_form h4 {
    font: 900 20px LatoRegular, serif;
    margin-bottom: 10px;
    text-align: left;
    color: #3e4856
}

div#form_benefit {
    font: 16px/50px LatoRegular, serif;
    width: 228px;
    height: 52px;
    margin-bottom: 87px;
    padding-left: 20px;
    text-align: left;
    color: #3e4856;
    border-radius: 4px;
    background-color: #dae0e2
}

input#form_text {
    margin-top: 35px;
    margin-bottom: 44px
}

.distributions .form-group .btn {
    position: relative !important;
    float: none !important;
    margin-top: 32px !important;
    margin-bottom: 12px !important;
    margin-left: 7px !important
}

.form-brd-t {
    border-top: 1px solid #dae0e2
}

.mrt-35 {
    margin-top: 35px
}

input#form_name, input#form_names, input#form_email, input#form_phone, input#form_text {
    font-size: 16px;
    padding-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #dae0e2;
    border-left: 0;
    border-radius: 0;
    padding-bottom: 15px;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media only screen and (max-width: 991px) {
    a.btn.btn-primary.become, button#submit {
        position: relative;
        bottom: 3px;
        margin: 0
    }

    .content-img {
        padding: 20px
    }

    .our-brands .thumbnail {
        margin-bottom: 20px
    }

    section.favorably p {
        margin-top: 20px;
        padding-bottom: 40px
    }

    .first-form {
        margin-bottom: 20px
    }

    .images__thumbnails-distributions .thumbnail {
        margin: auto auto 20px
    }

    div.images__thumbnails-distributions .two-th:after, div.images__thumbnails-distributions .one-th:after {
        bottom: 70px
    }
}

@media only screen and (max-width: 516px) {
    a.btn.btn-primary.become, button#submit {
        float: none;
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 768px) {
    .our-brands .content-text {
        float: none;
        width: 100%
    }

    .content-img.img-one img {
        margin-right: 0
    }

    .distribution-map, .map-canvas {
        height: 300px !important
    }

    .content-img {
        float: none;
        width: 100%;
        height: 100px;
        background-position: center
    }

    section.our-brands .content-img img {
        position: relative;
        right: 0;
        bottom: 0
    }

    section.our-brands .content-img {
        height: auto;
        min-height: 58px;
        text-align: center
    }

    .our-brands .thumbnail {
        min-height: auto
    }
}

@media only screen and (max-width: 420px) {
    .form-group {
        text-align: center
    }
}

@media only screen and (min-width: 1240px) {
    .images__thumbnails-distributions .thumbnail {
        width: 370px
    }
}

@media (min-width: 440px) and (max-width: 1240px) {
    .images__thumbnails-distributions .col-md-4 {
        padding: 5px
    }
}

@media (min-width: 991px)and (max-width: 1200px) {
    .images__thumbnails-distributions .thumbnail {
        min-height: 730px !important
    }

    .content-img.img-one img, .content-img.img-two img, .content-img.img-four img, .content-img.img-three img {
        bottom: 20px !important
    }

    .our-brands .content-text {
        width: 70%;
        padding-right: 10px
    }

    .content-img {
        width: 30%
    }
}

@media (min-width: 440px) and (max-width: 992px) {
    .images__thumbnails-distributions .thumbnail {
        width: 400px
    }

    label.error {
        top: 30px
    }
}

@media only screen and (min-width: 1260px) {
    .images__thumbnails-distributions .thumbnail {
        min-height: 675px
    }

    .first-form, .calback_form, .our-brands .thumbnail {
        width: 570px
    }

    .content-img.img-two {
        height: 202px
    }

    .content-img.img-two img {
        right: 30px !important
    }
}

@media only screen and (max-width: 527px) {
    a.btn.btn-primary.become, button#submit {
        right: 0;
        bottom: 0;
        width: 100% !important;
        margin-bottom: 30px;
        margin-left: 0 !important;
        text-align: center
    }
}

.circle_group {
    width: 187px;
    height: 187px;
    background-color: #fff;
    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;
    border-radius: 100%;
    margin: 0 auto 30px;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07)
}

.content-map p {
    font: 14px/1.57 LatoRegular, serif;
    margin-bottom: 20px;
    padding-top: 0;
    text-align: left;
    text-transform: capitalize;
    color: #3e4856
}

.content-map a {
    font: 14px/1.57 LatoRegular, serif;
    margin-bottom: 0;
    padding-top: 0;
    text-align: left;
    color: #4a90e2
}

p.one-p {
    font-size: 12px;
    line-height: 1.83;
    margin-bottom: 3px;
    text-align: left;
    color: #8c96a3
}

p.large {
    font: 900 18px/1.22 LatoRegular, serif;
    margin-bottom: 15px;
    text-align: left;
    color: #3e4856
}

.bth-two a.btn.btn-primary.become {
    position: relative;
    right: 0 !important;
    margin-left: 0;
    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
}

.btn-block-distriburors .bth-two a.btn.btn-primary.become {
    margin-top: 52px
}

.btn-block-distriburors .bth-two {
    padding-bottom: 70px
}

.bth-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.distributions .our-brands h2 {
    margin-top: 92px;
    margin-bottom: 50px
}

.distributions .favorably h2 {
    margin-top: 58px;
    margin-bottom: 80px
}

.form-group .btn {
    width: 129px !important;
    height: 40px !important
}

.calback_form .form-group .btn {
    width: 123px !important
}

.form-group.lf-group {
    margin-bottom: 35px
}

.content-p.brd-b.two-margin-p {
    margin-top: 14px !important
}

.content-p.brd-b {
    font: 14px/1.57 LatoRegular, serif;
    text-align: left;
    color: #3e4856
}

.row.big-pad {
    margin-right: -30px;
    margin-left: -30px
}

.our-brands .thumbnail {
    position: relative;
    float: left;
    min-height: 350px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    padding-bottom: 15px !important
}

.content-img.img-three img, .content-img.img-one img, .content-img.img-two img, .content-img.img-four img {
    position: absolute;
    right: 36px;
    bottom: 36px
}

.red {
    color: red
}

.form-control-feedback {
    right: 10px
}

input.error {
    border-bottom: 1px solid red
}

label.error {
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    top: 30px;
    color: red
}

.distributions label.field-label {
    display: none
}

.footer .item__link:hover, .footer .email__link {
    text-decoration: none !important
}

.content-map {
    overflow: visible !important;
    width: 265px;
    height: 220px;
    padding-top: 15px;
    padding-left: 13px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07)
}

.content-map div {
    overflow: visible !important
}

.content-map:before {
    position: absolute;
    width: calc(100% + 29px);
    height: calc(100% + 17px);
    content: '';
    text-align: center;
    background: #000
}

.content-map div:after {
    position: absolute;
    z-index: 4;
    top: auto;
    bottom: -53px;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border: 22px solid transparent;
    border-top-color: #000
}

.si-float-wrapper {
    position: absolute;
    width: 100%
}

.si-float-wrapper, .si-float-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

[class*=si-wrapper] {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: default;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.si-wrapper-bottom {
    flex-direction: column-reverse;
    margin-top: 0;
    margin-left: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse
}

.si-wrapper-left {
    margin-top: -20px;
    margin-left: -11px;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

.si-wrapper-right {
    flex-direction: row-reverse;
    margin-top: -20px;
    margin-left: 11px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse
}

.si-frame {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 3px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.si-content {
    overflow: auto
}

.si-close-button {
    font-size: 30px;
    line-height: 23px;
    position: absolute;
    top: 5px;
    right: 7px;
    cursor: pointer;
    opacity: .7;
    color: inherit;
    border: 0;
    outline: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.si-close-button:hover, .si-close-button:focus {
    opacity: 1
}

[class*=si-pointer-border] {
    position: absolute;
    z-index: 3;
    border: 15px solid transparent
}

[class*=si-pointer-bg] {
    position: relative;
    z-index: 4;
    border: 15px solid transparent
}

.si-has-border [class*=si-pointer-bg] {
    border-width: 12px
}

.si-pointer-border-top, .si-pointer-border-bottom {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.si-pointer-border-left, .si-pointer-border-right {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.si-pointer-top {
    border-bottom: 0
}

.si-pointer-border-top {
    bottom: 0;
    border-top-color: #2b3031
}

.si-pointer-bg-top {
    border-top-color: #fff
}

.si-has-border .si-pointer-bg-top {
    top: -8px;
    margin-bottom: 3px
}

.si-pointer-bottom {
    border-top: 0
}

.si-pointer-border-bottom {
    top: 0;
    border-bottom-color: #2b3031
}

.si-pointer-bg-bottom {
    border-bottom-color: #fff
}

.si-has-border .si-pointer-bg-bottom {
    bottom: -8px;
    margin-top: 3px
}

.si-pointer-left {
    border-right: 0
}

.si-pointer-border-left {
    right: 0;
    border-left-color: #2b3031
}

.si-pointer-bg-left {
    border-left-color: #fff
}

.si-has-border .si-pointer-bg-left {
    left: -8px;
    margin-right: 3px
}

.si-pointer-right {
    border-left: 0
}

.si-pointer-border-right {
    left: 0;
    border-right-color: #2b3031
}

.si-pointer-bg-right {
    border-right-color: #fff
}

.si-has-border .si-pointer-bg-right {
    right: -8px;
    margin-left: 3px
}

.si-wrapper-top {
    max-width: 300px;
    flex-direction: column;
    margin-top: -40px;
    margin-left: 0;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column
}

@media (min-width: 600px) {
    .si-wrapper-top {
        max-width: 400px
    }
}

@media (min-width: 992px) {
    .si-wrapper-top {
        max-width: 500px
    }
}

@media (max-width: 991px) {
    .row.this-r .col-md-6:nth-child(2) {
        margin-top: 50px
    }

    .si-frame {
        padding: 50px
    }

    .si-content-wrapper {
        right: 80px;
        bottom: 20px
    }

    .distributions p.large {
        font-size: 11px !important;
        margin-bottom: 10px !important
    }

    .si-content a {
        font-size: 8px !important
    }

    .si-content p {
        display: block;
        width: 145px;
        font-size: 8px !important;
        margin-bottom: 5px !important
    }
}

@media (max-width: 599px) {
    .si-frame {
        padding: 40px
    }

    .si-content-wrapper {
        padding: 10px 15px !important
    }
}

.si-content-wrapper {
    width: 100%;
    max-width: 320px;
    padding: 23px 30px;
    background-color: #fff
}

[class*=si-shadow-wrapper] {
    position: relative
}

.si-content p.one-p {
    font-size: 12px;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.si-content p {
    font: 14px/1.57 LatoRegular;
    margin-top: 20px;
    text-align: left;
    letter-spacing: .3px;
    text-transform: none;
    color: #3e4856
}

.gm-style {
    font-family: 'LatoRegular', 'serif'
}

.map-canvas {
    width: 100%;
    height: 600px
}

.distributions p.large {
    font: 900 18px/1.22 LatoRegular, serif;
    margin-top: 5px;
    margin-bottom: 19px;
    text-align: left;
    color: #3e4856
}

.si-pointer-bottom.si-pointer-border-bottom {
    display: none
}

@media only screen and (min-width: 1200px) {
    .si-content-wrapper {
        min-width: 320px;
        height: auto
    }
}

.si-content a {
    margin-top: 5px;
    display: block;
    font: 14px/1.57 LatoRegular, serif;
    text-align: left;
    color: #4a90e2
}

.si-content p.number a {
    display: inline
}

.content-text p {
    font: 14px/1.57 LatoRegular, serif;
    text-align: left;
    color: #3e4856
}

.distributions .form-group {
    margin-bottom: 15px
}

section form .btn, .breadcrumbs .btn, .distributions .btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 6px 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 4px;
    background-image: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.distributions .form-control {
    font-size: 14px;
    line-height: 1.42857143;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    color: #555;
    border: #ccc;
    border-radius: 4px;
    background: #fff none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-labelholder {
    position: relative
}

.has-labelholder .form-control {
    -webkit-transition: padding .2s linear;
    transition: padding .2s linear
}

.has-labelholder:before {
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    z-index: 5;
    top: -15px;
    left: 0;
    content: attr(data-label);
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    pointer-events: none;
    opacity: 0
}

.has-labelholder.input-group-lg:before, .has-labelholder.form-group-lg:before {
    font-size: 12px;
    top: 3px;
    left: 17px
}

.has-labelholder.input-group-sm:before, .has-labelholder.form-group-sm:before {
    font-size: 8px;
    top: 1px;
    left: 11px
}

.has-labelholder.floating:before {
    opacity: .6
}

.has-labelholder.floating.input-group-lg .form-control, .has-labelholder.floating.form-group-lg .form-control {
    padding: 16px 16px 4px
}

.has-labelholder.floating.input-group-sm .form-control, .has-labelholder.floating.form-group-sm .form-control {
    padding: 9px 10px 1px
}

.distributions .calback_form .has-labelholder.floating .form-control, .first-form .has-labelholder.floating .form-control {
    padding: 0 !important
}

.footer__errors {
    position: relative;
    width: 141px;
    height: 54px
}

.footer__errors p {
    font: 12px/1.5 LatoRegular, serif;
    text-align: left;
    letter-spacing: normal;
    opacity: .5;
    color: #3e4856
}

.footer__errors.hidden-xs {
    margin-top: 53px
}

.footer__errors img {
    position: absolute;
    top: 25px;
    right: -28px
}

.address__description .item__link {
    color: #4a90e2
}

#mt_c {
    font: 13px/18px Arial, sans-serif;
    position: fixed;
    z-index: 10002;
    top: 30%;
    left: 50%;
    display: none;
    overflow: hidden;
    width: 570px;
    height: auto;
    padding: 0 0 30px;
    word-wrap: break-word;
    border-radius: 6px;
    outline: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .2)
}

.title.feedback {
    padding: 20px;
    border-bottom: 1px solid #dae0e2
}

#mt_content {
    padding: 0 20px
}

#mt_c input[type=button] {
    font: 700 12px/40px Arial, sans-serif;
    height: 40px;
    margin: 0 0 0 20px;
    padding: 0 20px;
    text-align: center;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 6px;
    outline: 0;
    background: #4990e2 none
}

#mt_c p.nowrap {
    font: 14px/16px LatoRegular, serif;
    position: relative;
    overflow: hidden;
    white-space: nowrap
}

#mt_c p.nopadding {
    font: 16px/16px LatoRegular, serif;
    margin: 0;
    padding: 0
}

#mt_c blockquote {
    font: 16px/16px LatoRegular, serif;
    margin: 25px 0;
    padding: 0;
    border-left: 0;
    background: transparent none
}

#mt_c blockquote strong {
    font-weight: 700;
    text-decoration: underline;
    color: #d31
}

#mt_c p {
    font: 16px/16px LatoRegular, serif;
    margin: 0 0 20px
}

#mt_c div.title h1 {
    font: 400 20px/32px LatoRegular, serif;
    display: inline;
    color: #000
}

#mt_c input[type=text] {
    font-family: 'LatoRegular', 'serif';
    line-height: 16px;
    display: block;
    width: 100%;
    height: 40px;
    -webkit-transition: .1s;
    transition: .1s;
    border: 0;
    border-bottom: 0 none;
    background-color: transparent
}

#mt_o {
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    display: none;
    zoom: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: .5;
    background: #666;
    -moz-opacity: .5
}

@media (max-width: 600px) {
    #mt_c {
        width: 320px
    }
}

#mt_c .url {
    font-size: 14px;
    color: #4a90e2
}

#mt_c .close {
    position: absolute;
    z-index: 10011;
    top: 0;
    right: 0;
    width: 11px;
    height: 11px;
    margin: 0;
    padding: 33px;
    cursor: pointer;
    opacity: .7;
    background: url('http://lenalevi.com/local/templates/lenalevi/img/close.png') no-repeat center center;
    -moz-opacity: .7
}

.mt_snd:hover, .mt_cl:hover {
    background-color: #57a1f9 !important
}

.close.mt_cl:hover {
    background-color: transparent !important
}

.title.star {
    height: 100%;
    padding-top: 19px;
    padding-left: 25px
}

.btn-history-block {
    margin: 30px 0 60px
}

.btn-history-block .btn-primary {
    font: 900 14px LatoRegular, serif;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    height: 40px;
    margin-right: 12px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
    letter-spacing: 0;
    text-transform: initial;
    color: #8c96a3;
    border: solid 1px #dae0e2 !important;
    border-radius: 6px;
    background-color: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.btn-history-block .btn.btn-primary span {
    font: 11px/16px LatoLight, serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 16px;
    height: 16px;
    margin-right: 12px;
    margin-left: 12px;
    padding-top: 2px;
    letter-spacing: normal;
    color: #fff;
    border: 3px solid #8c96a3;
    border-radius: 17px;
    background-color: #8c96a3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.selected-btn {
    color: #fff !important;
    background-color: #3e4856 !important
}

@media (max-width: 767px) {
    a.btn.btn-primary.btn-1, a.btn.btn-primary.btn-2, a.btn.btn-primary.btn-3, a.btn.btn-primary.btn-4 {
        width: 100%;
        margin-bottom: 20px
    }
}

.address__description #copyButton:hover {
    cursor: pointer
}

.address__description i.fa.fa-clone:hover {
    -webkit-transition: all .3s ease-out;
    color: #4a90e2
}

p#hid {
    position: absolute;
    left: -9999999999999999999px;
    display: none
}

p#copyButton2 {
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    cursor: pointer
}

ul.decimal li {
    list-style: decimal
}

@media (max-width: 360px) {
    .col-xxs-12 {
        width: 100% !important
    }
}

@media only screen and (max-width: 420px) {
    .product-detail__other-options--small .product-item .item__image {
        background-size: contain
    }
}

.product-detail__other-options--small .product-item .item__image {
    height: 139px
}

.product-detail__other-options--small .product-item .item__title a {
    font: 14px/1.14 LatoRegular, serif;
    text-align: left;
    letter-spacing: normal;
    color: #3e4856;
    display: block;
    height: 61.4px;
    overflow: hidden
}

.product-detail__other-options .dot {
    z-index: 8;
    bottom: 87px;
    left: calc(50% - 570px);
    width: 12px;
    height: 12px;
    margin: 0 6px;
    text-align: right;
    opacity: .5;
    border: solid 3px rgba(0, 0, 0, .5);
    background-color: #fff
}

.flickity-page-dots .dot {
    display: none
}

.product-detail__other-options .other-options__slider-block .slider-block__btn-slider-next {
    position: absolute;
    z-index: 6;
    top: calc(50% - 32px);
    right: -120px;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(img/left.svg) no-repeat;
    background-size: contain;
    filter: drop-shadow(2px 3px 9px rgb(48 48 48/10%))
}

.product-detail__other-options .other-options__slider-block .slider-block__btn-slider-prev {
    position: absolute;
    z-index: 6;
    top: calc(50% - 32px);
    left: -120px;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background: url(img/left.svg) no-repeat;
    background-size: contain;
    filter: drop-shadow(2px 3px 9px rgb(48 48 48/10%))
}

.flickity-page-dots {
    bottom: -10px
}

.product-detail__other-options.product-detail__other-options--small {
    margin-bottom: 85px
}

.product-detail__other-options.product-detail__other-options--small .other-options__title {
    margin-bottom: 50px
}

.product-detail__other-options.product-detail__other-options--small .flickity-page-dots {
    bottom: -5px
}

.product-detail__other-options {
    margin: 100px 0;
    display: block;
    padding-top: 75px;
    border-top: 1px solid rgba(151, 151, 151, .2)
}

.product-detail__other-options .other-options__title {
    display: block;
    margin-bottom: 50px
}

@media (max-width: 1440px) {
    .product-detail__other-options .other-options__slider-block .slider-block__btn-slider-prev, .product-detail__other-options .other-options__slider-block .slider-block__btn-slider-next {
        display: none !important
    }
}

.product-detail__other-options.product-detail__other-options--cart .item__title {
    width: 100%;
    margin: 0;
    padding: 20px 15px 30px
}

.product-detail__other-options.product-detail__other-options--cart .item__image {
    position: relative;
    display: block;
    width: 100%
}

.product-detail__other-options.product-detail__other-options--cart .product-item {
    height: 292px
}

.product-detail__other-options.product-detail__other-options--cart .product-item .item__meta {
    height: auto;
    padding: 15px;
    border-top: 0;
    background: #fff;
    width: 100%
}

.item__meta a {
    width: 100%
}

.product-detail__other-options.product-detail__other-options--cart .slider-block__btn-slider-prev.product-carousel2-prev {
    top: 50%;
    left: -78px
}

.product-detail__other-options.product-detail__other-options--cart .slider-block__btn-slider-next.product-carousel2-next {
    top: 50%;
    right: -78px
}

.product-detail__other-options.product-detail__other-options--cart .product-item .item__title a {
    line-height: 1.44
}

.product-detail__other-options--cart .product-item .item__meta .title__link {
    line-height: 42px
}

#map p {
    font-family: 'LatoRegular', 'serif';
    padding: 5px 7px;
    height: 25px;
    white-space: nowrap;
    display: inline-block
}

#map p.blue {
    font: 900 13px LatoRegular, serif;
    width: 133px;
    color: #fff;
    border-radius: 4px;
    background-color: #4a90e2
}

#map p.blue:after {
    position: absolute;
    bottom: -20px;
    left: 60px;
    content: '';
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #4a90e2 transparent transparent
}

#map p.green {
    font: 900 12px LatoRegular, serif;
    color: #fff;
    border-radius: 4px;
    background-color: #6e9c38
}

#map p.green:after {
    position: absolute;
    bottom: -18px;
    left: 40px;
    content: '';
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #6e9c38 transparent transparent
}

#map p.red {
    font: 900 12px LatoRegular, serif;
    color: #fff;
    border-radius: 4px;
    background-color: #f09a9d
}

#map p.red:after {
    position: absolute;
    bottom: -18px;
    left: 27px;
    content: '';
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #f09a9d transparent transparent
}

#map p.red:before {
    position: absolute;
    bottom: -37px;
    left: 23px;
    width: 18px;
    height: 18px;
    content: '';
    border: solid 1px #fff;
    border-radius: 100%;
    background-color: #f09a9d
}

@media (max-width: 767px) {
    .product-detail__other-options.product-detail__other-options--cart .product-item .item__meta {
        padding: 14px 15px 15px
    }
}

.news-detail__description a {
    color: #4a90e2
}

@media (min-width: 992px) {
    .bx-core.bx-no-touch.bx-no-retina.bx-ie.bx-ie11 .logo-text {
        position: relative
    }

    .bx-core.bx-no-touch.bx-no-retina.bx-ie.bx-ie11 .logo-text .logo-text__image {
        margin-right: 5px
    }

    .bx-core.bx-no-touch.bx-no-retina.bx-ie.bx-ie11 .logo-text .logo-text__top {
        width: 125px;
        height: 16px;
        margin-top: 7px;
        margin-bottom: 4px;
        background-size: 125px 70%
    }

    .bx-core.bx-no-touch.bx-no-retina.bx-ie.bx-ie11 .logo-text .logo-text__bottom {
        position: absolute;
        right: 1px;
        bottom: 8%
    }
}

.index-wrapper .main-slider .list__item .item__description h2 {
    font: 36px LatoRegular, serif;
    width: 320px;
    letter-spacing: normal;
    text-align: center;
    color: #3e4856
}

.index-wrapper .main-slider .list__item .item__description p {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #8c96a3 !important;
    margin-top: 10px !important
}

.index-wrapper .main-slider.one__slide .flickity-viewport {
    border-radius: 6px
}

.index-wrapper .main-slider .list__item:before {
    display: none
}

.index-wrapper .main-slider .list__item .item__description .btn-more {
    text-transform: uppercase;
    height: 40px;
    padding: 0 18px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    width: 126px;
    border: none;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.3px
}

.index-wrapper .main-slider .list__item .item__description {
    flex-direction: column;
    padding-top: 55px;
    height: 100%;
    padding-bottom: 40px;
    left: 0;
    align-items: center;
    justify-content: space-between;
    display: block;
    position: absolute;
    top: 50px;
    margin: auto;
    width: 100%;
    text-align: center
}

.index-wrapper .first__item.first__item-two {
    margin-bottom: 15px;
    padding: 24px 24px 20px
}

.index-wrapper .first__item p:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 24px;
    background: #f2f5f7;
    left: 0;
    bottom: 0;
    z-index: 9;
    border-radius: 6px
}

.index-wrapper .first__item h3 {
    margin-top: 18px;
    margin-bottom: 8px;
    font: 20px LatoRegular, serif;
    letter-spacing: normal;
    text-align: center;
    color: #3e4856
}

.index-wrapper .first__item h3:hover {
    color: #4a90e2
}

.index-wrapper .first__item p {
    font: 13px/21px LatoRegular, serif;
    letter-spacing: normal;
    text-align: center;
    color: #8c96a3
}

.index-wrapper .first__item {
    margin-bottom: 30px;
    width: 100%;
    height: 320px;
    border-radius: 6px;
    background-color: #f2f5f7;
    padding: 22px 24px 20px;
    text-align: center;
    position: relative
}

.index-wrapper .first__item-img {
    width: 100%;
    height: 182px;
    background-size: cover;
    border-radius: 6px;
    background-position: center
}

.index-wrapper .main-category .main-category__item.main-category__item-large {
    height: 480px;
    padding-top: 36px
}

.index-wrapper .main-category .main-category__item.main-category__item-large h3 {
    font-size: 28px
}

.index-wrapper .main-category .main-category__item.main-category__item-large .item__inner-bottom {
    margin-top: 10px;
    padding-left: 1px
}

.index-wrapper .main-category .main-category__item h3 {
    font: 20px LatoRegular, serif;
    letter-spacing: normal;
    text-align: center
}

.index-wrapper .main-category .item__inner-bottom {
    display: block;
    position: relative;
    left: auto;
    bottom: 0;
    width: 290px;
    margin: 0 auto auto;
    text-align: center
}

.index-wrapper .main-category .inner-bottom__list .list__item {
    float: none;
    margin: 0 13px 0 -2px
}

.index-wrapper .main-category .inner-top__title {
    max-width: 100%
}

.index-wrapper .main-category .inner-bottom__list {
    display: block;
    width: 304px;
    text-align: center
}

.index-wrapper .main-category .main-category__item {
    height: 320px;
    padding-top: 28px;
    text-align: center
}

.index-wrapper .main-brands {
    margin-top: 0
}

.index-wrapper .main-about {
    padding-bottom: 60px
}

.index-wrapper .wrap-gardient {
    background-image: linear-gradient(to bottom, #f2f5f7, #fff)
}

.index-wrapper .main-shares .tabs__options-list, .index-wrapper .main-shares .tabs__options-list .item__selected {
    border: none
}

.index-wrapper span.slider-hits-next, .index-wrapper span.slider-action-next {
    position: absolute;
    z-index: 6;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -62px;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background: url(img/right.svg) no-repeat;
    background-size: contain
}

.index-wrapper span.slider-hits-prev, .index-wrapper span.slider-action-prev {
    position: absolute;
    z-index: 6;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -62px;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background: url(img/left.svg) no-repeat;
    background-size: contain
}

.index-wrapper ul.tabs__options-list.tabs {
    text-align: center
}

.index-wrapper .main-shares .tabs__options-list, .index-wrapper .main-shares .tabs__options-list {
    text-align: center
}

.index-wrapper .main-shares .tabs__contents .contents__item {
    display: block;
    position: relative
}

.index-wrapper .footer {
    border: none
}

.main-shares__tabs .product-item {
    margin-bottom: 0
}

.index-wrapper .main-category .item__link {
    font-size: 13px;
    color: rgba(62, 72, 86, .5);
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.69;
    letter-spacing: normal
}

.index-wrapper .main-shares .main-shares__tabs {
    margin: 47px 0 30px
}

.index-wrapper .slider-hits, .index-wrapper .slider-action {
    margin-top: -10px
}

.index-wrapper .main-news .main-news__title .title__h2 {
    font-size: 28px
}

.index-wrapper .main-news {
    padding: 57px 0 58px;
    border-top: 1px solid rgba(151, 151, 151, .2)
}

.index-wrapper .main-shares {
    padding-bottom: 20px
}

.index-wrapper .main-news .main-news__title {
    margin-bottom: 20px;
    border: none
}

.index-wrapper .main-news .main-news__item .item__image {
    margin-right: 15px
}

.index-wrapper .main-news .main-news__item .item__description {
    margin-right: 35px
}

.index-wrapper .main-about__title h2 {
    font-size: 28px
}

.index-wrapper .main-about .main-about__title {
    margin-bottom: 5px;
    padding-bottom: 0;
    border: none
}

.index-wrapper .main-slider .list__item {
    display: block;
    height: 670px
}

.index-wrapper .item__description_head-block {
    width: 100%
}

.index-wrapper .row.mrt-40 {
    margin-top: 40px
}

.index-wrapper .parent span {
    font: 14px/1.5 LatoRegular, serif;
    letter-spacing: normal;
    text-align: left;
    color: #3e4856;
    cursor: pointer;
    display: inline-block !important
}

.product-item .item__title {
    display: block;
    overflow: hidden;
    font: 16px/1.25 LatoRegular, serif;
    letter-spacing: normal;
    text-align: left;
    max-width: 100%;
    color: #3e4856;
    padding: 8px 22px 0
}

@media (min-width: 991px) {
    .product-item .item__title {
        height: 60px
    }
}

.header {
    width: 100%;
    position: fixed;
    z-index: 777;
    top: 0;
    left: 0;
    display: block;
    height: 100px;
    padding: 30px 25px;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #fff;
    -webkit-box-shadow: inset 0 -1px 0 0 #d5dbde;
    box-shadow: inset 0 -1px 0 0 #d5dbde
}

.index-wrapper .main-category__item.main-category__item-large img {
    position: absolute;
    left: 0;
    bottom: 30px
}

.index-wrapper .main-category__item img {
    position: absolute;
    left: 0;
    bottom: 20px;
    max-width: 100%
}

.index-wrapper .slick-list.draggable {
    border-radius: 6px
}

.index-wrapper .main-category__item__link {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    height: calc(100% - 80px)
}

.container.no-gutters {
    padding: 0
}

.index-wrapper .inner-bottom__list .list__item .item__link:hover {
    color: #4a90e2
}

.index-wrapper .main-slider .list__item .item__description .btn-more:hover {
    background-color: #f3f6f8;
    color: #4a90e2
}

.index-wrapper .slick-slide img {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0
}

.hidden.main-slider_list__item_xs img {
    border-radius: 6px;
    display: none
}

.index-wrapper .product-item {
    box-shadow: none
}

@media (min-width: 991px) {
    .index-wrapper .main-category .inner-top__title:after, .index-wrapper .main-about__description-shot {
        display: none
    }
}

@media (max-width: 1200px) {
    .index-wrapper span.slider-hits-next, .index-wrapper span.slider-action-next, .index-wrapper span.slider-hits-prev, .index-wrapper span.slider-action-prev {
        display: none
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .col-xxs-6 {
        width: 50% !important
    }
}

@media (max-width: 1260px) {
    .index-wrapper .main-category .main-category__item {
        padding-left: 0;
        padding-right: 0;
        background-position: center 88px !important
    }

    .index-wrapper .main-category .main-category__item .item__link {
        font-size: 12px
    }
}

@media (min-width: 500px) and (max-width: 1260px) {
    .index-wrapper .first__item h3 {
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .main-category__item img, .main-category__item.main-category__item-large img, .index-wrapper .main-category__item__link {
        display: none
    }

    .container.no-gutters {
        padding-left: 5px;
        padding-right: 5px
    }
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.text-center {
    text-align: center
}

.clear-fix {
    clear: both
}

.wholesale-wrap section {
    padding-top: 134px
}

.wholesale-wrap .wrap-opt {
    padding-top: 0
}

.wholesale-wrap h2 {
    margin-bottom: 50px
}

.wholesale-wrap h1 {
    font: 48px/1.25 LatoRegular, serif;
    letter-spacing: normal;
    text-align: left;
    color: #3e4856
}

.wholesale-wrap p {
    font: 16px/1.5 LatoRegular, serif;
    letter-spacing: normal;
    text-align: left;
    color: #3e4856
}

.wholesale-wrap small {
    font: 14px/1.43 LatoRegular, serif;
    letter-spacing: normal;
    text-align: left;
    color: #8c96a3
}

.breadcrumbs .breadcrumbs__title {
    line-height: 60px;
    display: block;
    margin-bottom: 50px
}

.breadcrumbs .breadcrumbs__list {
    display: table;
    width: 100%;
    margin: 42px 0 15px
}

.wrap-opt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.wrap-opt_left {
    background-color: rgba(74, 144, 226, .4);
    min-height: 522px;
    width: 50%;
    position: relative
}

.wrap-opt_left img {
    position: absolute;
    right: 0;
    bottom: -7px;
    width: 305px;
    height: 250px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: cover;'
}

.wrap-opt_right {
    background: url(img/c-8-f-079-d-364.jpg);
    min-height: 522px;
    width: 50%;
    position: relative
}

.wrap-opt_inner {
    position: absolute
}

.wrap-opt_inner .col-md-6:first-child {
    padding-top: 63px;
    min-height: 522px
}

.wrap-opt_inner p:first-child {
    font-size: 22px;
    line-height: 1.45;
    color: #fff;
    margin-bottom: 33px
}

.wrap-opt_inner p {
    font-size: 19px;
    line-height: 1.53;
    color: #fff;
    padding-right: 75px
}

.wrap-opt_inner p:after {
    content: "";
    width: 50px;
    height: 4px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 89px;
    left: 15px
}

@media (min-width: 991px) {
    .bx-ie .wrap-opt_inner {
        left: 360px
    }
}

@media (max-width: 991px) {
    .wrap-opt_inner {
        left: 0
    }
}

.section-normal {
    background: #f2f6f7;
    padding-bottom: 130px;
    position: relative
}

.section-normal .section-normal_column {
    width: 270px;
    height: 685px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07)
}

.section-normal_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-normal_block .section-normal_column:nth-child(2) {
    margin: 0 30px
}

.section-normal_column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px
}

.section-normal_column .section-normal_column_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px dotted rgba(140, 150, 163, .2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.section-normal_column .section-normal_column_inner:first-child {
    height: 113.5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-normal_column .section-normal_column_inner:nth-child(2) {
    height: 140px
}

.section-normal_column .section-normal_column_inner:nth-child(3) {
    height: 138px;
    padding-top: 2px
}

.section-normal_column .section-normal_column_inner:nth-child(4) {
    height: 138px;
    padding-top: 8px
}

.section-normal_column .section-normal_column_inner:nth-child(5) {
    height: 147.5px;
    border: none
}

.section-normal_column .section-normal_column_inner p {
    width: 55px;
    height: 55px;
    background-color: rgba(93, 152, 36, .07);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font: 20px LatoRegular, serif;
    letter-spacing: normal;
    text-align: center;
    color: #5d9824;
    margin-bottom: 10px
}

.section-normal_column .section-normal_column_inner img {
    width: 91px;
    height: 57px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: cover;'
}

.section-normal_column .section-normal_column_inner span {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    position: relative;
    margin-left: 15px
}

.section-normal_column .section-normal_column_inner span:before {
    content: ">";
    position: absolute;
    height: 6px;
    width: 6px;
    left: -15px;
    color: #5d9824;
    font-weight: 900
}

.section-normal_block .section-normal_column:nth-child(2) .section-normal_column_inner p {
    background-color: rgba(135, 112, 105, .07);
    color: #877069
}

.section-normal_block .section-normal_column:nth-child(2) .section-normal_column_inner span:before {
    color: #877069
}

.section-normal_block .section-normal_column:nth-child(2) .section-normal_column_inner img {
    width: 103px;
    height: 52px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: cover;'
}

.section-normal_block .section-normal_column:nth-child(3) .section-normal_column_inner p {
    background-color: rgba(255, 168, 0, .07);
    color: #ffa800
}

.section-normal_block .section-normal_column:nth-child(3) .section-normal_column_inner span:before {
    color: #ffa800
}

.section-normal_block .section-normal_column:nth-child(3) .section-normal_column_inner img {
    width: 130px;
    height: 66px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: cover;';
    margin-top: -5px
}

.section-white {
    background-image: linear-gradient(to bottom, #f2f6f7 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 85%, #f2f6f7 100%);
    padding-bottom: 99px;
    position: relative
}

.section-white h2 {
    margin-bottom: 32px
}

.section-white .under-title {
    margin-bottom: 78px;
    padding-right: 8px
}

.section-white .map-wrap {
    position: absolute;
    right: 0;
    top: 95px
}

.section-white .map-wrap .star {
    position: absolute;
    top: -webkit-calc(50% - 47px);
    top: calc(50% - 47px);
    left: 110px
}

.section-white .map-wrap .star p {
    margin-top: 13px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 1.3px;
    padding-left: 2px
}

.section-white .col-md-6 li {
    font: 16px/1.5 LatoRegular, serif;
    letter-spacing: normal;
    text-align: left;
    color: #3e4856;
    margin-bottom: 8px;
    position: relative
}

.section-white .col-md-6 li small {
    font-size: 16px
}

.section-white .col-md-6 li:before {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    background: #3e4856;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: -34px;
    top: 9px
}

.section-white .col-md-6 a {
    color: #4a90e2
}

.section-white .col-md-6 ul {
    margin-bottom: 152px;
    margin-top: 10px;
    padding-left: 35px;
    position: relative
}

.under-title > p {
    font-size: 19px;
    line-height: 1.53;
    text-align: center;
    max-width: 499px;
    margin: auto
}

section.section-white .section-white_text p {
    font-size: 19px;
    line-height: 1.53;
    margin-bottom: 34px
}

.section-white_line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section-white_line div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 170px;
    margin-right: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .1);
    padding-top: 24px
}

.section-white_line p {
    margin-bottom: 10px
}

.section-white_line small {
    padding-right: 45px
}

.section-normal-two {
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .1);
    padding-bottom: 100px
}

.section-normal-two h2 {
    margin-bottom: 110px
}

.section-normal-two_text-wrap {
    max-width: 270px;
    margin: 0 auto
}

.section-normal-two_text-wrap p {
    text-align: center;
    line-height: 1.63
}

.section-normal-three h2 {
    margin-bottom: 31px
}

.section-normal-three .calback_form {
    width: 100%;
    padding: 0
}

.section-normal-three .calback_form .form-content {
    padding: 31px 40px 0
}

.section-normal-three .under-title {
    margin-bottom: 30px
}

.section-normal-three button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #dae0e2;
    font-size: 12px
}

.section-normal-three .form-group {
    margin-bottom: 30px
}

.section-normal-three .opt-btn-block {
    padding: 30px 40px 29px;
    position: relative;
    margin-top: 11px
}

.section-normal-three .calback_form p.agreement {
    left: 40px
}

.section-normal-three .opt-btn-block .form-group {
    margin-bottom: 0
}

.section-normal-three input, .section-normal-three textarea {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 10px;
    font-size: 16px;
    padding-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #dae0e2;
    border-left: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.section-normal-three *::-webkit-input-placeholder {
    opacity: .3;
    font: 16px LatoRegular, serif;
    letter-spacing: normal;
    text-align: left;
    color: #3e4856
}

.section-normal-three *:-moz-placeholder {
    opacity: .3;
    font: 16px LatoRegular, serif;
    letter-spacing: normal;
    text-align: left;
    color: #3e4856
}

.section-normal-three *::-moz-placeholder {
    opacity: .3;
    font: 16px LatoRegular, serif;
    letter-spacing: normal;
    text-align: left;
    color: #3e4856
}

.section-normal-three *:-ms-input-placeholder {
    opacity: .3;
    font: 16px LatoRegular, serif;
    letter-spacing: normal;
    text-align: left;
    color: #3e4856
}

.section-normal-three form textarea {
    resize: none;
    line-height: 18px;
    padding-bottom: 17px
}

@media (min-width: 991px) {
    .bx-core.bx-no-touch.bx-no-retina.bx-ie.bx-ie11 .section-normal-three form textarea {
        padding: 0 !important;
        margin-top: 17px
    }

    #become-a-distibutor .row {
        display: flex
    }

    #become-a-distibutor .col-md-6 {
        display: flex
    }
}

@media (max-width: 991px) {
    .section-normal-three form textarea {
        padding-bottom: 17px
    }
}

.form-group.labelholder.textarea.has-labelholder.floating:before {
    top: -22px
}

.section-normal-three textarea:-ms-input-placeholder {
    padding-top: 20px
}

.section-normal-four {
    padding: 60px 0 10px;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .1)
}

.big-card {
    height: 100%;
    width: 100%;
    background: #fff;
    position: relative;
    padding: 33px 40px;
    min-height: 240px
}

.big-card p {
    font-size: 22px;
    line-height: 1.45;
    color: #4a90e2
}

.big-card img {
    position: absolute;
    bottom: 32px;
    left: 40px
}

.section-normal .has-labelholder:before {
    top: 0
}

.wholesale-wrap section form .btn {
    font-size: 12px
}

.square-block {
    width: 100%;
    height: 270px;
    background: #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.square-block p {
    font: 900 24px LatoBold, serif;
    text-align: center;
    color: #fff
}

.supplier-wrap .form-attach-block input {
    background: #f2f6f7;
    border: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 185px;
    height: 40px;
    padding: 0
}

.supplier-wrap .form-message-block, .supplier-wrap .form-attach-block {
    margin: 10px 0 30px
}

.supplier-wrap .form-message-block {
    padding-left: 50px
}

.supplier-wrap .form-message-block p {
    font-size: 12px;
    color: #aab2bb;
    line-height: normal
}

.supplier-wrap section {
    padding-top: 137px
}

.supplier-wrap section:first-child {
    padding-bottom: 130px
}

.supplier-wrap section:nth-child(2) {
    padding-bottom: 105px
}

.supplier-wrap section:nth-child(2) h2 {
    margin-bottom: 115px
}

.supplier-wrap section:nth-child(3) {
    padding-bottom: 90px
}

.supplier-wrap section h2 {
    margin-bottom: 40px
}

.supplier-wrap .under-title {
    margin-bottom: 55px
}

.bottom-shadow {
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .1)
}

.supplier-wrap .section-normal-four {
    padding-top: 60px
}

.calback_form form h3 {
    text-align: center;
    padding: 30px 0 0
}

.card-images-s-1 {
    background-image: url(img/photo-product.jpg)
}

.card-images-s-2 {
    background-image: url(img/photo-cosmetics.jpg)
}

.card-images-s-3 {
    background-image: url(img/photo-equipment.jpg)
}

.card-images-d-1 {
    background-image: url(img/photo-2017-11-29-22-48-14.jpg)
}

.card-images-d-2 {
    background-image: url(img/photo-2017-11-29-22-48-14-copy.jpg)
}

.card-images-d-3 {
    background-image: url(img/photo-2017-11-29-22-48-14-copy-2.jpg)
}

.flex-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flex-wrap > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.block-card {
    width: 100%;
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, .07)
}

.card-images {
    width: 100%;
    height: 270px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: cover;';
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center
}

.card-images h3 {
    z-index: 2;
    color: #fff;
    font: 900 24px LatoBold, serif
}

.block-card__content {
    padding: 20px 29px 0 30px
}

.block-card__content p {
    font: 14px/1.57 LatoRegular, serif;
    overflow: hidden;
    text-align: left;
    color: #3e4856;
    margin: 0 0 10px
}

.block-card__content h3 {
    font: 14px/1.57 LatoRegular, serif;
    overflow: hidden;
    text-align: left;
    color: #3e4856;
    margin: 0 0 10px
}

.block-card__content ul {
    margin-left: 15px
}

.block-card__content ul li {
    list-style: disc;
    margin: 10px 0;
    font: 14px LatoRegular, serif
}

.block-card__bottom-block {
    padding: 0 29px 0 30px
}

.block-card__links {
    width: 100%;
    height: 54px;
    position: relative;
    padding-top: 30px
}

.block-card__links:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    content: '';
    border-top: 1px solid #d8d8d8;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .2)
}

.block-card__links ul li {
    float: left;
    color: #8c96a3;
    margin-left: 22px;
    list-style: disc;
    white-space: nowrap
}

.block-card__links ul li:nth-child(1) {
    margin-left: 0;
    list-style: none
}

.block-card__links a {
    font: 900 14px/1.71 LatoLight, serif;
    text-align: left;
    text-transform: capitalize;
    color: #4a90e2;
    white-space: nowrap
}

.block-card__footer {
    position: relative;
    padding: 0;
    height: 30px
}

.aletr_red {
    color: #721c24;
    background-color: #f8d7da;
    position: relative;
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid #f5c6cb;
    height: auto;
    margin-bottom: 20px
}

.product-detail .inner-bottom__description .item__detail-text p {
    font-size: 16px;
    line-height: 1.63;
    margin: 20px 0
}

.product-detail .inner-bottom__description .item__detail-text .aletr_red p:last-child {
    margin: 0
}

label.item__checkbox.js-color.active-color.selected {
    background: #4caf50 !important
}

.feedback-form input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

.mb-0 {
    margin-bottom: 0 !important
}

.feedback-form {
    -webkit-box-shadow: 0 0 15px rgba(77, 77, 77, .15);
    box-shadow: 0 0 15px rgba(77, 77, 77, .15);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    max-width: 1090px
}

.feedback-form__content {
    padding: 21px 40px 0
}

.feedback-form__btn-block {
    border-top: 1px solid #dae0e2;
    padding: 14px 40px 16px
}

.feedback-form .label__name, .feedback-form p:not(.label__error) {
    color: #3e4856;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px
}

.feedback-form .label__name {
    top: -webkit-calc(50% - 5px);
    top: calc(50% - 5px)
}

.feedback-form .label__inp:focus ~ .label__name, .feedback-form .label__inp:hover ~ .label__name, .feedback-form .label__inp.notNull ~ .label__name, .feedback-form .bx-ui-sls-fake.notNull ~ .label__name, .feedback-form .label__text:focus ~ .label__name, .feedback-form .label__text:hover ~ .label__name, .feedback-form .label__text.notNull ~ .label__name, .feedback-form .fields__label:hover .label__name, .feedback-form .label__name:hover {
    font-size: 12px;
    top: -10px;
    letter-spacing: normal;
    text-transform: none
}

.feedback-form .label__inp, .feedback-form .bx-ui-sls-fake {
    padding: 10px 10px 0 0
}

.label__big-text {
    width: 100%;
    min-height: 60px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dae0e2;
    background-color: #fff;
    display: block
}

textarea.label__big-text {
    padding: 5px 10px
}

.feedback-form .filTarget > div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 30px
}

.feedback-form .filTarget > div > input {
    width: 75px;
    height: 23px;
    visibility: hidden
}

.feedback-form .filTarget > div > input + a {
    position: absolute;
    left: 0
}

.feedback-form .counter {
    margin-top: 10px
}

.button-form {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    background-color: #fff;
    padding: 14px 10px;
    font-size: 12px;
    color: #8c96a3;
    font-weight: 300;
    line-height: normal;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dae0e2;
    text-align: center;
    position: relative;
    outline: 0;
    -webkit-transition: background-color .1s ease;
    -o-transition: background-color .1s ease;
    transition: background-color .1s ease;
    cursor: pointer
}

.button-form:focus, .button-form:hover {
    text-decoration: none;
    color: #000
}

.button-form:hover {
    background-color: #fff
}

.button-form:active {
    background-color: #f2f2f2
}

.feedback-form ul#fileList li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    background-color: #fff;
    padding: 15px;
    font-size: 12px;
    color: #8c96a3;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dae0e2;
    text-align: center;
    position: relative;
    outline: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px
}

.feedback-form ul#fileList li:last-child {
    margin-bottom: 0
}

.feedback-form ul#fileList {
    padding: 7.5px 0
}

.fields__label-form {
    position: relative;
    display: block;
    margin-bottom: 17px
}

.fields__label-form .tittle-text {
    margin-bottom: 7px
}

.section-form-block {
    background: no-repeat right bottom;
    padding-top: 0;
    position: relative
}

.section-form-block__link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px
}

.section-form-block__link li {
    margin-right: 18px
}

.section-form-block__link li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.section-form-block h3 {
    font-family: "LatoLight", "sans-serif";
    font-weight: 300;
    line-height: 1.2;
    font-size: 38px;
    margin-bottom: 55px
}

.section-form-block__content {
    padding-bottom: 0;
    margin: 0;
    padding-top: 70px
}

.section-form-block__content p {
    margin-bottom: 7px;
    font-weight: 300;
    line-height: 25px
}

.section-form-block__wrap {
    background: 0 0;
    padding: 70px 0 82px 85px;
    margin-bottom: 0
}

.section-form-question {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px
}

.section-form-question p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2
}

.section-form-question img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 16px;
    width: auto;
    height: auto
}

.section-form-img {
    margin-top: 33px;
    margin-left: 23px;
    height: 464px;
    position: relative;
    width: 360px;
    background: url(../../../../../upload/images/snow-white.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.section-form-img img {
    position: absolute;
    display: none;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.feedback-form .counter small {
    text-align: right
}

a#clearFiles {
    position: absolute;
    left: 165px;
    display: none
}

div.pac-container {
    font-family: "LatoRegular", 'serif'
}

div.pac-container.pac-logo:after {
    display: none
}

.pac-icon {
    display: none
}

.section-form-bottom {
    padding: 48px 0 50px
}

textarea#review-text {
    resize: none;
    max-height: 350px !important
}

.feedback-form.feedback-form_black-label form:before {
    background: 0 0
}

.label__big-text.no {
    border-color: red
}

li i.fa.fa-trash-o {
    cursor: pointer
}

section.section-adress h2.section-adress-h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    margin-bottom: 50px
}

section.section-adress h5 {
    font-weight: 600;
    font-size: 11px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase
}

section.section-adress h5.ic-auto:before {
    position: relative;
    top: 5px;
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    content: '';
    background-image: url(https://lash-and-brow.ru/local/templates/Lash&Brow/css/img/ic-auto.png)
}

section.section-adress h5.ic-bus:before {
    position: relative;
    top: 5px;
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    content: '';
    background-image: url(https://lash-and-brow.ru/local/templates/Lash&Brow/css/img/ic-bus.png)
}

section.section-adress .description p {
    font-size: 16px;
    margin: 15px 0
}

.how-adress-link {
    color: #4a90e2
}

@media (max-width: 575px) {
    section.section-adress h2.section-adress-h2 {
        margin-bottom: 30px;
        font-size: 24px
    }
}

.first__item.first__item-1725 {
    margin-bottom: 0
}

.winter {
    padding: 82px 0 38px 80px;
    color: #060606;
    position: relative
}

.winter h3 {
    font-size: 58px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #d70019;
    margin-bottom: 10px
}

.winter p {
    color: #060606;
    font-size: 29px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 23px
}

.winter strong {
    color: #060606;
    letter-spacing: .4px
}

.winter ul {
    padding-left: 25px !important;
    margin-bottom: 25px
}

.winter ul li {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .2px;
    margin-bottom: 15px
}

.winter .small {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: .2px
}

.winter span {
    color: #d70019;
    font-weight: 700
}

.winter-block {
    height: 41px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff
}

.winter-block__img {
    width: 43px;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #d70019;
    padding-top: 4px
}

.winter-block p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    padding: 0 12px;
    letter-spacing: .2px
}

.winter-footer {
    padding-top: 55px
}

.winter .modal__btn-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px
}

.winter .modal__btn-close:before {
    position: absolute;
    top: 50%;
    left: -webkit-calc(50% - 10px);
    left: calc(50% - 10px);
    display: block;
    width: 20px;
    height: 1.4px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #3e4856
}

.winter .modal__btn-close:after {
    position: absolute;
    top: 50%;
    left: -webkit-calc(50% - 10px);
    left: calc(50% - 10px);
    display: block;
    width: 20px;
    height: 1.4px;
    content: '';
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #3e4856
}

.winter .modal__btn-close:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.winter .larges-decimal li {
    display: block;
    position: relative
}

.winter .larges-decimal li:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: -16px;
    top: 10px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #d70019
}

.modal#new-yar .modal__content {
    position: absolute;
    top: 10%;
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 10%;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    max-width: 100%;
    width: 100%
}

.modal#new-yar .modal__content .winter {
    background: #fff url(img/winter.jpg) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 1200px
}

.winter-block__img span {
    font-size: 24px;
    margin: 0;
    color: #fff;
    font-weight: 700
}

#new-yar.modal {
    z-index: 9999999999
}

@media (max-width: 1230px) {
    .modal#new-yar .modal__content .winter {
        width: 100%
    }

    .modal#new-yar .modal__content {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-left: 15px
    }
}

@media (max-width: 991px) {
    .modal#new-yar .modal__content .winter {
        padding: 35px 30px 50px
    }

    .winter h3 {
        font-size: 45px
    }

    .winter p {
        font-size: 20px;
        margin-bottom: 13px
    }

    .winter .small, .winter ul li {
        font-size: 18px
    }

    .winter ul {
        margin: 0
    }

    .winter-footer {
        padding-top: 8px
    }

    .winter-block p {
        margin: 0;
        font-size: 16px
    }

    .winter .larges-decimal li:before {
        top: 6px
    }
}

@media (max-width: 767px) {
    .modal#new-yar .modal__content .winter {
        padding: 30px
    }

    .winter h3 {
        font-size: 30px
    }

    .winter p {
        font-size: 18px
    }

    .winter .small, .winter ul li {
        font-size: 16px;
        line-height: normal
    }

    .winter-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }

    .winter-block__img {
        width: 100%
    }

    .winter-block p {
        padding: 8px;
        text-align: center;
        margin: 0;
        font-size: 14px
    }

    .winter .larges-decimal li:before {
        height: 6px;
        width: 6px
    }

    .winter ul {
        padding-left: 15px !important
    }
}

@media (max-width: 460px) {
    .winter h3 {
        font-size: 18px
    }

    .winter p {
        font-size: 16px
    }

    .winter .small, .winter ul li, .winter-block p {
        font-size: 14px
    }

    .winter .small br {
        display: none
    }

    .winter .larges-decimal li:before {
        top: 4px;
        left: -15px
    }
}

.modal#new-yar .winter.winter_cristmas {
    background: url(https://lbmarket.ru/upload/images/w3.png) no-repeat, url(https://lbmarket.ru/upload/images/w2.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.modal#new-yar .winter.winter_cristmas .modal__btn-close:after, .modal#new-yar .winter.winter_cristmas .modal__btn-close:before {
    background-color: #d70019
}

.modal#new-yar .winter.winter_cristmas a.modal__btn-close {
    background: rgba(255, 255, 255, .6)
}

.modal#new-yar .winter.winter_cristmas a.modal__btn-close:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.winter.winter_cristmas {
    text-align: center;
    padding: 142px 15px 43px
}

.winter.winter_cristmas h3 {
    font: 400 54px/54px NexaScript, serif;
    color: #d70019;
    text-transform: none;
    margin-bottom: 12px
}

.winter.winter_cristmas h4 {
    font: 700 44px/44px NexaScript, serif;
    color: #358
}

.winter.winter_cristmas p.wish {
    color: #358;
    font: 400 28px/38px NexaScript, serif;
    margin-top: 8px;
    margin-bottom: 15px
}

.winter.winter_cristmas p.small {
    line-height: 29px;
    letter-spacing: normal
}

.winter.winter_cristmas p.small span:last-child {
    font-size: 24px
}

.winter.winter_cristmas .winter-block__img {
    background-color: #eff1f3
}

.winter.winter_cristmas .winter-block__img span {
    color: #d70019
}

.winter.winter_cristmas .winter-footer {
    padding: 0
}

@media (max-width: 1200px) {
    .modal#new-yar .winter.winter_cristmas {
        background: url(https://lbmarket.ru/upload/images/w2.jpg) no-repeat;
        padding: 90px 25px 43px
    }

    .modal#new-yar .winter.winter_cristmas .winter-wrap {
        position: relative;
        z-index: 2
    }

    .modal#new-yar .winter.winter_cristmas .winter-wrap:before {
        content: "";
        background-color: #fff;
        -webkit-filter: blur(60px);
        filter: blur(40px);
        position: absolute;
        top: -30px;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: -webkit-calc(100% + 60px);
        height: calc(100% + 60px);
        -webkit-border-radius: 20%;
        border-radius: 20%
    }

    .modal#new-yar .winter.winter_cristmas .winter-wrap br {
        display: none
    }
}

@media (max-width: 767px) {
    .modal#new-yar .winter.winter_cristmas {
        padding: 30px
    }

    .winter.winter_cristmas h4 {
        font-size: 30px;
        line-height: 35px
    }

    .winter.winter_cristmas p.wish {
        font-size: 20px;
        line-height: 25px
    }

    .winter.winter_cristmas p.small span:last-child {
        font-size: 16px
    }

    .winter.winter_cristmas h3 {
        font-size: 45px;
        margin-bottom: 5px;
        line-height: 45px
    }
}

@media (max-width: 575px) {
    .modal#new-yar .winter.winter_cristmas {
        padding: 20px 15px
    }

    .winter.winter_cristmas h4 {
        font-size: 20px;
        line-height: 25px
    }

    .winter.winter_cristmas p.wish {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 10px
    }

    .winter.winter_cristmas p.small {
        font-size: 14px;
        line-height: 19px
    }

    .winter.winter_cristmas p.small span:last-child {
        font-size: 14px
    }

    .winter.winter_cristmas h3 {
        font-size: 27px;
        margin-bottom: 0;
        line-height: 32px
    }

    .winter.winter_cristmas a.modal__btn-close {
        height: 20px;
        width: 20px
    }
}

.section-sertificats {
    padding-top: 56px
}

.section-sertificats p {
    margin-bottom: 26px
}

.sertificats-slider {
    padding: 34px 40px 0
}

.sertificats-slider__img img {
    position: absolute;
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px)
}

.sertificats-slider__block {
    margin: 0 42.5px
}

.sertificats-slider__description {
    text-align: center;
    padding-top: 23px
}

.sertificats-slider__description p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 17px
}

.section-sertificats .slick-prev {
    background-image: url(img/arrow-left.svg) !important;
    left: 2px
}

.section-sertificats .slick-next {
    background-image: url(img/arrow-right.svg) !important;
    right: 2px
}

.section-sertificats .slick-prev:hover, .section-sertificats .slick-prev:focus, .section-sertificats .slick-next:hover, .section-sertificats .slick-next:focus {
    opacity: .8
}

.section-sertificats .slick-prev:before, .section-sertificats .slick-next:before {
    display: none
}

.section-sertificats .slick-prev, .section-sertificats .slick-next {
    width: 36px;
    height: 66px;
    top: -webkit-calc(60% - 87px);
    top: calc(60% - 87px)
}

.sertificats-slider .slick-arrow.slick-disabled {
    opacity: .5
}

.sertificats-slider__img:hover:after {
    display: none
}

.sertificats-slider__img[visited]:after {
    content: "";
    background: rgba(0, 0, 0, .15);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0
}

.sertificats-slider__img {
    height: 392px;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background: #000 url(img/ramka2.jpg) 0 0 no-repeat;
    padding: 15px;
    cursor: pointer;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25)
}

.red-button {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    color: #fff;
    text-decoration: none;
    background-color: red;
    padding: 2px 22px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    outline: 0;
    -webkit-transition: background-color .1s ease;
    -o-transition: background-color .1s ease;
    transition: background-color .1s ease;
    cursor: pointer;
    z-index: 2
}

.red-button:focus, .red-button:hover {
    text-decoration: none;
    color: #fff
}

.red-button:hover {
    background-color: #ff1a1a
}

.red-button:active {
    background-color: #e60000
}

.red-button-wrap {
    width: 100%;
    position: absolute;
    bottom: 40px;
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0
}

.red-button:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #3bb44a
}

.red-button.loading {
    height: 3px;
    padding: 0 35px;
    background-color: #ddd
}

.red-button.loading:before {
    animation: loading 4s forwards .4s;
    -webkit-animation: loading 4s forwards .4s
}

.red-button.finished {
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 2px #3bb44a;
    box-shadow: inset 0 0 0 2px #3bb44a;
    color: #3bb44a;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
    width: 97px
}

@-webkit-keyframes loading {
    0% {
        width: 0
    }
    40% {
        width: 30%
    }
    50% {
        width: 50%
    }
    80% {
        width: 77%
    }
    100% {
        width: 100%
    }
}

@keyframes loading {
    0% {
        width: 0
    }
    40% {
        width: 30%
    }
    50% {
        width: 50%
    }
    80% {
        width: 77%
    }
    100% {
        width: 100%
    }
}

.fade-popup7:not(.show) {
    opacity: 0
}

.popup7.fade-popup7.popup7-banner.show .popup7-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.popup7__header {
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e2e7ea;
    margin-bottom: 20px
}

.popup7__header h3 {
    margin-bottom: 20px
}

.popup7_close:before {
    position: absolute;
    top: 50%;
    left: calc(50% - 10px);
    display: block;
    width: 20px;
    height: 2px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.popup7_close:after {
    position: absolute;
    top: 50%;
    left: calc(50% - 10px);
    display: block;
    width: 20px;
    height: 2px;
    content: '';
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.popup7_close {
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    position: absolute;
    top: -26px;
    right: -22px;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.popup7_close:hover:after, .popup7_close:hover:before {
    height: 3px
}

.popup7-content .close {
    line-height: 48px;
    position: absolute;
    top: 15px;
    right: 8px;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    z-index: 10
}

.popup7-content .close:hover:before {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.fade-popup7 {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.popup7 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 9999999;
    overflow: auto;
    outline: 0;
    padding-right: 0 !important;
    background-color: rgba(0, 0, 0, .5);
    display: none
}

.popup7-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

#certificate-modal .popup7-content {
    background: #000 url(img/ramka2.jpg) 0 0 no-repeat;
    border: 1px solid rgba(0, 0, 0, .2)
}

.popup7-content {
    position: relative;
    pointer-events: auto;
    background: #fff;
    background-clip: padding-box;
    border-radius: 0;
    -webkit-background-size: cover;
    background-size: cover
}

.popup7_img-wrap img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    -o-object-position: center;
    object-position: center;
    margin: auto;
    width: 100%;
    height: 100%;
    opacity: .8
}

.popup7_img-wrap {
    position: relative;
    height: 200px;
    background: rgba(137, 87, 61, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px;
    padding: 15px;
    overflow: hidden
}

.popup7-dialog.popup7-lg .popup7-content .close {
    top: 0;
    right: 0
}

.popup7-dialog.popup7-lg .popup7-content {
    padding: 30px
}

.popup7-inner img {
    width: 100%;
    height: auto
}

@media (min-width: 992px) {
    .popup7-dialog.popup7-lg {
        max-width: 700px
    }

    .popup7-dialog {
        margin: 5rem auto
    }
}

@media (max-width: 991px) {
    .popup7_close {
        top: 0;
        right: 0
    }
}

.big-prev-wrap, .big-next-wrap {
    height: 100%;
    position: absolute;
    width: 120px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    cursor: pointer;
    top: 0;
    z-index: 11;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.big-prev-wrap:hover, .big-next-wrap:hover {
    background: rgba(0, 0, 0, .2)
}

.big-prev-wrap:active, .big-next-wrap:active {
    background: rgba(0, 0, 0, .3)
}

.big-prev-wrap:hover .btn--arrows:after, .big-next-wrap:hover .btn--arrows:after {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.big-prev-wrap:active .btn--arrows:after, .big-next-wrap:active .btn--arrows:after {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.big-prev-prev {
    left: 0
}

.big-next-wrap {
    right: 0
}

.btn--arrows:after {
    background-image: url(img/big-arrow-left.svg);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.slider-banner .slick-list.draggable:before, .slider-banner .slick-list.draggable:after {
    content: "";
    position: absolute;
    height: 100%;
    background: #f3f6f8;
    top: 0;
    right: 0;
    width: 41px;
    z-index: 99999999
}

.slider-banner__btn-prev {
    width: 34px;
    height: 100px;
    display: block;
    position: relative;
    z-index: 6;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.slider-banner__btn-next {
    width: 34px;
    height: 100px;
    display: block;
    position: relative;
    z-index: 6;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider-banner__cell {
    display: table;
    width: 100%;
    height: 100%;
    background: no-repeat 50%;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover
}

.slider-banner__cell:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

.slider-banner-wrapper {
    display: block;
    width: 100%;
    height: 655px;
    position: relative
}

.slider-banner .flickity-page-dots {
    bottom: 45px;
    z-index: 8;
    text-align: center;
    width: 100%;
    left: inherit;
    padding: 0;
    margin: 0;
    line-height: 1;
    position: absolute;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slider-banner .flickity-page-dots .dot:first-child {
    margin-left: 0
}

.slider-banner .flickity-page-dots .dot.is-selected {
    opacity: 1;
    height: 36px;
    width: 36px;
    border-width: 10px;
    position: relative;
    background: rgba(255, 255, 255, .3)
}

.slider-banner .flickity-page-dots .dot.is-selected:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform ease-out .5s;
    transition: -webkit-transform ease-out .5s;
    -o-transition: transform ease-out .5s;
    transition: transform ease-out .5s;
    transition: transform ease-out .5s, -webkit-transform ease-out .5s
}

.slider-banner .flickity-page-dots .dot {
    width: 16px;
    height: 16px;
    opacity: 1;
    background-color: #fff;
    margin: 0 17px;
    position: relative;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.slider-banner .flickity-page-dots .dot:after {
    content: "";
    background: #d40d0d;
    height: 16px;
    width: 16px;
    top: 10px;
    left: 10px;
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.slider-banner__block_slide-2 .banner-product__content {
    margin-bottom: 8px
}

.banner-product h2 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 17px
}

.banner-product p {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 5px
}

.banner-product__item {
    display: -webkit-flex;
    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;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.banner-product__color {
    width: 145px;
    height: 36px;
    background: #000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px;
    margin-right: 33px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #fff
}

.banner-product__description {
    padding: 3px 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.banner-product__description small {
    margin: 0;
    line-height: normal
}

.banner-product__color-en {
    color: grey
}

.banner-product__row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.banner-product__row-1 {
    margin-bottom: 12px
}

.banner-product ul {
    padding-left: 15px
}

.banner-product ul li {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    position: relative;
    margin-bottom: 14px
}

.banner-product ul li:before {
    content: "";
    width: 6px;
    height: 5px;
    position: absolute;
    left: -16px;
    top: 9px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #d40d0d
}

.block-price {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.block-price__inner p {
    font-weight: 600;
    line-height: 44px;
    font-size: 48px;
    margin-bottom: 10px;
    letter-spacing: -1px
}

.block-price__inner p span {
    text-transform: uppercase;
    font-size: 30px
}

.block-price__inner-btn .red-button {
    width: 150px;
    height: 46px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #d40d0d
}

.block-price-benefit {
    padding-top: 23px
}

.block-price-benefit p {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px
}

.block-price-benefit p span {
    color: #d40d0d;
    font-size: 30px;
    text-transform: uppercase
}

.block-price-benefit p span strong {
    font-size: 20px
}

.block-price-benefit small {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: block
}

.banner-product p.gray-text {
    color: #899096;
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 21px
}

html.bx-mac .block-price__inner {
    padding-bottom: 1px
}

.history-block #b2 .list__item .item__date-cancel {
    padding: 0 30px;
    border-left: 1px solid #dae0e2;
    width: auto
}

.index-wrapper .main-shares .tabs__options-list .options-list__item {
    width: 150px;
    height: 40px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#990006), to(#ff3c31));
    background-image: -webkit-linear-gradient(top, #990006 0%, #ff3c31 100%);
    background-image: -o-linear-gradient(top, #990006 0%, #ff3c31 100%);
    background-image: linear-gradient(to bottom, #990006 0%, #ff3c31 100%);
    border: 1px solid #ff3c31;
    font-size: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
    float: none;
    line-height: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    padding: 7px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    z-index: 2
}

.index-wrapper .main-shares .tabs__options-list .options-list__item:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b30007), to(#ff544b));
    background-image: -webkit-linear-gradient(top, #b30007 0%, #ff544b 100%);
    background-image: -o-linear-gradient(top, #b30007 0%, #ff544b 100%);
    background-image: linear-gradient(to bottom, #b30007 0%, #ff544b 100%)
}

.index-wrapper .main-shares .tabs__options-list .options-list__item:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#800005), to(#ff2418));
    background-image: -webkit-linear-gradient(top, #800005 0%, #ff2418 100%);
    background-image: -o-linear-gradient(top, #800005 0%, #ff2418 100%);
    background-image: linear-gradient(to bottom, #800005 0%, #ff2418 100%)
}

.small-banner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px;
    margin-bottom: -50px;
    margin-top: 10px;
    background: #fff
}

.small-banner__inner-left, .small-banner__inner-right {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-repeat: repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.small-banner__inner-left p, .small-banner__inner-right p {
    font-size: 18px;
    padding-top: 3px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    text-transform: uppercase
}

.small-banner__inner-left:before, .small-banner__inner-right:before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    background: 0 0;
    z-index: 1;
    display: block;
    top: 0
}

.small-banner__inner-left {
    width: 160px;
    background-image: -webkit-gradient(linear, left top, right top, from(#e98128), color-stop(46%, #ffaf4b));
    background-image: -webkit-linear-gradient(left, #e98128 0%, #ffaf4b 46%);
    background-image: -o-linear-gradient(left, #e98128 0%, #ffaf4b 46%);
    background-image: linear-gradient(to right, #e98128 0%, #ffaf4b 46%)
}

.small-banner__inner-left:before {
    height: 100%;
    width: 20px;
    background: #ffaf4b;
    right: -6px;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    z-index: 10
}

.small-banner__inner-right {
    width: 155px;
    background-image: -webkit-gradient(linear, right top, left top, from(#e98128), color-stop(46%, #ffaf4b));
    background-image: -webkit-linear-gradient(right, #e98128 0%, #ffaf4b 46%);
    background-image: -o-linear-gradient(right, #e98128 0%, #ffaf4b 46%);
    background-image: linear-gradient(to left, #e98128 0%, #ffaf4b 46%)
}

.small-banner__inner-right:before {
    height: 100%;
    width: 20px;
    background: #ffaf4b;
    left: -6px;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    z-index: 10
}

.small-banner__inner-content {
    position: relative;
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 36px;
    padding-right: 34px
}

.small-banner__inner-content h3 {
    z-index: 2;
    position: relative;
    font: 300 18px/1 LatoRegular, serif;
    text-transform: uppercase;
    padding-top: 3px
}

.small-banner__inner-content h3 span {
    color: #d40d0d
}

.small-banner__inner-content h3 span:nth-child(2) {
    font-family: "LatoBold", 'serif'
}

@media (max-width: 1260px) {
    .small-banner__inner-content h3 {
        font-size: 16px;
        padding: 0
    }

    .small-banner__inner-left, .small-banner__inner-right {
        width: 100px
    }

    .small-banner__inner-left img, .small-banner__inner-right img {
        width: 200px
    }

    .small-banner__inner-content {
        padding: 0 20px
    }
}

@media (max-width: 991px) {
    .small-banner {
        margin-bottom: -5px
    }

    .small-banner__inner-left, .small-banner__inner-right {
        padding: 0
    }

    .small-banner__inner-left img, .small-banner__inner-right img {
        width: 154px
    }

    .small-banner__inner-left p, .small-banner__inner-right p {
        font-size: 13px;
        padding: 0
    }

    .small-banner__inner-content h3 {
        font-size: 13px;
        line-height: 1.4;
        padding: 0
    }

    .small-banner__inner-content img {
        width: 75px
    }
}

@media (max-width: 767px) {
    .small-banner {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-border-radius: 10px;
        border-radius: 10px
    }

    .small-banner__inner-left {
        width: 100%;
        padding: 10px 0;
        -webkit-border-top-left-radius: 6px;
        border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        border-top-right-radius: 6px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .small-banner__inner-left:before {
        display: none
    }

    .small-banner__inner-right {
        display: none
    }

    .small-banner__inner-right:before {
        display: none
    }

    .small-banner__inner-content {
        padding: 10px;
        -webkit-border-bottom-left-radius: 6px;
        border-bottom-left-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        border-bottom-right-radius: 6px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .small-banner__inner-content img {
        margin-left: 15px
    }
}

@media (max-width: 540px) {
    .small-banner__inner-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .small-banner__inner-content img {
        margin: 10px 0 5px
    }
}

p.agreement {
    color: #8c96a3;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 25px
}

p.agreement a {
    color: #4a90e2
}

.comments-product__form p.agreement {
    margin-bottom: 10px
}

.feedback-form p.agreement {
    margin-bottom: 15px
}

.calback_form p.agreement {
    position: absolute;
    right: 30px;
    left: 30px;
    top: 7px;
    margin-bottom: 0;
    font-size: 11px
}

.checkbox p.agreement {
    text-align: right;
    margin: 0 0 -10px;
    border-radius: 6px
}

.fl-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fl-row__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fl-row__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sl--scrollable {
    -webkit-overflow-scrolling: touch
}

iframe {
    max-width: 100%
}

.lami-banner.lami-banner--catalog {
    margin-bottom: 0;
    display: none;
    opacity: 0;
    margin-top: 23px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media (max-width: 991px) and (min-width: 767px) {
    .lami-banner.lami-banner--catalog {
        margin-left: -19px;
        margin-right: -19px;
        width: auto
    }
}

@media (max-width: 991px) {
    .lami-banner.lami-banner--catalog {
        margin-bottom: 10px;
        margin-top: 10px
    }
}

.slide-banner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px;
    margin-bottom: -50px;
    margin-top: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3)
}

.slide-banner__inner-left, .slide-banner__inner-right {
    width: 150px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-repeat: repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.slide-banner__inner-left p, .slide-banner__inner-right p {
    font-size: 18px;
    padding-top: 3px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    letter-spacing: 1.8px;
    text-transform: uppercase
}

.slide-banner__inner-left:before, .slide-banner__inner-right:before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    background: 0 0;
    z-index: 1;
    display: block;
    top: 0
}

.slide-banner__inner-left {
    background: #d40d0d;
    width: 187px
}

.slide-banner__inner-left:before {
    height: 100%;
    width: 20px;
    background: #d40d0d;
    right: -6px;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    z-index: 10
}

.slide-banner__inner-right {
    background: #d40d0d;
    position: relative;
    z-index: 2
}

.slide-banner__inner-right:before {
    height: 100%;
    width: 20px;
    background: #d40d0d;
    left: -6px;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    z-index: 10
}

.slide-banner__inner-content {
    position: relative;
    background: #f2f2f2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 29px;
    padding-right: 0
}

.slide-banner__inner-content h3 {
    z-index: 2;
    position: relative;
    font: 300 18px/1 LatoBlack, serif;
    color: #69504b;
    letter-spacing: 1px
}

.slide-banner__inner-content h3 span:last-child {
    text-transform: uppercase
}

.slide-banner__inner-content h4 {
    font: 24px LatoBlack, serif;
    color: #d40d0d;
    margin-right: 20px;
    text-transform: uppercase
}

.logo-sm-sl {
    width: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 33px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.logo-sm-sl:before {
    height: 100%;
    width: 12px;
    background: #fff;
    right: -5px;
    position: absolute;
    content: '';
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    z-index: 10
}

@media (max-width: 1260px) {
    .slide-banner__inner-content h3, .slide-banner__inner-content h4 {
        font-size: 15px;
        padding: 0;
        margin: 0
    }

    .slide-banner__inner-left, .slide-banner__inner-right {
        width: 125px
    }

    .slide-banner__inner-left svg, .slide-banner__inner-right svg {
        width: 200px
    }

    .slide-banner__inner-left p, .slide-banner__inner-right p {
        font-size: 16px
    }

    .slide-banner__inner-content svg {
        max-width: 130px
    }

    .slide-banner__inner-content {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 0 20px
    }
}

@media (max-width: 991px) {
    .slide-banner {
        margin-bottom: -5px
    }

    .slide-banner__inner-left, .slide-banner__inner-right {
        padding: 0;
        width: 100px
    }

    .slide-banner__inner-left svg, .slide-banner__inner-right svg {
        width: 154px
    }

    .slide-banner__inner-left p, .slide-banner__inner-right p {
        font-size: 13px;
        padding: 0
    }

    .slide-banner__inner-content h3, .slide-banner__inner-content h4 {
        font-size: 13px;
        line-height: 1.4;
        padding: 0
    }

    .slide-banner__inner-content svg {
        width: 75px
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .logo-sm-sl {
        display: none
    }
}

@media (max-width: 767px) {
    .slide-banner {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        overflow: hidden
    }

    .slide-banner__inner-left {
        width: 100%;
        padding: 10px 0;
        -webkit-border-top-left-radius: 6px;
        border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        border-top-right-radius: 6px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .slide-banner__inner-left:before {
        display: none
    }

    .slide-banner__inner-right {
        width: 100%;
        padding: 10px 0;
        -webkit-border-bottom-right-radius: 6px;
        border-bottom-right-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        border-bottom-left-radius: 6px
    }

    .slide-banner__inner-content {
        padding: 10px;
        -webkit-border-bottom-left-radius: 6px;
        border-bottom-left-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        border-bottom-right-radius: 6px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .slide-banner__inner-content svg {
        margin-left: 15px
    }

    .logo-sm-sl {
        padding: 5px 0;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .slide-banner__inner-right:before {
        width: 14px;
        display: none
    }
}

@media (max-width: 540px) {
    .slide-banner__inner-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .slide-banner__inner-content svg {
        margin: 10px 0 5px
    }
}

.btn-disabled {
    background: #ccc;
    color: #fff;
    border-radius: 6px;
    display: block;
    user-select: none;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.67px;
    height: 52px;
    line-height: 52px;
    padding: 0 29px
}

.payment-system__inner ul {
    padding-left: 15px
}

.payment-system__inner ul li {
    list-style-type: disc;
    font-size: 14px;
    line-height: 22px
}

.seo-description h2 {
    line-height: 1.1
}

#mt_content .has-labelholder:before {
    left: 0;
    top: -10px
}

.comments-product__form textarea:required, .comments-product__form input:required {
    box-shadow: none
}

.comments-product__form textarea:invalid, .comments-product__form input:invalid {
    box-shadow: none
}

[data-accordion-drop] {
    display: none
}

.faq-page h2, .faq-page h3 {
    font-weight: 400
}

.faq-content-block a {
    color: #4990e2;
    font-size: 20px;
    line-height: 1.4;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.faq-content-block a:hover {
    font-weight: 900;
    color: #4990e2
}

ul.list-disk {
    margin-bottom: 78px;
    padding-left: 15px
}

ul.list-disk li {
    list-style-type: disc
}

.faq-content-block h3 {
    font-size: 24px;
    margin-bottom: 20px
}

.faq-content-block .faq-info__link {
    color: #4c4848;
    font-weight: 700
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    color: #4990e2
}

.faq-search {
    max-width: 887px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px
}

.faq-search:after {
    position: absolute;
    top: -webkit-calc(50% - 25px);
    top: calc(50% - 25px);
    right: 5px;
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    opacity: .5;
    background-image: url(../img/magnifying-glass.svg)
}

.faq-search .label__name {
    width: 100%;
    color: rgba(76, 72, 72, .64);
    line-height: 0
}

.faq-wrap {
    padding-top: 100px;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.faq-menu .faq-sub-menu__item a {
    font-size: 18px;
    line-height: 1.3
}

.faq-search input {
    position: relative
}

.ui-menu {
    background: #fff;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-transform: translateY(300px);
    -ms-transform: translateY(300px);
    transform: translateY(300px);
    max-width: 809px;
    padding: 16px 0 0;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .1)
}

.faq-info {
    padding-left: 0
}

.faq-menu {
    width: 360px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    background: #fff;
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, .1);
    margin-right: 60px
}

.faq-menu__item {
    background-color: #fff
}

.faq-menu__link {
    padding: 25px;
    font-size: 18px;
    line-height: 1.3;
    color: #4c4848;
    width: 100%
}

.faq-menu__link:after {
    right: 20px !important
}

.faq-menu .faq-sub-menu {
    background: #f2f6f8;
    padding: 30px 36px 32px;
    width: 100%
}

.faq-menu .faq-sub-menu__item {
    font-size: 24px;
    line-height: 50px;
    cursor: pointer
}

.faq-menu .faq-sub-menu__item.active {
    color: #4990e2
}

[data-accordion-list] > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    padding: 15px 0;
    flex-direction: column
}

[data-accordion-list] > li [data-dropdown]:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    height: 18px;
    width: 15px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-right: 2px;
    background-image: url(../img/arrow-right.svg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

[data-accordion-list] > li [data-dropdown] {
    position: relative;
    width: 100%
}

[data-accordion-list] > li [data-dropdown].active:after {
    -webkit-transform: rotate(90deg) translateX(-100%);
    -ms-transform: rotate(90deg) translateX(-100%);
    transform: rotate(90deg) translateX(-100%)
}

.faq-menu__link:hover, .faq-menu__link:focus {
    color: #4c4848
}

.faq-info__link {
    display: block;
    text-decoration: none;
    position: relative;
    font-size: 24px;
    line-height: 40px;
    padding: 0;
    padding-right: 78px
}

.faq-info__link:hover, .faq-info__link:focus {
    color: #4c4848
}

.faq-content-block {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%
}

.faq-content-block h2 {
    text-align: left;
    color: #4c4848;
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 60px;
    margin-top: 35px
}

.faq-content-block .faq-sub-menu__item {
    padding-right: 90px;
    padding-bottom: 25px
}

.faq-content-block p {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 26px;
}

.info-pol-btn {
    border-top: 1px solid #a6bbc5;
    padding-top: 28px
}

.pol-btn {
    border: 1px solid #a6bbc5;
    user-select: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    padding: 7px 24px;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.pol-btn svg {
    position: relative;
    margin-right: 12px
}

.pol-btn--dislike svg {
    -webkit-transform: translate(-4px, 5px);
    -ms-transform: translate(-4px, 5px);
    transform: translate(-4px, 5px);
    margin-right: 6px
}

.pol-btn:not(:last-child) {
    margin-right: 5px
}

.pol-btn.active {
    background-color: #4990e2;
    color: #fff
}

.pol-btn.active svg path {
    fill: #fff
}

.big-breadcrumbs__list {
    margin-top: 35px;
    padding-left: 0;
    margin-bottom: 35px
}

.big-breadcrumbs__list li {
    list-style-type: none
}

.big-list__link {
    font-size: 14px;
    color: rgba(76, 72, 72, .64);
}

.big-list__link:before {
    display: inline-block;
    width: 69px;
    height: 9px;
    margin-right: -13px;
    content: '';
    -webkit-background-size: 38px 38px;
    background-size: 38px;
    background-image: url(../img/arrow-breadcrumbs.svg)
}

.faq-detail-info__item {
    padding-bottom: 30px
}

.faq-detail-info .info-pol-btn p {
    margin-bottom: 25px
}

.section-faq .info-contants__feedback .feedback__title {
    padding: 55px 29px 45px
}

.section-faq .info-contants__feedback .feedback__title:after {
    top: -webkit-calc(50% - 5px);
    top: calc(50% - 5px);
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 2px solid #4c4848;
    border-left: 2px solid #4c4848
}

.section-faq .info-contants__feedback .feedback__title.selected:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.section-faq .info-contants__feedback .feedback__title h3 {
    font-size: 24px;
    line-height: 15px;
    letter-spacing: .2px
}

.section-faq .info-contants__feedback .feedback__title .title__p {
    font-size: 10px;
    width: 280px;
    margin-right: 44px;
    line-height: 15px;
    margin-top: -2px
}

.faq-content-block .faq-detail-info {
    padding-left: 0
}

.faq-content-block .faq-detail-info li {
    list-style-type: none
}

.search_result {
    position: absolute;
    top: 45px;
    background: #fff;
    width: 100%;
    padding-left: 34px;
    padding-right: 34px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 12px;
    box-shadow: 0px 7px 21px rgba(0, 0, 0, .12);
    z-index: 10;
    max-height: 239px;
    overflow-y: auto;
    display: none
}

.faq-sub-search-list li {
    padding: 8px 0
}

.faq-sub-search-list li a {
    line-height: 1.4
}

.faq-info h3 {
    margin-top: 30px;
    font-size: 20px
}

.list-decimal {
    padding-left: 15px;
    list-style-type: decimal;
    margin-left: 0 !important;
    margin-bottom: 5px
}

.list-decimal ul {
    margin-left: 0 !important
}

.list-decimal li {
    list-style-type: decimal
}

@media only screen and (max-width: 1260px) {
    .faq-menu {
        margin-right: 30px;
        width: 40%
    }

    .faq-menu__link {
        font-size: 18px
    }

    .faq-content-block h2 {
        font-size: 26px;
        margin-bottom: 70px
    }

    .faq-content-block__title {
        min-height: auto
    }

    .faq-info__link {
        font-size: 18px;
        line-height: 23px
    }
}

@media only screen and (max-width: 992px) {
    .faq-search .label__name {
        font-size: 18px
    }

    .section-faq .info-contants__feedback .feedback__title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-faq .info-contants__feedback .feedback__title h3 {
        width: 100%;
        margin-bottom: 30px
    }
}

@media only screen and (min-width: 769px) {
    .big-breadcrumbs__list {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .faq-menu .faq-sub-menu {
        padding: 18px 50px 31px
    }

    .faq-menu .faq-sub-menu__item a {
        font-size: 18px;
        line-height: 50px
    }

    .faq-content-block .faq-info__link {
        font-size: 18px;
        line-height: 23px
    }

    .faq-menu {
        padding-top: 13px;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .faq-menu__link {
        padding-right: 65px;
        padding-bottom: 25px
    }

    .faq-menu__link:after {
        right: 30px !important
    }

    .faq-search {
        margin-left: 14px;
        margin-top: 45px;
        margin-bottom: 67px;
        margin-right: 7px
    }

    .faq-detail .faq-content-block {
        display: block
    }

    .faq-content-block {
        display: none
    }

    .pol-btn-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .faq-detail .faq-menu {
        display: none
    }

    .faq-detail .section-faq {
        padding-bottom: 100px
    }

    .faq-detail .faq-info {
        margin-bottom: 0
    }

    .faq-detail .breadcrumbs__title, .faq-detail form.faq-search {
        display: none
    }

    .faq-page.faq-detail .breadcrumbs .breadcrumbs__list {
        margin: 35px 0 27px
    }

    .faq-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 105px
    }

    .faq-detail .faq-wrap {
        padding-top: 65px
    }

    .section-faq {
        padding: 0 14px
    }

    .faq-content-block h2 {
        text-align: center;
        margin-bottom: 45px;
        margin-top: 0
    }

    .faq-content-block a.faq-info__link:after {
        display: none
    }

    .faq-info {
        margin-bottom: 95px
    }

    .faq-info__link {
        padding: 19px 0 24px
    }
}

@keyframes blowUp {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    1% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    99% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
}

.btn-big-favorite {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    color: #3e4856;
    text-decoration: none;
    background-color: #f3f6f8;
    padding-top: 8px;
    padding-left: 54px;
    padding-bottom: 8px;
    padding-right: 35px;
    font-size: 14px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    position: relative;
    outline: none;
    -webkit-transition: background-color .1s ease;
    -o-transition: background-color .1s ease;
    transition: background-color .1s ease;
    cursor: pointer;
    width: 100%;
}

.btn-big-favorite.active {
    background: #ed3833 !important;
    color: #fff !important;
    border-color: #ed3833 !important;
}

.btn-big-favorite.active svg path {
    fill: #fff
}

.btn-big-favorite:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    left: 30px;
    font-size: 25px;
    color: #4990e2;
    background-image: url(img/heart_cat.svg);
    height: 30px;
    width: 30px;
    content: '';
    background-position: center;
    background-size: contain;
    transform: translateY(-50%)
}

.btn-big-favorite.active:before {
    background-image: url(img/heart_cat-active.svg)
}

.product-item__disabled:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, .8);
    width: 100%;
    height: 100%;
    z-index: 2
}

.item__favorites {
    line-height: 55px;
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    text-align: center
}

.item__favorites:after {
    width: 24px;
    height: 24px;
    content: '';
    background-image: url("../img/heart.svg");
    display: none
}

.item__favorites .favorites_mob_menu_title {
    display: none
}

.btn-favourites {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    border: none;
    background-color: transparent
}

.btn-favourites:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 16px;
    left: 14px;
    font-size: 25px;
    color: #4990e2;
    background-image: url(img/heart_cat.svg);
    height: 26px;
    width: 30px;
    content: '';
    background-size: 43px;
    background-position: center
}

.btn-favourites.active:before {
    background-image: url(img/heart_cat-active.svg)
}

.favorites-btn-wrap {
    padding-top: 23px;
    padding-bottom: 25px
}

.product-item__out-stock-bg:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, .8);
    width: 100%;
    height: 100%;
    z-index: 2
}

@media (max-width: 991px) {
    .inner-left__mob-menu .popup-block__header .item__favorites {
        width: 32px;
        height: 40px;
        margin: auto
    }

    .favorites-btn-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px
    }

    .btn-big-favorite {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 340px) {
    .btn-big-favorite:before, .btn-big-favorite:after {
        left: 20px
    }
}

@media (max-width: 991px) {
    .inner-left__mob-menu .popup-block__header .list_item {
        width: 25%
    }
}

@media only screen and (max-width: 575px) {
    .section-faq .info-contants__feedback .feedback__title {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
        padding: 44px 36px 117px
    }

    .section-faq .info-contants__feedback .feedback__title:after {
        top: auto;
        bottom: 34px;
        right: auto;
        left: -webkit-calc(50% - 11px);
        left: calc(50% - 11px);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .section-faq .info-contants__feedback .feedback__title h3 {
        font-size: 19px;
        line-height: 1.5
    }

    .section-faq .info-contants__feedback .feedback__title .title__p {
        width: 100%
    }

    .faq-search:after {
        top: -webkit-calc(50% - 15px);
        top: calc(50% - 15px);
        right: 15px
    }
}

.item-color-slider__cell {
    padding-top: 10px;
    padding-bottom: 10px
}

.item-color-slider__cell .item-color-slider__items {
    width: 20px;
    height: 20px;
    background: #918e8d;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 15.5px
}

.item-color-slider {
    top: 0;
    left: 0;
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px)
}

.item-color-slider .flickity-prev-next-button {
    top: 20px;
    width: 35px;
    background: #fff;
    -webkit-border-radius: 0;
    border-radius: 0
}

.item-color-slider .flickity-prev-next-button svg path {
    fill: #c4c4c4
}

.item-color-slider .flickity-prev-next-button.next {
    right: -33px
}

.item-color-slider .flickity-prev-next-button.previous {
    left: -33px
}

.item-color-slider .flickity-prev-next-button:disabled {
    opacity: 1
}

.item-color-slider__cell.is-selected .item-color-slider__items {
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative
}

.item-color-slider__cell.is-selected .item-color-slider__items:before {
    background: #fff;
    position: absolute;
    content: '';
    z-index: -1;
    left: -5px;
    top: -5px;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    height: -webkit-calc(100% + 10px);
    height: calc(100% + 10px)
}

.item-color-slider__cell.is-selected .item-color-slider__items:after {
    content: '';
    position: absolute;
    background-color: #c4c4c4;
    top: -7px;
    z-index: -2;
    left: -7px;
    width: -webkit-calc(100% + 14px);
    width: calc(100% + 14px);
    height: -webkit-calc(100% + 14px);
    height: calc(100% + 14px)
}

.product-item-slider-wrap {
    position: relative;
    width: 100%
}

.item-color-slider-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 18px
}

.slider-is-single .flickity-prev-next-button {
    display: none !important
}

.catalog-popup .popup7-content {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden
}

.catalog-popup .popup7_close {
    right: 34px;
    top: 33px;
    width: 36px;
    height: 36px;
    z-index: 10
}

.catalog-popup .popup7_close:before {
    background: #c4c4c4;
    left: -webkit-calc(50% - 18px);
    left: calc(50% - 18px);
    width: 35px;
    height: 4px
}

.catalog-popup .popup7_close:after {
    background: #c4c4c4;
    left: -webkit-calc(50% - 18px);
    left: calc(50% - 18px);
    width: 35px;
    height: 4px
}

.catalog-modal__slider-nav .catalog-modal__link img, .catalog-modal-slider .catalog-modal__link img {
    object-fit: contain;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%
}

.catalog-modal-slider .catalog-modal__link {
    width: 276px;
    height: 225px
}

.catalog-modal__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.catalog-modal__slider-wrap {
    width: 269px
}

.catalog-modal__price {
    width: 50%;
    padding-left: 13px;
    padding-top: 44px
}

.catalog-modal__header {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 29px;
    border-bottom: 1px solid #d5dbde
}

.catalog-modal__header h3 {
    font-size: 24px;
    font-weight: 500
}

.order-block-modal .inner-1__p {
    font-size: 24px
}

.order-block-modal .price-select__inner-1 {
    margin: 0;
    padding: 13px 13px 9px;
    width: 100%
}

.order-block-modal .inner-1__status {
    font-size: 11px
}

.order-block-modal .price-select__inner-2 {
    margin: 0 14px;
    padding-top: 18px
}

.order-block-modal .price-select__inner-2 .drop-select-list__title {
    font-size: 13px
}

.order-block-modal .price-select__inner-2 .drop-select-list__title:after {
    top: -webkit-calc(50% - 2.5px);
    top: calc(50% - 2.5px);
    right: 10px
}

.order-block-modal .price-select__inner-3 {
    padding: 13px 14px 18px;
    margin-top: 14px
}

.order-block-modal .btn-primary {
    height: 29px;
    line-height: 29px;
    padding: 0 22px;
    letter-spacing: 0;
    font-size: 12px
}

.order-block-modal .btn-primary.cart__selected {
    background: #f3f6f8;
    color: #3e4856
}

.order-block-modal .btn-primary.cart__selected:hover {
    color: #4a90e2
}

.order-block-modal .price-select__inner-3 .count-block__inp, .order-block-modal .price-select__inner-3 .count-block__btn-minus, .order-block-modal .price-select__inner-3 .count-block__btn-plus {
    width: 30px;
    height: 30px;
    font-size: 13px;
    padding-top: 4px
}

.order-block-modal .price-select__inner-3 .count-block__btn-plus:before {
    left: -webkit-calc(50% - 7px);
    left: calc(50% - 7px);
    width: 14px
}

.order-block-modal .price-select__inner-3 .count-block__btn-plus:after {
    left: -webkit-calc(50% - 7px);
    left: calc(50% - 7px);
    width: 14px
}

.catalog-modal__slider-nav {
    margin-bottom: 24px;
    margin-top: 5px
}

.catalog-modal__more a {
    padding: 25px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    letter-spacing: 1.5px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f2f6f9;
    color: #7c7a79;
    font-size: 16px;
    font-family: "LatoBold", "sans-serif"
}

.catalog-modal__price .favorites-btn-wrap {
    padding-top: 16px
}

.catalog-modal__price .btn-big-favorite {
    padding-left: 33px;
    padding-right: 20px;
    font-size: 14px;
    font-family: "LatoBold", "sans-serif";
    padding-top: 4px;
    padding-bottom: 4px
}

.catalog-modal__price .btn-big-favorite:before {
    font-size: 15px;
    left: 24px
}

.catalog-modal {
    position: relative;
    overflow: hidden
}

.catalog-modal .item__new {
    font-size: 30px;
    font-weight: 700;
    line-height: 69px;
    position: absolute;
    z-index: 4;
    top: -25px;
    left: -24px;
    display: block;
    width: 153px;
    height: 157px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: solid 2px #fff;
    -webkit-border-radius: 83px;
    border-radius: 83px;
    background-color: #4caf50;
    padding-top: 41px
}

.catalog-modal-slider__cell {
    width: 269px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 297px
}

.catalog-modal__slider-nav .flickity-prev-next-button.next {
    right: -40px
}

.catalog-modal__slider-nav .flickity-prev-next-button.previous {
    left: -66px
}

.catalog-modal__slider-nav .flickity-prev-next-button {
    background: #fff;
    -webkit-border-radius: 0;
    border-radius: 0
}

.catalog-modal__slider-nav .flickity-prev-next-button:disabled {
    opacity: 1
}

.catalog-modal-slider .flickity-prev-next-button, .catalog-modal__slider-nav .flickity-prev-next-button {
    width: 40px
}

.catalog-modal-slider .flickity-prev-next-button svg path, .catalog-modal__slider-nav .flickity-prev-next-button svg path {
    fill: #c4c4c4
}

.popup7 .popup7-dialog .preload-bg {
    width: 100%;
    background: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-border-radius: 12px;
    border-radius: 12px
}

.order-block__price-select .price-select__inner-2 .drop-select-list__sub-list .mCSB_scrollTools .mCSB_dragger {
    height: 50px
}

.order-block__price-select .price-select__inner-2 .drop-select-list__sub-list .mCSB_scrollTools .mCSB_draggerRail {
    width: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #d2d2d2
}

.order-block__price-select .price-select__inner-2 .drop-select-list__sub-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #8f8b8b;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 5px
}

.order-block__price-select .price-select__inner-2 .drop-select-list__sub-list .mCSB_inside > .mCSB_container {
    margin-right: 0
}

.product-item-slider:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    height: calc(100% + 190px);
    z-index: 10
}

.product-item-slider.flickity-enabled:after {
    display: none !important
}

.bx-soa-pp-desc-container, .bx-soa-pp-item-container {
    z-index: 5
}

.checkbox p.agreement a {
    display: inline-block !important
}

.select-drop-price {
    width: 100%;
    border: 0;
    padding: 0 10px;
    margin: 0
}

.select-drop-price__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 5px 15px;
    width: 100%
}

.select-drop-price__field {
    position: relative;
    width: 100%;
    height: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
    padding-left: 0
}

.select-drop-price__field input[type=range] {
    position: absolute;
    width: 100%;
    height: 7px;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    pointer-events: none;
    -webkit-appearance: none
}

.select-drop-price__field input[type=range]::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -4px;
    background-color: #fff;
    cursor: pointer;
    pointer-events: all;
    z-index: 100
}

.select-drop-price__field input[type=range]:active, .select-drop-price__field input[type=range]:focus {
    outline: 0
}

.select-drop-price__field input[type=range]::-ms-track {
    border: 0;
    outline: 0;
    box-sizing: border-box;
    pointer-events: none;
    border-color: transparent;
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #242424;
    border-radius: 5px
}

.select-drop-price__field input[type=range]::-moz-range-thumb {
    position: relative;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: #fff;
    cursor: pointer;
    pointer-events: all;
    z-index: 100
}

.select-drop-price__field input[type=range]::-ms-thumb {
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: #242424;
    cursor: pointer;
    pointer-events: all;
    z-index: 100
}

.select-drop-price__field input[type=range]::-webkit-slider-runnable-track {
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #555;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.select-drop-price__field input[type=range]::-moz-range-track {
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #242424;
    border-radius: 5px
}

.select-drop-price__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 0
}

.select-drop-price__wrap-from, .select-drop-price__wrap-to {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0
}

.select-drop-price__line {
    margin: 6px 0 5px 27px
}

.select-drop-price__wrap #priceLow, .select-drop-price__wrap #priceUp {
    width: 55px;
    text-align: right;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #c1cbcf;
    background-color: transparent;
    margin: 0;
    margin-right: 2px;
    background: 0;
    outline: 0;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400
}

.select-drop-price__wrap label {
    text-align: left;
    margin-top: 6px;
    margin-right: 7px
}

.select-drop-price input[type=range] {
    -webkit-appearance: none;
    margin: 0;
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    height: 0
}

.select-drop-price input[type=range]:focus {
    outline: none
}

.select-drop-price input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: silver;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: none
}

.select-drop-price input[type=range]::-webkit-slider-thumb {
    border: 0 solid #4990e2;
    height: 15px;
    width: 15px;
    position: relative;
    z-index: 10;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #4990e2;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -4.5px
}

.select-drop-price input[type=range]:focus::-webkit-slider-runnable-track {
    background: silver
}

.select-drop-price input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: silver;
    border-radius: 25px;
    border: none
}

.select-drop-price input[type=range]::-moz-range-thumb {
    border: 0 solid #4990e2;
    height: 15px;
    width: 15px;
    border-radius: 7px;
    background: #4990e2;
    cursor: pointer
}

.select-drop-price input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: 0 0;
    border-color: transparent;
    border-width: 15px 0;
    color: transparent
}

.select-drop-price input[type=range]::-ms-fill-lower, .select-drop-price input[type=range]::-ms-fill-upper {
    background: silver;
    border: none;
    border-radius: 50px
}

.select-drop-price input[type=range]::-ms-thumb {
    border: 0 solid #4990e2;
    height: 15px;
    width: 15px;
    border-radius: 7px;
    background: #4990e2;
    cursor: pointer
}

.select-drop-price input[type=range]:focus::-ms-fill-lower, .select-drop-price input[type=range]:focus::-ms-fill-upper {
    background: silver
}

.breadcrumbs__list--slash .item__link:after {
    background: 0 0;
    content: '/';
    width: 6px;
    margin-left: 8px
}

.breadcrumbs__list--slash .list__item:last-child .item__link:after {
    display: none
}

.breadcrumbs__list.breadcrumbs__list--slash {
    margin: 26px 0 5px
}

.breadcrumbs__title.breadcrumbs__title--small {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 25px;
    display: block
}

.banner-info-line {
    background: #d13238;
    text-align: center;
    padding: 5px 15px
}

.banner-info-line h2 {
    line-height: 1.5;
    color: #fff;
    font-family: "LatoBlack", "sans-serif";
    text-transform: uppercase;
    letter-spacing: 2.7px;
    font-weight: 400;
    font-size: 18px
}

.sort-select__close {
    background-color: #4990e2;
    width: 0;
    padding-left: 8px;
    padding-top: 5px;
    display: none;
    position: relative;
    border: none;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #fff;
    cursor: pointer
}

.sort-select__close svg {
    width: 10px;
    height: 10px
}

.list__item-drop {
    font-size: 14px;
    color: #5a5d76;
    display: block;
    cursor: pointer;
    text-align: left;
    line-height: 15px;
    padding: 5px 0
}

.list__item-drop:hover {
    background-color: #f3f6f8
}

.list__item-drop .checkbox__color {
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    display: block;
    flex: none
}

.list__item-drop .item__checkbox {
    padding: 0 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.select-list-wrap {
    display: none;
    opacity: 0;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 13px 20px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 13px 20px 0 rgba(0, 0, 0, .3);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 225px;
    right: 50%;
    top: 50px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 10
}

.select-list-wrap:after {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #fff
}

.select-drop-list {
    overflow: auto;
    max-height: 163px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    padding: 10px 0 0;
    background-color: #fff
}

.select-title {
    font-size: 14px;
    position: relative;
    padding: 3px 15px 3px 13px;
    display: inline-block
}

.select-title:after {
    position: relative;
    top: 7px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 10px;
    content: '';
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-image: url(img/arrow.svg)
}

.select-title.selected:after {
    top: 0;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.select-drop__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 0;
    border-top: 1px solid #e0dada
}

.select-drop-btn {
    background: #4990e2;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.5px;
    border: none;
    padding: 5px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.list__item-drop .checkbox__point {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    flex: none;
    border: solid 1px #3b8ae8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff
}

.list__item-drop .checkbox__point:before {
    position: absolute;
    top: 2px;
    left: 2px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: block;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    content: '';
    background: 0 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.list__item-drop .checkbox__inp {
    display: none
}

.list__item-drop .checkbox__inp:checked + .checkbox__point {
    border-color: #4990e2
}

.list__item-drop .checkbox__inp:checked + .checkbox__point:before {
    background: #4990e2;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.select-drop-list .simplebar-content {
    padding: 5px 0 !important
}

.select-drop-list .simplebar-track.simplebar-vertical {
    width: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #d2d2d2
}

.select-drop-list .simplebar-track.simplebar-vertical .simplebar-scrollbar {
    right: 0;
    width: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #8f8b8b
}

.select-drop-list .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    display: none
}

.left-sidebar h3 {
    margin-top: 38px;
    margin-bottom: 7px;
    font-size: 18px;
    font-family: "LatoBlack", "sans-serif";
    color: #979fab
}

.sub-category {
    padding-left: 30px
}

.sub-category__item {
    padding: 6px 0
}

.list-category__link.active, .sub-category__item.active {
    font-family: "LatoBlack", "sans-serif";
    color: #4990e2
}

.select__title:hover, .select-title:hover {
    color: #3e4856
}

.select-drop-list .mCSB_scrollTools .mCSB_dragger {
    height: 34px
}

.select-drop-list .mCSB_scrollTools .mCSB_draggerRail {
    width: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #d2d2d2
}

.select-drop-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #8f8b8b;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 5px
}

.select-drop-list .mCSB_inside > .mCSB_container {
    margin-right: 0
}

.banner-list {
    margin-top: 56px
}

.banner-list img {
    display: block;
    width: 100%;
    height: auto
}

.banner-list__link {
    display: block;
    height: auto;
    overflow: hidden
}

.banner-list__item {
    text-align: center
}

.banner-list__item--bordered {
    border-radius: 6px;
    overflow: hidden
}

.list-category.left-menu__list .sub-category {
    padding-left: 30px;
    background: #f2f5f7;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    margin: 0 -20px
}

.list-category .list-category__link {
    padding: 16px 0 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.list-category .list-category__link.list-category__link--arrow:after {
    content: "";
    background-image: url(img/arrow.svg);
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: calc(50% - 5px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    right: -5px
}

.list-category .list-category__link + span {
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(img/arrow-right.svg);
    position: relative;
    top: auto;
    right: auto;
    margin-left: 25px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 12px;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-top: 4px
}

.list-category .list-category__link + span.active {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.list-category-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.catalog-list .catalog-list__sort .select__title.sort-down:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.sort__select:not(.sort__select--multiple) {
    margin-right: 30px
}

.sort__select {
    flex: none
}

.left-menu .list-category-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.list-category.left-menu__list > li {
    border-top: 1px solid rgba(151, 151, 151, .2)
}

label.bx_filter_param_label.item__checkbox.disabled {
    color: #ccc
}

.off-accordion:after {
    display: none !important
}

.select-title.off-accordion + .select-list-wrap {
    display: block !important;
    opacity: 1 !important
}

.select-drop-btn:hover, .select-drop-btn:active {
    color: #fff
}

.catalog-filter-form {
    display: flex;
    flex-grow: 1;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px
}

@media only screen and (max-width: 1260px) {
    .sort__select:not(.sort__select--multiple) {
        margin-left: 0
    }

    .catalog-list .catalog-list__sort {
        flex-wrap: wrap;
        align-items: flex-start
    }

    .sort__select {
        margin-right: 36px
    }
}

@media (max-width: 1260px) and (min-width: 991px) {
    .catalog-list__sort--multiple .col-md-12 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 991px) {
    .catalog-list .catalog-list__sort .sort__select {
        flex-direction: column;
        margin-right: 0
    }

    .sort-select__close.active {
        display: none !important
    }

    .select-drop-price__wrap {
        padding: 0 20px 0;
        margin: 0 -20px
    }

    .select-drop-price {
        padding: 0
    }

    .sort-item.sort-item--custom {
        border-color: #4990e2
    }

    .select-title {
        display: flex;
        justify-content: space-between;
        text-transform: uppercase
    }

    .select-drop-price__container {
        padding: 0
    }

    .select-drop-price__field {
        padding: 0
    }

    .catalog-list .catalog-list__sort .catalog-filter-form.active .sort__select {
        display: flex
    }

    .catalog-filter__mob-title {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .banner-list {
        display: none;
        margin: 24px -20px 0
    }

    .sort__select.sort__select--custom {
        margin-right: 0;
        width: 100%
    }

    .select-list-wrap {
        width: 100%;
        position: relative;
        transform: none;
        left: auto;
        box-shadow: none;
        top: auto;
        right: auto !important;
        padding: 0 60px 28px
    }

    .select-drop-price__field input[type=range] {
        left: 0
    }

    .select-drop__footer {
        display: none
    }

    .catalog-filter .catalog-filter__btn-block {
        display: flex !important;
        text-align: left;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: none
    }

    .banner-info-line h2 {
        font-size: 12px
    }

    .banner-list__link, .banner-list img {
        padding: 0 20px;
        margin: 0 -20px
    }

    .banner-list img {
        width: auto
    }

    .list-category .list-category__link + span {
        width: 30px;
        height: 40px;
        -webkit-background-size: 8px 8px;
        background-size: 8px;
        background-position: center;
        margin-right: -8px
    }
}

@media (max-width: 420px) {
    .banner-list img {
        width: 100%
    }

    .banner-list__link, .banner-list img {
        margin: 0;
        padding: 0
    }
}

@media (min-width: 991px) {
    .sort-item.sort-item--custom .select-title {
        color: #fff
    }

    .sort-item.sort-item--custom .select-title:after {
        background-image: url(../img/white-arrow.svg)
    }

    .sort-item.sort-item--custom {
        background-color: #4990e2;
        border-color: #4990e2;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .catalog-filter__mob-title {
        display: none
    }

    .catalog-list__sort.catalog-list__sort--multiple {
        text-align: left;
        margin: 28px 0 30px;
        margin: 0
    }

    .sort__select--multiple {
        border: 1px solid #3e4856;
        -webkit-border-radius: 5px;
        border-radius: 5px
    }

    .catalog-list .catalog-list__sort .select__list.select__list--custom {
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        right: 50%;
        top: 50px;
        overflow: visible
    }

    .catalog-list .catalog-list__sort .select__list.select__list--custom:after {
        content: '';
        position: absolute;
        top: -15px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 20px solid #fff
    }
}

button.select-drop-btn.diabled {
    background: #ccc;
    cursor: progress
}

.preloader-item-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 100;
    width: 100%;
    background: #fff;
    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
}

.fix-modal-height {
    height: auto !important
}

.irs-min, .irs-max {
    display: none
}

.header-top-menu {
    background: #2e3033;
    padding: 4px 0
}

.header-top-menu .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header-top-menu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.header-top-menu__list--tel {
    margin-right: auto
}

.header-top-menu__list--cat {
    margin-left: auto
}

.header-top-menu__list--cat .header-top-menu__item {
    margin-right: 30px
}

.header-top-menu__item a {
    color: #fff;
    font-size: 12px;
    padding: 3px 0
}

.header-top-menu__item a:hover {
    color: #ffff;
    opacity: .8
}

.header-top-menu__item:last-child {
    margin-right: 0
}

li.ui-menu-no-result.ui-menu-item .ui-state-active {
    color: #3e4856
}

.header__main-menu .item__link:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #ed3833;
    display: block;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.header__main-menu .list__item.active .item__link:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.page-search-input {
    font-size: 18px;
    padding-left: 50px
}

.header .list__item.active .item__link {
    color: #ed4242
}

.item__link.active {
    background: #f7f7f7
}

.header-inner {
    position: relative;
    height: 80px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header.scroll .header__main-menu .item__link {
    height: 60px
}

.list-btn {
    display: inline-block;
    border: none;
    color: #fff;
    text-decoration: none;
    background-color: #ed3833;
    padding: 0 11px;
    font-size: 11px;
    font-family: "LatoBlack", "sans-serif";
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    position: relative;
    outline: none;
    -webkit-transition: background-color .1s ease;
    -o-transition: background-color .1s ease;
    transition: background-color .1s ease;
    cursor: pointer
}

.list-btn:focus, .list-btn:hover {
    text-decoration: none;
    color: #fff
}

.list-btn:hover {
    background-color: #ef4f4a
}

.list-btn:active {
    background-color: #eb211c
}

.link-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "LatoBlack", "sans-serif";
    font-size: 16px;
    font-weight: 400
}

.link-phone:focus {
    text-decoration: none;
    outline: none
}

.link-phone:hover svg {
    opacity: .8
}

.link-phone svg {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-right: 8px
}

.header-top-menu a.link-phone {
    font-size: 16px;
    margin-right: 11px
}

.search-input-animated {
    position: relative;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 30px;
    height: -webkit-calc(100% - 2px);
    height: calc(100% - 2px);
    width: 0
}

@media only screen and (min-width: 1200px) {
    .search-input-animated {
        min-width: 50px;
    }
}

.search-input-animated.active .search_result {
    display: none !important
}

.searchbox-input {
    color: #302d2d;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    top: 0;
    height: 44px;
    right: 0;
    border: 0;
    outline: 0;
    width: 100%;
    margin: 0;
    padding: 0 55px 0 33px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    border-bottom: 1px solid #dae0e2;
    background-color: transparent;
    max-width: 537px
}

.searchbox-wrapper {
    position: relative;
    max-width: 625px;
    width: 100%;
    user-select: none;
}

.searchbox-input:focus {
    border-bottom: 1px solid #4990e2
}

.search-input-animated.active .searchbox-input {
    border: none
}

.search-input-animated.active .searchbox-icon {
    left: 12px
}

.bx-mac .searchbox-icon {
    top: calc(50% + 2px)
}

.searchbox-icon {
    display: block;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    cursor: pointer;
    width: 25px;
    background-repeat: no-repeat;
    height: 25px;
    -webkit-background-size: 25px 25px;
    background-size: 25px;
    background-image: url(/local/templates/main/assets/css/img/search.svg)
}

.search-input-animated input {
    text-indent: 50px
}

.search-input-animated .ui-menu {
    position: absolute !important
}

.searchbox-open {
    width: 100%
}

.ui-menu .search-list-link {
    width: 100%;
    background: #f2f2f2;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    display: block;
    padding: 11px 0
}

.ui-menu .ui-menu-item:not(:last-child) {
    padding: 0 20px 0 0
}

.ui-menu .ui-menu-item .ui-menu-link {
    padding: 7.5px 0 7.5px 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 20px;
    font-family: "LatoRegular", "sans-serif"
}

.ui-menu-link img {
    margin-right: 26px;
    height: 52px;
    width: 52px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.ui-menu-link span {
    color: #cd4f4f;
    font-family: "LatoSemibold", "sans-serif";
    margin-left: 22px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    line-height: .9
}

[data-serch-link] {
    margin-top: 9px
}

.ui-menu .ui-menu-item.ui-menu-no-result {
    padding: 0 20px 16px
}

.search-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.search-title h1 {
    margin-right: 44px
}

.ui-helper-hidden-accessible {
    display: none
}

.page-search-form {
    max-width: 360px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px
}

form.page-search-form .ui-menu {
    position: absolute !important;
    z-index: 10
}

.search-page-block .pagination {
    margin: 20px 0 0
}

.page-search-form .searchbox-icon {
    cursor: initial;
    left: 0
}

.sc-wrap div {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 420px;
    max-width: 310px
}

.search-title .sc-wrap div {
    max-width: 320px
}

.sc-wrap {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1260px) {
    .header__main-menu .main-menu__list {
        left: 150px
    }

    .header__main-menu {
        margin: 0 0 0 40px
    }

    .header__main-menu .item__link {
        font-size: 12px
    }

    .header__inner-left .inner-left__logo {
        width: auto
    }

    .searchbox-wrapper {
        max-width: 581px
    }

    .searchbox-input {
        max-width: 514px
    }

    .search-input-animated.active .searchbox-icon {
        left: -10px
    }

    .sc-wrap div {
        max-width: 285px !important
    }
}

@media (max-width: 991px) {
    .page-search-input {
        padding-left: 40px
    }

    .page-search-form {
        max-width: 100%
    }

    .search-page-block .catalog-list .catalog-filter--search .sort__select {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .search-page-block .catalog-list .product-block {
        padding-left: 0
    }

    .ui-menu .ui-menu-item .ui-menu-link {
        font-size: 16px;
        padding: 3.5px 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .ui-menu .ui-menu-item .ui-menu-link img {
        margin-right: 10px
    }

    .ui-menu .ui-menu-item .ui-menu-link span {
        margin: 0
    }

    .ui-menu .ui-menu-item .ui-menu-link .sc-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .search-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header-inner {
        height: auto
    }

    .search-input-animated {
        display: none
    }

    .header-top-menu {
        display: none
    }

    .header__inner-left .inner-left__logo {
        margin-left: auto;
        margin-right: auto
    }

    form.page-search-form .ui-menu {
        width: 100% !important
    }
}

@media (max-width: 375px) {
    .ui-menu .ui-menu-item .ui-menu-link {
        font-size: 14px;
        line-height: 1.2
    }
}

@media (min-width: 992px) {
    .catalog-list__sort.catalog-list__sort--search.catalog-list__sort--multiple {
        margin: 36px 0
    }

    .page-search-form .ui-menu {
        width: 625px !important
    }

    .header {
        padding: 0;
        height: auto
    }

    .header.scroll {
        padding: 0;
        height: auto
    }

    .header.scroll .header-inner {
        height: 60px
    }

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

.callback-modal h3 {
    color: #202020;
    font-family: "LatoBlack", "sans-serif";
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px
}

.callback-modal__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#popup7-modal .popup7-dialog {
    max-width: initial !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

#popup7-modal .popup7-content {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 58px 60px 60px
}

.callback-modal-label {
    position: relative;
    margin: 5px 0 19px;
    width: 100%
}

.callback-modal-btn {
    margin-top: 35px;
    width: 100%
}

.ctb-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #202020;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    font-size: 12px;
    height: 40px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    outline: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #202020;
    font-family: "LatoRegular", 'sans-serif'
}

.ctb-btn:focus, .ctb-btn:hover {
    text-decoration: none;
    font-weight: 700
}

.ctb-btn:hover {
    color: #fff;
    background: #000
}

.ctb-btn:active {
    opacity: .5;
    color: #fff;
    background: #000
}

.inner-close .popup7_close {
    top: 10px;
    right: 15px
}

.inner-close .popup7_close:before, .inner-close .popup7_close:after {
    background-color: #a7a7a7;
    width: 27px
}

.callback-modal .label__inp:focus ~ .label__name, .callback-modal .label__inp:hover ~ .label__name, .callback-modal .label__inp.notNull ~ .label__name, .callback-modal .bx-ui-sls-fake.notNull ~ .label__name, .callback-modal .label__text:focus ~ .label__name, .callback-modal .label__text:hover ~ .label__name, .callback-modal .label__text.notNull ~ .label__name, .callback-modal .fields__label:hover .label__name, .callback-modal .label__name:hover {
    text-transform: initial;
    color: #969696;
    letter-spacing: normal;
    top: -12px
}

.callback-modal .label__inp {
    padding-top: 10px
}

.callback-modal .label__name {
    color: #969696
}

.callback-modal .label__error {
    color: #d54949
}

.inp-required:after {
    position: absolute;
    top: -webkit-calc(50% + 6px);
    top: calc(50% + 6px);
    right: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '*';
    font-family: "LatoRegular", "sans-serif";
    font-size: 24px;
    line-height: 0;
    font-weight: 400;
    color: #cf4b4b
}

@media (max-width: 991px) {
    #popup7-modal .popup7-dialog {
        margin: .5rem auto
    }
}

@media (max-width: 420px) {
    #popup7-modal .popup7-content {
        padding: 40px 35px 30px
    }
}

.slider-banner-slide-7, .banner-slide-bx {
    padding: 95px 0 20px 24px
}

.slider-banner__block:not(.no-pd) {
    padding-bottom: 20px
}

@media (max-width: 1660px) {
    .banner-slide-bx {
        padding: 95px 0 0 !important
    }
}

@media (max-width: 1430px) {
    .slider-banner-slide-7 {
        margin-top: 20px
    }
}

@media (max-width: 1199px) and (min-width: 993px) {
    .banner-slide-bx {
        height: 550px !important
    }
}

@media (max-width: 992px) {
    .slider-banner-slide-7, .banner-slide-bx {
        padding: 15px 0 0
    }

    .slider-banner-slide-7 {
        margin-top: 20px
    }

    .banner-slide-bx {
        padding: 45px 0 75px !important
    }
}

@media (width: 767px) {
    .banner-slide-bx .column-img:nth-child(1):after, .banner-slide-bx .column-img:nth-child(2):after {
        transform: rotate(-90deg) !important
    }
}

@media (max-width: 767px) and (min-width: 400px) {
    .banner-slide-bx {
        padding: 27px 0 35px !important
    }
}

@media (max-width: 400px) {
    .banner-slide-bx {
        padding: 20px 0 10px !important
    }
}

@media (min-width: 2000px) {
    .banner-slide-bx .right {
        flex-grow: 0 !important
    }

    .banner-slide-bx {
        justify-content: center
    }
}

.map-filter {
    position: absolute;
    z-index: 1;
    left: 10px;
    width: 300px;
    height: auto;
    top: 60px;
    background: #fff;
    -webkit-box-shadow: 0 10px 15px rgba(159, 169, 176, .1);
    box-shadow: 0 10px 15px rgba(159, 169, 176, .1);
    padding: 24px 24px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 4px
}

#pac-input {
    font-size: 15px;
    padding: 5px 11px 5px 13px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    border: 1px solid #ecf0f2;
    border-radius: 4px;
    color: #606f7b;
    background-color: #ecf0f2;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .show_filter_wrap {
        display: none
    }
}

@media (max-width: 767px) {
    #filterSwitch {
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        background-color: #fff;
        color: #000;
        font-size: 20px;
        height: 100%;
        position: relative;
        width: calc(100% - 70px) !important;
        padding: 0 24px;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        text-decoration: none
    }

    .show_filter_wrap {
        width: 100%;
        height: 50px;
        position: absolute;
        bottom: 0;
        left: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center
    }

    .filter-wrpapper {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center
    }

    .map-filter.show {
        height: 0;
        overflow: hidden;
        padding: 0
    }

    .map-filter {
        position: relative;
        transition: all .3s
    }
}

.list-category--mob {
    padding-top: 32px;
    margin: 0 -20px 0
}

.list-category--mob .list-category__item {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.list-category--mob .list-category__item.active {
    background: #f6f6f6
}

.list-category--mob .list-category__link + span {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-left: 18px;
    height: 35px
}

.list-category--mob .list-category__link + span.active {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.list-category--mob .sub-category {
    padding-left: 0;
    padding-bottom: 6px
}

.list-category--mob .list-category__link {
    padding: 18px 0 15px;
    font-size: 18px;
    color: #000
}

.list-category--mob .sub-category__item {
    padding: 0 0 12px
}

.list-category--mob .sub-category__item a {
    font-size: 17px;
    color: #6e6e6e
}

.list-category--mob .sub-category__item.active a {
    color: #4990e2
}

.mob-menu__popup-block .item__lk:before {
    width: 19px;
    height: 19px
}

.inner-left__mob-menu .popup-block__header .cart__label {
    right: auto
}

.item__favorites:before {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: '';
    background-image: url(img/heart.svg)
}

.mob-menu__popup-block .item__favorites:before {
    width: 19px;
    height: 19px
}

.inner-left__mob-menu .popup-block__content .item__link {
    color: #7a7a7a;
    font-size: 14px
}

.inner-right-bottom-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.rew-btn {
    display: inline-block;
    border: none;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    padding: 21px 65px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    position: relative;
    outline: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

.rew-btn:focus, .rew-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #292929
}

.rew-btn:hover {
    background-color: #434343
}

.rew-btn:active {
    background-color: #292929;
    color: #fff
}

.section-form-info {
    background-image: -webkit-gradient(linear, right top, left top, color-stop(4%, #e4e4e4), color-stop(75%, #fff));
    background-image: -webkit-linear-gradient(right, #e4e4e4 4%, #fff 75%);
    background-image: -o-linear-gradient(right, #e4e4e4 4%, #fff 75%);
    background-image: linear-gradient(to right, #e4e4e4 4%, #fff 75%);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: right top;
    overflow: hidden
}

.section-form__img {
    width: 100%;
    height: 613px;
    position: relative
}

.section-form__img img {
    position: absolute;
    top: 4px;
    left: -55px
}

.section-form-feedback {
    padding-top: 61px;
    padding-bottom: 100px;
    background: #fff
}

.section-form-feedback h3 {
    margin-bottom: 52px;
    font-family: "LatoLight", "sans-serif";
    font-size: 30px;
    font-weight: 300
}

.section-form-feedback .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section-form-feedback__content {
    padding-left: 86px;
    padding-right: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.section-form-feedback__content .inner {
    max-width: 285px
}

.section-form-feedback__content p {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 24px
}

.section-form-feedback__form {
    padding-right: 85px;
    padding-top: 90px;
    padding-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 696px;
    margin-left: auto
}

.section-form-feedback__form .reviews-form__footer {
    padding-top: 0
}

.section-form-feedback__form .counter {
    margin-bottom: 0
}

@media (max-width: 1260px) {
    .section-form-feedback__form {
        padding-right: 60px;
        width: auto;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media (max-width: 991px) {
    .section-form__img img {
        right: -256px;
        left: auto
    }

    .section-form-info {
        position: relative
    }

    .section-form-info:before {
        content: '';
        position: absolute;
        background: rgba(255, 255, 255, .6);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .section-form-feedback .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-form-feedback__form {
        width: 100%;
        padding-top: 40px;
        padding-right: 0
    }

    .section-form-feedback__content {
        padding-left: 0;
        padding-right: 0
    }

    .section-form-block__wrap {
        padding: 45px 0 60px
    }

    .section-form-block h3 {
        margin-bottom: 30px
    }

    .section-form-block__content {
        padding-top: 50px
    }

    .section-form-feedback {
        padding-bottom: 60px
    }

    .feedback-form-info .filTarget {
        padding-top: 10px
    }

    .section-form-feedback__form .counter {
        position: relative;
        height: 26px
    }

    .section-form-feedback__content .inner {
        max-width: 100%;
        text-align: center
    }
}

@media (max-width: 767px) {
    .section-form-info {
        background-image: url(../img/bg-tab.jpg);
        background-position: top center
    }
}

@media (min-width: 991px) {
    .no-gutters-sm {
        padding: 0 !important
    }
}

@media (max-width: 480px) {
    div.section-form-block__wrap {
        padding: 15px 0 30px
    }

    .section-form-block h3 {
        font-size: 30px;
        margin-bottom: 15px
    }

    .rew-btn {
        padding: 15px 40px;
        font-size: 12px
    }

    .section-form-block__content {
        padding-top: 25px
    }

    .section-form-feedback {
        padding-top: 35px;
        padding-bottom: 30px
    }

    .section-form-feedback h3 {
        margin-bottom: 30px
    }

    .section-form-feedback__form {
        padding-top: 0
    }
}

.feedback-form-info.feedback-form-info--modal {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none
}

.feedback-form-info.feedback-form-info--modal .feedback-form-info__content {
    padding: 0
}

.feedback-form-info.feedback-form-info--modal .feedback-form-info__btn-block {
    padding: 0;
    border: none
}

.feedback-form-info.feedback-form-info--modal h3 {
    color: #202020;
    font-family: "LatoBlack", "sans-serif";
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px
}

.lbm-form-label {
    position: relative
}

.lbm-form__group.lbm-form__group--m-0 {
    margin: 0 !important
}

.lbm-form__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.reviews-form__label {
    width: 50%
}

.reviews-form__label:nth-child(odd) {
    margin-right: 50px
}

.lbm-textarea {
    width: 100%;
    padding: 10px 10px 0 0;
    display: block;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    border: 0;
    border-bottom: 1px solid #dae0e2;
    background-color: transparent;
    min-height: 60px;
    resize: none;
    max-height: 350px !important
}

.lbm-form-label--12 {
    width: 100%
}

.feedback-form-info .label__inp:focus ~ .label__name, .feedback-form-info .label__inp:hover ~ .label__name, .feedback-form-info .label__inp.notNull ~ .label__name, .feedback-form-info .bx-ui-sls-fake.notNull ~ .label__name, .feedback-form-info .label__text:focus ~ .label__name, .feedback-form-info .label__text:hover ~ .label__name, .feedback-form-info .label__text.notNull ~ .label__name, .feedback-form-info .fields__label:hover .label__name, .feedback-form-info .label__name:hover {
    top: -14px;
    letter-spacing: normal;
    color: #9e9e9e;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase
}

.feedback-form-info .inp-required:after {
    top: -webkit-calc(50% + 11px);
    top: calc(50% + 11px);
    right: 0
}

.feedback-form-info .lbm-form__group {
    margin-bottom: 25px
}

.feedback-form-info input[type=file] {
    width: 100%;
    height: 100%;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0
}

.feedback-form-info .filTarget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.feedback-form-info .counter {
    text-align: right;
    margin-bottom: -12px;
    display: block
}

.feedback-form-info .counter small {
    color: #a2a1a1;
    font-size: 11px;
    font-weight: 400
}

.feedback-form-info .agreement {
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin-top: 16px;
    line-height: 13px
}

.feedback-form-info .agreement a {
    text-decoration: underline;
    color: #7a7a7a
}

.lbm-form-label-textarea.inp-required:after {
    top: -webkit-calc(50% - 5px);
    top: calc(50% - 5px)
}

.form-file-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #363636;
    text-decoration: none;
    background-color: transparent;
    padding: 2px 17px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    outline: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    border: 1px solid #c8c8c8
}

.form-file-btn:focus, .form-file-btn:hover {
    text-decoration: none;
    color: #fff
}

.form-file-btn:focus svg path, .form-file-btn:hover svg path {
    fill: #fff
}

.form-file-btn:hover {
    background-color: #434343
}

.form-file-btn:active {
    background-color: #292929;
    color: #fff
}

.form-file-btn:active svg path {
    fill: #fff
}

.form-file-btn svg {
    margin-right: 12px
}

.form-file-btn svg path {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.brd-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #475a67;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    padding: 12px 60px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    text-align: center;
    position: relative;
    outline: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #000;
    font-family: "LatoRegular", "sans-serif"
}

.brd-btn:focus, .brd-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #292929
}

.brd-btn:hover {
    background-color: #434343
}

.brd-btn:active {
    background-color: #292929;
    color: #fff
}

.reviews-form__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 16px
}

.rating-feedback-form i {
    font-size: 43px;
    cursor: pointer
}

.lbm-form__group--rating {
    min-height: 111px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -30px -30px;
    background: #f8f8f8;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px !important
}

.lbm-form__group--rating h4 {
    font-size: 1rem
}

.lbm-form__group--rating .rating-text {
    text-align: center;
    height: 30px;
    position: relative
}

.lbm-form__group--rating .rating-text p {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#review-form {
    opacity: 0
}

#review-form .popup7-content {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden
}

#review-form .popup7-dialog .popup7-content {
    padding: 30px 30px 0
}

.flex-dir-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

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

.form-filelist {
    width: 100%;
    padding-top: 15px
}

.form-filelist li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    background-color: #fff;
    padding: 15px;
    font-size: 12px;
    color: #8c96a3;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dae0e2;
    text-align: center;
    position: relative;
    outline: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px
}

.file-form-btn-wrap {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative
}

.form-file-btn-clear {
    border: none;
    background: 0 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -30px;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 5px
}

.rating-text p.label__error {
    white-space: nowrap;
    color: #ed3833
}

.rating-feedback-form.no i.fa.fa-star-o {
    color: #ed3833 !important
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rating-feedback-form.no {
    -webkit-animation: pulse 1s;
    animation: pulse 1s
}

@media (max-width: 575px) {
    .reviews-form__label {
        width: 100%;
        margin-bottom: 25px
    }

    .lbm-form__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .feedback-form-info .lbm-form__group {
        margin-bottom: 0
    }

    .reviews-form__label:nth-child(odd) {
        margin-right: 0
    }

    .feedback-form-info .counter {
        margin-bottom: 0;
        text-align: center
    }

    .feedback-form-info.feedback-form-info--modal h3 {
        text-align: center
    }

    .reviews-form__footer {
        padding-top: 30px
    }
}

.gallery-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 30px
}

.gallery-block p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    margin-top: 0
}

.gallery-block img {
    width: calc(100% - 15px);
    height: 100%
}

.gallery-block p:first-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.gallery-block p:nth-child(2) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

script + .email__link {
    display: none
}

.slider-index {
    overflow: hidden;
    width: 100%;
    display: block;
    position: relative
}

.slider-index-item__bg--img a {
    outline: none;
    display: block
}

.slider-index-item {
    width: 100%;
    max-height: 100%
}

.slider-index-item ._d, .slider-index-item ._m, .slider-index-item ._x {
    width: 100%;
    height: auto;
    max-width: 1900px;
    max-height: 655px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    margin: 0 auto
}

.slider-index-item ._d {
    display: block
}

.slider-index-item ._m, .slider-index-item ._x {
    display: none
}

.slider-index .slick-prev {
    left: 40px
}

.slider-index .slick-next {
    right: 40px
}

.slider-index .slick-prev, .slider-index .slick-next {
    border-radius: 40px;
    background: #ffffff!important;
    width: 40px;
    height: 40px;
    opacity:  .3 !important;
    transition: .3s all ease;
    z-index: 9;
    cursor: pointer;
    color: transparent;
    outline: 0;
    border: none;
    -webkit-box-shadow: 0 0 20px 1px rgba(48, 48, 48, .1);
    box-shadow: 0 0 20px 1px rgba(48, 48, 48, .1);
}
.slider-index .slick-prev:hover, .slider-index .slick-next:hover {
    opacity: 1 !important;
    cursor: pointer
}

.slider-index-item__bg {
    background: no-repeat 50%;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover
}

.slider-index .slick-arrow:before {
    color: #000 !important
}


.slider-index .slick-dots {
    z-index: 2;
    bottom: 10px
}

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

.slider-index .slick-dots li button {
    width: 3px;
    height: 3px;
    border-radius: 5px;
    border: 1px solid #000;
    background: #fff;
    padding: 4px
}

.slider-index .slick-dots li button:before {
    display: none
}

.slider-index .slick-dots li.slick-active button {
    background: #000
}

.slider-index-box .slick-dotted.slick-slider {
    margin-bottom: 0 !important
}

@media (max-width: 1150px) {
    .slider-index .slick-prev {
        left: 20px
    }

    .slider-index .slick-next {
        right: 20px
    }
}

@media (max-width: 850px) {
    .slider-index .slick-prev {
        left: 10px
    }

    .slider-index .slick-next {
        right: 10px
    }
}

@media (max-width: 768px) {
    .slider-index-item ._d {
        display: none
    }

    .slider-index-item ._m {
        display: block
    }
}

@media (max-width: 600px) {
    .slider-index .slick-prev, .slider-index .slick-next {
        top: 50%;
        width: 30px;
        height: 30px
    }

    .slider-index .slick-arrow:before {
        font-size: 16px
    }

    .slider-index .slick-prev {
        left: 5px
    }

    .slider-index .slick-next {
        right: 5px
    }
}

@media (max-width: 320px) {
    .slider-index-item ._m {
        display: none
    }

    .slider-index-item ._x {
        display: block
    }
}

@media (min-width: 1920px) {
    .slider-index-item > a {
        display: flex;
        justify-content: center
    }
}

@media (max-width: 1150px) {
    .slider-index .slick-prev {
        left: 20px
    }

    .slider-index .slick-next {
        right: 20px
    }
}

@media (max-width: 850px) {
    .slider-index .slick-prev {
        left: 10px
    }

    .slider-index .slick-next {
        right: 10px
    }
}

@media (max-width: 768px) {
    .slider-index-item ._d {
        display: none
    }

    .slider-index-item ._m {
        display: block
    }
}

@media (max-width: 600px) {
    .slider-index .slick-prev, .slider-index .slick-next {
        top: 50%;
        width: 30px;
        height: 30px
    }

    .slider-index .slick-arrow:before {
        font-size: 16px
    }

    .slider-index .slick-prev {
        left: 5px
    }

    .slider-index .slick-next {
        right: 5px
    }
}

@media (max-width: 320px) {
    .slider-index-item ._m {
        display: none
    }

    .slider-index-item ._x {
        display: block
    }
}

@media (min-width: 1920px) {
    .slider-index-item > a {
        display: flex;
        justify-content: center
    }
}

.slider-index-box {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden
}

.news-row__description {
    max-width: 410px;
    padding-left: 29px
}

.news-row__description h3 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 400px;
    margin-bottom: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.news-row__description p {
    color: rgba(0, 0, 0, .7);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3
}

.index-category {
    margin: 50px 0;
    position: relative
}

.index-category h3 {
    color: #000;
    font-family: "LatoBlack", "sans-serif";
    font-size: 34px;
    margin-bottom: 16px;
    line-height: 1.3;
    font-weight: 400
}

.index-category p {
    color: rgba(0, 0, 0, .7);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.index-category-slider-wrap [data-custom-nav-prev], .index-category-slider-wrap [data-custom-nav-next] {
    width: 37px;
    height: 37px;
    -webkit-box-shadow: 0 0 20px 1px rgba(48, 48, 48, .1);
    box-shadow: 0 0 20px 1px rgba(48, 48, 48, .1);
    background-color: #fff;
    top: -webkit-calc(50% - 17px);
    top: calc(50% - 17px)
}

.index-category-slider-wrap [data-custom-nav-next] {
    right: -4px;
    padding-right: 7px
}

.index-category-slider-wrap [data-custom-nav-prev] {
    left: -4px;
    padding-left: 2px
}

.index-category__description {
    max-height: 320px
}

[data-custom-nav-prev], [data-custom-nav-next] {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

[data-custom-nav-prev] {
    left: -20px
}

[data-custom-nav-next] {
    right: -20px
}

.index-category__slider .flickity-slider {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-right: 10px;
    margin-left: 10px
}

.index-category__slider .flickity-viewport {
    margin: 0 -10px
}

.index-category__slider-cell {
    width: 270px;
    margin: 15px 15px 0
}

.index-category__slider-cell .product-item {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.subscribe-form {
    position: relative;
    text-align: center;
    border-radius: 10px;
    background-color: #fcfcfc;
    overflow-y: visible;
    padding: 47px 10px 50px
}

.subscribe-form h3 {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 32px
}

.subscribe-form p {
    color: rgba(0, 0, 0, .7);
    font-size: 16px;
    font-weight: 400;
    margin: 16px auto 40px;
    max-width: 275px;
    line-height: 1.2
}

.subscribe-form .brd-btn {
    font-size: 12px;
    letter-spacing: normal;
    padding: 6px 74px
}

.subscribe-form .input-style-border-bottom {
    background: #fcfcfc;
    color: #000;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #848484;
    width: 221px;
    margin: 0 auto 41px;
    display: block;
    text-align: center
}

.index-page-section__news {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fcfcfc;
    margin-left: 30px
}

.index-page-section__form {
    width: 370px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.index-page-section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.block-news {
    padding-top: 47px
}

.block-news__title {
    text-align: center;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px
}

.news-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 89px;
    margin: 33px 0
}

.description-date-create {
    color: rgba(0, 0, 0, .4);
    font-size: 11px;
    font-weight: 400;
    display: block;
    line-height: 1.3;
    margin: 7px 0 12px
}

.arrow-btn {
    width: 37px;
    height: 37px;
    -webkit-box-shadow: 0 0 20px 1px rgba(48, 48, 48, .1);
    box-shadow: 0 0 20px 1px rgba(48, 48, 48, .1);
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: none;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.arrow-btn:after {
    content: '';
    position: relative;
    height: 12px;
    width: 12px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-right: -4px
}

.arrow-btn--news {
    -webkit-transform: rotate(-90deg) translateY(-50%);
    -ms-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%);
    left: 50%;
    bottom: -8px
}

.arrow-btn.active:after {
    content: '';
    position: relative;
    height: 12px;
    width: 12px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(225deg);
    margin-right: 5px
}

.barands-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.barands-slider__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 22px;
    margin-bottom: 22px;
    width: 10%;
    height: 75px
}

.barands-slider__link {
    display: block;
    position: relative;
    height: 100%;
    width: 100%
}

.barands-slider__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inherit;
    width: 100%;
    height: auto;
    margin: auto
}

.brands-section--index {
    padding-top: 56px;
    padding-bottom: 63px
}

@media (max-width: 1024px) {
    .news-row__description p {
        max-height: 35px;
        overflow: hidden
    }

    .index-category__slider-cell {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
        margin: 20px 20px 0
    }

    .index-category__slider .flickity-slider {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        margin: 0 0 0 10px
    }

    .index-category__description {
        max-width: 216px
    }

    .index-category__slider .flickity-viewport {
        margin: 0 -30px
    }

    .no-gutters-md {
        padding: 0 !important
    }

    .index-category-slider-wrap {
        max-width: 612px;
        margin-left: -30px
    }

    .index-category-slider-wrap [data-custom-nav-prev] {
        left: -35px
    }

    .index-category-slider-wrap [data-custom-nav-next] {
        right: -35px
    }

    .index-category {
        margin: 30px 0
    }

    .index-page-section .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding: 0
    }

    .subscribe-form {
        background: 0 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 840px;
        padding-right: 35px;
        padding-top: 29px;
        padding-bottom: 0
    }

    .subscribe-form__footer {
        padding-top: 16px
    }

    .index-page-section__form {
        width: 100%;
        background-color: #fcfcfc
    }

    .subscribe-form__header img {
        position: absolute;
        left: 50%;
        top: 45px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .block-news {
        margin-left: 0;
        padding-top: 36px
    }

    .news-row {
        max-width: 100%;
        margin: 20px 0;
        max-width: 415px
    }

    .block-news__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .news-row-img-link {
        width: 197px;
        height: 131px
    }

    .news-row__description h3 {
        white-space: normal;
        -o-text-overflow: inherit;
        text-overflow: inherit
    }

    .news-row__description {
        padding-left: 19px
    }

    .hidden-content-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .hidden-content-wrap, .block-news__content {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .block-news__title {
        font-size: 18px
    }

    .subscribe-form h3 {
        font-size: 18px;
        margin-bottom: 19px
    }

    .subscribe-form .input-style-border-bottom {
        margin: 0 auto 20px
    }

    .brands-section--index {
        padding-bottom: 32px
    }

    .footer-info {
        margin-right: 88px
    }

    .footer-category__item:not(:last-child) {
        margin-right: 30px
    }

    .footer-category__item:nth-child(1) {
        max-width: 208px
    }

    .footer-category__item:nth-child(2) {
        max-width: 150px
    }

    .footer-category__item:nth-child(3) {
        max-width: 178px
    }

    .index-page-section__news {
        margin-left: 0;
        background: #fff
    }

    p.text-form-error {
        top: 45px
    }
}

.link-phone.link-phone--dark:hover svg path, .link-phone.link-phone--dark:focus svg path, .link-phone.link-phone--dark:active svg path {
    fill: #ef5858;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.link-phone.link-phone--big {
    font-size: 21px;
    font-family: "LatoRegular", "sans-serif"
}

.link-lbm-email {
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.link-lbm-email svg {
    margin-right: 17px
}

.link-lbm-email svg path {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.link-lbm-email:hover, .link-lbm-email:focus, .link-lbm-email:active {
    color: #ef5858;
    text-decoration: none
}

.link-lbm-email:hover svg path, .link-lbm-email:focus svg path, .link-lbm-email:active svg path {
    fill: #ef5858
}

.info-copy {
    opacity: .4;
    color: #000;
    font-size: 12px;
    font-weight: 400
}

.info-copy--footer {
    margin-top: 8px
}

.social-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.social-list__item:not(:last-child) {
    margin-right: 24px
}

.social-list__link {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.social-list__link--vk {
    background-image: url(../img/vk.svg)
}

.social-list__link--in {
    background-image: url(../img/instagram.svg)
}

.social-list__link--yt {
    background-image: url(../img/youtube.svg)
}

.social-list__link--wa {
    background-image: url(../img/whatsapp.svg)
}

.social-list__link--vb {
    background-image: url(img/round-viber.svg)
}

.social-list__link--tl {
    background-image: url(img/round-telegram.svg)
}

.footer-top-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footer-category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footer-category__h {
    color: #a2a2a2;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 15px
}

.footer-category__item:not(:last-child) {
    margin-right: 45px
}

.category-list__item {
    margin: 15px 0
}

.footer-info {
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 189px
}

.footer-info__contacts a {
    margin: 15px 0 18px
}

.footer-info__contacts a.link-phone {
    margin-top: 20px
}

.category-list__link {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    display: block
}

.news-row-img-link {
    display: block;
    width: 218px;
    height: 97px
}

.news-row-img-link img {
    display: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.index-category-slider-wrap {
    position: relative
}

[data-more-content] {
    width: 100%;
    display: none
}

.darken-bg {
    position: relative
}

.darken-bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7)
}

.slider-index .slick-prev:before, .slider-index .slick-next:before {
    content: '';
    position: absolute;
    height: 12px;
    display: block;
    width: 12px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    top: 15px
}

.slider-index .slick-prev:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 16px
}

.slider-index .slick-next:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: 18px
}

.index-category-slider-wrap .custom-slider-navigation svg {
    display: none
}

.index-category-slider-wrap .custom-slider-navigation--prev:before, .index-category-slider-wrap .custom-slider-navigation--next:before {
    content: '';
    position: absolute;
    height: 12px;
    display: block;
    width: 12px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    top: 13px
}

.index-category-slider-wrap .custom-slider-navigation--prev:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 16px
}

.index-category-slider-wrap .custom-slider-navigation--next:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: 18px
}

.subscribe-form__footer {
    position: relative
}

.not {
    position: relative
}

p.text-form-error {
    position: absolute;
    top: 31px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #ed3833;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 !important
}

.input-style-border-bottom.not {
    color: #ed3833;
    border-color: #ed3833
}

.stars {
    position: absolute;
    bottom: 0;
    height: 100%;
    background: red
}

.news-row__description h3:hover {
    color: #ef5858;
    display: block
}

.product-item a:focus {
    outline: none
}

.subscribe-form ::-webkit-input-placeholder {
    color: #dadada
}

.subscribe-form :-moz-placeholder {
    color: #dadada
}

.subscribe-form ::-moz-placeholder {
    color: #dadada
}

.subscribe-form :-ms-input-placeholder {
    color: #dadada
}

.bob {
    -webkit-transition: left 3s, -webkit-transform;
    transition: left 3s, -webkit-transform;
    -o-transition: transform, left 3s;
    transition: transform, left 3s;
    transition: transform, left 3s, -webkit-transform;
    opacity: 0
}

.paper-airplane {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

@-webkit-keyframes flying {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    20% {
        -webkit-transform: translateY(-320px);
        transform: translateY(-320px)
    }
    50% {
        -webkit-transform: rotate(32deg) translateY(-320px) translateX(-149px);
        transform: rotate(32deg) translateY(-320px) translateX(-149px)
    }
    100% {
        -webkit-transform: translateX(9999px);
        transform: translateX(9999px)
    }
}

@keyframes flying {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    20% {
        -webkit-transform: translateY(-320px);
        transform: translateY(-320px)
    }
    50% {
        -webkit-transform: rotate(32deg) translateY(-320px) translateX(-149px);
        transform: rotate(32deg) translateY(-320px) translateX(-149px)
    }
    100% {
        -webkit-transform: translateX(9999px);
        transform: translateX(9999px)
    }
}

.active.paper-airplane {
    -webkit-animation-name: flying;
    animation-name: flying;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media (max-width: 1260px) {
    .barands-slider__item {
        margin: 12px 43px 12px 0;
        width: 15%
    }

    .barands-slider {
        max-width: 820px;
        margin: 0 auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-category__slider-cell {
        width: -webkit-calc(33.33333333% - 10px);
        width: calc(33.33333333% - 10px);
        margin: 12px 12px 0
    }

    .index-category__slider .flickity-slider {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        margin: 0 0 0 10px
    }

    .index-category h3 {
        font-size: 28px
    }

    .news-row {
        margin: 33px auto 33px auto;
        max-width: 485px;
        padding-left: 0
    }
}

@media (max-width: 1024px) {
    .news-row {
        margin: 20px 0;
        max-width: 415px
    }

    .subscribe-form {
        padding-top: 29px;
        padding-bottom: 0
    }
}

@media (max-width: 991px) {
    .index-category__description {
        display: none
    }

    .index-category-slider-wrap {
        max-width: 632px;
        margin: 0 auto
    }

    .index-category-slider-wrap [data-custom-nav-next] {
        right: -55px
    }

    .index-category-slider-wrap [data-custom-nav-prev] {
        left: -55px
    }

    .index-category h3 {
        text-align: center;
        margin-bottom: 30px
    }

    .news-row-img-link {
        width: 121px;
        height: 109px
    }

    .news-row {
        max-width: 345px
    }

    .slider-index-box {
        margin-bottom: 10px
    }

    .subscribe-form {
        padding-right: 0
    }

    .footer-info {
        margin-right: 35px
    }

    .hidden-content-wrap, .block-news__content {
        max-width: 750px;
        margin: 0 auto
    }

    .index-page-section__form {
        padding-left: 38px;
        padding-right: 33px
    }
}

@media (max-width: 768px) {
    .barands-slider {
        overflow: hidden;
        margin-right: -20px;
        margin-left: -20px;
        padding-left: 40px
    }

    .barands-slider .flickity-viewport {
        overflow: visible
    }

    .brands-section .container {
        width: 100%
    }

    .block-news__title {
        margin-bottom: 7px
    }

    .description-date-create {
        margin: 0 0 10px
    }

    .arrow-btn--news {
        bottom: -10px
    }

    .brands-section--index {
        padding: 50px 0 46px
    }

    .news-row {
        max-width: 333px;
        margin: 20px
    }

    .hidden-content-wrap, .block-news__content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer-top-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 650px;
        margin: 0 auto
    }

    .footer-info {
        margin-right: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .info-copy--footer {
        margin-top: 8px;
        position: absolute;
        left: 24px;
        bottom: -13px
    }

    .footer-info__logo svg {
        width: 155px;
        height: 29px
    }

    .footer__inner-top {
        padding: 38px 0
    }

    .social-list__link {
        display: inline-block;
        width: 31px;
        height: 31px
    }

    .social-list__item:not(:last-child) {
        margin-right: 14px
    }

    .footer-info__contacts a {
        margin: 0
    }

    .footer-info__contacts a.link-phone {
        margin-top: 0
    }

    .link-lbm-email svg {
        width: 20px;
        height: auto
    }

    .footer-category {
        padding-top: 56px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer-category__item {
        text-align: center;
        max-width: 155px
    }

    .footer-category__item:nth-child(1) {
        max-width: 150px
    }

    .category-list__item {
        margin: 17px 0
    }
}

@media (max-width: 600px) {
    .slider-index .slick-prev, .slider-index .slick-next {
        display: none
    }

    .slider-index .slick-prev:before, .slider-index .slick-next:before {
        top: 10px
    }

    .slider-index .slick-prev:before {
        left: 11px
    }

    .slider-index .slick-next:before {
        right: 12px
    }
}

@media (max-width: 768px) {
    .index-category-slider-wrap [data-custom-nav-prev] {
        left: 0
    }

    .index-category-slider-wrap [data-custom-nav-next] {
        right: 0
    }

    .subscribe-form__header img {
        display: none
    }

    .subscribe-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .block-news__content {
        padding-left: 0
    }

    .hidden-content-wrap, .block-news__content {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .footer-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: initial
    }

    .footer-category {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 44px
    }

    .footer-category__item:not(:last-child) {
        margin-right: 0
    }

    .footer-category__item {
        margin-bottom: 30px
    }

    .footer__inner-top {
        position: relative
    }

    .info-copy--footer {
        bottom: 10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .footer-info__contacts a {
        margin: 0 0 20px
    }

    .footer-info__logo {
        margin-bottom: 20px
    }

    .social-list {
        margin-left: 14px
    }

    .index-page-section__form {
        padding-bottom: 46px
    }

    .subscribe-form p {
        margin: 16px auto 10px
    }
}

@media (max-width: 575px) {
    .news-row-img-link {
        width: 101px;
        height: 101px
    }

    .news-row__description h3 {
        font-size: 14px
    }

    .news-row__description p {
        font-size: 12px
    }

    .news-row {
        max-width: 285px;
        margin: 10px 0
    }

    .index-category h3 {
        font-size: 22px;
        margin-bottom: 22px;
        text-align: left
    }

    .slider-index-box {
        margin-bottom: 0
    }

    .index-category-slider-wrap [data-custom-nav-next], .index-category-slider-wrap [data-custom-nav-prev] {
        display: none
    }

    .index-category__slider .slick-list {
        overflow: visible
    }

    .index-category__slider-cell {
        margin: 20px;
        width: 225px
    }

    .index-category-slider-wrap {
        overflow: hidden;
        margin-right: -15px;
        margin-left: -15px;
        padding-left: 15px
    }

    .block-news {
        padding-top: 37px
    }

    .block-news__title {
        margin-bottom: 17px
    }

    .barands-slider__item {
        height: 57px;
        margin: 12px 30px 12px 0
    }

    .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .barands-slider, .index-category-slider-wrap {
        margin-left: -15px;
        margin-right: -15px
    }

    .barands-slider {
        padding-left: 20px
    }

    .news-row__description {
        padding-left: 15px
    }

    .footer__inner-top {
        padding: 26px 0
    }

    .category-list__item {
        margin: 11px 0
    }

    .footer-category__item:nth-child(3) {
        max-width: 175px
    }

    .brands-section--index {
        padding: 50px 0 35px
    }

    .footer-category__item {
        margin-bottom: 13px
    }

    .footer-category__item:nth-child(2) {
        margin-bottom: 23px
    }

    .index-category {
        margin: 20px 0
    }

    #scroller {
        display: none !important
    }
}

@media (max-width: 340px) {
    .barands-slider__item {
        width: 30%
    }
}

@media (min-width: 1260px) {
    .slider-index .slick-next {
        right: 100px
    }

    .slider-index .slick-prev {
        left: 100px
    }
}

@media (max-width: 767px) {
    .product-item.product-item--style-sm .item__new {
        width: 64px;
        height: 64px;
        font-size: 9px;
        top: -17px;
        left: -14px
    }

    .product-item.product-item--style-sm .item__sale {
        width: 64px;
        height: 64px;
        font-size: 9px;
        top: -17px;
        left: -14px
    }

    .product-item.product-item--style-sm .item__hit {
        width: 64px;
        height: 64px;
        font-size: 9px;
        top: -17px;
        left: -14px
    }

    .product-item.product-item--style-sm .btn-favourites:before {
        top: 12px;
        -webkit-background-size: 36px 36px;
        background-size: 36px;
        left: 19px
    }

    .product-item.product-item--style-sm .item__image {
        height: 214px
    }

    .product-item.product-item--style-sm .title__link {
        line-height: 1.2
    }

    .product-item.product-item--style-sm .item__meta {
        height: 58px
    }

    .product-item.product-item--style-sm .item__title {
        padding: 7px 15px 12px;
        max-height: 43px
    }
}

#scroller {
    width: 60px;
    height: 60px;
    -webkit-box-shadow: 0 0 20px 1px rgba(48, 48, 48, .15);
    box-shadow: 0 0 20px 1px rgba(48, 48, 48, .15);
    background-color: #fbfbfb;
    opacity: .8;
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    text-decoration: none;
    display: none;
    bottom: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 25px
}

.scroller-arrow {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.scroller-arrow:after {
    content: '';
    position: relative;
    height: 14px;
    display: block;
    width: 14px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(134deg);
    -ms-transform: rotate(134deg);
    transform: rotate(134deg);
    margin-bottom: -7px
}

.bg-white {
    background: #fff
}

.custom-slider-navigation {
    width: 51px;
    height: 51px;
    border: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    z-index: 7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.inner-1__status {
    font-size: 11px;
    line-height: 33px;
    display: block;
    float: right;
    height: 34px;
    padding: 0 12px;
    color: #8c96a3;
    border: 1px solid #dae0e2;
    border-radius: 6px;
    background-color: #fff;
    text-transform: uppercase;
    position: relative;
    top: 0
}

.btn-big-favorite {
    background: 0 0;
    height: 52px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #9ac5f6;
    font-size: 14px;
    font-weight: 400;
    color: #9ac5f6;
    text-transform: uppercase;
    letter-spacing: 2.1px;
    padding: 0 15px
}

.btn-big-favorite svg {
    margin-right: 10px
}

.btn-big-favorite:focus, .btn-big-favorite:hover {
    text-decoration: none
}

.btn-big-favorite:hover {
    background-color: #b1d2f8;
    border-color: #b1d2f8;
    color: #fff
}

.btn-big-favorite:hover svg path {
    fill: #fff
}

.btn-big-favorite:active {
    background-color: #83b8f4;
    border-color: #83b8f4
}

.btn-big-favorite:active svg path {
    fill: #fff
}

.btn-big-favorite.btn-favorite--is-active svg path {
    fill: #ff2d35
}

.btn-big-favorite:before {
    display: none
}

.slick-active:focus {
    outline: none !important
}

.product-gallery {
    display: inline-block;
    max-width: 120px;
    margin-right: 15px;
    position: relative;
    z-index: 2
}

.product-slider-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative
}

.product-detail__inner-top .row {
    position: relative;
    z-index: 3
}

.vertical-slider-product__cell {
    cursor: pointer
}

.vertical-wrap {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    left: 0
}

.product-gallery .slick-current .vertical-slider-product__img .vertical-wrap {
    border: 2px solid #363636
}

.product-gallery .slick-current + .slick-slide .vertical-slider-product__img {
    border-top: none
}

.nav-product-gallery-wrap {
    position: relative;
    overflow: hidden
}

button.slick-prev.detail_slider_nav-prev, button.slick-next.detail_slider_nav-next {
    position: absolute;
    bottom: -30px;
    width: 67px;
    height: 67px;
    top: auto;
    background: #fff;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
    left: 27px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

button.slick-prev.detail_slider_nav-prev svg, button.slick-next.detail_slider_nav-next svg {
    width: 21px;
    height: 21px;
    position: relative;
    left: 10px
}

button.slick-prev.detail_slider_nav-prev:before, button.slick-next.detail_slider_nav-next:before {
    display: none
}

.detail-label {
    font-family: "LatoSemibold", "sans-serif";
    font-size: 12px;
    position: absolute;
    top: 13px;
    left: auto;
    right: 8px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    padding: 8px 22px;
    color: #fff;
    line-height: 1;
    z-index: 2
}

.detail-label--hit {
    background-color: #F18A04;
    background-image: url(https://browxenna.com/local/templates/main/img/hit-label.svg);
    background-size: 46px;
    background-position: 23px -16px;
    background-repeat: no-repeat;
}

.detail-label--new {
    background-color: #4caf50
}

.detail-label--sale {
    background-color: #ff2d35
}

.inner-1__p-thought {
    color: #8b8b8b;
    font-size: 18px;
    font-weight: 500;
    text-decoration: line-through
}

.inner-1__title {
    color: #283238;
    font-size: 28px;
    font-family: "LatoRegular", "sans-serif";
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 23px
}

.price-select__inner-2 .inner-2__drop-select-list {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 48px
}

.price-select__inner-2 .drop-select-list__title:after {
    right: 7px
}

.product-detail .price-select__inner-2 .drop-select-list__title:after {
    right: 0
}

.price-select__inner-1 {
    width: 100%;
    margin: 0;
    position: relative;
    padding-top: 24px;
    display: table
}

.price-select__inner-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0 0
}

.price-select__inner-2 .drop-select-list__title {
    padding: 0;
    font-size: 16px
}

.product-detail .price-select__inner-2 .drop-select-list__title {
    padding: 0 10px
}

.order-block__price-select .price-select__inner-3 .inner-3__count-block {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 6px;
    margin-bottom: 23px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.order-count__text {
    color: #494a4b;
    font-size: 16px;
    font-weight: 400
}

.price-select__inner-3 .inner-3__btn-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.price-select__inner-3 .count-block__btn-minus {
    width: 25px;
    height: 25px
}

.price-select__inner-3 .count-block__btn-minus:before {
    width: 13px
}

.price-select__inner-3 .count-block__btn-plus {
    width: 25px;
    height: 25px
}

.price-select__inner-3 .count-block__btn-plus:before, .price-select__inner-3 .count-block__btn-plus:after {
    width: 13px
}

.price-select__inner-3 .count-block__inp {
    width: 47px;
    height: 25px
}

.order-block__parameters {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #494a4b;
    padding: 18px 0 0
}

ul.parameters__list span {
    width: 50%;
    display: inline-block
}

.detail-tabs {
    margin-top: 66px;
    margin-bottom: 33px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.detail-tabs li:not(:last-child) {
    margin-right: 50px
}

.detail-tabs li {
    font-size: 18px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    white-space: nowrap
}

.detail-tabs li.active {
    color: #4990e2
}

.detail-tabs li:hover {
    color: #4990e2;
    cursor: pointer
}

.tab-content__item:not(:first-child) {
    display: none
}

.detail-content h3 {
    font-size: 16px;
    line-height: 1.3;
    color: #484d52;
    margin: 30px 0;
    font-weight: 400
}

.detail-content p {
    color: #484d52;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 20px
}

.detail-content ol, .detail-content ul {
    padding-left: 15px
}

.detail-content ol li {
    list-style-type: decimal
}

.detail-content ul li {
    list-style-type: disc
}

.detail-content ul {
    margin: 20px 0
}

.detail-content li {
    font-size: 14px
}

.js-hrz-menu.flickity-enabled {
    display: block !important
}

.js-hrz-menu.flickity-enabled .flickity-viewport {
    overflow: visible
}

.list-accordion-wrap span:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.list-accordion-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.list-accordion-wrap span:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.list-accordion-wrap span:before, .list-accordion-wrap span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #000;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.list-accordion-wrap span.active:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.list-accordion-wrap span.active:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.list-accordion-wrap span {
    margin-top: -5px;
    position: relative;
    display: block;
    margin-right: 10px;
    cursor: pointer
}

.list-accordion-wrap.list-accordion-wrap--big {
    padding: 33px 0 25px
}

.list-accordion-wrap.list-accordion-wrap--big .list-accordion__link {
    color: #283238;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.list-accordion-wrap.list-accordion-wrap--big span {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    width: 38px;
    height: 37px;
    margin-left: auto
}

.list-accordion-wrap.list-accordion-wrap--big span:after, .list-accordion-wrap.list-accordion-wrap--big span:before {
    background-color: #b0b0b0;
    width: 37px
}

.list-accordion--big .list-accordion__item:not(:last-child) {
    border-bottom: 1px solid #d9e2eb
}

.sub-accordion__item.detail-description {
    padding-bottom: 28px
}

.detail-description h3 {
    font-size: 18px;
    font-family: "LatoBold", "sans-serif";
    margin-bottom: 15px
}

.detail-description p {
    font-size: 14px;
    font-family: "LatoRegular", "sans-serif";
    margin-bottom: 15px;
    line-height: 1.4
}

ul.sub-accordion.sub-accordion__detail {
    padding-left: 0
}

.d-file-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 70px
}

.d-file-btn span {
    color: #4990e2;
    font-size: 14px;
    font-weight: 400;
    margin-left: 15px
}

.slider-content-big, .slider-content-nav {
    width: 372px
}

[tooltip-lb] {
    position: relative
}

[tooltip-lb]:before, [tooltip-lb]:after {
    text-transform: none;
    font-size: .9em;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0
}

[tooltip-lb]:before {
    content: '';
    border: 5px solid transparent;
    z-index: 1001
}

[tooltip-lb]:after {
    content: attr(tooltip-lb);
    text-align: center;
    min-width: 3em;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch 1.1ch;
    -webkit-box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, .35);
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, .35);
    background: rgba(0, 0, 0, .65);
    color: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1;
    z-index: 1000
}

.slider-content__cell {
    height: 372px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    margin: 0;
    position: relative
}

[tooltip-lb]:hover:before, [tooltip-lb]:hover:after {
    display: block
}

[tooltip='']:before, [tooltip='']:after {
    display: none !important
}

[tooltip-lb]:not([flow]):before, [tooltip-lb][flow^=up]:before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #cf9499
}

[tooltip-lb]:not([flow]):after, [tooltip-lb][flow^=up]:after {
    bottom: -webkit-calc(100% + 5px);
    bottom: calc(100% + 5px)
}

[tooltip-lb]:not([flow]):before, [tooltip-lb]:not([flow]):after, [tooltip-lb][flow^=up]:before, [tooltip-lb][flow^=up]:after {
    left: 50%;
    -webkit-transform: translate(-50%, -.5em);
    -ms-transform: translate(-50%, -.5em);
    transform: translate(-50%, -.5em)
}

[tooltip-lb][flow^=down]:before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #f4f4f4
}

[tooltip-lb][flow^=down]:after {
    top: -webkit-calc(100% + 5px);
    top: calc(100% + 5px)
}

[tooltip-lb][flow^=down]:before, [tooltip-lb][flow^=down]:after {
    left: 50%;
    -webkit-transform: translate(-50%, .5em);
    -ms-transform: translate(-50%, .5em);
    transform: translate(-50%, .5em)
}

[tooltip-lb][flow^=left]:before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #f4f4f4;
    left: -webkit-calc(0em - 5px);
    left: calc(0em - 5px);
    -webkit-transform: translate(-.5em, -50%);
    -ms-transform: translate(-.5em, -50%);
    transform: translate(-.5em, -50%)
}

[tooltip-lb][flow^=left]:after {
    top: 50%;
    right: -webkit-calc(100% + 5px);
    right: calc(100% + 5px);
    -webkit-transform: translate(-.5em, -50%);
    -ms-transform: translate(-.5em, -50%);
    transform: translate(-.5em, -50%)
}

[tooltip-lb][flow^=right]:before {
    top: 50%;
    border-left-width: 0;
    border-right-color: rgba(0, 0, 0, .65);
    right: -webkit-calc(0em - 14px);
    right: calc(0em - 14px);
    -webkit-transform: translate(.5em, -50%);
    -ms-transform: translate(.5em, -50%);
    transform: translate(.5em, -50%)
}

[tooltip-lb][flow^=right]:after {
    top: 50%;
    left: -webkit-calc(100% + 14px);
    left: calc(100% + 14px);
    -webkit-transform: translate(.5em, -50%);
    -ms-transform: translate(.5em, -50%);
    transform: translate(.5em, -50%)
}

@-webkit-keyframes tooltips-vert {
    to {
        opacity: .9;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@keyframes tooltips-vert {
    to {
        opacity: .9;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@-webkit-keyframes tooltips-horz {
    to {
        opacity: .9;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

[tooltip-lb]:not([flow]):hover:before, [tooltip-lb]:not([flow]):hover:after, [tooltip-lb][flow^=up]:hover:before, [tooltip-lb][flow^=up]:hover:after, [tooltip-lb][flow^=down]:hover:before, [tooltip-lb][flow^=down]:hover:after {
    -webkit-animation: tooltips-vert .3s ease-out forwards;
    animation: tooltips-vert .3s ease-out forwards
}

[tooltip-lb][flow^=left]:hover:before, [tooltip-lb][flow^=left]:hover:after, [tooltip-lb][flow^=right]:hover:before, [tooltip-lb][flow^=right]:hover:after {
    -webkit-animation: tooltips-horz .3s ease-out forwards;
    animation: tooltips-horz .3s ease-out forwards
}

.tab-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.tab-list__hidden-content {
    display: none;
    position: absolute;
    left: 0;
    top: 50px
}

.slider-content-wrap {
    max-height: 661px;
    margin-bottom: 50px
}

.slider-content-nav__cell {
    cursor: pointer;
    background-position: center;
    height: 100px;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-repeat: no-repeat;
    position: relative
}

@media (min-width: 991px) {
    .slider-content-nav__cell {
        margin-right: 17.5px;
        margin-left: 17.5px
    }
}

.slider-content-nav__cell:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #dae0e2;
    left: 0
}

.slider-content-big .custom-slider-navigation, .slider-content__cell, .slider-content-nav__cell.is-selected:after {
    border: 2px solid #dae0e2;
}

.custom-slider-navigation svg {
    width: 20px
}

.custom-slider-navigation--prev {
    padding-left: 15px
}

.custom-slider-navigation--next {
    padding-right: 15px
}

.custom-slider-navigation--next svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider-content-big {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px
}

.slider-content--prev, .slider-content--next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat
}

.slider-content--next {
    right: -24px;
    background-position: 16px center;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE5MjI2IDE2LjYzNTlDMC45OTI4NiAxNi44MzUzIDAuNjY4MTY0IDE2LjgzMDYgMC40NzQ1MzggMTYuNjI1NkMwLjI4ODk0NCAxNi40MjkxIDAuMjkyOTI1IDE2LjEyMDcgMC40ODM1MjkgMTUuOTI5MUw3Ljg3MTcyIDguNTAwMTRMMC40ODM1MTUgMS4wNzA5M0MwLjI5MjkxOCAwLjg3OTI2OSAwLjI4ODk0IDAuNTcwOTAxIDAuNDc0NTMxIDAuMzc0MzkyQzAuNjY4MTU5IDAuMTY5Mzc1IDAuOTkyODU4IDAuMTY0NzM4IDEuMTkyMjYgMC4zNjQxNDRMOS4zMjgxMiA4LjUwMDE0TDEuMTkyMjYgMTYuNjM1OVoiIGZpbGw9IiM2RDdGOEEiLz4KPC9zdmc+Cg==")
}

.slider-content--prev {
    left: -24px;
    background-position: 22px center;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDkgMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOC4xMzU4NiAwLjM2NDEzMkM4LjMzNTI3IDAuMTY0NzMyIDguNjU5OTYgMC4xNjkzNzEgOC44NTM1OSAwLjM3NDM4N0M5LjAzOTE4IDAuNTcwODk4IDkuMDM1MiAwLjg3OTI3MSA4Ljg0NDYgMS4wNzA5M0wxLjQ1NjQgOC40OTk4Nkw4Ljg0NDYxIDE1LjkyOTFDOS4wMzUyMSAxNi4xMjA3IDkuMDM5MTggMTYuNDI5MSA4Ljg1MzU5IDE2LjYyNTZDOC42NTk5NiAxNi44MzA2IDguMzM1MjcgMTYuODM1MyA4LjEzNTg2IDE2LjYzNTlMMCA4LjQ5OTg2TDguMTM1ODYgMC4zNjQxMzJaIiBmaWxsPSIjNkQ3RjhBIi8+Cjwvc3ZnPgo=")
}

.detail-video-wrap {
    margin-top: 30px
}

.slider-content-nav.slick-slider .slick-list {
    height: 100px
}

.slider-content-nav .flickity-viewport {
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.slider-content__cell img {
    -o-object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit: cover;'
}

@media (min-width: 992px) {
    #review-form .popup7-dialog.popup7-lg {
        max-width: 670px
    }
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.inner-1__title {
    color: #283238;
    font-size: 28px;
    font-family: "LatoRegular", "sans-serif";
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 23px
}

.c-block {
    -webkit-box-shadow: 0 5px 30px rgba(221, 221, 221, .5);
    box-shadow: 0 5px 30px rgba(221, 221, 221, .5);
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    margin-bottom: 30px;
    padding: 24px 25px
}

@media (max-width: 991px) {
    .c-block {
        margin-bottom: 30px
    }
}

.c-block__title {
    font-size: 18px;
    font-family: "LatoBold", "sans-serif";
    margin-bottom: 5px;
    color: #000
}

.c-block__list {
    margin-bottom: 10px
}

.c-block__item {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
    line-height: 1.3
}

@media (max-width: 575px) {
    .c-block__item {
        font-size: 14px
    }
}

.c-block__item--btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.c-block__link {
    color: #6a98df;
    font-size: 16px
}

.section-dist-contact__title {
    margin-top: 75px;
    margin-bottom: 47px
}

.soc-sm-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.soc-sm-list__item:not(:first-child) {
    margin-left: 7px
}

.soc-sm-list--mr {
    margin-right: 9px
}

@media (min-width: 991px) {
    .flex-wrap-lg {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-wrap: wrap;
        justify-content: center;
        display: flex
    }

    .flex-wrap-lg > div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.lazyload {
    -webkit-filter: blur(15px);
    filter: blur(15px);
    transition: filter .4s, -webkit-filter .4s
}

.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0)
}

.detail-content .col-lg-8 img:not(.off-w) {
    width: 100%;
    height: auto
}

.detail-content iframe {
    width: 100%
}

.list-disc {
    padding-left: 15px;
    list-style-type: disc
}

.list-disc li {
    list-style-type: disc
}

.searchbox-close-icon {
    display: block;
    z-index: 2;
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    cursor: pointer;
    width: 25px;
    background-repeat: no-repeat;
    height: 25px;
    -webkit-background-size: 25px 25px;
    background-size: 25px;
    display: none
}

.searchbox-close-icon:before {
    position: absolute;
    top: 50%;
    left: calc(50% - 10px);
    display: block;
    width: 20px;
    height: 1.4px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #000;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.searchbox-close-icon:after {
    position: absolute;
    top: 50%;
    left: calc(50% - 10px);
    display: block;
    width: 20px;
    height: 1.4px;
    content: '';
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #000;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.search-item.search-item--deactivate img, .search-item.search-item--deactivate span, .search-item.search-item--deactivate .off {
    filter: grayscale(1)
}

.search-cart-add {
    display: inline-block;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: url(/local/templates/main/assets/css/img/circle-cart.svg) no-repeat;
    background-size: contain;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.search-cart-add.cart__selected {
    font-size: 0;
    background: url(/local/templates/main/assets/css/img/in-cart.svg) no-repeat
}

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

.search-item--deactivate .search-cart-add {
    background: url(/local/templates/main/assets/css/img/in-cart.svg) no-repeat
}

.label__checkbox.no .label__point {
    border-color: #ed3833 !important
}

label.label__checkbox.no .label__error {
    position: relative;
    top: -2px
}

.label__checkbox.inp-required:after {
    right: -8px
}

.label__error.label__error-sm {
    margin: 0;
    font-size: 12px;
    color: #ed3833
}

@media (max-width: 1024px) and (min-width: 767px) {
    .subscribe-form ._err {
        position: absolute;
        bottom: -85px;
        right: 37px
    }
}

.order-form-checkboxes .label__error {
    text-align: left
}

.reviews-form__checkboxes {
    margin-bottom: 20px
}

.form-control.no {
    border-color: #ed3833 !important
}

.wholesale-wrap .label__error {
    color: rgba(62, 72, 86, .3);
    font-size: 12px
}

.distr-form__checkboxes {
    margin-top: -20px;
    margin-bottom: 15px
}

.distr-form__checkboxes .label__checkbox {
    color: #8c96a3 !important
}

.opt-form__checkboxes {
    margin-top: -20px;
    margin-bottom: 7px
}

.opt-form__checkboxes .label__checkbox {
    color: #8c96a3 !important
}

.slick-cloned .preloader-item-wrap {
    display: none
}

.lazyload-section {
    position: relative;
    top: -200px;
    height: 10px;
    width: 10px
}

section#become-a-distibutor .label__error, .wholesale-wrap .label__error, .supplier-wrap .label__error {
    color: #ed3833
}

span.banner-dot {
    margin: 0 10px
}

.banner-line__logo-img {
    position: relative;
    top: -1px;
    right: -4px
}

.banner-line__logo-img img {
    max-width: 115px
}

.banner-line {
    -webkit-box-shadow: 0 0 20px 1px rgba(48, 48, 48, .4);
    box-shadow: 0 0 20px 1px rgba(48, 48, 48, .4);
    background-color: #222;
    padding: 10px 0;
    cursor: pointer;
    width: 100%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 775;
    text-decoration: none
}

.banner-line--bottom {
    bottom: 0;
    position: fixed
}

.banner-line--top {
    top: 0;
    position: -webkit-sticky;
    position: sticky
}

.banner-line .inner-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.banner-line .inner-1__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 22px
}

.banner-line .inner-1__item p {
    color: #f7f7f7;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 5px
}

.banner-line .inner-1__img {
    margin-right: 9px
}

.banner-line h3 {
    color: #f7f7f7;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 5px;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto
}

.bx-mac .banner-line h3, .bx-mac .banner-line .inner-1__item p {
    margin-top: 0
}

.banner-line .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.banner-line .btn-white {
    width: 163px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    line-height: 32px;
    height: 32px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    border: 1px solid #fff;
    background-color: #ff1f0f;
    margin-left: 22px
}

.banner-line .btn-white:focus, .banner-line .btn-white:hover {
    text-decoration: none;
    color: #fff
}

.banner-line .btn-white:hover {
    background-color: #ff3729
}

.banner-line .btn-white:active {
    background-color: #f51000
}

a.banner-line:hover {
    text-decoration: none
}

.banner-line.banner-line--top .inner-1__img {
    height: 20px;
    width: 20px
}

@media (max-width: 1200px) {
    .banner-line h3 {
        padding-left: 0;
        margin-left: auto;
        margin-right: auto
    }

    .banner-line .btn-white {
        margin: 0 0 0 22px
    }
}

@media (max-width: 991px) {
    .banner-line h3, .banner-line .inner-1__item p {
        font-size: 15px
    }

    .banner-line .inner-1__item {
        margin-right: 15px
    }

    .banner-line .inner-1__img {
        max-width: 20px
    }

    h3.small-caps {
        width: calc(100% - 80px);
        margin-right: auto;
        margin-left: 0
    }

    .banner-line .container {
        flex-direction: column
    }

    .banner-line .btn-white {
        width: 100%;
        margin: 6px 0 0
    }
}

@media (max-width: 767px) {
    .banner-line .inner-1 {
        display: none
    }

    .banner-line .container {
        padding: 0 15px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 575px) {
    .banner-line h3 {
        font-size: 12px;
        line-height: 1.2
    }

    .banner-line .btn-white {
        border: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        height: 36px;
        line-height: 36px;
        flex: none;
        padding: 0 10px
    }
}

@media (min-width: 575px) {
    .banner-line.banner-line--top .btn-white {
        background: 0 0;
        width: 175px;
        height: 40px;
        border: 2px solid;
        border-radius: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-transform: none
    }

    .banner-line.banner-line--top .btn-white:hover {
        background-color: #ff3729
    }

    .banner-line.banner-line--top .btn-white:active {
        background-color: #f51000
    }
}

#scroller {
    display: none !important
}

input:required {
    box-shadow: none
}

input:invalid {
    box-shadow: none
}

.catalog-modal .order-block__price-select {
    display: block;
    border: 1px solid #dae0e2;
    border-radius: 6px;
    background-color: #fff
}

.catalog-modal .order-block-modal .inner-1__status {
    text-transform: inherit;
    height: 30px;
    line-height: 29px;
    top: 0
}

.catalog-modal .order-block__price-select .price-select__inner-2 .inner-2__drop-select-list {
    border: 1px solid #e8edee
}

.catalog-modal .drop-select-list__title {
    padding: 0 20px
}

.catalog-modal .btn-big-favorite {
    color: #3e4856;
    height: auto;
    border: none;
    background-color: #f3f6f8;
    text-transform: inherit
}

.catalog-modal .btn-big-favorite:before {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    background-image: url(/local/templates/main/assets/css/img/heart_cat.svg);
    height: 30px;
    width: 30px;
    content: '';
    background-size: contain;
    transform: none;
    color: #4990e2;
    background-position: center
}

.catalog-modal .btn-big-favorite svg {
    margin-right: 0
}

.catalog-modal .order-block__price-select .price-select__inner-3 .inner-3__count-block {
    background-color: #f3f6f8;
    border-radius: 6px
}

@media (min-width: 380px) {
    .catalog-modal .price-select__inner-3 {
        display: table
    }

    .catalog-modal .order-block-modal .price-select__inner-1 {
        display: table
    }

    .catalog-modal .inner-3__count-block {
        display: block;
        float: left;
        border-radius: 6px;
        background-color: #f3f6f8;
        margin: 0
    }
}

@media (max-width: 767px) {
    .catalog-modal .catalog-modal__price {
        padding-top: 0
    }
}

.slider-content-nav__cell.slick-current:after {
    border: 2px solid #484d52
}

.review-block {
    margin-bottom: 58px
}

.review-block__pay-prod {
    margin-left: 22px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .5px;
    color: #8a8a8a;
    position: relative
}

.review-block__pay-prod:after {
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxOCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi4zNzY2IDMuNzcxMjNDMTYuNzgyOSA0LjE0NTI0IDE2LjgwOTIgNC43Nzc4NiAxNi40MzUyIDUuMTg0MjNMNy42MjM5OSAxNC43NTc4QzcuNDIzMjMgMTQuOTc2IDcuMTM2MDMgMTUuMDkzOCA2LjgzOTkxIDE1LjA3OTVDNi41NDM4IDE1LjA2NTIgNi4yNjkzIDE0LjkyMDIgNi4wOTA1MSAxNC42ODM3TDEuODgxMzggOS4xMTYzNUMxLjU0ODMxIDguNjc1OCAxLjYzNTQ0IDguMDQ4NjYgMi4wNzU5OSA3LjcxNTU5QzIuNTE2NTQgNy4zODI1MiAzLjE0MzY4IDcuNDY5NjUgMy40NzY3NSA3LjkxMDJMNi45NjM1MyAxMi41MjIxTDE0Ljk2MzYgMy44Mjk4M0MxNS4zMzc2IDMuNDIzNDYgMTUuOTcwMiAzLjM5NzIyIDE2LjM3NjYgMy43NzEyM1oiIGZpbGw9IiM4QkM1M0YiLz4KPC9zdmc+Cg==");
    height: 15px;
    width: 15px;
    background-size: contain;
    top: 3px;
    right: -23px
}

.review-block__user-pic {
    width: 42px;
    height: 42px;
    background-color: #8a8a8a;
    border-radius: 50%;
    background-image: url("/verstka/img/detail/user.jpg");
    margin-right: 20px;
    background-position: center
}

.review-block__info-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.review-block__content h3 {
    font-size: 16px;
    line-height: 20px;
    color: #494a4b;
    margin: 5px 0;
    font-weight: 400
}

.review-block__info-right {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.review-block__info-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.review-block__info-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.review-block__info-data {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .5px;
    color: #b4b4b4
}

.review-rating__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.rev-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.rev-gallery__image {
    height: 80px;
    width: 130px;
    position: relative;
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.rev-gallery__image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.rev-gallery__ready {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.rev-gallery__btn {
    height: 80px;
    width: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 15px;
    margin-left: 15px
}

.rev-gallery__btn button {
    color: #9ac5f6;
    margin-bottom: 0;
    background: 0 0;
    border: none;
    padding: 0;
    line-height: 15px
}

.reviews-detail-form {
    background: #fcfcfc;
    -webkit-box-shadow: 0px 0px 10px rgba(72, 77, 82, .1);
    box-shadow: 0px 0px 10px rgba(72, 77, 82, .1);
    border-radius: 5px;
    padding: 27px 25px 28px;
    margin-top: 4px
}

.reviews-detail-form__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 34px;
    font-weight: 300;
    color: #000;
    font-family: "LatoLight", "sans-serif"
}

.reviews-detail-form__sub-title {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #494a4b;
    display: block
}

.reviews-detail-form__label {
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #515a66;
    display: block
}

.reviews-detail-form__inp {
    background: 0 0;
    border: none;
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 19px;
    color: #3e4856;
    border-bottom: 1px solid #8e96a2
}

.reviews-detail-form__group {
    margin-bottom: 30px
}

.reviews-detail-form__btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    background-color: #4990e2;
    padding: 17px 82.5px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2.5px;
    line-height: 19px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    outline: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    font-family: "LatoRegular", "sans-serif"
}

.reviews-detail-form__btn:focus, .reviews-detail-form__btn:hover {
    text-decoration: none;
    color: #fff
}

.reviews-detail-form__btn:hover {
    background-color: #5f9de6
}

.reviews-detail-form__btn:active {
    background-color: #3383de
}

.reviews-detail-form__footer {
    padding-top: 27.31px
}

.reviews-detail-form__agreement {
    text-align: center;
    font-size: 11px;
    line-height: 13px;
    margin: 6px auto 0;
    display: block;
    color: #a2a1a1;
    max-width: 195px
}

.reviews-detail-form__agreement a {
    text-decoration: underline
}

.reviews-detail-form__images {
    margin-top: 43px
}

.answer-detail-form {
    background: #fcfcfc;
    -webkit-box-shadow: 0px 0px 10px rgba(72, 77, 82, .1);
    box-shadow: 0px 0px 10px rgba(72, 77, 82, .1);
    border-radius: 5px;
    padding: 27px 25px 28px;
    margin-top: 4px
}

.answer-detail-form__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 34px;
    font-weight: 300;
    color: #000;
    font-family: "LatoLight", "sans-serif"
}

.answer-detail-form__sub-title {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #494a4b;
    display: block
}

.answer-detail-form__label {
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #515a66;
    display: block
}

.answer-detail-form__inp {
    background: 0 0;
    border: none;
    width: 100%;
    height: 38px;
    font-size: 16px;
    line-height: 19px;
    color: #3e4856;
    border-bottom: 1px solid #8e96a2
}

.answer-detail-form__group {
    margin-bottom: 30px
}

.answer-detail-form__btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    background-color: #4990e2;
    padding: 17px 82.5px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2.5px;
    line-height: 19px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    outline: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    font-family: "LatoRegular", "sans-serif"
}

.answer-detail-form__btn:focus, .answer-detail-form__btn:hover {
    text-decoration: none;
    color: #fff
}

.answer-detail-form__btn:hover {
    background-color: #5f9de6
}

.answer-detail-form__btn:active {
    background-color: #3383de
}

.answer-detail-form__footer {
    padding-top: 20px
}

.answer-detail-form__agreement {
    text-align: center;
    font-size: 11px;
    line-height: 13px;
    margin: 6px auto 0;
    display: block;
    color: #a2a1a1;
    max-width: 195px
}

.answer-detail-form__agreement a {
    text-decoration: underline
}

.answer-detail-form__images {
    margin-top: 43px
}

.rev-rating-stars {
    margin-bottom: 27px;
    font-size: 27px
}

.dwn-images__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.dwn-images__ready {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.dwn-images__img {
    border: 1px solid #9ac5f6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    width: 96px;
    height: 50px;
    margin-right: 7px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 7px
}

.dwn-images__btn {
    width: 96px;
    height: 50px;
    border: 1px solid #9ac5f6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    background: 0 0;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-size: 48px;
    cursor: pointer;
    color: #9ac5f6
}

#fileElem {
    display: none
}

.notice-msg {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #494a4b;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    width: 100%;
    padding-top: 35px
}

.notice-msg:before {
    position: relative;
    content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxOCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi4zNzY2IDMuNzcxMjNDMTYuNzgyOSA0LjE0NTI0IDE2LjgwOTIgNC43Nzc4NiAxNi40MzUyIDUuMTg0MjNMNy42MjM5OSAxNC43NTc4QzcuNDIzMjMgMTQuOTc2IDcuMTM2MDMgMTUuMDkzOCA2LjgzOTkxIDE1LjA3OTVDNi41NDM4IDE1LjA2NTIgNi4yNjkzIDE0LjkyMDIgNi4wOTA1MSAxNC42ODM3TDEuODgxMzggOS4xMTYzNUMxLjU0ODMxIDguNjc1OCAxLjYzNTQ0IDguMDQ4NjYgMi4wNzU5OSA3LjcxNTU5QzIuNTE2NTQgNy4zODI1MiAzLjE0MzY4IDcuNDY5NjUgMy40NzY3NSA3LjkxMDJMNi45NjM1MyAxMi41MjIxTDE0Ljk2MzYgMy44Mjk4M0MxNS4zMzc2IDMuNDIzNDYgMTUuOTcwMiAzLjM5NzIyIDE2LjM3NjYgMy43NzEyM1oiIGZpbGw9IiM4QkM1M0YiLz4KPC9zdmc+Cg==");
    height: 15px;
    width: 15px;
    background-size: contain;
    margin-right: 15px;
    display: block
}

.detail-reviews-content h3 {
    font-family: "LatoBlack", "sans-serif";
    font-size: 34px;
    line-height: 41px;
    color: #191919;
    margin: 20px 0
}

.video-responsive.video-responsive--reviews {
    padding-bottom: 47.75%;
    background: #c4c4c4;
    margin-bottom: 55px
}

.review-wrap__title-empty {
    font-family: "LatoBold", "sans-serif";
    font-size: 34px;
    line-height: 41px;
    color: #d4d4d4;
    margin: 0 0 20px
}

.review-wrap__empty {
    padding-top: 50px;
    margin: 0 auto;
    max-width: 470px;
    text-align: center
}

i.fa.fa-star.fa-star--grey {
    color: #d4d4d4 !important
}

.fa--mr {
    margin-right: .8px
}

.review-rating__stars .fa--mr {
    margin-right: -2.1px
}

.lbl-name.not-empty {
    color: #bbb
}

.product-detail .inner-top__order-block .parameters__list .list__item span {
    color: #8c96a3;
    padding-right: 15px
}

.review-rating__name p {
    color: #4b4b4b;
    font-size: 18px;
    margin-bottom: 0;
    letter-spacing: .5px;
    font-family: "LatoBold", "sans-serif"
}

.review-block__content p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px
}

.review-block__info {
    min-width: 140px;
    margin-bottom: 10px
}

.review-dt-btn {
    padding: 16px 29px;
    font-size: 16.0437px;
    line-height: 19px;
    letter-spacing: 2.5px;
    text-transform: uppercase
}

.not input {
    border-color: red
}

.rev-gallery__img--anim {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius: 50%
}

.gallery__img--anim:not(.rev-gallery__img--anim) {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.answer-detail-form__info {
    font-size: 11px;
    line-height: 13px;
    text-transform: lowercase;
    color: #515a66;
    margin-top: 5px
}

.answer-block {
    padding-left: 20px;
    position: relative
}

.answer-block:after {
    position: absolute;
    left: 0;
    height: -webkit-calc(100% - 10px);
    height: calc(100% - 10px);
    width: 3px;
    background: #c4c4c4;
    display: block;
    content: "";
    top: 7px
}

.answer-block__p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .5px;
    color: #b4b4b4
}

.answer-block__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400
}

.review-block__wrapper {
    padding-left: 60px
}

.review-block__info--mb0 {
    margin-bottom: 0
}

.reviews-detail-form__info {
    font-size: 11px;
    line-height: 13px;
    text-transform: lowercase;
    color: #515a66
}

.review-dt-btn {
    display: inline-block;
    border: none;
    color: #fff;
    text-decoration: none;
    background-color: #4990e2;
    padding: 16px 29px;
    width: 100%;
    font-size: 16.0437px;
    line-height: 19px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 6px;
    text-align: center;
    position: relative;
    outline: none;
    -webkit-transition: background-color .1s ease;
    -o-transition: background-color .1s ease;
    transition: background-color .1s ease;
    cursor: pointer
}

.review-dt-btn:focus, .review-dt-btn:hover {
    text-decoration: none;
    color: #fff
}

.review-dt-btn:hover {
    background-color: #6aa0f2
}

.review-dt-btn:active {
    background-color: #216bc0
}

.review-dt-btn--more {
    background: 0 0;
    color: #4990e2;
    border: 1px solid #4990e2
}

.review-dt-btn--more:focus {
    background: #4990e2
}

.review-block__answer.answer-block p:not(.answer-block__p) {
    line-height: 1.3;
    margin: 5px 0
}

.review-btn-block__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tab-content h3 {
    font-weight: 400
}

.slider-content__cell img {
    height: 100%
}

.detail-video-content {
    padding-bottom: 20px
}

.tab-content__accordion-btn.tab-content__accordion-btn--last {
    border-bottom: 1px solid #c4c4c4
}

.tab-content__accordion-btn.tab-content__accordion-btn--last.active {
    border: none
}

h3.detail-card-video-item__title {
    font-size: 16px;
    line-height: 19px;
    color: #484d52;
    margin: 0 0 12px;
    font-weight: 400
}

.left-detail-block {
    padding-bottom: 20px
}

.tab-content__accordion-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #fff;
    font-size: 18px;
    height: 50px;
    border: none;
    border-top: 1px solid #c4c4c4;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tab-content__accordion-btn span {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEwIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCAwSDEwLjAwMDFMNS4wMDAwMyA0Ljk5OTc3TDAgMFoiIGZpbGw9IiNCNUI1QjUiLz4KPC9zdmc+Cg==");
    width: 10px;
    height: 5px
}

.tab-content__accordion-btn.active {
    color: #4990e2
}

.tab-content__accordion-btn.active span {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEwIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTAgNUwtNi43NzEwOWUtMDUgNUw0Ljk5OTk3IDAuMDAwMjMyMThMMTAgNVoiIGZpbGw9IiM0OTkwRTIiLz4KPC9zdmc+Cg==")
}

.tab-content__accordion-btn.arrow-down.active span {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEwIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCAwSDEwLjAwMDFMNS4wMDAwMyA0Ljk5OTc3TDAgMFoiIGZpbGw9IiNCNUI1QjUiLz4KPC9zdmc+Cg==")
}

.detail-slider__cell {
    border-radius: 5px;
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
    height: 477px
}

.is-selected .vertical-wrap {
    border: 2px solid #000
}

.show-form-dt-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #9ac5f6;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    padding: 0 15px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    height: 52px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    text-align: center;
    position: relative;
    outline: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #9ac5f6;
    font-family: "LatoRegular", "sans-serif"
}

.show-form-dt-btn.active .inner-plus:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.show-form-dt-btn:hover {
    background-color: #9ac5f6;
    color: #fff
}

.show-form-dt-btn:hover .inner-plus:before, .show-form-dt-btn:hover .inner-plus:after {
    background: #fff
}

.show-form-dt-btn:active {
    background-color: #4990e2;
    color: #fff
}

.show-form-dt-btn:active .inner-plus:before, .show-form-dt-btn:active .inner-plus:after {
    background: #fff
}

.inner-plus {
    position: relative;
    width: 15px;
    height: 15px;
    display: block;
    margin-right: 10px;
    cursor: pointer
}

.inner-plus:before, .inner-plus:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #9ac5f6;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    width: 18px
}

.inner-plus:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.inner-plus:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.inner-plus.active:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

@media (min-width: 991px) {
    .show-form-dt-btn {
        display: none
    }
}

@media (min-width: 1024px) {
    .slider-content-nav__cell.slick-slide {
        height: 100px !important
    }
}

@media (min-width: 1025px) {
    .order-count__digits {
        margin-right: -8px
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .header__inner-right .item__cart {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .header__inner-right .list_item {
        width: 43px
    }

    .item__link.item__cart .cart__label {
        right: 11px
    }

    .header__inner-right .list_item {
        margin-left: 6px
    }

    .header__inner-right .item__auth {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .search-input-animated.active .searchbox-icon {
        left: 1px
    }
}

@media (max-width: 1260px) {
    .rev-gallery__ready, .rev-gallery__image, .rev-gallery__btn {
        margin: 0
    }

    .rev-gallery__ready {
        display: grid;
        width: 100%;
        grid-gap: 20px;
        grid-template-columns: repeat(auto-fill, minmax(118px, 1fr))
    }

    .bx-ie .rev-gallery__ready {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px
    }

    .bx-ie .rev-gallery__image, .bx-ie .rev-gallery__btn {
        width: -webkit-calc(33% - 30px);
        width: calc(33% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 15px
    }

    .rev-gallery__image, .rev-gallery__btn {
        width: 100%
    }
}

@media (max-width: 1024px) {
    .video-responsive.video-responsive--reviews {
        margin-bottom: 30px
    }

    .detail-content h3.detail-card-video-item__title {
        font-size: 16px;
        line-height: 19px;
        margin: 11px 0
    }

    .video-responsive.video-responsive--reviews {
        margin-bottom: 30px;
        padding-bottom: 49.75%
    }

    .tab-list.detail-tabs {
        display: none !important
    }

    .inner-1__title {
        margin-bottom: 10px
    }

    .product-detail .product-detail__inner-top {
        margin-bottom: 57px
    }

    .order-block__price-select .price-select__inner-2 .drop-select-list__title:after {
        right: 17px
    }

    .review-block__content p {
        margin-bottom: 17px
    }

    .answer-block {
        padding-left: 24px
    }

    .slider-content__cell {
        height: 344px
    }

    .slider-content-big {
        margin-bottom: 0
    }

    .detail-video-wrap {
        margin-top: 30px
    }

    .detail-content p {
        line-height: 17px
    }

    .notice-msg {
        display: none
    }

    .tab-content__item {
        overflow: hidden;
        padding: 0 10px
    }

    .tab-content-review {
        padding-top: 37px
    }

    .reviews-detail-form {
        margin-top: 15px
    }

    .rev-gallery {
        margin-top: 10px
    }

    .answer-wrap {
        padding-top: 18px
    }

    .detail-video-content {
        padding-bottom: 0;
        padding-top: 12px
    }
}

@media (max-width: 1024px) and (min-width: 767px) {
    .detail_slider_nav-prev {
        display: none
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .review-rating__wrap {
        display: block
    }

    .rev-gallery__image:first-child {
        display: none
    }

    span.review-block__pay-prod {
        margin: 0
    }
}

@media (max-width: 1024px) and (min-width: 991px) {
    .detail-slider-wrap {
        max-width: -webkit-calc(100% - 160px) !important;
        max-width: calc(100% - 160px) !important
    }

    .product-gallery {
        max-width: 142px;
        margin-right: 20px
    }

    .vertical-slider-product__img {
        width: 140px;
        height: 95px
    }

    .slick-slide.detail-slider__cell {
        height: 417px
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .detail-slider-wrap {
        max-width: -webkit-calc(100% - 184px) !important;
        max-width: calc(100% - 184px) !important
    }

    .vertical-slider-product__img {
        width: 156px;
        height: 86px
    }

    .product-gallery {
        margin-right: 28px;
        max-width: 184px
    }

    .slick-slide.detail-slider__cell {
        height: 478px
    }
}

@media (max-width: 991px) {
    .logo-text svg {
        width: 150px
    }

    .breadcrumbs__list.breadcrumbs__list--slash {
        margin: 26px 0 9px
    }

    .inner-1__title {
        font-size: 32px;
        margin-bottom: 40px;
        line-height: 38px;
        position: relative;
        font-family: "LatoBold", "sans-serif"
    }

    .inner-1__title:after {
        font-size: 32px;
        margin-bottom: 33px;
        content: '';
        position: absolute;
        bottom: -49px;
        height: 1px;
        width: 100%;
        left: 50%;
        background: rgba(151, 151, 151, .2);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .order-block__price-select .price-select__inner-3 .inner-3__count-block {
        margin-bottom: 11px;
        padding: 0 10px 0 3px
    }

    .order-count__digits {
        margin-right: -14px;
        margin-top: -6px
    }

    .order-count__digits {
        max-width: 100px
    }

    .product-detail .product-detail__inner-top {
        margin-bottom: 19px
    }

    .slider-content-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 349px;
        overflow: hidden
    }

    .slider-content-nav__cell {
        width: 156px !important;
        height: 107px !important;
        margin-bottom: 14px;
        margin-right: 0
    }

    .slider-content-big {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: -webkit-calc(100% - 184px) !important;
        width: calc(100% - 184px) !important;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        overflow: hidden
    }

    .slider-content-nav {
        margin-left: 28px;
        margin-right: 0
    }

    .slider-content__cell {
        margin: 0
    }

    .slider-content__cell {
        height: 349px
    }

    .product-detail .inner-top__order-block .inner-1__p {
        font-size: 36px
    }

    #reviews-detail-form, #answer-detail-form {
        display: none
    }

    .review-btn-block__inner .review-dt-btn, .review-btn-block__inner .show-form-dt-btn {
        width: 50%
    }

    .review-btn-block__inner .review-dt-btn {
        margin-right: 14px
    }

    .review-btn-block__inner .show-form-dt-btn {
        margin-left: 14px
    }

    .dwn-images__ready {
        grid-gap: 20px;
        grid-template-columns: repeat(auto-fill, minmax(86px, 1fr));
        display: grid;
        width: 100%
    }

    .dwn-images__img, .dwn-images__btn {
        width: 100%;
        margin: 0
    }
}

@media (max-width: 991px) and (min-width: 575px) {
    .review-btn-block {
        margin-bottom: 40px;
        margin-top: -20px
    }

    .product-detail {
        margin: 0 0 28px
    }

    .reviews-detail-form {
        padding-top: 115px;
        padding-bottom: 80px;
        margin-bottom: 40px
    }

    .reviews-detail-form__head {
        position: absolute;
        top: 45px
    }

    .reviews-detail-form__body {
        display: grid;
        grid-column-gap: 30px;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: ". name" "email ds" "city nds" "com com" ". photo"
    }

    .answer-detail-form__body {
        display: grid;
        grid-column-gap: 30px;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "name email" "question question"
    }

    .answer-detail-form__group {
        margin-bottom: 12px
    }

    .answer-detail-form__footer-wrap {
        display: grid;
        grid-column-gap: 30px;
        grid-template-columns: 1fr 1fr
    }

    .answer-detail-form__footer {
        padding-top: 19.31px
    }

    .answer-detail-form__btn {
        padding-left: 5px;
        padding-right: 5px;
        width: 100%
    }

    .answer-detail-form__group:nth-child(1) {
        grid-area: name
    }

    .answer-detail-form__group:nth-child(2) {
        grid-area: email
    }

    .answer-detail-form__group:nth-child(3) {
        grid-area: question
    }

    .reviews-detail-form__group:nth-child(1) {
        grid-area: name
    }

    .reviews-detail-form__group:nth-child(2) {
        grid-area: city
    }

    .reviews-detail-form__group:nth-child(3) {
        grid-area: email
    }

    .reviews-detail-form__group:nth-child(4) {
        grid-area: ds
    }

    .reviews-detail-form__group:nth-child(5) {
        grid-area: nds
    }

    .reviews-detail-form__group:nth-child(6) {
        grid-area: com
    }

    .reviews-detail-form__group:nth-child(7) {
        grid-area: photo
    }

    .reviews-detail-form__images.dwn-images {
        grid-column: 2/3
    }

    .reviews-detail-form__footer {
        position: absolute;
        top: 442px;
        width: 292px
    }

    .reviews-detail-form__images {
        margin-top: 0
    }
}

@media (max-width: 700px) and (min-width: 575px) {
    .reviews-detail-form__footer {
        width: -webkit-calc(40% + 4px);
        width: calc(40% + 4px)
    }
}

@media (min-width: 768px) {
    button.slick-prev.detail_slider_nav-prev, button.slick-next.detail_slider_nav-next {
        left: 50%;
        -webkit-transform: rotate(-90deg) translateY(-50%);
        -ms-transform: rotate(-90deg) translateY(-50%);
        transform: rotate(-90deg) translateY(-50%)
    }
}

@media (max-width: 768px) {
    .rev-gallery {
        margin-top: 0
    }

    .review-block {
        margin-bottom: 38px
    }

    .tab-content-review {
        padding-top: 18px;
        padding-bottom: 0
    }

    .video-responsive.video-responsive--reviews {
        margin-bottom: 12px
    }

    .detail-video-content {
        padding-bottom: 15px
    }

    .product-detail .product-detail__inner-top {
        margin-bottom: 14px
    }

    .answer-detail-form {
        margin-top: 85px
    }

    .answer-detail-form {
        padding-top: 45px
    }

    .detail-card-video-item {
        margin-bottom: 22px
    }
}

@media (max-width: 767px) {
    .detail-slider__cell {
        height: 400px
    }

    .detail-slider__cell img {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -o-object-fit: contain;
        object-fit: cover
    }
}

@media (max-width: 750px) {
    .slider-content-nav {
        display: none
    }

    .slider-content-big {
        width: 100% !important
    }

    .nav-product-gallery-wrap {
        height: 95px
    }

    .breadcrumbs__list.breadcrumbs__list--slash {
        margin: 7px 0 9px
    }

    .inner-1__title:after {
        display: none
    }

    .inner-1__title {
        margin-bottom: 12px;
        font-family: "LatoBold", "sans-serif"
    }

    .detail-label {
        padding: 5px 21px;
        right: 9px;
        top: 8px
    }

    .product-detail .inner-top__order-block .inner-1__p {
        font-size: 28px
    }

    .order-block__price-select .price-select__inner-2 .drop-select-list__title {
        padding: 0 10px
    }

    .order-block__price-select .price-select__inner-3 .inner-3__count-block {
        margin-bottom: 15px
    }
}

@media (max-width: 575px) {
    .answer-wrap .review-block__info-data.review-block__info-data--date {
        top: 28px;
        left: 62px;
        font-size: 14px
    }

    .answer-wrap .review-block__wrapper {
        padding-left: 0
    }

    .answer-wrap .review-block__content {
        padding-top: 6px
    }

    .answer-wrap {
        padding: 0
    }

    .review-block__info--mb0 {
        padding: 0 !important
    }

    .vertical-slider-product__cell {
        width: 85px !important
    }

    .nav-product-gallery-wrap {
        padding-left: 16px
    }

    .vertical-slider-product .slick-list.draggable {
        overflow: visible
    }

    .product-slider-block {
        overflow: visible
    }

    .nav-product-gallery-wrap {
        margin-left: -15px;
        margin-right: -15px
    }

    .order-count__digits {
        max-width: 110px
    }

    .video-responsive.video-responsive--reviews {
        margin-bottom: 33px
    }

    .detail-video-content {
        padding-bottom: 0;
        margin-bottom: -20px
    }

    .detail-slider__cell {
        height: 320px
    }

    .review-block__info {
        padding-top: 39px;
        position: relative;
        padding-bottom: 20px
    }

    .review-block__info-data--city {
        position: absolute;
        top: 6px;
        left: 0
    }

    .review-block__info-data--date {
        position: absolute;
        top: 6px;
        right: 0
    }

    .review-block__pay-prod {
        position: absolute;
        left: 0;
        bottom: 0;
        margin: 0
    }

    .rev-gallery__ready {
        grid-gap: 12px;
        grid-template-columns: repeat(auto-fill, minmax(88px, 1fr))
    }

    .rev-gallery__image, .rev-gallery__btn {
        height: 58px
    }

    .rev-gallery {
        margin-top: 6px
    }

    .rev-gallery__image:first-child {
        display: none
    }

    .rev-gallery__btn button {
        white-space: nowrap
    }

    .rev-gallery__btn {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .review-btn-block__inner .review-dt-btn {
        margin-right: 0;
        width: 100%
    }

    .review-btn-block__inner .show-form-dt-btn {
        margin-left: 0;
        width: 100%
    }

    .reviews-detail-form__images {
        margin-top: 33px
    }

    .tab-content-review {
        padding-bottom: 30px
    }

    .reviews-detail-form {
        background: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 20px 0 0
    }

    .dwn-images__ready {
        grid-gap: 15px
    }

    .answer-detail-form {
        background: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 0;
        padding-right: 0
    }

    .answer-detail-form {
        margin-top: 0
    }

    .answer-detail-form__footer {
        padding-top: 0
    }

    .product-detail {
        margin: 0 0 40px
    }

    .answer-detail-form {
        padding-top: 33px
    }

    .answer-block {
        padding-left: 13px
    }

    .tab-content__accordion-btn span {
        position: relative
    }

    .show-form-dt-btn {
        line-height: 55px
    }

    .inner-plus {
        top: -2px
    }

    .review-block__info {
        margin-bottom: 18px
    }

    .bx-ie .rev-gallery__image, .bx-ie .rev-gallery__btn {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px)
    }
}

@media (max-width: 480px) {
    .detail-slider__cell {
        height: 280px
    }
}

@media (max-width: 440px) {

    .container.container--detail {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 1024px) and (min-width: 991px) {
    .slider-content-nav {
        display: none
    }
}

@media (max-width: 991px) {
    .product-detail .inner-top__order-block .price-select__inner-3 .count-block__btn-plus {
        width: 27px
    }

    .detail-label {
        padding: 8px 20px;
        right: 11px
    }

    .bx-ie .reviews-detail-form {
        padding-top: 25px
    }

    .bx-ie .reviews-detail-form__head {
        position: relative;
        top: 0
    }

    .bx-ie .reviews-detail-form__footer {
        position: relative;
        width: 100% !important;
        top: 0
    }
}

@media (max-width: 575px) {
    .product-gallery {
        margin: 2px 0 0
    }

    .product-detail .inner-top__order-block .price-select__inner-3 .count-block__btn-minus, .product-detail .inner-top__order-block .price-select__inner-3 .count-block__btn-plus {
        width: 38px
    }

    .product-detail .inner-top__order-block .price-select__inner-3 .count-block__inp {
        font-size: 18px
    }

    .product-detail .inner-top__order-block .price-select__inner-3 .btn-primary {
        margin-bottom: 10px
    }
}

.subscribe-form__label-wrap {
    text-align: left;
    padding-left: 55px;
    margin-bottom: 20px
}

.subscribe-form__label-wrap label {
    font-size: 12px;
    line-height: 1.3;
    max-width: 250px
}

.distributions .form-control#searchTextField {
    box-shadow: none;
    border-bottom: 1px solid #dae0e2;
    border-radius: 0
}

.distributions .form-control#searchCityField {
    box-shadow: none;
    border-bottom: 1px solid #dae0e2;
    border-radius: 0
}

@media (max-width: 1024px) {
    .subscribe-form__label-wrap {
        max-width: 300px
    }
}

@media (max-width: 767px) {
    .subscribe-form__label-wrap {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding-left: 0;
        margin: 0 auto 20px
    }
}

.left-menu__mob-block {
    position: relative
}

.ouc-left:after {
    content: "";
    width: 300%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: calc(-300% + 1px)
}

.ouc-right:before {
    content: "";
    width: 300%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: calc(-300% + 1px)
}

.sort-select-wrapper {
    display: flex
}

.sort-item {
    border: 1px solid #3e4856;
    border-radius: 5px
}

.sort__select.sort__select--custom + .sort-select-wrapper {
    margin-right: 70px
}

.pos-r {
    position: relative
}

.product-label-rec {
    width: 66px;
    height: 29px;
    border-radius: 5px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: "LatoBold", "sans-serif"
}

.product-label-rec--hit {
    color: #d08802;
    background: #f9de4b
}

.product-label-rec--sale {
    color: #fff;
    background: #ea4440
}

.product-label-rec--new {
    color: #fff;
    background: #67ac5b
}

.catalog-modal__price {
    width: 308px;
    padding: 12px 0 0
}

.catalog-modal__slider-nav {
    margin-bottom: 0;
    margin-top: 17px
}

.catalog-modal__content {
    justify-content: space-between
}

.catalog-modal__body {
    padding-left: 41px;
    padding-right: 30px;
    padding-top: 22px
}

.catalog-popup.popup7-dialog {
    margin: auto;
    display: flex;
    height: 100%
}

.catalog-popup .popup7-content {
    margin: auto;
    width: 100%;
    height: 460px;
    max-width: 708px
}

.catalog-modal {
    height: 460px
}

.order-block-modal .btn-primary, .inner-3__btn-block.js-add-cart-btn, .catalog-modal__price .btn-big-favorite {
    width: 100%
}

.catalog-modal .drop-select-list__title {
    padding: 0 5px
}

.order-block-modal .price-select__inner-2 {
    display: flex;
    justify-content: space-between;
    padding-top: 14px
}

.catalog-modal .order-block__price-select .price-select__inner-2 {
    border: none
}

.catalog-modal-slider__cell {
    width: 276px;
    height: 225px
}

.catalog-modal .catalog-modal__price {
    padding-top: 0
}

span.product-label-rec.product-label-rec--new {
    position: absolute;
    left: 9px;
    top: 9px;
    z-index: 1
}

.catalog-modal__more-link {
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    font-family: "LatoBold", "sans-serif";
    color: #8b919a;
    padding: 3px 0;
    justify-content: center;
    width: 100%
}

.order-block-modal .price-select__inner-2 .drop-select-list__title {
    font-size: 12px;
    width: 180px;
    line-height: 30px;
    margin-bottom: 0
}

.catalog-modal .price-select__inner-3 {
    margin-top: 0
}

.order-block-modal .price-select__inner-3 {
    padding: 0 15px 13px;
    border: none
}

.catalog-modal .inner-3__count-block.inner-3__count-block--c-modal {
    display: flex;
    align-items: center;
    width: 77px;
    height: 30px;
    background: #fff;
    border: 1px solid #dbe0e2;
    box-sizing: border-box;
    border-radius: 5px
}

.catalog-modal .order-block__price-select .price-select__inner-2 .drop-select-list__title:after {
    right: 5px;
    top: calc(50% - 2px);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgNiA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMyA1TDAuNDAxOTI0IDAuNUw1LjU5ODA4IDAuNUwzIDVaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K")
}

.inner-3__count-block--c-modal .count-block__btn-minus, .inner-3__count-block--c-modal .count-block__btn-plus, .inner-3__count-block--c-modal input {
    width: 33.333333%;
    height: 100%;
    font-size: 13px;
    padding-top: 4px;
    display: block;
    border: none;
    line-height: 16px;
    text-align: center;
    position: relative
}

.inner-3__count-block--c-modal .count-block__btn-minus:before {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    display: block;
    height: 2px;
    content: '';
    width: 14px;
    background-color: #c4c4c4
}

.inner-3__count-block--c-modal .count-block__btn-plus:before {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    display: block;
    height: 2px;
    width: 14px;
    content: '';
    background-color: #c4c4c4
}

.inner-3__count-block--c-modal .count-block__btn-plus:after {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    display: block;
    width: 14px;
    height: 2px;
    content: '';
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #c4c4c4
}

.catalog-modal .order-block__price-select .price-select__inner-2 .inner-2__drop-select-list {
    height: 30px;
    border-color: #dbe0e2;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, .05);
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 18px
}

.c-product-info {
    border: 1px solid #dbe0e2;
    border-radius: 5px;
    padding: 11px 14px 13px
}

.c-col {
    display: flex;
    justify-content: space-between;
    padding-top: 17px;
    padding-bottom: 16px
}

.c-old-price {
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: line-through;
    color: #3e4856;
    opacity: .6;
    font-family: "LatoBold", "sans-serif"
}

.c-price {
    font-size: 24px;
    line-height: 29px;
    color: #404855;
    font-family: "LatoBold", "sans-serif"
}

.c-status {
    font-size: 10px;
    padding-left: 12px;
    padding-right: 18px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #858585;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    justify-content: space-between;
    border-radius: 5px;
    font-family: "LatoRegular", "sans-serif";
    height: 30px;
    top: 0
}

.c-status:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 9px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05Ljc5NDk5IDAuMTcyMjI5QzEwLjA1MjEgMC40MTcwNDMgMTAuMDY5OCAwLjgzMjM1IDkuODM0NDYgMS4wOTk4NEM5LjM4MDM5IDEuNjE2MDIgOC4yNjA5NSAzLjEzNzE1IDcuMDUyMDUgNC44NjkyOUM1Ljg1MDA5IDYuNTkxNDYgNC41OTM5NSA4LjQ3Mjg3IDMuODcwODIgOS42ODg4OEMzLjc2NDcgOS44NjczMyAzLjU4Mjk5IDkuOTgyMjUgMy4zODE4NyA5Ljk5ODEyQzMuMTgwNzYgMTAuMDE0IDIuOTg0NDcgOS45Mjg4NyAyLjg1MzcgOS43NjkxMUwwLjE1MDYxNyA2LjQ2NjYzQy0wLjA3NTM0ODYgNi4xOTA1NSAtMC4wNDM0MjAyIDUuNzc2MTcgMC4yMjE5MzIgNS41NDEwN0MwLjQ4NzI4MyA1LjMwNTk4IDAuODg1NTc1IDUuMzM5MTkgMS4xMTE1NCA1LjYxNTI3TDMuMjYxMDcgOC4yNDE0NUM0LjAxNDM3IDcuMDQxMDIgNS4wNDY2NSA1LjUwNzc3IDYuMDMwNzYgNC4wOTc3NEM3LjIyOTk3IDIuMzc5NDggOC4zOTIwOCAwLjc5NDU1NyA4LjkwMzQgMC4yMTMyOTRDOS4xMzg3MSAtMC4wNTQxOTkzIDkuNTM3ODggLTAuMDcyNTg0OCA5Ljc5NDk5IDAuMTcyMjI5WiIgZmlsbD0iI0EzQUFCMyIvPgo8L3N2Zz4K")
}

.c-price-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 11px 13px 0
}

.c-price-wrapper__left {
    text-align: right
}

.c-price-wrapper__right {
    align-items: flex-end;
    display: flex
}

.c-counter {
    flex-basis: 77px;
    display: flex;
    background: #fff;
    border: 1px solid #dbe0e2;
    box-sizing: border-box;
    border-radius: 5px
}

.c-counter * {
    width: 33.33333333%;
    display: block
}

.c-counter__input {
    border: none;
    font-size: 13px;
    line-height: 16px;
    font-family: "LatoBold", "sans-serif";
    text-align: center
}

.c-minus {
    position: relative
}

.c-minus:after {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    display: block;
    height: 2px;
    content: "";
    width: 14px;
    background-color: #c4c4c4
}

.c-plus {
    position: relative
}

.c-plus:after {
    position: absolute;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    left: -webkit-calc(50% - 7px);
    left: calc(50% - 9px);
    display: block;
    height: 2px;
    width: 14px;
    content: "";
    background-color: #c4c4c4
}

.c-plus:before {
    position: absolute;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    left: -webkit-calc(50% - 7px);
    left: calc(50% - 9px);
    display: block;
    width: 14px;
    height: 2px;
    content: "";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #c4c4c4
}

.c-button {
    display: flex;
    color: #fff;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #3b8ae8;
    padding: 0 15px;
    font-size: 14px;
    line-height: 1;
    height: 30px;
    letter-spacing: normal;
    text-align: center;
    position: relative;
    font-family: "LatoBold", "sans-serif";
    outline: none;
    transition: all .3s;
    cursor: pointer;
    border-radius: 5px;
    border: none
}

.c-button:hover {
    background-color: #6aa0f2;
    color: #fff
}

.c-button:active {
    background-color: #216bc0;
    color: #fff
}

.catalog-modal__header {
    padding-top: 20px;
    padding-bottom: 20px
}

.catalog-popup .popup7_close:before {
    background: #000;
    left: -webkit-calc(50% - 18px);
    left: calc(50% - 18px);
    width: 20px;
    height: 2px
}

.catalog-popup .popup7_close:after {
    background: #000;
    left: -webkit-calc(50% - 18px);
    left: calc(50% - 18px);
    width: 20px;
    height: 2px
}

.catalog-popup .popup7_close {
    right: 12px;
    top: 13px
}

.catalog-modal__price .favorites-btn-wrap {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 7px
}

.catalog-popup .popup7-content {
    border-radius: 5px
}

.catalog-modal .inner-3__count-block.inner-3__count-block--c-modal, .inner-3__count-block--c-modal .count-block__btn-minus, .inner-3__count-block--c-modal .count-block__btn-plus, .inner-3__count-block--c-modal input {
    opacity: 1 !important
}

.catalog-modal-slider .flickity-prev-next-button {
    display: block
}

@media (max-width: 767px) {
    .catalog-modal__body {
        padding-top: 0
    }

    .catalog-popup .popup7-content {
        width: calc(100% - 30px);
        height: auto
    }

    .catalog-modal {
        height: auto
    }

    .c-status {
        display: none
    }

    .c-price-wrapper__left {
        display: flex;
        flex-direction: row-reverse;
        align-items: center
    }

    .catalog-modal .order-block__price-select {
        display: flex;
        flex-direction: column;
        border: none
    }

    .c-price-wrapper {
        order: -1
    }

    .c-price {
        margin-right: 20px
    }

    .order-block-modal .price-select__inner-2 {
        order: -2;
        padding-top: 30px
    }

    .catalog-modal .inner-3__count-block.inner-3__count-block--c-modal, .inner-3__count-block--c-modal .count-block__btn-minus, .inner-3__count-block--c-modal .count-block__btn-plus, .inner-3__count-block--c-modal input {
        background: #f4f6f8;
        border-radius: 5px
    }

    .catalog-modal .catalog-modal__price {
        padding-top: 0
    }

    .catalog-modal .order-block__price-select .price-select__inner-2 .inner-2__drop-select-list {
        margin-bottom: 0
    }

    .c-price-wrapper {
        padding: 20px 13px 20px
    }

    .catalog-modal .inner-3__count-block.inner-3__count-block--c-modal {
        border: none
    }

    .catalog-modal__header h3 {
        max-width: 100%
    }

    .catalog-modal__more-link {
        padding: 0;
        height: 50px
    }

    .catalog-modal__content {
        padding-top: 15px;
        justify-content: center
    }

    .catalog-modal__slider-nav {
        margin-top: 10px
    }

    .catalog-modal__slider-nav .flickity-viewport {
        height: 64px !important
    }

    .catalog-modal__price .favorites-btn-wrap {
        padding-top: 5px;
        padding-bottom: 15px
    }

    span.product-label-rec.product-label-rec--new {
        width: 51px;
        height: 17px;
        font-size: 12px;
        line-height: 14px;
        top: 8px;
        right: 8px;
        font-family: "LatoBold", "sans-serif"
    }

    .catalog-modal-slider__cell {
        margin: 0
    }

    .catalog-modal__body {
        padding-left: 15px;
        padding-right: 15px
    }

    .catalog-modal__price, .catalog-modal__slider-wrap {
        width: 276px
    }

    .catalog-modal-slider .flickity-prev-next-button.previous {
        left: -10px;
        opacity: 1;
        background: 0 0
    }

    .catalog-modal-slider .flickity-prev-next-button.next {
        right: -10px;
        background: 0 0
    }

    .order-block-modal .price-select__inner-2 {
        margin: 0
    }

    .c-price-wrapper {
        padding: 20px 0 0
    }

    .order-block-modal .price-select__inner-3 {
        padding: 0 0 10px
    }

    .catalog-modal__price .favorites-btn-wrap {
        padding-left: 0;
        padding-right: 0
    }

    .order-block__price-select .price-select__inner-2 .drop-select-list__sub-list {
        border-radius: 0 0 6px 6px
    }

    .catalog-modal-slider .catalog-modal__link {
        height: 227px
    }
}

@media (max-width: 420px) {
    .catalog-modal__slider-nav__cell {
        margin-right: 8px
    }

    .catalog-popup .popup7-content {
        width: 100%;
        border-radius: 0
    }

    .catalog-modal__bottom {
        padding: 0
    }

    .catalog-modal-slider__cell {
        height: 227px;
        width: 276px
    }

    .catalog-modal__header h3 {
        max-width: 228px;
        text-align: left;
        margin: 0 auto 0 auto;
        border: none;
        line-height: 1.2;
        transform: translateX(-25px)
    }

    .catalog-popup .popup7_close {
        right: 3px;
        top: 20px
    }

    .catalog-modal__content {
        padding-top: 0
    }

    .catalog-modal__header {
        padding-bottom: 12px;
        border: none
    }

    .catalog-popup .popup7-content {
        margin: 0 0 auto
    }
}

@media (min-width: 767px) {
    .catalog-modal-slider .flickity-prev-next-button.next {
        right: -16px;
        top: calc(50% - 6px);
        background: 0 0
    }

    .catalog-modal-slider .flickity-prev-next-button.previous {
        left: -10px;
        opacity: 1;
        top: calc(50% - 6px);
        background: 0 0
    }
}

@media (max-width: 480px) and (min-width: 420px) {
    .catalog-modal__header h3 {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto
    }
}

.catalog-modal .order-block__price-select .price-select__inner-2 .drop-select-list__sub-list {
    border-radius: 0 0 6px 6px;
    border-top: none;
    top: 29px;
    width: 182px;
    max-height: 147px;
    left: -1px
}

.catalog-modal .order-block__price-select .price-select__inner-2 .sub-list__item {
    padding: 8px 0
}

.order-block__price-select .price-select__inner-2 .inner-2__drop-select-list.selected {
    border-radius: 6px 6px 0 0
}

.order-block__price-select .price-select__inner-2 .inner-2__drop-select-list.active {
    overflow: hidden
}

.inner-2__drop-select-list .drop-select-list__title:before {
    content: "";
    position: absolute;
    right: 0;
    height: 25px;
    width: 20px;
    background: #fff;
    top: 0;
    border-top-right-radius: 6px
}

.product-detail .order-block__price-select .price-select__inner-2 .drop-select-list__title span {
    position: relative;
    top: 18px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    border-radius: 100%
}

.catalog-modal .order-block__price-select .price-select__inner-2 .drop-select-list__title span {
    width: 6px;
    height: 6px;
    max-height: 30px;
    margin-right: 4px;
    top: 12px;
    border-radius: 50%;
    display: inline-block;
    position: relative
}

.catalog-modal .order-block__price-select .price-select__inner-2 .drop-select-list__title {
    max-height: 30px
}

.bx-mac input.count-block__inp.detail-count.js-product-count.js-count-popup {
    padding: 0
}

.c-fav-btn {
    padding: 2px 30px 2px 37px;
    border: none;
    display: inline-flex;
    width: 100%;
    align-items: center;
    background: #f4f6f8;
    border-radius: 5px;
    color: #404855;
    font-size: 14px;
    transition: color, background .3s;
    line-height: 17px;
    font-family: "LatoBold", "sans-serif"
}

.c-fav-btn:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    position: relative;
    font-size: 15px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLXdpZHRoPSIxLjUiPgogICAgICAgIDxwYXRoIGZpbGw9IiNGRkYiIHN0cm9rZT0iIzIyMiIgc3Ryb2tlLWxpbmVqb2luPSJzcXVhcmUiIGQ9Ik0yMi42ODMgMTYuNTU3YzIuMDQ2LTIuMDEgMi4wNzYtNC45NDYuMTY3LTYuODExLTEuNjY4LTEuNjMxLTQuMTkzLTEuMTkyLTYuMzIuOTA4bC0uNTI3LjUyLS41MjctLjUyYy0yLjEyNS0yLjEtNC42NTctMi41NC02LjMyNi0uOTA4LTEuOTA5IDEuODY1LTEuODc5IDQuOC4xNjcgNi44MS42Mi42MSAxLjMzMyAxLjMwMSAyLjE0IDIuMDc2bC4xODcuMThjLjkxOS44OCAzLjI4NSAzLjEyOSA0LjM1NiA0LjE1IDEuMDY3LTEuMDE3IDMuNDIyLTMuMjU1IDQuMzU2LTQuMTVsLjE4Ny0uMThhMjY5LjA0IDI2OS4wNCAwIDAgMCAyLjE0LTIuMDc1eiIvPgogICAgICAgIDxwYXRoIHN0cm9rZT0iI0ZGRiIgZD0iTTE2LjAwMyA5LjEwMmMyLjU2Mi0yLjE5NCA1LjctMi41NzUgNy44OTYtLjQyOSAyLjUxNSAyLjQ1OCAyLjQ3NSA2LjM2LS4xNjUgOC45NTQtLjYyNS42MTQtMS4zNDIgMS4zMDktMi4xNTIgMi4wODZsLS4xODcuMThjLTEuMTkgMS4xNDItNC42MzUgNC40MTEtNC44NyA0LjY0MmwtLjUyNS41MTctLjUyNi0uNTE3Yy0uMjQyLS4yMzgtMy43LTMuNTItNC44NjgtNC42NDFsLS4xODgtLjE4YTI2OS4yMiAyNjkuMjIgMCAwIDEtMi4xNTItMi4wODdjLTIuNjQtMi41OTQtMi42OC02LjQ5Ni0uMTY1LTguOTU0IDIuMTk2LTIuMTQ2IDUuMzQyLTEuNzY1IDcuOTAyLjQyOXoiLz4KICAgIDwvZz4KPC9zdmc+Cg==");
    height: 30px;
    width: 30px;
    content: "";
    background-size: contain;
    text-rendering: auto;
    background-position: center
}

.c-fav-btn:hover {
    background-color: #6aa0f2;
    color: #fff
}

.c-fav-btn:focus {
    background-color: #6aa0f2;
    color: #fff
}

.c-fav-btn:active {
    background-color: #216bc0;
    color: #fff
}

.c-fav-btn.active {
    background-color: #216bc0;
    color: #fff;
    justify-content: center;
    padding: 2px 30px
}

.c-fav-btn.active:before {
    background-image: url(img/heart_cat-active.svg)
}

.ctl-modal__btn {
    max-width: 276px;
    margin: 0 auto
}

.catalog-modal__slider-nav__cell {
    padding: 4px
}

.catalog-modal__slider-nav .catalog-modal__link {
    height: 56px;
    display: block;
    position: relative;
    width: 56px;
    box-shadow: 0 0 5px 1px rgba(204, 204, 204, .4)
}

.catalog-modal__slider-nav .is-selected .catalog-modal__link {
    box-shadow: 0 0 0 1px #9e9e9e
}

.catalog-modal .order-block__price-select .price-select__inner-2 .checkbox__color {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 0;
    border: none;
    border-radius: 100%
}

.catalog-modal .order-block__price-select .price-select__inner-2 .item__checkbox {
    padding: 0 5px
}

.catalog-modal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    height: 20px;
    background: #aaa8a8;
    border-radius: 90px
}

.catalog-modal .order-block__price-select .price-select__inner-2 .drop-select-list__sub-list .mCSB_scrollTools .mCSB_dragger {
    height: 20px
}

.catalog-modal .mCSB_scrollTools .mCSB_draggerRail {
    background: #ddd;
    border-radius: 90px;
    width: 4px
}

.catalog-modal .mCSB_inside > .mCSB_container {
    margin-right: 0
}

.list-category .list-category__link {
    transition: none
}

.list-category .list-category__link.anim-load-el {
    opacity: 0;
    position: relative;
    right: -100%
}

.count-block__btn-minus, .count-block__btn-plus {
    cursor: pointer
}

.limit-one-hands {
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .detail-video-content, .left-detail-block {
        padding-bottom: 0
    }

    .tab-content__item {
        padding: 0 10px 20px
    }
}

.card-map-wrap {
    position: absolute;
    top: 50%;
    right: 9.7vw;
    z-index: 10;
    background: #fff;
    transition: all .5s ease-in-out .1s;
    transform: translate(200%, -50%);
    max-width: 450px;
    opacity: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, .15)
}

@media (max-width: 768px) {
    .card-map-wrap {
        max-width: 70%;
        width: 100%
    }
}

.card-map-wrap.active {
    transform: translate(0%, -50%);
    opacity: 1
}

@media (max-width: 768px) {
    .card-map-wrap {
        right: 50%
    }

    .card-map-wrap.active {
        transform: translate(50%, -50%);
        opacity: 1
    }
}

.card-map__close-btn {
    background: 0 0;
    border: none;
    height: 35px;
    width: 35px;
    position: absolute;
    right: 5px;
    top: 5px;
    outline: none
}

.card-map__close-btn-icon {
    height: 10px;
    width: 10px
}

.card-map a {
    color: #4a90e2
}

.card-map a, .card-map p {
    font-size: 14px;
    line-height: 1.3;
    display: block;
    margin-bottom: 5px
}

.card-map__address {
    margin: 5px 0
}

.show {
    display: block
}

.hide {
    display: none
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s
}

@keyframes fade {
    from {
        opacity: .1
    }
    to {
        opacity: 1
    }
}

[class *=searchbox-button] {
    background-color: #4a90e2 !important;
    color: #fff !important
}

.card-map__soc {
    margin-top: 10px
}

[class *=searchbox-button]:hover {
    background-color: #5b99e0 !important
}

[class *=searchbox-button]:active {
    background-color: #2f7fdc !important
}

.slider-index__img {
    width: 100%;
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    margin: 0 auto
}

.product-detail i {
    font-style: italic
}

.main-shares__tabs .tabs__contents {
    min-height: 463px
}

@media only screen and (min-width: 1024px) {
    .index-page-section__form {
        width: 100%;
        background-color: #fcfcfc;
    }

    .subscribe-form__header img {
        position: absolute;
        left: 50%;
        top: 45px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .subscribe-form {
        background: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 840px;
        padding-right: 35px;
        padding-top: 29px;
        padding-bottom: 0;
    }

    .subscribe-form .input-style-border-bottom {
        margin: 0 auto 20px;
    }

    .subscribe-form__label-wrap {
        padding-left: 29px;
    }
}

@media only screen and (min-width: 767px) {
    .subscribe-form__footer {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0px, -50%);
    }
}

body {
    opacity: 1 !important;
}

.catalog-popup .detail-mp-block__item {
    margin: 3px 0;
}

.detail-mp-block.spin-show {
    min-height: 30px;
}

.order-block-modal .price-select__inner-3 {
    position: relative;
    z-index: 1;
}

.filled-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover
}
