.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.customer_customer_group_box {
    display: flex;
}

.customer_customer_group_box .simple-label-text:after {
    display: none;
}

.customer_customer_group_box .simple-label-text {
    padding: 0 10px 8px 10px;
    font-size: 16px;
}
.cart_total_title span,
.simple-label-text span {
    font-size: 12px;
    color: #999;
}
.list_history {
	margin-top:35px;
}
.customer_customer_group_box .simple-label-text:before {
    width: 100%;
    border-radius: 0 !important;
    height: 1px;
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
}

.simple-content .customer_customer_group_box label input[type=radio]:checked+.simple-label-text:before {
    border-width: 2px;
}

.title_miny_cart {
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 30px;
    display: block;
}

.cart_total_title {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.header__menu {
    background: #000;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.6;
    padding-top: 5px;
    padding-bottom: 5px
}

.header__menu a {
    color: #fff
}

.header__menu a:hover {
    color: #3a854b
}

.section {
    margin-bottom: 64px
}

.section-slider {
    margin-bottom: 0
}

@media (min-width: 992px) {
    .footer__container,.header__menu,.section {
        margin-left:-20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 1200px) {
    .footer__container,.header__menu,.section {
        margin-left:-35px;
        margin-right: -35px;
        padding-left: 35px;
        padding-right: 35px
    }
}

.header-menu__container {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-menu__item {
    display: inline-block;
    margin: 0 30px 0 0
}

.header-menu__item:last-child {
    margin: 0
}

.header__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 16px
}

.header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header__telephone {
    font-size: 18px;
    font-weight: 600
}

.header__recall {
    color: #3a854b;
    text-decoration: underline
}

.header__recall:active,.header__recall:focus,.header__recall:hover {
    text-decoration: underline
}

.header__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: -15px;
    margin-right: -5px
}

.status__link {
    padding: 0 16.5px;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    text-align: center
}

.status__count {
    position: absolute;
    top: -1px;
    right: -5px;
    font-size: 10px;
    height: 17px;
    min-width: 17px;
    line-height: 15px;
    text-align: center;
    padding: 1px 2px;
    border-radius: 8.5px;
    background: #3a854b;
    font-weight: 500;
    color: #fff
}

.status__count_mobile {
    margin: 0 0 0 5px;
    top: 1px;
    right: 2px;
    display: block;
    position: absolute;
    font-size: 8px;
    height: 14px;
    min-width: 14px;
    line-height: 12px;
    text-align: center;
    padding: 1px 2px;
    border-radius: 7px;
    background: #3a854b;
    font-weight: 500;
    color: #fff
}

.status__image {
    display: block;
    position: relative;
    height: 30px;
    width: 30px;
    margin: 0 auto 5px
}

.status__image_wishlist {
    background: url(../image/icon-bookmark.svg) no-repeat center center transparent
}

.status__image_cart {
    background: url(../image/icon-cart.svg) no-repeat center center transparent
}

.status__image_user {
    background: url(../image/icon-user.svg) no-repeat center center transparent
}

.status__label {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    color: #000
}

.status__link:hover .status__label {
    color: #3a854b
}

.status__price {
    font-size: 12px;
    font-weight: 700
}

.status-price__text {
    padding: 0 0 0 15px
}

.header-statusmobile__content {
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-statusmobile__link {
    margin: 0 30px 0 0
}

.header-statusmobile__link:last-child {
    margin: 0
}

.header__catalog {
    background: #f5f5f5;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 30px
}

.header-catalog__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.header-catalog__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 18px 10px 22px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33333333;
    color: #000
}

.hkl_has_sub:after {
    content: '';
    display: block;
    margin-left: 14px;
    width: 10px;
    height: 5px;
    background: url(../image/icon-caret.svg) 50% 50% no-repeat;
    margin-top: 4px
}

.header-catalog__item {
    position: relative
}

.header-catalog__item:hover .header-catalog__link {
    color: #3a854b
}

.header-catalog__sub {
    left: -30px;
    position: absolute;
    top: 100%;
    margin-top: 0;
    border-top: 1px solid #fff
}

.header-catalog-sub__container {
    padding: 12px 25px 27px;
    width: 680px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 100000!important;
    -webkit-transition-property: opacity,visibility;
    -o-transition-property: opacity,visibility;
    transition-property: opacity,visibility;
    -webkit-transition-duration: .3s,.3s;
    -o-transition-duration: .3s,.3s;
    transition-duration: .3s,.3s;
    -webkit-transition-delay: .1s,.1s;
    -o-transition-delay: .1s,.1s;
    transition-delay: .1s,.1s;
    background: #f5f5f5
}

.header-catalog__item:not(.hkl-close):hover .header-catalog-sub__container {
    opacity: 1;
    visibility: visible
}

.header-catalog-sub__content:last-child {
    padding: 0
}

.header-catalog-sub__item:last-child {
    margin: 0
}

.header-catalog-sub__link {
    padding: 9px 23px 8px;
    display: block
}

.header-search__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #929292
}

.header-search__input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 33px);
    flex: 0 0 calc(100% - 33px);
    height: 46px;
    border: none!important;
    outline: 0!important;
    border-radius: 0!important;
    padding-left: 6px;
    padding-right: 6px;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-search__button {
    height: 46px;
    width: 33px;
    background: url(../image/icon-search.svg) no-repeat center center;
    cursor: pointer
}

.header-search__button_2 {
    height: 46px;
    width: 33px
}

.header__mob {
    padding-top: 15px;
    background: #000;
    color: #fff
}

.header__mob a {
    color: #fff
}

.header__mob-row1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px
}

.header__mob-logo .img-responsive {
    max-width: 137px
}

@media (min-width: 768px) {
    .header__mob-logo .img-responsive {
        max-width:213px
    }
}

.header__mob-addr {
    font-weight: 300;
    font-size: 13px;
    line-height: 1.23076923;
    text-align: right;
    color: #fff
}

@media (min-width: 768px) {
    .header__mob-addr {
        font-size:16px
    }
}

@media all and (max-width: 374px) {
    .header__mob-addr {
        font-size:12px
    }
}

.header__mob-row2 {
    margin-bottom: 7px
}

.header__mob-row3 {
    padding-top: 7px;
    padding-bottom: 7px
}

.header-menumob__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 -15px;
    overflow-y: hidden;
    padding: 0 15px 0 0
}

.header-menumob__item {
    white-space: nowrap;
    display: block;
    padding-left: 15px
}

.header-menumob__link {
    display: block;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    padding: 7px 0
}

.header__mobile {
    background: #000;
    border-bottom: 1px solid #000;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999
}

.header-mobile__container {
    height: 55px;
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-mobile__button {
    margin: 0;
    height: 35px;
    width: 35px;
    display: block;
    cursor: pointer;
    background: 50% 50% no-repeat transparent;
    position: relative
}

.header-mobile__button_home {
    background-image: url(../image/mob-home.svg)
}

.header-mobile__button_menu {
    background-image: url(../image/mob-catalog.svg)
}

.header-mobile__button_user {
    background-image: url(../image/mob-user.svg)
}

.header-mobile__button_bookmark {
    background-image: url(../image/mob-bookmark.svg)
}

.header-mobile__button_cart {
    background-image: url(../image/mob-cart.svg)
}

.header__menumobile {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    background: #fff;
    z-index: 10099;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 15px 80px
}

.header__menumobile-footer {
    position: fixed;
    left: 15px;
    right: 15px;
    bottom: 18px
}

.header__menumobile-footer .button {
    display: block;
    width: 100%
}

.header-menumobile__title {
    position: relative;
    text-align: center;
    margin-bottom: 5px
}

.hmm-close {
    text-align: left;
    text-indent: -9999px;
    width: 35px;
    height: 35px;
    position: absolute;
    right: -10px;
    top: -12.5px;
    background: url(../image/icon-close.svg) 50% 50% no-repeat;
    background-size: 15px 15px
}

.hmm-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.09090909;
    color: #000
}

.header-menumobile__heading:after,.header-menumobile__heading:before {
    top: 50%!important
}

.header-menumobile__menu {
    position: relative;
    margin-left: -15px;
    margin-right: -15px
}

.header-menumobile__nav {
    margin-bottom: 0
}

.hmm-radio {
    position: absolute;
    left: 100%
}

.header-menumobile__link {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.33;
    color: #000
}

.header-menumobile__item .header-menumobile__link {
    margin-bottom: 0;
    display: block;
    padding: 15px;
    border-bottom: 1px solid #eee
}

.header-menumobile__item input[type=radio]+.header-menumobile__link {
    padding-right: 40px
}

.header-menumobile__item input[type=radio]+.header-menumobile__link:after,.header-menumobile__item input[type=radio]+.header-menumobile__link:before {
    left: auto;
    right: 25px;
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    transform: translate(50%,-50%)
}

.header-menumobile__item input[type=radio]+.header-menumobile__link:before {
    height: 20px;
    width: 20px
}

.header-menumobile__item input[type=radio]+.header-menumobile__link:after {
    height: 12px;
    width: 12px
}

.header-menumobile__subnav {
    display: none
}

.header-menumobile__subnav .header-menumobile__link {
    padding-left: 30px
}

.header-menumobile__subnav .header-menumobile__subnav .header-menumobile__link {
    padding-left: 45px
}

.header-menumobile__subnav .header-menumobile__subnav .header-menumobile__subnav .header-menumobile__link {
    padding-left: 60px
}

.header-menumobile__subnav .header-menumobile__subnav .header-menumobile__subnav .header-menumobile__subnav .header-menumobile__link {
    padding-left: 75px
}

.header-menumobile__subnav .header-menumobile__subnav .header-menumobile__subnav .header-menumobile__subnav .header-menumobile__subnav .header-menumobile__link {
    padding-left: 90px
}

.header-menumobile__subnav .header-menumobile__subnav .header-menumobile__subnav .header-menumobile__subnav .header-menumobile__subnav .header-menumobile__subnav .header-menumobile__link {
    padding-left: 105px
}

.footer__container {
    padding: 65px 0;
    line-height: 1.333;
    background: #000;
    color: #fff
}

.footer__container a {
    color: #fff
}

.footer__container a:hover {
    color: #3a854b
}

.footer__row-1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px
}

.footer__left {
    margin-right: auto
}

.footer__address,.footer__phones {
    margin-bottom: 25px
}

.footer__heading {
    margin: 0 0 20px 0;
    font-weight: 700
}

.footer-menu__item {
    margin: 0 0 16px
}

.footer-menu__item:last-child {
    margin: 0
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-social__item {
    margin: 0 30px 0 0;
    background: no-repeat center center #000;
    height: 42px;
    width: 42px;
    cursor: pointer
}

.footer-social__item_1 {
    background-image: url(../image/icon-vk.svg)
}

.footer-social__item_1:hover {
    background-image: url(../image/icon-vk-active.svg)
}

.footer-social__item_2 {
    background-image: url(../image/icon-facebook.svg)
}

.footer-social__item_2:hover {
    background-image: url(../image/icon-facebook-active.svg)
}

.footer-social__item_3 {
    background-image: url(../image/icon-telegram.svg)
}

.footer-social__item_3:hover {
    background-image: url(../image/icon-telegram-active.svg)
}

#content.home {
    padding: 0
}

.home__product {
    margin: 0 0 50px
}

@media (max-width: 991px) {
    .home__module {
        margin:0 0 30px
    }
}

@media (max-width: 450px) {
    .home__module {
        margin:0 0 20px
    }
}

@media (max-width: 1199px) {
    .slideshow__nav_prev {
        left:40px
    }

    .slideshow__nav_next {
        right: 40px
    }
}

.category-menu__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 20px 0
}

.category-menu__button {
    width: 48%
}

.category-menu__container {
    margin-bottom: 30px;
    border: 1px solid #d3d3d3
}

.category__banner {
    margin-bottom: 30px
}

.category__sub {
    margin-bottom: 50px
}

.category-menu-image__item {
    margin-bottom: 30px;
    text-align: center
}

.category-menu-image__img {
    margin-bottom: 20px
}

.category-menu-image__title {
    display: block
}

.category-menu-image__item:hover .category-menu-image__title,.goods__scan-link a {
    color: #3a854b
}

.category__sort {
    margin: 0 0 30px
}

.category__sort .selectboxit-arrow-container {
    width: 30px;
    position: relative;
    margin: 0 0 0 5px
}

.sort__item {
    display: inline-block;
    line-height: 35px;
    margin-right: 20px
}

.category__info {
    display: block
}

.category-sort__select,.category-sort__select:active,.category-sort__select:focus,.selectboxit-container:hover .category-sort__select.selectboxit-btn {
    border-color: transparent
}

.cat_item-wrap {
    padding-top: 39px;
    padding-bottom: 42px;
    margin-bottom: 39px
}

.col-goods-gallery {
    max-width: 35.39130435%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35.39130435%;
    flex: 0 0 35.39130435%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.col-goods-cart {
    max-width: 27.47826087%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.47826087%;
    flex: 0 0 27.47826087%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 15px;
    line-height: 1.13333333;
    text-align: center
}

.col-goods-info {
    max-width: 37.13043478%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.13043478%;
    flex: 0 0 37.13043478%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.unit__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.goods__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 78%;
    padding-right: 5.30503979%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.goods__images {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
    padding-right: 6.63129973%;
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.unit__gallery-item {
    width: 100%;
    position: relative;
    padding-bottom: 150%;
    overflow: hidden
}

.unit__gallery-item .thumbnail_js {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute
}

.unit__gallery-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.unit__gallery-hidden img {
    display: none
}

.unit__gallery-landscape,.unit__gallery-square {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.unit__gallery-landscape .goods__image,.unit__gallery-landscape .goods__images,.unit__gallery-square .goods__image,.unit__gallery-square .goods__images {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    padding-right: 0;
    padding-right: 5.30503979%;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.unit__gallery-landscape .goods__images,.unit__gallery-square .goods__images {
    margin-top: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.unit__gallery-landscape .unit__gallery-item,.unit__gallery-square .unit__gallery-item {
    max-width: calc(25% - 18px);
    width: calc(25% - 18px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 18px);
    flex: 0 0 calc(25% - 18px);
    padding-bottom: calc(25% - 18px)
}

.unit__gallery-landscape .unit__gallery-item {
    padding-bottom: calc(17.6666667% - 13px)
}

.thumb-more {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: rgba(0,0,0,.5)
}

a.thumbnail_js:hover .thumb-more {
    opacity: 1
}

.thumb-more-lastmobile .thumb-more {
    display: none
}

@media (max-width: 1199px) {
    .unit__gallery-landscape .goods__image,.unit__gallery-landscape .goods__images,.unit__gallery-square .goods__image,.unit__gallery-square .goods__images {
        padding-right:0
    }

    .unit__gallery-landscape .goods__images,.unit__gallery-square .goods__images {
        padding-left: 0
    }

    .unit__gallery-landscape .unit__gallery-item,.unit__gallery-square .unit__gallery-item {
        max-width: calc(33.333333333% - 16px);
        width: calc(33.333333333% - 16px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333333333% - 16px);
        flex: 0 0 calc(33.333333333% - 16px);
        padding-bottom: calc(33.333333333% - 16px)
    }

    .unit__gallery-landscape .thumb-more-lastdesktop,.unit__gallery-square .thumb-more-lastdesktop {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0
    }

    .unit__gallery-landscape .thumb-more-lastdesktop img,.unit__gallery-square .thumb-more-lastdesktop img {
        display: none
    }

    .unit__gallery-landscape .thumb-more,.unit__gallery-square .thumb-more {
        font-size: 26px
    }

    .unit__gallery-landscape .thumb-more-lastmobile .thumb-more,.unit__gallery-square .thumb-more-lastmobile .thumb-more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .unit__gallery-landscape .unit__gallery-item {
        padding-bottom: calc(23.5555555532% - 12px)
    }
}

.goods__cart-wrapper {
    background: #1f1f1f;
    margin-bottom: 19px;
    padding: 47px 42px 48px
}

.goods__scan-other {
    margin-bottom: 25px
}

.goods__scan-other .button {
    font-weight: 400;
    min-width: 171px;
    padding-left: 15px;
    padding-right: 15px
}

@media screen and (max-width: 1199px) {
    .goods__scan-other .button {
        min-width:158px
    }
}

@media screen and (max-width: 991px) {
    .goods__scan-other .button {
        font-size:12px;
        min-width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 8px;
        padding-right: 8px
    }
}

.goods-buttons__button {
    display: block
}

.goods-buttons__item+.goods-buttons__item {
    margin-top: 24px
}

.goods__description {
    margin-bottom: 30px
}

.information__container {
    margin-bottom: 34px
}

.information__container a {
    color: #3a854b
}

.information__container a:hover {
    text-decoration: underline
}

.goods__title {
    margin-bottom: 56px;
    font-size: 36px;
    line-height: 111%
}

.goods__property {
    display: table;
    width: 100%;
    font-size: 16px;
    line-height: 1.5
}

.goods__property a {
    color: #3a854b
}

.goods__property a:hover {
    text-decoration: underline
}

.property__item {
    display: table-row
}

.property__title {
    padding-bottom: 8px;
    display: table-cell;
    font-weight: 300
}

.property__title+.property__descr {
    padding-left: 15px;
    width: 60%
}

.property__descr {
    padding-bottom: 8px;
    display: table-cell
}

.stock__container {
    font-size: 13px;
    line-height: 1.23076923;
    margin-bottom: 20px
}

.stock_in {
    color: #54ac24
}

.stock_out {
    color: #ea0b0c
}

.goods__price {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.22222222;
    margin-bottom: 17px
}

.goods-price__item_old {
    font-size: 70%;
    margin-left: 15px;
    text-decoration: line-through
}

.goods-buttons__button_wishlist {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    line-height: 17px;
    padding: 3px 0 3px 29px;
    display: inline-block;
    background: url(../image/prod-fav.svg) no-repeat left center transparent;
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}


.goods-buttons__button_wishlist.active,.goods-buttons__button_wishlist:active {
    background-image: url(../image/prod-fav-active.svg)
}
@media (min-width: 768px) {
	.goods-buttons__button_wishlist:focus,
	.goods-buttons__button_wishlist:hover {
		color: #3a854b;
		background-image: url(../image/prod-fav-active.svg)
	}
}
.tabs-wrap {
    margin-bottom: 18px;
    padding-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: auto
}

.tabs,.tabs-list {
    border-bottom: 2px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap
}

.tabs-link,.tabs__link {
    border-bottom: 4px solid transparent;
    margin-bottom: -2px;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    font-size: 18px;
    line-height: 1.33333333;
    padding: 8px 0;
    display: block;
    color: #000
}

.tabs-link+.tabs-link {
    margin-left: 60px
}

.tabs__link+.tabs__link {
    margin-left: 60px
}

.tabs-link.active,.tabs-link:hover,.tabs__link.active,.tabs__link:hover {
    border-bottom-color: #000;
    color: #000
}

@media (max-width: 991px) {
    .tabs-link+.tabs-link {
        margin-left:40px
    }

    .tabs__link+.tabs__link {
        margin-left: 40px
    }
}

@media (max-width: 767px) {
    .tabs-wrap {
        margin-left:-15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px
    }

    .tabs-link,.tabs__link {
        font-size: 14px;
        line-height: 1.21428571;
        padding: 5px
    }

    .tabs-link+.tabs-link {
        margin-left: 10px
    }

    .tabs__link+.tabs__link {
        margin-left: 10px
    }
}

.goods__attribute {
    width: 100%
}

.goods-attribute__str:nth-of-type(odd) {
    background-color: #f1f1f1
}

.goods-attribute__row {
    padding: 10px;
    border: 1px solid #d3d3d3
}

.goods-attribute__heading {
    text-align: right;
    font-weight: 700;
    width: 30%
}

.goods-download__item {
    margin: 0 0 15px
}

.goods-download__item:last-child {
    margin: 0
}

.goods-desc__container {
    border-top: 1px solid #d3d3d3
}

.goods-desc__container:last-child {
    border-bottom: 1px solid #d3d3d3
}

.goods-desc__title {
    position: relative;
    padding: 20px 30px 20px 0;
    font-weight: 700;
    cursor: pointer
}

.goods-desc__title:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    top: 21px;
    right: 2px;
    margin: auto;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.goods-desc__title_active:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.goods-desc__title_active+.goods-desc__content {
    max-height: 1200px;
    -webkit-transition: max-height .5s ease-in-out;
    -o-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
    margin: 0 0 20px
}

.goods-desc__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .1s ease-out;
    -o-transition: max-height .1s ease-out;
    transition: max-height .1s ease-out
}

.goods__module {
    margin: 0 0 50px
}

.goods__module:last-child {
    margin: 0
}

@media (max-width: 991px) {
    .goods__module {
        margin:0 0 40px
    }

    #content {
        padding-top: 25px;
        padding-bottom: 25px
    }

    #content.home {
        padding-top: 0
    }
}

@media (max-width: 767px) {
    .goods__module {
        margin:0 0 30px
    }
}

@media (max-width: 991px) {
    .header-search__container {
        border:0
    }

    .header__menumobile .header-search__container {
        margin-bottom: 35px
    }

    .header-search__input {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        height: 36px;
        padding: 5px 12px 5px 39px
    }

    .header-search__button {
        width: 33px;
        height: 36px;
        background-color: #fff;
        position: absolute;
        z-index: 10;
        top: 0;
        left: 5px;
        background-size: 13px 14px
    }

    .header__menumobile .header-search__button,.header__menumobile .header-search__input {
        background-color: #f5f5f5
    }
}

@media (max-width: 767px) {
    .footer__container {
        padding-top:34px;
        padding-bottom: 83px;
        font-size: 17px
    }

    .footer-logo {
        max-width: 165px;
        margin-bottom: 17px
    }

    .footer__row-1 {
        margin-bottom: 0
    }

    .footer__row-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .footer__row-2 .footer__right {
        margin-bottom: 13px
    }

    .footer-menu__item,.footer-menu__item:last-child {
        margin-bottom: 12px
    }

    .footer__item_5 .footer-menu__item:last-child {
        margin-top: 25px
    }

    .footer__phones .col-xs-12+.col-xs-12 {
        margin-top: 7px
    }

    .footer-social__item {
        width: 22px;
        height: 22px;
        background-size: contain;
        margin-right: 20px
    }
}

.rouble_sign {
    background: url(../image/rub-ico.svg) 50% 50% no-repeat;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    height: .75em;
    width: .625em;
    margin: -.2em 0 -.2em .3em;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.rouble_sign-black {
    background-image: url(../image/rub-ico-black.svg)
}

.rouble_sign-b-black,b .rouble_sign-black {
    background-image: url(../image/rub-ico-b-black.svg)
}

.rouble_sign-b-white {
    background-image: url(../image/rub-ico-b-white.svg)
}

.rouble_sign-similar {
    background-size: .625em .75em;
    margin-top: -.3em;
    margin-bottom: -.1em
}

.units__container {
    margin: 0 auto 33px;
    position: relative
}
.container_top_product {
    display: flex;
}
.unit__container_top_product {
    width: calc(100% / 4);
    margin: 0 20px;
}
.unit__container_top_product.new{
width: calc(100% / 6);
}
.slideshow_list {
    overflow: hidden;
}
.units__container .row {
    margin-left: -12px;
    margin-right: -12px
}

.units__container .col-xs-6 {
    padding-right: 12px;
    padding-left: 12px
}

.units__container-news {
    margin-bottom: 34px
}

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

.news__container_list {
    margin-bottom: 26px
}

.news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.news__item .information__content {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 32px
}

.news__image {
    max-width: 261px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 261px;
    flex: 0 0 261px;
    display: block;
    margin-right: 25px
}

.news__image .img-responsive {
    width: 100%;
    height: auto
}

.news__description-wrp {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.news__title {
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #000
}

.news__date {
    font-size: 16px;
    line-height: 24px;
    color: #929292
}

.pagination-wrp {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	padding: 0 15px;
    margin-bottom: 15px
}

.pagination-first,.pagination-last {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .627px;
}

.pagination-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
    grid-gap: 10px;
}
.pagination-links li {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: .3s;
}
li.pagination_clear {
    background: none !important;
}
.pagination-links li:hover a {
	 color: #3a854b;
}
.pagination {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .627px;
}
.pagination-links li a {
	color:#000
}
.pagination-links li.active > * {
    color: #3a854b;
}
.pagination.current {
    color: #3a854b
}

.pagination.prev {
    position: relative
}


.pagination.next {
    position: relative
}

@media (max-width: 767px) {
	.pagination-links {
		justify-content: center;
		width: 100%;
	}
	.pagination-links li.data_prev {
		margin-right: auto;
	}
	.pagination-links li.data_next {
		margin-left: auto;
	}
	li.m-hidden {
		display: none;
	}
}
.block-image-center {
    padding: 68px 15px 0;
    margin: 0 auto 44px;
    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;
    max-width: 470px
}

.block-image-center.cat-block {
    max-width: 475px
}

.block-image-center.cat-block .block-image {
    width: 128px;
    height: 128px
}

.block-image-center.cat-block .block-title {
    max-width: 400px
}

.block-image-center.gray-block .block-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: #959595
}

.block-image-center .block-image {
    margin-bottom: 19px
}

.block-image-center .block-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: #000
}

.block-image-center .block-text {
    font-size: 18px;
    line-height: 24px;
    color: #959595;
    text-align: center;
    margin: 23px auto 20px
}

.block-image-center a:not(.button) {
    color: #3a854b;
    text-decoration: none
}

.block-image-center a:not(.button):hover {
    text-decoration: underline
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .8;
    height: 100%;
    z-index: 2000
}

.modal-window-wrp {
    position: fixed;
    top: calc(50% - 200px);
    left: calc(50% - 370px);
    max-width: 755px;
    width: 100%;
    padding: 0 15px;
    z-index: 2001
}

.modal-inner {
    background-color: #fff;
    width: 100%;
    position: relative;
    padding: 51px 15px 30px
}

.modal-inner .buttons {
    margin: 16px 0 30px
}

.modal-inner .buttons.btn-login {
    width: 161px;
    margin: 16px auto 10px
}

.modal-inner .buttons.btn-login .button {
    width: 100%
}

.modal-inner input[type=checkbox]+label:before {
    top: 9px;
    left: 18px;
    height: 16px;
    width: 16px;
    border-radius: 3px
}

.modal-inner input[type=checkbox]:checked+label:after {
    height: 6px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 1px solid #3a854b;
    border-right: 1px solid #3a854b;
    border-left: none;
    top: 6px;
    left: 13px;
    width: 10px
}

.modal-window-back {
    position: absolute;
    top: 50px;
    left: 35px
}

.modal-window-close {
    position: absolute;
    top: 30px;
    right: 30px
}

.modal-window-title {
    font-weight: 500;
    font-size: 25px;
    line-height: 24px;
    text-align: center;
    color: #000;
    margin-bottom: 32px
}

.input-label {
    text-align: center;
    font-size: 17px;
    line-height: 24px;
    color: #000;
    font-weight: 400
}

.form-input {
    border: none;
    border-bottom: 1px solid #c4c4c4;
    max-width: 548px;
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.form-text-reg {
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    color: #c4c4c4;
    font-weight: 400;
    margin-bottom: 25px
}

.register__agree {
    max-width: 605px;
    margin: 0 auto
}

.register__agree label {
    font-weight: 400
}

.agree-text {
    font-size: 12px;
    line-height: 16px;
    color: #a1a1a1
}

.register__agree .agree-text {
    color: #a1a1a1!important
}

.login__forgotten {
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 30px;
	margin-top: 30px;
}
.button_login input,
.button_login a {
	font-size: 18px;
}
.login__forgotten a {
    color: #3a854b;
}
.radio label {
	margin:0;
}
.radio + .radio {
    margin-top: 20px;
}
.customer_customer_group_box .radio + .radio {
    margin-top: 0;
}
.lk_box_adress,
.form-group, .form__item,
.simpleregister-block-content .form-group {
    max-width: 357px;
}
.box-sub .form__item {
    max-width: 100%;
}
#agreement_checkbox {
    display: block;
    margin-bottom: 20px;
}
.lk_box {
	margin-top:35px
}
.inverse-color-block {
    padding-top: 74px;
    padding-bottom: 72px;
    background-color: #000
}

.inverse-color-block .unit__content {
    background-color: #000
}

.inverse-color-block .unit__content .unit__link {
    color: #fff
}

.inverse-color-block .unit__content .unit__link:focus,.inverse-color-block .unit__content .unit__link:hover {
    color: #3a854b
}

.inverse-color-block,.inverse-color-block .h1,.inverse-color-block h1,.inverse-color-block p {
    color: #fff
}

.inverse-color-block .button {
    background-color: #fff;
    color: #000
}

.inverse-color-block .button:active,.inverse-color-block .button:focus,.inverse-color-block .button:hover,.inverse-color-block a.button:active,.inverse-color-block a.button:focus,.inverse-color-block a.button:hover,.inverse-color-block input.button:active,.inverse-color-block input.button:focus,.inverse-color-block input.button:hover {
    background: #aaa;
    border-color: #aaa;
    color: #000
}

.slider-items-block {
    position: relative;
    margin-bottom: 50px;
    overflow-x: hidden
}

.slider-items-block .units__container .owl-stage-outer .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slider-items-block .page-title {
    position: relative;
    margin-bottom: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slider-items-block .page-title .h1 {
    margin-bottom: 0
}

.lk-history-name .h1 a,.lk-history-name .h2 a,.lk-history-name .h3 a,.lk-history-name .h4 a,.lk-history-name h1 a,.lk-history-name h2 a,.lk-history-name h3 a,.lk-history-name h4 a,.page-subtitle .h1 a,.page-subtitle .h2 a,.page-subtitle .h3 a,.page-subtitle .h4 a,.page-subtitle h1 a,.page-subtitle h2 a,.page-subtitle h3 a,.page-subtitle h4 a,.page-title .h1 a,.page-title .h2 a,.page-title .h3 a,.page-title .h4 a,.page-title h1 a,.page-title h2 a,.page-title h3 a,.page-title h4 a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.lk-history-name .h1 a:hover,.lk-history-name .h2 a:hover,.lk-history-name .h3 a:hover,.lk-history-name .h4 a:hover,.lk-history-name h1 a:hover,.lk-history-name h2 a:hover,.lk-history-name h3 a:hover,.lk-history-name h4 a:hover,.page-subtitle .h1 a:hover,.page-subtitle .h2 a:hover,.page-subtitle .h3 a:hover,.page-subtitle .h4 a:hover,.page-subtitle h1 a:hover,.page-subtitle h2 a:hover,.page-subtitle h3 a:hover,.page-subtitle h4 a:hover,.page-title .h1 a:hover,.page-title .h2 a:hover,.page-title .h3 a:hover,.page-title .h4 a:hover,.page-title h1 a:hover,.page-title h2 a:hover,.page-title h3 a:hover,.page-title h4 a:hover {
    color: #3a854b;
    text-decoration: none
}

.slideshow_list .owl-stage-outer {
    overflow: visible
}

.slideshow_list .owl-stage:after {
    content: ''
}

.slideshow_list .owl-item {
    min-height: 0;
    float: none
}

.slideshow_list .owl-nav {
    position: absolute;
    top: -74px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slideshow_list .owl-nav .disabled {
    visibility: hidden
}

@media (max-width: 991px) {
    .slideshow_list .owl-nav {
        top:-61px
    }
}

@media (max-width: 767px) {
    .slideshow_list .owl-nav {
        display:none
    }
}

.slideshow_list .owl-dots {
    display: none
}

@media (max-width: 767px) {
    .slideshow_list .owl-dots {
        margin-left:-15px;
        margin-right: -15px!important;
        padding-left: 15px;
        padding-right: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-top: 6px;
        border-bottom: 2px solid #e9e9e9
    }

    .slideshow_list .owl-dots .owl-dot {
        max-width: 100%;
        width: auto;
        height: 4px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 0 -2px
    }

    .slideshow_list .owl-dots .owl-dot span {
        border-radius: 0;
        width: 100%!important;
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 4px!important;
        background: 0 0
    }

    .slideshow_list .owl-dots .owl-dot:hover span {
        background: #3a854b
    }

    .slideshow_list .owl-dots .owl-dot.active span {
        background: #000
    }
}

.slideshow__next_1_js,.slideshow__prev_1_js {
    position: relative;
    width: 70px;
    height: 17px;
    cursor: pointer;
    text-align: left;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0
}

.slideshow__next_1_js:before,.slideshow__prev_1_js:before {
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 70px;
    height: 17px;
    background: url(../image/arrow-left.svg) 0 0 no-repeat transparent
}

.slideshow__next_1_js {
    margin-left: 25px
}

.slideshow__next_1_js:before {
    background: url(../image/arrow-right.svg) 0 0 no-repeat transparent
}

.text-center {
    text-align: center
}

.text-brand {
    color: #3a854b;
    text-decoration: none
}

.text-brand:hover {
    text-decoration: underline
}

.text-muted {
    color: #5f5f5f
}

@media (max-width: 767px) {
    .news__container_list {
        margin-bottom:24px
    }

    .units__container-news {
        margin-bottom: 12px
    }

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

    .news__item .information__content {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px
    }

    .news__image {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .news__description-wrp {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .news__title {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px
    }

    .news__date {
        font-size: 16px;
        line-height: 20px
    }

    .modal-window-wrp {
        left: auto
    }

    .slider-items-block {
        margin-bottom: 45px
    }

    .slider-items-block .slideshow_list {
        margin-right: -40px;
        width: auto
    }

    .slider-items-block .owl-dots {
        margin-right: 25px!important
    }

    .slider-items-block .block-header .right {
        display: none
    }

    .slider-items-block .page-title {
        margin-bottom: 15px
    }
}

@media (max-width: 575px) {
    .pagination-first,.pagination-last {
        display:none
    }

    .pagination-wrp {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .modal-window-wrp {
        height: 450px;
        overflow-y: scroll
    }

    .modal-window-wrp .modal-inner .modal-window-close {
        position: absolute;
        top: 15px;
        right: 15px
    }

    .modal-window-back {
        top: 15px;
        left: 15px
    }
}

.w-350 {
    max-width: 350px!important
}

.lk {
    margin-bottom: 60px;
	flex-flow: column;
	margin-top: 20px;
}

.lk-history-title {
    margin-bottom: 6px
}

.lk-history-title .h1,.lk-history-title .h2,.lk-history-title .h3,.lk-history-title h1,.lk-history-title h2,.lk-history-title h3 {
    margin-bottom: 16px
}

.lk-history-name {
    margin-bottom: 24px
}

.lk-hisrory-summary {
    margin-top: 6px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ededed;
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    padding: 13px 25px 11px
}

.lk-history-status {
    color: #5f5f5f;
    padding: 10px 15px
}

.lk-history-sum {
    color: #000;
    padding: 10px 15px;
    white-space: nowrap
}

.lk-history-list {
    margin-bottom: 6px
}

.lk-history-list .units__container {
    margin-bottom: 0
}

.lk-form {
    margin-top: 33px
}

@media (max-width: 767px) {
    .lk-form {
        margin-top:0
    }

    .lk {
        margin-bottom: 40px
    }

    .form__subheader {
        margin-bottom: 18px
    }

    .form-group,.form__item {
        margin-bottom: 24px
    }

    .form-subform {
        margin-bottom: 16px
    }

    .control-label,.form__label,.from__label,label {
        font-size: 16px;
        margin-bottom: 2px
    }

    .form-control,.form__input,.form__textarea,input,textarea {
        height: 32px;
        padding: 7px 0 5px
    }

    .form-control-textarea,.form__textarea,textarea,textarea.form-control {
        padding: 7px 11px 14px;
        border: 1px solid #a1a1a1;
        height: 132px;
        font-size: 14px;
        line-height: 1.29
    }
}

.col-contacts {
    margin-bottom: 15px
}

.contacts-map {
    height: 400px;
    width: 100%;
    margin-top: 19px;
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .contacts-map {
        height:320px;
        max-height: 80%
    }
}

.row-cart {
    margin-bottom: 40px
}

.simplecheckout-cart thead {
    display: none
}

.simplecheckout-cart td {
    vertical-align: top;
    padding-bottom: 20px
}

.simplecheckout-cart .image {
    width: 164px;
    padding-right: 24px
}

.simplecheckout-cart .name,.simplecheckout-cart .quantity,.simplecheckout-cart .total {
    padding-right: 12px
}

.simplecheckout-cart .quantity {
    width: 13.38797814%
}

.simplecheckout-cart .total {
    width: 16.39344262%
}

.simplecheckout-cart .remove {
    width: 5.05464481%
}

.simplecheckout-cart .options,.simplecheckout-cart .total {
    color: #a1a1a1
}

.simplecheckout-cart .options-item {
    margin-bottom: 9px;
    display: block
}

.simplecheckout-cart .checkout-icon_remove {
    border: 0;
    display: block;
    width: 24px;
    height: 24px
}

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

.cart-name {
    color: #3a854b;
    margin-bottom: 9px;
    display: block
}

.control-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 70px
}

.control-quantity .button-icon {
    background-size: 12px 12px
}

.control-quantity .button-icon:hover {
    opacity: .6
}

.control-quantity .checkout-icon_minus {
    background-size: 10px 10px;
}
.control-quantity .checkout-icon_minus.off {
    opacity: .3;
	cursor: no-drop;
}
.control-quantity .checkout-input__quantity {
    font-weight: 700;
    font-size: 18px;
    padding: 0;
    height: 24px;
    border: 0;
    margin: 0;
    text-align: center
}

.cart-sum {
    background: #f5f5f5;
    padding: 20px
}

.cart-sum b {
    font-weight: 700
}

.simplecheckout-cart-total>span {
    display: block
}

.simplecheckout-cart-total .simplecheckout-cart-total-value {
    text-align: right
}

.simplecheckout-cart-total .form-control {
    background: 0 0
}

#total_total {
    margin-bottom: 13px
}
#total_coupon_m,
#total_sub_total_m,
#total_sub_total,
#total_weight {
    margin-bottom: 20px
}

#total_shipping {
    margin-bottom: 29px
}

#total_coupon {
    margin-bottom: 29px
}

#total_sub_total {
    font-size: 22px
}

@media screen and (min-width: 1200px) {
    .simplecheckout-cart .name {
        padding-right:40px
    }
}

@media screen and (max-width: 1240px) {
    .header__status {
        margin-left:0;
        margin-right: -10px
    }

    .status__link {
        padding: 0 10px
    }
}

@media screen and (min-width: 1200px) and (max-width:1240px) {
    .goods__cart-wrapper {
        padding-left:35px;
        padding-right: 35px
    }
}

@media screen and (max-width: 1199px) {
    .col-cart-table {
        margin-bottom:10px
    }

    .goods__cart-wrapper {
        padding: 30px 25px
    }

    .goods__image {
        padding-right: 0
    }

    .col-goods-gallery {
        max-width: 30%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%
    }

    .col-goods-cart {
        max-width: 30%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%
    }

    .col-goods-info {
        max-width: 40%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%
    }

    .cart-sum .button {
        display: block;
        width: 100%;
        max-width: 320px
    }

    #total_total_m {
        margin-bottom: 10px
    }

    #total_weight_m {
        margin-bottom: 20px
    }
	#total_shipping_m b {
		font-weight: normal;
	}
	#total_sub_total_m .simplecheckout-cart-total-value {
		font-weight: bold;
	}
    #total_shipping_m {
        margin-bottom: 20px
    }

    #total_coupon_m {
        margin-bottom: 30px
    }

    #total_sub_total_m {
        margin-bottom: 25px;
        font-size: 20px
    }
	#total_weight_m+ .total_r#total_sub_total_m {
		display: none;
	}
}

@media screen and (max-width: 991px) {
    .recommend_after_button {
        margin-top:24px
    }

    .goods__title {
        font-size: 28px
    }

    .information__container {
        font-size: 16px
    }

    .information__container .h3,.information__container h3 {
        font-size: 20px
    }

    .goods__property {
        font-size: 13px
    }

    .stock__container {
        font-size: 12px
    }

    .goods__price {
        font-size: 24px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .header-mobile__container {
        height:75px
    }

    .header-mobile__button {
        width: 35px;
        height: 35px;
        background-size: contain
    }

    .status__count_mobile {
        font-size: 10px;
        min-width: 16px;
        border-radius: 8px;
        top: -5px;
        right: -2px
    }

    .footer__container {
        padding-bottom: 105px
    }
}

@media screen and (max-width: 767px) {
    .simplecheckout-cart {
        display:block;
        font-size: 16px
    }
	.cart-sum .button {
        max-width:100%
    }
    .simplecheckout-cart .control-quantity .checkout-input__quantity {
        font-size: 16px
    }

    .simplecheckout-cart td {
        padding-bottom: 0
    }

    .simplecheckout-cart tbody {
        display: block
    }

    .simplecheckout-cart tbody tr {
        display: block;
        padding-left: 98px;
        position: relative;
        min-height: 122px;
        margin-bottom: 20px
    }

    .simplecheckout-cart tbody tr:after {
        content: '';
        display: table;
        clear: both
    }

    .simplecheckout-cart tbody td {
        display: block;
        float: left
    }

    .simplecheckout-cart .image {
        width: 80px;
        padding: 0;
        position: absolute;
        top: 5px;
        left: 0
    }
	.simplecheckout-cart .image + td {
		width:100%;
	}

    .simplecheckout-cart .name,.simplecheckout-cart .quantity,.simplecheckout-cart .total {
        padding-right: 0
    }

    .simplecheckout-cart .name {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .cart-name {
        margin-bottom: 15px
    }

    .simplecheckout-cart .options {
        display: none
    }

    .simplecheckout-cart .quantity {
        max-width: 60px;
        width: 60px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 16px
    }

    .control-quantity {
        width: 60px
    }

    .control-quantity .button-icon {
        padding: 10px 7px
    }

    .simplecheckout-cart .total {
        max-width: 100%;
        width: auto
    }

    .simplecheckout-cart .remove {
        float: right;
        width: auto
    }

    .col-cart-table {
        margin-bottom: 0
    }

    .row-cart {
        margin-bottom: 20px
    }

    .cart-sum {
        margin: -10px -15px -25px;
        padding: 18px 15px 20px;
        font-size: 16px
    }

    .breadcrumb__container {
        position: relative;
        margin-top: -14px;
        margin-bottom: 7px
    }

    .breadcrumb__item {
        font-size: 11px;
        line-height: 1.54545455
    }

    .breadcrumb__separator {
        height: 4px;
        width: 4px
    }

    .goods__title {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.11111111;
        margin-bottom: 20px
    }

    .cat_item-wrap {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .col-goods-cart,.col-goods-gallery,.col-goods-info {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .col-goods-gallery {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 24px
    }

    .col-goods-cart {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0
    }

    .col-goods-info {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-top: 0;
        margin-bottom: 20px
    }

    .unit__gallery {
        max-width: 425px;
        margin-left: auto;
        margin-right: auto;
    }

    .goods__image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
        max-width: 72%
    }

    .goods__images {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
        max-width: 28%;
        padding-right: 0;
        padding-left: 5.55%
    }

    .thumb-more-lastdesktop {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0
    }

    .thumb-more-lastdesktop img {
        display: none
    }

    .thumb-more {
        font-size: 26px
    }

    .thumb-more-lastmobile .thumb-more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .goods__scan-link {
        font-size: 12px;
        line-height: 142%;
		margin-top: 15px;
    }

    .goods__cart-wrapper {
        margin-left: -15px;
        margin-right: -15px;
        padding: 18px 15px 21px;
        color: #fff;
        background: #000
    }

    .goods__scan-other {
        margin-bottom: 21px
    }

    .stock__container {
        margin-bottom: 8px
    }

    .goods__price {
        margin-bottom: 13px;
        font-size: 24px;
        line-height: 1.20833333
    }

    .goods-buttons__item {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto
    }

    .goods-buttons__item+.goods-buttons__item {
        margin-top: 16px
    }

    .property__item {
        color: #121212
    }

    .information__container {
        margin-bottom: 24px
    }

    .information__container p {
        margin-bottom: 16px
    }

    .information__container .h1,.information__container .h2,.information__container h1,.information__container h2 {
        font-size: 18px;
        margin-bottom: 17px
    }

    .information__container .h3,.information__container h3 {
        font-size: 16px
    }

    .goods__description {
        margin-bottom: 10px
    }

    .mob-more-details:not(.more-active) p+p {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0
    }

    .more-button {
        position: relative;
        margin-top: -16px
    }

    .lk-hisrory-summary {
        font-size: 16px;
        padding: 8px 15px 7px
    }

    .lk-history-status {
        padding: 8px 10px
    }

    .lk-history-sum {
        padding: 8px 10px
    }
}

.fancybox__container {
    z-index: 10500;
    --fancybox-thumbs-border-radius: 0;
    --fancybox-thumbs-ratio: 0.75;
    --fancybox-thumbs-width: 67px;
    --fancybox-thumbs-height: 100px;
    --fancybox-accent-color: #3A854B;
    --fancybox-bg: rgba(0, 0, 0, 0.93)
}

.carousel__track {
    padding-left: 25px;
    padding-right: 25px
}

.fancybox__thumbs .carousel__slide {
    padding-left: 15px;
    padding-right: 15px
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-width: 2px
}

body:not(.is-using-mouse) .fancybox__container :focus {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.fancybox__button--close svg {
    width: 32px;
    height: 32px;
    color: transparent
}

.carousel__button.is-next svg,.carousel__button.is-prev svg {
    width: 17px;
    height: 40px
}

@media screen and (max-width: 767px) {
    .fancybox__button--close svg {
        width:21px;
        height: 21px
    }

    .carousel__button.is-next svg,.carousel__button.is-prev svg {
        display: none
    }
}

.fancybox__container {
    --fancybox-thumbs-ratio: 0.66833333
}

.fancybox__thumbs .carousel__slide {
    --fancybox-thumbs-width: 66.84px
}

.fcb-square {
    --fancybox-thumbs-ratio: 1
}

.fcb-square .fancybox__thumbs .carousel__slide {
    --fancybox-thumbs-width: 100px
}

.fcb-landscape {
    --fancybox-thumbs-ratio: 1.4150943
}

.fcb-landscape .fancybox__thumbs .carousel__slide {
    --fancybox-thumbs-width: 141.52px
}

.row-shipping_address_postcode {
    pointer-events: none;
}
.radio button {
    width: auto;
    margin: 10px 0;
}