@import "../fonts/Jost/stylesheet.css";

a {
    font-family: Jost, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    transition: all .3s ease;
}

*:focus-visible {
    outline: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Jost, sans-serif;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.alert {
    margin-top: 20px;
}

/* тут были стили для #top. теперь они в шапке */
.top-menu .l-catalog-menu:hover {
    /*background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.5);
    z-index: 2;*/
}

.catalog-btn {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4375;
    color: #fff;
    border-radius: 2px;
    background: #000;
    padding: 12px 30px;
    height: 48px;
    z-index: 2;
    min-width: 228px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease;
}

.catalog-btn span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.header__menu .header__menu-link.hover .catalog-btn {
    color: #fff;
    background: #C8A07A;
}

.header__menu .header__menu-link .catalog-btn .hovered-icon {
    display: none;
}

.header__menu .header__menu-link.hover .catalog-btn .pre-hovered-icon {
    display: none;
}

.header__menu .header__menu-link.hover .catalog-btn .hovered-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.catalog-btn:focus {
    background: #2D9CDB;
    color: white
}

ol, ul {
    margin-top: 0;
    margin-bottom: 0
}

a:focus {
    outline: none !important;
}

.backdrop {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 1
}

.parent_cat {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
}

.m-mega .container {
    width: 774px;
    padding-left: 0;
    padding-right: 0
}

.link-more {
    color: #000;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.m-account a, .m-favorite a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    flex-direction: column;
}

.m-favorite a span {
    margin-right: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-cart a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    flex-direction: column;
}

.m-cart a .cart-svg {
    margin-right: 10px
}

.ak_rotate_up {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 3px
}

.ak_rotate_down {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.ak_tel_svg {
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer
}

.d-wrap .d-item:not(:first-child) {
    margin-bottom: 14px;
}

#menu .ak_dropdown .callback:before {
    width: calc(100% + 30px);
}

.d-wrap .d-item:not(:first-child) .d-item-phone a:not(:last-child) {
    margin-bottom: 7px;
}

.d-wrap .d-item .d-item-text {
    margin-bottom: 8px
}

.d-wrap .d-item .d-item-text p {
    color: #909090;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
    margin-bottom: 4px;
}

.phone-top .d-wrap .d-item:nth-child(2) .d-item-phone a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4375;
}

.phone-top .d-item-phone a svg {
    margin-right: 5px;
}

.phone-top .d-item:not(:first-child) {
    margin-top: 12px;
    margin-bottom: 12px;
}

#menu .bottom_popup .top__menu .phone-top .d-item:not(:first-child) {
    margin-top: 15px;
    margin-bottom: 15px;
}

.d-wrap .d-item .d-item-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.d-wrap .d-item:first-child .d-item-phone a {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.444;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.d-wrap .d-item:first-child .d-item-phone a:hover {
    color: #C8A07A;
}

.d-wrap .d-item .d-item-phone a svg {
    margin-right: 10px;
}

.d-wrap .callback a {
    display: flex;
    padding: 12px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background: #000;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
}

#header {
    margin-bottom: 5px
}

.l-count p {
    background: #FFFFFF;
    opacity: 0.75;
    border-radius: 10px;
    width: 89px;
    text-align: center;
    position: absolute;
    top: -50px;
    right: 12px
}

.lisap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*background: #f8f8f8;*/
    background: #fff;
    padding: 0 0 17px 0;
}

.lisap-head {
    margin-bottom: 65px
}

.lisap-head h3 {
    text-align: left;
    color: #333;
    max-width: 740px;
    margin: 0 auto;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 38px
}

.lisap-head p {
    color: #333;
    text-align: left;
    max-width: 900px;
    margin: 5px 0 25px 0;
    font-style: normal;
    font-size: 15px;
    padding-left: 0;
    line-height: 1.467;
    font-family: Jost, sans-serif;
    font-weight: 400;
}

.lisap-block {
    padding: 10px 0;
}

.lisap-block .lisap-block-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lisap-block .lisap-block-head p {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.444;
    margin-top: 10px;
    margin-bottom: 0;
    color: #000;
}

.lisap-block .lisap-block-head img {
    height: 45px;
    width: fit-content;
}

.lisap-block .lisap-block-body p {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.429;
    margin-top: 5px;
    margin-bottom: 0;
}

.lisap-block h6 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px
}

.lisap-block p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px
}

section {
    /*padding-top: 90px;
    padding-bottom: 100px*/
}

.empty_60 {
    display: inline-block;
    height: 60px
}

.empty_30 {
    height: 30px
}

button {
    background: inherit;
    border: none
}

.s-home_section {
    background: #F7F8FB
}

.product-layout {
    position: relative;
    padding: 22px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #fff;
}

.product-layout .image {
    position: relative;
    max-width: 281px;
    max-height: 281px;
    /*width: 281px;
    height: 281px;*/
    margin: auto;
}

.owl-item .product-layout .image {
    width: 281px;
    height: 281px;
}

.product-layout .image a {
    background: #fbfcfd;
    display: block;
    width: 100%;
    height: 100%;
}

.product-layout .image a img {
    height: auto;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
}

.product-layout .button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 9px
}

.product-layout .button-group .read_more {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #333;
    margin-right: 22px
}

.product-layout .button-group .read_more:hover {
    color: #F96041
}

.product-layout .caption {
    margin-top: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-layout .caption p {
    margin-bottom: 0
}

.product-layout .caption a {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #212121;
    line-height:23px;
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
}

.product-layout .caption a:hover {
    text-decoration: none
}

.product-layout .caption .model {
    color: #A6A2A2;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
}

.product-layout .caption .rating-wrap {
    align-items: center;
    margin-top: 10px;
}

.product-layout .price {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.444;
    display: flex;
    align-items: end;
    margin-top: 10px;
}

.product-layout .buttons {

}

.product-thumb {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: auto;
}

.product-thumb p {
    margin: 0;
}

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

.rating-wrap .rating .fa-stack {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    vertical-align: inherit
}

.rating-wrap .rating .fa-stack .fa-stack-2x {
    font-size: 14px;
    height: 12px;
}

.fa-star-o:before {
    content: url("../img/icons/fa-star-o.svg");
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.fa-star:before {
    content: url("../img/icons/fa-star.svg");
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.rating-wrap .rating .fa-stack .fa-star {
    position: relative;
}

.rating-wrap .rev_in,
.rating-wrap .rev_empty {
    padding-left: 8px;
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.167;
    color: #333;
    opacity: .8;
}

.label_product_list {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.label_product {
    display: inline-flex;
    padding: 2px 10px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: Jost, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.461;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin-bottom: 5px;
    width: fit-content;
    height: 23px;
}

.label_sale {
    background: #FF5252;
}

.label_new {
    background: #008A27;
}

.label_hit {
    background: #212121;
}

.label_product-text {
    white-space: nowrap;
}

.corner {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    width: 38px;
    height: 38px;
}

.corner button {
    outline: none;
    border-radius: 50%;
    background: #F8F8F8;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.corner button svg {
    display: block;
}

.corner button:hover svg {
    stroke: #F94500
}

body {
    overflow-x: hidden;
}

.btn.focus, .btn:focus, .btn:hover {
    color: white;
    text-decoration: none
}

.head-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.head-title .l-title h4,
.head-title .l-title .h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 30px;
    text-align: center;
}

.head-title .l-title a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    padding-right: 120px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.home__carousel-item-text {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    text-align: left;
    opacity: 0.5;
    max-width: 562px;
    line-height: 140%
}

.btn-lisap {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: white;
    padding: 17px 36px;
    background: #000000;
    float: left;
    margin-top: 30px
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.equal, .equal > div[class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#popupcart_extended .equal, .equal > div[class*='col-'] {
    margin: auto;
}

.heading-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.heading-wrap h4, .heading-wrap .h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 1.447;
}

.heading-wrap p {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.467;
    color: #333;
    margin-bottom: 0;
    margin-top: 5px;
}

.pro-lisap {
    background: #FFDCD5
}

.pro-lisap h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 140%;
    max-width: 540px
}

.pro-lisap .pink {
    background: #ffeae6;
    padding: 30px;
    border-radius: 6px
}

.pro-lisap .pink .pink-head .pink-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px
}

.pro-lisap .pink .pink-head .pink-in p {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    padding-left: 22px;
    margin-bottom: 0;
    max-width: 225px
}

.pro-lisap .pink .pink-text p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px
}

.j-carousel-new {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.j-carousel-viewed {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product_in {
    background: #fff;
    padding-bottom: 0;
}

.section-map h4, .section-map .h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 1.447;
    margin-bottom: 30px;
}

.lisap-prof .home_art .lisap-head {
    margin-bottom: 50px
}

.lisap-prof .lisap-head {
    margin-bottom: 0
}

.lisap-prof .lisap-head p {
    font-size: 14px;
    line-height: 21px
}

.lisap-prof .blog__preview-wrap {
    padding: 0;
    position: relative;
    top: 10px
}

.lisap-prof .btn-grey {
    margin-top: 45px
}

.btn-grey {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
    background: #E5E6ED;
    border-radius: 2px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 21px 0
}

.text-section .text-b-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.text-section .text-b-head img {
    max-width: 26px;
}

.text-b-head.home_seo_text {
    display: block !important
}

.text-section .text-b-head p {
    margin-bottom: 0;
    font-family: Formular, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.48;
    color: #333;
    margin-top: 10px;
}

.text-section .text-b-text {
    margin-bottom: 16px;
}

.text-section .text-b-text p,
.text-section .text-b-text ul li {
    font-family: Formular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.385;
    color: #333;
}

.fix-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: white
}

.product-wrap {
    margin-bottom: 40px
}

.fix-grid .product-wrap {
    margin-bottom: 0;
    border: 1px solid #d9d9d91f
}

.mfilter-box-1 .mfilter-counter {
    color: #333
}

.footer-ul li {
    /* display: inline-block; */
    /* width: 48%; */
}

.footer-links {
    position: relative;
    height: auto;
    /* margin: 0 12%; */
    background-color: transparent;
    display: flex;
}

.col-wrap {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.col-inner {
    position: relative;
    list-style: none;
    border-style: solid;
    border-width: 0;
    border-color: transparent;
}

.footer-ul li a,
.footer__menu-item a {
    color: #fff;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
    text-decoration: none;
    display: block;
}

.footer-ul li:not(:last-child),
.footer__menu-item {
    margin-bottom: 8px;
}

.catalog__more {
    text-align: center;
    margin-bottom: 20px;
}

.catalog__more-btn {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    height: 53px;
    width: 100%;
    border-radius: 2px;
    background: #000;
}

.catalog__more-btn svg {
    margin-right: 10px;
}

.catalog__more-btn > i {
    display: inline-block;
    margin-left: 10px;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 100ms ease-in;
    transition: all 100ms ease-in
}

.catalog__more-btn:hover > i {
    -webkit-transform: rotate(-330deg);
    transform: rotate(-330deg)
}

.footer-parent_cat {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.214;
    color: #333;
    padding-bottom: 12px;
    display: inline-block
}

.footer-parent_cat:hover {
    color: #000;
}

.footer-contact .d-item p {
    /* color: white !important; */
}

.footer-contact .d-wrap .d-item .d-item-phone a {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.444;
    margin-bottom: 0;
}

.footer-contact .d-wrap .d-item:not(:first-child) .d-item-phone p {
    font-family: Formular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 2.154;
    color: #333;
}

.footer-contact .d-wrap .callback a.write-us-btn,
a.write-review-btn {
    display: flex;
    height: 59px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background: #fff;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
    margin-top: 20px;
}

a.write-review-btn {
    padding-top: 13px;
    padding-right: 20px;
    float: right;
    cursor: pointer;
}

.footer-contact .d-wrap .callback a.write-us-btn span {
    border-left: 1px solid #333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    width: 44px;
    height: 100%;
    margin-left: 20px;
}

.footer-contact .d-wrap .d-item .d-item-phone a:not(:last-child) {
    margin-bottom: 10px;
}

.footer-contact .l-social .footer-parent_cat {
    font-family: Formular, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.214;
    color: #333;
    padding-bottom: 17px;
}

.footer-contact .l-social .social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
}

.footer-contact .l-social .social a {
    display: flex;
    padding: 9px 25px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
    width: 100%;
    white-space: nowrap;
}

.footer-contact .l-social .social a + a {
    margin-left: 10px;
}

.footer-contact .callback a {
    /* color: white !important; */
}

.footer-top {
    background: #000;
}

.footer-top .footer-bottom-logo .l-item .p-full {
    color: #909090;
    font-family: Jost, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4615;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer-bottom {
    background: #000;
    padding: 40px 0 40px
}

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

.footer-bottom .footer-bottom-logo .l-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer-bottom .footer-bottom-logo .l-item p {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    opacity: 0.5;
    max-width: 148px;
    text-align: left;
    margin-bottom: 0
}

.footer-bottom .footer-bottom-logo .l-item .p-full {
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 25px
}

.footer-bottom .lisap-form {
    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
}

.footer-bottom .lisap-form .form-group {
    margin-bottom: 0;
    max-width: 154px
}

.footer-bottom .lisap-form .form-group input {
    background: inherit;
    border: 1px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    color: white
}

.footer-bottom .lisap-form .btn-primary {
    border-radius: 2px;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    height: 34px;
    border: 1px solid white;
    background: white;
    max-width: 134px
}

.footer-bottom .l-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px
}

.footer-bottom .l-social .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.zmdi-instagram:before {
    color: white;
    font-size: 24px;
    margin-left: 5px
}

.zmdi-facebook:before {
    color: white;
    font-size: 24px
}

.catalog-wrap {
    margin-top: 50px;
    margin-bottom: 80px
}

.block_catalog {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px
}

.block_catalog .block_catalog-body {
    padding: 25px
}

.block_catalog .block_catalog-body ul {
    margin-top: 20px
}

.block_catalog .block_catalog-body ul li {
    display: inline-block;
    width: 48%;
    margin-bottom: 15px
}

.block_catalog .block_catalog-body .parent_cat {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px
}

.category_top {
    margin-top: 20px;
    margin-bottom: 20px
}

.category_top .for_subcats_pict {
    margin-bottom: 20px
}

.category_top .for_subcats_pict .in {
    /*background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding-bottom: 20px*/
}

.category_top .for_subcats_pict .in a:hover {
    color: rgb(255, 145, 211);
}

.category_top .txt_for_subcats_pict {
    text-align: left;
}

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

.product__info-code {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #666666;
    padding-left: 20px
}

.b-product {
    background: white;
    margin-top: 15px;
    padding: 20px 0
}

.m_0 {
    margin-right: 0;
    margin-left: 0
}

.image-additional {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px
}

.product__price-number {
    color: #333;
    font-weight: bold;
    font-size: 28px;
    display: inline-block;
    margin-bottom: 0;
}

.product__price {
    width: 100%;
}

.info-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px
}

.info-product .info-product-item {
    margin-bottom: 5px
}

.info-product .info-product-item p {
    margin-bottom: 0;
/*    display: flex;*/
}

.info-product .info-product-item p span {
    font-weight: bold;
}

.mt_25 {
    margin-top: 25px
}

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

.only-prof p {
    display: flex;
    padding: 8px 12px;
    align-items: center;
    border-radius: 2px;
    border: 1px solid rgba(249, 96, 65, 0.50);
    background: rgba(249, 96, 65, 0.10);
    color: #F96041;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.467;
    margin-bottom: 0;
    width: 100%;
}

.only-prof p span {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid red;
    border-radius: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 12px
}

.info-right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 0 15px;
    border-left: 1px solid #E3E8F3
}

.info-right .ir-item:last-child {
    margin-bottom: 0
}

.info-right .ir-item {
    margin-bottom: 13px
}

.info-right .ir-item .pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.info-right .ir-item .pay .p-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.info-right .ir-item .title-b {
    font-size: 13px;
    line-height: 17px
}

.info-right .ir-item .title-b-dol {
    font-size: 13px;
    line-height: 21px
}

.info-right .ir-item .pay-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.info-right .ir-item .pay-bottom .p-item:first-child {
    padding-right: 15px
}

.info-right .title-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 13px
}

.info-right .title-top span {
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-right .title-top:last-child {
    margin-bottom: 26px
}

.info-right .title-t {
    font-weight: bold;
    font-size: 13px;
    line-height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.info-right .title-t span {
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-flex {
    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
}

.b-product .corner {
    margin-bottom: 0
}

#cart .cart-dropdown {
    position: absolute;
    z-index: 2;
    background: white;
    width: 500px;
    right: 0;
    display: none;
    top: 24px
}

#cart > a {
    background: white
}

.cart_stage_2 {
    display: none
}

.cart_stage_2 .check_phone {
    margin-top: 18px;
}

.cart_stage_2 .check_phone .check_phone_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: rgba(255, 249, 180, 0.40);
    padding: 15px 20px;
}

.cart_stage_2 .check_phone .check_phone_item .check_phone_item_in {
    width: 47%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cart_stage_2 .check_phone .check_phone_item .check_phone_item_in p {
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.462;
}

.cart_stage_2 .check_phone .check_phone_item_in.f-1 p:not(:last-child) {
    margin-bottom: 5px;
}

.cart_stage_2 .check_phone .check_phone_item_in.f-1 p:last-child {
    margin-bottom: 0;
}

.cart_stage_2 .check_phone .check_phone_item:first-child {
    margin-bottom: 20px;
}

.cart_stage_2 .check_phone .check_phone_item .f-2 p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4375;
    margin-bottom: 10px;
}

.cart_stage_2 .check_phone .check_phone_item_in.f-1 {
    margin-top: 15px;
}

.check_phone .check_phone_item .form-control {
    height: 50px;
}

.check_phone .check_phone_item .btn.btn-lisap-buy {
    height: 44px;
    background: #000;
    padding: 12px 25px;
    font-size: 14px;
    line-height: 1.429;
}

.cart_stage_2 .check_phone .check_phone_item_dis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 20px;
}

.cart_stage_2 .title_dis {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.462;
    padding-bottom: 20px;
}

.cart_stage_2 .check_phone .check_phone_item_dis .check_phone_item_in {
    width: 50%;
    display: flex;
    align-items: flex-start;
}

.cart_stage_2 .check_phone .check_phone_item_dis .check_phone_item_in .dis {
    min-width: 45px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1.5px solid #FF5252;
    background: #fff;
    color: #FF5252;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.429;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.cart_stage_2 .check_phone .check_phone_item_dis .check_phone_item_in .sys-block {
    max-width: 255px;
    margin-left: 12px;
    position: relative;
}

.cart_stage_2 .check_phone .check_phone_item_dis .check_phone_item_in .sys-block .text-pink {
    /*    position: absolute;*/
    font-family: Formular, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    color: #FF91D3;
    left: 0;
    top: -14px;
}

.cart_stage_2 .check_phone .check_phone_item_dis .check_phone_item_in p.dis-size {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4375;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
}

.cart_stage_2 .check_phone .check_phone_item_dis .check_phone_item_in p.dis-size span {
    display: flex;
    padding: 0 6px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background: #F3F3F3;
    color: #636363;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.462;
    height: 23px;
    margin-left: 10px;
}

.cart_stage_2 .check_phone .check_phone_item_dis .check_phone_item_in p:last-child {
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
    margin-bottom: 0;
}

.mb_20 {
    margin-bottom: 20px
}

#popup_appears_wrapper .modal-header {
    border: none;
    font-family: Jost, sans-serif;
}

.modal-header .modal-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.458;
}

.close {
    text-shadow: none;
    opacity: 1;
    z-index: 2;
    display: inline-block;
    position: absolute;
    right: 11px;
}

.zmdi-hc-lg {
    font-weight: 100;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    background: black;
    color: white;
    border-radius: 50px;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1
}

.modal-header {
    padding: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #E3E8F3;
    position: relative;
}

.modal-body {
    padding: 0px
}

.b-modal_product {
    padding: 15px 0;
}

.b-modal_product:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

#popupcart_extended .modal-body {
    margin-top: -5px;
}

#popupcart_extended .equal {
    align-items: center;
    flex-wrap: nowrap;
}

#popupcart_extended .modal_product__info {
    margin-left: 10px;
}

.modal_product__remove {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.modal_product__remove .zmdi-hc-lg {
    width: 20px;
    height: 20px
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important
}

.modal_product__remove-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    outline: none;
}

.modal_product__remove svg:focus {
    outline: none;
}

.modal_product__remove-trigger.m-favorite {
    color: #ECB88C
}

.modal_product__img-image {
    height: 72px;
    padding-left: 41px
}

.d-flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal_product-title {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
    margin-top: 0;
    margin-bottom: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 20px;
    max-height: 40px;
    padding-right: 26px;
}

.modal_product-size {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px
}

.modal_product__content {
    margin: 15px 0px
}

.modal_product-desc {
    font-size: 13px;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 18px
}

.modal_product-code {
    display: block;
    text-align: right;
    font-size: 13px;
    color: #666666;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 18px
}

.modal_product-pricetitle {
    display: inline-block;
    margin-top: 2px;
    color: #909090;
    font-family: Jost, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.462;
}

.modal_product__price,
.modal_product-price {
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
    display: flex;
    align-items: center;
}

.modal_product__price-button, .modal_product__price-input {
    display: inline-block;
    float: left
}

.modal_product__price {
    width: 84px;
    height: 29px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 5px 15px;
}

.modal_product-price.result {
    color: #212121;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.467;
}

.modal_product__price input {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.462;
}

.modal_product__price-button {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
    width: 20%;
    height: 17px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal_product__price-button:hover i {
    color: #C8A07A;
}

.modal_product__price-input {
    width: 60% !important;
    background: transparent;
    border: none;
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    text-align: center
}

.modal_total__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 20px
}

.modal_total__title-text {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px
}

.modal_total__title-text-t {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px
}

.modal_total__title-text.m-last, .modal_total__total-text.m-last {
    font-size: 16px;
    font-weight: bold;
    color: #3C3E43
}

.modal-footer {
    text-align: center;
    padding: 0
}

.modal-footer .btn {
    margin-bottom: 10px
}

.b-recall {
    padding-bottom: 20px !important
}

.wrap-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrap-total .wrap-total-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.wrap-total .wrap-total-item p {
    margin-bottom: 0
}

.wrap-total .total-sum {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wrap-total .total-sum p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.153;
    color: #9FA8B0;
    margin-left: 10px;
}

.wrap-total .total-sum p span strike {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    opacity: 0.5
}

.wrap-total .total-sum .free-shipping {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #F96041
}

.product-layout .btn.btn-lisap-buy,
.product-layout .btn-primary {
    margin-top: 10px;
    display: flex;
    width: 100%;
    height: 51px;
    padding: 14px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background: #000;
    color: #fff;
    font-family: Jost, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4375;
    border: none;
}

.product-layout .btn.btn-lisap-buy svg,
.product-layout .btn-primary svg {
    margin-right: 10px;
}

.btn.btn-lisap-buy, .btn-primary {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.231;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 12px;
    background: #333;
    color: #fff;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .3s ease;
}

.btn.btn-lisap-buy:hover,
.btn-primary:hover {
    background: inherit;
    color: #333;
    border: 1px solid #333;
    transition: all .3s ease;
}

.btn.btn-lisap-buy-outline {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #00000038
}

.btn.btn-lisap-buy > i {
    display: inline-block;
    margin-right: 7px
}

.l-link {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000;
    cursor: pointer;
}

.b-modal_total {
    padding-top: 20px;
    padding-bottom: 5px;
}

.b-modal_total .free-shipping,
.b-modal_total .total__sum,
.b-modal_total .total-sum p {
    margin-bottom: 10px;
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.444;
}

.b-modal_total .total__sum span,
.b-modal_total .total-sum span {
    display: inline-block;
    font-size: 24px;
    line-height: 1.458;
    font-weight: 500;
}

.user-amo {
    padding: 12px 15px;
    display: flex;
    flex-direction: column;
    border-radius: 2px;
    background: rgba(255, 249, 180, 0.80);
    margin-top: -5px;
    text-align: left;
    z-index: 1;
    position: relative;
}

.user-amo .amo-right p {
    display: flex;
    flex-direction: column;
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.462;
    margin-bottom: 0;
}

.user-amo .amo-right p.user__discount {
    flex-direction: row;
    align-items: center;
    font-size: 15px;
    line-height: 1.467;
}

.user-amo .amo-right p .user__discount_value {
    display: inline-block;
    margin-left: 5px;
    font-weight: 500;
}

.user-amo .amo-right p .user__discount_value span {
    display: inline-block;
    margin-left: 5px;
    color: #FF5252;
}

.user-amo .amo-left p {
    margin-top: 5px;
    width: 100%;
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.462;
    margin-bottom: 0;
}

.user-amo .amo-left p span {
    font-family: Formular, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.25;
    color: #FF91D3;
    padding-left: 5px;
}

.user-amo .amo-right {
    width: 100%;
}

.user-amo .amo-right + .amo-left + .wrap-total-item.total-sum p {
    text-align: left;
    margin-top: 10px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.154;
}

.user-amo .amo-right + .amo-left + .wrap-total-item.total-sum p span {
    font-weight: 700;
    font-size: 13px;
    line-height: 1.667;
}

.user-amo .amo-left .l-link svg {
    margin-right: 5px;
}

.user-amo .amo-right .text_l_sale .l-link {
    margin-top: 4px;
    margin-bottom: 3px;
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #333;
    background: none;
    padding: 0;
    display: inline-block;
    width: fit-content;
    height: auto;
}

.user-amo .amo-left .l-link {
    margin-top: 5px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #fff;
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.462;
    height: 27px;
}

.b-modal_total .wrap-total-item .btn-lisap-buy {
    display: flex;
    padding: 14px 25px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.429;
    width: 100%;
    height: 48px;
}

.b-modal_total .wrap-total-item .l-link {
    margin-top: 10px;
    display: flex;
    padding: 14px 45px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
    width: 100%;
    height: 48px;
}

.back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.444;
    margin-top: 3px;
}

.back i {
    padding-right: 8px;
}

.back svg {
    margin-right: 15px;
}

.product-page .heading-wrap {
    margin-top: 70px;
}

.product-page .heading-wrap .j-certificates_carousel {
    background: inherit
}

.product-page .b-certificates {
    margin-bottom: 70px
}

.product-page .b-certificates .j-certificates_carousel {
    background: inherit
}

.product-page .j-carousel {
    border: none
}

.product-page .product__favorite-btn {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 158.47%;
    cursor: pointer;
    margin-top: -2px;
    border: 1px solid black;
    padding: 5px 18px
}

.product-page .product__favorite-btn span {
    position: relative;
    top: 8px;
    right: 4px
}

.product-page .product__price-number {
    font-style: normal;
    font-weight: normal;
    font-size: 31px;
    line-height: 38px;
}

.product-page .lisap-head {
    margin-bottom: 48px
}

.product-page .lisap-block {
    width: 100%
}

.product-page .lisap-block .lisap-block-head .pink-circle {
    height: 38px;
    top: -7px;
    right: -5px;
    background: #FFDCD5;
    width: 38px;
    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;
    border-radius: 38px;
    position: absolute
}

.empty_70 {
    height: 70px
}

.b-producttabs {
    padding: 10px 0;
    margin: 0 0 20px;
}

.tab-pane p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px
}

.producttabs__nav li a {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    background: inherit;
    border: none
}

.producttabs__nav li.active a {
    border-bottom: 1px solid black
}

.category-page {
    margin-bottom: 40px;
}

[class*="product-category"] .catalog_item__buy-btn {
    margin-right: 20px
}

.checkout {
    background: #F7F8FB
}

.l-1-wrap .title-block-checkout {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 34px
}

.l-1-wrap .title-block-checkout span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 38px;
    height: 38px;
    border: 1px solid #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 15px
}

.l-1-wrap .lisap-step-1 {
    position: relative;
    visibility: visible;
    background: white;
    padding: 24px 15px;
    margin-bottom: 44px
}

.l-1-wrap .lisap-step-1 .panel-heading {
    padding: 0
}

.l-1-wrap .lisap-step-1 label {
    display: none !important
}

.l-1-wrap .lisap-step-1 p {
    font-size: 13px;
    line-height: 158.47%;
    color: #808185
}

.l-1-wrap .lisap-step-2 {
    position: absolute;
    visibility: hidden;
    background: white;
    padding: 24px 15px;
    z-index: -1
}

.l-1-wrap .lisap-step-2 .panel-heading {
    padding: 0
}

.l-1-wrap .lisap-step-2 p {
    font-size: 13px;
    line-height: 158.47%;
    color: #808185;
    padding-left: 22px
}

.l-1-wrap .panel-heading span {
    font-family: Jost, sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    padding-left: 3px
}

.l-1-wrap .sub-checkout-header {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 30px
}

.l-1-wrap .form-group {
    margin-bottom: 25px
}

.l-1-wrap .form-group .form-control {
    height: 44px;
}

#lisap-next-step-edit {
    display: none;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    margin-left: 20px
}

#lisap-next-step {
    max-width: 311px;
    margin: 0 auto
}

.page_title-text {
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 38px;
    text-align: left;
    padding: 30px 0 40px 0
}

input[type='radio'], label {
    cursor: pointer
}

input[type='radio'] {
    position: relative !important;
    height: 22px;
    width: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    margin-left: -23px;
    top: -2px
}

input[type='radio']:focus {
    outline: none
}

input[type='radio']::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #333
}

input[type='radio']:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #333;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: visible
}

input:focus {
    outline: none;
}

#simplecheckout_shipping_address label {
    display: none !important
}

#simplecheckout_shipping_address .form-horizontal {
    padding-left: 21px
}

.hide_block {
    position: absolute !important;
    visibility: hidden !important;
    z-index: -1 !important
}

.show_block {
    position: relative !important;
    visibility: visible !important;
    z-index: 0 !important
}

.simplecheckout-button-right {
    margin-left: 0
}

.cart__basket {
    background: white;
    padding: 20px 15px
}

.cart__basket .modal_product__remove {
    top: 28%
}

.cart__basket .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 303px
}

.cart__basket .b-modal_product {
    position: relative
}

.cart__basket .basket_product-wrap {
    max-height: 566px;
}

.cart__basket-title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px
}

.cart__basket-continue {
    font-size: 13px;
    color: #436785;
    text-decoration: underline;
    padding-top: 5px;
    display: block
}

.cart__basket-continue:hover {
    text-decoration: none
}

.cart__group {
    margin-bottom: 20px
}

.checkout_qnt {
    max-width: 290px;
    padding-top: 15px
}

.modal_total__total-text-disq {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    padding-left: 15px;
    color: #FF4646
}

.modal_total__total-text-all {
    font-size: 16px;
    line-height: 12px
}

.block-tottal {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.b-modal_total-block .modal_total__title {
    margin-bottom: 0
}

.qisq-block {
    margin-top: 24px
}

.qisq-block .qisq-block-head {
    padding-bottom: 8px;
    border-bottom: 1px solid #E3E8F3
}

.qisq-block .qisq-block-head p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0
}

.qisq-block .qisq-block-body {
    margin-top: 15px
}

.qisq-block .qisq-block-body .qisq-block-body-item {
    margin-bottom: 15px
}

.qisq-block .qisq-block-body .qisq-block-body-item .qisq-block-body-item-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 6px
}

.qisq-block .qisq-block-body .qisq-block-body-item .qisq-block-body-item-text {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0
}

.agree {
    margin-top: 8px;
    color: #909090;
    font-family: Jost, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.462;
    text-align: left;
}

.agree a {
    color: #000;
    text-transform: lowercase;
    border-bottom: 1px solid #000;
    display: inline-block;
    line-height: 12px;
}

.agree a:hover {
    border-bottom: 1px solid #C8A07A;
}

.thanks-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.thanks-wrap .thanks-wrap-text {
    text-align: left;
    margin-left: 15px
}

.thanks-wrap .thanks-wrap-text .thanks__title-ok {
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.01em;
    margin-bottom: 0
}

[class*="account-"] .thanks-wrap-desc {
    margin-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

[class*="account-"] .thanks-wrap-desc p {
    margin-bottom: 0;
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 14px;
    line-height: 1.786;
}

.thanks-wrap-desc .thanks__title-desc {
    font-size: 16px;
    line-height: 140%
}

.thanks-wrap-info .d-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.thanks-wrap-info .d-wrap .d-item {
    text-align: left
}

[class*="account-"] .b-thanks {
    text-align: center;
}

[class*="account-"] .b-thanks .thanks__title {
    max-width: 579px;
    margin-left: auto;
    margin-right: auto;
}

[class*="account-"] .success-page__contacts > .d-flex > *:first-child {
    margin-right: 30px;
}

[class*="account-"] .success-page__contacts .d-item-text p {
    color: #909090;
    font-family: Jost, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.462;
    margin-bottom: 4px;
}

[class*="account-"] .success-page__contacts .d-item-phone {
    display: flex;
    flex-direction: column;
}

[class*="account-"] .success-page__contacts .d-item-phone a {
    display: inline-flex;
    align-items: center;
}

[class*="account-"] .success-page__contacts .d-item-phone a:not(:last-child),
[class*="account-"] .success-page__contacts .d-item-phone p:not(:last-child) {
    margin-bottom: 3px;
}

[class*="account-"] .success-page__contacts .d-item-phone a svg {
    margin-right: 8px;
}

[class*="account-"] .success-page__contacts .d-item-phone a,
[class*="account-"] .success-page__contacts .d-item-phone p {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
    margin-bottom: 0;
}

[class*="account-"] .success-page__contacts {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.success-product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: white;
    padding: 25px
}

.success-product-list .s-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #E3E8F3
}

.success-product-list .s-head .cart__basket-title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 0
}

.success-product-row .success-product-item {
    /* 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; */
    /* border-bottom: 1px solid #E3E8F3; */
    /* padding: 24px 0; */
    width: 28.934%;
}

.success-product-row .success-product-item .item-image img {
    max-width: 80px;
}

.success-product-row .success-product-item .item-text {
    padding-right: 15px
}

.success-product-row .success-product-item .item-text p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 140%;
    text-align: left;
    padding-left: 20px
}

.success-product-row .success-product-item .item-qnt {
    min-width: 70px
}

.success-product-row .success-product-item .item-price {
    width: 160px
}

.success-product-row .success-product-item .item-price p {
    font-weight: bold;
    font-size: 16px;
    line-height: 140%
}

.total-success {
    padding-top: 24px
}

.total-success .total-success-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.total-success .total-success-item .total-success-item-left p {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px
}

.total-success .total-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid #E3E8F3
}

.total-success .total-s .total-success-item-left p {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0
}

.total-success .total-s .total-success-item-right p {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 0
}

#popup_call .modal-header p {
    padding-bottom: 10px
}

#popup_call .close {
    top: 28px;
    right: 25px;
}

#popup_call.popup-call__message .close {
    top: 35px;
}

#popup_call #lisap_form_1 {
    width: 100%;
    display: flex;
    padding: 12px 25px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background: #000;
    color: #fff;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.428;
    height: 44px;
}

#popup_call .agree {
    margin: 10px 0 0 0;
    max-width: 100%;
}

.submit-form-ok {
    display: none;
    padding: 10px 15px;
    background: honeydew
}

.submit-form-ok p {
    font-size: 15px;
    text-align: center
}

.submit-order-ok {
    display: none;
    font-family: Jost, sans-serif;
    padding: 10px 15px;
    background: honeydew;
}

.submit-order-ok p {
    font-size: 15px;
    text-align: center
}

#popup_order .submit-order-ok {
    background: none;
    width: 100%;
}

#popup_order .submit-order-ok i {
    display: block;
    font-style: initial;
}

#popup_order #lisap_form_1 {
    width: 100%
}

#popup_order .agree {
    margin-top: 10px;
    max-width: 100%;
    text-align: center !important;
}

#popup_order_one .modal-header p,
#popup_order .modal-header p {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #333;
    font-size: 14px;
    line-height: 1.429;
    margin-bottom: 20px;
}

#popup_order_one .modal-header p.modal-title,
#popup_order .modal-header p.modal-title {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.458;
    color: #000;
    margin-bottom: 5px;
}

#popup_order_one .modal-footer {
    margin-top: 20px;
}

#popup_order_one .btn-lisap-buy {
    height: 47px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4375;
}

div#popup_order_wrapper #popup_order .modal-body {
    display: block;
}

#popup_order_one #lisap_form_1 {
    width: 100%
}

#popup_order_one .agree {
    margin-top: 10px;
    max-width: 100%;
    text-align: center !important;
}

.product__buy-btn_one-click:focus {
    color: #333;
    text-decoration: none
}

.submit-form-ok {
    display: none;
    padding: 10px 15px;
    background: honeydew
}

.submit-form-ok p {
    font-size: 15px;
    text-align: center
}

#lisap_form_2 {
    width: 100%
}

.review .reviews__item .reviews__item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 20px
}

.review .reviews__item .reviews__item-meta .reviews__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.review .reviews__item .reviews__item-meta .reviews__stars .reviews__item-meta-date {
    font-size: 14px;
    line-height: 17px
}

.review .reviews__item .reviews__item-meta .reviews__stars .reviews__item-meta-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0
}

.review .reviews__item .reviews__item-meta .reviews__stars .reviews__item-meta-rating .rating {
    position: relative;
    top: 1px;
    margin-left: 15px
}

.reviews__item-author {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px
}

.image-additional-slider {
    margin-top: 10px;
}

.image-additional-slider .img__border {
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-left: 9.5px;
    margin-right: 9.5px;
}

.image-additional-slider .img__border.slick-current {
    border: 1px solid #F7A71D;
}

.image-additional-slider .img__padding {
    padding: 8px;
}

.product__image .image-additional-slider .slick-list {
    width: calc(100% + 19px);
    margin-left: -9.5px;
    margin-right: -9.5px;
}

.product__image .image-additional-slider img,
.product-slider-image-pop img {
    max-height: 85px;
    margin: auto;
}

.product__image .image-additional-slider .slick-list {
    cursor: pointer
}

.image-additional-slider .slick-prev:before, .image-additional-slider .slick-next:before {
    color: black
}

.image-additional-slider .slick-prev {
    left: -5px
}

.image-additional-slider .slick-next {
    right: -5px
}

.info-product-right {
    background: white;
    padding: 16px;
}

.info-product-right .title-cart {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px
}

.info-product-right .info-product-right-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.info-product-right .info-product-right-block .info-product {
    margin-top: 15px
}

.info-product-right .info-product-right-block .product__price {
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 15px
}

.info-product-right .i-b-1 .p-item:last-child {
    margin-left: 25px
}

.info-product-right .i-b-1 .p-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.info-product-right .i-b-1 .p-item img {
    max-width: 120px
}

.info-product-right .i-b-1 .p-item span {
    margin-bottom: 15px
}

.btn_checkout {
    background: white;
    padding-bottom: 15px;
    border-radius: 0 0 4px 4px
}

.btn_checkout .simplecheckout-button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.btn_checkout .simplecheckout-button-block .simplecheckout-button-right {
    margin: 0 auto
}

.btn_checkout .simplecheckout-button-block .simplecheckout-button-right .agree {
    margin: 0 auto;
    padding-top: 10px
}

.btn_checkout .simplecheckout-button-block .simplecheckout-button-right .contain {
    margin: 10px 0 0;
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn_checkout .simplecheckout-button-block .simplecheckout-button-right .contain .checkmark {
    position: relative;
    top: -1px;
    height: 15px;
    width: 15px;
    margin-right: 5px
}

.btn_checkout .simplecheckout-button-block .simplecheckout-button-right .contain p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 16px;
    color: #787878
}

.btn_checkout .simplecheckout-button-block .simplecheckout-button-right .contain .checkmark:after {
    left: 4px;
    top: -2px;
    width: 8px;
    height: 15px;
    border-width: 0 2px 2px 0;
}

.btn_checkout .simplecheckout-button-block .simplecheckout-button-right #button-confirm {
    width: 100%
}

.btn_checkout .buttons {
    margin: 0
}

#simplecheckout_cart {
    margin-bottom: 0
}

.header__additional-link-cartcount {
    background: #F73F2A;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    font-family: "ProximaNova", sans-serif !important;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 13px;
    line-height: 1.182;
    text-align: center;
    right: 12px;
    top: -7px;
}

.load_category {
    display: none
}

.ak_option > .option > span {
    color: red;
    font-size: 14px;
    margin-top: 10px;
}

.ak_option .option select {
    min-width: 150px;
    padding: 12px;
    margin-top: 9px;
    cursor: pointer;
    width: 100%;
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    color: #333;
    border: 1px solid #0000004d;
    border-radius: 2px;
    height: 40px;
}

.ak_option .select-content {
    /*position: relative;*/
}

.ak_option .select-content:before {
    /*position: absolute;
    content: '';
    top: 10px;
    right: 1px;
    bottom: 1px;
    width: 14px;
    background: #fff;
    border-radius: 2px 2px 0 0;*/
}

.ak_option .select-content:after {
    /*position: absolute;
    content: url("../img/icons/arrow_product_option.svg");
    top: 19px;
    right: 12px;*/
}

.ak_option .option select:focus-visible {
    outline: none;
}

.ak_option {
    margin: 5px auto 22px auto;
}

.ak_option .left-items {
    display: flex;
    align-items: center;
}

.ak_option .left-items .stagb {
    display: inline-block;
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.583;
    color: #000;
}

.ak_option .right-items {
    display: flex;
    align-items: center;
    width: 40%;
    justify-content: inherit;
}

.ak_option .right-items a:hover {
    color: rgb(255, 145, 211);
}

.ak_option .right-items .stagb {
    display: inline-flex;
    align-items: center;
}

.ak_option .right-items .stagb:first-child svg {
    margin-right: 5px;
}

.ak_option .right-items .stagb:nth-child(2) svg {
    margin-left: 5px;
}

.ak_option .right-items .stagb:nth-child(2) {
    margin-left: 30px;
}

.ak_option .right-items .stagb a {
    display: inline-block;
    position: relative;
    font-family: Formular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: #000;
    text-decoration: none;
}

.ak_option .right-items .stagb a:before {
    position: absolute;
    content: '';
    background: #000;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 1px;
    width: 100%;
}

/* ÐÐ°Ð·Ð°Ð´ / Ð’Ð¿ÐµÑ€ÐµÐ´ */
.ak_option .items-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.ak_option .left-items > b {
    font-size: 15px;
    font-weight: 500;
}

.ak_option .links-popups {
    font-family: Formular, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    color: #000;
    display: inline-block;
    position: relative;
}

.ak_option .links-popups:hover {
    color: rgb(255, 145, 211);
}

.ak_option .links-popups:hover:before {
    background: rgb(255, 145, 211);
    transition: .3s;
}

.ak_option .links-popups:before {
    background: #000;
    position: absolute;
    content: '';
    right: 0;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 100%;
    transition: .3s;
}

/* ÐÐ°Ð·Ð°Ð´ / Ð’Ð¿ÐµÑ€ÐµÐ´ */
.ak_option .items-options-popups {
    padding-top: 14px;
}

.ak_option .items-options-popups .stagb:nth-child(2) {
    margin-left: auto;
}

.product-layout .price-new {
    color: #FF5252;
    font-family: Jost, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.444;
}

.product-layout .price-old {
    color: #A6A2A2;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
    text-decoration-line: line-through;
}

.product-layout .price-econom {
    background: #FF91D3;
    border-radius: 5px;
    padding: 4px 5px;
    font-family: "ProximaNova", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.1;
    color: #fff;
    margin-left: 8px;
}

.product-layout .old {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.live-search {
    width: 530px;
    position: absolute;
    z-index: 1000;
    padding: 10px 0;
    margin-top: 11px;
    background-color: #fff;
    border: 1px solid #DDD;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-box-shadow: 0 2px 2px #DDDDDD;
    box-shadow: 0 2px 2px #DDDDDD;
    left: 0;
    display: none
}

.live-search .search-item-404 {
    padding-bottom: 10px;
    border-bottom: none;
    margin-bottom: 0;
    height: auto !important;
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
}

.live-search .result-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.live-search .result-text a {
    color: white;
    padding: 13px 78px;
    background: black
}

.live-search .result-text a.view-all-results {
    background: none;
    color: #000;
    width: 100%;
    display: flex;
    padding: 10px;
    align-items: center;
}

.live-search .result-text a.view-all-results svg {
    margin-left: 10px;
}

.live-search ul {
    list-style: none;
    padding: 15px 10px
}

.live-search ul li {
    padding-bottom: 10px;
    border-bottom: 1px solid #E3E8F3;
    margin-bottom: 10px
}

.live-search ul li a {
    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;
    text-decoration: none
}

.live-search ul li a .product-name {
    max-width: 330px
}

.live-search ul li a .special-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.live-search ul li a .special-price .special {
    color: #FF5252;
}

.live-search ul li a .special-price .price {
    color: #A6A2A2;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.461;
    text-decoration: line-through;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
}

.owl-carousel .owl-item .certificates__item img {
    max-height: 271px;
}

.img-responsive {
    margin: 0 auto
}

.catalog_filter__item-link-title {
    font-family: Formular, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.389;
    color: #333;
}

.catalog_filter__item-link.mfilter-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: none;
    margin-bottom: 9px;
    cursor: pointer;
}

.catalog_filter__item-link.mfilter-heading svg {
    transform: rotate(0);
}

.catalog_filter__item-link.mfilter-heading.mfilter-collapsed svg {
    transform: rotate(180deg);
}

.catalog_filter__item {
    margin-bottom: 20px;
    border-bottom: 1px solid #E3E8F3
}

.mfilter-selected-filters-cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mfilter-selected-filters-cnt a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #E3E8F3;
    padding: 0px 16px;
    margin-right: 8px;
    margin-bottom: 8px
}

.mfilter-selected-filters-cnt a .mfilter-close {
    margin-left: 3px;
    color: red
}

.mfilter-selected-filters-cnt a label {
    padding-left: 0
}

.mfilter-selected-filters-cnt a label.mfilter-tb-as-td:before {
    visibility: hidden
}

.b-sort {
    margin-bottom: 20px
}

.mfilter-counter.mfilter-close {
    color: #333;
    margin-right: 5px;
    background-position: 0 -11px !important
}

.mfilter-counter.mfilter-close:hover {
    background-position: 0 0 !important
}

#producttabs__top {
    margin-top: 10px
}

.product__image {
    cursor: pointer
}

.product__image .zoom-a {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #0000004f;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px
}

.product__image .zoom-a span {
    margin-right: 5px
}

#popup_img .modal-body {
    padding: 25px
}

#popup_img .modal-body .info-product-right-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
}

#popup_img .modal-body .dd {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 390px;
    margin: 0 auto
}

#popup_img .modal-body .dd #button-cart2 {
    margin-top: 0
}

#popup_img .modal-body .dd .product__buy-btn_one-click {
    margin-top: 0
}

#popup_img .close {
    top: 12px;
    right: 12px
}

#popup_img .slick-prev::before, #popup_img .slick-next::before {
    color: black
}

.btn.btn-lisap-blue {
    border: 1px solid #E3E8F3;
    color: #333333;
    background: inherit;
    border-radius: 2px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 20px;
    margin-right: 20px;
    display: inline-block;
    -webkit-transition: all 100ms ease-in;
    transition: all 100ms ease-in
}

.btn.btn-lisap-blue:hover, .btn.btn-lisap-blue:focus, .btn.btn-lisap-blue:active, .btn.btn-lisap-blue.m-active {
    background: #000000;
    color: #fff;
    border: 1px solid #333
}

.info-section-articles .eapps-widget > a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.select2-container--bootstrap {
    max-width: 570px
}

.info-section {
    padding-top: 0;
}

.info-section .blog__preview-wrap {
    top: 10px;
    margin-bottom: 50px
}

.info-section .m-blog .head-title {
    margin-bottom: 0
}

.info-section .fix-grid {
    background: inherit
}

.info-section .certificates__item {
    margin-top: 30px
}

.about_info .row {
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about_info .row .about_text .about_text_top {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #333333
}

.about_info .row .about_text .about_text_bottom {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #333333
}

.error-not_found .cat_not_found {
    font-family: Forum;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 35px;
    text-align: center;
    color: #333333;
    padding-top: 60px;
    padding-bottom: 20px
}

.info-section .shipping_wrap .ship_foure_after {
    margin-top: 30px;
    margin-bottom: 47px
}

.info-section .shipping_wrap .ship_foure_after .img_after {
    max-width: 152px;
    margin: 0 auto;
    padding-top: 15px
}

.info-section .shipping_wrap .ship_two {
    margin-top: 30px;
    margin-bottom: 30px
}

.info-section .shipping_wrap .ship_foure .block-ship {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.info-section .shipping_wrap .after_top {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000000;
    max-width: 576px;
    margin: 0 auto
}

.info-section .shipping_wrap h4 {
    font-size: 32px;
    line-height: 30px;
    padding-top: 20px;
}

.information6 .head-title .l-title h1,
.information6 .head-title .l-title h4 {
    font-size: 24px;
    line-height: 1.458;
    margin-bottom: 15px;
}

.info-section .shipping_wrap .block-ship .text_2 {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 12px;
    color: #333333;
    padding-top: 7px;
    padding-bottom: 7px
}

.info-section .lisap {
    padding-top: 50px;
    padding-bottom: 50px
}

.info-section .lisap .container {
    padding-left: 0;
    padding-right: 0
}

.info-section .section-map {
    padding-bottom: 0
}

.info-section .section-map .container {
    padding-left: 0;
    padding-right: 0
}

.map_wrap {
    position: relative
}

.map_wrap .map_wrap-item:first-child .map_wrap-block .title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #333333
}

.map_wrap .map_wrap-item:first-child .map_wrap-block .title-e {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #828282
}

.alert-success {
    z-index: 999;
    top: 20px;
    right: 20px;
    background-color: #ffdcd5;
    border-color: #090909;
    color: #000000a8
}

.alert-success .close {
    position: absolute;
    top: 0;
    right: 6px;
}

.alert-success a {
    color: black;
    text-decoration: underline
}

.compare .products__title {
    margin-top: 15px;
    margin-bottom: 10px
}

.system_wr .img-sys {
    width: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-radius: 50%;
    background: #F2F2F2
}

.system_wr .text_1 {
    color: #FF3C3C
}

.system_wr .text_1 span {
    font-size: 13px
}

.system_wr .text_2 {
    line-height: 20px !important
}

.products__title.m-blog {
    margin-bottom: 20px;
    margin-top: 24px
}

.cart_stage_1 .empty .img_popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 70px;
}

.cart_stage_1 .empty .img_popup .img_popup-row {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.cart_stage_1 .empty .t_popup .head_not_found {
    color: #000;
    text-align: center;
    font-family: Jost, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4545;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart_stage_1 .empty .t_popup .bottom_not_found {
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
    text-align: center;
}

.cart_stage_1 .empty .t_bottom a {
    min-width: 312px;
    width: fit-content;
    height: 55px;
    margin: 25px auto 0;
    padding: 16px 25px;
    border-radius: 2px;
    background: #000;
    font-size: 16px;
    line-height: 1.4375;
}

.slick-slider .prev {
    position: absolute;
    top: 50%;
    z-index: 2;
    left: -25px;
    cursor: pointer;
    /* background: #E0E0E0; */
    border-radius: 2px;
    /* width: 41px; */
    /* padding: 15px; */
}

.slick-slider .next {
    position: absolute;
    right: -25px;
    top: 50%;
    cursor: pointer;
    /* background: #E0E0E0; */
    border-radius: 2px;
    /* width: 41px; */
    /* padding: 15px; */
}

.slick-initialized .slick-slide {
    outline: none
}

.accordion .acc_body_ak {
    margin-top: 20px
}

.accordion .acc_body {
    background: white;
    padding: 30px 15px
}

.accordion .ui-accordion {
    position: relative;
    top: -20px
}

.accordion .ui-accordion .acc_head {
    padding: 0 30px 20px 30px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 15px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 15px
}

.accordion .acc_head {
    padding: 20px 30px;
    background: #FFFFFF;
    -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 15px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 15px
}

.accordion .acc_head:focus {
    outline: none
}

.accordion .acc_head .acc_head_in_body {
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #E3E8F3;
    border-right: 1px solid #E3E8F3
}

.accordion .acc_head .acc_head_in_body .acc_head_in-item img {
    width: 70px
}

.accordion .acc_head .acc_head_in_body .acc_head_in-item a i {
    margin-right: 5px;
    font-size: 13px;
    background: #EFF3F3;
    color: black;
    position: absolute;
    top: -79px;
    left: -8px;
    width: 16px;
    height: 16px
}

.accordion .acc_head .acc_head_in {
    padding: 20px 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;
    border: 1px solid #E3E8F3
}

.accordion .acc_head .acc_head_in .acc_head_in-item p {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #000000
}

.accordion .acc_head .acc_head_in .acc_head_in-item a {
    font-size: 14px;
    line-height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
    position: relative;
    text-decoration: underline
}

.accordion .acc_head .acc_head_in .acc_head_in-item a i {
    position: absolute;
    margin-right: 5px;
    font-size: 20px;
    background: inherit;
    color: black;
    left: -27px;
    top: 0px
}

#popup_compare {
    display: none;
    padding: 25px 30px 25px 30px
}

#popup_compare .form-group label {
    padding-left: 50px
}

#popup_compare .add_new_compare {
    margin-bottom: 35px
}

#popup_compare .add_new_compare p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    padding-top: 40px;
    text-align: center;
    color: #000000
}

#popup_compare .add_new_compare .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#popup_compare .add_new_compare .form-group .btn-primary {
    height: 34px
}

#popup_compare .add_new_compare .form-group .btn-primary:hover {
    height: 34px
}

.contain {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%
}

.contain input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: -9px;
    left: 0;
    height: 40px;
    width: 40px;
    background-color: #fff;
    border: 1px solid black
}

.contain:hover input ~ .checkmark {
    background-color: #fff;
}

.contain input:checked ~ .checkmark {
    background-color: #C8A07A;
    border: 1px solid #C8A07A !important;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.contain input:checked ~ .checkmark:after {
    display: block
}

.contain .checkmark:after {
    left: 16px;
    top: 9px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.success_compare-wr {
    display: none
}

.success_compare-wr .success_compare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px
}

.success_compare-wr .success_compare .wr_compare:last-child p {
    font-size: 17px;
    padding-left: 10px
}

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

a:focus {
    text-decoration: none;
    color: inherit;
}

.owl-carousel .owl-dot:hover, .owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover {
    background: #F96041;
    border-color: #F96041;
    opacity: 1
}

.owl-carousel .owl-dot:active, .owl-carousel .owl-nav .owl-next:active, .owl-carousel .owl-nav .owl-prev:active {
    background: #F96041;
    border-color: #F96041;
    opacity: 1
}

.form_fpone .btn:hover {
    background: #F96041;
    border-color: #F96041;
    color: white
}

.success_dsrp {
    display: none;
    margin-top: 15px;
    width: 100%
}

.success_dsrp span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    padding: 7px 10px;
    border: 1px solid white;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.lang-wrap {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

#field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    border: 1px solid #E3E8F3
}

#field .field {
    text-align: center;
    width: 30px;
    margin: 0;
    color: black;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#field .field-info {
    text-align: center;
    width: 47px;
    margin: 0;
    color: black;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#field .field-popup {
    text-align: center;
    width: 47px;
    margin: 0;
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#field .sub {
    cursor: pointer;
    width: 17px;
    font-size: 18px;
    background: inherit;
    border: none;
    color: black;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

#field .add {
    cursor: pointer;
    width: 17px;
    font-size: 18px;
    background: inherit;
    border: none;
    color: black;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.info-btn-bottom .btn-lisap-buy {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin: 0
}

.info-btn-bottom .btn-lisap-buy-outline {
    margin: 0
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.info-btn-bottom .row {
    padding-left: 15px;
    padding-right: 15px
}

.info-btn-bottom .row #button-cart2 {
    width: 100%
}

.placeholder:after {
    position: absolute;
    top: 0;
    right: 0;
    color: red;
    content: '*'
}

section.cart_line {
    padding: 0;
}

.cart_info {
    float: left;
}

.cart_info span {
    display: block;
}

.cart_info .cnt {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.429;
    color: #000;
}

.cart_info .summ {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4375;
    color: #333;
    display: inline-block;
}

ul.prod_list {
    list-style: none;
    display: flex;
}

section.categories_block .block_content {
    display: flex;
    justify-content: space-between;
}

ul.category_list {
    list-style: none;
    text-align: left;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    width: 100%;
}

.form-control {
    height: 44px;
    font-family: Jost, sans-serif;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #fff;
    box-shadow: none;
    transition: box-shadow unset;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
    padding: 12px 20px;
}

.form-control:focus,
.form-control:hover {
    border-color: #C8A07A;
    box-shadow: none;
}

.has-error .form-control,
.has-error .form-control:focus,
.has-error .form-control::placeholder {
    /*border-color: #FF91D3;*/
    box-shadow: none;
    /*color: #FF91D3;*/
    opacity: 1;
}

.form-control::placeholder {
    color: #909090;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
}

.form-group {
    margin-bottom: 10px;
}

.btn {
    border-radius: 0;
}

.modal-footer {
    border-top: none;
}

.modal-content {
    box-shadow: none;
    border: none;
}

.modal-header {
    padding-bottom: 0;
    min-height: unset;
}

.slider-top {
    position: relative;
    z-index: 0;
}

.container {
    width: 100%;
    max-width: 1386px;
    padding-right: 15px;
    padding-left: 15px;
}

.embed-responsive-1by1 {
    padding-bottom: 100%;
}

.embed-responsive-300by187 {
    padding-bottom: 62.334%;
}

.embed-responsive-360by243 {
    /*    padding-bottom: 66.946%;*/
    padding-bottom: 100%;
}

.embed-responsive-428by276 {
    padding-bottom: 64.486%;
}

.certificates__item__image {
    margin: auto;
}

.footer-contact .l-social .social a span.svg-container {
    margin-left: 0;
}

.footer-contact .l-social .social a span svg {
    display: block;
}

.footer-bottom-logo svg {
    display: block;
}

.b-breadcrumbs {
    border-top: 1px solid #EFF3F3;
    margin-left: 15px;
    padding-left: 0;
}

.breadcrumbs__list {
    padding: 5px 0 0;
}

.breadcrumbs__list-item {
    padding-right: 15px;
    margin-right: 11px;
}

.breadcrumbs__list-item > a span,
.breadcrumbs__list-item > span {
    color: #909090;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
    display: inline-block;
    white-space: nowrap;
    transition: all .3s ease;
}

.breadcrumbs__list-item > a span {
    color: #333;
}

.b-page_title > .page_title-text {
    padding: 0;
    margin: 0 0 20px 0;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4545;
}

[class*="product-category"] .row.pagin.fix-grid {
    margin-top: 20px;
}

[class*="product-category"] .product-layout {
    margin-top: 0;
}

.pagination {
    margin: 5px 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.pagination li a {
    margin: 5px;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.462;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 50% !important;
    z-index: 2;
    background-color: #fff;
    width: 35px;
    height: 35px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.462;
    border: 1px solid #000;
    border-radius: 50% !important;
    z-index: 2;
    background-color: #fff;
    width: 35px;
    height: 35px;
    padding: 8px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #FF91D3;
    background-color: #fff;
    border: 2px solid #FF91D3;
    outline: none;
}

.pagination > li > a.prev,
.pagination > li > a.next {
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 50%;
}

.pagination > li > a.num {
    display: none;
}

/*Catalog START*/

[class*="product-category"] .text-section {
    padding-top: 20px;
}

[class*="product-category"] footer, [class*="product-search"] footer {
    margin-top: 40px;
}

.mfilter-box .mfilter-button-reset,
.mfilter-button-reset {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    padding: 5px 13px;
    height: 28px;
    background: #EFF3F3;
    margin-left: 0;
    white-space: nowrap;
}

.mfilter-box .mfilter-button-reset svg,
.mfilter-button-reset svg {
    margin-left: 9px;
}

.sort__by-dropdown .dropdown-menu {
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #fff;
    box-shadow: 0px 3.3px 5.5px 0px rgba(0, 0, 0, 0.05);
    padding: 13px 15px 14px 0;
    top: -19px;
    right: -14px;
}

.s-lisap_dropdown .dropdown-menu > li > a {
    padding: 2.5px 20px;
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
    border-bottom: none;
}

.s-lisap_dropdown .dropdown-menu > li > a:focus,
.s-lisap_dropdown .dropdown-menu > li > a:hover {
    color: #C8A07A;
    background-color: #fff;
}

.sort__by-dropdown.open svg {
    transform: rotate(180deg);
}

#mfilter-opts-price-min,
#mfilter-opts-price-max {
    width: 86px;
    min-width: 86px;
    max-width: 86px;
    height: 32px;
    font-family: Formular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.142;
    color: #000;
    text-align: center;
    background: transparent;
    border: 0.5px solid #00000029;
    border-radius: 0;
}

.mfilter-price-row {
    display: flex;
    align-items: center;
}

.mfilter-price-inputs {
    max-width: 180px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.mfilter-price-btn {
    font-family: Formular, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.143;
    color: #fff;
    background: #FF91D3;
    padding: 8px;
    height: 32px;
    margin-left: 12px;
}

#mfilter-price-slider .ui-slider-handle {
    width: 15px !important;
    height: 15px !important;
    margin-top: -1px;
    background: #fff;
    border: 1px solid #000 !important;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.mfilter-box-2 #mfilter-price-slider .ui-slider-range {
    background: #000 !important;
}

#mfilter-price-slider {
    height: 2px !important;
    margin: 29px 0 0 0 !important;
    padding: 0 !important;
    background: rgba(0 0 0, 0.15);
}

.mfilter-price-slider {
    padding: 0 0 0 7.5px !important;
    margin-right: 11px !important;
    margin-left: -7.5px;
}

#mfilter-price-slider .ui-slider-handle.ui-state-default.ui-corner-all:not(:last-child) {
    margin-left: 0 !important;
}

.catalog_filter__item {
    /*    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;*/
}

.catalog_filter__item > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.catalog_filter__item > li > div,
#mfilter-box-1 .mfilter-content ul .catalog_filter__item:last-child {
    border-bottom: none !important;
}

.mfilter-box label.mfilter-tb-as-td {
    font-family: Formular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.214;
    color: #000;
    padding: 8px 8px 8px 28px;
}

.mfilter-box label.mfilter-tb-as-td:before {
    content: '';
    border: 0.5px solid #00000029;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 9px;
}

.mfilter-box .mfilter-input-active label.mfilter-tb-as-td:before {
    content: url("../img/icons/mfilter_checkbox_checked.svg");
    position: absolute;
    width: 17px;
    height: 17px;
    border: none;
    top: 7px;
}

.mfilter-box .mfilter-counter.mfilter-close {
    margin-right: -4px;
}

.mfilter-box .mfilter-counter:not(.mfilter-close) {
    margin-right: -5px;
    background: transparent;
    font-family: Formular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.214;
    color: #9FA8B0;
}

.mfilter-box .mfilter-opts-container {
    padding: 0;
}

.sel-filters {
    text-align: left;
}

.sel-filters a {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 5px;
}

.sel-filters label.mfilter-tb-as-td {
    padding: 0 8px 0 0;
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: #313131;
    margin-bottom: 0;
}

[class*="product-category"] .mfilter-button-top, [class*="product-search"] .mfilter-button-top {
    padding: 15px 0 0 0;
}

[class*="product-category"] #info_counter,
[class*="product-search"] #info_counter {
    color: #909090;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
    margin-bottom: 0;
}

[class*="product-category"] #category_top .row {
    display: flex;
    flex-wrap: wrap;
}

[class*="product-category"] .category_top .for_subcats_pict .in {
    height: 100%;
}

#mobile-filter_wrapper .mfilter-box-1 #mfilter-price-slider .ui-slider-range,
#mfilter-box-1 #mfilter-price-slider .ui-slider-range {
    background: #000 !important;
}

#mobile-filter_wrapper .mfilter-box-1 #mfilter-price-slider .value-wrapper,
#mfilter-box-1 #mfilter-price-slider .value-wrapper {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

#mobile-filter_wrapper .mfilter-box-1 #mfilter-price-slider .value-output,
#mfilter-box-1 #mfilter-price-slider .value-output {
    font-family: Formular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.333;
    color: #000;
}

#mobile-filter_wrapper .mfilter-price .mfilter-content-opts,
#mfilter-box-1 .mfilter-price .mfilter-content-opts {
    margin-bottom: 50px;
}

[class*="partners__button__a"] {
    font-family: Formular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.214;
    color: #000;
    position: relative;
    padding-left: 28px;
}

[class*="partners__button__a"]:before {
    position: absolute;
    content: '';
    background: #000;
    left: 28px;
    right: 5px;
    bottom: 0;
    height: 1px;
}

[class*="product-category"] .pagination,
[class*="product-search"] .pagination {
    padding-top: 5px;
    margin-top: 0;
    flex-wrap: wrap;
}

[class*="product-category"] .catalog__more {
    margin-top: 10px;
    margin-bottom: 0;
}

.catalog__more-btn:hover {
    color: #fff;
}

/*Catalog END*/

/*Product START*/

[class*="product-product"] .breadcrumbs__list {
    padding-top: 13px;
}

[class*="product-product"] .breadcrumbs__list .breadcrumbs__list-item:first-child a span {
    color: #BDBDBD;
}

[class*="product-product"] .product__title-text {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
    padding-top: 0;
    margin-top: 2px;
}

[class*="product-product"] .product__info {
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    flex-wrap: wrap;
}

[class*="product-product"] .product__price-availability {
    color: #00A949;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.429;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

[class*="product-product"] .product-page .product__price-availability span {
    padding-right: 5px;
    margin-right: 5px;
}

[class*="product-product"] .product__info .rating-wrap {
    display: flex;
    align-items: center;
    justify-content: end;
    /*    max-width: 25%;*/
    overflow: hidden;
}

[class*="product-product"] .rating-wrap .rating {
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

[class*="product-product"] .rating-wrap .rev_empty,
[class*="product-product"] .rating-wrap .rev_in {
    margin-bottom: 0;
    color: #A6A2A2;
    font-size: 14px;
    line-height: 1.429;
}

[class*="product-product"] .product__info-code {
    display: flex;
    align-items: center;
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
    padding-left: 0;
    white-space: nowrap;
}

[class*="product-product"] .b-product {
    margin-top: 10px;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

[class*="product-product"] .product-one-image .thumbnails,
[class*="product-product"] .product__image .thumbnails {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 2px;
    width: 100%;
}

[class*="product-product"] .product-one-image .slick-prev:before {
    content: url("../img/icons/arrow_prev_product.svg");
    font-size: unset;
}

[class*="product-product"] .product-one-image .slick-next:before {
    content: url("../img/icons/arrow_next_product.svg");
    font-size: unset;
}

[class*="product-product"] .product-one-image .slick-prev,
[class*="product-product"] .product-one-image .slick-next {
    border: 1px solid #EFF3F3;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background: #fff;
}

[class*="product-product"] .product-one-image .slick-prev {
    left: 10px;
}

[class*="product-product"] .product-one-image .slick-next {
    right: 10px;
}

/*
[class*="product-product"] .product-one-image .slick-track {
    display: flex;
    align-items: center;
}

[class*="product-product"] .image-additional-slider img {
    margin: 3px;
    padding: 7px;
    border: 1px solid transparent;
    max-height: 56px;
    height: auto;
    width: auto !important;
    max-width: 56px;
}

[class*="product-product"] .image-additional-slider {
    margin: 6px 7px 0 7px;
}

[class*="product-product"] .image-additional-slider .slick-current {
    border: 1px solid #FF91D3;
}

[class*="product-product"] .image-additional-slider .slick-track {
    display: flex;
    align-items: center;
}

[class*="product-product"] .image-additional-slider .product-slider-image .slick-list {
    padding: 0 !important;
}
*/

[class*="product-product"] .product__price-number .special,
[class*="product-product"] #popup_img .special {
    color: #FF5252;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.429;
    display: flex;
    align-items: flex-end;
    margin-left: 0;
}

[class*="product-product"] .only-prof-stock {
    margin-top: 15px;
}

[class*="product-product"] .product__price-number,
[class*="product-product"] #popup_img .product__price {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.429;
}

[class*="product-product"] .product__price-number {
    display: inline-flex;
    align-items: center;
}

.product__price .product__price-number span {
    margin-left: 5px;
}

.product__price .product__price-number .old-price span {
    margin-left: 0;
}

[class*="product-product"] .product__price-number .old-price,
[class*="product-product"] #popup_img .old-price {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
    margin-left: 15px;
    position: relative;
    white-space: nowrap;
}

[class*="product-product"] .product__price-number .old-price:before,
[class*="product-product"] #popup_img .old-price:before {
    background: #333;
    position: absolute;
    content: '';
    top: 15px;
    left: 0;
    right: 0;
    height: 1px;
}

[class*="product-product"] #popup_img .old-price:before {
    top: 10px;
}

[class*="product-product"] .product__image {
    margin-bottom: 0;
}

[class*="product-product"] #field .field {
    color: #000;
    text-align: center;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
    width: 47px;
}

[class*="product-product"] #field {
    border: none;
    border-radius: 2px;
    width: 117px;
    height: 50px;
}

[class*="product-product"] #field .sub,
[class*="product-product"] #field .add {
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

[class*="product-product"] #field .sub svg path,
[class*="product-product"] #field .add svg path {
    transition: all .3s ease;
}

[class*="product-product"] #field .sub:hover svg path,
[class*="product-product"] #field .add:hover svg path {
    fill: #C8A07A;
}

[class*="product-product"] .btn.btn-lisap-buy {
    display: flex;
    padding: 14px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background: #000;
    color: #fff;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
    height: 50px;
}

[class*="product-product"] .btn.btn-lisap-buy svg {
    margin-right: 10px;
}

[class*="product-product"] .product__fast-orig {
    padding-left: 17px;
    text-align: center;
}

[class*="product-product"] .product__fast .btn.product__buy-btn {
    color: #333;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    border: none;
    border-bottom: 1px solid #333;
    text-transform: none;
    height: auto;
    display: inline-flex;
    margin: auto;
    padding: 0;
}

[class*="product-product"] .info-product {
    margin-top: 10px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    padding: 20px;
}

[class*="product-product"] .info-product .info-product-item {
    margin-bottom: 0;
}

[class*="product-product"] .info-product .info-product-item:not(:last-child) {
    margin-bottom: 10px;
}

[class*="product-product"] .info-product .info-product-item .attr-name {
    color: #909090;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.462;
    display: block;
    float: left;
    margin-right: 5px;
}

[class*="product-product"] .info-product .info-product-item .attr-text {
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
    display: block;
    margin-top: 0;
}

[class*="product-product"] .info-product .info-product-item p span {
    font-weight: 400;;
}

[class*="product-product"] .info-discount {
    display: flex;
    padding: 15px 20px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 2px;
    background: #FFF9B4;
    margin-top: 10px;
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.572;
}

[class*="product-product"] .info-discount > span {
    display: block;
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4375;
/*    padding-bottom: 5px;*/
}

[class*="product-product"] .info-discount > button {
    display: inline-flex;
    align-items: center;
    padding: 0;
    margin-top: 2px;
}

[class*="product-product"] .info-discount > button span {
    display: inline-block;
    color: #333;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    border-bottom: 1px solid #333;
}

[class*="product-product"] .info-discount > button svg {
    margin-left: 10px;
}

[class*="product-product"] .info-right {
    margin-top: 10px;
    padding: 15px 25px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

[class*="product-product"] .info-right .title-top {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.45;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

[class*="product-product"] .info-right .title-t {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.467;
}

[class*="product-product"] .info-right .ir-item:not(:last-child) {
    margin-bottom: 15px;
}

[class*="product-product"] .info-right .ir-item .title-b-dol,
[class*="product-product"] .info-right .ir-item .title-b {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

[class*="product-product"] .info-right .ir-item .title-b.mon div:not(:last-child) {
    margin-bottom: 8px;
}

[class*="product-product"] .info-right .ir-in > .title-t {
    font-size: 20px;
    line-height: 1.45;
    margin-top: 20px;
    padding-top: 19px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

[class*="product-product"] .info-right .ir-item .title-b-dol span,
[class*="product-product"] .info-right .ir-item .title-b span {
    color: #00A949;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.429;
    display: block;
}

[class*="product-product"] .info-right .ir-item .pay .p-item:not(:first-child) {
    margin-left: 10px;
}

[class*="product-product"] .info-right .ir-item.pay-item {
    margin-top: -4px;
}

[class*="product-product"] .b-producttabs .panel-default {
    border: none;
}

[class*="product-product"] .b-producttabs .panel {
    background: #F9F9F9;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}

[class*="product-product"] .b-producttabs .panel-default > .panel-heading {
    background-color: #fff;
    border: none;
    border-radius: 2px 2px 0 0;
    padding: 0;
}

[class*="product-product"] .b-producttabs .panel-default > .panel-heading:not(:first-child) {
    margin-top: 15px;
}

[class*="product-product"] .b-producttabs .panel-default > .panel-heading a {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.445;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

[class*="product-product"] .b-producttabs .panel-default > .panel-heading a[aria-expanded="true"] {
    padding-bottom: 10px;
}

[class*="product-product"] .b-producttabs .panel-body {
    padding: 0 25px 25px 25px;
}

[class*="product-product"] .b-producttabs .panel-default > .panel-heading a[aria-expanded="true"] svg {
    transform: rotate(180deg);
    transition: all .3s ease;
}

[class*="product-product"] .b-producttabs .panel-default > .panel-heading a[aria-expanded="false"] svg {
    transform: rotate(0deg);
    transition: all .3s ease;
}

[class*="product-product"] .b-producttabs .panel-body,
[class*="product-product"] .b-producttabs .panel-body p,
[class*="product-product"] .b-producttabs .panel-body p span,
[class*="product-product"] .b-producttabs .panel-body p font,
[class*="product-product"] .b-producttabs .panel-body font span,
[class*="product-product"] .b-producttabs .panel-body p font span,
[class*="product-product"] .b-producttabs .panel-body div span:not(.certificates__item-title),
[class*="product-product"] .b-producttabs .panel-body div font span,
[class*="product-product"] .b-producttabs .panel-body li,
[class*="product-product"] .b-producttabs .panel-body span {
    background: #fff;
    color: #333;
    font-family: Jost, sans-serif !important;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467 !important;
    margin-bottom: 0;
    border-radius: 0 0 2px 2px;
}

[class*="product-product"] .b-certificates {
    margin-top: 20px;
    margin-bottom: 74px !important;
}

[class*="product-product"] .owl-carousel .owl-item .certificates__item img {
    max-height: unset;
}

[class*="product-product"] .b-producttabs .panel-body p.certificates__item-title {
    margin-top: 10px !important;
    font-size: 13px !important;
    line-height: 1.462 !important;
}

[class*="product-product"] iframe .ytp-large-play-button.ytp-button.ytp-large-play-button-red-bg svg {
    display: none !important;
}

[class*="product-product"] .review-title-container {
    background: #fff;
}

[class*="product-product"] .review-container {
    padding: 25px;
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    width: 100%;
    margin-bottom: 0;
    border: none;
    position: relative;
}

[class*="product-product"] .review-container:before {
    position: absolute;
    content: '';
    top: 0;
    left: 25px;
    right: 25px;
    height: 1px;
    background: rgba(0, 0, 0, 0.07);
}

[class*="product-product"] .reviews-title {
    display: flex;
    align-items: center;
    padding: 25px;
    border-radius: 2px 2px 0 0;
    background: #fff;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.723;
}

[class*="product-product"] .reviews-title span {
    color: #909090;
    margin-left: 10px;
}

[class*="product-product"] .reviews-block {
    position: relative;
    margin-top: 15px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

[class*="product-product"] .reviews-block:before {
    position: absolute;
    content: '';
    background: #F9F9F9;
    top: -34px;
    left: 0;
    right: 0;
    bottom: -10px;
    z-index: -1;
}

[class*="product-product"] .to-write-review {
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    color: #333;
    border: 1px solid #9FA8B0;
    padding: 15px;
    white-space: nowrap;
    height: 48px;
    margin-bottom: 0 !important;
}

[class*="product-product"] .to-write-review-container {
    margin-top: -38px;
    margin-bottom: 14px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

[class*="product-product"] .review-container .review-author-name {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.467;
    display: inline-block;
}

[class*="product-product"] .review-container .fa-star:before {
    content: url("../img/icons/fa-star-yellow.svg");
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

[class*="product-product"] .review-container .review-date {
    color: #909090;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
    width: 100%;
    padding-left: 10px;
}

[class*="product-product"] .review-container .comment-text {
    padding-top: 14px;
}

[class*="product-product"] .review-container .comment-text p {
    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.429;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #3E3E3E;
    margin-bottom: 14px;
    display: block;
}

[class*="product-product"] .review-container-footer .show-more-review {
    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.423;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #3E3E3E;
    white-space: nowrap;
    display: inline-block;
    position: relative;
}

[class*="product-product"] .review-container-footer .show-more-review:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #3E3E3E;
}

[class*="product-product"] .review-rating-change-buttons {
    margin-left: auto;
}

[class*="product-product"] .review-rating-change-buttons .fa-thumbs-o-up:before {
    content: url("../img/icons/thumbs-up.svg");
}

[class*="product-product"] .review-container-footer {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

[class*="product-product"] .review-container-footer .review_note {
    width: auto;
}

[class*="product-product"] .review-answer-container {
    padding: 0;
}

[class*="product-product"] .review__more-btn {
    font-family: ProximaNova, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.214;
    color: #9FA8B0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #9FA8B0;
    border-radius: 5px;
    padding: 13px;
    height: 44px;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
}

[class*="product-product"] .review__more-btn svg {
    margin-right: 10px;
}

[class*="product-product"] .review__more {
    margin-top: 18px;
}

[class*="product-product"] .products-from-series {
    padding-top: 40px;
}

[class*="product-product"] .products-from-series-title .stagh4 {
    max-width: 175px;
}

[class*="product-product"] .section-new.viewed {
    padding-top: 44px;
}

[class*="product-product"] footer {
    margin-top: 40px;
}

[class*="product-product"] .default-price {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.429;
}

.not-available__btn {
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.231;
    color: #333;
    border: 1px solid #3333334d;
    padding: 12px;
    min-width: 140px;
    height: 40px;
    margin-right: 15px;
    cursor: initial;
}

[class*="product-product"] .reviews-block button.write-review {
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    color: #333;
    padding: 15px 22px;
    border: 1px solid #b7b9b9;
    position: absolute;
    top: -15px;
    right: 10px;
}

[class*="product-product"] #form-review .add-review-star-wrap {
    display: flex;
    padding-left: 15px;
}

[class*="product-product"] .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.167;
    color: #333;
}

[class*="product-product"] .select2-container--default .select2-selection--single {
    border: 1px solid #b3b3b3;
    border-radius: 2px;
    height: 40px;
    padding: 12px 14px;
}

[class*="product-product"] .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.167;
    color: #333;
}

[class*="product-product"] .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

[class*="product-product"] .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    position: absolute;
    content: url("../img/icons/arrow_product_option.svg");
    top: 2px;
    right: 12px;
    width: 13px;
}

[class*="product-product"] .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

[class*="product-product"] .review-container .star-gray:before {
    content: url("../img/icons/fa-star-gray.svg");
}

[class*="product-product"] .review-container .fa.star-stack {
    width: 13px;
    height: 13px;
    position: relative;
}

[class*="product-product"] .review-container .fa-star {
    font-size: 13px;
    height: 13px;
    width: 13px;
}

[class*="product-product"] .review-container .review-author {
    display: inline-flex;
    float: left;
    align-items: center;
}

[class*="product-product"] .review-container .review-author-bought {
    margin-left: 20px;
    display: inline-flex;
    align-items: center;
    color: #00A949;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
    white-space: nowrap;
}

[class*="product-product"] .review-container .review-author-bought svg {
    margin-right: 10px;
}

[class*="product-product"] .review-container .rating-container {
    display: inline-block;
    margin-left: 6px;
}

[class*="product-product"] .review-container .change-rating-button.br-r {
    display: flex;
    align-items: center;
}

[class*="product-product"] .review-container .change-rating-button:not(.br-r) {
    display: none;
}

[class*="product-product"] .review-container .review-vote-count {
    margin-left: 5px;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.462;
}

[class*="product-product"] .only-prof .only-prof-container {
    border-radius: 2px;
    border: 1px solid rgba(249, 96, 65, 0.50);
    background: rgba(249, 96, 65, 0.10);
    padding: 8px 12px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 15px;
    color: #F96041;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.467;
}

[class*="product-product"] .only-prof .prof-sign svg {
    display: block;
    margin-right: 10px;
}

[class*="product-product"] .only-prof .prof-text {
    border: none;
}

[class*="product-product"] #product_main_price.product__price {
    margin-bottom: 14px;
}

[class*="product-product"] .b-producttabs {
    margin-top: 40px;
    background: #F9F9F9;
    padding: 25px 15px 0 15px;
    margin-bottom: 0;
    position: relative;
}

[class*="product-product"] .b-producttabs:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F9F9F9;
    z-index: -1;
}

[class*="product-product"] .content-product-options {
    margin-top: 15px;
}

[class*="product-product"] #form-review i.fa {
    position: relative;
}

[class*="product-product"] #reviews {
    margin-top: 0;
}

[class*="product-product"] #review-extended .pb14 {
    margin-bottom: 14px;
    position: absolute;
    top: -13px;
    right: 0;
}

[class*="product-product"] .review-text-container .plus,
[class*="product-product"] .review-text-container .minus {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #3E3E3E;
}

[class*="product-product"] .review-container .change-rating-button.br-r {
    border-right: none;
}

[class*="product-product"] #review-extended .ex-image-additional {
    box-shadow: none;
    margin: 0 4.5px;
    height: 88px;
    width: 88px;
    border-radius: 4.41px;
}

[class*="product-product"] .review-container .ex-image-additional a {
    padding: 0;
    display: block;
    width: 88px;
    height: 88px;
}

[class*="product-product"] .review-container .ex-image-additional .image-crop {
    height: 100%;
    width: 100%;
    max-width: none !important;
    position: relative;
    top: unset;
    left: unset;
}

[class*="product-product"] .review-container .review-media-container {
    margin-top: 4px;
    margin-left: -4.5px;
    display: flex;
    flex-wrap: nowrap;
    width: fit-content;
    overflow-x: scroll;
}

[class*="product-product"] .review-container .reviews-thumbnails {
    display: flex;
    flex-wrap: nowrap;
    width: fit-content;
    overflow-x: scroll;
}

[class*="product-product"] .review-container .review-rating-change-buttons,
[class*="product-product"] .review-container .change-rating-button {
    padding: 0;
}

[class*="product-product"] .product__price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}

/*Product END*/

/*modal discount + loyalty START*/

.modal-discount span.modal-title {
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.2279;
    color: #333;
    display: inline-block;
    padding-bottom: 0;
}

.modal-discount .modal-subtitle {
    margin-top: 10px;
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

.modal-discount .modal-dialog {
    margin: 0;
}

.modal-discount .modal-content {
    padding: 17px 10px;
    border-radius: 0;
}

.modal-discount .modal-header .close {
    margin-top: 3px;
    margin-right: -10px;
}

.modal-discount .discount-list {
    margin-top: 6px;
}

.modal-discount .lisap-block,
#loyalty-page .lisap-block {
    margin-top: 10px;
    padding: 15px 15px 15px 72px;
    width: auto;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    position: relative;
}

.modal-discount .lisap-block .lisap-block-head,
#loyalty-page .lisap-block .lisap-block-head {
    flex-direction: column;
}

.modal-discount .lisap-block .lisap-block-head p,
#loyalty-page .lisap-block .lisap-block-head p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4375;
    margin: 0;
    display: flex;
    align-items: center;
}

.modal-discount .lisap-block .lisap-block-head p span,
#loyalty-page .lisap-block .lisap-block-head p span {
    margin-left: 10px;
    display: inline-flex;
    padding: 0 6px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background: #F3F3F3;
    color: #636363;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.462;
    height: 23px;
}

.modal-discount .lisap-block .lisap-block-body,
#loyalty-page .lisap-block .lisap-block-body {
    padding-left: 0;
}

.modal-discount .lisap-block .lisap-block-body p,
#loyalty-page .lisap-block .lisap-block-body p {
    margin-top: 2px;
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
}

.modal-discount .lisap-block .lisap-block-head .pink-circle,
#loyalty-page .lisap-block .lisap-block-head .pink-circle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    color: #FF5252;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.429;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #FF5252;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-discount .lisap-block .text-pink,
#loyalty-page .lisap-block .text-pink {
    font-family: Formular, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    color: #FF91D3;
}

/*modal discount + loyalty END*/

/*certificates START*/

.information-information-5 .b-breadcrumbs,
.info-section .b-breadcrumbs {
    border-top: none;
}

.information-information-5 .b-breadcrumbs .breadcrumbs__list,
.info-section .b-breadcrumbs .breadcrumbs__list {
    padding: 5px 0 0;
}

.information-information-5 h1,
.info-section h1 {
    font-size: 22px;
    line-height: 1.455;
}

.information-information-5 .information5 {
    padding-top: 10px;
}

.information-information-5 .information5 .heading-wrap p {
    color: #909090;
    font-size: 14px;
    line-height: 1.429;
    margin-top: 10px;
}

.information-information-5 .info-section .information5 .certificates__item {
    margin-top: 0;
    padding-left: 3.75px;
    padding-right: 3.75px;
    margin-bottom: 20px;
}

.information-information-5 .info-section .information5 .certificates__item:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.information-information-5 .information5 .certificates__item-title {
    display: none;
}

.information-information-5 footer {
    margin-top: 40px;
}

.information-information-5 .b-certificates {
    margin: 10px auto 0 auto;
    padding: 15px 11.25px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.information-information-5 .b-certificates .certificates__item-more {
    padding: 4px 25px;
}

.certificates__item-more:hover {
    color: #fff;
    background: rgba(200, 160, 122, 0.80);
}

/*certificates END*/

/*404 START*/

.not_found {
    margin-top: 10px;
    display: flex;
    padding: 60px 0;
    flex-direction: column;
    align-items: center;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.not_found .not_found_2 {
    color: #909090;
    font-family: Jost, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
    margin-bottom: 0;
}

.not_found .not_found_3 {
    color: #000;
    text-align: center;
    font-family: Jost, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4375;
    margin-top: 20px;
    margin-bottom: 0;
}

.not_found .not_found_4,
.not_found .not_found_4 a {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4375;
    margin-top: 12px;
    margin-bottom: 0;
}

.not_found .not_found_4 a {
    position: relative;
}

.not_found .not_found_4 a:before {
    position: absolute;
    content: '';
    background: #000;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    bottom: 3px;
}

.error-not_found .categories_block {
    margin-top: 61px;
}

.error-not_found .section-new.viewed {
    margin-bottom: 45px;
}

.error-not_found footer {
    margin-top: 40px;
}

/*404 END*/

/*about START*/

.about_info {
    padding-top: 10px;
}

.about_info .wrapper {
    margin-top: 10px;
}

.about_info .about-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 316px;
    padding: 100px;
    border-radius: 2px;
    background: #000;
}

.about_info .about-image svg {
    width: 100%;
    max-width: 255px;
    height: auto;
    margin: auto;
    display: block;
}

.about_info .about-text {
    margin-top: 20px;
    padding: 15px;
    border-radius: 2px;
    background: #F9F9F9;
}

.about_info h3 {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.579;
    margin-top: 25px;
    margin-bottom: 10px;
}

.about_info h3:first-child {
    margin-top: 0;
}

.about_info h3:last-child {
    margin-bottom: 0;
}

.about_info p,
.about_info ol,
.about_info ul {
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.667;
    margin-top: 10px;
    margin-bottom: 0;
}

.about_info ol,
.about_info ul {
    padding-left: 15px;
}

/*about END*/

/*kontakti START*/

.contact-text-block {
    padding: 10px 0 20px 0;
}

#contact-page .head-title {
    justify-content: left;
    margin-bottom: 10px;
}

.contact-text-block .map_wrap-block .title-b {
    color: #909090;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
    margin-bottom: 4px;
}

.contact-text-block .map_wrap-block:nth-child(2) .title-b {
    margin-bottom: 15px;
}

.contact-text-block .map_wrap-block .title-text {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.444;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.contact-text-block .map_wrap-block .title-text svg {
    margin-right: 5px;
}

.contact-text-block .map_wrap-block:nth-child(2) .title-text,
.contact-text-block .map_wrap-block:nth-child(3) .title-text {
    font-size: 16px;
    line-height: 1.4375;
}

.contact-text-block .map_wrap-item .map_wrap-block:not(:first-child) {
    margin-top: 15px;
}

.map_wrap .map_wrap-item {
    height: 525px;
}

#contact-page {
    margin-bottom: 40px;
}

/*kontakti END*/

/*dostavka START*/

#delivery_and_payment {
    margin-top: 10px;
    margin-bottom: 40px;
}

#delivery_and_payment .head-title {
    justify-content: left;
}

#delivery_and_payment .ship_one div .top {
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
    margin-bottom: 15px;
    margin-left: 20px;
    position: relative;
}

#delivery_and_payment .ship_one div .top:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -20px;
    width: 2px;
    height: 100%;
    background: #C8A07A;
}

#delivery_and_payment .ship_one div .top:nth-child(3) .top-title {
    color: #909090;
    font-size: 13px;
    line-height: 1.462;
    margin-bottom: 5px;
    display: block;
}

#delivery_and_payment .ship_one div .top:nth-child(3) .phone {
    display: inline-block;
/*    margin-bottom: 5px;*/
}

#delivery_and_payment .ship_two {
    margin: auto;
}

#delivery_and_payment .ship_two > div {
    padding: 0;
}

#delivery_and_payment .ship_foure .ship-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
}

.info-section .shipping_wrap .block-ship {
    padding: 25px 30px;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    border-right: 1px solid rgba(0, 0, 0, 0.10);
    border-bottom: 4px solid rgba(0, 0, 0, 0.10);
    border-left: 1px solid rgba(0, 0, 0, 0.10);
    width: 100%;
    margin-bottom: 10px;
}

.info-section .shipping_wrap .block-ship .text_1 {
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4375;
    padding-top: 5px;
    margin-bottom: 5px;
}

.info-section .shipping_wrap .block-ship .text_3 {
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
    margin-bottom: 0;
}

.info-section .shipping_wrap .block-ship .text_3 + .text_3 {
    margin-top: 10px;
}

.info-section .shipping_wrap .block-ship .text_3 span {
    color: #00A949;
    font-weight: 500;
}

.info-section .shipping_wrap .block-ship .text_3 .stagb {
    font-weight: 500;
    color: #FF91D3;
}

.info-section .shipping_wrap .ship_thre {
    margin-top: 10px;
}

.info-section .shipping_wrap .ship_thre .stagh4 {
    font-size: 22px;
    line-height: 1.182;
    margin-bottom: 20px;
}

#delivery_and_payment .ship_foure {
    margin: auto;
}

#delivery_and_payment .ship_foure > div {
    padding: 0;
}

#delivery_and_payment .ship_foure .block-ship {
    padding: 40px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

#delivery_and_payment .ship_foure .block-ship .text_1 {
    color: #000;
    text-align: center;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
    margin-top: 15px;
    margin-bottom: 0;
    padding-top: 0;
}

#delivery_and_payment .ship_foure .block-ship {
    border: 1px solid rgba(0, 0, 0, 0.07);
}

#delivery_and_payment .ship_five {
    margin-top: 20px;
}

#delivery_and_payment .ship_five .stagh4 {
    font-size: 22px;
    line-height: 1.182;
}

#delivery_and_payment .ship_six .back p {
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4375;
    margin-bottom: 0;
}

#delivery_and_payment .ship_six > div {
    padding-left: 15px;
    padding-right: 15px;
}

#delivery_and_payment .equal > div[class*='col-'] {
    margin: unset;
}

/*dostavka END*/

/*blog START*/

.newsblog-category .m-blog .head-title {
    justify-content: left;
}

.newsblog-category .products__title.m-blog {
    margin-top: 10px;
    margin-bottom: 20px;
}

.newsblog-category .blog__preview {
    max-width: none;
}

.newsblog-category .blog__preview a {
    display: block;
    position: relative;
    overflow: hidden;
}

.newsblog-category .blog__preview a .blog__preview-title,
.newsblog-article .blog__preview-wrap .blog__preview-title {
    transition: .3s;
}

.newsblog-category .lisap-posts-blog {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
}

.newsblog-category .lisap-posts-blog:last-child {
    margin-bottom: 0;
}

.newsblog-category .blog__preview-wrap {
    top: 0;
    margin-bottom: 0;
}

.newsblog-category .blog__preview-date {
    margin-top: 15px;
    margin-bottom: 5px;
    color: #909090;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
}

.newsblog-category .blog__preview-title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4375;
}

.newsblog-category .blog__pagination {
    margin-top: 0;
}

.newsblog-category .pagination {
    margin-top: 20px;
    margin-bottom: 0;
}

.newsblog-category .lisap {
    padding-bottom: 0;
}

.newsblog-category footer {
    margin-top: 40px;
}

.newsblog-category .d-mobile-none {
    display: none;
}

.newsblog-category .b-breadcrumbs {
    margin-left: 0;
}

/*blog END*/

/*blog/post START*/

.newsblog-article .b-bpost iframe {
    margin-bottom: 0;
    margin-right: -10px;
}

.newsblog-article .b-bpost .m-blog {
    /*position: absolute;
    top: 228px;*/
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.newsblog-article .b-bpost #content {
    padding-left: 0;
    padding-right: 0;
    margin-top: 18px;
}

.newsblog-article .blog_date_add {
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    /*    color: #fff;*/
    margin-left: 7px;
}

.newsblog-article h1 {
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1875;
    /*    color: #fff;*/
}

.newsblog-article .l-title {
    margin-left: 42px;
}

.newsblog-article .b-bpost .m-blog + p {
    margin-bottom: 30px;
}

.newsblog-article .b-bpost .m-blog + p + p {
    margin-bottom: 19px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.info-section-articles .eapps-social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.newsblog-article .social-row {
    padding-left: 10px;
    padding-right: 10px;
}

.newsblog-article .social-text {
    display: none;
}

.newsblog-article .disqus-block {
    position: relative;
    margin-top: 40px;
    /* padding-left: 0;
     padding-right: 0;*/
}

.newsblog-article .disqus-block:before {
    position: absolute;
    content: '';
    top: 0;
    left: -10px;
    right: 0;
    bottom: 0;
    background: #F9F9F9;
    z-index: -1;
}

.newsblog-article .lisap-articles {
    padding-top: 70px;
}

.newsblog-article .articles__title .l-title {
    margin-left: 0;
    align-items: start;
}

.newsblog-article .articles__title .l-title .stagh4 {
    font-size: 22px;
    line-height: 1.182;
}

.newsblog-article .lisap-articles .lisap-head {
    display: none;
}

.newsblog-article .blog__preview {
    max-width: unset;
}

.newsblog-article .lisap-articles .container {
    padding-left: 0;
    padding-right: 0;
}

.newsblog-article .lisap-articles .m-scrollable {
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.newsblog-article .art-date-add {
    display: block;
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.167;
    color: #333;
    margin-bottom: 16px;
}

.newsblog-article .blog__preview-wrap .blog__preview-title {
   /* font-size: 14px;
    line-height: 1.429;*/
}

.newsblog-article .lisap-articles .j-carousel-articles .owl-nav {
    position: absolute;
    bottom: 10px;
}

.newsblog-article .lisap-articles .blog__preview .embed-responsive-1by1 {
/*    padding-bottom: 67.5%;*/
}

.newsblog-article .lisap-articles .owl-carousel {
    margin-bottom: 5px;
}

.newsblog-article .lisap-articles .owl-carousel .owl-item img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.newsblog-article footer {
    margin-top: 50px;
}

/*blog/post END*/

/*loyalty START*/
#loyalty-page {
    padding-top: 10px;
    margin-bottom: 40px;
}

#loyalty-page .head-title {
    justify-content: left;
}

#loyalty-page.shipping_wrap .top {
    color: #909090;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
    margin-top: 10px;
    margin-bottom: 0;
}

#loyalty-page .ship_two {
    /*    margin-top: 0;*/
}

/*loyalty END*/

/*account START*/

[class*="account-"] #content,
[class*="account-"] .b-thanks {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

[class*="account-"] .page-title,
[class*="account-"] .page_title-text {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.462;
    text-align: center;
    margin-bottom: 0;
}

[class*="account-"] .discount-block {
    margin-top: 20px;
    padding: 10px;
    background: #FFF4FB;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
}

[class*="account-"] .discount-item {
    font-family: Formular, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 0.934;
    color: #333;
    width: 33.33%;
    position: relative;
}

[class*="account-"] .discount-item:not(:last-child):after {
    position: absolute;
    content: url("../img/icons/arrow_account_mobile.svg");
    top: 14px;
    right: 11px;
}

[class*="account-"] .discount-item .text-pink {
    color: #FF91D3;
}

[class*="account-"] .discount-item .text-small {
    margin-top: 8px;
    font-family: Formular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2343;
    color: #333;
}

[class*="account-"] .discount-block .discount-item:last-child .text-small {
    width: 96px;
}

[class*="account-"] .discount-item .text-gray {
    color: #333;
    opacity: 0.3;
}

[class*="account-"] .discount-item .title {
    width: 56px;
}

[class*="account-"] .form-edit {
    margin-top: 17px;
}

[class*="account-"] legend {
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    border-bottom: none;
    margin-bottom: 10px;
}

[class*="account-"] .form-input-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

[class*="account-"] .form-group {
    margin-bottom: 12px;
}

[class*="account-"] .form-control {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.538;
    color: #333;
    border-radius: 2px;
}

[class*="account-"] .order-list-table tr {
    display: flex;
    flex-wrap: wrap;
}

[class*="account-"] .order-list-table > tbody > tr > td {
    border-top: none;
    display: flex;
    flex-direction: column;
    padding: 0;
}

[class*="account-"] .order-list-table td.order-number,
[class*="account-"] .order-list-table td.order-status {
    width: 50%;
}

[class*="account-"] .order-list-table td.order-number {
    padding-right: 5px;
}

[class*="account-"] .order-list-table td.order-status {
    padding-left: 5px;
}

[class*="account-"] .order-list-table td.order-sum {
    width: 100%;
    order: 1;
    padding-top: 20px;
}

[class*="account-"] .order-list-table .more-mobile a {
    padding: 0;
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
    display: inline-block;
    margin-top: 20px;
    position: relative;
}

[class*="account-"] .order-list-table .more-mobile a:before {
    position: absolute;
    content: '';
    background: #000;
    bottom: 3px;
    left: 0;
    right: 0;
    height: 1px;
}

[class*="account-"] .order-list-table .more-desktop {
    text-align: right;
    vertical-align: middle;
    display: none;
}

[class*="account-"] .order-list-table .tr-title {
    color: #909090;
    font-family: Jost, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.462;
    display: inline-block;
    margin-bottom: 5px;
}

[class*="account-"] .order-list-table .tr-content {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
}

[class*="account-"] .order-list-table .tr-mobile td {
    padding: 0;
}

[class*="account-"] .pagination > .active > a,
[class*="account-"] .pagination > .active > a:focus,
[class*="account-"] .pagination > .active > a:hover,
[class*="account-"] .pagination > .active > span,
[class*="account-"] .pagination > .active > span:focus,
[class*="account-"] .pagination > .active > span:hover {
    border-radius: 0 !important;
    width: 44px;
    height: 44px;
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
}

[class*="account-"] .pagination li a {
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
}

[class*="account-"] .pagination .d-mobile-none {
    display: none;
}

[class*="account-"] .pagination > li > a.prev,
[class*="account-"] .pagination > li > a.next {
    border: none;
}

[class*="account-"] .pagination > li > a.prev svg,
[class*="account-"] .pagination > li > a.next svg {
    transform: scale(1.3);
}

[class*="account-"] .pagination > li > a.prev svg path {
    stroke: #BDBDBD;
}

.account-password .account-list-items {
    margin-bottom: 30px;
}

.account-password .form-password legend {
    font-size: 16px;
    margin-bottom: 19px;
}

[class*="account-"] footer {
    margin-top: 40px;
}

.account-order footer {
    margin-top: 15px;
}

.account-login .well {
    max-width: 400px;
    width: 100%;
    margin: auto;
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

.account-login .well .form-control {
    max-width: none;
}

.account-login .well .subtitle,
.account-simpleregister .simpleregister-have-account,
.account-forgotten .subtitle,
.account-reset legend {
    color: #333;
    text-align: center;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
    margin: 5px auto 25px auto;
}

.account-login .well .subtitle {
    max-width: 225px;
}

.account-login .well .subtitle a,
.account-simpleregister .simpleregister-have-account a {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
    display: inline-block;
    position: relative;
}

.account-login .well .subtitle a:before,
.account-simpleregister .simpleregister-have-account a:before {
    position: absolute;
    content: '';
    background: #333;
    height: 1px;
    bottom: 3px;
    left: 0;
    right: 0;
}

.account-login .well .link-forgotten {
    color: #333;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.462;
    margin-top: 12px;
    display: inline-block;
    position: relative;
}

.account-login .well .link-forgotten:before {
    position: absolute;
    content: '';
    background: #333;
    height: 1px;
    bottom: 3px;
    left: 0;
    right: 0;
}

.account-forgotten input[type=submit],
.account-reset button[type=submit] {
    margin-top: 0;
}

.has-error .form-control {
    border: 1px solid #BA0000;
}

.text-danger {
    display: flex;
    padding: 5px 15px;
    align-items: center;
    border-radius: 2px;
    border-left: 3px solid #FF5656;
    background: rgba(255, 86, 86, 0.10);
    color: #FF5656;
    font-family: Jost, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.462;
    margin-top: 5px;
}

.account-simpleregister .checkout {
    background: #fff;
}

.account-simpleregister .simple-content,
.account-forgotten #content {
    float: none;
}

[class*="account-"] .checkout form,
[class*="account-"] #content form {
    width: 100%;
    max-width: 400px;
    margin: auto;
}

.account-simpleregister .simpleregister-block-content {
    padding: 0;
    margin-bottom: 8px;
}

.account-simpleregister .select2-container--bootstrap .select2-selection--single {
    height: 44px;
    padding: 11px 24px 11px 12px;
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #b3b3b3;
}

.account-simpleregister .select2-container--bootstrap.select2-container--open .select2-selection,
.account-simpleregister .select2-container--bootstrap .select2-dropdown,
.account-simpleregister .select2-container--bootstrap.select2-container--focus .select2-selection {
    border-color: #b3b3b3;
    box-shadow: none;
}

.account-simpleregister .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #333;
}

.account-simpleregister .button_oc {
    width: 100%;
}

.account-simpleregister .select2-dropdown {
    border-radius: 2px;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    box-shadow: none;
    border: 1px solid #b3b3b3;
    border-radius: 2px;
    color: #333;
    height: 44px;
    padding: 12px 15px;
}

.account-forgotten .page-title {
    text-align: center;
}

[class*="account-"] .buttons {
    margin-top: 8px;
    display: flex;
    flex-direction: column-reverse;
}

[class*="account-"] .buttons a {
    color: #909090;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
    padding: 20px 20px 0 20px;
    border: none;
    width: 100%;
}

[class*="account-"] input[type=submit],
[class*="account-"] button[type=submit],
[class*="account-"] a.button {
    width: 100%;
    height: 50px;
    font-family: Jost, sans-serif;
    padding: 14px 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background: #000;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
    margin-top: 20px;
    border: none;
    transition: all .3s ease;
}

[class*="account-"] .buttons .pull-right > .btn,
.account-password .buttons input[type=submit] {
    margin-top: 0;
}

.account-simpleregister #content,
.account-logout #content {
    padding: 0 !important;
}

[class*="account-"] .simple-content {
    margin: 0;
}

/*account END*/

/*checkout-simplecheckout START*/

.checkout-simplecheckout .main_mobile,
.checkout-simplecheckout .b-breadcrumbs,
.checkout-success .main_mobile,
.checkout-success .b-breadcrumbs {
    display: none;
}

.checkout-simplecheckout .checkout,
.checkout-success .page-success {
    background: #fff;
}

.checkout-simplecheckout #top,
.checkout-success #top {
    height: 57px;
}

.checkout-simplecheckout #top .row,
.checkout-success #top .row {
    padding-top: 6px;
}

.checkout-simplecheckout #top .phone-top .ak_dropdown,
.checkout-success #top .phone-top .ak_dropdown {
    top: 47px;
}

.checkout-success .success-content {
    display: flex;
    flex-direction: column;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 20px;
}

.checkout-success .success-content .d-wrap .d-item .d-item-text p {
    text-align: left;
}

.checkout-success .success-content .d-wrap .d-item .d-item-phone {
    align-items: flex-start;
    font-family: Jost, sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1.4375;
}

.checkout-success .success-content .d-wrap .d-item .d-item-phone p {
    margin-bottom: 2px;
}

.checkout-success .success-content .d-wrap .d-item .d-item-phone p:last-child {
    margin-bottom: 0 !important;
}

.checkout-success .b-thanks {
    padding-top: 0 !important;
}

.checkout-success .b-thanks .thanks-wrap-img {
    max-width: 43px;
}

.checkout-success .b-thanks .thanks-wrap-img svg {
    display: block;
    width: 100%;
    height: 100%;
}

.checkout-success .thanks-wrap .thanks-wrap-text .thanks__title-order {
    color: #909090;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
}

.thanks-wrap .thanks-wrap-text .thanks__title-ok {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
    margin-top: 2px;
}

.checkout-success .thanks-wrap .thanks-wrap-text {
    margin-left: 20px;
}

.checkout-success .thanks-wrap-desc {
    margin-top: 15px;
    margin-bottom: 15px;
}

.checkout-success .thanks-wrap-desc .thanks__title-desc {
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.571;
}

.checkout-success .success-content .thanks__title {
    padding: 0;
}

.checkout-success .ak_dropdown .d-wrap .d-item:not(:first-child) {
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkout-success .success-content .ak_dropdown .callback {
    padding-bottom: 30px;
}

.checkout-success .success-product-list {
    margin-top: 0;
    padding: 0;
}

.checkout-success .section-new {
    padding-top: 40px;
}

.checkout-success .success-product-list .s-head .cart__basket-title {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.444;
}

.checkout-success .success-product-list .s-head {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 15px;
}

.checkout-success .success-product-row .product-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.checkout-success .success-product-item-image-name {
    display: flex;
    flex-direction: column;
}

.checkout-success .inner-product-qty {
    color: #909090;
    text-align: center;
    font-family: Jost, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.461;
    margin-top: 5px;
    margin-bottom: 0;
}

.checkout-success .inner-product-price {
    margin-top: 5px;
    margin-bottom: 0;
    color: #000;
    text-align: center;
    font-family: Jost, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4375;
}

.checkout-success .total-success {
    padding-top: 20px;
    margin-top: 20px;
    position: relative;
}

.checkout-success .total-success:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.10);
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
}

.checkout-success .total-success-item {
    padding-bottom: 0;
    padding-top: 0;
    display: flex !important;
    flex-direction: column;
}

.checkout-success .total-success .total-success-item .total-success-item-left .light {
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
    margin-top: 5px;
    margin-bottom: 0;
}

.checkout-success .total-success .total-success-item .total-success-item-left p {
    color: #909090;
    font-family: Jost, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.417;
    margin-bottom: 0;
}

.checkout-success .border-top-success {
    border-top: none;
}

.checkout-success .total-success .total-s {
    border-top: none;
    padding-top: 0 !important;
    margin-bottom: 0;
}

.checkout-success .total-success .total-s .total-success-item-left p {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.429;
}

.checkout-success .total-success .total-s .total-success-item-right p {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.444;
    margin-top: 5px;
}

.checkout-simplecheckout .b-page_title {
    padding-left: 15px;
    padding-right: 15px;
}

.checkout-simplecheckout .b-page_title > .page_title-text {
    margin-top: 25px;
    margin-bottom: 30px;
}

.checkout-simplecheckout .l-1-wrap .title-block-checkout span:first-child,
.l-1-wrap .lisap-step-2 .panel-heading span:first-child {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.429;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #000;
    margin-right: 10px;
    margin-bottom: 0;
}

.checkout-simplecheckout .l-1-wrap .title-block-checkout {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.444;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.checkout-simplecheckout .l-1-wrap .lisap-step-1 {
    padding: 0;
}

.checkout-simplecheckout .l-1-wrap .panel-heading span {
    padding-left: 0;
}

.checkout-simplecheckout .l-1-wrap .lisap-step-1 .sub-checkout-header {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 10px;
}

.checkout-simplecheckout .system-discounts {
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    color: #333;
    position: relative;
}

.checkout-simplecheckout .system-discounts:before {
    position: absolute;
    content: '';
    background: #333;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
}

.checkout-simplecheckout .form-control {
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #fff;
    padding: 12px 20px;
    font-family: Jost, sans-serif;
}

.checkout-simplecheckout .form-control::placeholder {
    color: #909090;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
}

.checkout-simplecheckout .l-1-wrap .form-group {
    margin-bottom: 12px;
}

.checkout-simplecheckout #lisap-next-step {
    margin-left: 0;
    margin-right: auto;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.467;
    padding: 14px 70px;
    background: #000;
    border-radius: 2px;
    width: fit-content;
    height: 50px;
}

.checkout-simplecheckout #lisap-next-step:hover {
    color: #fff;
}

.checkout-simplecheckout .l-1-wrap .lisap-step-1 {
    margin-bottom: 20px;
}

.checkout-simplecheckout .cart__basket {
    background: white;
    padding: 10px 0 0 0;
}

.checkout-simplecheckout .cart__basket > .row {
    margin: 0;
}

.checkout-simplecheckout .cart__basket > .row > [class*="col-"] {
    padding: 0;
}

.checkout-simplecheckout .cart__basket-title {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
    margin-bottom: 20px;
}

.checkout-simplecheckout .modal_product__img-image {
    max-width: 80px;
    max-height: 80px;
}

.checkout-simplecheckout .modal_product__img {
    padding: 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-right: 20px;
}

.checkout-simplecheckout .modal_product__information {
    padding-left: 20px;
}

.checkout-simplecheckout .modal_product-title {
    font-size: 15px;
    line-height: 1.467;
    max-width: none;
}

.checkout-simplecheckout .text-title-prod {
    padding-left: 0;
}

.checkout-simplecheckout .modal_product-size {
    display: none;
}

.checkout-simplecheckout .modal_product-pricetitle {
    color: #909090;
    font-size: 14px;
    line-height: 1.429;
    display: inline-block;
}

.checkout-simplecheckout .cart__basket .quantity {
    margin-top: 10px;
    justify-content: flex-start;
}

.checkout-simplecheckout .modal_product-price {
    color: #333;
    font-size: 15px;
    line-height: 1.467;
    white-space: nowrap;
}

.checkout-simplecheckout .modal_product-price strong {
    color: #212121;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4375;
}

.checkout-simplecheckout .modal_product__price {
    width: 87px;
    height: 32px;
    margin: 0 15px;
}

.checkout-simplecheckout .modal_product__price input {
    font-size: 15px;
    line-height: 1.467;
}

.checkout-simplecheckout .modal_product-price .stagstrong {
    font-weight: 500;
}

.checkout-simplecheckout .b-modal_product {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.checkout-simplecheckout .b-modal_product:first-child {
    padding-top: 0;
}

.checkout-simplecheckout .b-modal_product > .row {
    display: flex;
    align-items: center;
    position: relative;
}

.checkout-simplecheckout #total_pdiscount .modal_total__title-text {
    font-size: 15px;
    line-height: 1.467;
    font-weight: 400;
}

.checkout-simplecheckout .modal_total__title-text {
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4375;
}

.checkout-simplecheckout .modal_total__title-text span {
    margin-left: 5px;
    font-weight: 500;
}

.checkout-simplecheckout .modal_total__title {
    margin-bottom: 12px;
}

.checkout-simplecheckout .modal_total__total-text {
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4375;
    display: block;
}

.checkout-simplecheckout .modal_total__total-text .text-green {
    color: #00A949;
}

.checkout-simplecheckout #total_total .modal_total__title-text,
.checkout-simplecheckout #total_total .modal_total__total-text {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.455;
}

.checkout-simplecheckout .simplecheckout-cart-total-remove {
    width: auto;
}

.checkout-simplecheckout .b-modal_total {
    padding-bottom: 5px;
    overflow: hidden;
}

.checkout-simplecheckout .btn_checkout {
    /*position: relative;*/
}

.checkout-simplecheckout .btn_checkout .simplecheckout-button-block .simplecheckout-button-right .contain .checkmark {
    display: block;
    width: 19px;
    min-width: 19px;
    height: 19px;
    border: 1px solid #0000004D;
    border-radius: 4px;
    margin-right: 10px;
}

.checkout-simplecheckout .btn_checkout .simplecheckout-button-block .simplecheckout-button-right .contain p {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
}

.checkout-simplecheckout .simplecheckout-button-right .button_oc {
    display: flex;
    padding: 20px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background: #000;
    height: 63px;
    color: #fff;
    font-family: Jost, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4375;
    border: none;
}

.checkout-simplecheckout .btn_checkout .simplecheckout-button-block .simplecheckout-button-right .agree {
    max-width: unset;
    color: #909090;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
    padding-top: 15px;
}

.checkout-simplecheckout .btn_checkout .simplecheckout-button-block .simplecheckout-button-right .agree a {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding-top: 0;
    display: inline-block;
    border-bottom: none;
    border-bottom-style: solid;
    border-bottom-width: thin;
}

.checkout-simplecheckout .qisq-block {
    margin-top: 0;
    padding: 15px 20px;
    border-radius: 2px;
    background: rgba(255, 249, 180, 0.20);
}

.checkout-simplecheckout .qisq-block .qisq-block-head {
    padding-bottom: 0;
    border-bottom: none;
}

.checkout-simplecheckout #system .qisq-block-head p {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.455;
}

.checkout-simplecheckout .qisq-block .qisq-block-body {
    margin-top: 20px;
}

.checkout-simplecheckout .qisq-block .qisq-block-body .qisq-block-body-item {
    margin-bottom: 20px;
    margin-left: 57px;
    position: relative;
}

.checkout-simplecheckout .qisq-block .qisq-block-body .qisq-block-body-item:last-child {
    margin-bottom: 0;
}

.checkout-simplecheckout .qisq-block-body-circle {
    position: absolute;
    content: '';
    left: -57px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border: 1.5px solid #FF5252;
    border-radius: 50%;
    color: #FF5252;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.429;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.checkout-simplecheckout .qisq-block-body-item-title span {
    margin-left: 10px;
    display: inline-flex;
    padding: 0 6px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background: #F3F3F3;
    color: #636363;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.462;
    height: 23px;
}

.checkout-simplecheckout .qisq-block .qisq-block-body .qisq-block-body-item .qisq-block-body-item-title {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.467;
    margin-bottom: 2px;
}

.checkout-simplecheckout .qisq-block .qisq-block-body .qisq-block-body-item .qisq-block-body-item-text {
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.462;
}

.checkout-simplecheckout .qisq-block-body-item .text-pink {
    font-family: Formular, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.75;
    color: #FF91D3;
    display: none;
}

.checkout-simplecheckout footer {
    margin-top: 40px;
}

.checkout-success footer {
    margin-top: 40px;
}

.checkout-simplecheckout footer .contacts-list,
.checkout-success footer .contacts-list {
    text-align: center;
}

.checkout-simplecheckout footer .d-item-phone,
.checkout-success footer .d-item-phone {
    align-items: center;
}

.checkout-simplecheckout footer .footer-top,
.checkout-success footer .footer-top {
    padding-top: 1px;
}

.checkout-simplecheckout footer .footer-bottom-logo,
.checkout-success footer .footer-bottom-logo {
    padding-top: 0;
}

.checkout-simplecheckout .b-modal_product .modal_product__remove {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.checkout-simplecheckout .b-modal_product .modal_product__remove svg path {
    transition: all .3s ease;
}

.checkout-simplecheckout .b-modal_product .modal_product__remove:hover svg path:nth-child(1),
.checkout-simplecheckout .b-modal_product .modal_product__remove:hover svg path:nth-child(2) {
    stroke: #C8A07A;
}

.checkout-simplecheckout .b-modal_product .modal_product__remove:hover svg path:nth-child(3),
.checkout-simplecheckout .b-modal_product .modal_product__remove:hover svg path:nth-child(4) {
    fill: #C8A07A;
}

.checkout-simplecheckout .modal_product__remove-trigger:focus,
.checkout-simplecheckout .modal_product__remove-trigger:focus-visible,
.checkout-simplecheckout .modal_product__remove:focus,
.checkout-simplecheckout .modal_product__remove:focus-visible {
    outline: none;
}

.checkout-simplecheckout #lisap-next-step-edit {
    margin-left: 22px;
    text-decoration: none;
    position: relative;
    color: #000;
    text-align: right;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.checkout-simplecheckout #lisap-next-step-edit:before {
    background: #333;
    position: absolute;
    content: '';
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
}

.checkout-simplecheckout .l-1-wrap .lisap-step-2 {
    padding: 10px 0 15px 0;
}

.checkout-simplecheckout .simplecheckout-block-content .radio img {
    margin-right: 10px !important;
    margin-left: 0 !important;
}

.checkout-simplecheckout .simplecheckout-block-content .radio {
    margin-top: 0;
}

.checkout-simplecheckout .simplecheckout-block-content .radio input[type=radio] {
    margin-left: -22px;
}

.checkout-simplecheckout .simplecheckout-block-content .radio input[type='radio']::before {
    border: 1px solid #0000004D;
}

.checkout-simplecheckout .simplecheckout-block-content .radio input[type='radio']:checked::before {
    border: 1px solid #C8A07A;
}

.checkout-simplecheckout .simplecheckout-block-content .radio input[type='radio']:checked::after {
    background-color: #C8A07A;
}

.checkout-simplecheckout .simplecheckout-block-content .radio label {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
}

.checkout-simplecheckout .l-1-wrap .lisap-step-2 p {
    color: #909090;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
    padding-left: 0;
    margin-top: 8px;
    margin-bottom: 15px !important;
}

.checkout-simplecheckout #simplecheckout_shipping_address .form-horizontal {
    padding-left: 0;
}

.checkout-simplecheckout .l-1-wrap .form-group #shipping_address_city,
.checkout-simplecheckout .l-1-wrap .form-group #shipping_address_address_1,
.checkout-simplecheckout .l-1-wrap .form-group #shipping_address_cityukrposhta,
.checkout-simplecheckout .l-1-wrap .form-group #shipping_address_address_2,
.checkout-simplecheckout .l-1-wrap .form-group #shipping_address_postcode {
    height: 44px;
}

.checkout-simplecheckout .row-shipping_address_city input {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.467;
    color: #000;
}

.checkout-simplecheckout .row-shipping_address_city,
.checkout-simplecheckout .row-shipping_address_address_1 {
    position: relative;
}
/*
.checkout-simplecheckout .row-shipping_address_city:before,
.checkout-simplecheckout .row-shipping_address_address_1:before {
    position: absolute;
    content: url("../img/icons/down-arrow-simplecheckout.svg");
    transform: translateY(-50%);
    top: 50%;
    right: 26px;
    z-index: 9999;
    display: block;
}
*/
.checkout-simplecheckout #simplecheckout_comment {
    margin-top: 15px;
}

.checkout-simplecheckout #simplecheckout_comment .panel-heading span {
    font-size: 16px;
    line-height: 1.188;
    display: inline-block;
    margin-bottom: 15px;
}

.checkout-simplecheckout #simplecheckout_comment textarea {
    padding: 12px 20px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.checkout-simplecheckout #simplecheckout_comment textarea::placeholder {
    color: #909090;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
}

.checkout-simplecheckout .row-shipping_address_house {
    width: 57%;
    float: right;
    margin-bottom: 5px !important;
}

.checkout-simplecheckout .row-shipping_address_house input {
    min-width: 141px;
    max-width: 195px;
    margin-left: auto;
    margin-right: 0 !important;
}

.checkout-simplecheckout .row-shipping_address_flat {
    width: 57%;
    margin-bottom: 5px !important;
}

.checkout-simplecheckout .row-shipping_address_flat input {
    min-width: 141px;
    max-width: 195px;
}

.checkout-simplecheckout .btn_checkout .simplecheckout-button-block .simplecheckout-button-right {
    width: 100%;
}

.checkout-simplecheckout .btn_checkout .simplecheckout-button-block .simplecheckout-button-right .contain {
    justify-content: left;
}

.checkout-simplecheckout .b-modal_total #total_pdiscount {
    position: relative;
    margin-top: 6px;
    padding-left: 15px;
    padding-right: 15px;
}

.checkout-simplecheckout .b-modal_total #total_pdiscount:before {
    position: absolute;
    content: '';
    background: #FFF9B4;
    top: -8px;
    bottom: 4px;
    left: 0;
    right: 0;
}

.checkout-simplecheckout .b-modal_total #total_pdiscount .modal_total__total {
    margin-top: -2px;
}

.checkout-simplecheckout #total_pdiscount .modal_total__total-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.467;
}

.checkout-simplecheckout .modal_total__title-text .text-pink {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.143;
    color: #FF91D3;
}

.checkout-simplecheckout .b-modal_total .modal_total__total {
    margin-bottom: 12px;
}

.checkout-simplecheckout .b-modal_total .row {
    display: flex;
    align-items: center;
}

.checkout-simplecheckout #simplecheckout_comment .checkout-heading {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.444;
    margin-bottom: 20px;
}

footer .display-checkout.contacts-list {
    display: none;
}

/*checkout-simplecheckout END*/

/*sets START*/

.sets-theme.sets {
    margin: 0 auto;
    text-align: left;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.sets-theme .top_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
}

.sets-theme .top_content .stagh3 {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.182;
    color: #333;
}

.sets-theme [class*="slides-"] {
    font-size: 15px;
    line-height: 1.2;
}

.sets-theme .sets-slick {
    margin-top: 25px;
}

.sets-theme .set {
    margin-top: 0;
}

.sets-theme.sets .set .set_table {
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 2px;
}

.sets-theme.sets .set-product,
.sets-theme.sets .total {
    width: 100%;
    max-width: none;
}

.sets-theme.sets .set-product {
    border: none;
    padding: 32px 10px;
    overflow: visible;
}

.sets-theme .set_table .cell:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.sets-theme.sets .set-product img {
    max-width: 80px;
}

.sets-theme .sets_body_top {
    display: flex;
}

.sets-theme .sets_body .img_sets img {
    width: auto;
}

.sets-theme .name_sets {
    font-size: unset;
    line-height: unset;
    text-align: left;
    margin-left: 16px;
}

.sets-theme .name_sets a {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    display: block;
}

.sets-theme .sets_body .txt_sets {
    display: none;
    font-family: Jost, sans-serif;
}

.sets-theme.sets .set-product .sets_price_mobile .new_price {
    font-family: 'Formular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.222;
    letter-spacing: 0.02em;
}

.sets-theme.sets .set-product .sets_price_mobile .new_price .num {
    font-size: 18px;
    line-height: 1.222;
}

.sets-theme .sets_price_mobile {
    margin-top: 17px;
}

.sets-theme.sets .ao {
    display: block;
}

.sets-theme .set-product:first-child {
    position: relative;
}

.sets-theme .set-product:first-child:before {
    position: absolute;
    content: '+';
    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.214;
    color: #C8A07A;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.sets-theme .set-product:first-child:after {
    position: absolute;
    content: '';
    bottom: -21px;
    width: 42px;
    height: 42px;
    border: 1px solid #C8A07A;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}

.sets-theme.sets .total {
    border: none;
    height: auto;
    padding: 32px 10px 0 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sets-theme.sets .old_price,
.sets-theme.sets .old_summ {
    font-family: Jost, sans-serif;
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 8px;
}

.sets-theme.sets .new_summ {
    font-family: Jost, sans-serif;
    font-size: 16px;
    line-height: 1.25;
}

.sets-theme.sets .total .economy-block {
    font-family: Jost, sans-serif;
    background: rgba(0, 0, 0, 0.10);
    border-radius: 0 0 2px 2px;
    width: -webkit-fill-available;
    margin-left: -10px;
    margin-right: -10px;
    padding: 5px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sets-theme.sets .total .economy_text {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.462;
    color: #333;
}

.sets-theme.sets .total .economy_val {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.462;
    color: #333;
    margin-left: 5px;
}

.sets-theme.sets .bt-block {
    max-width: unset;
    margin-bottom: 0;
    margin-top: auto;
}

.sets-theme.sets .add-set-btn {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.154;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 2px;
    margin-top: 0;
    width: 162px;
    height: 40px;
}

.sets-theme.sets .add-set-btn svg {
    margin-right: 10px;
}

.sets-theme .slick_dot_left {
    left: 50%;
    transform: translateX(-110px);
    top: auto;
    bottom: -41px;
}

.sets-theme .slick_dot_right {
    right: 50%;
    top: auto;
    bottom: -41px;
    transform: translateX(110px) rotate(180deg);
}

.sets-theme .desktop-total-size {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*sets END*/

.product-layout .image a img {
    /*border: 1px solid #000;*/
}

[class*="product-product"] .main-mobile-block-buy {
    display: none !important;
}

#form-wrapper {
    display: none;
}

div#popup_order_wrapper .modal-body {
    display: flex;
}

.success-product-row .product-items {
    display: flex;
}

body.checkout-success div#header,
body.checkout-simplecheckout div#header {
    display: none;
}

body.checkout-success #top .row > .col-md-4.col-sm-4.col-xs-4.visible-xs.hidden-sm.hidden-md.hidden-lg,
body.checkout-success #top .row > .phone-popup,
body.checkout-success #top .row > .language-menu,
body.checkout-simplecheckout #top .row > .col-md-4.col-sm-4.col-xs-4.visible-xs.hidden-sm.hidden-md.hidden-lg,
body.checkout-simplecheckout #top .row > .phone-popup,
body.checkout-simplecheckout #top .row > .language-menu {
    display: block !important;
}

.ex-comment-text {
    position: relative;
}

.ex-comment-text .text_hide {
    max-height: 240px;
    overflow: hidden;
}

.ex-comment-text .text_hide.full {
    max-height: 100%;
}

.ex-comment-text .text_hide_button {
    position: absolute;
    bottom: -32px;
    left: 0;
}

.set_product_model {
    font-family: Jost, sans-serif;
    font-size: 13px;
    line-height: 1.25;
    color: #909090;
    white-space: nowrap;
    margin-top: 2px;
}

.sets-slick.slick-slider .slick-arrow {
    top: auto;
    bottom: -65px;
}

.sets-slick.slick-slider .slick-arrow.prev {
    left: 50%;
    transform: translateX(-55px);
}

.sets-slick.slick-slider .slick-arrow.next {
    right: 50%;
    transform: translateX(55px);
}

.slick-arrow {
    cursor: pointer;
}

[class~="shipping-metod__flat.flat"] #simplecheckout_shipping_address fieldset > *:first-child {
    min-width: 50%;
}

[class*="account-"] .order-list-table {
    margin-bottom: 0;
}

.order-collapse-header {
    margin-bottom: 25px;
    display: block;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 15px;
}

.order-info-collapse {
    margin-bottom: 40px;
    border: 1px solid #EFF3F3;
    padding-top: 7px;
    border-top: none;
}

.order-list-table .order_help {
    display: inline-block;
    margin-left: 23px;
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    padding: 0;
    position: relative;
}

.order-list-table .order_help:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    bottom: 2px;
    left: 0;
    background: #333;
}

.order-list-table .pay-btn {
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.333;
    color: #fff;
    background: #333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    width: 148px;
    height: 30px;
}

.order-list-table .pay-mobile {
    text-align: right;
    padding-right: 9px !important;
    padding-bottom: 5px !important;
}

.order-collapse-header[aria-expanded="true"] {
    margin-bottom: 0;
}

.order-collapse-header[aria-expanded="true"] .order-list-table {
    border-bottom: none;
}

.order-info-collapse.collapse.in .table > tbody > tr > td {
    border-top: none;
}

.order-info-collapse .text-name {
    font-family: Formular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.385;
    color: #000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 36px;
    height: 36px;
    padding-right: 36px;
}

.order-info-collapse .text-sku {
    margin-top: 2px;
    display: inline-block;
    font-family: ProximaNovaRegular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.25;
    color: #000;
    opacity: 0.5;
}

.order-info-collapse .prices-row {
    margin-top: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.214;
    color: #050505;
}

.order-info-collapse .prices-row .text-price {
    color: #000;
}

.order-info-collapse .text-product {
    position: relative;
}

.order-info-collapse .btn-delete {
    position: absolute;
    top: 10px;
    right: 10px;
}

.order-bottom-content {
    padding: 0 10px 5px 10px;
}

.order-bottom-content .title {
    font-family: ProximaNovaRegular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: #6F6F6F;
    margin-bottom: 7px;
}

.order-bottom-content .text {
    font-family: ProximaNovaRegular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.286;
    color: #333;
}

.order-bottom-content .payment {
    margin-bottom: 12px;
}

.order-bottom-content .delivery {
    margin-bottom: 10px;
}

.order-bottom-content .action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-bottom-content .hide-order-details-link {
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    display: inline-flex;
    position: relative;
}

.order-bottom-content .hide-order-details-link:before {
    position: absolute;
    content: '';
    background: #333;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
}

.order-bottom-content .remove-order {
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.333;
    background: #333;
    color: #fff;
    width: 148px;
    height: 30px;
    padding: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.order-collapse-header[aria-expanded="true"] .more-mobile a {
    display: none;
}

.remove-order-container {
    position: relative;
}

.modal-removeorder {
    position: absolute;
    top: -166px;
    right: 17px;
    z-index: 1;
    width: 253px;
}

.order-help-container {
    position: relative;
    display: inline-block;
}

.modal-help {
    position: absolute;
    top: -225px;
    right: -21px;
    z-index: 1;
    width: 300px;
}

.modal-help .modal-dialog {
    width: 300px;
}

.modal-removeorder .modal-content {
    border-radius: 0;
    box-shadow: 0px 10px 40px rgba(38, 38, 38, 0.05), 0px 2px 4px rgba(38, 38, 38, 0.02), 0px 10px 40px rgba(38, 38, 38, 0.05), 0px 2px 4px rgba(38, 38, 38, 0.02);
    width: 253px;
    padding: 20px 16px;
}

.modal-removeorder.modal {
    top: auto;
    left: 20px;
    bottom: 36%;
}

.modal-removeorder .modal-subtitle {
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 7px;
}

.modal-removeorder .choice-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-removeorder .not-remove {
    white-space: nowrap;
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.333;
    color: #9FA8B0;
    position: relative;
    padding: 0;
}

.modal-removeorder .not-remove:before {
    background: #9FA8B0;
    position: absolute;
    content: '';
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
}

.modal-removeorder .remove-order {
    width: 130px;
}

.modal-help .modal-content {
    border-radius: 0;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.15);
    padding: 20px 21px 16px 21px;
}

.modal-help .modal-subtitle {
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.214;
    color: #000;
    margin-bottom: 12px;
}

.modal-help .close {
    margin-top: 0;
    right: 0;
}

.modal-help .d-wrap .d-item .d-item-phone a {
    font-size: 14px;
    line-height: 1.214;
    margin-bottom: 7px;
}

.modal-help .d-wrap .d-item:not(:last-child) {
    margin-bottom: 19px;
}

.modal-help .schedule-title {
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.167;
    color: #9FA8B0;
    margin-bottom: 12px;
}

.modal-help .schedule-text {
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.214;
    color: #333;
    margin-bottom: 7px;
}

td.prices-row {
    display: none;
}

.more-desktop .hide-order-details-link {
    display: none;
}

.more-desktop .pay-btn {
    display: none;
}

.order-info-collapse .text-product + .prices-row {
    display: none;
}

.account-wishlist .acc_head {
    padding: 0;
    box-shadow: none;
}

.account-wishlist .desktop-row .acc_head {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.account-wishlist .accordion .acc_head .acc_head_in_body {
    border: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 16px;
    grid-row-gap: 17px;
}

.account-wishlist .accordion .acc_head .acc_head_in {
    padding: 0;
    border: none;
    flex-direction: column;
}

.account-wishlist .accordion .acc_head .acc_head_in_body .acc_head_in-item {
    padding: 9px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.account-wishlist .accordion .acc_head .acc_head_in_body .acc_head_in-item img {
    width: 70px;
    max-width: none;
}

.account-wishlist .accordion .acc_head .acc_head_in_body .acc_head_in-item a i {
    margin-right: 0;
    top: -9px;
    right: -9px;
    width: 18px;
    height: 18px;
    left: auto;
    background: #EFF3F3 !important;
}

.account-wishlist .accordion .acc_head .acc_head_in_body .acc_head_in-item a i.zmdi-close:before {
    content: url("/catalog/view/theme/default/img/icons/wishlist-close.svg");
}

.wishlist-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
}

.wishlist-remove-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #909090;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
}

.wishlist-remove-all svg {
    margin-right: 10px;
}

.wishlist-buttons .continue-shopping {
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    border-bottom: 1px solid #000;
}

.account-wishlist .accordion .acc_head .acc_head_in .acc_head_in-item a.wishlist-remove-all {
    font-family: Formular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.417;
    color: #9FA8B0;
    text-decoration: none;
}

.wishlist-buttons .wishlist-remove-all svg {
    margin-right: 8px;
}

.account-wishlist .accordion .acc_head .acc_head_in .acc_head_in-item a.continue-shopping {
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.214;
    color: #333;
    position: relative;
    text-decoration: none;
}

.account-wishlist .accordion .acc_head .acc_head_in .acc_head_in-item a.continue-shopping:before {
    position: absolute;
    content: '';
    background: #333;
    width: 100%;
    height: 1px;
    bottom: 2px;
    left: 0;
}

.account-wishlist .accordion .acc_head .acc_head_in .acc_head_in-item p {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.455;
    margin: 0;
    margin-top: 40px;
    text-align: center;
    text-decoration: none;
}

.account-wishlist .accordion .acc_head .acc_head_in .acc_head_in-item p span {
    color: #909090;
    font-size: 18px;
    line-height: 1.444;
    font-weight: 400;
}

.account-wishlist .btn.btn-lisap-buy {
    margin-top: 12px;
}

.checkout-simplecheckout .simplecheckout #first_block #customer_info_sum {
    margin-left: 0 !important;
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 1.714;
    color: #333;
    padding: 14px 20px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.checkout-simplecheckout .simplecheckout #first_block #customer_info_sum span {
    white-space: nowrap;
}

.account-wishlist .accordion .desktop-row .wishlist-remove-all:hover {
    color: #000;
}

.product-wrap:not(:last-child) {
    margin-bottom: 10px !important;
    transition: all .3s ease;
}

#top .ak_top_item_in .phone-parent {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.467;
    color: #000;
}

.cartLine-content {
    padding: 15px;
    position: relative;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #fff;
    margin-bottom: 15px;
}

.slider-top #homeCarousel .slick-prev,
.slider-top #homeCarousel .slick-next {
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.60);
    border-radius: 50%;
    transition: all .3s ease;
}

.slider-top #homeCarousel .slick-prev:before {
    content: url("../image/arrow-left-ban.svg");
    opacity: 1;
    font-size: unset;
}

.slider-top #homeCarousel .slick-next:before {
    content: url("../image/arrow-right-ban.svg");
    opacity: 1;
    font-size: unset;
}

section.lisap {
    padding: 30px 20px 20px 20px;
    background: #F9F9F9;
}

.lisap-logo {
    text-align: right;
}

section.certificates {
    margin: 40px 0;
}

section.certificates .certificates__content {
    padding: 30px 25px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.all__certificates_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    border-radius: 2px;
    background: #000;
    width: 100%;
    height: 74px;
    padding: 16px 15px;
    color: #fff;
    font-family: Jost, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4375;
}

.all__certificates_link svg {
    margin-left: 10px;
}

input:focus {
    border-color: rgb(255, 145, 211);
}

.header__additional .m-account a,
.header__additional .m-favorite a {
    padding: 13px 19px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.header__additional .m-cart a {
    padding: 12px 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.header__additional .m-account a:hover,
.header__additional .m-favorite a:hover,
.header__additional .m-cart #cart a:hover {
    background: #F8F8F8;
}

.header__additional .m-cart a .cart-svg > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

#popup_appears {
    display: none;
}

.show-more-mobile {
    display: none;
}

.mfilter-price-btn {
    display: none;
}

.mfilter-box label.mfilter-tb-as-td {
    transition: .3s;
}

.mfilter-box label.mfilter-tb-as-td:hover {
    color: rgb(255, 145, 211);
    transition: .3s;
}

.pagination > li > a.prev:hover,
.pagination > li > a.next:hover {
    color: #C8A07A;
}

[class*="product-product"] .info-product-right .product__fast .btn.product__buy-btn.product__buy-btn_one-click:hover {
    color: rgb(255, 145, 211);
}

.ex-btn,
.video-input .ex-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 31px;
    padding: 6px 20px !important;
    border-radius: 2px !important;
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
    font-family: Jost, sans-serif;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 1.462;
    transition: all .3s ease;
}

.ex-btn:hover,
.ex-form-footer .ex-btn:hover,
.video-input .ex-btn:hover,
.checkout-simplecheckout #lisap-next-step:hover {
    background: #000 !important;
    border-color: #000 !important;
}

#ex-form-review, #review-image, #tab-add-video {
    border-radius: 0 !important;
}

#ex-form-review .ex-form .form-control {
    border-radius: 0 !important;
}

.checkout-simplecheckout .system-discounts:before, .checkout-simplecheckout .btn_checkout .simplecheckout-button-block .simplecheckout-button-right .agree a:before, .account-login .well .subtitle a:before, .account-simpleregister .simpleregister-have-account a:before, .account-login .well .link-forgotten:before {
    transition: .3s;
}

.checkout-simplecheckout .form-control:focus, [class*="account-"] .form-control:focus {
    border-color: #C8A07A;
}

ul.dropdown-address {
    width: 92%;
    z-index: 99999999 !important;
}

.dropdown-address li:hover {
    background: #9FA8B0 !important;
}

.checkout-simplecheckout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.checkout-simplecheckout > #footer {
    margin-top: auto;
}

.checkout-simplecheckout > .checkout {
    overflow: hidden;
}

.simple-content #simpleregister .buttons {
    padding: 0;
}

.simple-content #simpleregister .buttons a {
    border-color: #333;
}

.simplecheckout .simplecheckout-button-right {
    margin-left: -15px;
    border: none;
}

.breadcrumbs__list-item:first-child > a span {
    position: relative;
    top: 2px;
}

.mfilter-column_left > .h3 {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: #313131;
    padding-bottom: 17px;
    text-align: left;
}

.newsblog-article .b-bpost iframe {
    max-width: 100%;
}

.newsblog-article .social-row {
    display: none;
}

section.information4 {
    padding-bottom: 30px;
}

.information4 .products__title {
    margin-bottom: 30px;
}

.information-sitemap #content {
    padding: 30px 15px 60px;
}

.information-sitemap #content h1 {
    margin-bottom: 30px;
}

.fb-hidden {
    display: none !important;
}

.cart_stage_2 .check_phone .check_phone_item_dis .check_phone_item_in .sys-block .text-pink {
    display: none;
}

.mfilter-content-opts .mfilter-hide label {
    color: #ccc;
    cursor: not-allowed;
}

.sets#prd-sets h3 {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4375;
    margin-top: 0;
    margin-bottom: 10px;
}

.product__price-availability span {
    margin-right: 2px;
}

#simplecheckout_shipping > .checkout-heading {
    display: none;
}

.modal-content {
    border-radius: 0;
}

.product__price-available .product__price-number,
.product__price-available .default-price {
    color: #000;
}

.product_in_wishlist {
    content: url("../img/icons/product_wishlist_mobile.svg");
    display: block;
    width: auto;
    height: 12px;
}

.product_in_wishlist.added {
    content: url("../img/icons/product_wishlist_mobile_added.svg");
}

section.categories_block .subtitle {
    font-family: Jost, sans-serif;
    margin-top: 5px;
    color: #909090;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    line-height: 1.428;
    padding: 0 25px;
}

.cat__img_container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.cat__img_container img {
    width: auto;
    height: 100%;
}

section.categories_block ul.category_list .cat__link {
    display: flex;
    align-items: center;
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4375;
    padding: 6.5px 15px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #fff;
    margin-bottom: 10px;
}

section.categories_block ul.category_list .cat__link svg {
    margin-right: 0;
    margin-left: auto;
}

.category_list .slick-dots {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-radius: 1000px;
    background: #F8F8F8;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 22px;
    padding: 6px 8px;
}

.category_list .slick-dots li {
    margin: 0 2.5px;
    height: 10px;
}

.category_list .slick-dots li button {
    width: 10px;
    height: 10px;
    border: 1px solid #DFDFDF;
    border-radius: 50%;
}

.category_list .slick-dots > .slick-active {
    background: #fff !important;
    border-radius: 50% !important;
    width: 10px !important;
    transition: none;
}

.category_list .slick-dots > .slick-active button {
    border: 1px solid #C8A07A;
    position: relative;
}

.category_list .slick-dots > .slick-active button:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #C8A07A;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/*custom select START*/

/*the container must be positioned relative:*/
.map__menu .custom-select {
    position: relative;
    font-family: Jost, sans-serif;
    padding-right: 20px;
}

.map__menu .custom-select select {
    display: none; /*hide original SELECT element:*/
}

.map__menu .select-selected {
    background-color: #fff;
}

/*style the arrow inside the select element:*/
.map__menu .select-selected:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    border: 1px solid transparent;
    border-color: #333 #333 transparent transparent;
    transform: translateY(-50%) rotate(135deg);
}

/*point the arrow upwards when the select box is open (active):*/
.map__menu .select-selected.select-arrow-active:after {

}

/*style the items (options), including the selected item:*/
.map__menu .select-items div,
.map__menu .select-selected {
    color: #000;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    transition: all .3s ease;
}

.map__menu .select-items div {
    font-size: 16px;
    line-height: 1.4375;
}

/*style items (options):*/
.map__menu .select-items {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 99;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #fff;
    box-shadow: 0px 3.3px 5.5px 0px rgba(0, 0, 0, 0.05);
    padding: 9px 20px;
    max-height: 322px;
    overflow: auto;
}

/*hide the items when the select box is closed:*/
.map__menu .select-hide {
    display: none;
}

.map__menu .select-items div:hover,
.map__menu .select-items div.same-as-selected {
    color: #C8A07A;
}

.map__menu .select-items div:not(:last-child) {
    margin-bottom: 8px;
}

/*custom select END*/

.map__menu {
    margin-bottom: 15px;
}

.map__menu_region,
.map__menu_city {
    display: inline-flex;
    align-items: center;
}

.map__menu__title {
    color: #909090;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
}

.section-map .select-items::-webkit-scrollbar {
    width: 3px; /* ширина всей полосы прокрутки */
}

.section-map .select-items::-webkit-scrollbar-track {
    background: #fff; /* цвет зоны отслеживания */
}

.section-map .select-items::-webkit-scrollbar-thumb {
    background-color: #000; /* цвет бегунка */
    border-radius: 0; /* округлось бегунка */
    border: none; /* отступ вокруг бегунка */
}

.section-map {
    margin-bottom: 40px;
}

#home .lisap-articles {
    margin: 40px 0;
}

.lisap-articles .btn-all {
    display: flex;
    height: 65px;
    padding: 16px 25px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #fff;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4375;
    margin-top: 20px;
}

.lisap-articles .btn-all svg {
    margin-left: 10px;
}

.lisap-articles .head-title {
/*    margin-bottom: 20px;*/
}

.lisap-articles .lisap-head {
    color: #909090;
    text-align: center;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
    max-width: 660px;
    margin: 0 auto;
}

footer .panel-group {
    margin-bottom: 0;
}

footer .panel-group .panel + .panel {
    margin-top: 0;
}

footer .panel-group .panel {
    border-radius: 0;
    border: none;
}

footer .panel-heading {
    padding: 0;
    border-radius: 0;
}

footer .panel-heading a {
    color: #B1B1B1;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.444;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    position: relative;
}

footer .panel-heading a:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: -15px;
    right: -15px;
    height: 1px;
    background: rgba(255, 255, 255, 0.07);
}

footer .panel-heading a:not(.collapsed) svg {
    transform: rotate(180deg);
}

footer .panel-collapse.in {
    position: relative;
}

footer .panel-collapse.in:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: -15px;
    right: -15px;
    height: 1px;
    background: rgba(255, 255, 255, 0.07);
}

footer .panel-group .panel-heading + .panel-collapse > .panel-body {
    padding: 20px 0;
    border-top: none;
    background: #000;
}

.payment-card-content svg + svg {
    margin-left: 10px;
}
footer .d-item-address,
footer .d-item-hours {
    margin-top: 15px;
    color: #fff;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
}

footer .l-social {
    margin-top: 20px;
}

#popup_call {
    min-height: 504px;
}

#popup_call.popup-call__message {
    min-height: unset;
    padding: 35px 25px 40px 25px;
}

.close:focus,
.close:hover {
    opacity: 1;
}

#popup_call.popup-call__message .popup-call__message_ok > span {
    display: flex;
    flex-direction: column;
}

#popupcart_extended {
    padding: 20px 25px;
}

#popupcart_extended .cart_stage_1 {
    padding: 0;
}

#popupcart_extended .cart_stage_1 .modal-body .qnt_mobile {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

#popupcart_extended .cart_stage_1 .modal-body .qnt_mobile .price,
#popupcart_extended .cart_stage_1 .modal-body .qnt_mobile .plus-minus {
    margin-right: 15px;
}

#loyalty-page + .viewed .container.m-scrollable {
    padding-left: 0;
    padding-right: 0;
}

[class*="product-category"] .pagin__bottom,
[class*="product-search"] .pagin__bottom {
    display: flex;
    flex-direction: column;
}

[class*="product-category"] .pagin__bottom #info_counter,
[class*="product-search"] .pagin__bottom #info_counter {
    order: 1;
}

[class*="product-category"] .category-description-block,
[class*="product-search"] .category-description-block {
    margin-top: 40px;
    padding-top: 40px;
    position: relative;
}

[class*="product-category"] .category-description-block:before,
[class*="product-search"] .category-description-block:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.10);
    height: 1px;
    left: -15px;
    right: -15px;
    top: 0;
}

[class*="product-category"] .category-description-block h2,
[class*="product-category"] .category-description-block h3,
[class*="product-category"] .category-description-block h4,
[class*="product-category"] .category-description-block h5,
[class*="product-category"] .category-description-block h6,
[class*="product-search"] .category-description-block h2,
[class*="product-search"] .category-description-block h3,
[class*="product-search"] .category-description-block h4,
[class*="product-search"] .category-description-block h5,
[class*="product-search"] .category-description-block h6 {
    font-size: 24px;
    font-style: normal;
    line-height: 1.4589;
    margin-bottom: 15px;
}

[class*="product-category"] .category-description-block p,
[class*="product-search"] .category-description-block p {
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.571;
}

[class*="product-category"] .category-description-block p:last-child,
[class*="product-search"] .category-description-block p:last-child {
    margin-bottom: 0;
}

.ak_option .select-content .select2-container {
    width: 100% !important;
}

.modal-backdrop.in {
    background: rgba(0, 0, 0, 0.70);
    opacity: 1;
}

.btn-product-options {
    border-radius: 2px;
    border: 1.5px solid #C8A07A;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    width: 100%;
    transition: all .3s ease;
}

.btn-product-options-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.btn-product-options-left {
    color: #C8A07A;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
}

.btn-product-options-left .require {
    display: inline-block;
    margin-top: 2px;
    color: #909090;
    font-family: Jost, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.462;
}

.btn-product-options-left .error {
    border-radius: 2px;
    border-left: 2px solid #FF5656;
    background: rgba(255, 86, 86, 0.10);
    display: flex;
    padding: 3px 10px;
    justify-content: center;
    align-items: center;
    color: #FF5656;
    font-family: Jost, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.462;
    margin-top: 2px;
}

.btn-product-options-right {
    display: flex;
    align-items: center;
}

.product__options_img_list {
    display: flex;
    align-items: center;
    width: 86px;
}

.product__options_img_item {
    display: block;
    min-width: 32px;
    min-height: 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
}

.product__options_img_item + .product__options_img_item {
    margin-left: -5px;
}

.product__options_img_item img {
    width: 100%;
    height: 100%;
}

.btn-product-options-right svg {
    margin-left: 10px;
}
.btn-product-options-right svg path{
    stroke: #C8A07A;
}

.product__info_mobile-content {
    margin-top: 15px;
}

.product__quantity_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product__price-not-available {
    color: #909090;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.429;
}

.product-slider-image-pop .slick-list {
    padding: 0 !important;
}

[class*="product-product"] #popup_img .special span {
    margin-left: 5px;
}

/*popup  palette START*/

.popup_palette .modal-content {
    padding: 20px 25px;
    font-family: Jost, sans-serif;
}

.palette {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-column-gap: 11px;
    grid-row-gap: 15px;
}

/* The container */
.palette-item {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #333;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.462;
}

/* Hide the browser's default radio button */
.palette-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
}

/* Create a custom radio button */
.palette .checkmark {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 60px;
    width: 60px;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: none;
    margin-bottom: 2px;
}

/* On mouse-over, add a grey background color */
.palette .palette-item:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.palette .palette-item input:checked ~ .checkmark {
    z-index: 1;
}

.palette .palette-item .checkmark img {
    width: 60px;
    height: 60px;
}

.palette .palette-item input:checked ~ .checkmark img {
    z-index: -1;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.palette .palette-item input + .checkmark:before,
.palette .palette-item input + .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.palette .palette-item input:checked + .checkmark:before,
.palette .palette-item input:checked + .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */

.palette .palette-item input:checked + .checkmark:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: transparent;
    border: 5px solid #fff;
    z-index: 1;
}

.palette .palette-item input:checked + .checkmark:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #F7A71D;
    z-index: 1;
}

.panel-palette {
    margin-top: 15px;
}

.popup_palette .palette-title {
    color: #848484;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.429;
}

.popup_palette .panel-heading {
    padding: 0;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.popup_palette .modal-header .close {
    margin-top: 0;
    right: 0;
}

.popup_palette .panel-title a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
}

.popup_palette .panel-title a:hover {
    color: #000;
}

.popup_palette .panel {
    margin-bottom: 15px;
    border: none;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.02);
    box-shadow: none;
}

.popup_palette .panel-body {
    padding: 0 25px 20px 25px;
}

.popup_palette .panel-title a[aria-expanded="true"] {
    padding-bottom: 15px;
}

.popup_palette .panel-title a[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.palette-price-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.palette-detail {
    font-family: Jost, sans-serif;
}

.palette-detail .palette-title {
    color: #909090;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.429;
}

.palette-detail .palette-name {
    margin-top: 2px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.444;
}

.palette-detail #field {
    width: 65px;
    height: 32px;
    padding: 5px 0;
}

.palette-detail .product__price-number,
.palette-detail .product__price-number .special {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.455;
}

.palette-detail .product__price-number .old-price {
    font-size: 19px;
    line-height: 1.455;
}

.palette-detail .product__price-number span {
    margin-left: 5px;
}

.palette-detail .btn.btn-lisap-buy {
    margin-top: 10px;
    width: 100%;
}

/*popup  palette END*/

#simplecheckout_payment {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.checkout-simplecheckout .simple-content .left-side-content .buttons {
    display: none !important;
}

.checkout-simplecheckout .simplecheckout-warning-block {
    margin-bottom: 20px;
    padding: 15px 20px;
    border-radius: 2px;
    border: none;
    border-bottom: 2px solid #FFB156;
    background: rgba(255, 177, 86, 0.10);
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
    width: 100%;
    max-width: unset;
}

.information-information-3 .section-new-mobile382 .container,
.information-information-5 .section-new-mobile382 .container,
.information-information-6 .section-new-mobile382 .container,
.information-information-12 .section-new-mobile382 .container {
    padding-left: 0;
    padding-right: 0;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    background-color: #000;
}

[class*="account-"] .alert-success {
    display: flex;
    padding: 10px 20px;
    align-items: center;
    border-radius: 2px;
    border: none;
    border-left: 4px solid #027A00;
    background: #BFFFBE;
    color: #027A00;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.467;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

[class*="account-"] .alert-danger {
    display: flex;
    padding: 10px 20px;
    align-items: center;
    border-radius: 2px;
    border: none;
    border-left: 4px solid #FF5252;
    color: #FF5252;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.467;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

[class*="account-"] .alert-success svg,
[class*="account-"] .alert-success i,
[class*="account-"] .alert-danger svg,
[class*="account-"] .alert-danger i {
    margin-right: 10px;
}

[class*="account-"] .title_top {
    padding-top: 30px;
}

[class*="account-"] .simpleregister {
    margin-bottom: 0;
    padding-bottom: 30px;
}

[class*="account-"] .simpleregister label {
    display: none !important;
}

[class*="account-"] .simpleregister .col-sm-10 {
    width: 100%;
}

[class*="account-"] .simpleregister .buttons {
    padding: 0;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

[class*="account-"] .thanks-wrap-desc > h2 {
    margin-bottom: 2px;
    font-size: 24px;
    line-height: 1.4589;
}

[class*="account-"] .simple-content fieldset {
    width: 100%;
    max-width: 400px;
    margin: auto;
}

[class*="account-"] .drop-account .dropdown-backdrop {
    position: unset;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: unset;
}

.account-simpleedit .page-title,
.account-order .page-title,
.account-wishlist .page-title,
.account-password .page-title {
    font-size: 24px;
    line-height: 1.458;
    text-align: left;
}

.account-simpleedit .simpleregister-block-content {
    margin: 0;
    padding: 0;
}

.account-simpleedit .simpleregister {
    padding-bottom: 0;
}

.account-password .buttons {
    margin-top: 0;
}

.user-amo .amo-right p.user__discount b {
    margin-left: 5px;
    color: #333;
    font-weight: 500;
}

.user-amo .amo-right p.user__discount span {
    margin-left: 5px;
    color: #FF5252;
    font-weight: 500;
}

.cart__basket .mCSB_inside > .mCSB_container {
    overflow-y: hidden;
}

.cart__basket .mCSB_scrollTools.mCSB_3_scrollbar.mCS-dark.mCSB_scrollTools_vertical {
    margin-left: 15px;
}

.cart__basket .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
}

.cart__basket .mCSB_scrollTools {
    width: 32px;
    right: -15px;
    opacity: 1;
}

.cart__basket .mCSB_inside > .mCSB_container {
    margin-right: 15px;
}

.cart__basket .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    border-radius: 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #C9C9C9;
}

.gm-style .gm-style-iw-d {
    overflow: unset !important;
    max-height: unset !important;
}

.gm-style .gm-style-iw-c button {
    display: none !important;
}

.gm-style .gm-style-iw-tc::after {
    display: none !important;
}

.gm-style .gm-style-iw-c {
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3.3px 5.5px 0px rgba(0, 0, 0, 0.05);
    padding: 20px !important;
}

.dropdown-lang path,
.dropdown-lang path,
.dropdown-lang path {
    transition: all .3s ease;
}

.dropdown-lang .dropdown-toggle:hover path {
    stroke: #C8A07A;
}

.dropdown-lang .dropdown-toggle:focus:hover {
    color: #C8A07A;
}

.dropdown-menu.m-mega .img_container {
    margin-right: 10px;
}

#map {
    height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .top__menu-link {
        font-size: 13px;
        margin-right: 13px
    }

    #top .ak_top_item_in .phone-parent {
        font-size: 14px;
        line-height: 17px
    }

    .logo img {
        max-width: 100px
    }

    .top-menu .l-menu .logo-desc {
        font-style: normal;
        font-weight: normal;
        font-size: 13px
    }

    .top__search-field {
        width: 200px
    }

    .m-mega .container {
        width: 660px
    }

    #top .ak_dropdown_tel {
        right: 208px
    }

    .product-layout .rev_empty {
        font-size: 13px
    }

    .product-layout .rev_in {
        font-size: 13px
    }

    .product-layout .price {
        font-size: 18px;
    }

    [class*="product-category"] .catalog_item__buy-btn {
        margin-right: 8px;
    }

    .product-layout .caption a {
        min-height: 84px;
        font-size: 13px
    }

    .btn.btn-lisap-buy {
        margin-right: 10px
    }

    .section-map img {
        width: 100%
    }

    .live-search {
        left: -70%
    }

    .footer-contact .l-social .social {
        flex-direction: column;
    }

    .footer-contact .l-social .social a + a {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .top__menu-link {
        font-size: 13px;
        margin-right: 13px
    }

    #top .ak_top_item_in .phone-parent {
        font-size: 14px;
        line-height: 17px
    }

    .logo img {
        max-width: 70px
    }

    .top-menu .l-menu .logo-desc {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        margin-bottom: 0
    }

    .top__search-field {
        width: 182px;
    }

    .m-mega .container {
        width: 440px
    }

    #top .ak_dropdown_tel {
        right: 137px
    }

    .product-layout .rev_empty {
        font-size: 13px
    }

    .product-layout .rev_in {
        font-size: 13px
    }

    .product-layout .price {
        font-size: 18px;
    }

    [class*="product-category"] .catalog_item__buy-btn {
        margin-right: 8px;
    }

    .product-layout .caption a {
        min-height: 84px;
        font-size: 13px
    }

    .btn.btn-lisap-buy {
        margin-right: 10px
    }

    .section-map img {
        width: 100%
    }

    .top__menu-link {
        font-size: 13px;
        margin-right: 10px
    }

    #top .ak_top_item_in .phone-parent {
        font-size: 13px;
        line-height: 17px
    }

    .l-item {
        font-size: 13px;
        padding-left: 3px
    }

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

    .header__additional .header__additional-link {
        margin-right: 0
    }

    .m-cart a .cart-svg {
        margin-right: 0
    }

    #cart {
        position: relative;
        top: 7px
    }

    .catalog_filter__item-link-title {
        font-size: 13px;
        text-transform: none
    }

    .btn-lisap-buy.product__buy-btn {
        margin-top: 3px
    }

    .product-page .lisap-block {
        margin-bottom: 30px
    }

    .live-search {
        left: -133%
    }
}

@media only screen and (min-width: 319px) and (max-width: 1199px) {
    #popupcart_extended .close {
        top: 28px;
        right: 25px;
    }

    .j-carousel-articles .owl-nav {
        margin-top: 5px;
    }

    .newsblog-article .l-title {
        margin-left: 0;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .newsblog-article .products__title .blog_date_add {
        margin-left: 0;
    }

    .simplecheckout-button-block > .simplecheckout-button-right {
        margin-left: 0 !important;
        margin-top: 15px;
    }

    .about_info .history-text-bottom, .about_info .certificate-text {
        font-size: 15px;
    }

    #simplecheckout_payment .checkout-heading {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.444;
        margin: 20px 0;
    }

    .checkout-simplecheckout .simplecheckout-block-content .radio label {
        font-size: 15px;
    }

    .sets .set-product .new_price {
        font-family: Jost, sans-serif;
        font-size: 20px !important;
        margin-top: 10px;
    }

    .sets-theme .sets_body .txt_sets {
        display: block;
        width: 100%;
    }

    .sets .set-product h4 {
        height: 39px !important;
        margin-left: 0;
    }

    .sets-theme .sets_price_mobile {
        display: none;
    }

    [class*="product-product"] .product__info {
        flex-wrap: wrap;
    }

    .mfilter-button-top .sel-filters {
        display: contents;
    }

    [class*="product-category"] .mfilter-button-top {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .modal-header {
        border: none
    }

    #top {
        margin-top: 6px;
    }

    #top .l-menu {
        display: block;
    }

    #top .l-menu img {
        /*        max-width: 67px;*/
    }

    #top .phone-top {
        margin-left: auto;
        margin-right: 0;
    }

    #top .phone-top .ak_dropdown {
        top: 47px !important;
        width: 100vw;
        min-width: 320px;
        left: 0;
        right: 0;
        margin-left: -50%;
        padding-top: 0;
        border-radius: 2px;
        border: 1px solid rgba(0, 0, 0, 0.06);
        background: #FFF;
        box-shadow: 0px 3.3px 5.5px 0px rgba(0, 0, 0, 0.05);
    }

    .main_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 15px;
        margin: 15px;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }

    .main_mobile .main_mobile-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        position: relative
    }

    .main_mobile .main_mobile-row .main_mobile-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main_mobile .main_mobile-row .main_mobile-item:first-child span {
        position: relative;
    }

    #top .ak_top_item_in span {
        position: relative;
        margin-left: 10px;
        margin-top: -2px
    }

    .m-mega {
        display: none;
        margin: 0 auto;
        top: 0;
        padding: 0 0 15px 0;
        width: 100%;
        height: auto
    }

    #close-mobile-menu {
        position: absolute;
        right: 10px;
        top: 10px
    }

    .wrap-mobile-cat {
        padding-right: 30px
    }

    .wrap-mobile-cat .list-unstyled {
        display: -ms-flexbox;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .wrap-mobile-cat .list-unstyled li {
        width: 100%;
    }

    .wrap-mobile-cat .list-unstyled li:not(:last-child) {
        margin-bottom: 10px;
    }

    .home__carousel-item {
        padding: 0;
    }

    .home__carousel-item-title {
        font-size: 20px;
        line-height: 130%;
        text-align: center;
        max-width: 300px;
        margin: 0 auto
    }

    .home__carousel-item-text {
        display: none
    }

    .l-count p {
        top: -106px;
        right: 8px
    }

    .btn-lisap {
        float: right;
        position: relative;
        right: calc(50% - 110px)
    }

    #cartLine {
        padding: 0;
    }

    .cartLine-close {
        position: absolute;
        top: 14px;
        right: 14px;
        display: none;
    }

    .cartLine-close svg {
        display: block;
    }

    #cartLine .cart_info {
        float: none;
    }

    #cartLine .btn-lisap-buy {
        width: 100%;
        font-family: Jost, sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.4375;
        margin-top: 15px;
        height: 51px;
        border-radius: 2px;
        background: #000;
    }

    #cartLine ul.prod_list {
        display: none;
    }

    .lisap-head h3 {
        font-size: 28px;
        line-height: 130%;
    }

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

    .lisap-head p {
        font-size: 15px;
        line-height: 1.467;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    section.categories_block {
        background: #fff;
        margin: 40px 0;
    }

    section.categories_block .image_block {
        display: none;
    }

    section.categories_block ul.category_list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding-left: 0;
        padding-top: 25px;
        padding-bottom: 22px;
    }

    section.categories_block h2,
    section.categories_block .h2 {
        font-size: 28px;
        line-height: 1.429;
        text-align: center;
        font-weight: 400;

    }

    .mb_30 {
        margin-bottom: 30px
    }

    .head-title{
        justify-content: initial;
    }

    .head-title .l-title h4,
    .head-title .l-title .h4 {
        font-size: 24px;
        line-height: 1.429;
        margin-bottom: 15px;
    }

    .head-title .l-title a {
        display: none
    }

    .heading-wrap h4, .heading-wrap .h4 {
        font-size: 24px;
        line-height: 1.428;
    }

    .pro-lisap h4 {
        font-size: 28px;
        line-height: 140%
    }

    .empty_60 {
        height: 30px
    }

    .pro-lisap h4 {
        font-size: 28px;
        line-height: 140%
    }

    .section-map h4,
    .section-map .h4 {
        font-size: 24px;
        line-height: 140%;
        margin-bottom: 15px;
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .section-map img {
        width: auto;
        display: block;
        position: relative;
    }

    .section-map .col-md-12 + .empty_30 + .col-md-12 {
        padding: 0;
    }

    .b-certificates .owl-nav .owl-prev {
        left: 0
    }

    .footer-ul {
        /*margin-bottom: 20px*/
    }

    .footer__menu {
        /*margin-bottom: 20px*/
    }

    .page_title-text {
        font-size: 28px;
        line-height: 130%;
    }

    .breadcrumbs__list {
        white-space: nowrap;
        padding: 15px 0 10px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .load_category {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 25px
    }

    .category_top {
        display: none
    }

    .btn-filter {
        float: left;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 31px;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.462;
        color: #fff;
        padding: 6px 0;
        border-radius: 2px;
        background: #000;
    }

    .btn-filter:hover {
        color: #fff;
    }

    .btn-filter .zmdi {
        padding-right: 6px;
    }

    .btn-filter svg {
        margin-right: 10px;
    }

    .m-filter {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .m-filter .m-filter-item:first-child {
        width: 50%;
        padding-right: 5px;
    }

    .m-filter .m-filter-item:last-child {
        width: 50%;
        padding-left: 5px;
    }

    .dropdown-toggle {
        font-size: 13px;
        line-height: 16px;
        top: 0;
        padding: 0;
        height: auto;
        /*width: 86%*/
    }

    .sort__by-dropdown {
        border-radius: 2px;
        border: 1px solid rgba(0, 0, 0, 0.10);
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 31px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        color: #000;
        font-family: Jost, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.462;
        padding: 6px 0;
        justify-content: space-between;
    }

    .dropdown.sort__by-dropdown.s-lisap_dropdown > span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .dropdown.sort__by-dropdown.s-lisap_dropdown > span svg {
        margin-left: 10px;
    }

    .fix-grid .product-wrap {
        border: none;
    }

    .product-layout {
        height: 100%;
    }

    .product__image {
        margin-bottom: 20px
    }

    .product__buy .btn.btn-lisap-buy {
        margin-top: 0;
        width: 100%;
        padding: 0
    }

    .product__fast .btn.product__buy-btn {
        margin-top: 0;
        margin-right: 15px;
        padding: 0;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .nav > li > a {
        padding: 10px 10px
    }

    .tab-content {
        margin-bottom: 45px
    }

    .tab-content-mobile {
        padding-left: 0;
        padding-right: 0
    }

    .nav > li > a {
        padding: 10px 15px 10px 0px
    }

    .nav-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
        overflow-x: scroll
    }

    .product-page .b-certificates {
        margin-bottom: 20px
    }

    .modal_product__remove {
        display: none
    }

    .modal_product__img-image {
        height: auto;
        padding-left: 0px
    }

    .l-1-wrap .title-block-checkout {
        font-size: 18px;
        margin-bottom: 20px
    }

    .l-1-wrap .lisap-step-1 {
        margin-bottom: 30px
    }

    .search-mobile {
        display: none;
        position: absolute;
        z-index: 2;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        margin-left: -15px;
    }

    .live-search .result-text {
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .live-search .result-text a.view-all-results {
        padding: 22.39px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.10);
        color: #333;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.467;
    }

    .search-mobile #search {
        margin-right: 0;
        margin-left: 0;
        padding-top: 0;
    }

    .search-mobile #search .live-search .product-name {
        color: #333;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.429;
        max-width: 225px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 20px;
        max-height: 60px;
        margin-left: 10px;
        min-width: 190px;
    }

    .search-mobile #search .live-search .product-price {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.428;
        margin-left: auto;
    }

    .search-mobile #search input {
        border: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        padding: 16px 5px 16px 30px;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
        border-radius: 0;
        width: 100%;
        color: #000;
        font-family: Jost, sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.467;
        display: flex;
        align-items: center;
    }

    .search-mobile #search input::placeholder {
        color: #909090;
        font-family: Jost, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.429;
    }

    #search #formSearch {
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
        background: #F8F8F8;
    }

    #search .back {
        position: absolute;
        top: 50%;
        left: 15px;
        z-index: 1;
        transform: translateY(-50%);
    }

    #search #formSearch:before {
        position: absolute;
        content: url("../image/search-icon.svg");
        top: 18px;
        right: 19px;
        z-index: 1;
    }

    .top__search:after {
        content: '';
    }

    .live-search {
        width: 100%;
        margin: 0;
        border: none;
        border-radius: 0;
        padding-bottom: 0;
        box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.03);
    }

    .live-search ul {
        padding: 10px 15px 0 15px;
        margin-bottom: 10px;
    }

    .live-search ul li {
        border-bottom: none;
    }

    .active_menu {
        color: #F96041
    }

    .active_menu svg path {
        stroke: #F96041
    }

    .active_menu svg line {
        stroke: #F96041
    }

    #menu {
        background-color: #fff;
        top: 0;
    }

    #menu .bottom_popup .top__menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 20px 15px 15px 15px;
    }

    #menu .main_mobile_top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 5px;
        align-items: center;
        height: 37px;
    }

    #productionCats {
        border: none;
        box-shadow: none;
        border-radius: 0;
        height: 100%;
        overflow: auto;
    }

    .main_mobile_top-item .l-menu {
        color: #000;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.4545;
    }

    #menu .main_mobile_top .main_mobile_top-item .lang-wrap {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    #menu .main_mobile_top .main_mobile_top-item img {
        width: 80px
    }

    #menu .main_mobile_top .top__search {
        width: 100%
    }

    #menu .main_mobile_top .top__search input {
        border: 1px solid #F7F8FA;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        padding: 11px 8px 11px 36px;
        font-size: 13px;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #F7F8FA;
        border-radius: 2px;
        width: 100%
    }

    #menu > .top__menu {
        width: 100%;
        background: #fff;
        padding: 10px 15px 12.5px 15px;
        position: relative;
    }

    #menu > .top__menu:after {
        position: absolute;
        content: '';
        background: rgba(0, 0, 0, 0.07);
        height: 1px;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #menu .top__menu .img_top #cart-total {
        left: 20px;
        top: -3px;
    }

    #menu .top__menu .img_top a .mob_item:last-child {
        margin-left: 15px
    }

    #menu .top__menu .img_top a .mob_item:first-child {
        position: relative;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    svg.r-side {
        position: absolute;
        right: 12px;
    }

    #menu .top__menu .img_top a .mob_item:first-child .before-span svg {
        width: 22px;
        height: 22px
    }

    #menu .top__menu .img_top a .mob_item:first-child .before-span svg g {
        stroke: black
    }

    #menu .top__menu .img_top a .mob_item:first-child .before-span svg g rect {
        stroke: black
    }

    #menu .top__menu .main_mobile-item {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 7.5px 0;
    }

    #menu .top__menu .main_mobile_top + .main_mobile_top + .main_mobile-item.img_top {
        display: flex;
        padding: 12px 30px;
        justify-content: center;
        align-items: center;
        border-radius: 2px;
        background: #000;
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.4375;
        height: 48px;
    }

    #menu .top__menu .main_mobile_top + .main_mobile_top + .main_mobile-item.img_top svg path {
        stroke: #fff;
    }

    #menu .top__menu .main_mobile_top + .main_mobile_top + .main_mobile-item.img_top .mob_item {
        width: auto;
    }

    #menu .top__menu .main_mobile_top + .main_mobile_top + .main_mobile-item.img_top .dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #menu .top__menu .main_mobile_top + .main_mobile_top + .main_mobile-item.img_top .dropdown-toggle > .mob_item.dropdown {
        margin-right: 0;
        margin-left: 0;
    }

    #menu .top__menu .main_mobile-item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    #menu .top__menu .main_mobile-item:not(.dropdown) a.dropdown-toggle .mob_item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    #menu .top__menu .main_mobile-item a .mob_item:last-child span,
    .main_mobile-item > .mob_item + .mob_item span {
        color: #000;
        font-family: Jost, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.4375;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #menu .menu-close {
        top: 10px;
        right: 0px;
        height: 100%;
        width: 20%
    }

    #menu .menu-close .zmdi-hc-3x {
        font-size: 30px;
        font-weight: 100;
        margin-right: -20px;
        color: white
    }

    .m-mega #close-mobile-menu {
        position: relative;
        font-size: 14px;
        line-height: 17px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #000000c2;
        right: 0;
        top: 0;
        padding-left: 15px;
        padding-right: 15px;
        justify-content: space-between;
        height: 52px;
    }

    .m-mega #close-mobile-menu .fa {
        margin-right: 8px;
        padding: 20px 0
    }

    .m-mega #close-mobile-menu span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: 1;
        color: #000;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.4545;
    }

    .wrap-mobile-cat {
        padding: 0 15px
    }

    .wrap-mobile-cat .list-unstyled li a {
        color: #333;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.4375;
        display: flex;
        align-items: center;
    }

    .wrap-mobile-cat .parent_cat {
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        color: #000000
    }

    #popupcart_extended .wrapper-loading {
        width: 300px;
        border-radius: 10px;
        height: 127px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: black;
        -webkit-box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.65);
        box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.65)
    }

    #popupcart_extended .wrapper-loading span {
        display: none
    }

    #popupcart_extended .cart_stage_1 .modal-body .modal_product__img {
        width: 65px;
        height: 65px
    }

    #popupcart_extended .cart_stage_1 .modal-body .modal_product__remove {
        right: 0;
        display: block;
        margin: 0;
    }

    #popupcart_extended .cart_stage_1 .modal-footer .b-modal_total .wrap-total {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    #popupcart_extended .cart_stage_1 .modal-footer .b-modal_total .wrap-total .wrap-total-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    #popupcart_extended .cart_stage_1 .modal-footer .b-modal_total .wrap-total .total-sum {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        margin-bottom: 15px
    }

    #popupcart_extended .cart_stage_2 .modal-title {
        padding-bottom: 0;
        font-family: Rubik, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 13px;
        line-height: 1.154;
        color: #9FA8B0;
        margin-left: 12px;
        display: none;
    }

    #popupcart_extended .cart_stage_2 .check_phone .check_phone_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    #scroll_cart_stage_2 {
        position: relative;
        display: flex;
        align-items: center;
    }

    #scroll_cart_stage_2:after {
        position: absolute;
        content: '';
        z-index: 2;
        background: #fff;
        right: 0;
        top: 0;
        width: 20px;
        height: 30px;
    }

    #popupcart_extended .cart_stage_2 .check_phone .check_phone_item .check_phone_item_in {
        width: 100%
    }

    #popupcart_extended .cart_stage_2 .check_phone .check_phone_item_dis .check_phone_item_in {
        width: 100%;
        margin-bottom: 20px;
    }

    #popupcart_extended .cart_stage_2 .check_phone .check_phone_item_dis .check_phone_item_in:last-child {
        margin-bottom: 0;
    }

    #popupcart_extended .cart_stage_2 .check_phone .check_phone_item_dis .mb_20 {
        margin-bottom: 0
    }

    #mobile-filter {
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.5);
        top: 0;
        height: auto;
        z-index: 99;
        padding: 0;
    }

    #mobile-filter .mobile-filter-lisap {
        width: 100%;
        background: #fff;
        -webkit-box-shadow: -5px -5px 25px rgba(0, 0, 0, 0.35);
        box-shadow: -5px -5px 25px rgba(0, 0, 0, 0.35);
        height: 100%;
        padding: 0;
    }

    .mobile-filter-lisap .modal-header .modal-title {
        font-family: 'Rubik', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.5;
        color: #313131;
        padding-bottom: 17px;
        text-align: left;
        padding-left: 20px;
    }

    #mobile-filter .mobile-filter-lisap .mfilter-free-container {
        padding: 0
    }

    #mobile-filter .mobile-filter-lisap .mfilter-free-container .mfilter-selected-filters {
        margin-top: 20px;
        margin-bottom: 15px
    }

    #mobile-filter .mobile-filter-lisap .modal-header {
        padding-top: 18px;
    }

    [class*="product-category"] .mfilter-price-inputs {
        max-width: 230px;
    }

    [class*="product-category"] #mfilter-opts-price-min, [class*="product-category"] #mfilter-opts-price-max {
        width: 110px;
        min-width: 110px;
        max-width: 110px;
    }

    [class*="product-category"] .mfilter-price-btn {
        margin-left: 9px;
    }

    #mobile-filter .mobile-filter-lisap .mobile_top_header {
        position: absolute;
        top: 21px;
        right: 20px;
    }

    [class*="product-category"] .mfilter-box .mfilter-counter.mfilter-close {
        margin-right: 0;
    }

    .mfilter-iscroll > .scroll-element .iScrollIndicator {
        background-color: transparent;
    }

    .mfilter-free-container [id^="mfilter-free-container-"] {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    #mobile-filter .mobile-filter-lisap .mobile_top_header .zmdi {
        font-size: 30px;
        background: inherit
    }

    .mfilter-col-input > a:focus, .mfilter-col-input a:hover {
        color: #23527c;
        text-decoration: underline
    }

    #popup_img {
        width: 100%;
        border-radius: 0;
        max-width: 320px;
    }

    #popup_img .close {
        transform: scale(0.7274);
    }

    #popup_img .modal-body {
        padding: 26.5px 0 0 0;
    }

    #popup_img .product__fast {
        width: 50%
    }

    #popup_img .product__fast .product__buy-btn_one-click {
        margin-right: 0;
        min-width: 140px
    }

    .info-product-right-block {
        width: 100%
    }

    .info-product-right-block .product__buy {
        width: 50%;
        max-width: 175px
    }

    .product__info-code {
        padding-top: 0
    }

    .info-right {
        margin-top: 25px
    }

    #simplecheckout_payment .simplecheckout-block-content .radio img {
        display: none
    }

    .ship_two .block-ship {
        margin-bottom: 15px
    }

    .ship_foure .block-ship {
        margin-bottom: 15px
    }

    .info-section .shipping_wrap .after_top {
        font-size: 14px;
        line-height: 21px
    }

    .ship_six .back {
        opacity: 1
    }

    .thanks-wrap-info .d-wrap {
        -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
    }

    .thanks-wrap-info .d-wrap .d-item {
        text-align: center
    }

    .about_info .row {
        display: block;
        margin-bottom: 50px
    }

    .about_info .row img {
        width: 100%
    }

    .about_info .row .about_text .about_text_top {
        font-size: 20px;
        line-height: 20px
    }

    .info-section .lisap {
        padding-top: 0px;
        padding-bottom: 30px
    }

    .blog__cats {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        white-space: nowrap;
        overflow-x: scroll;
        padding: 0px 15px 0;
        position: relative
    }

    .m_top_blog {
        position: relative;
        margin-bottom: 55px
    }

    .m_top_blog .m_blog {
        white-space: nowrap;
        overflow-x: scroll;
        width: 320px;
        position: absolute
    }

    #menu {
        overflow: auto;
        height: 100%;
    }

    .slider-top #homeCarousel .slick-dots {
        display: flex !important;
        z-index: 2;
        bottom: -20px;
    }

    .slider-top #homeCarousel .slick-prev {
        left: 10px;
    }

    .slider-top #homeCarousel .slick-next {
        right: 10px;
    }

    .lisap .empty_30 {
        height: 0;
    }

    .lisap-articles .head-title {
        flex-direction: column;
    }

    .lisap-articles .stagh4 {
        font-size: 19px;
        line-height: 1.3339;
        text-align: left;
    }

    .lisap-articles .m-scrollable {
        padding-top: 20px;
    }

    .b-recent.j-carousel-viewed .owl-nav,
    .b-recent.j-carousel .owl-nav,
    .j-certificates_carousel .owl-nav {
        bottom: -65px;
    }

    footer .row {
        margin-left: 0;
        margin-right: 0;
    }

    .footer-top > .container > .row > div,
    .footer-top .informations-list,
    .footer-top .contacts-list {
        padding-left: 0;
        padding-right: 0;
    }

    #menu .top__menu .main_mobile-item a.dropdown-toggle[aria-expanded="true"] .mob_item > svg {
        transform: rotate(180deg);
    }

    .main_mobile-item.open {
        flex-direction: column;
    }

    .main_mobile-item.open .dropdown-menu {
        position: relative;
        box-shadow: none;
        border: none;
        border-radius: 2px;
        background: #F8F8F8;
        margin-top: 10px;
        margin-right: auto;
        padding: 15px 20px;
        width: 100%;
    }

    .main_mobile-item.open .dropdown-backdrop {
        z-index: -1;
    }

    .main_mobile-item.open .dropdown-item {
        color: #333;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.467;
    }

    .main_mobile-item.open .dropdown-item:not(:last-child) {
        margin-bottom: 8px;
    }

    .main_mobile .main_mobile-row .main_mobile-item .mob_item span {
        font-family: Jost, sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 1.462;
        color: #333;
    }

    [class*="product-category"] .sort__by-dropdown .dropdown-menu {
        top: 100%;
        right: 0;
        left: auto;
        margin-top: 5px;
        padding-right: 0;
        padding-top: 7.5px;
        padding-bottom: 7.5px;
    }

    [class*="product-category"] .sort__by-dropdown .dropdown-menu li a {
        padding-left: 20px;
        padding-right: 20px;
    }

    [class*="product-category"] .pagination .d-mobile-none {
        display: none;
    }

    [class*="product-category"] .mobile-filter-lisap .mfilter-col-count {
        padding: 3px 1px;
    }

    [class*="product-category"] .mobile-filter-lisap .box-heading.stagh3 {
        display: none;
    }

    [class*="product-product"] .product__image {
        padding-left: 0;
        padding-right: 0;
    }

    #popupcart_extended .b-modal_product-container {
        max-height: 55vh;
        overflow-y: scroll;
    }

    /*checkout-simplecheckout START*/
    .checkout-simplecheckout .mCustomScrollBox.mCS-dark.mCSB_vertical.mCSB_inside {
        /*max-height: none !important;*/
    }

    .checkout-simplecheckout .cart__basket .basket_product-wrap {
        /*overflow-y: auto;*/
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        padding-top: 20px;
    }

    .checkout-simplecheckout .cart__basket .basket_product-wrap::-webkit-scrollbar {
        width: 2px; /* ширина всей полосы прокрутки */
    }

    .checkout-simplecheckout .cart__basket .basket_product-wrap::-webkit-scrollbar-track {
        background: #C9C9C9; /* цвет зоны отслеживания */
    }

    .checkout-simplecheckout .cart__basket .basket_product-wrap::-webkit-scrollbar-thumb {
        background-color: #000; /* цвет бегунка */
        border-radius: 0; /* округлось бегунка */
        border-left: none; /* отступ вокруг бегунка */
    }

    /*checkout-simplecheckout END*/
    [class*="product-product"] #popup_img.modal-content {
        padding-top: 73.5px;
        padding-bottom: 10px;
    }

    [class*="product-product"] #popup_img .slick-slider .prev {
        left: -15px;
        transform: scale(0.6);
    }

    [class*="product-product"] #popup_img .slick-slider .next {
        right: -15px;
        transform: scale(0.6);
    }

    [class*="product-product"] #popup_img .image-additional-slider {
        margin-top: 64px;
        margin-bottom: 8px;
    }

    [class*="product-product"] #popup_img .info-product-right-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: unset;
    }

    [class*="product-product"] #popup_img .product__price {
        order: 0;
        width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    [class*="product-product"] #popup_img #field {
        order: 1;
        border-radius: 2px;
        border: 1px solid rgba(0, 0, 0, 0.10);
        margin-bottom: 10px;
    }

    [class*="product-product"] #popup_img .product__buy {
        order: 2;
        margin: 0 !important;
        max-width: 210px;
        width: 211px;
    }

    [class*="product-product"] #popup_img .product__price {
        margin-bottom: 14px;
    }

    [class*="product-product"] #popup_img .special {
        margin-top: 0;
        margin-bottom: 0;
    }

    [class*="product-product"] #popup_img .old-price {
        font-size: 16px;
        line-height: 1.1875;
    }

    [class*="account-"] .account-list-items li {
        height: 100%;
        max-width: fit-content;
        margin-top: 10px;
    }

    [class*="account-"] .account-list-items li a {
        padding: 0;
        color: #6D6D6D;
        font-family: Jost, sans-serif;
        font-size: 15px;
        line-height: 1.467;
    }

    [class*="account-"] .account-list-items li a.active,
    [class*="account-"] .account-list-items li a:hover,
    [class*="account-"] .account-list-items li a:focus {
        color: #000;
        transition: all .3s ease;
    }

    section.lisap {
        margin: 40px 15px;
    }

    section.lisap .col-sm-7,
    section.lisap .col-xs-12,
    section.lisap .col-sm-5 {
        padding-left: 0;
        padding-right: 0;
    }

    .product-layout .btn.btn-lisap-buy {
/*        display: none;*/
    }

    .lisap-articles .head-title .l-title .h4 {
        margin-bottom: 5px;
    }

    #menu .main_mobile_top .main_mobile_top-item:nth-child(1) {
        padding-right: 20px;
        position: relative;
    }

    #menu .main_mobile_top .main_mobile_top-item:nth-child(1):after {
        position: absolute;
        content: '';
        background: rgba(0, 0, 0, 0.10);
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 1px;
        height: 20px;
    }

    #menu .main_mobile_top .main_mobile_top-item:nth-child(2) {
        margin-left: 20px;
        margin-right: auto;
    }

    #menu .top__menu .main_mobile_top + .main_mobile_top + .main_mobile-item.img_top .mob_item {
        margin-left: 10px;
    }

    #menu .top__menu .main_mobile_top + .main_mobile_top + .main_mobile-item.img_top .mob_item span {
        color: #fff;
    }
}

@media only screen and (max-width: 767px) {
    .mapItem{
        min-width: auto !important;
    }
    .products-from-series .b-recent.products-from-series-carousel{
        margin-bottom: 80px;
    }
    [class*="product-product"] .section-new.viewed {
        padding-top: 0;
    }
    .b-producttabs .panel-body{
        overflow-x: scroll;
    }
    [class*="product-product"] .product__fast-orig{
        padding-left: 37%;
    }
    #home .lisap-articles .blog__preview:nth-child(2),
    #home .lisap-articles .blog__preview:nth-child(3) {
        display: none;
    }

    .common-home .blog__preview:nth-child(n+2) {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .checkout-simplecheckout .row-shipping_address_house {
        float: left;
        width: auto;
    }

    .checkout-simplecheckout .row-shipping_address_flat {
        float: right;
    }
}

@media only screen and (min-width: 325px) and (max-width: 768px) {
    #delivery_and_payment .ship_foure > div:nth-child(1) .block-ship,
    #delivery_and_payment .ship_foure > div:nth-child(3) .block-ship,
    #delivery_and_payment .ship_foure_after .block-ship {
        margin-right: auto;
    }

    #delivery_and_payment .ship_foure > div:nth-child(2) .block-ship,
    #delivery_and_payment .ship_foure > div:nth-child(4) .block-ship {
        margin-left: auto;
    }

    #delivery_and_payment .ship_foure.equal > div[class*='col-'] {
        display: block;
        margin: unset;
        flex: 0 0 auto;
    }
}

@media only screen and (max-width: 991px) {
    .footer-top > .container > .row > div.footer-bottom-content {
        padding: 20px 0;
    }

    .checkout-simplecheckout .left-side-content,
    .checkout-simplecheckout .right-side-content {
        padding-left: 0;
        padding-right: 0;
    }

    .checkout-simplecheckout .simple-content,
    .checkout-simplecheckout .simplecheckout-step {
        margin: 0;
    }
}

@media only screen and (max-width: 1023px) {
    /*Избранное*/
    .header__additional-link-comparecount,
    .header__additional-link-cartcount {
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute !important;
        font-family: "Jost", sans-serif !important;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 1.417;
        text-align: center;
        left: 18px;
        top: -5px;
        background: #C8A07A;
        border-radius: 100px;
        width: 17px;
        height: 17px;
        border: none;
    }

    .map__menu_region,
    .map__menu_city {
        display: flex;
        justify-content: space-between;
    }

    .map__menu_city {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .lisap-articles .btn-all {
        min-width: 268px;
        width: fit-content;
        margin: 20px auto 0 auto;
    }
}

@media only screen and (min-width: 992px) {
    .footer-links .col-wrap {
        display: block;
        column-count: 2;
    }

    .footer-bottom-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    footer .collapse,
    footer .collapse.in,
    footer .collapsing {
        display: block;
        height: auto !important;
    }

    footer .panel-heading a {
        cursor: unset;
    }

    footer .panel-heading a svg {
        display: none;
    }

    footer .panel-heading a:after,
    footer .panel-collapse.in:after {
        content: none;
    }

    .footer-bottom-content {
        padding-top: 50px;
        position: relative;
        display: flex;
        align-items: center;
        margin-top: 50px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .footer-bottom-content:before {
        position: absolute;
        content: '';
        background: rgba(255, 255, 255, 0.10);
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
    }

    .footer-top {
        padding: 50px 0;
    }

    footer .panel-heading a {
        padding: 0 0 19px 0;
    }

    footer .panel-group .panel-heading + .panel-collapse > .panel-body {
        padding: 0;
    }

    .footer-bottom-logo .l-item-in {
        width: 160px;
        height: auto;
    }

    .footer-bottom-logo .l-item-in svg {
        width: 100%;
        height: 100%;
    }

    .footer-top .footer-bottom-logo .l-item .p-full {
        margin: 0;
    }

    .footer-bottom-content .row-checkout {
        width: 100%;
    }

    .footer-contact .l-social .social {
        padding-bottom: 0;
    }

    .checkout-simplecheckout footer .hide-checkout,
    .checkout-success footer .hide-checkout {
        display: none;
    }

    .checkout-simplecheckout footer .display-checkout.contacts-list,
    .checkout-success footer .display-checkout.contacts-list {
        display: block;
    }

    .checkout-simplecheckout footer .footer-top,
    .checkout-success footer .footer-top {
        padding: 50px 0;
    }

    .checkout-simplecheckout footer .footer-top .footer-bottom-content,
    .checkout-success footer .footer-top .footer-bottom-content {
        padding-top: 0;
        margin-top: 0;
    }

    .checkout-simplecheckout footer .footer-top .footer-bottom-content:before,
    .checkout-success footer .footer-top .footer-bottom-content:before {
        content: none;
    }

    .checkout-simplecheckout footer .row-checkout .footer-parent_cat,
    .checkout-success footer .row-checkout .footer-parent_cat {
        color: #B1B1B1;
        font-size: 18px;
        line-height: 1.444;
        padding-bottom: 10px;
    }

    .checkout-simplecheckout footer .d-wrap .d-item .d-item-phone a:not(:first-child),
    .checkout-success footer .d-wrap .d-item .d-item-phone a:not(:first-child) {
        margin-left: 43px;
    }

    .checkout-simplecheckout #top,
    .checkout-success #top {
        height: 62px;
    }

    .checkout-simplecheckout #top .row,
    .checkout-success #top .row {
        padding-top: 0;
        position: relative;
    }

    .checkout-simplecheckout #top .row:before,
    .checkout-success #top .row:before {
        position: absolute;
        content: '';
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 30px);
        height: 1px;
        background: rgba(0, 0, 0, 0.10);
    }

    .checkout-simplecheckout #top .row .language-menu,
    .checkout-success #top .row .language-menu {
        margin-right: 0;
        margin-left: 50px;
    }

    .checkout-simplecheckout #top .row .phone-popup,
    .checkout-success #top .row .phone-popup {
        margin-right: 0;
        margin-left: auto;
    }

    .checkout-simplecheckout .simple-content {
        margin: 0;
    }

    .checkout-simplecheckout .l-1-wrap .lisap-step-1 {
        margin-bottom: 40px;
    }

    .about_info .wrapper {
        margin-top: 25px;
        display: flex;
        align-items: center;
        position: relative;
    }

    .about_info .about-image {
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        position: absolute;
    }

    .about_info .about-text {
        margin-top: 0;
        width: 50%;
        height: 100%;
        padding: 40px 60px;
        margin-left: auto;
    }

    .about_info p,
    .about_info ol,
    .about_info ul {
        font-size: 16px;
        line-height: 1.5625;
    }

    .about_info ol,
    .about_info ul {
        padding-left: 25px;
    }
}

@media only screen and (min-width: 1024px) {

    .order-info-collapse > h3 {
        margin-left: 15px;
    }

    .order-info-collapse > table {
        margin-left: 7px;
        margin-right: 7px;
    }

    #home .lisap-head h1 {
        font-size: 38px !important;
    }

    #top .row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #top .phone-popup {
        max-width: 186px;
        margin-right: -18px;
        padding-left: 0;
        padding-right: 0;
    }

    #top .ak_top_item_in .phone-parent {
        font-size: 18px;
        line-height: 1.444;
    }

    #top .language-menu {
        padding-left: 0;
        max-width: 90px;
    }

    #top .ak_top_item_in .before-span-tel svg path {
        fill: #9FA8B0;
    }

    .header__additional {
        justify-content: space-between;
        padding: 0;
    }

    .header__additional .m-cart a,
    .header__additional .m-favorite a,
    .header__additional .m-account a {
        color: #000;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.467;
        white-space: nowrap;
    }

    .header__additional .m-cart .cart__total {
        margin-left: 10px;
    }

    .header__additional .m-favorite .header__additional-link-comparecount {
        margin-left: 5px;
    }

    .header__additional .m-cart a .cart-svg {
        margin-right: 0;
    }

    .header__additional .m-account a,
    .header__additional .m-favorite a,
    .header__additional .m-cart a {
        justify-content: space-between;
        height: 100%;
    }

    .header__additional-link-cartcount,
    .header__additional-link-comparecount {
        /*right: 2px;
        top: -2px;
        font-family: Formular, sans-serif !important;
        font-style: normal;
        font-weight: 700 !important;
        font-size: 10px;
        line-height: 1.182;
        background: #E3B5D5 !important;
        width: 15px !important;
        height: 15px !important;
        color: #fff !important;*/
    }

    .header__additional-link {
        height: 48px;
    }

    .header__menu-link {
        margin-right: 0 !important;
    }

    #search.top__search {
        width: 100%;
        margin-left: 15px;
    }

    #search.top__search .back {
        display: none;
    }

    .top-menu .l-menu:last-child {
        margin-left: 15px;
    }

    .top__search-field {
        border: 1px solid #F8F8F8;
        border-radius: 2px;
        padding: 14px 20px 14px 46px;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 15px !important;
        line-height: 1.2 !important;
        color: #000;
        background: #F8F8F8;
    }

    .top__search-field::placeholder {
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 1.467;
        color: #909090;
    }

    .top__search-field:focus {
        border: 1px solid rgba(0, 0, 0, 0.15);
        background: #fff;
    }

    #header {
        padding: 10px 0;
        margin-bottom: 10px;
        position: relative;
    }

    #header:before {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.10);
        height: 1px;
        width: 100%;
        max-width: 1356px;
    }

    #formSearch:after {
        position: absolute;
        content: url("../img/icons/search_light.svg");
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
        height: 16px;
    }

    #formSearch.active:after {
        content: url("../img/icons/search_dark.svg");
    }

    .map__menu__content {
        margin-left: 10px;
    }

    .map__menu_city {
        margin-left: 35px;
    }

    .map__menu .custom-select {
        width: fit-content;
    }

    .map__menu .select-items {
        left: -20px;
        right: auto;
    }

    .checkout-simplecheckout #top .phone-popup,
    .checkout-success #top .phone-popup {
        max-width: 150px;
    }
}

@media only screen and (max-width: 1199px) {
    #home .lisap-articles .blog__preview:nth-child(3) {
        display: none;
    }

    .live-search ul li:nth-child(n+6) {
        display: none;
    }

    .main_mobile-item.img_top .header__additional-link-cartcount {
        display: none;
    }

    .main_mobile .main_mobile-row svg path {
        stroke: #ADADAD;
    }

    .main_mobile .main_mobile-row .main_mobile-item:nth-child(4) svg,
    .main_mobile .main_mobile-row .cart-svg svg {
        width: 21px;
    }

    #menu .bottom_popup .top__menu .d-wrap .callback a {
        width: fit-content;
        min-width: 283px;
    }

    .m-full_height_open {
        overflow: hidden;
    }

    .top__menu .cart-svg .hidden-lg svg {
        margin-bottom: -5px;
    }

    #popupcart_extended .close {
        z-index: 3;
    }

    [class*="product-product"] .product-one-image .slick-arrow,
    [class*="product-product"] .product-one-image .slick-dots {
        display: none !important;
    }

    [class*="product-product"] .product-one-image.slick-dotted.slick-slider {
        margin-bottom: 10px;
    }

    [class*="product-product"] .review-title-container {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .popup_palette .modal-dialog {
        margin-left: auto;
        margin-right: auto;
        height: 100vh;
        background: #fff;
    }

    .popup_palette .palette-detail {
        position: fixed;
        top: calc(100vh - 190px);
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        right: 0;
        height: 190px;
        z-index: 1;
        padding: 20px 15px;
        border-radius: 2px;
        background: #fff;
        box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.07);
        width: 100%;
        max-width: 600px;
        display: none;
    }

    .popup_palette.in .palette-detail:not(.hide-detail) {
        display: block;
    }

    .hide-detail {
        display: none;
    }

    .checkout-simplecheckout .row-shipping_address_house,
    .checkout-simplecheckout .row-shipping_address_flat {
        width: calc(100% + 30px);
        margin-bottom: 12px !important;
    }

    .checkout-simplecheckout .row-shipping_address_house input,
    .checkout-simplecheckout .row-shipping_address_flat input {
        min-width: unset;
        max-width: unset;
    }

    .common-home .blog__preview:nth-child(n+3) {
        display: none;
    }

    .section-new-mobile382 {
        margin: 40px 0 60px 0;
    }

    .account-simpleregister .simpleregister-have-account {
        max-width: 250px;
    }

    [class*="account-"] .b-thanks .thanks__title {
        flex-direction: column;
    }

    [class*="account-"] .drop-account {
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        display: flex;
        padding: 10px 20px;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 2px;
        background: #F3F3F3;
    }

    [class*="account-"] .drop-account .dropdown-menu {
        position: relative;
        margin: 0;
        padding: 0;
        color: #6D6D6D;
        font-family: Jost, sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.467;
        border: none;
        box-shadow: none;
        background: transparent;
    }

    .account-simpleedit #content,
    .account-order #content,
    .account-wishlist #content,
    .account-password #content {
        display: flex;
        flex-direction: column;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        font-family: Jost, sans-serif;
    }

    [class*="account-"] .drop-account .dropdown-select {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        color: #000;
        font-family: Jost, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.429;
    }

    [class*="account-"] .drop-account .dropdown-select[aria-expanded="true"] svg {
        transform: rotate(180deg);
    }
}

@media only screen and (min-width: 1200px) {
    .header__menu-link .dropdown-menu.m-mega {
        background: #fff;
        box-sizing: border-box;
        outline: none;
        width: 100%;
        display: flex;
        padding: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .header__menu .dropdown-menu {
        margin-top: 10px;
    }

    .header__menu-link.dropdown.hover:hover .after-span {
        transform: rotate(180deg);
    }

    .header__menu-link .dropdown-menu.m-mega ul li {
        margin-bottom: 0;
        width: 23.89%;
        display: inline-flex;
        align-items: center;
    }

    .header__menu-link .dropdown-menu ul li > a {
        color: #333;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.4375;
        white-space: nowrap;
        padding: 7.5px 15px;
        display: inline-flex;
        align-items: center;
        border-radius: 2px;
        border: 1px solid rgba(0, 0, 0, 0.10);
        background: #fff;
        width: 100%;
    }

    .header__menu-link .dropdown-menu.m-mega ul {
        padding: 0;
        height: 100%;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        grid-column-gap: 20px;
        grid-row-gap: 15px;
    }

    .m-mega .container {
        width: 100%;
        padding: 10px 15px 35px 15px;
    }

    .ak_rotate_up {
        top: 0;
    }

    #top .ak_dropdown_tel {
        top: 37px;
        padding: 1px 11px 3px 18px;
        -webkit-box-shadow: 0px 10px 40px rgba(38, 38, 38, 0.05), 0px 2px 4px rgba(38, 38, 38, 0.02), 0px 10px 40px rgba(38, 38, 38, 0.05), 0px 2px 4px rgba(38, 38, 38, 0.02);
        box-shadow: 0px 10px 40px rgba(38, 38, 38, 0.05), 0px 2px 4px rgba(38, 38, 38, 0.02), 0px 10px 40px rgba(38, 38, 38, 0.05), 0px 2px 4px rgba(38, 38, 38, 0.02);
        border-radius: 0;
        width: auto;
        right: auto;
        left: 240px;
        padding-top: 7px;
        padding-bottom: 9px;
    }

    #top .ak_dropdown_tel a {
        color: #000;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.467;
    }

    #top .ak_dropdown_tel a:not(:last-child) {
        margin-bottom: 8px;
    }

    #top .ak_dropdown_tel a:hover {
        color: #C8A07A;
    }

    #top .phone-drob_tel:focus,
    #top .phone-drob_tel:focus:hover {
        color: #333;
    }

    #top .phone-drob_tel:focus svg path {
        stroke: #333;
    }

    .live-search {
        width: 100%;
        margin-top: 5px;
        padding: 0;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 2px;
        border: 1px solid rgba(0, 0, 0, 0.06);
        background: #FFF;
        box-shadow: 0px 3.3px 5.5px 0px rgba(0, 0, 0, 0.02);
    }

    /*
        .live-search:before {
            position: absolute;
            content: url("../img/icons/close_search_desktop.svg");
            top: -48px;
            right: 30.5px;
            z-index: 1;
            cursor: pointer;
        }
    */
    .live-search .close-btn {
        position: absolute;
        background-image: url("../img/icons/close_search_desktop.svg");
        top: -48px;
        right: 30.5px;
        z-index: 1;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: center;
        width: 16px;
        height: 16px;
    }

    .live-search ul {
        padding: 5px 0;
    }

    .live-search ul li a .product-name {
        color: #212121;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.467;
        margin-left: 10px;
        margin-right: auto;
        max-width: none;
        transition: all .3s ease;
    }

    .live-search .product-price .price {
        color: #212121;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.4375;
    }

    .live-search ul li {
        padding: 5px 10px;
        border-bottom: none;
        margin-bottom: 0;
    }

    .live-search ul li:hover .product-name {
        color: #C8A07A;
    }

    .live-search .result-text {
        margin-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .live-search .result-text a.view-all-results {
        border-top: 1px solid rgba(0, 0, 0, 0.07);
        padding: 10px 0;
        color: #333;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.467;
    }

    .m-favorite a span {
        margin-right: 0;
    }

    #popupcart_extended {
        width: 100%;
        max-width: 1120px;
        margin-left: -16px;
        padding: 25px 35px;
    }

    #popupcart_extended .empty {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: -1px;
        background: #fff;
        position: relative;
    }

    #popupcart_extended .empty:before {
        display: none;
    }

    #popupcart_extended .cart_stage_1 .modal-header {
        border-bottom: none;
        padding-bottom: 25px;
        position: relative;
    }

    #popupcart_extended .cart_stage_1 .modal-header:after {
        position: absolute;
        content: '';
        background: rgba(0, 0, 0, 0.10);
        height: 1px;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #popupcart_extended .cart_stage_1 .modal-header .modal-title {
        font-size: 22px;
        line-height: 1.4545;
        padding-bottom: 0;
    }

    #popupcart_extended .modal-body {
        margin-top: 0;
    }

    #popupcart_extended .cart_stage_1 .empty .img_popup {
        margin-top: 0;
    }

    #popupcart_extended .cart_stage_1 .empty .t_popup .head_not_found {
        font-size: 24px;
        line-height: 1.208;
    }

    #popupcart_extended .cart_stage_1 .empty .t_bottom a:hover {
        color: #fff;
        background: #C8A07A;
        border-color: #C8A07A;
    }

    #popupcart_extended .close {
        right: 35px;
        top: 32px;
    }

    #popupcart_extended .cart_stage_1 .modal-body .modal_product__remove {
        right: 0;
        cursor: pointer;
    }

    .modal_product__img {
        display: inline-flex;
    }

    .modal_product__img-image {
        height: 50px;
        padding-left: 0;
        margin: auto;
    }

    .modal_product-title {
        color: #212121;
        font-size: 16px;
        line-height: 1.4375;
        padding-right: 0;
        min-height: 23px;
        max-height: 46px;
    }

    .desktop__info_item {
        width: 50%;
    }

    .modal_product-pricetitle {
        margin-top: 3px;
        color: #909090;
        font-size: 14px;
        line-height: 1.429;
    }

    #popupcart_extended .modal_product__info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    #popupcart_extended .cart_stage_1 .modal-body .qnt_mobile .plus-minus {
        margin: 0;
    }

    #popupcart_extended .cart_stage_1 .modal-body .qnt_mobile .price {
        position: absolute;
        top: 50%;
        transform: translate(-83px, -50%);
        right: 50%;
        margin: 0;
        text-align: right;
    }

    #popupcart_extended .cart_stage_1 .modal-body .qnt_mobile .price__total {
        position: absolute;
        top: 50%;
        transform: translate(83px, -50%);
        left: 50%;
        margin: 0;
        text-align: left;
    }

    .modal_product-price {
        font-size: 15px;
        line-height: 1.467;
    }

    .modal_product-price.result {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.4375;
    }

    .modal_product__price input {
        font-size: 15px;
        line-height: 1.467;
    }

    .modal_product__price {
        width: 117px;
        height: 42px;
    }

    .b-modal_product {
        padding: 21px 0;
        margin-right: 20px;
    }

    #popupcart_extended .cart_stage_1 .modal-body .qnt_mobile {
        width: 40%;
        justify-content: center;
        position: relative;
        margin-top: 0;
    }

    .user-amo {
        padding: 12px 20px;
        margin-top: 0;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .user-amo .amo-right {
        width: auto;
    }

    .user-amo .amo-left p {
        margin-top: 0;
        display: flex;
        align-items: center;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.467;
    }

    .user-amo .amo-left .l-link {
        margin-top: 0;
        margin-left: 20px;
    }

    .user-amo .amo-left .l-link:hover {
        border-color: #000;
    }

    .user-amo .amo-left p b {
        color: #000 !important;
    }

    .user-amo p {
        margin-bottom: 0;
        color: #000;
    }

    .user-amo .amo-right .text_l_sale .l-link {
        color: #333;
        font-size: 15px;
        margin-left: 5px;
        margin-top: 3px;
    }

    .user-amo .amo-right .text_l_sale .l-link:hover {
        color: #C8A07A;
        border-color: #C8A07A;
    }

    .b-modal_total {
        margin-top: 20px;
        padding-top: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .b-modal_total .wrap-total{
        width: 100%;
    }

    .b-modal_total .total-sum p {
        margin: 0;
        align-items: baseline;
    }

    .wrap-total .total-sum p span {
        font-size: 24px;
        font-weight: 500;
        line-height: 1.458;
        margin-left: 5px;
    }

    #popupcart_extended .wrap-total-item .l-link {
        margin-top: 0;
        height: 63px;
        padding: 20px 45px;
        font-size: 16px;
        line-height: 1.4375;
    }

    #popupcart_extended .wrap-total-item .l-link:hover {
        background: #F4F4F4;
        border-color: #F4F4F4;
    }

    .b-modal_total .wrap-total-item .btn-lisap-buy {
        min-width: 312px;
        margin-left: 10px;
        height: 63px;
        padding: 20px 25px;
        font-size: 16px;
        line-height: 1.4375;
    }

    .modal_product__remove-trigger svg path {
        transition: all .3s ease;
    }

    .modal_product__remove-trigger:hover svg path {
        stroke: #C8A07A;
    }

    .modal_product__price-button svg path {
        transition: all .3s ease;
    }

    .modal_product__price-button:hover svg path {
        fill: #C8A07A;
    }

    .b-modal_product-container {
        max-height: 389px;
        overflow-y: scroll;
    }

    .b-modal_product-container::-webkit-scrollbar {
        width: 3px;
    }

    .b-modal_product-container::-webkit-scrollbar-thumb {
        background-color: #000;
        border-radius: 2px;
    }

    .cart_stage_2 .check_phone {
        display: flex;
        justify-content: space-between;
        margin-top: 25px;
    }

    .cart_stage_2 .check_phone_item {
        flex-direction: column-reverse;
    }

    .cart_stage_2 .check_phone .check_phone_item_dis {
        max-width: 510px;
        background: #fff;
        padding: 35px;
    }

    .cart_stage_2 .check_phone .check_phone_item_dis .check_phone_item_in {
        width: 100%;
    }

    .cart_stage_2 .check_phone .check_phone_item_dis .check_phone_item_in:not(:last-child) {
        margin-bottom: 20px;
    }

    .cart_stage_2 .check_phone .check_phone_item_dis .check_phone_item_in .sys-block {
        max-width: 360px;
    }

    .cart_stage_2 .modal-header {
        border-bottom: none;
    }

    .cart_stage_2 .modal-title {
        display: none;
    }

    .cart_stage_2 .back {
        font-size: 22px;
        line-height: 1.455;
        margin-top: 0;
    }

    .cart_stage_2 .back:hover {
        color: #000;
    }

    .cart_stage_2 .back svg path {
        transition: all .3s ease;
    }

    .cart_stage_2 .back:hover svg path {
        stroke: #000;
    }

    .cart_stage_2 .check_phone .check_phone_item .check_phone_item_in {
        width: 100%;
    }

    .cart_stage_2 .check_phone .check_phone_item .check_phone_item_in .form_fpone p {
        font-size: 18px;
        line-height: 1.444;
        padding-right: 0;
    }

    .check_phone .check_phone_item .form-control {
        height: 52px;
    }

    .cart_stage_2 .form_fpone .form-group {
        margin-bottom: 10px;
    }

    .check_phone .check_phone_item .btn.btn-lisap-buy {
        height: 47px;
        font-size: 16px;
        line-height: 1.4375;
    }

    .check_phone .check_phone_item .btn.btn-lisap-buy:hover {
        background: #C8A07A;
        color: #fff;
        border-color: #C8A07A;
    }

    .form_fpone .btn:hover {
        background: #fff;
        border-color: #333;
        color: #333;
    }

    .cart_stage_2 .check_phone .check_phone_item_in.f-1 {
        margin-top: 20px;
    }

    .cart_stage_2 .check_phone .check_phone_item:first-child {
        margin-bottom: 0;
    }

    .cart_stage_2 .check_phone .check_phone_item .check_phone_item_in p {
        font-size: 14px;
        line-height: 1.429;
    }

    .cart_stage_2 .check_phone .check_phone_item_in.f-1 p:not(:last-child) {
        margin-bottom: 10px;
    }

    .cart_stage_2 .check_phone .check_phone_item {
        padding: 35px;
        width: 510px;
        justify-content: flex-end;
    }

    .wrap-total-item.total-sum.mobile {
        display: none !important;
    }

    .wrap-total-item.total-sum.desktop p {
        margin-bottom: 0;
        font-family: Rubik, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.154;
        color: #9FA8B0;
        text-align: start;
    }

    .wrap-total-item.total-sum.desktop .free-shipping {
        font-weight: 500;
        color: #FF91D3;
        text-transform: uppercase;
    }

    .wrap-total-item.total-sum.desktop p span {
        font-weight: 500;
        color: #FF91D3;
    }

    #popup_call.popup_content {
        width: 900px;
        position: relative;
        padding: 33px 40px;
    }

    #popup_call:after {
        position: absolute;
        content: url("../img/call-form-img-desktop.jpg");
        top: 0;
        right: 0;
        bottom: 0;
        width: 450px;
        z-index: -1;
    }

    #popup_call .call-form-1 {
        max-width: 370px;
    }

    #popup_call .close {
        top: 40px;
        right: auto;
        left: 392px;
    }

    #popup_call .modal-header {
        border-bottom: none;
    }

    #popup_call .modal-header .modal-title {
        font-family: Jost, sans-serif;
        font-size: 24px;
        line-height: 1.458;
        padding-bottom: 10px;
    }

    #popup_call .agree {
        font-size: 15px;
        line-height: 1.467;
    }

    .slider-top .container {
        width: 100%;
        max-width: 1920px;
        padding: 0;
    }

    .slider-top .l-count p.count_slides {
        background: transparent;
        opacity: 1;
        border-radius: 0;
        width: 166px;
        top: 320px;
        right: 152px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .slider-top .l-count p.count_slides .number_slide {
        border: 1px solid #fff;
        border-radius: 50%;
        width: 46px;
        height: 46px;
        font-family: Rubik, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.167;
        color: #333;
        padding: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slider-top .l-count p.count_slides .count_slide {
        border: 1px solid #fff;
        border-radius: 50%;
        width: 46px;
        height: 46px;
        font-family: Rubik, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.167;
        color: #333;
        padding: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        position: relative;
    }

    .slider-top .l-count p.count_slides .count_slide:before {
        position: absolute;
        content: '';
        background: #333;
        width: 92px;
        height: 1px;
        opacity: 0.3;
        top: 50%;
        transform: translateY(-50%);
        right: 37px;
    }

    /*
        .slider-top .slick-prev,
        .slider-top .slick-next {
            display: none !important;
        }
    */
    .slider-top #homeCarousel .slick-next {
        right: 50px;
    }

    .slider-top .slick-dots {
        display: none !important;
    }

    #popupcart_extended .cart_stage_1 .user-amo .text_l_sale {
        margin-right: auto;
        font-size: 15px;
        line-height: 1.467;
        flex-direction: row;
    }

    #popupcart_extended .cart_stage_1 .user-amo + .b-modal_total .wrap-total-item.total-sum.desktop {
        display: none;
        white-space: nowrap;
    }

    #popupcart_extended .cart_stage_1 .user-amo + .b-modal_total .wrap-total {
        width: 100%;
    }

    /*
        #popupcart_extended .cart_stage_1 .user-amo + .b-modal_total .wrap-total .wrap-total-item {
            margin-left: auto;
        }
    */
    .cartLine-close {
        display: none;
    }

    .cartLine-content {
        padding: 18px 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cartLine-content .prod_list {
        margin-right: auto;
        padding-left: 25px;
    }

    .cartLine-content .prod_list li:not(:last-child) {
        margin-right: 10px;
    }

    .cart_info .cnt {
        font-size: 18px;
        line-height: 1.444;
    }

    .cart_info .summ {
        font-size: 16px;
        line-height: 1.438;
    }

    .cartLine-content .prod_list img {
        max-height: 51px;
    }

    .cartLine-content .btn.btn-lisap-buy {
        padding: 12px 25px;
        color: #fff;
        font-family: Jost, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.4375;
        border-radius: 2px;
        background: #000;
        height: 51px;
        border: none;
    }

    .cartLine-content .btn.btn-lisap-buy:hover {
        background: #C8A07A;
    }

    section.lisap {
        padding: 80px 0 62.5px 0;
        margin-top: 60px;
    }

    #home .lisap-head h1,
    #home .lisap-head h2,
    #home .lisap-head h3,
    #home .lisap-head h4,
    #home .lisap-head h5,
    #home .lisap-head h6,
    #home .lisap-head .h1,
    #home .lisap-head .h2,
    #home .lisap-head .h3,
    #home .lisap-head .h4,
    #home .lisap-head .h5,
    #home .lisap-head .h6 {
        font-size: 30px;
        line-height: 1.447 !important;
    }

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

    .lisap-head p {
        margin-top: 5px;
        margin-bottom: 0;
        font-size: 20px;
        line-height: 1.45;
        padding-left: 0;
        max-width: none;
    }

    .lisap .row .col-md:last-child .lisap-head {
        margin-bottom: 0;
        margin-top: 48px;
        margin-left: -95px;
        position: relative;
    }

    .lisap .row .col-md:last-child .lisap-head:before {
        position: absolute;
        content: '';
        background: #333;
        width: 89px;
        height: 1px;
        top: 10px;
        left: -106px;
    }

    .lisap-block .lisap-block-head p {
        margin-top: 18px;
    }

    /* .lisap .container .row:nth-child(2) .col-md-4:nth-child(1) .lisap-block .lisap-block-head p {
         max-width: 116px;
     }

     .lisap .container .row:nth-child(2) .col-md-4:nth-child(2) .lisap-block .lisap-block-head p {
         max-width: 131px;
     }

     .lisap .container .row:nth-child(2) .col-md-4:nth-child(3) .lisap-block .lisap-block-head p {
         max-width: 160px;
     }

     .lisap .container .row.equal .col-md-4:nth-child(2) .lisap-block .lisap-block-head p {
         max-width: 165px;
     }*/
    .lisap .container .row.equal .col-md-4:nth-child(2) .lisap-block .lisap-block-head p span {
        display: inline-block;
    }

    /*.lisap .container .row.equal .col-md-4:nth-child(3) .lisap-block .lisap-block-head p {
        max-width: 145px;
    }*/
    .lisap-block .lisap-block-body p {
        font-size: 15px;
        line-height: 1.6;
        margin-top: 7px;
    }

    /*.lisap .container .row:nth-child(2) .col-md-4:nth-child(1) .lisap-block .lisap-block-body p {
        max-width: 250px;
    }

    .lisap .container .row:nth-child(2) .col-md-4:nth-child(3) .lisap-block .lisap-block-body p {
        max-width: 185px;
    }

    .lisap .container .row.equal .col-md-4:nth-child(2) .lisap-block .lisap-block-body p {
        max-width: 266px;
    }

    .lisap .container .row.equal .col-md-4:nth-child(3) .lisap-block .lisap-block-body p {
        max-width: 191px;
    }*/
    .lisap .empty_30 {
        height: 0;
    }

    section.lisap .col-md-4 {
        padding-left: 18px;
        padding-right: 18px;
    }

    .lisap-block {
        padding: 17.5px 0;
    }

    .categories_block {
        padding: 60px 0 0 0;
    }

    section.categories_block h2,
    section.categories_block .h2 {
        font-size: 38px;
        line-height: 1.447;
        text-align: center;
        font-style: normal;
        font-weight: 500;
    }

    section.categories_block .subtitle {
        margin-top: 8px;
        font-size: 16px;
        line-height: 1.4375;
        padding: 0;
    }

    .categories_block ul.category_list {
        background: #fff;
        padding: 30px 0 0;
    }

    section.categories_block ul.category_list a {
        font-family: Rubik, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 1.1875;
        color: #000;
        display: block;
        padding: 10.8px 0;
    }

    .s-home_section .stagh4 {
        font-family: Rubik, sans-serif;
        font-style: normal;
        font-weight: 300;
        padding-bottom: 39px;
    }

    .product-layout .image {
        /*width: 281px;
        height: 281px;*/
        margin-top: 0;
        margin-bottom: 0;
    }

    .b-recent.j-carousel-viewed .owl-nav {
        top: 50%;
        transform: translateY(-110%);
        display: flex;
    }

    section.certificates {
        margin: 60px 0;
    }

    section.certificates .certificates__content {
        padding: 60px 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .certificates .heading-wrap-item {
        width: 100%;
    }

    .certificates .stagh4 {
        font-family: Rubik, sans-serif;
        font-style: normal;
        font-weight: 300;
        text-align: center;
    }

    .certificates .heading-wrap p {
        font-size: 16px;
        line-height: 1.5625;
        max-width: 350px;
        margin-top: 12px;
    }

    .certificates .b-certificates .col-md-12 {
        padding: 0 15px;
    }

    #home .viewed {
        padding-top: 172px;
    }

    .s-home_section.viewed .owl-nav {
        display: flex;
    }

    .s-home_section .owl-stage-outer {
        padding-bottom: 61px;
    }

    .j-certificates_carousel .owl-nav {
        bottom: -70px;
    }

    .common-home .text-section {
        padding-top: 70px;
        padding-bottom: 0;
    }

    .section-map {
        padding-bottom: 0;
/*        margin-top: -20px;*/
        margin-bottom: 60px;
    }

    .section-map .stagh4 {
        text-align: center;
        font-family: Rubik, sans-serif;
        font-style: normal;
        font-weight: 300;
        margin-bottom: 50px;
    }

    #home .lisap-articles {
        margin: 60px 0;
        padding-bottom: 0;
    }

    #home .lisap-articles .stagh4 {
        font-family: Rubik, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 30px;
        line-height: 1.08907;
        color: #333;
    }

    #home .lisap-articles .head-title {
        display: block;
    }

    #home .lisap-articles .articles__title {
        /*        max-width: 404px;*/
    }

    #home .lisap-articles .blog__preview-wrap {
        padding: 15px 0 0 0;
    }

    #home .lisap-articles .blog__preview-wrap .blog__preview-title {
        color: #333;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5625;
        max-height: 50px;
        overflow: hidden;
        transition: all .3s ease;
    }

    #home .lisap-articles .j-carousel-articles .owl-nav {
        margin-top: 56px;
    }

    .text-b-head.home_seo_text {
        display: flex !important;
        flex-direction: row;
        align-items: flex-start;
    }

    .text-section .text-b-text {
        margin-top: 16px;
    }

    .text-section .text-b-text p,
    .text-section .text-b-text ul li {
        font-family: Rubik, sans-serif;
        opacity: 0.5;
        margin-bottom: 15px;
    }

    .text-section .text-b-head p {
        font-family: Rubik, sans-serif;
        line-height: 1.344;
        margin-top: 0;
        margin-left: 16px;
    }

    .text-section .text-b-head {
        flex-direction: row;
        margin-bottom: 0;
    }

    #show_more_block_1.text-b {
        margin-top: 52px;
    }

    #show_more_block_2 .text-b {
        margin-top: 41px;
    }

    .common-home .text-section .show-more-mobile {
        display: none;
    }

    .common-home .text-section > .container > .row {
        /*column-count: 2;*/
    }

    .footer-parent_cat {
        padding-bottom: 11px;
    }

    .footer-links .col-wrap {
        display: block;
        column-count: 3;
    }

    .footer-ul li {
        width: auto;
        display: list-item;
    }

    .footer-top .all-contents-list {
        display: flex;
    }

    .footer-top .informations-list .footer__menu ul {
        display: flex;
        flex-direction: column;
    }

    .footer-contact .d-wrap .d-item .d-item-phone a {
        font-size: 22px;
        line-height: 1.455;
    }

    .footer-contact .d-wrap .d-item .d-item-phone a:hover {
        color: #C8A07A;
    }

    .footer-contact .d-wrap .d-item .d-item-phone a + a {
        margin-left: 43px;
    }

    .footer-contact .d-wrap .d-item .d-item-phone a:not(:last-child) {
        margin-bottom: 0;
    }

    .footer-contact .d-wrap .d-item:not(:first-child) {
        margin-bottom: 0;
    }

    .footer-contact .l-social {
        margin-top: 30px;
    }

    .footer-contact .l-social .footer-parent_cat {
        padding-bottom: 11px;
    }

    .footer-top .all-contents-list .contacts-list {
        margin-left: auto;
        margin-right: 0;
        /*        width: fit-content;*/
    }

    .footer-bottom-content .l-item {
        padding: 0;
    }

    .footer-top .payment-card-content {
        justify-content: end;
    }

    .b-breadcrumbs {
        border-top: none;
        margin-left: 0;
        padding-left: 15px;
    }

    .b-page_title > .page_title-text {
        margin: 10px 0;
        font-size: 32px;
        line-height: 1.4375;
    }

    [class*="product-category"] .category__content,
    [class*="product-search"] .category__content {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    [class*="product-category"] .sort__by-text,
    [class*="product-search"] .sort__by-text {
        margin-right: 5px;
        display: inline-block;
        color: #333;
        font-family: Jost, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.429;
    }

    [class*="product-category"] .sort__by,
    [class*="product-search"] .sort__by {
        padding-left: 0;
        display: flex;
        align-items: center;
        justify-content: end;
        padding-right: 0;
        margin-right: -15px;
    }

    [class*="product-category"] .sort__by-dropdown.open .hide-when-open,
    [class*="product-search"] .sort__by-dropdown.open .hide-when-open {
        color: #C8A07A;
    }

    [class*="product-category"] .sort__by-dropdown,
    [class*="product-search"] .sort__by-dropdown {
        cursor: pointer;
        /*width: 14px;
        height: 14px;*/
        width: auto;
        white-space: nowrap;
    }

    [class*="product-category"] .sort__by .sort__by-dropdown .dropdown-toggle,
    [class*="product-search"] .sort__by .sort__by-dropdown .dropdown-toggle {
        z-index: 1001;
        display: block;
        position: relative;
        color: #333;
        font-family: Jost, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.429;
    }

    [class*="product-category"] .sort__by .sort__by-dropdown .dropdown-toggle:before,
    [class*="product-search"] .sort__by .sort__by-dropdown .dropdown-toggle:before {
        position: absolute;
        content: '';
        background: #333;
        left: 0;
        right: 15px;
        bottom: 2px;
        height: 1px;
    }

    [class*="product-category"] .sort__by .sort__by-dropdown.open .dropdown-toggle:before,
    [class*="product-search"] .sort__by .sort__by-dropdown.open .dropdown-toggle:before {
        background: #C8A07A;
    }

    .sort__by-dropdown.open svg path {
        stroke: #C8A07A;
    }

    .sort__by-dropdown .dropdown-menu {
        top: 25px;
        padding-right: 0;
        padding-top: 7.5px;
        padding-bottom: 7.5px;
    }

    [class*="product-category"] #column-left,
    [class*="product-search"] #column-left {
        min-width: 312px;
        max-width: 312px;
        height: fit-content;
        padding-right: 25px;
        padding-left: 25px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        background: #fff;
        margin-left: 0;
        margin-right: auto;
    }

    [class*="product-category"] #column-left:before,
    [class*="product-search"] #column-left:before {
        position: absolute;
        /*        content: '';*/
        background: #F8F9FB;
        top: 0;
        right: 0;
        bottom: 0;
        left: -230%;
        z-index: -1;
    }

    [class*="product-category"] .filters-title,
    [class*="product-search"] .filters-title {
        margin: 18px 0 17px 0;
        font-family: Rubik, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.5;
        color: #313131;
    }

    [class*="product-category"] .filters-title:not(:first-child),
    [class*="product-search"] .filters-title:not(:first-child) {
        display: none;
    }

    [class*="product-category"] #content,
    [class*="product-search"] #content {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    [class*="product-category"] #content .b-sort,
    [class*="product-search"] #content .b-sort {
        max-width: 435px;
        margin: -40px 0 21px auto;
    }

    [class*="product-category"] .fix-grid .product-wrap,
    [class*="product-search"] .fix-grid .product-wrap {
        border: none;
        padding-right: 0;
        padding-left: 18px;
        margin-bottom: 18px !important;
    }

    [class*="product-category"] .product-layout .image a {
        /*width: 266px;
        height: 266px;*/
    }

    [class*="product-category"] #info_counter,
    [class*="product-search"] #info_counter {
        margin-top: 10px;
    }

    .catalog__more-btn {
        width: fit-content;
        margin: 0 auto;
        cursor: pointer;
    }

    .pagination > li > a.prev,
    .pagination > li > a.next {
        width: auto;
        height: auto;
        border: none;
        color: #353535;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.429;
        padding-left: 0;
        padding-right: 0;
    }

    .pagination > li > a.prev svg {
        margin-right: 11px;
    }

    .pagination > li > a.next svg {
        margin-left: 11px;
    }

    .pagination > li > a.prev svg path,
    .pagination > li > a.next svg path {
        transition: all .3s ease;
    }

    .pagination > li > a.prev:hover svg path,
    .pagination > li > a.next:hover svg path {
        stroke: #C8A07A;
    }

    [class*="product-category"] .text-section, [class*="product-search"] .text-section {
        padding-top: 70px;
    }

    [class*="product-category"] footer {
        /*        margin-top: 99px;*/
    }

    [class*="product-category"] .mfilter-button.mfilter-button-top, [class*="product-search"] .mfilter-button.mfilter-button-top {
        position: relative;
        /* top: 13px; */
        /* right: -128px; */
        z-index: 1;
        display: flex;
        align-items: center;
        max-width: 550px;
    }

    [class*="product-category"] .mfilter-box, [class*="product-search"] .mfilter-box {
        padding-top: 18px;
    }

    [class*="product-category"] .mfilter-box .box-heading.stagh3, [class*="product-search"] .mfilter-box .box-heading.stagh3 {
        font-family: Rubik, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.5;
        color: #313131;
        display: block;
        padding-bottom: 17px;
    }

    [class*="product-category"] .text-section > .container > .row {
        /*column-count: 2;*/
    }

    [class*="product-product"] .product__info--mobile,
    [class*="product-product"] .title-product--mobile {
        display: none;
    }

    [class*="product-product"] .b-product {
        margin-top: 25px;
        font-family: Jost, sans-serif;
        font-size: 15px;
        line-height: 1.467;
        color: #333;
        margin-left: -15px;
        margin-right: -15px;
    }

    [class*="product-product"] .product__image .corner {
        top: 20px;
        right: 29px;
    }

    [class*="product-product"] .product__image .label_hit,
    [class*="product-product"] .product__image .label_new,
    [class*="product-product"] .product__image .label_sale {
        font-size: 13px;
        line-height: 2;
    }

    [class*="product-product"] .product__title-text {
        font-size: 26px;
        line-height: 1.154;
        color: #333;
        margin-top: 0;
    }

    [class*="product-product"] .product__info .rating-wrap {
        max-width: none;
    }

    [class*="product-product"] #product .quantity-area {
        max-width: 25%;
        margin-bottom: 15px !important;
    }

    [class*="product-product"] .product__price-availability {
        margin-left: 25px;
    }

    [class*="product-product"] .only-prof-stock .product__price-availability {
        margin-left: 0;
    }

    [class*="product-product"] .rating-wrap .rev_in {
        font-size: 14px;
        line-height: 1.286;
    }

    [class*="product-product"] .product__info {
        margin-bottom: 0;
    }

    .ak_option .select-content:after {
        top: 8px;
    }

    .ak_option .items-options-popups {
        padding-top: 0;
    }

    [class*="product-product"] .product__buy-btn_one-click {
        padding: 12px;
        height: 40px;
        max-width: 140px;
        margin-left: auto;
    }

    [class*="product-product"] .info-right {
        margin-left: 5px;
    }

    [class*="product-product"] .info-right .title-top svg {
        margin-right: 10px;
    }

    [class*="product-product"] .info-product .info-product-item p {
        font-size: 14px;
        line-height: 1.5;
    }

    [class*="product-product"] .info-discount {
        padding: 15px 20px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    [class*="product-product"] .info-discount > button {
        font-size: 13px;
        line-height: 1.5;
    }

    [class*="product-product"] .product__price-number .special {
        margin-top: 0;
        margin-bottom: 0;
    }

    [class*="product-product"] .product-one-image.slick-slider .prev {
        left: 10px;
    }

    [class*="product-product"] .product-one-image.slick-slider .next {
        right: 10px;
    }

    [class*="product-product"] .product-one-image.slick-slider .slick-arrow {
        transform: translateY(-50%);
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid rgba(0, 0, 0, 0.10);
        background: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: all .3s ease;
    }

    [class*="product-product"] .product-one-image.slick-slider .slick-arrow svg path {
        transition: all .3s ease;
    }

    [class*="product-product"] .product-one-image.slick-slider .slick-arrow:hover {
        border-color: #C8A07A;
    }

    [class*="product-product"] .product-one-image.slick-slider .slick-arrow:hover svg path {
        stroke: #C8A07A;
    }

    [class*="product-product"] .only-prof .prof-text {
        max-width: none;
    }

    [class*="product-product"] .only-prof {
        margin-top: 0;
        margin-bottom: 15px;
    }

    [class*="product-product"] #order_popup_product {
        margin-top: 0;
        width: 100%;
    }

    [class*="product-product"] .b-producttabs:before {
        left: -400px;
        right: -771px;
        /*bottom: -170px;*/
        /*width: 100vw;
        max-width: 100%;
        left: unset;
        right: unset;*/
    }

    [class*="product-product"] .b-producttabs .panel {
        padding-top: 0;
    }

    [class*="product-product"] .panel-default > .panel-heading a {
        font-size: 20px;
        line-height: 1.2;
    }

    [class*="product-product"] .panel-body,
    [class*="product-product"] .panel-body p,
    [class*="product-product"] .panel-body p span,
    [class*="product-product"] .panel-body p font,
    [class*="product-product"] .panel-body font span,
    [class*="product-product"] .panel-body p font span,
    [class*="product-product"] .panel-body div span:not(.certificates__item-title),
    [class*="product-product"] .panel-body div font span {
        font-size: 15px !important;
        line-height: 1.4;
    }

    [class*="product-product"] .j-certificates_carousel .owl-nav {
        bottom: -45px;
    }

    [class*="product-product"] .b-certificates {
        margin-top: 20px;
        margin-bottom: 0 !important;
    }

    [class*="product-product"] .b-certificates .j-certificates_carousel {
        margin-bottom: 0;
    }

    [class*="product-product"] #tab_video .embed-responsive-300by187 {
        padding-bottom: 42.935%;
    }

    [class*="product-product"] #tab_video .embed-responsive-item {
        height: 322px;
    }

    [class*="product-product"] .panel-default > .panel-heading {
        margin-left: 0;
        margin-right: 0;
    }

    [class*="product-product"] .panel-body {
        margin-left: 0;
        margin-right: 0;
    }

    [class*="product-product"] .reviews-block {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    [class*="product-product"] .b-producttabs {
        margin-top: 60px;
        margin-bottom: 0;
        padding: 0;
        padding-top: 60px;
    }

    [class*="product-product"] .reviews-block button.write-review {
        padding: 15px 32px;
        top: -15px;
        right: 0;
    }

    [class*="product-product"] .reviews-block:before {
        top: 0;
        left: -400px;
        right: -771px;
    }

    [class*="product-product"] .review-container {
        padding: 25px 0;
    }

    [class*="product-product"] .review-container:before {
        left: 0;
        right: 0;
    }

    [class*="product-product"] .review-container .rating-container {
        margin-left: 20px;
    }

    [class*="product-product"] .review-title-container {
        display: flex;
        white-space: nowrap;
    }

    [class*="product-product"] .review-container .review-date {
        width: auto;
        margin-top: 0;
        margin-left: auto;
        margin-right: 0;
    }

    [class*="product-product"] .review-container .comment-text {
        padding-top: 16px;
    }

    [class*="product-product"] .review-container .comment-text p {
        margin-bottom: 16px;
    }

    [class*="product-product"] .product_in {
        padding-top: 60px;
    }

    [class*="product-product"] .product_info_bottom {
        margin-bottom: 60px;
        position: relative;
        overflow-x: unset;
    }

    [class*="product-product"] .product_info_bottom:before {
        position: absolute;
        content: '';
        width: calc(100vw + 400px);
        height: -webkit-fill-available;
        left: -400px;
        background: #F9F9F9;
        z-index: -1;
        top: auto;
        bottom: -60px;
    }

    #productsingle.product-page {
        overflow-x: hidden;
    }

    [class*="product-product"] .section-new.viewed {
        padding-top: 0;
    }

    [class*="product-product"] footer {
        margin-top: 0;
    }

    [class*="product-product"] .info-product-right {
        padding: 25px 30px;
        background: #fff;
        box-shadow: 0px 2.2px 5.5px 0px rgba(0, 0, 0, 0.04);
        margin-top: 120px;
    }

    [class*="product-product"] .info-product-right .title-cart {
        color: #000;
        font-family: Jost, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.458;
        margin-bottom: 0;
    }

    [class*="product-product"] .info-product-right .i-b-1 .p-item img {
        max-width: 80px;
        width: 80px;
    }

    [class*="product-product"] .info-product-right-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    [class*="product-product"] .info-product-right .stock-status {
        color: #00A949;
        font-family: Jost, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.429;
        margin-top: 5px;
        margin-bottom: 0 !important;
    }

    [class*="product-product"] .info-product-right .stock-status svg {
        margin-right: 10px;
    }

    [class*="product-product"] .info-product-right .i-b-1 .p-item:last-child {
        margin-left: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    [class*="product-product"] .info-product-right .product-name {
        color: #000;
        font-family: Jost, sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.467;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    [class*="product-product"] .info-product-right .product__favorite-btn {
        display: flex;
        width: 35px;
        height: 35px;
        padding: 1px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: #F8F8F8;
        margin-top: 0;
        border: none;
    }

    .product-page .product__favorite-btn span {
        top: unset;
        right: unset;
    }

    [class*="product-product"] .info-product-right .product__favorite-btn svg {
        display: block;
        margin-right: 9px;
    }

    [class*="product-product"] .info-product-right .info-product-item p span.attr-name-bg {
        font-weight: 500;
    }

    [class*="product-product"] .info-product-right .info-product-item p span.attr-name-bg:after {
        content: none;
    }

    [class*="product-product"] .info-product-right .info-product-item p span.attr-name {
        width: auto;
        white-space: nowrap;
        overflow-x: visible;
    }

    [class*="product-product"] .info-product-right .info-product-item p {
        display: unset;
    }

    [class*="product-product"] .info-product-right .product__price-number {
        padding-left: 0;
        padding-top: 0;
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.458;
    }

    [class*="product-product"] .info-product-right .product__price-number .special {
        padding-left: 0;
        padding-top: 0;
        color: #FF5252;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.458;
    }

    [class*="product-product"] .info-product-right .product__price-number span {
        margin-left: 5px;
    }

    [class*="product-product"] .info-product-right .product__price-number .special {
        margin-left: 0;
    }

    [class*="product-product"] .info-product-right .info-product-right-block.price-block {
        padding-top: 20px;
        justify-content: space-between;
    }

    [class*="product-product"] .info-product-right .price-block button {
        color: #333;
        font-family: Jost, sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        border-bottom: 1px solid #333;
        padding: 0;
        margin-left: auto;
        transition: all .3s ease;
    }

    [class*="product-product"] .info-product-right .price-block button:hover {
        color: #C8A07A;
        border-bottom-color: #C8A07A;
    }

    [class*="product-product"] .info-product-right .info-product-right-block.info-btn-bottom .flex-row {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    [class*="product-product"] .info-product-right #field {
        border-radius: 2px;
        border: 1px solid rgba(0, 0, 0, 0.10);
    }

    [class*="product-product"] .info-product-right #field .field-info {
        color: #000;
        text-align: center;
        font-family: Jost, sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.467;
    }

    [class*="product-product"] .info-product-right .product__buy-btn {
        width: 235px;
        margin-left: auto;
        margin-right: 0;
        border-radius: 2px;
        font-size: 15px;
        line-height: 1.467;
    }

    [class*="product-product"] .info-product-right .product__buy-btn_one-click {
        margin-top: 10px;
        height: 50px;
        display: flex;
        padding: 14px 10px;
        justify-content: center;
        align-items: center;
        border-radius: 2px;
        border: 1px solid rgba(0, 0, 0, 0.10);
        color: #333;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.467;
        max-width: unset;
        text-transform: none;
        width: 360px;
        margin-left: -90px;
    }

    [class*="product-product"] .info-product-right .product__buy-btn_one-click:hover {
        border-color: #C8A07A;
        color: #C8A07A;
    }

    [class*="product-product"] .info-product-right .product__fast .btn.product__buy-btn {
        font-size: 14px;
        line-height: 1.214;
        letter-spacing: 0.02em;
        border: none;
        padding: 13px 13px 0;
        margin: auto;
        position: relative;
    }

    [class*="product-product"] .info-product-right .product__fast .btn.product__buy-btn:before {
        position: absolute;
        content: '';
        background: #333;
        left: 22px;
        right: 22px;
        bottom: 7px;
        height: 1px;
    }

    [class*="product-product"] .info-product-right .product__fast .btn.product__buy-btn.product__buy-btn_one-click:hover {
        color: #333;
        background: #fff;
    }

    [class*="product-product"] #popup_img {
        max-width: 1356px;
        width: 1356px;
        height: auto;
        border-radius: 0;
        padding: 30px;
        overflow: hidden;
    }

    [class*="product-product"] #popup_img .modal-body {
        padding: 0;
    }

    [class*="product-product"] #popup_img .close {
        top: 40px;
        right: 40px;
    }

    [class*="product-product"] #popup_img .product-one-image-pop {
        max-width: 543px;
        max-height: 543px;
        margin: auto;
    }

    [class*="product-product"] #popup_img .slick-slider .next {
        right: -375px;
    }

    [class*="product-product"] #popup_img .slick-slider .prev {
        left: -375px;
    }

    [class*="product-product"] #popup_img .slick-slider .slick-arrow path,
    [class*="product-product"] #popup_img .slick-slider .slick-arrow rect:nth-child(2) {
        transition: all .3s ease;
    }

    [class*="product-product"] #popup_img .slick-slider .slick-arrow:hover path,
    [class*="product-product"] #popup_img .slick-slider .slick-arrow:hover rect:nth-child(2) {
        stroke: #C8A07A;
        stroke-opacity: 1;
    }

    [class*="product-product"] #popup_img .image-additional-slider {
        margin: 10px auto 30px auto;
        max-width: 543px;
    }

    [class*="product-product"] #popup_img .product-slider-image-pop {
        margin: auto;
    }

    [class*="product-product"] #popup_img .product-slider-image-pop .slick-list {
        padding: 0 !important;
    }

    [class*="product-product"] #popup_img .modal-body .dd {
        position: relative;
        padding-top: 30px;
        justify-content: center;
        max-width: unset;
    }

    [class*="product-product"] #popup_img .modal-body .dd:before {
        position: absolute;
        content: '';
        background: rgba(0, 0, 0, 0.07);
        height: 1px;
        left: -97%;
        right: -97%;
        top: 0;
    }

    [class*="product-product"] #popup_img .modal-body .info-product-right-block > #field,
    [class*="product-product"] #popup_img .modal-body .info-product-right-block > .product__buy,
    [class*="product-product"] #popup_img .modal-body .info-product-right-block > .text-prof {
        margin-right: 0;
    }

    [class*="product-product"] #popup_img #field {
        border-radius: 2px;
        border: 1px solid rgba(0, 0, 0, 0.10);
        margin-left: 25px;
        margin-right: 25px;
    }

    [class*="product-product"] #popup_img .product__buy {
        width: auto;
    }

    [class*="product-product"] #popup_img .product__price {
        width: auto;
        margin-top: 0;
    }

    [class*="product-product"] #popup_img .product__buy-btn {
        padding: 14px 70px;
        margin-left: 25px;
    }

    [class*="product-product"] #popup_img .special {
        margin-top: 0;
        margin-bottom: 0;
    }

    [class*="product-product"] #reviews {
        margin-top: 0;
    }

    [class*="product-product"] .review-container .ex-image-additional a {
        width: 100px;
        height: 100px;
    }

    [class*="product-product"] #review-extended .ex-image-additional {
        margin: 0 10px;
        height: 100px;
        width: 100px;
    }

    [class*="product-product"] .review-container .reviews-thumbnails {
        overflow-x: hidden;
    }

    [class*="product-product"] .review-container .review-media-container {
        margin-top: 10px;
        margin-bottom: 0;
        margin-left: 0;
        overflow-x: hidden;
    }

    [class*="product-product"] .image-additional-slider a.pvideo.slick-slide.slick-cloned.slick-active img {
        height: auto;
    }

    [class*="product-product"] .image-additional-slider a.pvideo {
        width: 89px !important;
    }

    [class*="product-product"] .btn-product-options svg path {
        transition: all .3s ease;
    }

    [class*="product-product"] .btn-product-options:hover svg path {
        stroke: #C8A07A;
    }

    [class*="product-product"] .btn-product-options:hover {
        border-color: #F7A71D;
    }

    [class*="product-product"] .available-btn-container {
        width: 100%;
        margin-left: 3% !important;
        max-width: 72%;
    }

    [class*="product-product"] .btn.btn-lisap-buy:hover {
        background: #C8A07A;
        border-color: #C8A07A;
    }

    [class*="product-product"] .fast__container {
        margin-left: 127px !important;
        text-align: center;
        width: -webkit-fill-available;
    }

    [class*="product-product"] .info-product {
        margin-top: 0;
    }

    [class*="product-product"] .info-product-right-block .info-product {
        margin-top: 20px;
        border-left: none;
        border-right: none;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .info-product-right .info-btn-bottom {
        padding-top: 10px;
    }

    /*product END*/
    /*modal discount + loyalty START*/
    .modal-discount .modal-dialog {
        margin: auto;
        margin-top: 150px;
        width: 100%;
        max-width: 1356px;
    }

    .modal-discount .modal-content {
        margin-left: -30px;
        padding: 30px;
    }

    .modal-discount .modal-header {
        border-bottom: none;
    }

    .modal-discount .modal-title {
        font-size: 32px;
        line-height: 1.4375;
    }

    .modal-discount .modal-subtitle {
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.6;
    }

    .modal-discount .modal-header .close {
        margin-top: 14px;
    }

    .modal-discount .lisap-block,
    #loyalty-page .lisap-block {
        margin-top: 25px;
        padding: 15px 15px 15px 72px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .modal-discount .lisap-block .lisap-block-head p,
    #loyalty-page .lisap-block .lisap-block-head p {
        white-space: nowrap;
    }

    .modal-discount .lisap-block .lisap-block-body,
    #loyalty-page .lisap-block .lisap-block-body {
        margin-top: 2px;
    }

    .modal-discount .lisap-block .text-pink,
    #loyalty-page .lisap-block .text-pink {
        position: absolute;
        top: -16px;
    }

    .modal-discount .discount-list,
    #loyalty-page .discount-list {
        display: flex;
        margin-top: 0;
        margin-left: -5px;
        margin-right: -5px;
    }

    .modal-discount .discount-list > div,
    #loyalty-page .discount-list > div {
        height: inherit;
        display: flex;
        flex-direction: column;
        padding-left: 5px;
        padding-right: 5px
    }

    /*modal discount + loyalty END*/
    /*modal order START*/
    #popup_order_one,
    #popup_order {
        width: 728px;
        padding: 30px;
    }

    #popup_order_one .modal-body,
    div#popup_order_wrapper #popup_order .modal-body {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    #popup_order_one .modal-body form,
    #popup_order .modal-body form {
        width: 370px;
        margin-right: 40px;
    }

    #popup_order_one .right-side-desktop,
    #popup_order .right-side-desktop {
        max-width: 370px;
        margin-left: 35px;
        margin-top: -79px;
        position: relative;
    }

    #popup_order_one .modal-title.stagh4,
    #popup_order .modal-title.stagh4 {
        font-size: 36px;
        line-height: 1.208;
        padding-bottom: 10px;
    }

    #popup_order_one .modal-header,
    #popup_order .modal-header {
        border-bottom: none;
    }

    #popup_order_one .modal-header p,
    #popup_order .modal-header p {
        max-width: 370px;
    }

    #popup_order_one .close,
    #popup_order .close {
        /*top: 42px;
        left: 50%;
        transform: translateX(-57px);
        right: auto;*/
        top: 35px;
        right: 35px;
    }

    #popup_order_one .modal-body > .form-group.recall__group,
    #popup_order .modal-body > .form-group.recall__group {
        position: relative;
        width: 415px;
        margin-bottom: 0;
    }

    #popup_order_one .modal-body > .form-group.recall__group:before,
    #popup_order .modal-body > .form-group.recall__group:before {
        position: absolute;
        content: '';
        top: -150px;
        left: 0;
        bottom: -100px;
        width: 1px;
        background: rgba(0, 0, 0, 0.07);
    }

    #popup_order_one .b-name_product,
    #popup_order .b-name_product {
        position: absolute;
        content: '';
        top: 280px;
        overflow: hidden;
        width: 380px;
        height: 23px;
        left: 50%;
        transform: translateX(-50%);
    }

    #popup_order_one .agree,
    #popup_order .agree {
        margin-top: 11px;
        margin-bottom: 0;
    }

    #popup_order_one .right-side-desktop img.popimg,
    #popup_order .right-side-desktop img.popimg {
        max-width: 280px;
        max-height: 280px;
    }

    /*modal order END*/
    /*certificates START*/
    .information-information-5 .information5 .heading-wrap {
        padding-right: 15px;
        padding-left: 15px;
    }

    .information-information-5 h1,
    .info-section h1 {
        font-size: 32px;
        line-height: 1.4375;
    }

    .information-information-5 .information5 .heading-wrap p {
        color: #333;
        font-size: 15px;
        line-height: 1.6;
    }

    .information-information-5 .info-section .information5 .certificates__item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .information-information-5 .info-section .information5 .certificates__item__image {
        border-radius: 2px;
        border: 1px solid rgba(0, 0, 0, 0.07);
        padding: 15px;
    }

    .information-information-5 .info-section {
        padding-bottom: 0;
    }

    .information-information-5 .b-certificates {
        margin-top: 25px;
        padding: 0;
        border-radius: 0;
        border: none;
        margin-left: -5px;
        margin-right: -5px;
    }

    body:not(.common-home) .j-carousel-viewed.owl-carousel {
        margin-bottom: 0;
    }

    .information-information-5 footer {
        margin-top: 0;
    }

    .information-information-5 .b-certificates .certificates__item-more {
        padding: 8px 40px;
        height: 36px;
        font-size: 14px;
        line-height: 1.429;
    }

    .information-information-5 .info-section .information5 .certificates__item:nth-last-child(-n+2) {
        margin-bottom: 20px;
    }

    .information-information-5 .section-new-mobile382 {
        margin: 40px 0 0 0;
    }

    /*certificates END*/
    /*404 START*/
    .not_found {
        margin-top: 25px;
        padding: 60px 0;
    }

    .error-not_found .categories_block {
        margin-top: 45px;
        padding-top: 0;
    }

    .error-not_found .section-new.viewed {
        margin-bottom: -60px;
    }

    .error-not_found .section-new .owl-carousel {
        margin-bottom: 0;
    }

    .error-not_found .section-new.special {
        padding-top: 125px;
    }

    .error-not_found footer {
        margin-top: 60px;
    }

    /*404 END*/
    /*about START*/
    /*about END*/
    /*kontakti START*/
    .contact-text-block {
        position: absolute;
        z-index: 1;
        background: #fff;
        bottom: 60px;
        left: 50px;
        padding: 20px 30px;
    }

    .map_wrap .map_wrap-item {
        height: 525px;
    }

    #contact-page .head-title {
        margin-bottom: 20px;
    }

    .information-information-12 section {
        padding-bottom: 0;
    }

    #contact-page #contact-page .head-title {
        font-size: 34px;
        line-height: 1.176;
        padding-bottom: 0;
    }

    .information12 {
        margin-top: 25px;
    }

    #contact-page {
        margin-bottom: 60px;
    }

    .contact-text-block .map_wrap-block a.title-text:hover {
        color: #C8A07A;
    }

    .information12 .section-new .owl-carousel {
        margin-bottom: 0;
    }

    /*kontakti END*/
    /*dostavka START*/
    .information6,
    #delivery_and_payment .ship_one div,
    #delivery_and_payment > div > .col-md-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .info-section #delivery_and_payment h1 {
        font-size: 32px;
        line-height: 1.4375;
    }

    #delivery_and_payment .ship_one {
        margin-top: 20px;
    }

    #delivery_and_payment .ship_one > div {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    #delivery_and_payment .ship_one div .top {
        font-size: 16px;
        line-height: 1.4375;
        margin-bottom: 25px;
        padding-right: 25px;
        width: 33.33%;
        height: 75px;
    }

    .info-section .shipping_wrap .block-ship .text_1 {
        font-size: 18px;
        line-height: 1.444;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .info-section .shipping_wrap .block-ship .text_3 {
        font-size: 16px;
        line-height: 1.4375;
    }

    .info-section .shipping_wrap .block-ship {
        margin-bottom: 0;
    }

    #delivery_and_payment .ship_two .img_before {
        max-height: 32px;
    }

    #delivery_and_payment .ship_two {
        display: flex;
        justify-content: space-between;
        margin-left: -15px;
        margin-right: -15px;
    }

    #delivery_and_payment .ship_two > div {
        margin: 0;
        padding: 0 15px;
    }

    .info-section .shipping_wrap .ship_thre {
        margin-top: 20px;
    }

    .info-section .shipping_wrap .ship_thre .stagh4 {
        font-size: 34px;
        line-height: 1.176;
        margin-bottom: 30px;
    }

    #delivery_and_payment {
        margin-bottom: 60px;
    }

    #delivery_and_payment .ship_foure {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    #delivery_and_payment .ship_foure > div {
        padding: 0 7.5px;
        width: 20%;
    }

    #delivery_and_payment .ship_foure .block-ship .text_1 {
        font-size: 16px;
        line-height: 1.4375;
    }

    #delivery_and_payment .ship_foure > div:nth-child(5) .block-ship img {
        width: 140px;
    }

    #delivery_and_payment .ship_foure .block-ship .text_1 {
        margin-top: 25px;
    }

    #delivery_and_payment .ship_foure .block-ship {
        margin-bottom: 0;
        height: 226px;
        justify-content: flex-start;
    }

    #delivery_and_payment .ship_five .stagh4 {
        font-size: 34px;
        line-height: 1.1769;
    }

    #delivery_and_payment .ship_six > div {
        padding-left: 15px;
        padding-right: 15px;
    }

    .information-information-6 section {
        padding-bottom: 0;
    }

    .information6 .head-title .l-title h1,
    .information6 .head-title .l-title h4 {
        font-weight: 400;
    }

    .information6 .head-title .l-title h1,
    .information6 .head-title .l-title h4 {
        margin-bottom: 20px;
    }

    .information6 .j-carousel-viewed {
        margin-bottom: 0;
    }

    /*dostavka END*/
    /*blog START*/
    .newsblog-category .products__title.m-blog {
        margin-bottom: 25px;
    }

    .newsblog-category .list-articles {
        margin-left: -26px;
        margin-right: -26px;
    }

    .newsblog-category .lisap-posts-blog {
        padding-left: 26px;
        padding-right: 26px;
        margin-bottom: 40px;
    }

    .newsblog-category .d-mobile-none {
        display: block;
    }

    .newsblog-category footer {
        margin-top: 20px;
    }

    /*blog END*/
    /*blog/post START*/
    .newsblog-article .disqus-block:before {
        left: -400px;
        right: -366px;
    }

    .newsblog-article .b-bpost #content {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 21px;
    }

    .newsblog-article .b-bpost .m-blog {
        /*        top: 314px;*/
        left: 0;
    }

    .newsblog-article .blog_date_add {
        font-size: 15px;
        line-height: 1.467;
        margin-left: 0;
    }

    .newsblog-article h1 {
        font-weight: 700;
        font-size: 23px;
        line-height: 1.478;
        /*        max-width: 422px;*/
        max-height: 66px;
        margin-bottom: 20px;
    }

    .newsblog-article .l-title {
        margin-left: 0;
    }

    .newsblog-article .b-bpost .m-blog .head-title {
        justify-content: flex-start;
        /*        margin-left: 206px;*/
    }

    .newsblog-article .b-bpost .m-blog + p + p {
        max-width: 728px;
        margin-left: auto;
        margin-right: auto;
    }

    .newsblog-article .social-row {
        padding-left: 0;
        padding-right: 0;
        max-width: 728px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
    }

    .newsblog-article .social-text {
        display: block;
        font-family: Rubik, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.5;
        color: #333;
        margin-right: 17px;
        margin-left: 8.5px;
    }

    .newsblog-article .lisap-articles {
        padding-bottom: 0;
    }

    .newsblog-article .lisap-articles .head-title {
        justify-content: left;
    }

    .newsblog-article .articles__title .l-title .stagh4 {
        font-size: 34px;
        line-height: 1.1769;
    }

    .newsblog-article .lisap-articles > .container {
        padding-right: 30px;
    }

    .newsblog-article .lisap-articles .m-scrollable {
        padding-top: 47px;
        padding-right: 30px;
    }

    .newsblog-article .art-date-add {
        font-size: 15px;
        line-height: 1.534;
        margin-bottom: 12px;
    }

    .newsblog-article .blog__preview-wrap {
        padding-top: 0;
/*        margin-bottom: 40px;*/
    }

    .newsblog-article .blog__preview-wrap .blog__preview-title {
        /*font-weight: 600;
        font-size: 20px;
        line-height: 1.325;*/
    }

    .newsblog-article .lisap-articles .owl-carousel {
        margin-bottom: 0;
    }

    .newsblog-article .lisap-articles .owl-carousel + .btn-all {
        display: none;
    }

    .newsblog-article footer {
        margin-top: 39px;
    }

    /*blog/post END*/
    /*loyalty START*/
    .information-information-9 .information9 {
        padding-left: 15px;
        padding-right: 15px;
    }

    #loyalty-page .row > div {
        padding-left: 15px;
        padding-right: 15px;
    }

    #loyalty-page .discount-list {
        padding-left: 10px;
        padding-right: 10px;
    }

    #loyalty-page .discount-list > div {
        padding-left: 5px;
        padding-right: 5px;
    }

    #loyalty-page {
        margin-bottom: 60px;
    }

    #loyalty-page h1 {
        font-size: 32px;
        line-height: 1.4375;
    }

    #loyalty-page.shipping_wrap .top {
        color: #333;
        font-size: 15px;
        line-height: 1.6;
        max-width: none;
    }

    .information-information-9 section {
        padding-bottom: 0;
    }

    /*loyalty END*/
    /*account START*/
    [class*="account-"] #content {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    [class*="account-"] .b-thanks {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    [class*="account-"] .page-title,
    [class*="account-"] .page_title-text {
        font-size: 32px;
        line-height: 1.4375;
        margin: 0;
    }

    .account-login .well .subtitle {
        max-width: none;
    }

    [class*="account-"] .account-list-items li {
        max-width: none;
    }

    [class*="account-"] .account-list-items li:not(:first-child) {
        margin-left: 40px;
    }

    [class*="account-"] .account-list-items li a {
        color: #909090;
        font-family: Jost, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.444;
        white-space: nowrap;
        border-bottom: 2px solid transparent;
        padding-bottom: 5px;
    }

    [class*="account-"] .account-list-items li a.active {
        color: #000;
        border-bottom-color: #000;
    }

    [class*="account-"] .discount-block {
        margin-top: 21px;
        padding: 15.5px 18px;
        border-radius: 5px;
        justify-content: left;
    }

    [class*="account-"] .discount-item {
        line-height: 1.4;
        width: 17%;
        max-width: 178px;
    }

    [class*="account-"] .discount-item:not(:last-child):after {
        content: url("../img/icons/arrow_account_desktop.svg");
        top: -1px;
        right: 20px;
    }

    [class*="account-"] .discount-item .text-small {
        margin-top: 3px;
        font-size: 13px;
        line-height: 1.25;
        white-space: nowrap;
    }

    [class*="account-"] .discount-block .discount-item:last-child .text-small {
        width: auto;
    }

    [class*="account-"] .discount-item .title {
        width: auto;
    }

    [class*="account-"] .form-edit {
        margin-top: 30px;
    }

    [class*="account-"] legend {
        font-size: 16px;
        margin-bottom: 19px;
    }

    [class*="account-"] .form-input-list {
        flex-direction: row;
    }

    [class*="account-"] .form-input-list .col-md-4:nth-child(3) {
        margin-left: 10px;
    }

    [class*="account-"] .order-list-table .tr-mobile {
        display: none;
    }

    [class*="account-"] .order-list-table .more-desktop {
        display: revert;
    }

    [class*="account-"] .order-list-table .more-desktop a {
        color: #000;
        font-family: Jost, sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.467;
        display: inline-block;
        position: relative;
    }

    [class*="account-"] .order-list-table .more-desktop a:before {
        position: absolute;
        content: '';
        background: #000;
        bottom: 3px;
        left: 0;
        right: 0;
        height: 1px;
    }

    [class*="account-"] .order-list-table .tr-title td {
        padding: 15px 15px 0;
        font-size: 13px;
    }

    [class*="account-"] .order-list-table .tr-content td {
        padding: 2px 15px 13px;
        font-size: 14px;;
    }

    [class*="account-"] .order-list-table td.more-desktop {
        padding: 0;
        order: 2;
    }

    [class*="account-"] .order-list-table td.order-sum {
        padding-top: 0;
    }

    [class*="account-"] .order-list-table .tr-title td:first-child,
    [class*="account-"] .order-list-table .tr-content td:first-child {
        width: 20%;
    }

    [class*="account-"] .order-list-table .tr-title td:nth-child(2),
    [class*="account-"] .order-list-table .tr-content td:nth-child(2) {
        width: 8%;
    }

    .order-collapse-header {
        margin-bottom: 15px;
        padding: 20px 25px;
    }

    [class*="account-"] .order-list-table tr {
        flex-wrap: nowrap;
        align-items: center;
    }

    [class*="account-"] .order-list-table .tr-content {
        font-size: 15px;
        line-height: 1.467;
    }

    [class*="account-"] .pagination .d-mobile-none {
        display: block;
    }

    .account-password .account-list-items {
        /*        margin-bottom: 50px;*/
    }

    [class*="account-"] footer {
        margin-top: 60px;
    }

    .account-order footer {
        margin-top: 45px;
    }

    .account-simpleregister .form-group,
    .account-forgotten .form-group {
        display: flex;
        flex-direction: column;
    }

    .account-simpleregister .form-group .control-label,
    .account-forgotten .form-group .control-label {
        width: auto;
        text-align: left;
    }

    .account-simpleregister .form-group .col-sm-10,
    .account-forgotten .form-group .col-sm-10 {
        width: 100%;
    }

    .account-simpleregister .form-group .form-control,
    .account-forgotten .form-group .form-control {
        max-width: none;
    }

    .account-forgotten .buttons a {
        padding-top: 10px;
    }

    [class*="account-"] .buttons a:hover {
        color: #000;
    }

    /*account END*/
    /*checkout-simplecheckout START*/
    .checkout-simplecheckout .top-menu-list,
    .checkout-success .top-menu-list {
        display: none;
    }

    .checkout-simplecheckout #top:before,
    .checkout-success #top:before {
        position: absolute;
        content: none;
    }

    .checkout-simplecheckout .b-page_title > .page_title-text {
        margin-top: 30px;
        margin-bottom: 30px;
        font-weight: 400;
        font-size: 32px;
        line-height: 1.4375;
    }

    .checkout-simplecheckout .l-1-wrap .title-block-checkout span:first-child,
    .l-1-wrap .lisap-step-2 .panel-heading span:first-child {
        font-size: 16px;
        line-height: 1.4375;
        width: 40px;
        height: 40px;
        margin-right: 20px;
    }

    .checkout-simplecheckout .l-1-wrap .title-block-checkout {
        font-size: 23px;
        line-height: 1.455;
        margin-bottom: 20px;
        opacity: 1;
    }

    .checkout-simplecheckout .l-1-wrap .panel-heading span {
        padding-left: 0;
        margin-bottom: 17px;
        font-size: 18px;
        line-height: 1.167;
    }

    .checkout-simplecheckout .l-1-wrap .lisap-step-1 .sub-checkout-header {
        font-size: 14px;
        line-height: 1.429;
        margin-bottom: 15px;
    }

    .checkout-simplecheckout .system-discounts {
        font-size: 14px;
        line-height: 1.429;
    }

    .checkout-simplecheckout #simplecheckout_customer .form-control {
        max-width: 326px;
        width: 326px;
        height: 46px;
    }

    .checkout-simplecheckout #simplecheckout_customer .simplecheckout-block-content {
        display: flex;
    }

    .checkout-simplecheckout #simplecheckout_customer .simplecheckout-block-content .form-horizontal:nth-child(2) {
        margin-left: 6px;
    }

    .checkout-simplecheckout .l-1-wrap .form-group {
        margin-bottom: 10px;
    }

    .checkout-simplecheckout .cart__basket {
        border: 1px solid rgba(0, 0, 0, 0.05);
        padding: 20px 25px 0 25px;
        border-radius: 2px 2px 0 0;
        border-bottom: none;
    }

    .checkout-simplecheckout .cart__basket-title {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .checkout-simplecheckout .modal_product__img {
        width: 80px;
        height: 80px;
        justify-content: center;
    }

    .checkout-simplecheckout .modal_product__img-image {
        max-width: none;
        max-height: none;
        padding-left: 0;
        height: 80px;
    }

    .checkout-simplecheckout .modal_product-title {
        max-width: 460px;
        min-width: 281px;
        margin-left: 0;
        color: #000;
    }

    .checkout-simplecheckout .b-modal_product .modal_product__remove {
        cursor: pointer;
    }

    .checkout-simplecheckout .modal_product-pricetitle {
        margin-top: 2px;
    }

    .checkout-simplecheckout .modal_product-price {
        font-size: 15px;
        line-height: 1.467;
    }

    .checkout-simplecheckout .b-modal_total {
        position: relative;
        overflow: visible;
    }

    .checkout-simplecheckout .b-modal_total:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.05);
        height: 1px;
    }

    .checkout-simplecheckout .b-modal_product:last-child {
        border-bottom: none;
    }

    .checkout-simplecheckout .cart__basket .b-modal_total {
        padding-top: 20px;
    }

    .checkout-simplecheckout .modal_total__total-text {
        font-size: 14px;
        line-height: 1.214;
    }

    .checkout-simplecheckout .cart__basket .modal_product-price strong {
        font-weight: 500;
    }

    .checkout-simplecheckout .b-modal_total #total_pdiscount:before {
        top: -8px;
    }

    .checkout-simplecheckout .b-modal_total #total_pdiscount .modal_total__total {
        margin-top: 0;
    }

    .checkout-simplecheckout .btn_checkout:after {
        content: none;
    }

    .checkout-simplecheckout .simplecheckout-button-right {
        border-radius: 0 0 2px 2px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-top: none;
        padding: 3px 25px 20px 25px;
    }

    .checkout-simplecheckout .qisq-block {
        margin-top: -10px;
    }

    .checkout-simplecheckout .qisq-block .qisq-block-body .qisq-block-body-item .qisq-block-body-item-title {
        font-size: 16px;
        line-height: 1.313;
        margin-bottom: 3px;
    }

    .checkout-simplecheckout .qisq-block .qisq-block-body .qisq-block-body-item .qisq-block-body-item-text {
        font-size: 14px;
        line-height: 1.429;
    }

    .checkout-simplecheckout .qisq-block-body-item:last-child .qisq-block-body-item-text {
        /*        max-width: 210px;*/
    }

    .checkout-simplecheckout footer {
        margin-top: 55px;
    }

    .checkout-success footer {
        margin-top: auto;
    }

    .checkout-simplecheckout footer .all-contents-list,
    .checkout-success footer .all-contents-list {
        display: none;
    }

    .checkout-simplecheckout footer .row-checkout,
    .checkout-success footer .row-checkout {
        display: flex;
    }

    .checkout-simplecheckout footer .d-wrap .d-item .d-item-phone,
    .checkout-success footer .d-wrap .d-item .d-item-phone {
        flex-direction: row;
    }

    .checkout-simplecheckout .footer-contact,
    .checkout-success .footer-contact {
        padding-top: 0;
    }

    .checkout-simplecheckout .footer-contact .d-wrap .d-item .d-item-phone a:not(:last-child),
    .checkout-success .footer-contact .d-wrap .d-item .d-item-phone a:not(:last-child) {
        margin-bottom: 0;
    }

    .checkout-simplecheckout footer .contacts-list,
    .checkout-success footer .contacts-list {
        text-align: left;
    }

    .checkout-simplecheckout footer .footer-bottom-content,
    .checkout-success footer .footer-bottom-content {
        margin-top: 38px;
    }

    .checkout-simplecheckout #lisap-next-step-edit {
        margin-left: 16px;
        font-size: 18px;
        line-height: 1.167;
    }

    .checkout-simplecheckout #lisap-next-step-edit:before {
        bottom: 3px;
    }

    .checkout-simplecheckout .l-1-wrap .lisap-step-2 {
        padding: 0;
    }

    .checkout-simplecheckout .simplecheckout-block-content .radio svg {
        margin-right: 7px;
        margin-left: 7px;
    }

    .checkout-simplecheckout .simplecheckout-block-content .radio label {
        font-size: 16px;
        line-height: 1.4375;
    }

    .checkout-simplecheckout .l-1-wrap .lisap-step-2 p {
        font-size: 14px;
        line-height: 1.429;
        padding-left: 57px;
        margin-bottom: 12px !important;
    }

    .checkout-simplecheckout #simplecheckout_shipping_address .form-horizontal {
        display: flex;
        justify-content: space-between;
    }

    .checkout-simplecheckout .row-shipping_address_city,
    .checkout-simplecheckout .row-shipping_address_address_1 {
        width: 50%;
    }

    .checkout-simplecheckout .l-1-wrap .form-group #shipping_address_city,
    .checkout-simplecheckout .l-1-wrap .form-group #shipping_address_address_1,
    .checkout-simplecheckout .l-1-wrap .form-group #shipping_address_cityukrposhta,
    .checkout-simplecheckout .l-1-wrap .form-group #shipping_address_address_2,
    .checkout-simplecheckout .l-1-wrap .form-group #shipping_address_postcode {
        /*  max-width: 380px;*/
    }

    .checkout-simplecheckout .l-1-wrap .form-group #shipping_address_city,
    .checkout-simplecheckout .l-1-wrap .form-group #shipping_address_address_1 {
        min-width: 299px;
    }

    .checkout-simplecheckout .row-shipping_address_city,
    .checkout-simplecheckout .row-shipping_address_address_1 {
        width: 50%;
    }

    .checkout-simplecheckout .l-1-wrap .form-group #shipping_address_city:hover,
    .checkout-simplecheckout .l-1-wrap .form-group #shipping_address_address_1:hover {
        cursor: pointer;
    }

    .checkout-simplecheckout .row-shipping_address_address_1 {
        margin-right: 10px;
    }

    ul.dropdown-address {
        width: 100%;
    }

    .checkout-simplecheckout #simplecheckout_comment .checkout-heading {
        font-size: 22px;
        line-height: 1.455;
    }

    .checkout-simplecheckout #simplecheckout_comment .panel-heading span {
        font-size: 18px;
        line-height: 1.167;
        margin-bottom: 16px;
    }

    .checkout-simplecheckout #simplecheckout_comment textarea::placeholder {
        color: #909090;
        font-family: Jost, sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.467;
    }

    .checkout-simplecheckout .simplecheckout-block-content .radio .simplecheckout-block {
        padding-left: 54px;
    }

    .checkout-simplecheckout .simplecheckout-block-content .radio:nth-child(2) #simplecheckout_shipping_address .form-horizontal {
        display: flex;
    }

    .checkout-simplecheckout .row-shipping_address_house input {
        min-width: 109px;
        max-width: 109px;
        margin-right: -56px !important;
        margin-left: 10px;
    }

    .checkout-simplecheckout .row-shipping_address_flat input {
        min-width: 109px;
        max-width: 109px;
        margin-right: 53px;
        margin-left: 5px;
    }

    .checkout-simplecheckout .row-shipping_address_street input {
        width: 295px;
    }

    .checkout-simplecheckout .row-shipping_address_cityukrposhta input {
        min-width: 178px;
        max-width: 178px;
    }

    .checkout-simplecheckout .row-shipping_address_address_2 input {
        min-width: 300px;
        max-width: 300px;
    }

    .checkout-simplecheckout .row-shipping_address_postcode input {
        min-width: 111px;
        max-width: 111px;
        margin-right: 0 !important;
    }

    .checkout-success .b-thanks {
        padding-top: 60px !important;
        margin-bottom: 60px;
    }

    .checkout-success .success-content {
        display: flex;
        flex-direction: row;
        padding: 30px;
    }

    .checkout-success .success-content .thanks__title {
        padding-left: 0;
        padding-right: 0;
    }

    .checkout-success .b-thanks .thanks-wrap-img {
        max-width: 85px;
    }

    .checkout-success .thanks-wrap .thanks-wrap-text .thanks__title-ok {
        font-size: 32px;
        line-height: 1.4375;
    }

    .checkout-success .thanks-wrap-desc {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .checkout-success .thanks-wrap-desc .thanks__title-desc {
        font-size: 16px;
        line-height: 1.4375;
        margin-bottom: 0;
    }

    .checkout-success .success-content .ak_dropdown .d-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .checkout-success .success-content .thanks__title:nth-child(1) {
        position: relative;
        padding-right: 30px;
    }

    .checkout-success .success-content .thanks__title:nth-child(1):after {
        position: absolute;
        content: '';
        width: 1px;
        top: 0;
        bottom: 0x;
        right: 0;
        background: rgba(0, 0, 0, 0.10);
    }

    .checkout-success .success-content .thanks__title:nth-child(2) {
        padding-left: 30px;
    }

    .checkout-success .success-content .d-wrap .d-item .d-item-text {
        margin-bottom: 0;
    }

    .checkout-success .success-content .d-wrap .d-item:not(:first-child) {
        margin-top: 0;
        margin-bottom: 0;
    }

    .checkout-success .success-content .d-wrap .d-item:not(:first-child) .d-item-phone p {
        margin-bottom: 4px;
        text-align: left;
    }

    .checkout-success .success-content .d-wrap .d-item .d-item-phone a + a {
        margin-top: 3px;
    }

    .checkout-success .success-content .ak_dropdown .callback {
        padding: 0;
    }

    .checkout-success .success-content .ak_dropdown .callback:before,
    .checkout-success .success-content .ak_dropdown .callback:after {
        content: none;
    }

    .checkout-success .success-content .ak_dropdown .callback a {
        padding: 12px 55px;
        height: 46px;
        white-space: nowrap;
    }

    .checkout-success .success-product-list {
        margin-top: 0;
    }

    .checkout-success .success-content .ak_dropdown .callback a svg {
        display: none;
    }

    .checkout-success .success-product-item {
        width: auto;
    }

    .checkout-success .total-success .total-success-item .total-success-item-left .light {
        margin-top: 0;
        font-size: 16px;
        line-height: 1.4375;
    }

    .checkout-success .total-success .total-success-item {
        flex-direction: row;
        align-items: center;
    }

    .checkout-success .section-new {
        padding-top: 60px;
    }

    /*checkout-simplecheckout END*/
    .top-menu .header__additional .m-account .dropdown-menu {
        padding: 10px 20px;
        border-radius: 2px;
        border: 1px solid rgba(0, 0, 0, 0.06);
        background: #fff;
        box-shadow: 0px 3.3px 5.5px 0px rgba(0, 0, 0, 0.05);
        width: auto;
        min-width: unset;
    }

    .top-menu .header__additional .m-account .dropdown-menu > li > a {
        color: #000;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.467;
        border: none;
        padding: 0;
    }

    .top-menu .header__additional .m-account .dropdown-menu li:not(:last-child) a {
        margin-bottom: 8px;
    }

    .top-menu .header__additional .m-account .dropdown-menu > li > a:hover {
        color: #C8A07A;
        background: #fff;
        transition: all .3s ease;
    }

    #homeCarousel .slick-arrow {
        top: 40%;
    }

    /*sets START*/
    .sets-theme .sets_body .txt_sets {
        display: flex;
        align-items: center;
        margin-top: 5px;
    }

    .sets_price_mobile {
        display: none;
    }

    .sets-theme.sets {
        padding: 0;
        margin-bottom: 60px;
    }

    .sets-theme .top_content .stagh3 {
        font-size: 40px;
        line-height: 1.175;
        margin-bottom: 24px;
    }

    .sets-theme.sets .set .set_table {
        flex-direction: row;
    }

    .sets-theme.sets .set-product {
        width: 50%;
    }

    .sets-theme.sets .set-product {
        padding: 50px 30px;
    }

    .sets-theme.sets .set-product img {
        max-width: 90px;
    }

    .sets-theme.sets .sets_body .img_sets {
        width: auto;
    }

    .sets-theme .set_table .cell:first-child {
        border-right: 1px solid #0000000d;
    }

    .sets-theme .name_sets {
        margin-left: 0;
    }

    .desktop_column {
        display: flex;
        flex-direction: column;
        margin-left: 15px;
    }

    .sets-theme .name_sets a {
        font-size: 16px;
        line-height: 1.4375;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .sets-desktop-row {
        display: inline-flex;
    }

    .sets-theme .txt_quantity {
        white-space: nowrap;
        margin-left: 25px;
    }

    .sets-theme .set_product_model {
        margin-top: 0;
    }

    [class*="product-product"] .sets .set-product .new_price {
        font-family: Jost, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.45;
        margin-top: 10px;
    }

    .sets-theme.sets .set-product .txt_sets .new_price {
        font-family: 'Rubik', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.167;
        letter-spacing: 0.02em;
    }

    .sets-theme.sets .set-product .txt_sets .new_price .num {
        font-size: 31px;
        line-height: 1.194;
    }

    .sets-theme .set-product:first-child:before {
        font-size: 28px;
        line-height: 1;
        bottom: unset;
        left: unset;
        top: 49%;
        right: -9px;
        transform: translateY(-50%);
    }

    .sets-theme .set-product:first-child:after {
        width: 40px;
        height: 40px;
        border: 1px solid #C8A07A;
        left: unset;
        bottom: unset;
        right: -20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .sets-theme.sets .total {
        padding: 25px;

    }

    .sets-theme .desktop-total-size {
        width: fit-content;
        margin: auto;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sets-theme .desktop-total-size .prices-block {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        order: 1;
    }

    .sets-theme.sets .total .economy-block {
        display: flex;
        padding: 5px 25px;
        width: fit-content;
        min-width: 188px;
        height: 29px;
        justify-content: center;
        align-items: center;
        border-radius: 2px;
        border: 1px solid rgba(0, 0, 0, 0.10);
        color: #333;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.462;
        margin-top: 5px;
        margin-left: 0;
        margin-right: 0;
        background: #fff;
        order: 2;
    }

    .sets-theme.sets .bt-block {
        margin-top: 15px;
        order: 3;
    }

    .sets-theme.sets .add-set-btn {
        display: flex;
        padding: 20px 80px;
        justify-content: center;
        align-items: center;
        border-radius: 2px;
        background: #000;
        border-color: #000;
        width: fit-content;
        height: 64px;
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.4375;
        white-space: nowrap;
    }

    .sets-theme.sets .add-set-btn:hover {
        background: #C8A07A;
        border-color: #C8A07A;
    }

    .sets-theme.sets .new_summ {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.4333;
        margin-top: 0;
    }

    .sets-theme.sets .old_summ {
        color: #333;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.444;
        text-decoration: none;
        position: relative;
        width: fit-content;
        margin-bottom: 0;
        margin-left: 10px;
    }

    .sets-theme.sets .old_summ:before {
        position: absolute;
        content: '';
        height: 1px;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        background: #333;
    }

    .sets-theme .slick_dot_left {
        left: -22.5px;
        top: 73px;
        transform: translateX(0);
        bottom: unset;
        z-index: 1;
    }

    .sets-theme .slick_dot_right {
        right: -22.5px;
        top: 73px;
        bottom: unset;
        transform: translateX(0) rotate(0deg);
    }

    /*sets END*/
    [class*="product-product"] .product__image .image-additional-slider .slick-list {
        width: calc(100% + 8px);
        margin-left: -4px;
        margin-right: -4px;
    }

    [class*="product-product"] .image-additional-slider .img__border {
        margin-left: 4px;
        margin-right: 4px;
        cursor: pointer;
    }

    [class*="product-product"] .product__image .label_product_list {
        left: 25px;
    }

    .order-collapse-header[aria-expanded="true"] {
        margin-bottom: 0;
    }

    .order-collapse-header[aria-expanded="true"] + .order-info-collapse.collapse.in {
        padding-top: 0;
        border-top: none;
    }

    .order-collapse-header[aria-expanded="true"] .order-list-table {
        margin-bottom: 0;
        border-bottom: none;
        position: relative;
    }

    .order-info-collapse {
        margin-bottom: 20px;
        border: 1px solid #9FA8B0;
    }

    .order-thumb {
        width: 95px;
    }

    .text-product-desktop {
        display: inline-block;
        width: 495px;
    }

    .text-product .prices-row {
        display: none;
    }

    .order-info-collapse td.prices-row {
        display: flex;
        min-width: 263px;
        max-width: 263px;
        width: 100%;
        margin-left: auto;
        margin-right: 0;
        vertical-align: middle;
        height: 81px;
        font-size: 16px;
        line-height: 1.375;
        color: #000;
    }

    .order-info-collapse td.prices-row > span {
        width: 33.33%;
    }

    .order-info-collapse td.prices-row .text-total {
        text-align: right;
    }

    .order-info-collapse td.prices-row .text-quantity {
        text-align: center;
    }

    .btn-delete {
        display: none;
    }

    .order-info-collapse .text-name {
        font-size: 15px;
        line-height: 1.4;
        -webkit-line-clamp: 2;
        min-height: 21px;
        height: 21px;
        padding-right: 0;
    }

    .order-info-collapse .text-product {
        vertical-align: middle;
    }

    .order-info-collapse .text-sku {
        margin-top: 7px;
    }

    .order-top-content {
        position: relative;
    }

    .order-top-content:before {
        position: absolute;
        content: '';
        background: #EFF3F3;
        bottom: 0;
        left: 15px;
        right: 15px;
        height: 1px;
    }

    .order-bottom-content {
        padding: 0 15px 28px 15px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .order-bottom-content .payment {
        display: inline-flex;
        flex-direction: column;
        margin-bottom: 0;
    }

    .order-bottom-content .delivery {
        display: inline-flex;
        flex-direction: column;
        margin-left: 25px;
        margin-right: auto;
        margin-bottom: 0;
    }

    .order-bottom-content .action {
        display: inline-flex;
        justify-content: unset;
    }

    .order-bottom-content .remove-order {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        background: transparent;
        color: #9FA8B0;
        width: fit-content;
        height: 24px;
        padding: 0;
        display: inline-block;
    }

    .order-collapse-header[aria-expanded="true"] .more-desktop a {
        display: none;
    }

    .order-bottom-content .hide-order-details-link {
        display: none;
    }

    .order-collapse-header:not(.collapsed) .more-desktop .hide-order-details-link,
    .order-collapse-header[aria-expanded="false"].collapsed .more-desktop .hide-order-details-link {
        display: none;
    }

    .order-collapse-header[aria-expanded="true"] .more-desktop .hide-order-details-link {
        display: inline-block;
    }

    .order-collapse-header[aria-expanded="true"] .more-desktop .pay-btn {
        display: inline-block;
        width: 231px;
        height: 40px;
        padding: 12px;
        font-size: 14px;
        line-height: 1.143;
        margin-right: 15px;
        margin-left: 10px;
    }

    .order-list-table .order_help {
        font-size: 14px;
        line-height: 1.5;
    }

    .order-info-collapse .text-product + .prices-row {
        display: flex;
    }

    .modal-removeorder .modal-header .modal-title {
        padding: 0;
    }

    .modal-removeorder .modal-header {
        border-bottom: none;
    }

    .modal-removeorder .choice-list {
        justify-content: center;
        flex-direction: row-reverse;
    }

    .order-bottom-content .modal-removeorder .remove-order {
        font-family: Rubik, sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 1.333;
        color: #9FA8B0;
        position: relative;
    }

    .order-bottom-content .modal-removeorder .remove-order:before {
        background: #9FA8B0;
        position: absolute;
        content: '';
        height: 1px;
        width: 100%;
        left: 0;
        bottom: 5px;
    }

    .modal-removeorder .not-remove {
        font-family: Rubik, sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 1.333;
        color: #fff;
        background: #333;
        margin-left: 12px;
        padding: 7px;
        height: 30px;
        width: 101px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .modal-removeorder .not-remove:before {
        content: none;
    }

    .modal-help .modal-header {
        border-bottom: none;
    }

    .modal-removeorder {
        top: -145px;
        right: -23px;
    }

    .modal-help {
        top: -245px;
        left: 50%;
        transform: translateX(-48%);
    }

    .account-wishlist .account-list-items {
        margin-bottom: 33px;
    }

    .account-wishlist .accordion .desktop-row .wishlist-remove-all svg {
        margin-right: 10px;
    }

    .account-wishlist .accordion .wishlist-remove-all {
        white-space: nowrap;
    }

    .account-wishlist .accordion .acc_head .acc_head_in {
        display: flex;
        align-items: center;
        margin-top: 25px;
    }

    .wishlist-buttons .continue-shopping:hover {
        border-bottom-color: #C8A07A;
    }

    .account-wishlist .desktop-row .acc_head {
        padding: 30px 35px;
        gap: 20px;
    }

    .account-wishlist .wishlist-buttons:before {
        content: none;
    }

    .account-wishlist .wishlist-buttons {
        margin-top: unset;
        margin-bottom: unset;
        flex-direction: row-reverse;
        justify-content: space-between;
        gap: unset;
    }

    .account-wishlist .accordion .acc_head .acc_head_in .acc_head_in-item p {
        margin-top: unset;
    }

    .account-wishlist .acc_head_in-form-group {
        margin-top: 0;
    }

    .account-wishlist .accordion .acc_head .acc_head_in .acc_head_in-item a.continue-shopping:before {
        bottom: 1px;
    }

    [class*="account-"] .account-list-items li.logout a {
        color: #000;
    }

    .checkout-simplecheckout .simplecheckout #first_block #customer_info_sum {
        margin-bottom: 40px;
    }

    #top {
        padding: 13px 0;
    }

    .slider-top #homeCarousel .slick-prev {
        left: 14%;
    }

    .slider-top #homeCarousel .slick-next {
        right: 14%;
    }

    section.categories_block ul.category_list a:hover {
        border: 1px solid #C8A07A;
        color: #C8A07A;
    }

    section.categories_block ul.category_list a svg path {
        transition: all .3s ease;
    }

    section.categories_block ul.category_list a:hover svg path {
        fill: #C8A07A;
    }

    .lisap .container .row:nth-child(1) {
        display: flex;
        align-items: center;
        margin-bottom: 22.5px;
    }

    section > .certificates {
        margin: 60px 0 0 0;
        padding: 60px 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .all__certificates_link {
        margin-top: 0;
        width: auto;
        min-width: 402px;
    }

    .all__certificates_link:hover {
        color: #fff;
        background: #C8A07A;
    }

    .section-new-mobile382 .owl-item {
        height: 476px;
    }

    .section-new-mobile382 .product-layout {
        min-height: 476px;
        height: 476px;
        transition: height .3s ease;
    }

    .section-new-mobile382 .owl-item:hover .product-layout {
        height: 537px;
        transition: height .3s ease;
    }

    .product-layout .btn.btn-lisap-buy {
        /*display: none;*/
        visibility: hidden;
        opacity: 0;
        position: relative;
        top: -12px;
        transition: all .3s ease;
    }

    .section-new-mobile382 .owl-item:hover .btn.btn-lisap-buy,
    .category-page .product__item:hover .btn.btn-lisap-buy {
        /*display: flex;*/
        visibility: visible;
        opacity: 1;
        top: 0;
        transition: all .3s ease;
    }

    .head-title .l-title h4,
    .head-title .l-title .h4 {
        font-weight: 500;
        font-size: 38px;
        line-height: 1.447;
        margin-bottom: 30px;
    }

    .slider-top #homeCarousel .slick-prev:hover,
    .slider-top #homeCarousel .slick-next:hover {
        background: #C8A07A;
    }

    .slider-top #homeCarousel .slick-prev:hover:before {
        content: url("../image/arrow-left-ban-hover.svg");
    }

    .slider-top #homeCarousel .slick-next:hover:before {
        content: url("../image/arrow-right-ban-hover.svg");
    }

    .header__menu-link .dropdown-menu ul li > a:hover,
    .product-layout .caption a:hover,
    #home .lisap-articles .blog__preview-wrap a:hover .blog__preview-title {
        color: #C8A07A;
    }

    .rating-wrap .rev_in {
        font-size: 14px;
        line-height: 1.428;
    }

    .rating-wrap .rating .fa-stack .fa-stack-2x {
        font-size: 15px;
    }

    .product-layout .btn.btn-lisap-buy:hover,
    .product-layout .btn-primary:hover {
        color: #fff;
        background: #C8A07A;
        border: none;
    }

    .b-recent.j-carousel-viewed .owl-nav div svg rect + rect,
    .b-recent.j-carousel-viewed .owl-nav div svg path {
        transition: all .3s ease;
    }

    .b-recent.j-carousel-viewed .owl-nav div:hover svg rect + rect,
    .b-recent.j-carousel-viewed .owl-nav div:hover svg path {
        stroke: #C8A07A;
        stroke-opacity: 1;
    }

    .b-recent.j-carousel-viewed .owl-nav .owl-prev {
        top: 50%;
        transform: translateY(-115%);
        margin-right: auto;
        left: -25px;
        position: absolute;
    }

    .b-recent.j-carousel-viewed .owl-nav .owl-next {
        top: 50%;
        transform: translateY(-115%);
        margin-left: auto;
        right: -25px;
        position: absolute;
    }

    .common-home .lisap-articles .head-title .l-title .h4 {
        margin-bottom: 8px;
    }

    .lisap-articles .lisap-head {
        font-size: 16px;
    }

    .lisap-articles .head-title {
/*        margin-bottom: 30px;*/
    }

    .common-home .blog__preview a {
        max-height: 276px;
    }

    .lisap-articles .btn-all {
        margin-top: 30px;
    }

    .lisap-articles .btn-all:hover {
        color: #C8A07A;
        border: 1px solid #C8A07A;
    }

    .lisap-articles .btn-all svg path {
        transition: all .3s ease;
    }

    .lisap-articles .btn-all:hover svg path {
        fill: #C8A07A;
    }

    .footer-bottom-content:before {
        left: 15px;
        right: 15px;
    }

    footer .panel-group .panel {
        background: unset;
    }

    .footer-contact .l-social .social a + a {
        margin-left: 36px;
    }

    footer .d-wrap .d-item .d-item-phone {
        flex-direction: row;
    }

    .footer-ul li a span,
    .footer__menu-item a span {
        position: relative;
        transition: all .3s ease;
    }

    .footer-ul li a:hover span,
    .footer__menu-item a:hover span {
        color: #C8A07A;
    }

    .footer-ul li a span:before,
    .footer__menu-item a span:before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: transparent;
        transition: all .3s ease;
    }

    .footer-ul li a:hover span:before,
    .footer__menu-item a:hover span:before {
        background: #C8A07A;
    }

    .footer-contact .d-wrap .callback a.write-us-btn:hover {
        background: #C8A07A;
        color: #fff;
    }

    .footer-contact .l-social .social a:hover {
        background: #C8A07A;
        color: #fff;
    }

    .live-search .result-text a.view-all-results:hover {
        color: #C8A07A;
    }

    .live-search .result-text a.view-all-results svg path {
        transition: all .3s ease;
    }

    .live-search .result-text a.view-all-results:hover svg path {
        fill: #C8A07A;
    }

    .live-search ul li:nth-child(n+4) {
        display: none;
    }

    .live-search ul li a .special-price .special {
        font-size: 16px;
        line-height: 1.3475;
    }

    .live-search ul li a .special-price .price {
        font-size: 14px;
        line-height: 1.429;
    }

    .d-wrap .callback a:hover {
        background: #C8A07A;
    }

    .header__additional .m-account .text-account {
        margin-left: 5px;
    }

    #top .logo-desktop {
        width: 100%;
        max-width: 258px;
    }

    #top .logo-desktop .l-menu {
        text-align: center;
    }

    #top .top-menu-list {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .top__menu-link[href$="/promotions"] {
        color: #FF5252;
    }

    .top__menu-link[href$="/promotions"] svg {
        margin-right: 5px;
        width: 18px;
    }

    .top__menu-link[href$="/promotions"] svg path {
        fill: #FF5252;
        stroke: #FF5252;
        transition: all .3s ease;
    }

    .top__menu-link[href$="/promotions"]:hover svg path {
        fill: #C8A07A;
        stroke: #C8A07A;
    }

    .header__menu .header__menu-link .m-maga-open-overlay {
        display: none;
    }

    .header__menu .header__menu-link.hover .m-maga-open-overlay {
        display: block;
        background: rgba(0, 0, 0, 0.70);
        position: absolute;
        width: 100%;
        top: 78px;
        height: 1500px;
        left: 0;
        z-index: 3;
    }

    .l-catalog-menu .m-mega a:hover {
        border: 1px solid #C8A07A;
    }

    .form-control {
        height: 46px;
    }

    .form-control::placeholder {
        font-size: 15px;
        line-height: 1.467;
    }

    #popup_call #lisap_form_1 {
        font-size: 16px;
        line-height: 1.4375;
        height: 47px;
        transition: all .3s ease;
    }

    #popup_call #lisap_form_1:hover {
        background: #C8A07A;
        border-color: #C8A07A;
    }

    .modal-content .close svg path {
        transition: all .3s ease;
    }

    .modal-content .close:hover svg path {
        stroke: #000;
    }

    #popup_call.popup-call__message {
        padding: 35px 40px;
    }

    #popup_call.popup-call__message .close {
        top: 35px;
        right: 40px;
        left: auto;
    }

    .popup-call__message .popup-call__message_ok {
        font-size: 24px;
        line-height: 1.458;
        margin: 45.5px 0 0 0;
    }

    #popup_call.popup-call__message .popup-call__message_ok > span {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    #popup_call.popup-call__message .popup-call__message_ok > span span + span {
        margin-left: 5px;
    }

    .popup-call__message .popup-call__message_ok i {
        font-size: 15px;
        line-height: 1.467;
        margin-bottom: 17.5px;
    }

    .b-modal_total .wrap-total-item .btn-lisap-buy:hover,
    .b-modal_total .wrap-total-item .btn-lisap-buy:focus {
        box-shadow: none;
        background: #C8A07A;
        border-color: #C8A07A;
    }

    .breadcrumbs__list-item > a:hover span {
        color: #C8A07A;
    }

    #loyalty-page + .viewed {
        margin-top: 120px;
        position: relative;
    }

    #loyalty-page + .viewed:before {
        position: absolute;
        content: '';
        background: rgba(0, 0, 0, 0.10);
        height: 1px;
        left: 0;
        right: 0;
        top: -60px;
    }

    [class*="product-category"] .product-layout .caption a,
    [class*="product-search"] .product-layout .caption a {
        -webkit-line-clamp: 2;
    }

    [class*="product-category"] .product-layout,
    [class*="product-search"] .product-layout {
        min-height: 470px;
        height: 470px;
        display: flex;
        flex-direction: column;
    }

    [class*="product-category"] .product-layout .image,
    [class*="product-search"] .product-layout .image {
        width: 100%;
        height: 100%;
    }

    [class*="product-category"] .product__item:hover .product-layout,
    [class*="product-search"] .product__item:hover .product-layout {
        height: auto;
    }

    [class*="product-category"] .fix-grid .product-wrap > div,
    [class*="product-search"] .fix-grid .product-wrap > div {
        height: 470px;
    }

    [class*="product-category"] .product__item:hover .product-layout,
    [class*="product-search"] .product__item:hover .product-layout {
        z-index: 3;
    }

    .pagination > li > a:focus,
    .pagination > li > a:hover {
        color: #C8A07A;
        border-color: #C8A07A;
        outline: none;
        background: #fff;
    }

    [class*="product-category"] .row.pagin.fix-grid,
    [class*="product-search"] .row.pagin.fix-grid {
        margin-top: 0;
    }

    [class*="product-category"] .catalog__more,
    [class*="product-search"] .catalog__more {
        margin-top: 7px;
        padding-left: 30px;
    }

    .catalog__more-btn:hover {
        background: #C8A07A;
    }

    [class*="product-category"] .pagin__bottom .showm,
    [class*="product-search"] .pagin__bottom .showm {
        padding-left: 30px;
    }

    [class*="product-category"] .pagination,
    [class*="product-search"] .pagination {
        padding-top: 15px;
    }

    .pagination li a,
    .pagination li.active span {
        font-size: 15px;
        line-height: 1.467;
        width: 50px;
        height: 50px;
        margin: 5px;
    }

    .pagination > .active > a,
    .pagination > .active > a:focus,
    .pagination > .active > a:hover,
    .pagination > .active > span,
    .pagination > .active > span:focus,
    .pagination > .active > span:hover {
        font-size: 15px;
        line-height: 1.467;
        width: 50px;
        height: 50px;
    }

    [class*="product-category"] .category-description-block,
    [class*="product-search"] .category-description-block {
        margin-top: 25px;
        padding-top: 25px;
        margin-right: -15px;
    }

    [class*="product-category"] .category-description-block:before,
    [class*="product-search"] .category-description-block:before {
        left: 0;
        right: 0;
    }

    [class*="product-category"] .category-description-block h2,
    [class*="product-category"] .category-description-block h3,
    [class*="product-category"] .category-description-block h4,
    [class*="product-category"] .category-description-block h5,
    [class*="product-category"] .category-description-block h6,
    [class*="product-search"] .category-description-block h2,
    [class*="product-search"] .category-description-block h3,
    [class*="product-search"] .category-description-block h4,
    [class*="product-search"] .category-description-block h5,
    [class*="product-search"] .category-description-block h6 {
        font-size: 28px;
        line-height: 1.429;
    }

    [class*="product-category"] .category-description-block p,
    [class*="product-search"] .category-description-block p {
        font-size: 15px;
        line-height: 1.467;
    }

    .category-page {
        margin-bottom: 60px;
    }

    .breadcrumbs__list-item:first-child > a span svg path {
        transition: all .3s ease;
    }

    .breadcrumbs__list-item:first-child > a:hover span svg path {
        fill: #C8A07A;
    }

    .header__additional .m-favorite a {
        min-width: 74px;
    }

    [class*="product-product"] .product__fast .btn.product__buy-btn:hover {
        color: #C8A07A;
        border-bottom-color: #C8A07A;
    }

    [class*="product-product"] .info-discount > button span {
        transition: all .3s ease;
    }

    [class*="product-product"] .info-discount > button:hover span {
        color: #C8A07A;
        border-bottom-color: #C8A07A;
    }

    [class*="product-product"] .info-discount > button svg path {
        transition: all .3s ease;
    }

    [class*="product-product"] .info-discount > button:hover svg path {
        stroke: #C8A07A;
    }

    .ex-btn:hover,
    .ex-form-footer .ex-btn:hover,
    .video-input .ex-btn:hover,
    .checkout-simplecheckout #lisap-next-step:hover {
        background: #C8A07A !important;
        border-color: #C8A07A !important;
    }

    [class*="product-product"] #product_main_price.product__price {
        margin-bottom: 15px;
    }

    [class*="product-product"] .content-product-options {
        margin-bottom: 15px;
    }

    [class*="product-product"] .product__image {
        max-width: 577px;
    }

    [class*="product-product"] .info-right.transparent {
        opacity: .3;
    }

    .sets-slick.slick-slider .slick-arrow {
        top: 50%;
        bottom: auto;
        width: 35px;
        height: 35px;
    }

    .sets-slick.slick-slider .slick-arrow.prev {
        left: -20px;
        transform: translateX(0);
    }

    .sets-slick.slick-slider .slick-arrow.next {
        right: -20px;
        transform: translateX(0);
    }

    .sets-slick.slick-slider .slick-arrow path,
    .sets-slick.slick-slider .slick-arrow rect {
        transition: all .3s ease;
    }

    .sets-slick.slick-slider .slick-arrow:hover path {
        stroke: #C8A07A;
    }

    .sets-slick.slick-slider .slick-arrow:hover rect {
        stroke: #C8A07A;
        stroke-opacity: 1;
    }

    [class*="product-product"] .viewed {
        margin-top: 0;
    }

    [class*="product-product"] .info-product-right-block .only-prof {
        margin-bottom: 0;
        width: 100%;
    }

    [class*="product-product"] .info-product-right-block .only-prof svg {
        margin-right: 10px;
    }

    [class*="product-product"] .info-product-right-block #button-appears {
        width: 100%;
    }

    [class*="product-product"] .info-product-right-block .product__buy {
        width: 100%;
    }

    #collapseCertificate .certificates__item-more:hover {
        background: rgba(247, 167, 29, 0.80);
    }

    [class*="product-product"] #popup_img .old-price {
        font-size: 17px;
        line-height: 2.353;
    }

    [class*="product-product"] #popup_img .old-price:before {
        top: 21px;
    }

    .popup_palette .modal-dialog {
        width: 100%;
        max-width: 1356px;
    }

    .popup_palette .modal-body {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .popup_palette .modal-content {
        padding: 30px;
    }

    .popup_palette .modal-header .palette-title {
        color: #909090;
        font-weight: 400;
    }

    .popup_palette .palette-detail {
        width: 100%;
        max-width: 250px;
    }

    .popup_palette .panel-palette {
        margin-top: 48px;
        width: 100%;
        margin-left: 30px;
    }

    .popup_palette .palette-image {
        margin-top: 20px;
        border-radius: 2px;
        border: 1px solid rgba(0, 0, 0, 0.07);
    }

    .popup_palette .palette-image img {
        width: 100%;
        height: auto;
        margin: auto;
    }

    .popup_palette .palette-price-detail {
        margin-top: 15px;
    }

    .popup_palette .panel-palette .palette-title {
        margin-bottom: 15px;
    }

    .popup_palette .palette {
        grid-column-gap: 15px;
    }

    .checkout-simplecheckout .system-discounts:hover,
    .checkout-simplecheckout .btn_checkout .simplecheckout-button-block .simplecheckout-button-right .agree a:hover,
    .account-login .well .subtitle a:hover,
    .account-simpleregister .simpleregister-have-account a:hover,
    .account-login .well .link-forgotten:hover {
        color: #C8A07A;
    }

    .checkout-simplecheckout .system-discounts:hover:before,
    .checkout-simplecheckout .btn_checkout .simplecheckout-button-block .simplecheckout-button-right .agree a:hover:before,
    .account-login .well .subtitle a:hover:before,
    .account-simpleregister .simpleregister-have-account a:hover:before,
    .account-login .well .link-forgotten:hover:before {
        background: #C8A07A;
        transition: .3s;
    }

    .checkout-simplecheckout #lisap-next-step:hover {
        background: #C8A07A;
    }

    .checkout-simplecheckout .simplecheckout-button-right .button_oc:hover {
        background: #C8A07A;
        color: #fff;
    }

    .checkout-simplecheckout .radio span {
        margin-left: 5px !important;
    }

    .checkout-simplecheckout .radio input {
        margin-right: 5px !important;
    }

    .checkout-simplecheckout .row-shipping_address_city:before,
    .checkout-simplecheckout .row-shipping_address_address_1:before {
        right: 10px;
    }

    #simplecheckout_payment .checkout-heading {
        color: #000;
        font-family: Jost, sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.455;
        margin: 20px 0;
        display: flex;
        align-items: center;
    }

    .checkout-simplecheckout #simplecheckout_payment .form-group p {
        padding-left: 28px;
    }

    [class~="shipping-metod__flat.flat"] #simplecheckout_shipping_address fieldset > *:first-child {
        min-width: 66%;
    }

    .cart__basket .mCSB_inside > .mCSB_container {
        overflow-y: hidden;
    }

    .checkout-simplecheckout .b-modal_product {
        margin-right: 0;
    }

    .checkout-simplecheckout .qisq-block {
        padding: 25px 30px;
    }

    .checkout-simplecheckout .qisq-block .qisq-block-body {
        margin-top: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .checkout-simplecheckout .qisq-block .qisq-block-body .qisq-block-body-item {
        margin-bottom: 15px;
        width: 38%;
    }

    .checkout-simplecheckout .btn_checkout .simplecheckout-button-block .simplecheckout-button-right .agree a:hover {
        color: #C8A07A;
    }

    .checkout-simplecheckout #simplecheckout_customer .form-control + .simplecheckout-rule-group {
        max-width: 326px;
        width: 326px;
    }

    .cart__basket .basket_product-wrap {
        max-height: 456px;
    }

    .checkout-success .thanks-wrap .thanks-wrap-text .thanks__title-order {
        font-size: 18px;
        line-height: 1.444;
        margin-bottom: 0;
    }

    .checkout-success .success-content .d-wrap .d-item .d-item-phone a svg {
        margin-right: 5px;
    }

    .success-product-row .success-product-item .item-image img {
        max-width: 70px;
    }

    .checkout-success .total-success .total-success-item .total-success-item-left p {
        color: #333;
        font-size: 16px;
        line-height: 1.4375;
    }

    .checkout-success .total-success .total-s .total-success-item-left p,
    .checkout-success .total-success .total-s .total-success-item-right p {
        margin-top: 0;
        font-size: 22px;
        line-height: 1.455;
    }

    .checkout-success {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .section-new-mobile382 .product-layout .caption a {
        /* height: 46px; */
    }

    .common-home .blog__preview:nth-child(n+4) {
        display: none;
    }

    .newsblog-category .b-breadcrumbs {
        padding-left: 0;
    }

    .newsblog-category .blog__preview a:hover .blog__preview-title,
    .newsblog-article .blog__preview-wrap a:hover .blog__preview-title {
        color: #C8A07A;
    }

    .newsblog-category .pagination {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .section-new-mobile382 {
        margin: 60px 0 0 0;
    }

    [class*="account-"] input[type=submit]:hover,
    [class*="account-"] button[type=submit]:hover,
    [class*="account-"] a.button:hover {
        background: #C8A07A;
        color: #fff;
        border: none;
    }

    [class*="account-"] .b-breadcrumbs {
        margin-bottom: 25px;
    }

    .account-login .well .subtitle,
    .account-simpleregister .simpleregister-have-account,
    .account-forgotten .subtitle {
        font-size: 15px;
        line-height: 1.467;
    }

    [class*="account-"] .title_top {
        padding-top: 60px;
    }

    .account-simpleregister #content,
    .account-logout #content {
        padding: 0 !important;
    }

    [class*="account-"] .simpleregister {
        padding-bottom: 60px;
    }

    [class*="account-"] .thanks-wrap-desc {
        margin-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }

    [class*="account-"] .b-thanks .thanks__title:not(.success-page__block2) {
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }

    [class*="account-"] .thanks-wrap {
        margin-right: 20px;
    }

    [class*="account-"] .thanks-wrap-desc > h2 {
        font-size: 32px;
        line-height: 1.4375;
    }

    [class*="account-"] .b-thanks {
        text-align: left;
    }

    [class*="account-"] .thanks-wrap-desc p {
        font-size: 16px;
        line-height: 1.5625;
    }

    [class*="account-"] .success-page__contacts .d-item-text p {
        font-size: 15px;
        line-height: 1.467;
    }

    [class*="account-"] .success-page__contacts .d-item-phone a {
        font-size: 18px;
        line-height: 1.444;
    }

    [class*="account-"] .success-page__contacts .d-item-phone a:hover {
        color: #C8A07A;
    }

    [class*="account-"] .success-page__contacts .d-item-phone p {
        font-size: 16px;
        line-height: 1.4375;
    }

    [class*="account-"] .account-list-items li.logout {
/*        margin-left: auto;*/
    }

    [class*="account-"] .account-list-items {
        margin-top: 25px;
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        height: 31px;
    }

    .account-simpleedit #content,
    .account-order #content,
    .account-wishlist #content,
    .account-password #content {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        font-family: Jost, sans-serif;
    }

    .account-simpleedit .simple-content .form-control,
    .account-simpleedit .simpleregister-block-content > fieldset:nth-of-type(2),
    .account-simpleedit .simpleregister-block-content > fieldset:nth-last-of-type(2),
    .account-password .form-input-list {
        max-width: 350px;
    }

    .account-simpleedit .simpleregister-block-content > fieldset:nth-of-type(2),
    .account-simpleedit .simpleregister-block-content > fieldset:nth-last-of-type(2) {
        margin-right: 15px;
    }

    .account-simpleedit a.button,
    .account-password .buttons input[type=submit] {
        margin-top: 3px !important;
        width: fit-content;
    }

    .account-simpleedit .simpleregister {
        padding-bottom: 0;
    }

    [class*="account-"] .simpleregister .buttons {
        margin-left: 0;
    }

    .account-password #content form {
        margin-left: 0;
    }
}

.owl-nav.disabled {
    display: none !important;
}


.alert.alert-success.pop {
    position: fixed;
    right: 0;
    top: 0;
}
.info-discount > button {
    position: absolute;
    right: 20px;
}
        .submit-order-ok{
        position:absolute; top:0;right:0;bottom:0;left:0; z-index:1;
        }

.pop .close_pop{
    margin-left: 10px;
    text-decoration: none;
    font-size: 16px;
}
.submit-order-ok span{
    display: block;
}
.check_phone .error{
    display: block;
    margin-top: 5px;
    padding: 8px 15px;
    border-radius: 2px;
    border-left: 3px solid #E3A862;
    background: #FFE0BB;
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.462;
}
.checkout #page{
    min-height:75vh;
}
#simplecheckout_form_0>.simplecheckout>.simplecheckout-button-block>.simplecheckout-button-right{
    border: none;
    padding: 16px;
}
#simplecheckout_form_0>.simplecheckout>.simplecheckout-button-block>.simplecheckout-button-right>a{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.467;
    padding: 14px 70px;
    background: #000;
    border-radius: 2px;
    width: fit-content;
    height: 50px;
}

.input-container {
    position: relative;

}
@media only screen and (min-width: 991px) {
.input-container {

    width: fit-content;
}

}
.checkout-simplecheckout .input-container .form-control {
    padding: 12px 30px 12px 12px;
}

.input-container .icon-clear {
    position: absolute;
    right: 10px;
    top: 15px;
}
.input-container svg.icon-clear {
display: block;
margin: 0!important;
z-index:999;
}

.input-container.is-empty svg.icon-clear {
    display: none;
}


span.customer_discount {
    padding: 5px 10px;
    margin-left: 20px;
    border-radius: 10px;
    background: rgba(255, 249, 180, 0.80);
}

.account_heading {
    width: 100%;
    display: flex;
    align-items: center;
}
.checkout-success .success-content .ak_dropdown .callback{
    margin-top: 20px;
}
