@charset "UTF-8";
html, body {
    background-color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #3e4856;
    line-height: 1.3;
}

* {
    margin: 0;
    padding: 0;
    outline: none !important;
}

h1, h2, h3, h4 {
    font-weight: 700;
    color: #3e4856;
    line-height: 1.2;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 12px;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

a:hover {
    color: #4a90e2;
    text-decoration: none;
}

ul, li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

i {
    font-style: normal;
}

::before, ::after {
    background-repeat: no-repeat;
    background-size: contain;
}

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;
    -webkit-background-size: contain;
    background-size: contain;
}

.logo-text.logo-grey .logo-text__image {
    background-image: url(img/logo-grey.jpg);
}

.logo-text .logo-text__top {
    font-size: 19px;
    text-transform: uppercase;
    display: block;
    float: right;
    border-bottom: 1px solid #000;
    line-height: 15px;
    margin-top: 2px;
    margin-bottom: 4px;
    letter-spacing: .4px;
    text-align: left;
    background-image: url(img/logo-text.svg);
    width: 125px;
    height: 22px;
    background-repeat: no-repeat;
    -webkit-background-size: 125px 100%;
    background-size: 125px 100%;
}

.logo-text.logo-grey .logo-text__top {
    color: #cacaca;
    border-color: #cacaca;
    opacity: .3;
}

.logo-text .logo-text__bottom {
    display: block;
    float: right;
    text-transform: uppercase;
    font-size: 8px;
    line-height: 11px;
    letter-spacing: .5px;
}

.logo-text.logo-grey .logo-text__bottom {
    color: #cacaca;
}

.footer {
    display: block;
    width: 100%;
    border-top: solid 1px rgba(151, 151, 151, 0.2);
}

.footer.scroll {
    position: fixed;
    left: 0;
    bottom: 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: 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;
    margin-top: -5px;
}

.footer__inner-top .footer__contacts .contacts__phone {
    display: block;
    text-align: left;
}

.footer__inner-top .footer__contacts .phone__link {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.footer__inner-top .footer__contacts .contacts__email {
    display: block;
    text-align: left;
}

.footer__inner-top .footer__contacts .email__link {
    color: #4a90e2;
    font-size: 14px;
}

.footer__inner-top .footer__contacts .email__link:hover {
    text-decoration: underline;
}

.footer__inner-top .footer__contacts .contacts__social {
    display: block;
    margin-left: -5px;
    margin-top: 22px;
}

.footer__inner-top .footer__contacts .social__list {
    display: table;
    width: 100%;
    text-align: left;
}

.footer__inner-top .footer__contacts .social__list .list__item {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 46px;
    margin: 0 5px;
}

.footer__inner-top .footer__contacts .social__list .item__link, .distr-soc-links .item__link-vk {
    display: block;
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.footer__inner-top .footer__contacts .social__list .item__link-vk, .distr-soc-links .item__link-vk {
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.footer__inner-top .footer__contacts .social__list .item__link-tw, .distr-soc-links .item__link-tw {
    background-image: url(img/round-tw.svg);
}

.footer__inner-top .footer__contacts .social__list .item__link-fb, .distr-soc-links .item__link-fb {
    background-image: url(img/round-fb.svg);
}

.footer__inner-top .footer__contacts .social__list .item__link-yt, .distr-soc-links .item__link-yt {
    background-image: url(img/round-yt.svg);
}

.footer__inner-top .footer__contacts .social__list .item__link-we-chat, .distr-soc-links .item__link-we-chat {
    background-image: url(/local/templates/main/assets/css/img/wechat-Icon-logo.wine.svg);
    background-color: #3C3C3C;
    border-radius: 50%;
    background-position: center;
}

.footer__inner-top .footer__contacts .social__list .item__link-in, .distr-soc-links .item__link-in {
    background-image: url(img/round-in.svg);
}

.footer__inner-top .footer__contacts .social__list .item__link-ok, .distr-soc-links .item__link-ok {
    background-image: url(img/round-ok.png);
}

.footer__inner-top .footer__contacts .social__list .item__link-wp, .distr-soc-links .item__link-wp {
    background-image: url(img/round-whatsapp.svg);
}

.footer__inner-top .footer__contacts .social__list .item__link-vb, .distr-soc-links .item__link-vb {
    background-image: url(img/round-viber.svg);
}

.footer__inner-top .footer__contacts .social__list .item__link-tl, .distr-soc-links .item__link-tl {
    background-image: url(img/round-telegram.svg);
}

.footer__inner-bottom {
    display: block;
    width: 100%;
    background-color: #f0f5f8;
    height: 59px;
}

.footer__inner-bottom .inner-bottom__copy {
    display: block;
    margin: 20px 0;
}

.footer__inner-bottom .inner-bottom__copy .copy__p {
    font-size: 12px;
    opacity: .3;
    display: block;
}

.footer__inner-bottom .inner-bottom__company {
    display: block;
    margin: 20px 0;
    text-align: right;
}

.footer__inner-bottom .inner-bottom__company .company__link {
    opacity: .3;
    font-size: 12px;
}

.footer__inner-bottom .inner-bottom__company .company__link::after {
    content: "";
    background-image: url(img/ic-like.png);
    width: 14px;
    height: 12.5px;
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: 3px;
}

.container-wrap {
    display: block;
    margin-top: 118px;
    min-height: 200px;
}

.main-slider {
    display: block;
    width: 100%;
    position: relative;
}

.main-slider .main-slider__list {
    display: block;
    width: 100%;
    position: relative;
}

.main-slider .list__item {
    display: block;
    width: 100%;
}

.main-slider .main-slider__link img {
    width: 100%;
    height: auto;
    max-width: 1900px;
    max-height: 655px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}

.main-slider__link {
    display: block;
}

.main-slider .list__item .container, .main-slider .list__item .row, .main-slider .list__item .col-lg-12 {
    height: 100%;
    position: relative;
}

img.main-slider__item-img {
    position: absolute;
    left: 0;
    right: 0;
    object-fit: cover;
    top: 0;
    bottom: 0;
}

.main-category {
    display: block;
    background-color: #fff;
    padding: 66px 0 8px;
}

.main-category .main-category__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #f3f6f8;
    margin: 15px 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 49px 68px 29px;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 50%;
}

.main-category__image {
    max-width: 179px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.main-category__image img {
    max-width: 100%;
    width: auto;
}

.main-category__img img {
    max-width: 100%;
}

/*start .main-category__item--sm{}*/
.main-category .main-category__item--sm.main-category__item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-category .main-category__item--sm .main-category__text {
    margin-bottom: 0 !important;
}

.main-category .main-category__item--sm .main-category__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-category .main-category__item--sm .inner-top__title {
    max-width: 100%;
}

@media (max-width: 991px) {
    .main-category .main-category__item--sm.main-category__item {
        min-height: auto;
    }
}

@media (max-width: 480px) {
    .main-category .main-category__item--sm .item__inner-top {
        margin-right: 20px;
        margin-bottom: 0 !important;
    }

    .main-category .main-category__item--sm .main-category__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .main-category .main-category__item--sm .main-category__text {
        margin-bottom: 0 !important;
    }
}

/*end .main-category__item--sm{}*/
.main-category .inner-top__title {
    position: relative;
    display: inline-block;
    color: #282a2b;
    font-size: 24px;
    font-weight: 400;
    max-width: 60%;
}

.main-category .inner-top__title:hover::after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.main-category .inner-top__title:active::after {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.main-category .item__inner-bottom .inner-bottom__description {
    display: block;
    width: 66%;
}

.main-category .item__inner-bottom .inner-bottom__description p {
    font-size: 13px;
    color: rgba(62, 72, 86, 0.5);
    line-height: 22px;
}

.main-category .inner-bottom__list {
    display: table;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
}

.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, 0.5);
}

.main-shares {
    display: block;
    background: #ffffff;
}

.main-shares .main-shares__tabs {
    display: block;
    margin: 60px 0 0;
}

.main-shares .tabs__options-list {
    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;
}

.main-shares .tabs__options-list .options-list__item {
    display: block;
    color: #475a67;
    font-size: 14px;
    text-align: center;
    float: left;
    padding: 11px 50px;
    background: #f3f6f8;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    min-width: 229px;
    margin-left: 7.5px;
    margin-right: 7.5px;
}

.main-shares .tabs__options-list .item__selected {
    margin-bottom: -1px;
    background-color: #e1e9ee;
}

.main-shares .tabs__contents .contents__item {
    display: none;
    margin-top: 58px;
    opacity: 0;
    overflow: hidden;
}

.main-shares .tabs__contents .contents__item.item__selected {
    display: block;
    opacity: 1;
}

.main-shares .tabs__contents .contents__hits-week .hits-week__item {
    height: 388px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    margin-bottom: 32px;
    position: relative;
}

.main-shares .tabs__contents .hits-week__item .item__image {
    display: block;
    width: 100%;
    height: 199px;
    background-image: url(img/demo-bg.jpg);
    background-position: 50%;
    background-repeat: repeat;
}

.main-shares .tabs__contents .hits-week__item .image__img {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.main-shares .tabs__contents .hits-week__item .item__title {
    display: block;
    margin: 19px 24px 0;
    font-size: 16px;
}

.main-shares .tabs__contents .hits-week__item .item__meta {
    display: table;
    height: 72px;
    border-top: solid 1px rgba(151, 151, 151, 0.2);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.main-shares .tabs__contents .hits-week__item .meta__price {
    display: block;
    margin: 25px 0 25px 25px;
    float: left;
    width: -webkit-calc(50% - 25px);
    width: calc(50% - 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: -webkit-calc(50% - 24px);
    width: calc(50% - 24px);
    margin: 15px 24px 15px 0;
    text-align: right;
}

.main-shares .tabs__contents .hits-week__item .cart__add {
    display: inline-block;
    background-image: url(img/ic-circle-cart.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.main-shares .tabs__contents .hits-week__item .cart__selected {
    font-size: 14px;
    height: 40px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #f3f6f8;
    line-height: 40px;
    padding: 0 15px;
    width: auto;
    background-image: none;
    display: block;
    text-align: center;
}

.main-news {
    display: block;
    padding: 40px 0 100px;
    border-top: 1px solid rgba(151, 151, 151, 0.2);
}

.main-news .main-news__title {
    display: table;
    width: 100%; /*border-bottom: solid 1px rgba(151, 151, 151, 0.2);*/
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.main-news .main-news__title .title__h2 {
    display: block;
    font-size: 36px;
    float: left;
}

.main-news .main-news__title .title__btn-view-all {
    font-size: 14px;
    display: inline-block;
    color: #4a90e2;
    float: right;
}

.main-news .main-news__item {
    display: table;
    width: 100%;
}

.main-news .main-news__item .item__image {
    width: 200px;
    height: 150px;
    display: block;
    float: left;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-right: 40px;
    overflow: hidden;
}

.main-news .main-news__item .image__img {
    width: 100%;
    height: 100%;
    display: inherit;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.main-news .main-news__item .item__description {
    display: block;
    float: right;
    width: -webkit-calc(100% - 260px);
    width: calc(100% - 260px);
    margin-top: 15px;
    margin-right: 20px;
}

.main-news .main-news__item .description__title {
    display: block;
    font-size: 18px;
    color: #4a90e2;
    font-weight: 400;
}

.main-news .main-news__item .description__date-create {
    display: block;
    font-size: 12px;
}

.main-news .main-news__item .description__preview-text {
    font-size: 14px;
    display: block;
    line-height: 20px;
    margin-top: 15px;
}

.main-about .main-about__title {
    display: table;
    width: 100%;
    border-bottom: solid 1px rgba(151, 151, 151, 0.2);
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.main-about .main-about__description p {
    font-size: 14px;
    margin: 20px 0;
    line-height: 21px;
}

.main-brands {
    display: block;
    background-color: #fff;
    position: relative;
    border-top: solid 1px rgba(151, 151, 151, 0.2);
}

.main-brands .main-brands__list {
    display: table;
    width: 100%;
    margin: 28px 0;
}

.main-brands .list__item {
    display: block;
    float: left;
    width: 12%;
    height: 66px;
    margin-right: 5.6016%;
}

.main-brands .list__item:last-child {
    margin-right: 0;
}

.main-brands .item__link {
    display: block;
    position: relative;
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.main-brands .item__link:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.main-brands .link__img {
    display: inherit;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
}

.breadcrumbs {
    display: block;
    background-color: #f3f6f8;
}

.breadcrumbs .breadcrumbs__list {
    display: table;
    width: 100%;
    margin: 42px 0 15px;
}

.breadcrumbs .list__item {
    display: block;
    float: left;
    margin-right: 5px;
}

.breadcrumbs .item__link {
    font-size: 14px;
    display: block;
    color: rgba(62, 72, 86, 0.5);
}

.breadcrumbs .item__link::after {
    content: "";
    background-image: url(img/ic-right-c.png);
    width: 12px;
    height: 6px;
    display: inline-block;
    margin-left: 5px;
}

.breadcrumbs .item__link:hover {
    color: #4a90e2;
}

.breadcrumbs .breadcrumbs__title {
    display: block;
    margin-bottom: 28px;
    margin-top: -15px;
    line-height: 1.3;
    font-size: 30px;
}

.wrap-content {
    display: block;
    padding-bottom: 50px;
    background-color: #fff;
}

.left-menu {
    display: block;
    margin-top: 16px;
}

.left-menu .list__item {
    display: block;
    border-top: solid 1px rgba(151, 151, 151, 0.2);
}

.left-menu .item__link {
    font-size: 14px;
    font-weight: 700;
    display: block;
    padding: 18px 0;
    position: relative;
}

.left-menu .item__link::after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px);
    right: 5px;
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.left-menu .item__selected {
    color: #8c96a3;
}

.left-menu .item__link.item__selected::after {
    width: 8px;
    height: 8px;
    background-color: #3e4856;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 0;
    top: -webkit-calc(50% - 4px);
    top: calc(50% - 4px);
    right: 0;
}

.catalog-filter {
    display: block;
    margin-top: 15px;
}

.catalog-filter .catalog-filter__price-block {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: block;
    padding-top: 5px;
    margin-bottom: 24px;
}

.catalog-filter.catalog-filter .price-block__inner-top {
    display: block;
    padding: 16px 0 0;
}

.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;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.catalog-filter .price-block__inner-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.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 {
    background-color: transparent;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    width: 90px;
    height: 25px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #a3a3a3;
    text-align: center;
}

.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 {
    display: flex;
    align-items: center;
    float: left;
    margin: 0 19px;
    line-height: 23px;
    color: #a3a3a3;
    font-size: 12px;
    font-weight: 400;
}

.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 {
    background-color: transparent;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    width: 90px;
    height: 25px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #a3a3a3;
    text-align: center;
}

.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;
    color: rgba(62, 72, 86, 0.3);
    display: block;
    float: left;
    line-height: 36px;
    margin-left: 8px;
}

.catalog-filter .catalog-filter__checkbox-block {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: block;
    margin-bottom: 21px;
}

.catalog-filter .checkbox-block__list {
    display: block;
    padding-right: 40px;
}

.catalog-filter .checkbox-block__list .list__item {
    display: block;
    padding-top: 25px;
}

.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 {
    display: block;
    position: relative;
    color: #b0b0b0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: normal;
}

.catalog-filter .checkbox-block__list .item__sub {
    display: block;
    opacity: 1;
}

.catalog-filter .checkbox-block__list .list__item-1 {
    display: block;
    margin: 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;
    line-height: 23px;
}

.catalog-filter .checkbox-block__list .item-1__checkbox.disabled {
    text-decoration: line-through;
    cursor: inherit;
    opacity: .4;
}

.catalog-filter .checkbox-block__list .checkbox__point {
    display: inline-block;
    width: 15px;
    height: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.19);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.19);
    border: solid 1px #9e9e9e;
    margin-right: 7px;
    position: relative;
    top: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.catalog-filter .checkbox-block__list .checkbox__inp {
    display: none;
}

.catalog-filter .checkbox-block__list .checkbox__inp:checked ~ .checkbox__point::before {
    content: "";
    background-image: url(img/ic-checkbox-check.png);
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: -webkit-calc(50% - 5px);
    left: calc(50% - 5px);
    top: -webkit-calc(50% - 4px);
    top: calc(50% - 4px);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.catalog-filter .catalog-filter__btn-block {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: block;
    border: none;
    padding: 0;
}

.catalog-filter .catalog-filter__btn-block .btn-block__clear {
    font-size: 14px;
    color: rgba(62, 72, 86, 0.5);
    border: 0;
    background-color: transparent;
    width: 75px;
    text-align: center;
    margin-left: 10px;
}

.catalog-filter__btn-apply-block {
    background-color: #fff;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 13px 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 13px 20px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index: 10;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.catalog-filter__btn-apply-block::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    top: -webkit-calc(50% - 6px);
    top: calc(50% - 6px);
    left: -6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}

.catalog-filter .catalog-filter__btn-block .btn-primary-hover {
    position: relative;
    z-index: 1;
    margin: 0;
    background: transparent;
    color: #216bc0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2.1px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    border: 1px solid #216bc0 !important;
    width: 100%;
}

.catalog-list .catalog-list__sort {
    display: block;
    margin: 33px 0;
    text-align: left;
}

.catalog-list .catalog-list__sort .sort__select {
    display: inline-block;
    position: relative;
}

.catalog-list .catalog-list__sort .select__title {
    font-size: 14px;
    display: inline-block;
    position: relative;
    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;
}

.catalog-list .catalog-list__sort .select__title .sort-by {
    width: auto;
    position: relative;
    display: block;
    height: auto;
    left: auto;
    top: auto;
    margin-right: 5px;
}

.catalog-list .catalog-list__sort .select__title_desc::before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.catalog-list .catalog-list__sort .select__title::after {
    content: "";
    background-image: url(img/arrow-sm.svg);
    width: 11px;
    height: 8px;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(1deg);
    position: relative;
    top: 0px;
    margin-left: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.catalog-list .catalog-list__sort .select__title.selected::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 0;
}

.catalog-list .catalog-list__sort .select__list {
    display: none;
    opacity: 0;
    background-color: #fff;
    width: 183px;
    top: 32px;
    left: 0;
    position: absolute;
    z-index: 10;
    -webkit-box-shadow: 0 13px 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 13px 20px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    padding: 10px 0;
}

.catalog-list .catalog-list__sort .select__list .list__item {
    font-size: 14px;
    display: block;
    text-align: left;
    padding: 5px 23px;
    cursor: pointer;
}

.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: -webkit-flex;
    display: flex;
    overflow: hidden;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 388px;
    margin-bottom: 30px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 10px 15px 0 rgb(62 72 86 / 7%);
    -ms-flex-wrap: wrap;
    -webkit-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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.product-item .item__image {
    position: relative;
    display: block;
    width: 100%;
    height: 199px;
    background: 50% no-repeat;
    background-size: cover;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    overflow: hidden;
    background: none !important;
}

.product-item .image__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    margin: auto;
}

@media (min-width: 1260px) {
    .product-item .image__img {
        width: 100%;
        height: 100%;
    }
}

.detail-description img {
    width: 100%;
}

.product-item .item__title {
    display: block;
    overflow: hidden;
    font: 16px/1.25 "Lato", serif;
    letter-spacing: normal;
    text-align: left;
    max-width: 100%;
    color: #3e4856;
    padding: 8px 22px 0;
}

.product-item .title__link {
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-item .item__meta {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: 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;
}

.product-item .cart__selected, .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;
}

.product-item .price__new-p {
    font-size: 16px;
    font-weight: 700;
    color: #ff2d35;
}

.item-label {
    font-weight: 700;
    line-height: 69px;
    z-index: 4;
    left: -14px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 83px;
    background-color: #4caf50;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: -14px;
    display: block;
    width: 72px;
    height: 72px;
}

.item-label--hit {
    font-weight: 700;
    line-height: 69px;
    z-index: 4;
    left: -14px;
    color: #d08802;
    border: 2px solid #fff;
    border-radius: 83px;
    background-color: #ffde00;
}

.item-label--top {
    background-color: #F6007B;
}

.item-label--soon {
    background-color: #DD56B5;
}

.item-label--sale {
    background-color: #ff2d35;
}

.catalog-list .product-block .product-block__big .item__image {
    height: 317px;
    border-bottom: solid 1px rgba(151, 151, 151, 0.2);
}

.catalog-list .product-block .product-block__big .item__title {
    width: -webkit-calc(50% - 48px);
    width: calc(50% - 48px);
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 0;
}

.catalog-list .product-block .product-block__big .item__meta {
    width: 50%;
    position: relative;
    left: inherit;
    bottom: inherit;
    border: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.catalog-list .product-block .product-block__big .meta__price {
    display: inline-block;
    width: auto;
    margin-left: 0;
    margin-right: 25px;
}

.catalog-list .product-block .product-block__big .meta__cart {
    float: right;
    display: inline-block;
    width: auto;
}

.pagination {
    display: block;
    margin: 60px 0;
}

.pagination .pagination__prev {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.pagination .pagination__prev::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-right: 8px;
}

.pagination .pagination__list {
    display: table;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.pagination .pagination__list .list__item {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.pagination .pagination__list .item__link {
    font-size: 16px;
    display: block;
    line-height: 40px;
    background-color: transparent;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.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;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
}

.pagination .pagination__next::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-left: 8px;
}

.catalog-list .seo-description {
    display: block;
    padding: 40px 0 40px;
}

.catalog-list .seo-description p {
    font-size: 14px;
    margin: 20px 0;
    line-height: 21px;
}

.product-detail {
    display: block;
    margin: 40px 0 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.product-detail .product-detail__inner-top {
    display: block;
}

.product-detail .inner-top__sale {
    -webkit-border-radius: 83px;
    border-radius: 83px;
    background-color: #ff2d35;
    display: block;
    width: 72px;
    height: 72px;
    position: absolute;
    top: -14px;
    left: -14px;
    z-index: 4;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 72px;
    border: solid 2px #fff;
}

.product-detail .inner-top__hit {
    -webkit-border-radius: 83px;
    border-radius: 83px;
    background-color: #ffde00;
    display: block;
    width: 72px;
    height: 72px;
    position: absolute;
    top: -14px;
    left: -14px;
    z-index: 4;
    font-size: 12px;
    text-transform: uppercase;
    color: #d08802;
    text-align: center;
    line-height: 69px;
    border: solid 2px #fff;
    font-weight: 700;
}

.product-detail .inner-top__new {
    -webkit-border-radius: 83px;
    border-radius: 83px;
    background-color: #4CAF50;
    display: block;
    width: 72px;
    height: 72px;
    position: absolute;
    top: -14px;
    left: -14px;
    z-index: 4;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 69px;
    border: solid 2px #fff;
    font-weight: 700;
}

.product-detail .inner-top__images-block {
    display: block;
    margin: 30px;
}

.product-detail .inner-top__images-block .images-block__image {
    display: block;
    width: 480px;
    height: 480px;
    margin: 0 auto;
    position: relative;
}

.product-detail .inner-top__images-block .images-block__link {
    display: block;
    width: 480px;
    height: 480px;
}

.product-detail .inner-top__images-block .block__image__img {
    height: 100%;
    display: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-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;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.product-detail .inner-top__images-block .list__item .item__img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: block;
}

.product-detail .inner-top__order-block {
    display: block;
    width: 100%;
}

.order-block__price-select {
    display: block;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
}

.order-block__price-select.fixed {
    position: fixed;
    z-index: 10;
    top: 100px;
    opacity: 0;
    display: none;
}

.price-select__inner-1 .price__old-pp {
    font-size: 14px;
    left: 0;
    display: block;
    text-decoration: line-through;
    color: rgba(62, 72, 86, 0.5);
}

.order-block__price-select .inner-1__p {
    font-size: 32px;
    font-weight: 700;
    display: block;
    letter-spacing: 1px;
    float: left;
    line-height: 34px;
}

.order-block__price-select .inner-1__status {
    font-size: 12px;
    background-color: #fff;
    float: right;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    border: 1px solid #a6b9cc;
    padding: 0px 26px;
    height: 34px;
    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;
    line-height: 1;
    text-align: center;
}

.bx-ie .order-block__price-select .inner-1__status {
    height: 32px;
    display: block;
    line-height: 34px;
}

.order-block__price-select .price-select__inner-2 {
    display: block;
    border-top: solid 1px #dae0e2;
    margin: 23px 0 0;
    padding-top: 20px;
}

.order-block__price-select .price-select__inner-2 .inner-2__select-list {
    display: table;
    width: 100%;
}

.order-block__price-select .price-select__inner-2 .select-list__item {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 6px 0 rgba(62, 72, 86, 0.08);
    box-shadow: 0 5px 6px 0 rgba(62, 72, 86, 0.08);
    border: solid 1px #e8edee;
    display: block;
    float: left;
    height: 30px;
    line-height: 29px;
    margin: 0 10px 10px 0;
    cursor: pointer;
    overflow: hidden;
}

.order-block__price-select .price-select__inner-2 .item__checkbox {
    font-size: 12px;
    color: #8c96a3;
    display: block;
    padding: 0 8px;
    cursor: pointer;
}

.order-block__price-select .price-select__inner-2 .item__checkbox.selected {
    color: #fff;
}

.order-block__price-select .price-select__inner-2 .checkbox__color {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    top: 3px;
    border: solid 2px #f3f6f8;
}

.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 {
    display: block;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 40px;
    margin: 0 0 20px;
    position: relative;
}

.order-block__price-select .price-select__inner-2 .drop-select-list__title {
    font-size: 16px;
    display: block;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    min-height: 40px;
    cursor: pointer;
}

.order-block__price-select .price-select__inner-2 .drop-select-list__title span {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    top: 12px;
    margin-right: 10px;
}

.order-block__price-select .price-select__inner-2 .drop-select-list__title::after {
    content: "";
    background-image: url(img/ic-path.png);
    width: 11px;
    height: 5px;
    display: block;
    position: absolute;
    top: -webkit-calc(50% - 3px);
    top: calc(50% - 3px);
    right: 7px;
}

.order-block__price-select .price-select__inner-2 .drop-select-list__sub-list {
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 6px 0 rgba(62, 72, 86, 0.08);
    box-shadow: 0 5px 6px 0 rgba(62, 72, 86, 0.08);
    border: solid 1px #e8edee;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    top: 45px;
    position: absolute;
    width: 100%;
    z-index: 4;
    padding: 5px 0;
    max-height: 210px;
    overflow-y: auto;
}

.order-block__price-select .price-select__inner-2 .sub-list__item {
    display: block;
    padding: 10px;
}

.order-block__price-select .price-select__inner-2 .sub-list__item:hover {
    background-color: #f3f6f8;
}

.order-block__price-select .price-select__inner-2 .sub-list__item.item__selected {
    background-color: #f3f6f8;
}

.order-block__price-select .price-select__inner-3 {
    width: 100%;
    border-top: solid 1px #dae0e2;
    margin-top: 20px;
    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: 28px 0 0;
}

.order-block__price-select .price-select__inner-3 .inner-3__count-block {
    float: left;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    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;
    margin-bottom: 43px;
}

.order-block__price-select .price-select__inner-3 .count-block__inp {
    font-size: 18px;
    background-color: transparent;
    border: 0;
    width: 35px;
    text-align: center;
    height: 25px;
}

.order-block__price-select .price-select__inner-3 .count-block__btn-minus {
    display: block;
    float: left;
    position: relative;
    cursor: pointer;
    width: 25px;
    height: 25px;
}

.order-block__price-select .price-select__inner-3 .count-block__btn-minus::before {
    content: "";
    background-color: #8c96a3;
    display: block;
    width: 13px;
    height: 2px;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    position: absolute;
    left: -webkit-calc(50% - 9px);
    left: calc(50% - 9px);
}

.order-block__price-select .price-select__inner-3 .count-block__btn-plus {
    display: block;
    float: right;
    width: 25px;
    height: 25px;
    position: relative;
    cursor: pointer;
}

.order-block__price-select .price-select__inner-3 .count-block__btn-plus::before {
    content: "";
    display: block;
    width: 13px;
    height: 2px;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    position: absolute;
    left: -webkit-calc(50% - 9px);
    background-color: #8c96a3;
    left: calc(50% - 9px);
}

.order-block__price-select .price-select__inner-3 .count-block__btn-plus::after {
    content: "";
    background-color: #8c96a3;
    display: block;
    width: 13px;
    height: 2px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    position: absolute;
    left: -webkit-calc(50% - 9px);
    left: calc(50% - 9px);
}

.order-block__price-select .price-select__inner-3 .inner-3__btn-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: fit-content;
}

.product-detail .inner-top__order-block .price-select__inner-3 .btn-primary {
    margin-right: 14px;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    font-size: 16px;
    height: 52px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0px 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 2.37px;
}

.product-detail .inner-top__order-block .price-select__inner-3 .btn-primary:focus, .product-detail .inner-top__order-block .price-select__inner-3 .btn-primary:hover {
    text-decoration: none;
    color: #fff;
}

.product-detail .inner-top__order-block .price-select__inner-3 .btn-primary.selected {
    background-color: #f3f6f8;
    color: inherit;
}

.order-block__quick-order {
    display: table;
    margin-top: 20px;
    width: 100%;
}

.order-block__quick-order .btn-default {
    font-size: 12px;
    letter-spacing: 1.3px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #f3f6f8;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: 0;
    float: left;
    margin-right: 19px;
}

.order-block__quick-order .quick-order__p {
    font-size: 12px;
    color: rgba(62, 72, 86, 0.5);
    display: block;
    float: right;
    width: -webkit-calc(100% - 178px);
    width: calc(100% - 178px);
    line-height: 15px;
    margin-top: 6px;
}

.product-detail .inner-top__order-block .order-block__parameters {
    display: block;
    margin-top: 54px;
}

.product-detail .inner-top__order-block .parameters__list .list__item {
    font-size: 14px;
    display: block;
    border-bottom: solid 1px #dae0e2;
    padding: 6px 0;
}

.product-detail .inner-top__order-block .parameters__list .list__item span {
    color: #8c96a3;
    width: 50%;
    display: inline-block;
}

.product-detail .inner-top__order-block .parameters__list .list__item:last-child {
    border: 0;
}

.product-detail .product-detail__inner-bottom {
    display: block;
}

.product-detail .inner-bottom__description .description__tabs-options {
    display: table;
    width: 100%;
    border-bottom: solid 1px rgba(151, 151, 151, 0.2);
}

.product-detail .inner-bottom__description .tabs-options__item {
    font-size: 36px;
    font-weight: 700;
    display: block;
    float: left;
    padding: 20px 0;
    margin-left: 36px;
    color: #8c96a3;
    position: relative;
    cursor: pointer;
}

.product-detail .inner-bottom__description .tabs-options__item.item__selected {
    border-bottom: solid 1px #3e4856;
    margin-bottom: -1px;
    color: #3e4856;
}

.product-detail .inner-bottom__description .item__sub {
    font-size: 14px;
    display: block;
    position: absolute;
    top: 6px;
    right: -28px;
}

.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 p {
    font-size: 16px;
    line-height: 1.63;
    margin: 20px 0;
}

.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 {
    list-style-type: disc;
    margin: 20px 0;
}

.product-detail .inner-bottom__description .item__detail-text ul ul li {
    list-style-type: disc;
    margin: 20px 0;
}

.product-detail .inner-bottom__description .item__detail-text ol {
    display: block;
    margin-left: 20px;
}

.product-detail .inner-bottom__description .item__detail-text ol li {
    list-style-type: inherit;
    margin: 20px 0;
}

.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 {
    color: #8c96a3;
    text-align: left;
    padding: 15px 0;
}

.product-detail .inner-bottom__description .item__detail-text table tr td {
    padding: 15px 0;
    border-top: solid 1px rgba(151, 151, 151, 0.2);
}

.product-detail .inner-bottom__description .item__detail-text img {
    max-width: 100%;
}

.product-detail .inner-bottom__description .item__comments-product .comments-product__form {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: solid 1px #dae0e2;
    display: table;
    padding: 20px 30px 35px;
    width: 100%;
    -webkit-box-shadow: 0 5px 10px 0 rgba(62, 72, 86, 0.07);
    box-shadow: 0 5px 10px 0 rgba(62, 72, 86, 0.07);
}

.product-detail .inner-bottom__description .item__comments-product .form__text-block {
    display: block;
    margin-bottom: 30px;
}

.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;
    width: 50%;
    float: left;
}

.product-detail .inner-bottom__description .item__comments-product .name-block__inp {
    display: block;
    border: 0;
    border-bottom: solid 1px #dae0e2;
    resize: none;
    width: 100%;
    font-size: 16px;
    color: rgba(62, 72, 86, 0.3);
    height: 40px;
}

.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;
    color: #fff;
    height: 40px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #dae0e2;
    border: 0;
    text-transform: uppercase;
    padding: 0 27px;
}

.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 {
    display: block;
    border: solid 1px #dae0e2;
    padding: 20px 30px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
}

.product-detail .inner-bottom__description .item__comments-product .item__text::after {
    content: "";
    background-image: url(img/comment-b.jpg);
    width: 19px;
    height: 10px;
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 25px;
    bottom: -10px;
}

.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;
    color: #8c96a3;
    margin-left: 30px;
}

.product-detail .inner-bottom__description .item__comments-product .comments-product__btn-block {
    display: block;
    text-align: center;
    margin-top: 70px;
}

.product-detail .inner-bottom__description .item__comments-product .btn-block__btn-more {
    font-size: 12px;
    height: 60px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #f3f6f8;
    display: inline-block;
    line-height: 60px;
    padding: 0 40px;
    text-transform: uppercase;
}

.product-detail .inner-bottom__description .item__comments-product .btn-block__btn-more::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    top: -1px;
}

.history-block .list__item .item__date-create, .history-block .list__item .item__date-cancel {
    border-left: solid 1px #dae0e2;
    padding: 0 30px;
    width: 200px;
}

.product-detail .inner-bottom__social {
    display: block;
    text-align: right;
    margin: 10px 30px 36px 0;
}

.product-detail__other-options {
    display: block;
    margin: 100px 0;
    border-top: solid 1px rgba(151, 151, 151, 0.2);
    margin-top: 45px;
    margin-bottom: 60px;
    padding-top: 93px;
}

.product-detail__other-options .other-options__title {
    display: block;
    margin-bottom: 55px;
}

.product-detail__other-options .title__h2 {
    font-size: 36px;
    font-weight: 700;
    display: block;
}

.product-detail__other-options .other-options__slider-block {
    display: block;
    position: relative;
}

.product-detail__other-options .other-options__slider-block .slider-block__btn-slider-prev {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: -77px;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background-image: url(img/left.svg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.product-detail__other-options .other-options__slider-block .slider-block__btn-slider-next {
    background-image: url(img/left.svg);
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    right: -77px;
    top: 50%;
    z-index: 6;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cart-product {
    display: block;
    margin: 65px 0 100px;
}

.cart-product .list__item {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    display: block;
    margin-bottom: 24px;
    height: 100px;
    position: relative;
}

.cart-product .list__item .item__image {
    display: block;
    float: left;
    width: 134px;
    height: 100px;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}

.cart-product .list__item .image__img {
    display: inherit;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}

.cart-product .list__item .item__description {
    display: block;
    float: left;
    margin: 15px 36px 0;
    width: -webkit-calc(100% - 500px);
    width: calc(100% - 500px);
}

.cart-product .list__item .description__title {
    display: block;
}

.cart-product .list__item .description__option-list {
    font-size: 12px;
    color: rgba(62, 72, 86, 0.5);
    line-height: 14px;
}

.cart-product .list__item .description__price {
    display: block;
    margin-top: 4px;
}

.cart-product .list__item .price__p {
    display: block;
    font-weight: 700;
    color: #8c96a3;
}

.cart-product .list__item .item__count-block {
    display: block;
    float: left;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #f3f6f8;
    margin: 30px 0;
}

.cart-product .list__item .count-block__btn-minus {
    display: block;
    float: left;
    width: 45px;
    height: 40px;
    position: relative;
    cursor: pointer;
}

.cart-product .list__item .count-block__btn-minus::before {
    content: "";
    background-color: #8c96a3;
    display: block;
    width: 18px;
    height: 2px;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    position: absolute;
    left: -webkit-calc(50% - 9px);
    left: calc(50% - 9px);
}

.cart-product .list__item .count-block__inp {
    font-size: 18px;
    background-color: transparent;
    border: 0;
    width: 50px;
    text-align: center;
    height: 40px;
}

.cart-product .list__item .count-block__btn-plus {
    display: block;
    float: right;
    width: 45px;
    height: 40px;
    position: relative;
    cursor: pointer;
}

.cart-product .list__item .count-block__btn-plus::before {
    content: "";
    background-color: #8c96a3;
    display: block;
    width: 18px;
    height: 2px;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    position: absolute;
    left: -webkit-calc(50% - 9px);
    left: calc(50% - 9px);
}

.cart-product .list__item .count-block__btn-plus::after {
    content: "";
    background-color: #8c96a3;
    display: block;
    width: 18px;
    height: 2px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    position: absolute;
    left: -webkit-calc(50% - 9px);
    left: calc(50% - 9px);
}

.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;
    color: #8c96a3;
    text-decoration: line-through;
}

.cart-product .list__item .price__new-p {
    color: #ff2d35;
    display: inline-block;
    font-weight: 700;
}

.cart-product .btn-delete-item {
    display: block;
    background-color: #8c96a3;
    position: absolute;
    top: -14px;
    right: -14px;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
}

.cart-product .btn-delete-item::before {
    content: "";
    background-image: url(img/ic-cart-delete.svg);
    display: inline-block;
    width: 10px;
    height: 12px;
}

.cart-left-block {
    display: block;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: solid 1px #dae0e2;
    margin-top: 65px;
    margin-left: 20px;
}

.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;
    text-transform: uppercase;
    display: block;
}

.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: solid 1px #dae0e2;
}

.cart-left-block .inner-bottom__btn-block {
    display: block;
}

.cart-left-block .btn-default {
    font-size: 12px;
    text-transform: uppercase;
    height: 40px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    display: block;
    line-height: 41px;
    padding: 0;
    border: 0;
}

.cart-left-block .inner-bottom__info {
    display: block;
    margin-top: 20px;
}

.cart-left-block .info__p {
    font-size: 14px;
    color: rgba(62, 72, 86, 0.5);
    line-height: 20px;
}

.order-steps {
    display: block;
    margin: 50px 0;
}

.order-steps .order-steps__list {
    display: table;
    width: 100%;
}

.order-steps .list__item {
    display: block;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .9px;
    color: rgba(140, 150, 163, 0.5);
    float: left;
    margin-right: 100px;
    position: relative;
}

.order-steps .list__item::after {
    content: "";
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    top: -webkit-calc(50% - 6px);
    top: calc(50% - 6px);
    right: -50px;
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.order-steps .list__item:last-child::after {
    display: none;
}

.order-steps .item__selected {
    color: #3e4856;
}

.order-auth {
    display: block;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    margin-bottom: 100px;
}

.order-auth .tabs__options {
    display: table;
    width: 100%;
    border-bottom: solid 1px #dae0e2;
    padding: 0 100px;
}

.order-auth .options__item {
    font-size: 20px;
    font-weight: 900;
    display: block;
    float: left;
    margin-right: 60px;
    color: #8c96a3;
    padding: 39px 0;
    margin-bottom: -1px;
    cursor: pointer;
}

.order-auth .options__item.item__selected {
    color: #3e4856;
    border-bottom: solid 1px #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;
    color: #8c96a3;
    line-height: 20px;
}

.order-auth .item__fields {
    display: block;
}

.order-auth .item__social-auth {
    display: block;
    height: 100px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #f3f6f8;
    width: 100%;
    padding: 35px 40px;
    margin: 20px 0 55px;
}

.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 {
    text-align: center;
    display: block;
    float: right;
}

.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 {
    width: 30px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    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;
    border-top: solid 1px rgba(218, 224, 226, 0.5);
    padding: 29px 0;
}

.order-auth .item__btn-block .btn-password-recovery {
    font-size: 14px;
    display: inline-block;
    color: #4a90e2;
    margin-left: 40px;
}

.order-auth .item__btn-block .btn-password-recovery:hover {
    text-decoration: underline;
}

.btn-order-back {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #f3f6f8;
    display: inline-block;
    float: left;
    margin-right: 20px;
    text-align: center;
    line-height: 39px;
}

.btn-order-back::before {
    content: "";
    background-image: url(img/cursor-left.svg);
    width: 17px;
    height: 9px;
    display: inline-block;
}

.order-detail__user-info {
    display: block;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    padding: 59px 0;
}

.order-detail__user-info .user-info__title {
    display: block;
    margin-bottom: 20px;
}

.order-detail__user-info .title__p {
    font-weight: 900;
}

.fields__label {
    display: block;
    position: relative;
    margin: 36px 0;
}

.label__name {
    display: block;
    position: absolute;
    top: -webkit-calc(50% - 10px);
    top: calc(50% - 10px);
    left: 0;
    color: rgba(62, 72, 86, 0.3);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.label__error, .text-form-error {
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 12px;
    color: rgba(62, 72, 86, 0.3);
    position: absolute;
    line-height: 14px;
    margin-top: 4px;
}

.text-form-error {
    color: #FF2D35;
    left: 0;
    top: 100%;
    background-color: #fff !important;
    display: block;
    z-index: 10;
    border: 1px solid;
    padding: 3px 5px;
    border-radius: 5px;
    width: 100%;
}

.label__inp, .bx-ui-sls-fake {
    border: 0;
    background-color: transparent;
    border-bottom: solid 1px #dae0e2;
    display: block;
    width: 100%;
    height: 40px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}

.label__inp.no, .label__text.no {
    border-bottom-color: red !important;
}

.label__inp.notNull {
    border-bottom: solid 2px #8c96a3;
}

.label__text.notNull {
    border-bottom: solid 2px #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 {
    text-transform: uppercase;
    top: -18px;
    font-size: 12px;
    letter-spacing: 1.3px;
    color: #3e4856;
}

.label__text {
    border: 0;
    background-color: transparent;
    border-bottom: solid 1px #dae0e2;
    display: block;
    width: 100%;
    height: 40px;
    padding-top: 10px;
    resize: none;
}

.label__inp:focus, .label__text:focus {
    border-bottom: solid 2px #4990e2;
}

.order-detail__delivery-payments {
    display: block;
    margin-top: 10px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    margin-bottom: 100px;
    padding: 59px 0 0;
}

.delivery-payments__title .title__p {
    font-weight: 900;
}

.radio-block .radio-block__title {
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
}

.radio-block .radio-block__title .title__p {
    font-size: 12px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.radio-block .radio-block__list-block {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #f3f6f8;
    display: block;
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 20px;
}

.radio-block .list-block__list .list__item {
    display: block;
    margin: 10px 0;
}

.radio-block .item__checkbox {
    font-size: 14px;
    display: block;
    position: relative;
    padding-left: 24px;
}

.radio-block .checkbox__point {
    display: block;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
    margin-right: 10px;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.19);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.19);
    border: solid 1px #dae0e2;
    position: absolute;
    top: 4px;
    left: -5px;
}

.radio-block .checkbox__inp:checked ~ .checkbox__point::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #4990e2;
    text-align: center;
    position: absolute;
    top: -webkit-calc(50% - 3.7px);
    top: calc(50% - 3.7px);
    left: -webkit-calc(50% - 4px);
    left: calc(50% - 4px);
}

.radio-block .checkbox__inp {
    display: none;
}

.order-detail_pickup-block .pickup-block__title {
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
}

.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 {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #f3f6f8;
    display: block;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.order-detail_pickup-block .pickup-block__description p {
    display: block;
    font-size: 14px;
}

.order-detail_pickup-block .pickup-block__description span {
    display: block;
    font-size: 14px;
    color: #8c96a3;
}

.order-detail_pickup-block .description__btn-map {
    display: block;
    font-size: 14px;
    color: #4a90e2;
    margin: 10px 0;
}

.delivery-payments__btn-block {
    display: block;
    padding: 29px 0;
    border-top: solid 1px rgba(218, 224, 226, 0.5);
    margin-top: 60px;
}

.order-confirmation {
    display: block;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    margin-bottom: 100px;
}

.order-confirmation .order-confirmation__title {
    display: block;
    border-bottom: solid 1px rgba(218, 224, 226, 0.5);
    padding: 55px 0;
}

.order-confirmation .data__user-info {
    display: block;
    margin: 60px 0 0;
}

.order-confirmation .data__user-info .user-info__title {
    display: block;
    border-bottom: solid 1px #dae0e2;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.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;
    color: #8c96a3;
    display: inline-block;
    width: 35%;
}

.order-confirmation .data__delivery-payments {
    display: block;
    margin: 60px 0 70px;
}

.order-confirmation .data__delivery-payments .delivery-payments__title {
    display: block;
    border-bottom: solid 1px #dae0e2;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.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;
    border-bottom: solid 1px #dae0e2;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.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;
    -webkit-border-radius: 6px;
    margin-right: 20px;
    border-radius: 6px;
}

.order-confirmation .data__cart-detail .item__name {
    display: block;
    float: left;
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
    margin: 10px 0 0;
}

.order-confirmation .data__cart-detail .image__img {
    display: inherit;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.order-confirmation .data__cart-detail .name__link {
    color: #3e4856;
    font-size: 14px;
}

.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;
    text-align: right;
    border-top: solid 1px #dae0e2;
    padding-top: 9px;
}

.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;
    border-top: solid 1px #dae0e2;
    margin-top: 20px;
    padding-top: 20px;
}

.order-confirmation .data__cart-detail .sum__p {
    font-size: 14px;
    font-weight: 900;
}

.order-confirmation .order-confirmation__btn-block {
    display: block;
    border-top: solid 1px rgba(218, 224, 226, 0.5);
    padding: 28px 0;
}

.order-final__description {
    display: block;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    margin-bottom: 100px;
}

.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;
    border-top: solid 1px rgba(218, 224, 226, 0.5);
    padding: 30px 0;
}

.order-invoice__description {
    display: block;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    margin-bottom: 100px;
}

.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;
    border-top: solid 1px rgba(218, 224, 226, 0.5);
    padding: 30px 0;
}

.lk-tabs-block {
    display: block;
    border-bottom: solid 1px rgba(218, 224, 226, 0.5);
}

.lk-tabs-block .list__item {
    display: block;
    float: left;
    margin-right: 40px;
}

.lk-tabs-block .item__link {
    font-size: 20px;
    font-weight: 900;
    color: #8c96a3;
    padding: 40px 0;
    display: block;
    margin-bottom: -1px;
}

.lk-tabs-block .item__selected {
    color: #3e4856;
    border-bottom: solid 1px #3e4856;
}

.btn-password-update {
    font-size: 12px;
    text-transform: uppercase;
    height: 40px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    display: block;
    text-align: center;
    line-height: 40px;
    width: 100%;
    margin: 30px 0;
}

.user-data {
    display: block;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    padding-top: 30px;
    margin: 50px 0 100px;
}

.user-data .user-data__btn-block {
    display: block;
    border-top: solid 1px rgba(218, 224, 226, 0.5);
    padding: 30px 0;
    margin-top: 50px;
}

.btn-primary:disabled {
    background-color: #dae0e2;
    opacity: 1;
}

.btn-add-profile {
    font-size: 12px;
    text-transform: uppercase;
    height: 40px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    display: block;
    text-align: center;
    line-height: 40px;
    width: 100%;
    margin: 30px 0;
}

.delivery-profile {
    display: block;
    margin: 50px 0 100px;
}

.delivery-profile__list .list__item-profile {
    display: block;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    margin-bottom: 30px;
}

.delivery-profile__list .item-profile__title {
    display: block;
    padding: 34px 40px;
    border-bottom: solid 1px rgba(218, 224, 226, 0.5);
    cursor: pointer;
    position: relative;
}

.delivery-profile__list .item-profile__title::after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
    right: 40px;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.delivery-profile__list .item-profile__title.item__selected::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -webkit-calc(50% - 3px);
    top: calc(50% - 3px);
}

.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;
    border-top: solid 1px rgba(218, 224, 226, 0.5);
    margin-top: 50px;
    padding-top: 50px;
}

.delivery-profile__list .item-profile__sub .requisites-block__title .title__p {
    font-weight: 700;
}

.delivery-profile__list .sub__btn-block {
    border-top: solid 1px rgba(218, 224, 226, 0.5);
    display: block;
    padding: 30px 0;
    margin-top: 50px;
}

.delivery-profile__list .btn-delivery-delete {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #f3f6f8;
    display: block;
    float: right;
    text-align: center;
    line-height: 42px;
}

.delivery-profile__list .btn-delivery-delete::before {
    content: "";
    background-image: url(img/ic-delete-red.svg);
    width: 12px;
    height: 14px;
    display: inline-block;
}

.history-block {
    display: block;
    margin: 50px 0 100px;
}

.history-block .history-block__list {
    display: block;
}

.history-block .list__item {
    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-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    margin-bottom: 30px;
    padding: 25px 30px;
    width: 100%;
    cursor: pointer;
}

.history-block .list__item .item__number {
    width: 140px;
}

.history-block .list__item .item__title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #8c96a3;
    display: block;
    margin-bottom: 5px;
}

.history-block .list__item .item__number .number__p {
    font-size: 30px;
    font-weight: 900;
    color: #4a90e2;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.history-block .list__item .item__number .number__p::after {
    content: "";
    background-image: url(img/arrow-circle-right.svg);
    width: 28px;
    height: 28px;
    display: inline-block;
    position: absolute;
    top: -webkit-calc(50% - 14px);
    top: calc(50% - 14px);
    right: -45px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.history-block .list__item .item__number .number__p:hover::after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.history-block .list__item .item__number .number__p:active::after {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.history-block .list__item .item__date-create {
    border-left: solid 1px #dae0e2;
    padding: 0 30px;
    width: 170px;
}

.history-block .list__item .item__count {
    border-left: solid 1px #dae0e2;
    padding: 0 30px;
    width: 210px;
}

.history-block .list__item .item__total {
    border-left: solid 1px #dae0e2;
    padding: 0 30px;
    width: 190px;
}

.history-block .list__item .item__status {
    border-left: solid 1px #dae0e2;
    padding: 0 30px;
    width: 200px;
}

.history-block .list__item .item__status .item__p {
    font-size: 13px;
    line-height: 16px;
}

.history-block .history-block__status {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.history-block .history-block__status::before {
    content: "";
    display: block;
    background-color: rgba(218, 224, 226, 0.5);
    height: 1px;
    width: 100%;
    position: absolute;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    left: 0;
    z-index: 2;
}

.history-block .history-block__status .status__p {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #8c96a3; /* background-color: #f3f6f8; */
    padding: 0 30px;
    position: relative;
    top: 60px;
    z-index: 4;
}

.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 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    overflow-y: auto;
}

.modal .modal__content {
    display: block;
    position: absolute;
    width: 570px;
    background-color: #fff;
    top: 10%;
    left: -webkit-calc(50% - 285px);
    left: calc(50% - 285px);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10%;
}

.modal .content__header {
    display: block;
    border-bottom: solid 1px rgba(151, 151, 151, 0.2);
    padding: 0 40px;
    position: relative;
}

.modal .content__header .header__tabs-options {
    display: table;
    width: 100%;
}

.modal .content__header .tabs-options__item {
    font-size: 28px;
    font-weight: 900;
    color: #8c96a3;
    display: block;
    padding: 30px 0;
    float: left;
    margin-right: 40px;
    margin-bottom: -1px;
    cursor: pointer;
}

.modal .content__header .tabs-options__item.item__selected {
    color: #3e4856;
    border-bottom: solid 1px #3e4856;
}

.modal .content__header .modal__btn-close {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
    right: 15px;
}

.modal .content__header .modal__btn-close::before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 1.4px;
    background-color: #3e4856;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: -webkit-calc(50% - 10px);
    left: calc(50% - 10px);
}

.modal .content__header .modal__btn-close::after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 1.4px;
    background-color: #3e4856;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    left: -webkit-calc(50% - 10px);
    left: calc(50% - 10px);
}

.modal .content__header .modal__btn-close:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.modal .tabs-content__item {
    display: none;
    opacity: 0;
}

.modal .tabs-content__item.item__selected {
    display: block;
    opacity: 1;
}

input.label__inp.label__inp--fix {
    margin-top: -2px;
}

.modal .content__body {
    display: block;
    margin: 30px 40px 0;
}

.modal .content__body .fields__label {
    margin: 0 0 35px;
}

.modal .content__body .fields__label .label__inp {
    font-size: 20px;
}

.modal .content__body .label__checkbox {
    font-size: 14px;
    display: block;
}

.modal .content__body .label__checkbox .label__point {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.19);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.19);
    border: solid 1px #dae0e2;
    margin-right: 5px;
    position: relative;
    top: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.modal .content__body .label__checkbox .label__check {
    display: none;
}

.modal .content__body .label__checkbox .label__check:checked ~ .label__point::before {
    content: "";
    background-image: url(img/ic-checkbox-check.png);
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: -webkit-calc(50% - 5px);
    left: calc(50% - 5px);
    top: -webkit-calc(50% - 4px);
    top: calc(50% - 4px);
}

.modal .content__footer {
    display: block;
    padding: 30px 40px;
}

.modal .footer__btn-block .btn-password-recovery {
    font-size: 14px;
    color: #4a90e2;
    float: right;
    margin: 10px 0;
}

.modal .footer__social {
    background-color: #f3f6f8;
    display: table;
    padding: 33px 40px;
    width: 100%;
}

.modal .footer__social .social__description {
    display: block;
    width: 45%;
    float: left;
}

.modal .footer__social .description__p {
    font-size: 14px;
    line-height: 16px;
}

.modal .footer__social .social__list {
    display: table;
    float: right;
}

.modal .footer__social .list__item {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 15px;
}

.modal .footer__social .item__link {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.modal .footer__social .item__vk {
    background-image: url(img/ic-square-vk.png);
}

.modal .footer__social .item__fb {
    background-image: url(img/ic-square-fb.png);
}

.modal .footer__social .item__tw {
    background-image: url(img/ic-square-tw.png);
}

.modal .footer__social .item__ok {
    background-image: url(img/ic-square-ok.png);
}

.modal .footer__description {
    display: block;
    margin: 30px 0 10px;
}

.modal .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 {
    border-top: solid 1px rgba(151, 151, 151, 0.2);
    display: block;
    width: 100%;
    height: 0;
    margin: 40px 0 45px;
}

.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 {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.info-delivery__in-russia .delivery-system__list .link__img {
    display: inherit;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.info-delivery__in-russia .in-russia__country {
    display: block;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: solid 1px #dae0e2;
    padding: 10px 20px;
}

.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;
    width: 40%;
    float: left;
}

.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 {
    border-bottom: solid 1px rgba(151, 151, 151, 0.2);
    display: block;
    padding: 10px 0;
}

.info-delivery__in-moscow .in-moscow__type .list__item:last-child {
    border: 0;
}

.info-delivery__in-moscow .in-moscow__label {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: solid 1px #dae0e2;
    display: block;
    width: 215px;
    padding: 10px 20px;
    margin-top: 25px;
}

.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 {
    display: block;
    float: left;
    margin-right: 50px;
    height: 50px;
    width: 80px;
    position: relative;
}

.info-payment__payment-system .item__img {
    display: inherit;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.payment-system__title {
    display: block;
    margin: 80px 0 0;
}

.payment-system__title .title__h4 {
    font-size: 18px;
    font-weight: 900;
}

.payment-system__inner {
    display: block;
    border-top: solid 1px rgba(151, 151, 151, 0.2);
    margin: 40px 0 120px;
    padding-top: 20px;
    width: 90%;
}

.payment-system__inner p {
    font-size: 14px;
    line-height: 22px;
}

.payment-system__inner img {
    width: 200px;
    display: inherit;
}

.info-contants__phone {
    display: block;
}

.info-contants__phone .phone__title {
    display: block;
}

.info-contants__phone .phone__title .title__p {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.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 {
    display: block;
    font-size: 24px;
}

.info-contants__email {
    display: block;
}

.info-contants__email .email__title {
    display: block;
}

.info-contants__email .email__title .title__p {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.info-contants__email .email__list {
    display: block;
    margin-top: 10px;
}

.info-contants__email .email__list .item__link {
    display: block;
    font-size: 18px;
    color: #4a90e2;
}

.info-contants__email .email__list .item__link:hover {
    text-decoration: underline;
}

.info-contants__address {
    display: block;
}

.contacts-item {
    margin-top: 30px;
}

.info-contants__address .address__title {
    display: block;
}

.info-contants__address .address__title .title__p {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.info-contants__address .address__description {
    display: block;
    margin-top: 10px;
}

.info-contants__address .address__description p {
    font-size: 18px;
}

.info-contants__map {
    display: block;
    margin: 60px 0;
    width: 100%;
    height: 420px;
}

.info-contants__feedback {
    display: block;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    margin-bottom: 100px;
    margin-top: 30px;
}

.info-contants__feedback .feedback__title {
    display: table;
    padding: 35px 40px;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.info-contants__feedback .feedback__title:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
    right: 40px;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.info-contants__feedback .feedback__title.selected:after {
    -webkit-transform: rotate(45deg);
    -ms-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;
    color: #8c96a3;
    display: block;
    float: right;
    width: 250px;
    line-height: 16px;
    margin-right: 80px;
}

.info-contants__feedback .feedback__sub {
    display: none;
    border-top: solid 1px #dae0e2;
    padding-top: 20px;
    opacity: 0;
}

.info-contants__feedback .feedback__sub .sub__btn-block {
    display: table;
    border-top: solid 1px #dae0e2;
    padding: 30px 0;
    width: 100%;
    margin-top: 40px;
}

.brand-list {
    display: block;
    margin: 40px 0 100px;
}

.brand-list .brand-list__item {
    display: table;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    margin-bottom: 30px;
    text-align: center;
    height: 270px;
    width: 100%;
}

.brand-list .item__image {
    display: block;
    position: relative;
    margin: 20px 20px 25px;
    height: 170px;
}

.brand-list .image__img {
    display: inherit;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}

.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 {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    height: 270px;
    margin-top: 45px;
    display: block;
    position: relative;
}

.brand-detail__image .image__img {
    display: inherit;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
}

.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;
    list-style-type: decimal;
    padding-left: 15px;
}

.info-return__description ul {
    display: block;
    margin: 20px 0 20px 18px;
}

.info-return__description ul > li {
    margin: 10px 0;
    list-style-type: 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%;
}

.news-detail__description ul {
    display: block;
    margin: 20px 0 20px 20px;
}

.news-detail__description ul li {
    margin: 20px 0;
    list-style-type: disc;
}

.news-detail__description ol {
    display: block;
    margin: 20px 0 20px 20px;
}

.news-detail__description ol li {
    margin: 20px 0;
    list-style-type: decimal;
}

.news-detail__description table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.news-detail__description table th {
    padding: 15px 0;
    text-align: left;
    font-weight: 900;
    color: #8c96a3;
}

.news-detail__description table td {
    border-top: solid 1px rgba(151, 151, 151, 0.2);
    padding: 15px 0;
}

.news-detail__btn-block {
    display: block;
    margin: 100px 0;
}

.news-detail__btn-block .btn-block__btn-back {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 30px;
}

.news-detail__btn-block .btn-block__social {
    display: inline-block;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    float: right;
    height: 60px;
    padding: 18px 35px;
}

.news-list {
    display: block;
    margin: 60px 0 -30px;
}

.news-list__item {
    height: 480px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    display: table;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.news-list__item .item__image {
    display: block;
    height: 278px;
    width: 100%;
}

.news-list__item .item__image .image__img {
    display: inherit;
    width: 100%;
    height: 100%;
}

.news-list__item .item__description {
    display: block;
    margin: 20px 25px;
    height: -webkit-calc(100% - 317px);
    height: calc(100% - 317px);
    position: relative;
}

.news-list__item .item__description .description__title {
    display: block;
    font-size: 18px;
    font-weight: 900;
}

.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;
    color: #8c96a3;
    position: absolute;
    left: 0;
    bottom: 0;
}

.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;
    margin: 57px 0 120px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    width: 100%;
}

.info-wholesale__table table {
    display: table;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    border-collapse: collapse;
    margin: 25px 40px 15px;
}

.info-wholesale__table table th {
    padding: 15px 0;
    font-weight: 900;
    color: #8c96a3;
    text-align: left;
}

.info-wholesale__table table td {
    border-top: solid 1px rgba(151, 151, 151, 0.2);
    padding: 15px 0;
}

.search__title {
    display: block;
    margin: 90px 0 60px;
    border-bottom: solid 1px rgba(218, 224, 226, 0.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 {
    content: "";
    background-image: url(img/ic-search.png);
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -webkit-calc(50% - 12px);
    top: calc(50% - 12px);
    right: 0;
}

.search__title .search-form__label .label__inp {
    font-size: 24px;
    height: 45px;
}

.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;
    display: block;
    float: left;
    color: #8c96a3;
    padding: 30px 0;
    margin-bottom: -1px;
    margin-right: 50px;
    cursor: pointer;
    position: relative;
}

.search__title .tabs .item__selected {
    color: #3e4856;
    border-bottom: solid 1px #3e4856;
}

.search__title .tabs .item__sub {
    font-size: 10px;
    font-weight: 900;
    display: inline-block;
    position: relative;
    top: -10px;
}

.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;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    margin-bottom: 30px;
}

.search__tabs-content .search__news-block .item__description {
    display: block;
    float: left;
    width: -webkit-calc(100% - 360px);
    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, 0.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 {
    content: "";
    background-image: url(img/ic-right-c.png);
    width: 12px;
    height: 6px;
    display: inline-block;
    margin-left: 5px;
}

.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 {
    width: 240px;
    height: 180px;
    display: block;
    float: right;
    margin: 25px 30px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.search__tabs-content .search__news-block .item__image .image__img {
    display: inherit;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 6px;
    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 {
    vertical-align: top;
    padding: 10px 0;
}

.privacy-policy__description p {
    margin: 20px 0;
}

.info-about-description {
    display: block;
    margin: 60px 0 100px;
}

.info-about-description p {
    margin: 20px 0;
    line-height: 26px;
}

.info-about-description img {
    max-width: 100%;
    display: inherit;
}

.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 {
    display: block;
    font-size: 14px;
}

.sitemap .inner-left__sections .item__sub-list {
    display: block;
    padding-left: 20px;
    margin-bottom: 20px;
    border-left: solid 2px #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 {
    display: block;
    font-size: 14px;
}

.error-page {
    background-color: #ebebf2 !important;
    height: 700px;
    background-repeat: no-repeat;
    -webkit-background-size: auto 630px;
    background-size: auto 630px;
    background-position: -webkit-calc(50% + 390px) 100%;
    background-position: calc(50% + 390px) 100%;
    margin-bottom: 0;
}

.error-404 {
    display: table;
    height: 700px;
    width: 100%;
}

.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;
    color: rgba(62, 72, 86, 0.15);
    font-weight: 900;
    display: block;
    line-height: 252px;
}

.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 {
    margin-top: -30px;
    display: inline-block;
    width: 132px;
    height: 132px;
    border: 3px solid #0c96e7;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    line-height: 170px;
}

.content__success .image__span::before {
    content: "";
    background-image: url(img/success.png);
    display: inline-block;
    width: 50px;
    height: 51px;
}

.content__success .success__description {
    display: block;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 80px;
}

.modal .content__order .body__status {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: block;
    margin: 40px 40px 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 900;
    background-color: #f3f6f8;
}

.modal .content__order .body__status.success {
    background-color: rgba(65, 117, 5, 0.15);
    color: #417505;
}

.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 {
    width: 60px;
    height: 45px;
    display: block;
    float: left;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: solid 1px #dae0e2;
    margin-right: 20px;
    overflow: hidden;
}

.modal .content__order .order-list__item .image__img {
    display: inherit;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    object-fit: cover;
}

.modal .content__order .order-list__item .item__title {
    display: block;
    float: left;
    width: -webkit-calc(100% - 200px);
    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: 0 40px;
    border-top: solid 1px #dae0e2;
    text-align: right;
    padding: 20px 0 40px;
    margin-top: 20px;
}

.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: solid 1px #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 {
    color: #8c96a3;
    display: inline-block;
    width: 35%;
}

.modal .content__order .content__footer {
    border-top: solid 1px #dae0e2;
    display: table;
    width: 100%;
    padding: 29px 40px;
}

.modal .content__order .content__footer .btn-order-repeat {
    display: inline-block;
    float: right;
    background-color: #f3f6f8;
    font-size: 12px;
    text-transform: uppercase;
    border: 0;
    color: #ff2d35;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    letter-spacing: 1.3px;
}

.header__search-mob {
    display: none;
}

.order-block-copy {
    position: relative;
}

.order-block-copy .order-block-clone {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-top: 30px;
    opacity: 0;
    position: relative;
}

.order-block-copy .order-block-clone.bottom {
    top: inherit !important;
    bottom: 20px !important;
    position: absolute;
}

.notice-block {
    display: none;
    position: fixed;
    top: -80px;
    left: -webkit-calc(50% - 148px);
    left: calc(50% - 148px);
    border: 8px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: transparent;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: 0 0 100px rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 100px rgba(255, 255, 255, 0.6);
}

.notice-block.error {
    border-color: rgba(213, 49, 62, 0.6);
}

.notice-block.success {
    border-color: rgba(0, 128, 0, 0.6);
}

.notice-block .notice-block__content {
    display: block;
    background-color: #fff;
    padding: 15px 20px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    width: 280px;
}

.notice-block .content__message {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
}

.lk-link-list {
    display: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    width: 180px;
    -webkit-box-shadow: 0 13px 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 13px 20px 0 rgba(0, 0, 0, 0.3);
    padding: 14px 0;
    position: absolute;
    left: -30px;
    top: 34px;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.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;
    color: #3e4856;
    display: block;
    padding: 5px 25px;
}

.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 {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.product-detail .cart__selected {
    background-color: #f3f6f8;
    color: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.js-block-disabled.off {
    position: relative;
    z-index: 2;
}

.js-block-disabled.off::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: rgba(0, 0, 0, 0.08);
    z-index: 2;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.warning {
    color: #d60000 !important;
}

.hide {
    display: none;
}

.btn-download-product-file {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #ffffff;
    width: 100%;
    transition: all .3s;
    height: 80px;
    border: 1px solid #dae0e2;
}

.btn-download-product-file svg path {
    transition: all .3s;
}

.btn-download-product-file:hover {
    background: #e1e9ee;
}

.btn-download-product-file:hover svg path {
    stroke: #cbd0d4;
}

.btn-download-product-file:active {
    background: #cbd0d4;
}

.btn-download-product-file:active svg path {
    stroke: #000;
}

.btn-download-product-file p {
    color: #000;
    line-height: 80px;
    padding: 0px 0 0 20px;
    font-size: 19px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-weight: 700;
}

.item__detail-text li a {
    color: #4990e2;
}

.product-detail__phone-block {
    position: relative;
    border-bottom: solid 1px rgba(151, 151, 151, 0.2);
    padding: 13px 36px;
}

.product-detail__phone-block .fa {
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #4990e2;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-right: 16px;
}

.product-detail__phone-block p {
    font-size: 14px;
    line-height: 1.43;
    color: #3e4856;
}

.product-detail__phone-block p span {
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .product-detail__phone-block {
        padding: 13px 20px;
    }

    .product-detail__phone-block .fa {
        position: absolute;
        left: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .product-detail__phone-block p {
        padding-left: 45px;
    }
}

/* youtube */
.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin: 0px auto; /* max-width: 800px;*/
    width: 100%;
}

.video-responsive iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .video-responsive {
        width: 100%;
    }
}

.btn-download-product-file_block .btn-download-product-file p {
    margin: 0 !important;
    font-size: 16px !important;
    padding: 0;
    line-height: 80px;
    font-size: 16px !important;
}

.circle-doc {
    width: 40px;
    height: 40px;
    background-color: #4a90e2;
    margin: 18px 15px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    flex: none;
    position: relative;
    font-size: 20px;
}

i.fa.fa-file-o {
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.btn-download-product-file a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.btn-download-product-file p + p {
    margin-left: auto;
    display: flex;
}

@media only screen and (max-width: 350px) {
    .btn-download-product-file a {
        font-size: 12px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .btn-download-product-file_block {
        margin-right: 20px;
    }
}

/*---------------------------------------------download_btn---------------------------------------------------------*//*---------------------------------------------start_asia-2017---------------------------------------------------------*/
.asia a {
    color: #4a90e2;
}

.asia a:hover {
    text-decoration: underline !important;
}

@media only screen and (min-width: 769px) {
    img.ex-1 {
        width: 50%;
        padding-right: 15px;
        float: left;
        height: 300px;
        object-fit: cover;
    }

    img.ex-2 {
        width: 50%;
        float: left;
        height: 300px;
        padding-left: 15px;
    }

    .asia .clear-fix {
        clear: both;
    }
}

/*---------------------------------------------end_asia-2017---------------------------------------------------------*/
.news-detail__description a {
    color: #4a90e2;
}

/*------------------------------------------------text-pages-start------------------------------------------------------------------*/
.section-text-content h1 {
    font-size: 45px;
    margin-bottom: 20px;
}

section.section-text-content .privacy-policy__description {
    margin: 0;
}

.section-text-content .privacy-policy__description p {
    margin: 0 0 20px 0;
}

.section-text-content .privacy-policy__description .title-h2 {
    margin: 25px 0;
    font-size: 30px;
    line-height: 35px;
}

table + h2 {
    margin-top: 0px !important;
}

.section-text-content address p {
    font-style: normal;
    margin-bottom: 10px !important;
}

ul.disc-ul {
    padding-left: 15px;
}

ul.disc-ul li {
    list-style-type: disc;
}

ul.decimal-ul {
    padding-left: 15px;
}

ul.decimal-ul li {
    list-style-type: decimal;
}

.ul-lower-case {
    padding-left: 15px;
}

.ul-upper-case li {
    list-style-type: upper-latin !important;
}

.ul-upper-case {
    padding-left: 15px;
}

.ul-lower-case li {
    list-style-type: lower-latin !important;
}

.section-text-content td.text-center.big-td {
    height: 60px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.table-conuntry {
    width: 60%;
    padding-left: 10px;
}

.table-borderedб, .table-bordered td {
    border: 1px solid #ddd;
}

.section-text-content .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.section-text-content table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}

.section-text-content {
    padding-top: 60px;
    padding-bottom: 40px;
}

.section-text-content h3 {
    margin-bottom: 20px;
}

.section-text-content p {
    margin-bottom: 20px;
}

.contacts__payments small {
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
}

/*-------------------------------------------------text-pages-end-------------------------------------------------------------------*/
.under-footer-logo {
    padding-top: 12px;
}

.under-footer-logo p {
    font-size: 14px;
    line-height: 20px;
}

/*-----------------------стили перенесённые с лбмаркета-------------------------------------------*/
.product-detail__other-options--small .product-item {
    height: 237px;
}

.product-detail__other-options--small .product-item .item__image {
    height: 139px;
}

.product-detail__other-options--small .product-item .item__title a {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    text-align: left;
    letter-spacing: normal;
    color: #3e4856;
    display: block;
    height: 61.4px;
    overflow: hidden;
}

.product-detail__other-options--small .product-item .item__title {
    margin: 0;
    padding: 20px 11px 0;
}

.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 .dot {
    z-index: 8;
    bottom: 87px;
    left: -webkit-calc(50% - 570px);
    left: calc(50% - 570px);
    width: 12px;
    height: 12px;
    margin: 0 6px;
    text-align: right;
    opacity: .5;
    border: solid 3px rgba(0, 0, 0, 0.5);
    background-color: #fff;
}

.product-item .price__old-p {
    font-size: 12px;
    position: absolute;
    top: -14px;
    left: 0;
    display: block;
    text-decoration: line-through;
    color: rgba(62, 72, 86, .5);
    white-space: nowrap;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1 !important;
    visibility: visible;
}

.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;
}

iframe {
    width: 100%;
}

label.item__checkbox.js-color.active-color.selected {
    background: #4caf50 !important;
}

html.bx-ie .footer__inner-top .footer__contacts .contacts__payments .list__item {
    width: 31.5%;
}

/*-----------------------стили перенесённые с лбмаркета-------------------------------------------*/
.sl--scrollable {
    -webkit-overflow-scrolling: touch;
}

input[type="text"], input[type="email"], input[type="password"] {
    -webkit-border-radius: 0;
    border-radius: 0;
}

html.bx-firefox .logo-text .logo-text__top {
    -webkit-background-size: 125px 65%;
    background-size: 125px 65%;
}

/* favorites */
@-webkit-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;
    }
}

@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;
    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;
}

.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: 34px;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    color: #8c96a3;
}

.btn-big-favorite::after {
    content: "";
    position: absolute;
    -webkit-transform: scale(0) translateY(-50%);
    -ms-transform: scale(0) translateY(-50%);
    transform: scale(0) translateY(-50%);
    opacity: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    top: 10px;
    left: 37px;
    font-size: 20px;
    color: #4990e2;
}

.btn-big-favorite:hover {
    border-color: #4990e2;
    color: #000;
}

.btn-big-favorite.active::before {
    content: "";
    color: #4990e2;
}

.btn-big-favorite.active::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "";
}

.btn-big-favorite.active:hover::before {
    -webkit-animation: none !important;
    animation: none !important;
}

.product-item__disabled:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.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 {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: '';
    background-image: url("../img/heart.svg");
}

.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: '';
    -webkit-background-size: 43px 43px;
    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, 0.8);
    width: 100%;
    height: 100%;
    z-index: 2;
}

/* end-favorites *//*start-distributors*/
section h2 {
    text-align: center;
    color: #3e4856;
    font-weight: 900;
}

.calback_form form h3 {
    text-align: left;
    margin-top: -40px;
}

.card-images h3 {
    z-index: 2;
    color: #fff;
    font-weight: 900;
    line-height: 1.3;
}

.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, 0.07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
}

.card-images {
    width: 100%;
    height: 270px;
    -o-object-fit: contain;
    object-fit: contain;
    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;
}

@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;
    }
}

/* end-favorites */
.block-card__content {
    padding: 20px 29px 0 30px;
}

.block-card__content p {
    font-size: 14px;
    overflow: hidden;
    text-align: left;
    color: #3e4856;
    margin: 0 0 10px;
}

.block-card__content h3 {
    font-size: 14px;
    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;
    font-size: 14px;
}

.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, 0.2);
    box-shadow: inset 0 1px 0 0 rgba(0, 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-weight: 900;
    font-size: 14px;
    text-align: left;
    text-transform: capitalize;
    color: #4a90e2;
    white-space: nowrap;
}

.block-card__footer {
    position: relative;
    padding: 0;
    height: 30px;
}

.alert_red {
    color: #721c24;
    background-color: #f8d7da;
    position: relative;
    padding: 10px 15px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #f5c6cb;
    height: auto;
    margin-bottom: 20px;
}

p.agreement {
    color: #8c96a3;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 25px;
}

p.agreement a {
    color: #4a90e2;
}

.calback_form p.agreement {
    position: absolute;
    right: 30px;
    left: 30px;
    top: 7px;
    margin-bottom: 0;
    font-size: 11px;
}

.product-detail .inner-bottom__description .item__detail-text .alert_red p:last-child {
    margin: 0;
}

.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-size: 12px;
    position: absolute;
    right: 15px;
    float: right;
    height: 40px;
    padding: 12px 20px;
    text-align: left;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #4a90e2;
}

.distributions i.fa {
    font-size: 150px;
    position: absolute;
    top: 20%;
    left: 18%;
    color: #404957;
}

section.favorably p {
    font-size: 12px;
    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, 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-weight: 900;
    font-size: 20px;
    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, 0.07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
}

section.our-brands {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.first-form, .calback_form {
    padding: 43px 30px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 570px;
    margin: auto;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
}

.title_form p {
    font-size: 14px;
    text-align: left;
    color: #8c96a3;
}

.calback_form .form-content {
    padding-top: 57px;
}

p.your-benefit {
    font-size: 16px;
    margin-top: 35px;
    margin-bottom: 5px;
    text-align: left;
    opacity: .3;
    color: #3e4856;
}

section.forms input::-webkit-input-placeholder {
    font-size: 16px;
    text-align: left;
    opacity: .3;
    color: #3e4856;
}

section.forms input::-moz-placeholder {
    font-size: 16px;
    text-align: left;
    opacity: .3;
    color: #3e4856;
}

section.forms input:-moz-placeholder {
    font-size: 16px;
    text-align: left;
    opacity: .3;
    color: #3e4856;
}

section.forms input:-ms-input-placeholder {
    font-size: 16px;
    text-align: left;
    opacity: .3;
    color: #3e4856;
}

section.forms {
    padding: 86px 0 90px;
}

.forms .title_form h4 {
    font-weight: 900;
    margin-bottom: 10px;
    text-align: left;
    color: #3e4856;
}

div#form_benefit {
    font-size: 16px;
    width: 228px;
    height: 52px;
    margin-bottom: 87px;
    padding-left: 20px;
    text-align: left;
    color: #3e4856;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #dae0e2;
}

input#form_text {
    margin-top: 35px;
    margin-bottom: 44px;
}

.distributions .form-group .btn {
    position: relative;
    float: none;
}

.form-brd-t {
    border-top: 1px solid #dae0e2;
}

.form-brd-t .form-group {
    padding-top: 42px;
    padding-bottom: 12px;
    padding-left: 7px;
}

.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;
    -webkit-border-radius: 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;
    }
}

@media only screen and (max-width: 768px) {
    .our-brands .content-text {
        float: none;
        width: 100%;
    }

    .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;
    }

    .calback_form form h3 {
        margin-top: -50px;
    }

    .title_form h4, .title_form p, .title_form h4, .calback_form form h3 {
        text-align: center !important;
    }

    .first-form, .calback_form {
        padding: 43px 20px 0;
    }

    .form-brd-t .form-group {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@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, .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: 15px;
        width: 100%;
        text-align: center;
    }
}

.circle_group {
    width: 187px;
    height: 187px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto 30px;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
}

.content-map p {
    font-size: 14px;
    margin-bottom: 20px;
    padding-top: 0;
    text-align: left;
    text-transform: capitalize;
    color: #3e4856;
}

.content-map a {
    font-size: 14px;
    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-weight: 900;
    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: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: 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: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.distributions .our-brands h2 {
    margin-top: 92px;
    margin-bottom: 50px;
}

.distributions .favorably h2 {
    margin-top: 130px;
    margin-bottom: 80px;
}

.form-group.lf-group {
    margin-bottom: 35px;
}

.content-p.brd-b.two-margin-p {
    margin-top: 14px !important;
}

.content-p.brd-b {
    font-size: 14px;
    text-align: left;
    color: #3e4856;
}

.row.big-pad {
    margin-right: -30px;
    margin-left: -30px;
}

@media only screen and (max-width: 400px) {
    .row.big-pad {
        margin-right: -20px;
        margin-left: -20px;
    }
}

.our-brands .thumbnail {
    position: relative;
    float: left;
    min-height: 350px;
    margin-bottom: 30px;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.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: normal;
    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;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
    box-shadow: 0 10px 15px 0 rgba(62, 72, 86, 0.07);
}

.content-map div {
    overflow: visible !important;
}

.content-map::before {
    position: absolute;
    width: -webkit-calc(100% + 29px);
    width: calc(100% + 29px);
    height: -webkit-calc(100% + 17px);
    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: -webkit-flex;
    display: flex;
    cursor: default;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.si-wrapper-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 0;
    margin-left: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-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%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.si-wrapper-right {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: -20px;
    margin-left: 11px;
    -webkit-transform: translate(0, -50%);
    -ms-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;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-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);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.si-pointer-border-left, .si-pointer-border-right {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-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;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: -40px;
    margin-left: 0;
    -webkit-transform: translate(-50%, -100%);
    -ms-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 15px;
    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-size: 14px;
    margin-top: 20px;
    text-align: left;
    letter-spacing: .3px;
    text-transform: capitalize;
    color: #3e4856;
}

.gm-style {
    font-family: 'Lato', 'serif';
}

.map-canvas {
    width: 100%;
    height: 600px;
}

.distributions p.large {
    font-size: 900px;
    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 .map-links {
    margin-top: 0;
}

.si-content a {
    margin-top: 5px;
    overflow: hidden;
    font-size: 14px;
    text-align: left;
    text-transform: initial;
    display: block;
    color: #4a90e2;
}

.si-content p.number a {
    display: inline;
}

.content-text p {
    font-size: 14px;
    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;
    -webkit-border-radius: 4px;
    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; /*-webkit-border-radius: 4px;*//*border-radius: 4px;*/
    background: #fff none; /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*//*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
    -webkit-appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #dae0e2;
}

.has-labelholder {
    position: relative;
}

.has-labelholder .form-control {
    -webkit-transition: padding .2s linear;
    -o-transition: padding .2s linear;
    transition: padding .2s linear;
}

.has-labelholder:before {
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    z-index: 5;
    top: -15px;
    left: 0;
    content: attr(data-label);
    -webkit-transition: opacity .2s linear;
    -o-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 12px 0 0px !important;
}

/*end-distributors*//*start-nev-catalog-style*/
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 0.01;
        width: 100%;
        height: 100%;
    }
    100% {
        opacity: 0;
        width: 0;
        height: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 0.01;
        width: 100%;
        height: 100%;
    }
    100% {
        opacity: 0;
        width: 0;
        height: 0;
    }
}

.fadeout-bg.active:after {
    display: none;
    -webkit-animation: fadeOut 1s;
    animation: fadeOut 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

/*end-nev-catalog-style*//*start-index-style*/
.item__info-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.main-slider .list__item .item__description {
    display: block;
    position: absolute;
    left: 84px;
    top: 146px;
}

.main-slider .list__item .item__description h2 {
    color: #1c1c2c;
    font-size: 48px;
    font-weight: 400;
    display: block;
    margin-bottom: 40px;
}

.main-slider .list__item .item__description p {
    color: #475a67;
    font-size: 24px;
    line-height: 1.2;
}

.trs-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: 9px 61px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2.7px;
    text-align: center;
    position: relative;
    outline: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    border: 1px solid #475a67;
}

.trs-btn:focus, .trs-btn:hover {
    text-decoration: none;
}

.trs-btn:hover {
    color: #fff;
    background: #000000;
}

.trs-btn:active {
    background: #000000;
}

.main-slider .list__item .item__description .btn-more:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.main-slider .list__item .item__description .btn-more:active {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.main-slider .list__item .item__description .line {
    width: 100%;
    height: 1px;
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    margin-top: 20px;
}

.item__description-btn-wrap {
    padding-top: 107px;
}

.main-slider .main-slider__btn-slider-prev {
    background-image: url(img/arrow-left-white.png);
    width: 40px;
    height: 40px;
    opacity: .7;
    display: block;
    position: absolute;
    left: 70px;
    top: -webkit-calc(50% - 33px);
    top: calc(50% - 33px);
    z-index: 6;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
    background-position: center;
    transition: opacity .3s
}

.main-slider .main-slider__btn-slider-next {
    background-image: url(img/arrow-left-white.png);
    width: 40px;
    height: 40px;
    opacity: .7;
    display: block;
    position: absolute;
    right: 69px;
    top: -webkit-calc(50% - 33px);
    top: calc(50% - 33px);
    z-index: 6;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-position: center;
    transition: opacity .3s
}

.main-slider__btn-slider-prev:hover, .main-slider__btn-slider-next:hover {
    opacity: 1;
}

.main-slider .main-slider__list .flickity-page-dots {
    bottom: 87px;
    z-index: 8;
    text-align: right;
    width: 1140px;
    left: -webkit-calc(50% - 570px);
    left: calc(50% - 570px);
    display: none;
}

.main-slider .main-slider__list .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    opacity: .5;
    background-color: #fff;
    border: solid 3px rgba(0, 0, 0, 0.9);
    margin: 0 8px;
}

.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-category__img {
    position: absolute;
    bottom: 26px;
    left: 15px;
}

.main-category-wrap {
    max-width: 255px;
}

.main-category__text {
    margin-bottom: 35px;
}

.main-category__text p {
    color: #5c5e5f;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.main-category .item__inner-top {
    display: block;
    margin-bottom: 23px;
}

.main-category__item .trs-btn {
    font-size: 14px;
    padding: 7px 43px;
    letter-spacing: normal;
}

.main-category__item.main-category__item--cat-1 .main-category__img {
    left: 57px;
    top: -84px;
}

.main-category__item.main-category__item--cat-2 .main-category__img {
    left: 35px;
    top: -64px;
}

.main-shares-slider {
    margin: 0 -15px;
}

/*.main-brands:after {*/
.footer-category {
    margin-bottom: 20px;
}

.footer-subscribe-form {
    text-align: center;
}

.footer-subscribe-form p {
    color: #3e485b;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.footer-subscribe-form input {
    width: 100%;
    height: 45px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f3f3f3;
    border: none;
    padding: 0 24px;
    line-height: 45px;
    margin-bottom: 15px;
    display: block;
}

.footer-subscribe-form .trs-btn {
    font-size: 12px;
    padding: 0 36px;
    letter-spacing: normal;
    line-height: 25px;
    width: 100%;
}

.contacts__payments {
    margin-top: 22px;
}

.payment-systems-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -6px;
}

.payment-systems-list .item.item__mc {
    background: url(img/mc.png);
    width: 68px;
    height: 18px;
    margin-right: 10px;
}

.payment-systems-list .item.item__visa {
    background: url(img/visa.png);
    width: 56px;
    height: 16px;
    margin-right: 17px;
}

.payment-systems-list .item.item__pp {
    background: url(img/Paypall.png);
    width: 82px;
    height: 21px;
    margin-top: -3px;
}

.payment-systems-list .list__item {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.payment-systems-list .list__item .item {
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-item .meta__price .visible-xs {
    width: 100%;
}

.main-shares__tabs .flickity-prev-next-button {
    width: 67px;
    height: 67px;
    background-color: #ffffff;
    top: 35%;
}

.main-shares__tabs .flickity-prev-next-button svg {
    display: none;
}

.main-shares__tabs .flickity-prev-next-button:after {
    position: absolute;
    content: '';
    height: 16px;
    width: 15px;
    border-top: 1px solid #4B5E6B;
    border-right: 1px solid #4B5E6B;
    top: 25px;
}

.main-shares__tabs .flickity-prev-next-button.previous {
    left: -23px;
}

.main-shares__tabs .flickity-prev-next-button.previous:after {
    -webkit-transform: rotate(-132deg);
    -ms-transform: rotate(-132deg);
    transform: rotate(-132deg);
    right: 11px;
}

.main-shares__tabs .flickity-prev-next-button.next {
    right: -25px;
}

.main-shares__tabs .flickity-prev-next-button.next:after {
    left: 8px;
    right: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*.main-category__item.main-category__item--cat-1 {*//*background-color: #f2f0ed; }*//*.main-category__item.main-category__item--cat-2 {*//*background-color: #f7f9fa; }*//*.main-category__item.main-category__item--cat-3 {*//*background-color: #f6f4f4; }*//*.main-category__item.main-category__item--cat-4 {*//*background-color: #fffbf9; }*//*end-index-style*//*start-preloader*//*=======Markup===== <div class="preloader-item-wrap" > <div class="preloader-circle-loading-wrapper"> <div class="cssload-loader"></div> </div> </div> */
.preloader-item-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 70;
    width: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.preloader-circle-loading-wrapper {
    margin: 0 auto;
    display: block;
}

.preloader-circle-loading-wrapper .cssload-loader {
    -webkit-border-radius: 50%;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    margin: 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background-color: #d3d3d3;
    animation: 1.15s infinite ease-in-out;
    -o-animation: 1.15s infinite ease-in-out;
    -ms-animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out;
}

.preloader-circle-loading-wrapper .cssload-loader:before, .preloader-circle-loading-wrapper .cssload-loader:after {
    animation: 1.15s infinite ease-in-out;
    -o-animation: 1.15s infinite ease-in-out;
    -ms-animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.preloader-circle-loading-wrapper .cssload-loader:before {
    content: '';
    border: 10px solid white;
    top: 0px;
    left: 0px;
    animation-name: cssload-animation;
    -o-animation-name: cssload-animation;
    -ms-animation-name: cssload-animation;
    -webkit-animation-name: cssload-animation;
    -moz-animation-name: cssload-animation;
}

@keyframes cssload-animation {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes cssload-animation {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

/*end-preloader*//*start-detail-page*/
.slick-slide.detail-slider__cell {
    height: 478px;
    width: 635px;
    -webkit-border-radius: 6px;
    border-radius: 6px; /*border: 1px solid red;*/
    cursor: pointer;
    overflow: hidden;
}

.slick-slide.detail-slider__cell img {
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

.detail-slider-next, .detail-slider-prev {
    position: absolute;
    top: 50%;
    height: 20px;
    width: 20px;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}

.detail-slider-prev {
    left: 0;
}

.detail-slider-next {
    right: 0;
}

.vertical-slider-product__img {
    width: 119px;
    height: 85px;
    -webkit-background-size: contain;
    background-size: contain;
    margin: 5.5px 0;
    position: relative;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-position: center;
    background-repeat: no-repeat;
}

.vertical-wrap {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    left: 0;
}

.detail-slider-wrap .slick-slider {
    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: 100%;
}

.detail-slider-wrap {
    display: inline-block;
    overflow: hidden;
    max-width: -webkit-calc(100% - 135px) !important;
    max-width: calc(100% - 135px) !important;
    position: relative;
    width: 100%;
}

.product-gallery {
    display: inline-block;
    max-width: 120px;
    margin-right: 15px;
}

.product-slider-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.vertical-slider-product__cell {
    cursor: pointer;
}

.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;
}

.custom-slider-nav {
    position: absolute;
    width: 67px;
    height: 67px;
    z-index: 1;
    background: #fff;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.custom-slider-nav svg {
    width: 21px;
    height: 21px;
    position: relative;
    left: 10px;
}

button.slick-prev.detail_slider_nav-prev {
    left: 27px;
    bottom: -23px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

button.slick-next.detail_slider_nav-next {
    display: none;
}

button.slick-prev.detail_slider_prev {
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

button.slick-next.detail_slider_next {
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.inner-1__hit {
    font-size: 10px;
    position: absolute;
    top: 12px;
    left: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ebc34b;
    display: inline-block;
    padding: 5px 12px;
    color: #fff;
    line-height: 1;
}

.inner-1__p-thought {
    color: #8b8b8b;
    font-size: 18px;
    font-weight: 500;
    text-decoration: line-through;
    margin-bottom: 5px;
}

.detail-title {
    padding-top: 44px;
    position: relative;
}

.detail-title h3 {
    color: #283238;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
}

.order-block__price-select .price-select__inner-1 {
    width: 100%;
    margin: 0;
    display: table;
    position: relative;
    padding-top: 30px;
}

.order-count__text {
    color: #494a4b;
    font-size: 16px;
    font-weight: 400;
    margin-right: 20px;
}

.order-block__price-select .price-select__inner-3 .count-block__btn-minus:before {
    width: 13px;
}

ul.parameters__list span {
    width: 50%;
    display: inline-block;
}

.order-block__parameters {
    margin-top: 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f3f6f8;
    color: #494a4b;
    font-size: 14px;
    padding: 25px 34px 27px;
}

.btn-heart-favorite {
    width: 52px;
    height: 52px;
    background-color: #bedcef;
    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;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

.btn-heart-favorite svg {
    width: 42px;
    height: 42px;
}

.btn-heart-favorite:focus, .btn-heart-favorite:hover {
    text-decoration: none;
    color: #fff;
}

.btn-heart-favorite:hover {
    background-color: #81bbe0;
}

.btn-heart-favorite:active {
    background-color: #58a5d6;
}

.btn-heart-favorite.active {
    background-color: #ff2d35;
}

.list-accordion-wrap.list-accordion-wrap--big {
    padding: 33px 0 25px 0;
}

.list-accordion-wrap.list-accordion-wrap--big .list-accordion__link {
    color: #b0b0b0;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    text-transform: uppercase;
    margin: 0;
}

.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-weight: 700;
    margin: 20px 0;
}

.detail-description p {
    margin: 15px 0;
    line-height: 1.4;
}

ul.sub-accordion.sub-accordion__detail {
    padding-left: 0;
}

.more-text {
    display: none;
}

.show-more-btn {
    color: #a6b9cc;
    font-size: 12px;
    font-weight: 400;
    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;
    text-decoration: none;
    background-color: transparent;
    padding: 0px 22px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    outline: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    border: 1px solid #a6b9cc;
}

.show-more-btn:focus, .show-more-btn:hover {
    text-decoration: none;
    font-weight: 700;
}

.show-more-btn:hover {
    color: #fff;
    background: #a6b9cc;
}

.show-more-btn:active {
    opacity: .5;
    color: #fff;
    background: #a6b9cc;
}

/*end-detail-page*//*start-custom-breadcrumbs*/
.breadcrumbs__list--slash .item__link {
    font-size: 12px;
}

.breadcrumbs__list--slash .item__link:after {
    background: none;
    content: '/';
    width: 6px;
    margin-left: 8px;
}

.breadcrumbs__list--slash .list__item:last-child .item__link:after {
    display: none;
}

.breadcrumbs__list.breadcrumbs__list--slash {
    margin: 16px 0;
}

.breadcrumbs__title.breadcrumbs__title--small {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 25px;
    display: block;
}

/*end-custom-breadcrumbs*/
.left-sidebar h3 {
    margin-top: 36px;
    margin-bottom: 12px;
    font-size: 18px;
    letter-spacing: -1.2px;
    font-weight: 900;
    color: #979fab;
}

.sub-accordion {
    padding-left: 45px;
}

.sub-accordion__item {
    padding: 5px 0;
}

.sub-accordion__item a {
    color: #455159;
    line-height: 1;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-right: 15px;
    font-weight: 400;
}

.list-accordion__link.active a, .sub-accordion__item.active a {
    font-weight: 900;
    color: #000000;
    display: initial;
    padding: initial;
    text-decoration: underline;
}

.btn-history-block {
    margin: 30px 0 60px;
}

.btn-history-block .btn-primary {
    font-weight: 900;
    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-size: 11px;
    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;
    }
}

/* Social links in modal about order (profile) */
.btn-soc__btn {
    font-weight: 900;
    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__telegram:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6bbee5), to(#2ca3db));
    background-image: -webkit-linear-gradient(top, #6bbee5, #2ca3db);
    background-image: -o-linear-gradient(top, #6bbee5, #2ca3db);
    background-image: linear-gradient(to bottom, #6bbee5, #2ca3db);
}

.btn-soc__telegram:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2792c5), to(#2ca3db));
    background-image: -webkit-linear-gradient(top, #2792c5, #2ca3db);
    background-image: -o-linear-gradient(top, #2792c5, #2ca3db);
    background-image: linear-gradient(to bottom, #2792c5, #2ca3db);
}

.btn-soc__whatsap {
    background-color: #3dcd6e;
}

.btn-soc__viber {
    margin-left: 20px;
    background-color: #834995;
}

.btn-soc__telegram {
    margin-left: 20px;
    background-color: #2ca3db;
}

.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__numer {
    padding-bottom: 20px;
}

.btn_soc__numer p {
    font-size: 14px;
    font-weight: bold;
}

.btn-soc.btn-soc--flex .btn-soc__btn {
    width: calc(32% - 10px);
    margin: 0 0 15px;
}

@media (max-width: 991px) {
    .btn-soc.btn-soc--flex .btn-soc__btn {
        width: calc(30% - 10px);
    }
}

@media (max-width: 768px) {
    .btn-soc.btn-soc--flex .btn-soc__btn {
        width: calc(30% - 10px);
    }
}

@media (max-width: 760px) {
    .btn-soc.btn-soc--flex .btn-soc__btn {
        width: calc(100% - 10px);
    }

    .btn-soc__row, .btn-group-vertical {
        display: block;
    }
}

.list-accordion-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;
    padding: 15px 0 4px 0;
}

.list-accordion-wrap span {
    margin-top: -5px;
    position: relative;
    width: 15px;
    height: 15px;
    display: block;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 10px;
    cursor: pointer;
}

.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::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.list-accordion-wrap span::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.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 .active span::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.list-accordion-wrap .active span::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

[data-dropdown] {
    cursor: pointer;
}

[data-accordion-drop] {
    display: none;
}

.custom-scrollbar .simplebar-content {
    padding: 5px 0 !important;
}

.custom-scrollbar .mCSB_scrollTools .mCSB_draggerRail {
    width: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #d2d2d2;
}

.custom-scrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    right: 0;
    width: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #8f8b8b;
    height: 37px;
}

.custom-scrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:before {
    display: none;
}

.custom-scrollbar .mCSB_scrollTools .mCSB_draggerContainer {
    right: -10px;
}

.catalog-filter .catalog-filter__checkbox-block .sub__list, .catalog-filter .checkbox-block__list .list__item .sub__list {
    max-height: 190px;
    padding-bottom: 30px;
    overflow: auto;
}

.catalog-filter__checkbox-block .sub__list {
    border-bottom: 1px solid #dae0e2;
}

.catalog-filter .checkbox-block__list .sub__list .checkbox__inp ~ .checkbox__point::before {
    width: 7px;
    height: 7px;
    content: "";
    left: 3px;
    top: 3px;
    background: #283238;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
}

.catalog-filter .checkbox-block__list .checkbox__inp:checked ~ .checkbox__point::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.catalog-filter .checkbox-block__list .checkbox__inp:checked ~ .checkbox__point {
    border-color: #283238;
}

.catalog-filter__checkbox-block .irs-min, .catalog-filter__checkbox-block .irs-max {
    display: none;
}

.catalog-filter__checkbox-block .irs-slider {
    width: 12px;
    height: 12px;
    top: 2.5px;
    border: 3px solid #aab8c1;
    background-color: #ffffff;
}

.catalog-filter__checkbox-block .irs-line {
    height: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #e6ecf1;
}

.catalog-filter__checkbox-block .irs-bar {
    height: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #c6d4dd;
}

.catalog-filter .catalog-filter__btn-block .btn-primary-hover:hover {
    background: #216bc0;
    color: #fff;
}

.catalog-filter .catalog-filter__btn-block .btn-primary-hover:active {
    background: #16477f;
}

.product-item .cart__btn-cart-add {
    display: inline-block;
    float: right;
    width: 40px;
    height: 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 100%;
    background-image: url("https://lbmarket.ru/local/templates/main/assets/css/img/circle-cart.svg");
    background-size: contain;
    z-index: 99;
    font-size: 0;
}

.product-item .cart__btn-cart-add:focus, .product-item .cart__btn-cart-add:hover {
    text-decoration: none;
    color: #000;
}

.product-item .cart__btn-cart-add.cart__selected {
    font-size: 14px;
    line-height: 38px;
    display: block;
    width: auto;
    height: 40px;
    padding: 0 15px;
    text-align: center;
    border-radius: 8px;
    background: #f3f6f8;
}

.product-item .meta__price, .product-item .meta__cart {
    width: auto;
}

.btn-primary.btn--cart {
    background: #5C8FDC;
    border-radius: 5px;
    text-transform: initial;
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 1.3;
    height: 38px;
    font-weight: 600;
    justify-content: center;
}

.product-item .price__p {
    margin-right: 5px;
}

.product-item .cart__btn-cart-add {
    display: inline-block;
    float: right;
    width: 40px;
    height: 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 100%;
    background-color: #5C8FDC;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 101 101' id='cart'%3E%3Cpath fill='%23ffffff' d='M84.1 28.5c-.5-.6-1.2-.9-1.9-.9h-61v-8.8c0-1.3-1.1-2.4-2.4-2.4-1.3 0-2.4 1.1-2.4 2.4v50c0 1.3 1.1 2.4 2.4 2.4h2.8c-1.9 3.5-1.5 7.9 1.5 10.9 1.7 1.7 4 2.7 6.4 2.7s4.7-.9 6.4-2.7c1.7-1.7 2.7-4 2.7-6.4 0-1.6-.4-3.1-1.2-4.4h11.3c-1.9 3.5-1.5 7.9 1.5 10.9 1.7 1.7 4 2.7 6.4 2.7 2.4 0 4.7-.9 6.4-2.7 1.7-1.7 2.7-4 2.7-6.4 0-1.6-.4-3.1-1.2-4.4h3.1c1.3 0 2.4-1.1 2.4-2.4 0-1.3-1.1-2.4-2.4-2.4H21.2v-4.7h53c1.1 0 2-.7 2.3-1.8l8-29.3c.2-1 0-1.7-.4-2.3zM32.6 78.6c-1.6 1.6-4.5 1.6-6.1 0-1.7-1.7-1.7-4.4 0-6.1.8-.8 1.9-1.3 3.1-1.3 1.2 0 2.2.4 3.1 1.3.8.8 1.3 1.9 1.3 3.1s-.5 2.2-1.4 3zm27.2 0c-1.6 1.6-4.5 1.6-6.1 0-1.7-1.7-1.7-4.4 0-6.1.8-.8 1.9-1.3 3.1-1.3 1.2 0 2.2.4 3.1 1.3.8.8 1.3 1.9 1.3 3.1s-.5 2.2-1.4 3zm12.5-21.8H21.2V32.3H79l-6.7 24.5z'%3E%3C/path%3E%3C/svg%3E");
    z-index: 99;
    font-size: 0
}

.cart__btn-cart-add:hover {
    background-color: #57a1f9;
}

.cart__btn-cart-add:active {
    background-color: #4080cb;
}

.cart__btn-cart-add:active {
    background-color: #1e66b9;
}

@media only screen and (min-width: 991px) {
    .btn-primary.btn--cart {
        padding: 11px;
        text-align: center;
        border-radius: 8px;
        height: auto;
    }
}

.item__new.item__new--soon {
    background-color: #DD56B5 !important;
}

.btn-primary.btn-primary--wp {
    line-height: 1.3;
    background: #4CAF50;
    text-transform: none;
    display: inline-flex;
    align-items: center;
    height: 38px;
    margin: 0;
    width: 100%;
    justify-content: center;
    border: none !important;
    padding: 0 8px;
    font-weight: 400;
    min-width: 113px;
}

.btn-primary.btn-primary--wp:hover, .btn-primary.btn-primary--wp:focus, .btn-primary.btn-primary--wp:active {
    background-color: #2fa433 !important;
}

.btn-primary--wp img {
    margin-right: 5px;
}

.meta__cart .title__link {
    padding: 0;
    height: auto;
}

.fadeout-bg {
    position: relative;
}

.fadeout-bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 1;
}

/*==========  Mobile First  ==========*/
@media (min-width: 991px) {
    .flickity-prev-next-button:focus {
        box-shadow: none;
    }

    .catalog-list .seo-description {
        display: none;
    }
}

#scroller {
    width: 70px;
    height: 71px;
    -webkit-box-shadow: 0 0 20px 1px rgba(48, 48, 48, 0.15);
    box-shadow: 0 0 20px 1px rgba(48, 48, 48, 0.15);
    background-color: #FBFBFB;
    opacity: 0.8;
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    text-decoration: none;
    display: none;
    bottom: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    right: 40px;
}

.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;
}

/*-----------------start-popup7---------------------*/
.show .popup7-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.fade-popup7:not(.show) {
    opacity: 0;
}

.popup7 {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    overflow: auto;
    outline: 0;
    padding-right: 0 !important;
    background-color: rgba(0, 0, 0, 0.5);
}

.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 {
    position: absolute;
    top: 1px;
    right: 5px;
    display: block;
    width: 25px;
    height: 25px;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s; /*   border: 1px solid #000; */
}

.popup7_close::before {
    position: absolute;
    top: 50%;
    left: -webkit-calc(50% - 10px);
    left: calc(50% - 10px);
    display: block;
    width: 20px;
    height: 2px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #ffffff;
    -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: -webkit-calc(50% - 10px);
    left: calc(50% - 10px);
    display: block;
    width: 20px;
    height: 2px;
    content: '';
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #ffffff;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.popup7-content .close {
    line-height: 48px;
    position: absolute;
    top: 0px;
    right: 5px;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    z-index: 10;
}

.popup7-content .close:hover::before {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

/*new style*/
.fade-popup7 {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.popup7-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.popup7-content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

/*lg popup7*/
.popup7_img-wrap img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin: auto;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.popup7_img-wrap {
    position: relative;
    height: 200px;
    background: rgba(137, 87, 61, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px;
    padding: 15px;
    overflow: hidden;
}

html.bx-ie .popup7_img-wrap {
    height: 320px;
}

.popup7-dialog .popup7-content .close {
    top: 0;
    right: 0;
}

@media (min-width: 992px) {
    .popup7-dialog {
        max-width: 1200px;
        margin: 5rem auto;
    }

    .popup7-dialog.catalog-popup {
        max-width: 698px;
    }
}

/*start-catalog-modal*/
.catalog-modal__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 62px 40px 40px;
}

.catalog-modal__slider-wrap {
    width: 390px;
    display: block;
    margin-right: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.catalog-modal-slider {
    width: 100%;
    margin-bottom: 22px;
}

.catalog-modal-slider__cell {
    height: 243px;
    margin-right: 10px;
    width: 100%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.catalog-modal-slider__inner {
    height: 100%;
    width: 100%;
}

.catalog-modal-slider__cell img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.catalog-modal-slider__cell a {
    display: block;
}

.catalog-modal__slider-nav-inner {
    height: 85px;
    width: 120px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.catalog-modal__slider-nav__cell {
    margin-right: 16px;
}

.catalog-modal__slider-nav__cell img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.catalog-modal__slider-nav__cell a {
    display: block;
}

.catalog-modal__price .inner-1__hit {
    top: 0;
}

.catalog-modal__price .detail-title {
    padding-top: 32px;
}

.catalog-modal__price .detail-title h3 {
    font-size: 24px;
}

.catalog-modal__price .order-block__price-select .price-select__inner-1 {
    padding-top: 14px;
}

.catalog-modal__price .inner-1__p-thought {
    font-size: 14px;
    margin-bottom: 0;
}

.catalog-modal__price .order-block__price-select .inner-1__p {
    font-size: 30px;
}

.catalog-modal__price .order-block__price-select .price-select__inner-2 {
    margin: 18px 0 0;
    padding-top: 10px;
}

.catalog-modal__price .order-block__price-select .price-select__inner-2 .inner-2__drop-select-list {
    height: 30px;
}

.catalog-modal__price .order-block__price-select .price-select__inner-3 {
    margin: 0;
    padding: 21px 0 0;
}

.catalog-modal__price .order-block__price-select .price-select__inner-3 .inner-3__count-block {
    margin-bottom: 22px;
}

.catalog-modal__price .inner-3__btn-block .btn {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.96px;
    padding: 0 38.8px;
}

.catalog-modal__price .inner-3__btn-block .btn-heart-favorite {
    margin-left: 19px;
    width: 41px;
    height: 41px;
}

.catalog-modal__price .inner-3__btn-block .btn-heart-favorite svg {
    width: auto;
    height: 33px;
}

.popup7-dialog.catalog-popup .popup7_close {
    top: 15px;
    right: 17px;
}

.popup7-dialog.catalog-popup .popup7_close:before, .popup7-dialog.catalog-popup .popup7_close:after {
    background: #000;
    opacity: .4;
    width: 24px;
    left: -webkit-calc(50% - 12px);
    left: calc(50% - 12px);
}

/*start-custom-navigation-arrow*/
.custom-slider-navigation {
    width: 51px;
    height: 51px;
    border: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    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;
}

.scroller-arrow:after {
    content: '';
    position: relative;
    height: 24px;
    display: block;
    width: 24px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(134deg);
    -ms-transform: rotate(134deg);
    transform: rotate(134deg);
    margin-bottom: -10px;
}

.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);
}

/*end-custom-navigation-arrow*/
.sm-catalog-modal-slider-wrap {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.sm-catalog-modal-slider-wrap .custom-slider-navigation {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sm-catalog-modal-slider-wrap .custom-slider-navigation--prev {
    left: -20px;
}

.sm-catalog-modal-slider-wrap .custom-slider-navigation--next {
    right: -20px;
}

.catalog-popup .popup7-content {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.catalog-modal__slider-nav__cell.is-selected .catalog-modal__slider-nav-inner {
    border: 2px solid #363636;
}

.drop-select-list__sub-list.custom-scrollbar .mCSB_scrollTools {
    right: 5px;
}

.drop-select-list__sub-list.custom-scrollbar .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.fix-modal-height {
    height: auto !important;
}

.preload-bg {
    width: 100%;
    background: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

@media (max-width: 991px) {
    .catalog-modal__price .order-block__price-select .price-select__inner-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .catalog-modal__price .detail-title {
        padding-bottom: 0;
    }

    .catalog-modal__price .order-count__text {
        margin-right: 20px;
    }
}

@media (max-width: 766px) {
    .catalog-modal__content {
        padding: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .catalog-modal__slider-wrap {
        width: 100%;
        margin: 0 0 10px;
    }

    /*.catalog-modal-slider__cell {*/
    .popup7-dialog.catalog-popup .popup7_close {
        top: 3px;
        right: 2px;
    }
}

@media (max-width: 767px) {
    .catalog-modal__price .price-select__inner-1 {
        margin-bottom: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .catalog-modal__price .inner-1__p {
        font-size: 19px;
        margin-left: 10px;
    }

    .catalog-modal__price .inner-1__p-thought {
        font-size: 16px;
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    .catalog-modal-slider {
        margin-bottom: 15px;
    }

    .catalog-modal__price .order-block__price-select .price-select__inner-1 {
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .popup7-dialog.catalog-popup {
        max-width: 900px;
    }
}

@media (min-width: 767px) {
    .catalog-popup .popup7-content {
        height: 431px;
    }
}

/*end-catalog-modal*/
label.item-1__checkbox .checkbox__color {
    flex: none;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

.list-decimal li {
    list-style-type: decimal;
    margin: 20px 0;
}

.list-decimal {
    padding-left: 20px;
    margin-bottom: 5px;
}

.list-decimal ul li {
    list-style-type: none;
    margin: 5px 0;
}

/*----------------------start-distr-links--------------------------------*/
.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: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    border-radius: 4px;
}

.map-filter h3 {
    font-size: 1.25rem;
    margin-top: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
}

.map-filter 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;
}

.distr-soc-links__item {
    display: inline-block !important;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex: none;
    margin: 5px 5px 5px 0px;
}

.distr-soc-links__item--in {
    background-image: url(/local/templates/main/assets/css/img/round-in.svg);
}

.distr-soc-links__item--fb {
    background-image: url(/local/templates/main/assets/css/img/round-fb.svg);
}

.distr-soc-links__item--vk {
    background-image: url(/local/templates/main/assets/css/img/rectangle-vk.svg);
}

.distr-soc-links__item--ok {
    background-image: url(/local/templates/main/assets/css/img/rectangle-ok.svg);
}

@media (max-width: 767px) {
    #filterSwitch {
        display: flex;
        -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-color: #fff;
        color: #000;
        font-size: 20px;
        height: 100%;
        position: relative;
        width: -webkit-calc(100% - 115px) !important;
        width: calc(100% - 115px) !important;
        padding: 0 24px;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        text-decoration: none;
    }

    .show_filter_wrap {
        height: 50px;
        bottom: 0;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        width: 100%;
    }

    .map-filter {
        position: relative;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        left: 0;
        text-align: center;
    }

    .filter-wrpapper {
        height: auto;
        top: 0;
        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;
        position: absolute;
        width: 100%;
    }

    .map-filter.show {
        height: 0;
        overflow: hidden;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .show_filter_wrap {
        display: none;
    }
}

/*----------------------end-distr-links--------------------------------*//* Start new search */
.header-inner {
    position: relative;
    -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;
}

.search-input-animated {
    position: relative;
    margin-left: auto;
    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;
    min-width: 52px;
    height: -webkit-calc(100% - 2px);
    height: calc(100% - 2px);
    width: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-input-animated.active .searchbox-icon {
    left: 5px;
}

.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;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    -webkit-background-size: 35px 35px;
    background-size: 35px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-image: url(img/search.svg);
}

.search-input-animated.active .searchbox-icon {
    height: 40px;
    width: 40px;
    background-size: 25px;
    border-radius: 50%;
    background-position: center;
}

.search-input-animated.active .searchbox-icon:hover {
    background-color: #f3f6f8;
}

.search-input-animated .searchbox-input::-webkit-input-placeholder {
    font-size: 24px;
    color: #929292;
}

.search-input-animated .searchbox-input:-moz-placeholder {
    font-size: 24px;
    color: #929292;
}

.search-input-animated .searchbox-input::-moz-placeholder {
    font-size: 24px;
    color: #929292;
}

.search-input-animated .searchbox-input:-ms-input-placeholder {
    font-size: 24px;
    color: #929292;
}

.search-input-animated.active .searchbox-input {
    border: none;
}

.search-input-animated input {
    text-indent: 85px;
}

.searchbox-input {
    color: #302d2d;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    top: 0;
    height: 44px;
    max-width: 505px;
    right: 0;
    border: 0;
    outline: 0;
    width: 100%;
    margin: 0;
    padding: 0 55px 0 40px;
    -webkit-transition: .1s;
    border-bottom: 1px solid #dae0e2;
    transition: .1s;
    background-color: transparent
}
.searchbox-input:focus {
    border-bottom: 1px solid #4990e2;
}

.header__inner-right .list_item {
    margin-left: 5px;
}

.header__inner-right {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.search-input-animated__inner {
    width: 600px;
    position: relative;
    overflow: hidden;
}

.logo-text svg {
    width: 186px;
    height: 40px;
}

/*start-replced-style*/
.header__inner-left .inner-left__logo {
    height: auto;
    width: auto;
}

/*end-replced-style*//*start-ui-menu*/
li.ui-menu-no-result.ui-menu-item .ui-state-active {
    color: #3e4856;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
    line-height: 20px;
}

.search-input-animated .ui-menu {
    position: absolute !important;
}

.ui-menu {
    padding: 16px 0 0;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.1);
    -webkit-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
    -webkit-transform: translateY(300px);
    -ms-transform: translateY(300px);
    transform: translateY(300px);
}

.ui-menu .search-list-link {
    width: 100%;
    background: #F2F2F2;
    text-align: center;
    font-size: 12px;
    color: #000;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    display: block;
    padding: 17px 0;
}

.ui-menu .ui-menu-item {
    padding: 0;
}

.ui-menu .ui-menu-item .ui-menu-link {
    padding: 15px 33px;
    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;
}

.ui-menu .ui-menu-item .ui-menu-link img {
    margin-right: 26px;
    height: 80px;
    width: 80px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.ui-menu .ui-menu-item .ui-menu-link span {
    color: #7d7d7d;
    font-weight: 500;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.sc-wrap .inner-p {
    overflow: hidden;
    color: #000;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 430px;
}

[data-serch-link] {
    margin-top: 16px;
}

.ui-menu .ui-menu-item.ui-menu-no-result {
    padding: 0 20px 16px 20px;
}

form.page-search-form .ui-menu {
    position: absolute !important;
    z-index: 10;
}

.search-title .searchbox-icon {
    width: 27px;
    cursor: default;
    height: 27px;
    -webkit-background-size: 27px 27px;
    background-size: 27px;
    position: relative;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-right: 10px;
}

.search-title .page-search-input {
    padding-left: 20px;
    height: 32px;
}

.search-title .page-search-input::-webkit-input-placeholder {
    font-size: 14px;
    color: #929292;
}

.search-title .page-search-input:-moz-placeholder {
    font-size: 14px;
    color: #929292;
}

.search-title .page-search-input::-moz-placeholder {
    font-size: 14px;
    color: #929292;
}

.search-title .page-search-input:-ms-input-placeholder {
    font-size: 14px;
    color: #929292;
}

.search-title .ui-menu .ui-menu-item .ui-menu-link .sc-wrap .inner-p {
    display: block;
    max-width: 100%;
    white-space: normal;
}

.page-search-form {
    width: 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;
    position: relative;
    margin-bottom: 37px;
}

.label__inp:focus, .label__text:focus {
    border-bottom: solid 1px #4990e2;
}

.ui-state-active.search-list-link {
    color: #4990E2 !important;
    background: #dad7d7;
}

.ui-state-active .inner-p, .ui-widget-content .ui-state-active .inner-p, .ui-widget-header .ui-state-active .inner-p, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    color: #4990E2 !important;
}

@media (max-width: 991px) {
    .search-input-animated {
        display: none;
    }

    .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;
    }
}

@media (max-width: 375px) {
    .ui-menu .ui-menu-item .ui-menu-link {
        font-size: 14px;
        line-height: 1.2;
    }
}

.searchbox-close-icon {
    display: block;
    z-index: 2;
    position: absolute;
    top: 50%;
    right: 0px;
    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;
}

/*end-ui-menu*//* End new search */
.detail-title__wrap {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.detail-title__btn {
    padding-left: 10px;
    flex: none;
}

@media (max-width: 420px) {
    .detail-title__btn {
        position: absolute;
        top: -50px;
        right: 0;
    }
}

.amazon-btn {
    display: inline-flex;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #000;
    padding: 12px 17px;
    font-weight: 400;
    text-align: center;
    position: relative;
    outline: none;
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 26px;
    border: none;
}

@media (max-width: 575px) {
    .amazon-btn {
        width: 100%;
    }
}

.amazon-btn:focus, .amazon-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
}

.amazon-btn:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.amazon-btn:active {
    background-color: #000;
    color: #fff;
}

a.amazon-btn span {
    position: absolute;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 13px;
    top: 0;
    left: 0;
    text-align: center;
}

a.amazon-btn svg {
    top: 6px;
    position: relative;
    left: 3px;
}

.main-slider__link ._m, .main-slider__link ._x {
    display: none;
}

.main-slider .slick-dots {
    z-index: 2;
    bottom: 10px;
}

.main-slider .slick-dots li {
    width: 10px;
    margin: 0 5px;
    height: 10px;
}

.main-slider .slick-dots li button {
    width: 3px;
    height: 3px;
    border-radius: 5px;
    border: 1px solid #000;
    background: #fff;
    padding: 4px;
}

.main-slider .slick-dots li.slick-active button {
    background: #000;
}

/*start-banner-line*/
.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, 0.4);
    box-shadow: 0 0 20px 1px rgba(48, 48, 48, 0.4);
    background-color: #222222;
    padding: 10px 0;
    cursor: pointer;
    width: 100%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 100;
    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;
    max-width: 600px;
    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 #ffffff;
    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 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: transparent;
        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;
    }
}

/*end-banner-line*/
h1, h2, h3, h4 {
    font-weight: normal;
}

#scroller {
    display: none !important;
}

/*start new header 16/01/2020*/
.header {
    display: block;
    width: 100% !important;
    background-color: #fff;
    -webkit-box-shadow: inset 0 -1px 0 0 #d5dbde;
    box-shadow: inset 0 -1px 0 0 #d5dbde;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 990;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header__inner {
    padding: 18px 24px 18px 25px;
    -webkit-transition: padding .3s;
    -o-transition: padding .3s;
    transition: padding .3s;
}

.header.scroll .header__inner {
    padding-top: 12px;
    padding-bottom: 12px;
}

.header__inner-left {
    display: table;
    float: left;
}

.header__inner-left .inner-left__logo {
    display: block;
    float: left;
    width: 175px;
    height: 40px;
}

.header__inner-left .inner-left__logo .logo__link {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-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;
    float: left;
    margin: 0 0 0 78px;
}

.header__main-menu .main-menu__list {
    display: table;
    width: 100%;
}

.header__main-menu .list__item {
    display: block;
    float: left;
    margin: 0 1px;
}

.header__main-menu .list__catalog-menu {
    margin-left: 0;
    margin-right: 4px;
}

.header__main-menu .list__item:last-child {
    margin-right: 0;
}

.header__main-menu .item__link {
    display: block;
    padding: 0 19px;
    border-radius: 6px;
    background-color: transparent;
    color: #3e4856;
    text-align: center;
    height: 40px;
    line-height: 42px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.3px;
}

.header__main-menu .item__selected {
    background-color: #f3f6f8;
}

.header__main-menu .item__link:hover {
    background-color: #f3f6f8;
}

.header__main-menu .item__sub-menu {
    display: none;
    opacity: 0;
    position: absolute;
    margin: 0 0 0 -5px;
    padding-top: 10px;
    z-index: 10;
}

.header__main-menu .sub-menu__list-inner {
    -webkit-box-shadow: 0 13px 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 13px 20px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    border-radius: 6px;
    display: table;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

.header__main-menu .list__item-1 {
    display: block;
    float: left;
    margin: 0 10px;
    min-width: 140px;
}

.header__main-menu .item-1__title {
    font-size: 15px;
    font-weight: 700;
    border-bottom: solid 1px rgba(151, 151, 151, 0.2);
    display: block;
    padding-bottom: 10px;
}

.header__main-menu .item-1__list {
    display: block;
}

.header__main-menu .list__item-2 {
    display: block;
}

.header__main-menu .item-2__link {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    background-color: transparent;
    padding: 9px 16px;
    border-radius: 6px;
    letter-spacing: 1.1px;
}

.header__main-menu .item-2__selected {
    background-color: #f3f6f8;
}

.header__main-menu .item-2__link:hover {
    background-color: #f3f6f8;
}

.search-input-animated {
    position: relative;
    top: 5px;
}

.header__inner-right {
    display: table;
    position: relative;
    top: 5px;
}

.header__inner-right .inner-right__list {
    display: table;
}

.header__inner-right .list_item {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-left: 7px;
    position: relative;
}

.header__inner-right .list_item-name {
    width: inherit;
    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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.header__inner-right .item_name {
    font-size: 12px;
    letter-spacing: 1.3px;
    color: #3e4856;
    text-transform: uppercase;
    margin-left: 10px;
}

.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 {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 55px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header__inner-right .item__search:active {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.header__inner-right .item__search::before {
    content: "";
    background-image: url(/local/templates/main/assets/css/img/search.svg);
    display: inline-block;
    width: 24px;
    height: 24px;
}

.header__inner-right .item__auth {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 55px;
}

.header__inner-right .item__auth::before {
    content: "";
    background-image: url(/local/templates/main/assets/css/img/ic-user.png);
    display: inline-block;
    width: 24px;
    height: 24px;
}

.header__inner-right .item__lk {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 55px;
}

.header__inner-right .item__lk:active {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.header__inner-right .item__lk::before {
    content: "";
    background-image: url(/local/templates/main/assets/css/img/user.svg);
    display: inline-block;
    width: 24px;
    height: 24px;
}

.header__inner-right .item__cart {
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 55px;
    position: relative;
}

.header__inner-right .item__cart:active {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.header__inner-right .item__cart::before {
    content: "";
    background-image: url(/local/templates/main/assets/css/img/cart.svg);
    display: inline-block;
    width: 24px;
    height: 24px;
}

.header__inner-right .cart__label {
    font-size: 11px;
    display: block;
    color: #fff;
    width: 20px;
    height: 20px;
    background-color: #ff2d35;
    border: solid 2px #fff;
    border-radius: 100%;
    font-style: normal;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 18px;
}

.header-top-menu {
    background: #F4F6F8;
    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;
    padding: 9px 40px 7px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .header-top-menu {
        padding: 9px 29px 7px;
    }
}

@media (max-width: 991px) {
    .header-top-menu {
        display: none;
    }
}

.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__item:not(:last-child) {
    margin-right: 28px;
}

.header-top-menu__item a:not(.link-phone) {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
}

.link-phone {
    font-size: 12px;
    line-height: 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;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    font-weight: 700;
    color: #3E4856;
}

.link-phone svg {
    margin-right: 3px;
}

.link-phone svg path {
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s;
}

.link-phone:hover svg path {
    fill: #4a90e2;
}

@media (min-width: 991px) {
    .visible-mobile {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .header__inner {
        padding: 18px 20px 18px 20px;
    }

    .searchbox-icon {
        height: 25px;
        width: 25px;
        background-size: 25px;
    }

    .header__inner-left .inner-left__logo {
        width: auto;
    }

    .search-input-animated {
        padding-left: 10px;
    }
}

@media (max-width: 991px) {
    .hidden-mobile {
        display: none !important;
    }

    .main-menu__list {
        display: block !important;
    }
}

.bx-ie .main-category .main-category__item--sm .main-category__content {
    display: block;
}

.bx-ie .main-category .inner-top__title {
    margin-top: 50px;
}

.bx-ie .main-category__image {
    width: 179px;
}

@media (min-width: 1260px) {
    .bx-ie .main-category__img {
        bottom: -55px;
    }

    .bx-ie .main-category__item--cat-3 .main-category__img {
        bottom: 17px;
        max-width: 160px;
    }
}

.bx-ie .product-item .cart__btn-cart-add {
    background-size: 60px;
    background-position: left center;
    padding: 10px 13px 6px 45px;
}

.bx-ie .footer-subscribe-form .trs-btn {
    padding: 6px 36px 0 36px;
}

.bx-ie .header__inner-left .inner-left__logo {
    top: 0;
    left: -webkit-calc(50% - 60px);
    left: calc(50% - 60px);
}

/*end new header 16/01/2020*//*stat-banner-left*/
.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;
}

@media (max-width: 991px) {
    .banner-list {
        display: none;
    }
}

/*end-banner-left*/
@media (min-width: 991px) {
    .row--flex {
        display: flex;
    }

    .row--flex > div {
        display: flex;
    }

    .main-category .main-category__item.main-category__item--st3 {
        padding: 25px 15px 30px;
    }

    .main-category__item--st3.main-category__item.main-category__item--cat-1 .main-category__img {
        top: -57px;
    }

    .main-category__item.main-category__item--st3.main-category__item--cat-2 .main-category__img {
        top: 0px;
    }

    .bx-ie .main-category__item.main-category__item--st3.main-category__item--cat-2 .main-category__img {
        top: -47px;
    }
}

@media (max-width: 1260px) and (min-width: 991px) {
    .main-category__item.main-category__item--st3 .trs-btn {
        padding: 7px 15px;
    }
}

/*start-yandex-distr-map*/
.card-map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    box-sizing: border-box;
}

.card-map__icon {
    position: absolute;
    left: 50%;
    bottom: 7px;
    z-index: 3;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.card-map__image {
    width: 136px;
    height: 136px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    position: relative
}

.card-map__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

img.card-map__img[src=""]:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #e8e4db;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDIwLjggNDIwLjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQyMC44IDQyMC44OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8ZyBmaWxsPSIjZmZmIj4NCgk8Zz4NCgkJPGc+DQoJCQk8cGF0aCBkPSJNNDA2LjgsOTYuNGMtOC40LTguOC0yMC0xNC0zMy4yLTE0aC02Ni40di0wLjhjMC0xMC00LTE5LjYtMTAuOC0yNmMtNi44LTYuOC0xNi0xMC44LTI2LTEwLjhoLTEyMA0KCQkJCWMtMTAuNCwwLTE5LjYsNC0yNi40LDEwLjhjLTYuOCw2LjgtMTAuOCwxNi0xMC44LDI2djAuOGgtNjZjLTEzLjIsMC0yNC44LDUuMi0zMy4yLDE0Yy04LjQsOC40LTE0LDIwLjQtMTQsMzMuMnYxOTkuMg0KCQkJCUMwLDM0Miw1LjIsMzUzLjYsMTQsMzYyYzguNCw4LjQsMjAuNCwxNCwzMy4yLDE0aDMyNi40YzEzLjIsMCwyNC44LTUuMiwzMy4yLTE0YzguNC04LjQsMTQtMjAuNCwxNC0zMy4yVjEyOS42DQoJCQkJQzQyMC44LDExNi40LDQxNS42LDEwNC44LDQwNi44LDk2LjR6IE00MDAsMzI4LjhoLTAuNGMwLDcuMi0yLjgsMTMuNi03LjYsMTguNHMtMTEuMiw3LjYtMTguNCw3LjZINDcuMg0KCQkJCWMtNy4yLDAtMTMuNi0yLjgtMTguNC03LjZjLTQuOC00LjgtNy42LTExLjItNy42LTE4LjRWMTI5LjZjMC03LjIsMi44LTEzLjYsNy42LTE4LjRzMTEuMi03LjYsMTguNC03LjZoNzcuMg0KCQkJCWM2LDAsMTAuOC00LjgsMTAuOC0xMC44VjgxLjJjMC00LjQsMS42LTguNCw0LjQtMTEuMnM2LjgtNC40LDExLjItNC40aDExOS42YzQuNCwwLDguNCwxLjYsMTEuMiw0LjRjMi44LDIuOCw0LjQsNi44LDQuNCwxMS4yDQoJCQkJdjExLjZjMCw2LDQuOCwxMC44LDEwLjgsMTAuOEgzNzRjNy4yLDAsMTMuNiwyLjgsMTguNCw3LjZzNy42LDExLjIsNy42LDE4LjRWMzI4Ljh6Ii8+DQoJCQk8cGF0aCBkPSJNMjEwLjQsMTMwLjhjLTI3LjIsMC01MiwxMS4yLTY5LjYsMjguOGMtMTgsMTgtMjguOCw0Mi40LTI4LjgsNjkuNnMxMS4yLDUyLDI4LjgsNjkuNmMxOCwxOCw0Mi40LDI4LjgsNjkuNiwyOC44DQoJCQkJczUyLTExLjIsNjkuNi0yOC44YzE4LTE4LDI4LjgtNDIuNCwyOC44LTY5LjZzLTExLjItNTItMjguOC02OS42QzI2Mi40LDE0MiwyMzcuNiwxMzAuOCwyMTAuNCwxMzAuOHogTTI2NC44LDI4NA0KCQkJCWMtMTQsMTMuNi0zMy4yLDIyLjQtNTQuNCwyMi40UzE3MCwyOTcuNiwxNTYsMjg0Yy0xNC0xNC0yMi40LTMzLjItMjIuNC01NC40YzAtMjEuMiw4LjgtNDAuNCwyMi40LTU0LjQNCgkJCQljMTQtMTQsMzMuMi0yMi40LDU0LjQtMjIuNHM0MC40LDguOCw1NC40LDIyLjRjMTQsMTQsMjIuNCwzMy4yLDIyLjQsNTQuNEMyODcuNiwyNTAuOCwyNzguOCwyNzAsMjY0LjgsMjg0eiIvPg0KDQoJCTwvZz4NCgk8L2c+DQo8L2c+DQoNCjwvc3ZnPg0K);
    background-size: 30.36px;
    background-position: center;
    background-repeat: no-repeat;
}

img.card-map__img[src=""] {
    position: relative;
}

.card-map__span {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .01px;
    color: #4a4a4a;
    display: block;
    word-wrap: break-word;
    margin: 0
}

.card-map__inner {
    max-width: 200px;
}

@media (max-width: 768px) {
    .card-map__inner {
        max-width: 180px;
    }
}

.card-map__title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .01px;
    color: #000;
    margin: 5px 0;
    padding: 0;
    font-style: normal;
    text-align: left !important;
    font-weight: 400;
    word-wrap: break-word;
    text-transform: capitalize
}

.card-map__content {
    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
}

.flash-btn {
    overflow: hidden;
}

.flash_wrap-effects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-85px);
    -ms-transform: translateX(-85px);
    transform: translateX(-85px);
    -webkit-animation-name: tildaflash;
    animation-name: tildaflash;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
}

.flash_effects {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.4)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 30px;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

@keyframes tildaflash {
    20% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(110%);
    }
}

/*end-flash-btn*/
.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, 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: none;
    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.5;
    display: block;
}

.card-map__address {
    margin: 5px 0;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: 0.1;
    }
    to {
        opacity: 1;
    }
}

[class *= searchbox-button] {
    background-color: #4a90e2 !important;
    color: #fff !important;
}

[class *= searchbox-button]:hover {
    background-color: #5b99e0 !important;
}

[class *= searchbox-button]:active {
    background-color: #2f7fdc !important;
}

.detail-description ul {
    padding-left: 17px;
}

.detail-description ol {
    list-style-position: inside;
}

.detail-description ul li {
    list-style-type: disc;
}

.detail-description ol li {
    list-style-type: decimal;
}

/*end-yandex-distr-map*/
.product-item .item__hit, .product-item .item__new {
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}

.item-color-slider-wrap, .product-item-slider-wrap {
    width: 100%;
    position: relative;
}

.item-color-slider-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;
    margin-top: 13px;
}

.item-color-slider-wrap, .product-item-slider-wrap {
    width: 100%;
    position: relative;
}

.item-color-slider__cell {
    padding-top: 10px;
    padding-bottom: 10px;
}

.item-color-slider__cell .item-color-slider__items {
    width: 20px;
    height: 20px;
    background: #918e8d;
    border-radius: 50%;
    margin: 0 15.5px;
}

.item-color-slider__cell.is-selected .item-color-slider__items {
    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: 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: calc(100% + 14px);
    height: calc(100% + 14px);
}

.item-color-slider {
    top: 0;
    left: 0;
    width: calc(100% - 75px);
}

.slider-is-single .flickity-prev-next-button {
    display: none !important;
}

.item-color-slider .flickity-prev-next-button.next {
    right: -33px;
}

.item-color-slider .flickity-prev-next-button {
    top: 20px;
    width: 35px;
    background: #fff;
    border-radius: 0;
}

.item-color-slider .flickity-prev-next-button.previous {
    left: -33px;
}

.main-shares .tabs__contents .contents__item {
    padding: 0 15px;
    margin-left: -15px;
    margin-right: -15px;
}

@media only screen and (min-width: 991px) {
    .main-shares .tabs__contents .contents__item {
        margin-bottom: 30px;
    }
}

.section-title {
    text-align: left;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
    .section-title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 768px) {
    .section-title {
        font-size: 45px;
    }
}

@media only screen and (min-width: 991px) {
    .info-about-description p {
        font-size: 16px;
    }
}

/*start default ui*/
.default-ui p, .default-ui li {
    margin: 0 0 15px;
}

.default-ui h3, .default-ui h2 {
    margin: 30px 0;
}

.default-ui ul, .default-ui ol {
    padding-left: 15px;
}

.default-ui ul li, .default-ui ul {
    list-style-type: disc;
}

.default-ui ol li, .default-ui ol {
    list-style-type: decimal;
}

/*end default ui*/
.cart_menu, .past_items-header {
    max-width: 900px;
    margin: 30px auto 0;
}

.cart_menu li {
    display: inline-block;
    padding-bottom: 5px;
    opacity: 0.7;
    transition: 0.3s all ease;
}

.cart_menu li + li {
    margin-left: 30px;
}

.cart_menu li.active {
    border-bottom: 1px solid black;
    opacity: 1;
}

.cart_menu li:hover, .cart_menu li:hover a {
    color: #000;
    opacity: 1;
}

.past_items-header h3 {
    color: #2d2d2d;
    font-size: 30px;
    font-weight: 400;
    margin-top: 45px;
    margin-bottom: 20px;
}

.flash-btn {
    overflow: hidden;
}

.flash_wrap-effects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-85px);
    -ms-transform: translateX(-85px);
    transform: translateX(-85px);
    -webkit-animation-name: tildaflash;
    animation-name: tildaflash;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
}

.flash_effects {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.4)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 30px;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

@keyframes tildaflash {
    20% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(110%);
    }
}

/*end-flash-btn*/
.basket-coupon-block {
    padding-top: 15px;
    border-top: 1px solid #f2f2f2; /*max-width: 235px;*/
}

.basket-coupon-block-field-description {
    font-size: 14px;
    color: #000;
}

.basket-coupon-block-coupon-btn {
    border-right: none;
    border-bottom: none;
    transform: none;
    -webkit-transform: none;
    top: 6px;
    width: auto;
    height: 32px;
    width: auto;
    padding: 2px 10px;
    right: -20px;
    color: #1485ce;
}

.basket-coupon-block .basket-coupon-input {
    border-radius: 5px;
    border: 1px solid #bfbbbb;
    outline: none;
    padding: 2px 10px;
}

.basket-coupon-block .form-group {
    display: flex;
}

.basket-coupon-block-coupon-btn {
    right: auto;
    position: relative;
}

.basket-item-image {
    max-width: 100%;
}

@media (max-width: 991px) {
    .basket-coupon-block {
        max-width: 100%;
    }
}

@media (max-width: 580px) {
    .basket-coupon-block .form-group {
        justify-content: center;
    }

    .basket-coupon-block-field-description {
        text-align: center;
        padding-right: 38px;
    }

    .basket-coupon-alert {
        justify-content: center;
    }
}

/*start-coockies-poup*/
.c-popup {
    background: #FFF;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .25);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .25);
    border-radius: 5px;
    padding: 15px 12px 9px;
    position: fixed;
    bottom: 130px;
    max-width: 320px;
    right: 35px;
    text-align: center;
    display: none;
    z-index: 99999;
}

.c-popup p {
    font-weight: 300;
    position: relative;
    font-size: 12px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 7px;
}

.c-popup__button {
    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: #EA3C29;
    padding: 0 24px;
    font-size: 12px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 400;
    height: 25px;
    outline: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #EA3C29;
}

.c-popup__button:hover {
    background-color: #f15a49;
    color: #fff;
}

.c-popup__button:active {
    background-color: #ca2514;
    color: #fff;
}

.c-popup__close {
    position: absolute;
    top: 2px;
    right: 5px;
    z-index: 3;
    cursor: pointer;
}

.c-popup.c-popup--absolute {
    position: absolute;
    bottom: auto;
    top: -183px;
}

.c-popup[style="display: block;"] + .header-top-menu + .container {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: inset 0 -1px 0 0 #d5dbde;
}

@media only screen and (max-width: 575px) {
    .c-popup {
        padding: 12px 21px 12px 21px;
        width: 100%;
        left: 0;
        bottom: 0;
        text-align: left;
        box-sizing: border-box;
        max-width: 100% !important;
        border-radius: 0;
        box-shadow: none;
        filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.14));
    }

    .c-popup p {
        font-size: 10px;
        line-height: 1.2;
        margin-bottom: 6px;
    }

    .c-popup p br {
        display: none;
    }

    .c-popup__button {
        background: transparent;
        border: 1px solid #EA3C29;
        color: #EA3C29;
        font-size: 11px;
        height: 18px;
        padding: 0 10px;
        border-radius: 3px;
    }

    /*span.c-popup__close svg {*//*	width: 8px;*//*	height: 8px;*//*}*/
    span.c-popup__close {
        top: 1px;
        right: 8px;
    }
}

/*end-coockies-poup*/
.product-label {
    position: absolute;
    z-index: 2;
    height: auto;
    width: 60px;
    bottom: 0;
    right: 0;
}

@media (min-width: 768px) {
    .product-label {
        width: 100px;
    }
}

/*.select.select--delivery.load:before {*//*	content: "Please wait...";*//*	left: 20px;*//*	white-space: nowrap;*//*	width: 100%;*//*	top: 11px;*//*	position: absolute;*//*}*/
.product-label-list {
    position: absolute;
    display: flex;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.product-label-list__item {
    width: 40px;
    margin-left: 10px;
}

.product-label-list__img {
    max-width: 100%;
}

.detail-description ul li, .detail-description ol li {
    font-size: 14px;
    line-height: 1.4;
}

.detail-description ol {
    padding-left: 20px;
    list-style-position: outside !important;
}

.product-label.product-label--2 {
    top: 0;
    bottom: auto;
}

.order-form-label--no-brd {
    border: none !important;
}

.load-el {
    background: #cccccc !important;
    cursor: not-allowed;
    border-color: #cccccc !important;
    position: relative;
    overflow: hidden;
}

.load-el__img {
    display: none;
}

.load-el .load-el__img {
    position: absolute;
    max-height: 74%;
    display: block;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 991px) {
    .product-item .price__old-p {
        line-height: normal;
        display: flex;
        align-items: center;
    }
}

.btn-download-product-file + .btn-download-product-file {
    margin-top: 30px;
}

.sub-accordion__item a {
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (max-width: 768px) {
    html .btn-download-product-file p {
        font-size: 14px !important;
    }
}

.btn-download-product-file p + p {
    flex-shrink: 0;
}

/* .detail-description p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; max-height: 2.67em; overflow: hidden; }*/
.card-map__inner {
    overflow: hidden;
}

.bx-authform {
    margin: 25px auto;
}

/*temporary*/
a.btn.btn-primary.js-add-cart.btn--rec {
    border-radius: 5px;
    text-align: center;
    justify-content: center;
    margin-right: 0;
}

.btn-present-oxy.btn-present-oxy--default {
    color: #216bc0;
    border: 1px solid #216bc0;
    width: 100%;
}

.btn-present-oxy.btn-present-oxy--default:hover, .btn-present-oxy.btn-present-oxy--default:focus {
    background: #216bc0;
    color: #ffffff;
}

/*start-tooltip*/
[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 -0.5em rgba(0, 0, 0, 0.35);
    box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
    background: rgba(0, 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);
    min-width: 150px;
}

[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%, -0.5em);
    -ms-transform: translate(-50%, -0.5em);
    transform: translate(-50%, -0.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%, 0.5em);
    -ms-transform: translate(-50%, 0.5em);
    transform: translate(-50%, 0.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(-0.5em, -50%);
    -ms-transform: translate(-0.5em, -50%);
    transform: translate(-0.5em, -50%);
}

[tooltip-lb][flow^="left"]::after {
    top: 50%;
    right: -webkit-calc(100% + 5px);
    right: calc(100% + 5px);
    -webkit-transform: translate(-0.5em, -50%);
    -ms-transform: translate(-0.5em, -50%);
    transform: translate(-0.5em, -50%);
}

[tooltip-lb][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: rgba(0, 0, 0, 0.65);
    right: -webkit-calc(0em - 14px);
    right: calc(0em - 14px);
    -webkit-transform: translate(0.5em, -50%);
    -ms-transform: translate(0.5em, -50%);
    transform: translate(0.5em, -50%);
}

[tooltip-lb][flow^="right"]::after {
    top: 50%;
    left: -webkit-calc(100% + 14px);
    left: calc(100% + 14px);
    -webkit-transform: translate(0.5em, -50%);
    -ms-transform: translate(0.5em, -50%);
    transform: translate(0.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 300ms ease-out forwards;
    animation: tooltips-vert 300ms 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 300ms ease-out forwards;
    animation: tooltips-horz 300ms ease-out forwards;
}

.limit-one-hands {
    margin-bottom: 20px;
}

/*end-tooltip*/
.catalog-modal-slider__cell .item__new {
    font-size: 12px;
    line-height: 69px;
    position: absolute;
    z-index: 4;
    left: -14px;
    width: 72px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 83px;
    background-color: #4caf50;
    top: -14px;
    display: block;
    height: 72px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding-top: 0;
}

.detail-label {
    font-size: 12px;
    position: absolute;
    top: 13px;
    left: auto;
    right: 8px;
    letter-spacing: 1.5px;
    display: inline-block;
    padding: 8px 22px;
    color: #fff;
    line-height: 1;
    z-index: 5;
    font-weight: 400;
    border-radius: 5px;
    text-transform: uppercase;
}

.detail-label--new {
    background-color: #4caf50;
}

@media (max-width: 750px) {
    .detail-label {
        padding: 5px 21px;
        right: 9px;
        top: 8px;
    }
}

@media (max-width: 991px) {
    .detail-label {
        padding: 8px 20px;
        right: 11px;
    }
}

.slick-slide.detail-slider__cell {
    position: relative;
}

.btn.btn-primary.btn--oxy.js-add-cart.disabled {
    background: #ccc !important;
    opacity: 1;
    border-radius: 0;
}

.btn-white--center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.info-label {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.3;
    background-color: #FF1F0F;
    text-align: center;
    padding: 5px;
    left: 0;
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
}

@media (max-width: 450px) {
    .info-label {
        font-size: 12px;
        text-align: left;
    }
}

.btn-favourites::before {
    top: 22px;
}

@media (max-width: 357px) {
    .btn-favourites::before {
        top: 17px;
    }
}

.contacts-list__item.is-active {
    background: #cccccc;
}

.ui-menu .ui-menu-item .ui-menu-link img {
    object-fit: cover;
}

.privacy-policy__description ul {
    margin-bottom: 30px;
    padding-left: 15px;
}

.privacy-policy__description li {
    margin: 0 0 10px;
    list-style-type: disc;
}

.main-slider__list:not(.slick-initialized) .main-slider__link {
    min-height: 52vw;
}

@media only screen and (min-width: 992px) {
    .main-slider__list:not(.slick-initialized) .main-slider__link {
        min-height: 26vw
    }
}

@media only screen and (min-width: 1919px) {
    .main-slider__list:not(.slick-initialized) .main-slider__link {
        min-height: 650px;
    }
}

/*start-subscribe*/
.subscribe-form__label-wrap label {
    font-size: 12px;
    line-height: 1.3;
    max-width: 250px;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px;
}

.label__checkbox .label__check {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.label__point {
    cursor: pointer;
    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__error.label__error-sm {
    margin: 0;
    font-size: 12px;
    color: #ed3833;
}

.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(/local/templates/main/assets/css/img/ic-checkbox-check.png);
}

.footer-subscribe-form__bottom .label__checkbox {
    font-size: 14px;
    display: block;
    line-height: 1.3;
    padding-left: 25px;
    position: relative;
}

.footer-subscribe-form__bottom {
    display: block !important;
}

form.footer-subscribe-form.js-subscribe {
    max-width: 270px;
}

@media only screen and (max-width: 576px) {
    form.footer-subscribe-form.js-subscribe {
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*end-subscribe*/
label.label__checkbox {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.modal .label__checkbox .label__point {
    display: inline-block !important;
    width: 16px;
    height: 16px;
    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);
    border: 1px solid #dae0e2;
    margin-right: 5px;
    position: relative;
    top: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.modal .footer__btn-block {
    margin-bottom: 30px;
}

.label__checkbox {
    cursor: pointer;
}

.label__checkbox a {
    color: #4990e2;
}

.label__checkbox.no .label__point {
    border-color: #ed3833 !important;
}

.detail-description .important {
    background: #F8D7DA;
    padding: 10px 20px 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.form-group {
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
    .catalog-filter {
        z-index: 991;
    }
}

.btn-primary.btn-primary--modal {
    background: #8dc332 !important;
    display: block;
    text-align: center;
}

.btn-primary.btn-primary--modal:hover {
    opacity: .7;
}

.btn-primary.btn-primary--modal:active, .btn-primary.btn-primary--modal:focus {
    opacity: 1;
    background: #6a991c !important;
}

.english-only:before {
    content: "English only";
    position: absolute;
    top: -8px;
    left: 0;
}
