/**/
::-webkit-input-placeholder {
    font-size: 13px;
    line-height: 24px;
    color: #3e45527a !important;
}

::-moz-placeholder {
    font-size: 13px;
    line-height: 24px;
    color: #3e45527a !important;
}

:-ms-input-placeholder {
    font-size: 13px;
    line-height: 24px;
    color: #3e45527a !important;
}

:-moz-placeholder {
    font-size: 13px;
    line-height: 24px;
    color: #3e45527a !important;
}

.btn-callback {
    width: 17px;
    height: 18px;
    cursor: pointer;
    display: inline-block;
    background: url("/img/ico-tel.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-callback:hover {
    background: url("/img/ico-tel-red.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.buy-sample {
    display: none !important;
}

/*КАРТОЧКА ТОВАРА*/
.cart-goods {
    margin-bottom: 28px;
    padding: 12px 14px;
    transition: all .2s;
    overflow: hidden;
}

.cart-goods:hover {
    box-shadow: 0 4px 4px rgba(51, 51, 51, 0.04), 0 4px 24px rgba(51, 51, 51, 0.24);
}

.cart-goods:hover .product-navigation {
    opacity: 1;
    z-index: 2;
}

.cart-goods .product-navigation {}

.cart-goods .item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 180px;
    height: 100%;
    justify-content: space-between;
}

.cart-goods .img {
    position: relative;
    width: 180px;
    height: 180px;
    display: block;
    margin: 0 auto;
    padding: 20px;
}

.sale,
.advise,
.action {
    font-weight: 600;
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    z-index: 1;
    position: absolute;
    top: 7px;
    left: 8px;
    height: 26px;
    padding: 0 5px;
}

.cart-goods .art,
.cart-goods .price-example {
    font-size: 12px;
    line-height: 28px;
    color: #3e455280;
}

.cart-goods .price-example {
    line-height: 18px;
}

.price-example.hide {
    display: none;
}

.cart-goods .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    transition: all .2s;
    cursor: pointer;
    color: #3E4552;
}

.cart-goods .title:hover {
    color: #E98C7E;
}

.cart-goods .sizes {
    font-size: 14px;
    line-height: 28px;
    color: #3e455280;
    padding-left: 18px;
    background: url("/img/ico-size.svg") no-repeat;
    background-position: left center;
    margin-bottom: 8px;
}

.cart-goods .price {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 4px;
}

.cart-goods .price span {
    font-weight: 600;
    font-size: 16px;
}

.cart-goods .price .price-old {
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
    text-decoration: line-through;
    display: inline-block;
    float: right;
}

.cart-goods .buy-prod {
    margin: 12px 0 0 0;
}

.cart-goods .buy-sample {
    margin: 8px 0 0 0;
    display: none !important;
}

.cart-goods .buy-sample.disabled,
.cart-goods .buy-prod.disabled {
    opacity: .2;
    cursor: inherit;
    pointer-events: none;
}

/*Слайдер каталог*/
.cart-goods .product-slider {
    /*padding: 20px;*/
    z-index: 0;
    overflow: visible;
    width: 100%;
    height: 100%;
}

.cart-goods .swiper-slide {
    z-index: -99;
    opacity: 0;
    transition: all .2s;
    /*display: none;*/
    display: flex;
}

.cart-goods .swiper-slide>a {
    margin-top: auto;
    margin-bottom: auto;
}

.cart-goods .swiper-slide-active {
    z-index: 1;
    opacity: 1;
    /*display: block;*/
}

.cart-goods .product-navigation {
    /*width: 7px;*/
    /*height: 12px;*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    cursor: pointer;
    opacity: 0;
    z-index: -99;
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0);
    transition: all .2s;
}

.cart-goods .product-navigation:hover {
    background: #FFE7E3;
}

.cart-goods .product-navigation.swiper-button-disabled {
    display: none;
}

.cart-goods .product-navigation:after {
    content: '';
    width: 8px;
    height: 12px;
    font-size: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M0.590001 1.41L5.17 6L0.59 10.59L2 12L8 6L2 -5.24537e-07L0.590001 1.41Z' fill='%233E4552'/%3E%3C/svg%3E");
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: ;*/
}

.cart-goods .swiper-pagination {
    bottom: -15px;
    z-index: 2;
    line-height: 0;
}

.cart-goods .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
    background: #DCDEE0;
    transition: all .3s;
    border-radius: 20px;
    opacity: 1;
    margin: 0 3px;
}

.cart-goods .swiper-pagination-bullet-active {
    background: #DC7365;
    width: 18px;
}

.cart-goods .swiper-button-prev {
    right: calc(100% + 5px);
    left: auto;
    transform: translateY(-50%) rotate(180deg);
}

.cart-goods .swiper-button-next {
    right: auto;
    left: calc(100% + 5px);
}

.cart-goods .item-inner-top {
    width: 100%;
}

.cart-goods .item-inner-bottom {
    width: 100%;
}

.cart-goods .item-inner-bottom .btn-red,
.cart-goods .item-inner-bottom .btn-black {
    padding: 15px 0;
}

.cursor-pointer {
    cursor: pointer;
}

/*СТИЛИЗАЦИЯ ИНТУПА*/
input[type=text],
input[type=email] {
    border: 1px solid #DCDEE0;
    padding: 10px 12px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #3E4552;
    border-radius: 0px !important;
    background: #FCFCFC !important;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=text]:focus,
input[type=email]:focus {
    border-color: #636C7B !important;
    color: #3E4552 !important;
    box-shadow: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #FCFCFC inset !important;
}

input[type=submit] {
    outline: none;
}

button {
    outline: none;
}

/*переключатель*/
.switch {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 16px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='28' height='16' viewBox='0 0 28 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8C0 3.58172 3.58172 0 8 0H20C24.4183 0 28 3.58172 28 8C28 12.4183 24.4183 16 20 16H8C3.58172 16 0 12.4183 0 8Z' fill='%23B5B5B5'/%3E%3Cpath d='M8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14Z' fill='white'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: .4s;
}

input:checked+.slider {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='28' height='16' viewBox='0 0 28 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8C0 3.58172 3.58172 0 8 0H20C24.4183 0 28 3.58172 28 8C28 12.4183 24.4183 16 20 16H8C3.58172 16 0 12.4183 0 8Z' fill='%23E98C7E'/%3E%3Cpath d='M20 14C23.3137 14 26 11.3137 26 8C26 4.68629 23.3137 2 20 2C16.6863 2 14 4.68629 14 8C14 11.3137 16.6863 14 20 14Z' fill='white'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

/*my style*/
.container {
    padding: 0 15px;
}

/* .pagination */
.dots {
    display: inline;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: transparent;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    /*float: left;*/
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #636C7B;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid transparent;
    transition: all .2s;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 1;
    color: #fff;
    cursor: default;
    background: #636C7B;
    border: 1px solid #636C7B;
}

.pagination a:hover {
    background: #DDE2EA;
}



.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* .pagination END */


html {}

html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
}

body {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    color: #3E4552;
    position: relative;
    transition: all 1s;
}
body._lock{
    overflow: hidden;
}
/*body.blur{*/
/*    transition: all 1s;*/
/*}*/
/*body.blur:before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 2;*/
/*    background: #3E4552;*/
/*    opacity: 0.28;*/
/*    transition: all 1s;*/
/*}*/
* {
    outline: none !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.font-gray {
    color: #7C8087;
}

.subtitle {
    color: #E98C7E;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

h1,
.h1 {
    font-size: 58px;
    line-height: 64px;
    letter-spacing: -1px;
    font-weight: 700;
}

h2,
.h2 {
    font-size: 44px;
    line-height: 53px;
    letter-spacing: -1px;
    font-weight: 700;
    margin-bottom: 24px;
}

h3,
.h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -1px;
    margin-bottom: 24px;
}

h4,
.h4 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}

.btn-black {
    background: #636C7B;
    transition: background-color 0.2s;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    padding: 15px 30px;
    text-transform: uppercase;
    width: 100%;
    max-width: 180px;
}

.btn-black:hover {
    background: #707C91;
    color: #fff;
    text-decoration: none;
}

.btn-black:focus,
.btn-black:active {
    background: #4E5561;
    box-shadow: none;
    color: #fff;
}

.btn-more {
    padding: 11px;
    line-height: 22px;
    width: initial;
    max-height: initial;
    display: flex;
    max-width: 190px !important;
    justify-content: center;
}

.btn-red {
    background: #E98C7E;
    transition: background-color 0.2s;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    padding: 15px 30px;
    text-transform: uppercase;
    width: 100%;
    max-width: 180px;
}

.btn-red:hover {
    background: #F59384;
    color: #fff;
    text-decoration: none;
}

.btn-red:focus,
.btn-red:active {
    background: #F88A7A;
    box-shadow: none;
    color: #fff;
}

.btn-red-danger {
    background: #FFA8A8;
    transition: all 0.2s;
    color: #C83838;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    padding: 7px 5px;
    text-transform: uppercase;
    width: 100%;
    max-width: 180px;
}

.btn-red-danger:hover {
    background: #E98C7E;
    color: #fff;
    text-decoration: none;
}

.btn-red-danger:focus,
.btn-red-danger:active {
    background: #E98C7E;
    box-shadow: none;
    color: #fff;
}

.overlay {
    background: #3E4552;
    opacity: 0.28;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: none;
}

.overlay.active {
    display: block;
}

a {
    text-decoration: none;
    color: #E98C7E;
}

a:hover {
    text-decoration: none;
    color: #F59384;
}

a:focus,
a:active {
    color: #F88A7A;
}


input.input-search {
    /*border-right: none;*/
    width: 234px;
    background: #FCFCFC;
}

input.submit-search {
    background: #FCFCFC;
    /*border: 1px solid #DCDEE0;*/
    padding: 10px 15px;
    /*border-left: none;*/
    margin-left: -4px;
    width: 46px;
    background-image: url(/img/ico-search.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    /*line-height: 24px;*/
    position: absolute;
    top: 1px;
    right: 2px;
    height: calc(100% - 2px);
    border: none;
    outline: none;
}


.menu-search_mob {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    box-shadow: 0px 4px 4px rgb(51 51 51 / 4%), 0px 4px 16px rgb(51 51 51 / 8%);
    /*height: 0;*/
    /*overflow: hidden;*/
    transition: all .2s;
    transform: translateY(-55px);
    opacity: 0;
    z-index: -99;
}

.menu-search_mob.active {
    /*height: auto;*/
    /*overflow: visible;*/
    transform: translateY(0px);
    opacity: 1;
    z-index: 1;
    display: none;
}

.menu-search_mob.focus:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='19' height='8' viewBox='0 0 19 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 1L16.5 7H2L9.5 1Z' fill='white'/%3E%3Cpath d='M9.325 1.46376L9.92099 0.4431L9.325 0L8.72899 0.4431L9.325 1.46376ZM9.325 1.46376L16 7H16.5H18L9.92099 0.4431L9.325 1.46376ZM2 7.0485L9.325 1.46376L8.72899 0.4431L0 7.0485H2Z' fill='%23636C7B'/%3E%3C/svg%3E");
}

.menu-search_mob:before {
    position: absolute;
    content: '';
    bottom: calc(100% - 2px);
    right: 147px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='19' height='8' viewBox='0 0 19 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 1L16.5 7H2L9.5 1Z' fill='white'/%3E%3Cpath d='M9.325 1.46376L9.92099 0.4431L9.325 0L8.72899 0.4431L9.325 1.46376ZM9.325 1.46376L16 7H16.5H18L9.92099 0.4431L9.325 1.46376ZM2 7.0485L9.325 1.46376L8.72899 0.4431L0 7.0485H2Z' fill='%23DCDEE0'/%3E%3C/svg%3E");
    width: 19px;
    height: 8px;
}

.menu-search_mob input[type=text] {
    padding: 12px 15px;
    font-size: 13px;
    width: 100%;
    line-height: 18px;
}

.menu-search_mob input[type=submit] {
    /*flex-grow: 0;*/
    position: absolute;
    top: 0;
    right: 5px;
    width: 50px;
    height: 100%;
    font-size: 0;
    background: none;
    background-image: url("/img/ico-arr-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 17px;
    border: none;
    padding: 0;
}

.menu-search_mob input::placeholder {
    color: #5B5B5B;
}

.info {
    background: url("/img/ico-info-b.svg") no-repeat;
    background-position: right center;
    width: 19px;
    height: 14px;
    display: inline-block;
}

.info.gray {
    background: url("/img/ico-info-g.svg") no-repeat;
    background-position: right center;
    width: 19px;
    height: 14px;
    display: inline-block;
    padding-right: 15px;
}

.info:hover {
    background: url("/img/ico-info-r.svg") no-repeat;
    background-position: right center;
}

.dropdown-toggle {
    cursor: pointer;
}

.icon-reload {
    background: url("/img/ico-more.svg") no-repeat;
    background-position: center;
    width: 16px;
    height: 22px;
    display: inline-block;
    margin-right: 14px;
}

.btn-more.loading .icon-reload {
    animation-name: loading;
    animation-timing-function: linear;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
}

@keyframes loading {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: middle;
    content: "";
    width: 12px;
    height: 8px;
    background: url(/img/ico-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    transition: all .2s;
}

.dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

.examples {
    border: 1px solid #FAFAFA;
    border-radius: 4px;
    padding: 10px 14px;
    margin-left: 10px;
}

.example {
    background: #DCDEE0;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    display: inline-block;
}

.example.active {
    background: #E98C7E;
}

.example:last-of-type {
    margin-right: 0;
}

.open-card-samples._empty {
    pointer-events: none;
}

.open-card-samples span._empty {
    pointer-events: none;
}

.open-card-samples .nav-link {
    padding-right: 0 !important;
}

.zrazok-btn-desctop {
    transition: all .2s;
}

.zrazok-btn-desctop:hover {
    color: #E98C7E;
}


.tooltip {
    position: fixed;
    padding: 10px 20px;
    border: 1px solid #b3c9ce;
    border-radius: 4px;
    text-align: center;
    color: #3E4552;
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
    z-index: -2000;
    opacity: 0;
    font-family: "Montserrat";
    transition: all .2s;
}

.tooltip.active {
    opacity: 1;
    z-index: 2000;
}

.tooltip:after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg) translateX(-50%);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
    border-bottom: 1px solid #b3c9ce;
    border-top: none;
    border-right: 1px solid #b3c9ce;
    border-left: none;
    z-index: 1999;
}

.tooltip.tooltip-bott:after {
    content: '';
    position: absolute;
    bottom: initial;
    top: -6px;
    left: 50%;
    box-shadow: none;
    border-top: 1px solid #b3c9ce;
    border-bottom: none;
    border-left: 1px solid #b3c9ce;
    border-right: none;
}

.tooltip_filter {
    width: 15px !important;
    height: 15px !important;
    padding: 0 !important;
    margin-left: 5px;
}

/* popup */
.cart-mini {
    position: absolute;
    top: 100%;
    right: 5px;
    background: #FFFFFF;
    border: 1px solid #DCDEE0;
    z-index: 1000;
    padding: 24px 0 20px;
    max-width: 367px;
    /*max-height: 425px;*/
    overflow: auto;
    filter: drop-shadow(0px 4px 4px rgba(51, 51, 51, 0.04)) drop-shadow(0px 4px 56px rgba(51, 51, 51, 0.16));
}

.cart-mini__content {
    max-height: 280px;
    overflow: auto;
}

.cart-mini .title {
    padding-left: 18px;
    padding-right: 18px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

.cart-mini .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 2px solid #DCDEE0;
    padding: 15px 18px;
}

.cart-mini .item .img {
    width: 49px;
    flex-shrink: 0;
}

.img img {
    max-width: 100%;
    overflow: hidden;
}

.cart-mini .item .text {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 15px;
    flex-shrink: 1;
    flex-grow: 1;
}

.cart-mini .item .text a {
    color: #3E4552;
    transition: all .2s;
    display: inline-block;
    margin-bottom: 5px;
}

.cart-mini .item .text a:hover {
    color: #E98C7E;
}

.cart-mini .item .count-wrap {
    margin-right: 14px;
    display: flex;
    align-items: center;

}

.cart-mini .item .count {
    margin-right: 10px;
    background: #FCFCFC;
    border: 1px solid #DCDEE0;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    min-width: 30px;
    height: 30px;
    flex-shrink: 0;
    padding: 0 4px;
    position: relative;
}

.cart-mini .item .count-wrap span {
    width: 19px;
}

.cart-mini .item .button {
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8' height='10' viewBox='0 0 8 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.571429 8.88889C0.571429 9.5 1.08571 10 1.71428 10H6.28572C6.91429 10 7.42857 9.5 7.42857 8.88889V2.22222H0.571429V8.88889ZM1.71428 3.33333H6.28572V8.88889H1.71428V3.33333ZM6 0.555556L5.42858 0H2.57143L2 0.555556H0V1.66667H8V0.555556H6Z' fill='white'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    flex-shrink: 0;
}

.cart-mini .cart-bottom {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 20px;
}

.cart-mini .cart-bottom .total {
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 28px;
}

.cart-mini .cart-bottom .total span {
    float: right;
    font-weight: 700;
    font-size: 18px;
    line-height: 15px;
}

.cart-mini .cart-bottom .btn-black,
.cart-mini .cart-bottom .btn-red {
    display: inline-block;
    width: initial;
    cursor: pointer;
}

.cart-mini .cart-bottom .btn-red {
    float: right;
}


/* menu */
#menu .nav-bar-top {
    display: none;
}

#menu {
    position: fixed;
    z-index: 3;
    background: #fff;
    width: 100%;
    box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
}

#menu.menu-landing .logo {
    width: 235px;
}


/* Menu landing, start */
#menu .menu-info {
    flex: 1 1 100%;
}

#menu .menu-info__lists {
    gap: 0 24px;
    display: none !important;
}
#menu .menu-info__lists.active{
    display: flex !important;
}

#menu .menu-info__lists ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 25px;
}

#menu .menu-info__lists ul a {
    color: #3E4552;
    transition: all .3s;
}

#menu .menu-info__lists ul a:hover {
    color: #E98C7E;
}

#menu .dropdown-city .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    height: 50px;
    width: 146px;
    padding-left: 28px;
}

#menu .dropdown-city .dropdown-toggle::after {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41 8.68677L12 13.3224L16.59 8.68677L18 10.1139L12 16.1868L6 10.1139L7.41 8.68677Z' fill='%23DC7365'/%3E%3C/svg%3E");
}

#menu .dropdown-city .dropdown-toggle::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.43677C8.13 2.43677 5 5.56677 5 9.43677C5 14.6868 12 22.4368 12 22.4368C12 22.4368 19 14.6868 19 9.43677C19 5.56677 15.87 2.43677 12 2.43677ZM7 9.43677C7 6.67677 9.24 4.43677 12 4.43677C14.76 4.43677 17 6.67677 17 9.43677C17 12.3168 14.12 16.6268 12 19.3168C9.92 16.6468 7 12.2868 7 9.43677Z' fill='%23DC7365'/%3E%3Cpath d='M12 11.9368C13.3807 11.9368 14.5 10.8175 14.5 9.43677C14.5 8.05606 13.3807 6.93677 12 6.93677C10.6193 6.93677 9.5 8.05606 9.5 9.43677C9.5 10.8175 10.6193 11.9368 12 11.9368Z' fill='%23DC7365'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#menu .dropdown-city .dropdown-menu {
    width: 100%;
    min-width: auto;
    border-radius: 0px;
    padding: 0;
    margin: -3px 0 0 0;
}

#menu .dropdown-city .dropdown-menu form {
    border-bottom: 1px solid #DCDEE0;
}

#menu .dropdown-city .dropdown-menu form:last-child {
    border: none;
}

#menu .dropdown-city .dropdown-menu form input {
    cursor: pointer;
}

#menu.menu-landing .burger {
    display: none;
}

/* Menu landing, end */


.drop-down-menu {
    position: fixed;
    top: 130px;
    left: 0;
    width: 100%;
    background: white;
    border-top: 1px solid rgba(62, 69, 82, 0.15);
    box-shadow: 0 5px 40px -5px rgba(51, 51, 51, 0.08);
    z-index: -1;
    transform: translateY(-100%);
    opacity: 0;
}

.drop-down-menu.show {
    animation-name: anim-show-menu;
    animation-duration: 500ms;
    animation-fill-mode: forwards;
}

.drop-down-menu.show:before {
    content: '';
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #3E4552;
    opacity: 0.28;
}

@keyframes anim-show-menu {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    10% {
        transform: translateY(0px);
    }

    100% {
        z-index: 5;
        opacity: 1;
        transform: translateY(0px);
    }
}

.drop-down-menu .container {
    /*max-width: 1200px;*/
    padding: 25px 0px;
}

.drop-down-menu .images {
    display: grid;
    grid-gap: 18px 24px;
    margin-right: 75px;
    flex-grow: 0;
}

.drop-down-menu .images .item {
    max-width: 150px;
}

.drop-down-menu .images .item .img {
    max-width: 150px;
    height: 85px;
    position: relative;
    overflow: hidden;
    margin-bottom: 4px;
}

.drop-down-menu .images .item .img img {
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
}

.drop-down-menu .images a {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.01em;
    color: #3E4552;
    margin-bottom: 0;
    transition: all .2s;
}

.drop-down-menu .images a:hover {
    color: #E98C7E;
}

.drop-down-menu .nav {
    margin-top: 10px;
    display: flex;
    justify-content: start;
    flex-grow: 1;
}

.drop-down-menu .nav .nav-item {
    margin-right: 30px;
}

.drop-down-menu .nav .nav-item:last-child {
    margin-right: 0;
}

.drop-down-menu .nav .nav-item p {
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #3E4552;
    margin-bottom: 8px;
}

.drop-down-menu .nav .nav-item .cat-mob {
    display: none;
}

.drop-down-menu .nav .nav-item ul {
    padding: 0;
    left: 0;
    list-style: none;
    /*column-count: 2;*/
    column-gap: 30px;
}

.drop-down-menu .nav .nav-item ul li a {
    font-weight: normal;
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #3E4552;
    padding: 0;
    transition: all .2s;
    max-height: 140px;
    display: block;
}

.drop-down-menu .nav .nav-item ul li a:hover {
    color: #E98C7E;
}


#menu .logo {
    width: 100%;
    max-width: 235px;
}

/*#menu.menu-full .logo {*/
/*    max-width: 140px;*/
/*}*/

#menu .zrazok-btn-mob {
    display: none;
}

#menu form {
    flex-shrink: 0;
    position: relative;
}

#menu .navbar {
    padding: 1rem 0;
}

#menu.menu-full .navbar {
    padding: 1rem 0;
}

#menu .navbar-light .navbar-nav .nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #3E4552;
    padding: 0 17px;
    transition: all .2s;
    margin-bottom: 0;
}

#menu .burger {
    display: none;
    margin-right: 15px;
    width: 20px;
}

#menu .burger img {
    width: 100%;
}

#menu .navbar-nav .nav-item.show .nav-link {
    color: #E98C7E;
}

#menu .navbar-nav .nav-item.show .nav-link::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.94 0.5L4 3.59042L7.06 0.5L8 1.45142L4 5.5L0 1.45142L0.94 0.5Z' fill='%23E98C7E'/%3E%3C/svg%3E");
    transform: rotate(-180deg);
}

#menu .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0;
}

#menu .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}

#menu .dropdown-toggle::after {
    background: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.94 0.5L4 3.59042L7.06 0.5L8 1.45142L4 5.5L0 1.45142L0.94 0.5Z' fill='%233E4552'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .2s;
}

#menu .navbar-brand picture {
    display: flex;
}

#footer .logo {
    max-width: 220px;
}

.top-menu {
    padding: 1rem 0;
}

.top-menu .navbar-brand {
    padding: 0;
}

.top-menu .header-phone a {
    color: #3E4552;
    transition: all .2s;
    font-weight: 600;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 0.01em;
}

.top-menu .header-phone a:hover {
    color: #E98C7E;
}

#menu .line-header {
    height: 1px;
    background: #3e455226;
    margin-left: -10000px;
    width: 20000px;
}

.menu-cart-icon {
    position: relative;
}

.menu-cart-icon._empty {
    pointer-events: none;
}

.comparision-menu-icon {
    margin-right: 38px;
}

.language-menu {
    padding: 0 24px;
}

.language-menu .dropdown-menu {
    min-width: auto !important;
    width: auto !important;
    border-radius: 0px;
    border: none;
    padding: 0;
    filter: drop-shadow(0px 4px 4px rgba(51, 51, 51, 0.04)) drop-shadow(0px 4px 16px rgba(51, 51, 51, 0.08));
    left: 50% !important;
    right: auto !important;
    transform: translate3d(-50%, 21px, 0px) !important;
}

.language-menu .dropdown.show .dropdown-toggle {
    color: #E98C7E;
}

.language-menu .dropdown.show .dropdown-toggle:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.94 0.5L4 3.59042L7.06 0.5L8 1.45142L4 5.5L0 1.45142L0.94 0.5Z' fill='%23E98C7E'/%3E%3C/svg%3E");
}

.language-menu .dropdown-menu .dropdown-item {
    font-size: 12px;
    line-height: 34px;
    color: #3E4552;
    padding: 0 12px;
    border: 1px solid #DCDEE0;
    border-radius: 0px;
    border-bottom: none;
}

.language-menu .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #DCDEE0;
}

.cart-menu-icon {
    margin-right: 8px;
}

.menu-cart-icon .menu-cart-number {
    /*position: absolute;*/
    /*right: -8px;*/
    /*top: -8px;*/
    /*background: #EB5757;*/
    /*color: #fff;*/
    /*border-radius: 50%;*/
    /*width: 17px;*/
    /*height: 17px;*/
    /*border: 1px solid white;*/
}

.menu-cart-icon span {
    font-family: "TTNorms-Regular", sans-serif;
    position: absolute;
    right: -7px;
    top: -5px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-size: 12px;

    /*min-width: 17px;*/
    /*height: 17px;*/
    /*padding-left: 1px;*/
    /*padding-right: 4px;*/
    border-radius: 50%;
    /*font-size: 12px;*/
    /*line-height: 12px;*/
    color: #fff;
    background: #EB5757;
}


#breadcrambs {
    padding-top: 154px;
    padding-bottom: 18px;
}

#breadcrambs .container {
    padding: 0 !important;
}

#breadcrambs .container>div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#breadcrambs p {
    display: inline-block;
    /*padding-left: 4px;*/
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#breadcrambs a {
    /*padding-right: 8px;*/
    font-size: 12px;
    line-height: 24px;
}

#breadcrambs span {
    padding: 0 4px;
}


#top {
    padding-top: 102px;
    padding-bottom: 24px;
}

#top.top-full {
    padding-top: 154px;
}

#top .container {
    position: relative;
}

.top-slider-more {
    display: block;
    min-width: 48px;
    min-height: 48px;
    background-color: #62779B;
    background-image: url("/img/ico-arr-top-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    transition: all .2s;
    cursor: pointer;
    margin-left: 20px;
}

.top-slider-more:hover {
    background-color: #515A6A;
}

#top h1 {
    margin-bottom: 30px;
}

#top .description {
    /*margin-top: 36px;*/
    padding: 30px 0px;
    margin: 0 35px;
}

#top .description .description-content {
    display: flex;
    background: #fff;
    padding: 28px;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    letter-spacing: 0.01em;
    color: #464B55;
    transition: all .2s;
}

#top .description .description-content .title {
    font-weight: 500;
}

#top .description .description-content .title span {
    text-transform: uppercase;
    font-weight: 700;
}

.slider-top {
    height: 300px;
    margin-bottom: 0 !important;
    overflow: hidden;
    /*opacity: 0;*/
    transition: all .3s;
    padding: 0;
}

.slider-top.slick-initialized .slick-slide {
    opacity: 1;
}

.slider-top .slick-slide {
    width: 100%;
    display: block;
    opacity: 0;
}

.slider-top * {
    height: 100%;
}

.slider-top .slide-item .description-content {
    filter: none;
}

.slider-top .slide-item.slick-active .description-content {
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.08));
}

.slider-top .slick-slide {
    /*height: 300px;*/
}

.slider-top .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-top .slick-dots {
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 12px 0;
}

.slider-top .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 4px;
}

.slider-top .slick-dots li button {
    padding: 0;
    width: 12px;
    height: 12px;
    transition: all .3s;
}

.slider-top .slick-dots li button:before {
    font-family: none;
    font-size: 0;

    width: 100%;
    height: 100%;
    border: 1px solid #DC7365;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0);
    opacity: 1;
    transition: all .3s;
}

.slider-top .slick-dots li.slick-active button {
    width: 32px;
}

.slider-top .slick-dots li.slick-active button:before {
    background-color: #DC7365;

}

#top .img .discount {
    width: 65px;
    height: 65px;
    background-image: url("/img/header-sale-ico.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    right: -30px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -0.177778px;
    color: white;
    text-align: center;
    line-height: 65px;
}

#top .img {
    margin: 0 auto;
    width: 250px;
    position: relative;
    padding-top: 30px;
}

#top .img img {
    width: 100%;
}

.slider-counter>div {
    display: flex;
}

.slider-counter {
    display: flex;
    align-items: center;
}

.slider-counter .slick-arrow {
    cursor: pointer;
    min-width: 40px;
    min-height: 40px;
    padding: 0;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    /*padding: 11px 5px;*/
    transition: all 0.2s;
    margin-right: 8px;
}

.slider-counter .slick-arrow.next {
    margin-right: 0;
}

.slider-counter .slick-arrow.active {
    background-color: rgba(0, 0, 0, 0) !important;
}

.slider-counter .slick-arrow.active path {
    fill: #F88A7A;
}

.slider-counter .slick-arrow:hover {
    background-color: #FFE7E3;
}

.slider-counter span {
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    width: auto;
}

.slider-counter .fraction,
.slider-counter .fraction-popular,
.slider-counter .fraction-choose {
    font-weight: 600;
}

.slider-counter .swiper-pagination-fraction {
    margin-left: 8px;
}

#top .chat {
    position: absolute;
    bottom: 0;
    right: 11px;
    width: 55px;
    height: 55px;
    background-image: url("/img/ico-chat.png");
    background-position: center;
    background-size: cover;
}

/*DESIGN*/
#design {
    padding-top: 26px;
    padding-bottom: 44px;
}

.design-top {
    width: 100%;
    max-width: 945px;
    margin: 0 auto;
}

#design .h2 {
    margin-bottom: 24px;
}

#design .container {
    border: 1px solid #DCDEE0;
    padding-top: 48px;
    padding-bottom: 75px;
}

.design-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 450px));
    grid-gap: 50px 46px;
}

.design-item {
    background-image: url("/img/bg-top.jpg");
    background-position: left center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}

.design-item img {
    width: 100%;
    max-width: 255px;
}

#design .design-item .link-catalog-category {
    padding: 20px;
    /*min-width: 0;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    /*bottom: -45px;*/
    background-color: #fff;
    transition: all 0.2s linear;
    color: #464B55;
    top: calc(100% - 50px);
    /*transform: translateY(-50%);*/
}

#design .design-item.have-hover:hover .link-catalog-category {
    padding-right: 130px;
    box-shadow: 0 4px 4px rgba(51, 51, 51, 0.04), 0 4px 16px rgba(51, 51, 51, 0.08);
}

#design .design-item.have-hover:hover .top-slider-more {
    width: 48px !important;
    opacity: 1 !important;
}

#design .design-item .link-catalog-category .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 31px;
    letter-spacing: 0.01em;
}

#design .design-item .link-catalog-category .top-slider-more {
    transition: all 0.2s linear;
    min-width: auto;
    min-height: auto;
    width: 0;
    height: 48px;
    background-color: #62779B;
    background-image: url("/img/ico-arr-top-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    opacity: 0;
}

#design .design-item .link-catalog-category .top-slider-more:hover {
    background-color: #4E5561;
}


#how {
    padding-top: 44px;
    padding-bottom: 100px;
}

#how img {
    max-width: 100%;
}

#how p {
    line-height: 24px;
    margin-bottom: 24px;
}

#how .btn-red {
    margin-bottom: 24px;
}

#how h5{
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    margin-bottom: 12px;
}
#how ul{
    padding: 0;
    margin: 0;
}
#how ul li{
    list-style: none;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
}
#how ul li:last-child{
    margin-bottom: 0;
}
#how ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.43677C8.13 2.43677 5 5.56677 5 9.43677C5 14.6868 12 22.4368 12 22.4368C12 22.4368 19 14.6868 19 9.43677C19 5.56677 15.87 2.43677 12 2.43677ZM7 9.43677C7 6.67677 9.24 4.43677 12 4.43677C14.76 4.43677 17 6.67677 17 9.43677C17 12.3168 14.12 16.6268 12 19.3168C9.92 16.6468 7 12.2868 7 9.43677Z' fill='%23DC7365'/%3E%3Cpath d='M12 11.9368C13.3807 11.9368 14.5 10.8175 14.5 9.43677C14.5 8.05606 13.3807 6.93677 12 6.93677C10.6193 6.93677 9.5 8.05606 9.5 9.43677C9.5 10.8175 10.6193 11.9368 12 11.9368Z' fill='%23DC7365'/%3E%3C/svg%3E");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#how ul li a {
    color: #3E4552;
    transition: all .3s;
}
#how ul li a:hover{
    color: #E98C7E;
}
#how ul li p{
    margin-bottom: 10px;
    line-height: 20px;
}
#how ul li p:last-child{
    margin-bottom: 0;
}

#choose {
    /*padding-top: 33px;*/
    /*padding-bottom: 24px;*/
    margin: 50px 0 24px 0;
}

#choose .container {
    border: 1px solid #DCDEE0;
    padding-top: 48px;
    padding-bottom: 48px;
}

#choose .h2 {
    margin-bottom: 23px;
}

#choose .slider-choose {
    position: relative;
}

#choose .slider-choose .item {
    position: relative;
    opacity: 0;
    transition: all .2s;
}

#choose .slider-choose .item.swiper-slide-active {
    opacity: 1;
}

#choose .slider-choose .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-choose__main {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.slider-choose__main .main-item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s;
    opacity: 0;
}

.slider-choose__main .main-item.active {
    opacity: 1;
}

.slider-choose-nav {
    display: flex;
    margin-top: 20px;
    overflow-x: auto;
}

.slider-choose-nav::-webkit-scrollbar {
    display: none;
}

.slider-choose-nav .nav-item {
    min-width: 90px;
    min-height: 90px;
    /*max-width: 90px;*/
    /*padding-bottom: 100%;*/
    position: relative;
    overflow: hidden;
    margin-right: 25px;
    cursor: pointer;
}

.slider-choose-nav .nav-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid transparent;
    z-index: 1;
    transition: all .2s;
}

.slider-choose-nav .nav-item:hover:before {
    border-color: #E98C7E;
}

.slider-choose-nav .nav-item:last-child {
    margin-right: 0;
}

.slider-choose-nav img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

/*.slider-choose-nav img:last-child{*/
/*    margin-right: 0;*/
/*}*/

#choose .slider-choose .item .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 340px;
    height: 100%;
    padding: 30px;
    background: #ffffffdb;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#choose .slider-choose .item .text .subtitle {
    margin-bottom: 0 !important;
}

#choose .slider-choose .item .text .subtitle .action,
#choose .slider-choose .item .text .subtitle .sale,
#choose .slider-choose .item .text .subtitle .advise {
    position: relative;
    display: inline-block;
    line-height: 15px;
    padding: 5px;
    top: auto;
    left: auto;
    text-transform: none;
    margin-bottom: 8px;
}

#choose .slider-choose .item .text .title {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
    max-width: 280px;
    text-transform: uppercase;
    transition: all .2s;
    color: #3E4552;
}

#choose .slider-choose .item .text .title:hover {
    color: #E98C7E;
}

#choose .slider-choose .item .text .btn-black {
    max-width: 202px;
}

#choose .slider-counter {
    position: absolute;
    right: 0;
    bottom: 23px;
}

.popular {
    padding-top: 24px;
    padding-bottom: 0;
}

.popular .container {
    border: 1px solid #DCDEE0;
    padding: 48px 15px 23px 15px;
}

.popular .h3 {
    margin-bottom: 0 !important;
}

.popular .slider-counter {
    position: absolute;
    right: 0px;
    bottom: 23px;
}

.popular .h2 {
    margin-bottom: 23px;
}

.popular .item .item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 180px;
    margin: 0 auto;
}

.popular-top {
    padding: 0;
}

.popular .item .img {
    position: relative;
    padding: 20px;
    width: 180px;
    height: 180px;
    display: flex;
    margin: 0 auto;
}

.popular .item .img:after {
    display: none;
}

.popular .item .img .photo {
    max-width: 100%;
}

.sale {
    background: #EDC23D;
}

.advise {
    background: #47B4F1;
}

.action {
    background: #FB6A6A;
}

.compare {
    width: 25px;
    height: 25px;
    background-color: #fff;
    position: absolute;
    right: 8px;
    top: 8px;
    background-image: url("/img/ico-compare-empty.svg");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 1;
}

#product .compare {
    top: 0;
}

.compare.active {
    background-image: url("/img/ico-compare.svg");
    background-repeat: no-repeat;
    background-position: center;
    cursor: default;
}

/*.popular .item .compare {*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    background-color: #fff;*/
/*    position: absolute;*/
/*    right: 8px;*/
/*    top: 8px;*/
/*    background-image: url("/img/ico-compare-empty.svg");*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: 19px;*/
/*    cursor: pointer;*/
/*}*/

/*.popular .item .compare.active {*/
/*    background-image: url("/img/ico-compare.svg");*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*}*/

.popular .item .art,
.popular .item .price-example {
    font-size: 12px;
    line-height: 18px;
    color: #3e455280;
}

.popular .item .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
}

.popular .item .sizes {
    font-size: 14px;
    line-height: 28px;
    color: #3e455280;
    padding-left: 18px;
    background: url("/img/ico-size.svg") no-repeat;
    background-position: left center;
    margin-bottom: 4px;
}

.status {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #6B7D43;
    margin-bottom: 4px;
}

.price {
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
}

.price span {
    font-weight: 600;
    font-size: 14px;
}

.price .price-old {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-decoration: line-through;
    display: inline-block;
    float: right;
}

.popular .item .buy-sample {
    margin-top: 8px;
}

.popular .item .btn-black {}


#why {
    padding: 25px 0;
    /*padding-bottom: 24px;*/
}

.why-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 45px;
}

#why .item {
    display: flex;
    flex-direction: column;
    border: 1px solid #E2E4E8;
    border-radius: 2px;
    padding: 50px 30px 42px;
    height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}

#why .item .img {
    margin: 0 auto;
    /* margin-bottom: 50px; */
}

#why .why-top {
    padding: 0;
}

#why .item p {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.01em;
}

#why .item p.title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
}

#blog {
    padding: 50px 0;
}

#blog .container {
    border: 1px solid #DCDEE0;
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
}

#blog .blog-top {
    position: relative;
}

#blog .blog-top .plus {
    position: absolute;
    width: 16px;
    height: 16px;
    top: -15px;
    left: -15px;
}

#blog .blog-top .plus:before,
#blog .blog-top .plus:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 1px;
    width: 100%;
    background: #636C7B;
}

#blog .blog-top .plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

#blog .item {
    margin-bottom: 48px;
}

#blog .img {
    width: 100%;
    position: relative;
}

#blog .img img {
    max-width: 100%;
}

#blog .tag {
    /*position: absolute;*/
    /*left: 18px;*/
    /*top: 18px;*/
    display: flex;
    margin-bottom: 8px;
}

#blog .tag span {
    margin-right: 12px;
    background: #F9F9F9;
    color: #E98C7E;
    font-weight: 600;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 14px 25px;
    text-transform: uppercase;
}

#blog .blog-content .tag span {
    line-height: 20px;
    text-transform: none;
    padding: 5px;
    margin-right: 5px;
}

#blog .item .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #4F4F4F;
    transition: all .2s;
}

#blog .item .title:hover {
    color: #E98C7E;
}

#blog .item .text {
    font-size: 14px;
    line-height: 24px;
}

#blog a.link {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #4F4F4F;
    text-decoration: none;
    padding-right: 20px;
    background: url("/img/ico-arr-right-short.svg") no-repeat;
    background-position: right center;
    width: 94px;
    transition: all .2s;
}

#blog a.link:hover {
    color: #F88A7A;
    text-decoration: none;
    background: url("/img/ico-arr-right-short-red.svg") no-repeat;
    background-position: right center;
}

#blog .btn-black {
    display: inline-block;
    width: initial;
    max-width: initial;
}


#footer {
    padding-top: 80px;
    padding-bottom: 42px;
    background: #3E4552;
    color: #fff;
}

#footer .logo {
    width: 220px;
    margin-bottom: 20px;
}

#footer p {
    font-size: 13px;
    line-height: 20px;
}

#footer p.text-logo {
    margin-bottom: 28px;
}

#footer .line {
    /*width: 100%;*/
    height: 1px;
    margin-top: 48px;
    margin-bottom: 36px;
}

#footer .line span {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
}

#footer .link {
    font-size: 13px;
    line-height: 32px;
    color: #fff;
    display: block;
    margin: 0;
}

#footer .link:not(p):hover {
    color: #E98C7E;
    text-decoration: none;
}

#footer p.title {
    font-weight: 600;
    font-size: 15px;
    line-height: 32px;
}

#footer .methods {
    max-width: 100%;
    float: right;
}

#footer .btn-black {
    display: inline-block;
    width: initial;
    max-width: initial;
}

#footer .footer-contacts img {
    margin-right: 3px;
}

#footer.footer-landing .footer-contacts{
    line-height: 32px;
}
#footer.footer-landing .footer-contacts .link{
    margin-bottom: 16px;
}
#footer.footer-landing .footer-contacts .link:last-child{
    margin-bottom: 0;
}
#footer.footer-landing .footer-contacts a{
    display: block;
    color: #FFFFFF;
    transition: all .3s;
}
#footer.footer-landing .footer-contacts a:hover{
    color: #E98C7E;
}



.filter-sort {
    /*float: right;*/
    /*padding-top: 24px;*/
    position: absolute;
    bottom: 26px;
    right: 0;
}

.filter-sort .dropdown-menu.show {
    /*left: auto;*/
    right: 0 !important;
    left: auto !important;
    transform: translate3d(0px, 22px, 0px) !important;
    padding: 0;
    border-radius: 0;
}

.filter-sort input {
    cursor: pointer;
}

.dropdown-menu {
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 8px 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #3E4552;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #DCDEE0;
    border-radius: 4px;
    box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 14px 24px rgba(51, 51, 51, 0.12);
    width: 244px;
    right: 0 !important;
    left: auto !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0 16px;
    clear: both;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    color: #3E4552;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    color: #3E4552;
    text-decoration: none;
    background-color: #FFE7E3;
    border-radius: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
}


.slick-prev,
.slick-next {
    width: 24px;
    height: 24px;
}

.slick-prev:before {
    content: '';
    background: url("/img/ico-left.svg") no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1 !important;
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
}

.slick-prev:hover:before,
.slick-next:hover:before {
    background-color: #FFE7E3;
}

.slick-next:before {
    content: '';
    background: url("/img/ico-right.svg") no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1 !important;
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
}

.slick-dots {
    bottom: -20px;
}

.slick-dots li button {
    width: 10px;
}

.slick-dots li button:before {
    font-size: 5px;
    width: 10px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #E98C7E;
}

.slick-dots li {
    width: 10px;
    margin: 0;
}

#catalog .container {
    padding: 0;
}

#catalog .h2 {
    display: inline-block;
    margin-bottom: 18px;
    position: relative;
    max-width: calc(100% - 110px);
}

#catalog .filter-toggle {
    position: absolute;
}

#catalog .catalog-container .filters .title a {
    display: none;
}

#catalog .catalog-container .products {
    /*padding: 28px 19px;*/
}

#catalog .catalog-container .products .item {
    margin-bottom: 28px;
    padding: 12px 14px;
}

#catalog .filter-toggle {
    display: none;
}

.catalog-container {
    border: 1px solid #DBDBDB;
    display: flex;
    flex-direction: row;
}

.catalog-container .active-filters {
    border-bottom: 1px solid #DBDBDB;
}

.catalog-container .filters {
    display: block;
    width: 290px;
    border-right: 1px solid #DBDBDB;
    padding: 35px 20px;
    flex-shrink: 0;
}

.catalog-container .filters:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 3;
    display: none;
}

.catalog-container .filters.blocked:before {
    display: block;
}

.catalog-container .filters .filter {
    margin-bottom: 8px;
    flex-shrink: initial;
}

.catalog-container .filters .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}

.catalog-container .filters .filter .filter-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    background: #F3F3F3;
    padding: 8px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.catalog-container .filters .filter .filter-title:after {
    content: '';
    position: absolute;
    top: 16px;
    right: 14px;
    width: 12px;
    height: 8px;
    background: url("/img/ico-down.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.catalog-container .filters .filter .filter-title.active:after {
    content: '';
    position: absolute;
    top: 16px;
    right: 14px;
    width: 12px;
    height: 8px;
    background: url("/img/ico-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}

.catalog-container .filters .filter .items label {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    margin: 8px 0;
}

.catalog-container .filters .filter._price .items {
    margin: 12px 0;
}

.catalog-container .filters .filter .items {
    display: none;
    padding: 8px 0;
}

.catalog-container .filters .filter .items .item {
    padding: 0;
}

.catalog-container .filters .filter .items .item a,
.catalog-container .filters .filter .items .item a:hover,
.catalog-container .filters .filter .items .item a:active {
    color: #3E4552;
    text-decoration: none;
}

.catalog-container .filters .filter .items .item.checkbox {
    padding: 8px;
}

.catalog-container .filters .filter .items .item.checkbox:last-child {
    margin-bottom: -8px;
}

.catalog-container .filters .filter .items .item.active {
    background: #F9DFDB;
}

.catalog-container .filters .filter .items .item input[type="checkbox"] {
    margin-right: 8px;
    position: absolute;
    z-index: -1;
    opacity: 0;
    height: 0;
    width: 0;
}

.catalog-container .filters .filter .items .item .slider-filter-btn {
    width: auto;
    max-width: auto;
}

.apply-filter {
    /*width: 220px;*/
    height: 68px;
    margin: 0 auto;
    background: #FAFAFA;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: calc(100% + 14px);
    justify-content: center;
    align-items: center;
    border: 1px solid #DBDBDB;
    filter: drop-shadow(0px 4px 4px rgba(51, 51, 51, 0.3));
    transition: all .2s;
    opacity: 0;
    z-index: 2;
    transform: translateX(-120%);
    width: 0;
    overflow: hidden;
}

.apply-filter.active {
    width: 220px;
    overflow: visible;
    opacity: 1;
    /*z-index: 2;*/
    transform: translateX(0px);
}

.apply-filter:before {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='6' height='17' viewBox='0 0 6 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.20703 7.9771L0.3767 7.4182L0 7.9771L0.3767 8.536L1.20703 7.9771ZM1.20703 7.9771L6 1V0L0.3767 7.4182L1.20703 7.9771ZM6 15.3953L1.20703 7.9771L0.3767 8.536L6 16.5V15.3953Z' fill='%23DBDBDB'/%3E%3Cpath d='M1 7.99999L6 1V15.5L1 7.99999Z' fill='%23FAFAFA'/%3E%3C/svg%3E");
    width: 6px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);

}

.apply-filter span {
    font-weight: 600;
    margin-right: 19px;
    position: relative;
    z-index: 1;
    color: #3E4552;
}

.apply-filter .btn-red {
    max-width: 150px;
    padding: 15px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.catalog-container .filters .filter .items .item.checkbox label {
    margin: 0;
    padding-left: 23px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 1px;
    border: 1px solid #DCDEE0;
}

/* On mouse-over, add a grey background color */
.catalog-container .filters .filter .items .item.checkbox label:hover input~.checkmark {
    /*background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */
.catalog-container .filters .filter .items .item.checkbox label input:checked~.checkmark {
    background-color: #E98C7E;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.catalog-container .filters .filter .items .item.checkbox label input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.catalog-container .filters .filter .items .item.checkbox label .checkmark:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.catalog-container .filters .filter .items .item input[type="text"] {
    border: 1px solid #DCDEE0;
    border-radius: 2px;
    width: 43px;
    height: 28px;
    text-align: right;
    padding: 2px;
}

.ui-widget-header {
    /* часть между ползунков */
    background: #E98C7E;
}

.ui-widget.ui-widget-content {
    /* основа */
    border: 0 solid #3e45522e;
    background: #3e45522e;
    height: 4px;
    margin: 0 17px 0 22px;
    /*margin: 0 4px 0 9px;*/
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    /* ползунок */
    border: 1px solid #fff;
    background: #E98C7E;
    border-radius: 50%;
    height: 13px;
    width: 13px;
    top: -4px;
}

.catalog-container .catalog-content {
    flex-grow: 1;
}

.catalog-container .catalog-content .active-filters {
    padding: 18px 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 32px;
    color: #3E4552;
}

.catalog-container .catalog-content .active-filters span {
    color: #636C7B;
    /*background: #FCFCFC;*/
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 33px 7px 5px;
    margin-left: 14px;
    position: relative;
    transition: all .2s;
}

.catalog-container .catalog-content .active-filters span:hover {
    color: #3E4552;
    background: #F3F3F3;
}

.catalog-container .catalog-content .active-filters span:after {
    content: '';
    background: url("/img/ico-close.svg") no-repeat;
    background-position: center;
    background-size: cover;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 9px;
    right: 9px;
    cursor: pointer;
}

.catalog-container .catalog-content .active-filters span.clear-all {
    background: #FCFCFC;
    padding: 5px;
    cursor: pointer;
    line-height: 24px;
}

.catalog-container .catalog-content .active-filters span.clear-all:hover {
    color: #3E4552;
    background: #F3F3F3;
}

.catalog-container .clear-all:after {
    display: none;
}

#product {
    margin-bottom: 50px;
}

#product .slick-track .img {
    margin-top: auto;
    margin-bottom: auto;
}

#product .slick-track {
    display: flex;
}

.popular-product {
    margin-bottom: 50px;
}

#product .container {
    border: 1px solid #DCDEE0;
}

#product .container .content {
    padding: 28px 13px;
}

#product .slider-counter {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 15px;
}

#product .calc {
    margin-bottom: 38px;
    display: flex;
    align-items: center;
}

#product .calc-item {
    position: relative;
    margin-right: 4px;
    display: inline-block;
}

#product .calc-item input {
    font-size: 14px;
    line-height: 17px;
    width: 95px;
    height: 44px;
    padding: 13px 25px 13px 10px;
}

#product .calc-item span {
    /*float: right;*/
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

#product .product-slider-main__wrap {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

#product .product-slider-main {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

#product .product-slider-main .slick-list,
#product .product-slider-main .slick-track {
    height: 100%;
}

#product .product-slider-main .item {
    opacity: 0;
    transition: all .2s;
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*width: 100%;*/
}

#product .product-slider-main .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.popup.popup-slider-product .slick-track {
    display: flex;
}

#product .product-slider-main .item.slick-slide {
    opacity: 0;
}

#product .product-slider-main .item.slick-slide.slick-current {
    opacity: 1;
}

#product .calc-rezult {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

#product .calc-rezult strong {
    margin-right: 2px;
}


#product .art {
    font-size: 12px;
    line-height: 28px;
    color: #5B5B5B;
}

#product .title {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    padding-right: 40px;
    margin-bottom: 16px;
}

#product .sizes {
    font-size: 14px;
    line-height: 17px;
    padding-left: 18px;
    background: url("/img/ico-size.svg") no-repeat;
    background-position: left center;
    /*margin-bottom: 30px;*/
    margin-bottom: 0;
}

#product .status {
    font-weight: 500;
}

#product .price {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    display: flex;
    align-items: baseline;
}

#product .price span {
    font-weight: 600;
    font-size: 24px;
    margin-right: 5px;
}

#product .price-old {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-decoration: line-through;
    display: inline-block;
    padding-left: 20px;
}

.price-js {
    display: none;
}

#product .popularity-count {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 27px;
}

#product .delivery-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 27px 0 42px 0;
    width: 90%;
}

#product .btn-red {
    margin-bottom: 8px;
    width: 90%;
}

#product .btn-black {
    margin-bottom: 12px;
    width: 90%;
}

#product .buy-sample {
    display: none !important;
}

#product .buy-prod_product.disabled,
#product .buy-sample.disabled {
    opacity: .2;
    cursor: inherit;
    pointer-events: none;
}

.share {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #E98C7E;
    padding-left: 30px;
    background: url("/img/ico-share.svg") no-repeat;
    background-position: left center;
    cursor: pointer;
    margin-top: 18px;
}

.share:hover {
    color: #F59384;
}

#product .param-item:nth-of-type(even) {
    background: #F1F1F1;
}

#product .param-item {
    padding: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
}

#product .param-item span {
    float: right;
    font-weight: 400;
}

.product-slider-main img {
    width: 100%;
}

.product-slider-main-nav {
    /*margin-top: 12px;*/
    margin: 12px -5px 0 -5px;
}

.product-slider-main-nav .img {
    padding: 6px;
    cursor: pointer;
}

#product .text {
    /*margin-top: 90px;*/
}

#product .slider-counter div {
    float: right;
}

#product .sale,
#product .advise,
#product .action {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    z-index: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    height: 26px;
    padding: 0 5px;
}

#product .sale {
    background: #EDC23D;
}

#product .advise {
    background: #47B4F1;
}

#product .action {
    background: #FB6A6A;
}

#product .zoom {
    background: url("/img/ico-zoom.svg") no-repeat;
    background-position: center;
    background-color: #f1f1f1cc;
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 28px;
    height: 28px;
    border-radius: 2px;
    z-index: 1;
    cursor: pointer;
    transition: background-color 0.2s linear;
}

#product .zoom:hover {
    background-color: #f1f1f1;
}

#product .cur-prod-count {
    text-align: right;
    /*padding-right: 20px;*/
    padding: 12px 20px 18px 0;
}

#product .cur-prod-count .minus {
    line-height: 55px;
    font-size: 28px;
    color: #3E4552;
    padding-right: 20px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

#product .cur-prod-count .plus {
    line-height: 55px;
    font-size: 28px;
    color: #3E4552;
    padding-left: 20px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

#product .cur-prod-count-val {
    width: 69px;
    height: 55px;
    font-size: 18px;
    background: #FCFCFC;
    border: 1px solid #DCDEE0;
    text-align: center;
    padding: 10px 5px;
}

#product .cur-prod-count-rezult {
    font-size: 12px;
    line-height: 28px;
    color: #5b5b5ba6;
}

.add-comment-btn {
    position: absolute;
    right: 0px;
    bottom: 36px;
}

.add-comment-btn .btn-red {
    width: initial;
    max-width: initial;
}

#comments .rating__star {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    top: -1px;
    left: -1px;
    background-color: transparent;
    height: 18px;
    cursor: pointer;
    font-size: inherit;
    background-repeat: repeat-x;
    border: 1px solid transparent;
}

#comments .rating__star:focus {
    outline: none;
}

#comments .rating__star:nth-of-type(1) {
    width: 18px;
    z-index: 6;
}

#comments .rating__star:nth-of-type(2) {
    width: 38px;
    z-index: 5;
}

#comments .rating__star:nth-of-type(3) {
    width: 57px;
    z-index: 4;
}

#comments .rating__star:nth-of-type(4) {
    width: 76px;
    z-index: 3;
}

#comments .rating__star:nth-of-type(5) {
    width: 94px;
    z-index: 2;
}

#comments .rating__star:checked,
#comments .rating__star:hover {
    background-image: url("/img/star11.svg");
    background-repeat: repeat-x;
}

#comments .rating__star:hover~.rating__star {
    background-image: url("/img/star00.svg");
}

#comments .rating__group {
    position: relative;
    width: 94px;
    height: 16px;
    background-image: url("/img/star00.svg");
    background-size: 94px;
    background-position: left center;
    display: inline-block;
}

#comments .rating__info {
    display: inline-block;
    width: 100px;
}

.rating-passive {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 20px;
}

.rating-passive-bg {
    width: 94px;
    height: 17px;
    background-image: url("/img/star00.svg");
    background-repeat: repeat-x;
    background-position: left center;
    margin-left: 5px;
    margin-right: 5px;
}

.rating-passive-stars-1 {
    width: 18px;
    height: 100%;
    background-image: url("/img/star11.svg");
    background-repeat: repeat-x;
    background-position: left center
}

.rating-passive-stars-2 {
    width: 38px;
    height: 100%;
    background-image: url("/img/star11.svg");
    background-repeat: repeat-x;
    background-position: left center
}

.rating-passive-stars-3 {
    width: 57px;
    height: 100%;
    background-image: url("/img/star11.svg");
    background-repeat: repeat-x;
    background-position: left center
}

.rating-passive-stars-4 {
    width: 76px;
    height: 100%;
    background-image: url("/img/star11.svg");
    background-repeat: repeat-x;
    background-position: left center
}

.rating-passive-stars-5 {
    width: 94px;
    height: 100%;
    background-image: url("/img/star11.svg");
    background-repeat: repeat-x;
    background-position: left center
}

#add-review {
    margin-top: 50px;
}

#form-review {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .3s;
}

#form-review.active {
    max-height: 300px;
    opacity: 1;
    overflow: visible;
}

.rating-area {
    overflow: hidden;
    margin: 0 6px;
}

.rating-area:not(:checked)>input {
    display: none;
}

.rating-area:not(:checked)>label {
    float: right !important;
    width: 17px !important;
    height: 15px !important;
    padding: 0 !important;
    cursor: pointer;
    position: relative;
    margin: 0 3px 0 0 !important;
    border: none !important;
}

.rating-area:not(:checked)>label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 0.5L11.3893 5.10228L17 6.22949L13.175 10.2011L13.7533 15.5L8.5 13.3523L3.24671 15.5L3.825 10.2011L0 6.22949L5.61069 5.10228L8.5 0.5Z' fill='%23BBBBBB'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0px !important;
    padding: 0px !important;
}

.rating-area>input:checked~label:before {
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 0.5L11.3893 5.10228L17 6.22949L13.175 10.2011L13.7533 15.5L8.5 13.3523L3.24671 15.5L3.825 10.2011L0 6.22949L5.61069 5.10228L8.5 0.5Z' fill='%23F8B532'/%3E%3C/svg%3E") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.rating-area:not(:checked)>label:hover:before,
.rating-area:not(:checked)>label:hover~label:before {
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 0.5L11.3893 5.10228L17 6.22949L13.175 10.2011L13.7533 15.5L8.5 13.3523L3.24671 15.5L3.825 10.2011L0 6.22949L5.61069 5.10228L8.5 0.5Z' fill='%23F8B532'/%3E%3C/svg%3E") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.review-content {
    display: grid;
    grid-template-columns: minmax(270px, 270px) auto;
    grid-template-rows: repeat(3, auto);
    grid-gap: 12px 22px;
    width: 100%;
}

.review-content._empty {
    margin-bottom: 50px;
}

.review-content .form-group {
    margin-bottom: 0;
}

.review-content .form-group._rating {
    grid-column: 1 / -1;
    grid-row: 1 / 2;
}

.review-content .form-group._rating p {
    margin-bottom: 0;
}

.review-content .field-coments-author {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    max-width: 270px;
}

.review-content .field-coments-email {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}

.review-content .field-coments-text {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
}

.review-content .field-coments-text.has-error textarea {
    border: 1px solid #EB5757;
    height: 161px;
}

.review-content .field-coments-text textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    border-radius: 0px;
    border: 1px solid #DCDEE0;
    padding: 12px;
    height: 145px;
    resize: none;
    background: #FCFCFC !important;
    margin-top: 2px;
}

.review-content .field-coments-text textarea:focus {
    border: 1px solid #636C7B;
    color: #636C7B;
    box-shadow: none;
}

.review-content input[type=text] {
    padding: 17px 10px 17px 16px;
    height: auto !important;
    line-height: 130%;
}

.review-content .btn-send-review__wrap {
    display: flex;
    justify-content: end;
    grid-column: 2 / 3;
}

.review-content .btn-send-review {
    outline: none;
    border: 0px;
}

.btn-add-review {
    cursor: pointer;
}

#comments {
    margin: 25px 0 60px 0;
}

#comments .container {
    border: 1px solid #DCDEE0;
    border-bottom: none;
}

#comments .container:last-child {
    border-bottom: 1px solid #DCDEE0;
}

#comments .item {
    padding-top: 34px;
    padding-bottom: 30px;
}

#comments .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px;
}

#comments .text {
    padding-left: 6px;
    max-width: 650px;
}

#comments .text .ansver {
    margin-top: 14px;
    margin-left: 63px;
    padding-top: 30px;
    max-width: 650px;
    background: url("/img/logo.png") no-repeat;
    background-position: left top;
    background-size: 118px 20px;
}

#comments .pagination-block {
    margin-top: 30px;
}

#free-samples {
    display: none;
}

#faq {
    padding-top: 48px;
    padding-bottom: 38px;
}

#faq p {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 900px;
}

#faq .h {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #3E4552;
}

.faq-head {
    position: relative;
    border-radius: 3px;
    background: #F1F1F1;
    margin-bottom: 13px;
    cursor: pointer;
    padding: 11px 40px 11px 8px;
}

.icon-chevron-down {
    float: right;
    width: 28px;
    height: 28px;
    background: url("/img/ico-arr-down-short.svg") no-repeat;
    background-position: center;
    background-color: #636C7B;
    position: absolute;
    right: 8px;
    top: 8px;
}

.icon-chevron-up {
    float: right;
    width: 28px;
    height: 28px;
    background: url("/img/ico-arr-up-short.svg") no-repeat;
    background-position: center;
    background-color: #636C7B;
    position: absolute;
    right: 8px;
    top: 8px;
}

.faq-body {
    padding: 8px 0 0 30px;
}

.faq-body p {
    padding: 0 !important;
}

/*POPUP*/
.popup {
    position: fixed;
    background: rgba(62, 69, 82, .3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: -99;
    /*transition: all .3s;*/
    padding: 0 20px;
    /*animation-name: anim-hide-popup;*/
    /*animation-duration: 500ms;*/
    /*animation-timing-function: linear;*/
    /*animation-fill-mode: forwards;*/
}

.popup.active {
    animation-name: anim-show-popup;
    animation-duration: 300ms;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

@keyframes anim-show-popup {
    0% {
        opacity: 0;
        z-index: -2;
    }

    10% {
        z-index: 3;
    }

    100% {
        opacity: 1;
        z-index: 3;
    }
}

/*@keyframes anim-hide-popup {*/
/*    0%{*/
/*        opacity: 1;*/
/*        z-index: 3;*/
/*    }*/
/*    80%{*/
/*        opacity: 0;*/
/*    }*/
/*    100%{*/
/*        opacity: 0;*/
/*        z-index: -2;*/
/*    }*/
/*}*/
.popup-container {
    background: white;
}

.popup-slider-product .popup-container {
    width: 100%;
    /*max-width: 888px;*/
    max-width: 100%;
}

.popup-slider-product .popup-top {
    padding: 25px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DCDEE0;
}

.popup-slider-product .popup-top p {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.01em;
    margin-bottom: 0;
}

.close-popup {
    width: 28px;
    height: 28px;
    background: #F1F1F1;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 1.41L12.59 0L7 5.59L1.41 0L0 1.41L5.59 7L0 12.59L1.41 14L7 8.41L12.59 14L14 12.59L8.41 7L14 1.41Z' fill='%233E4552'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    transition: all .2s;
    cursor: pointer;
}

.close-popup:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 1.41L12.59 0L7 5.59L1.41 0L0 1.41L5.59 7L0 12.59L1.41 14L7 8.41L12.59 14L14 12.59L8.41 7L14 1.41Z' fill='%23E98C7E'/%3E%3C/svg%3E");
}

.slider-popup-product .img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-slider-product .popup-content {
    padding: 25px 25px 55px 25px;
    max-height: calc(100vh - 80px);
}

.slider-popup-product .img img {
    /*width: 100%;*/
    /*max-width: 400px;*/
    /*max-width: 100%;*/
    max-height: calc(100vh - 160px);
}

.popup-slider-product .slick-arrow {
    background: none;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all .2s;
    /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='31' height='19' viewBox='0 0 31 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-1.48619e-06 9.5L29 9.50001M29 9.50001L20.3 1M29 9.50001L20.3 18' stroke='%233E4552' stroke-width='2'/%3E%3C/svg%3E");*/
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='30' height='19' viewBox='0 0 30 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.7917 0L18.9704 1.82125L24.8863 7.75H0V10.3333H24.8863L18.9575 16.2621L20.7917 18.0833L29.8333 9.04167L20.7917 0Z' fill='%23464B55'/%3E%3C/svg%3E");
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

.popup-slider-product .slick-arrow:before {
    display: none;
}

.popup-slider-product .slick-arrow:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='30' height='19' viewBox='0 0 30 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.7917 0L18.9704 1.82125L24.8863 7.75H0V10.3333H24.8863L18.9575 16.2621L20.7917 18.0833L29.8333 9.04167L20.7917 0Z' fill='%23F88A7A'/%3E%3C/svg%3E");
}

.popup-slider-product .slick-next {
    right: 35px;
}

.popup-slider-product .slick-prev {
    left: 35px;
    transform: translateY(-50%) rotate(180deg);
}

.popup-slider-product .slick-dots {
    bottom: -30px;
}

.popup-slider-product .slick-dots li {
    width: auto;
    height: auto;
    padding: 0 4px;
}

.popup-slider-product .slick-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 50%;
    background: #DCDEE0;
}

.popup-slider-product .slick-dots li.slick-active button {
    background: #E98C7E;
}

.popup-slider-product .slick-dots button:before {
    display: none;
}

/*BLOG page*/
.blog-page {
    padding-top: 0 !important;
}

.blog-page .container {
    padding: 30px !important;
}

.blog-page .blog-top {
    margin-bottom: 50px;
}

#blog.blog-page .btn-more {
    display: flex;
    align-items: center;
    padding: 11px !important;
}

#blog .blog-top .img img {
    width: 100%;
}

#blog .blog-top .title {
    font-size: 28px;
    line-height: 110%;
    font-weight: bold;
    margin-bottom: 18px;
    color: #3E4552;
    transition: all .2s;
}

#blog .blog-top .title:hover {
    color: #E98C7E;
}

#blog .blog-top .text {
    font-weight: normal;
    font-size: 14px;
    line-height: 175%;
    margin-bottom: 20px;
}

.blog-info .subtitle {
    margin-bottom: 8px;
}

.blog-info .h2 {
    font-size: 28px;
    line-height: 120%;
}

.blog-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 45px 35px;
    padding: 0 15px;
    width: 100%;
}

#blog .blog-content .item {
    margin-bottom: 0;
}

.blog-content .img {
    margin-bottom: 12px;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}

.blog-content .img img {
    position: absolute;
    max-width: none;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-content .h2 {
    margin-bottom: 8px;
}

#blog .pagination-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.form-blog {
    position: absolute;
    top: 0;
    right: 15px;
    display: flex;
}

.form-blog .form-group {
    min-width: 145px;
    margin-bottom: 0;
}

.form-blog .form-group:first-child .form-control {
    border-right: 0px;

}

.form-blog .form-control {
    border-radius: 0px;
    border-color: #D7D7D7;
    height: calc(55px + 2px);
}

.form-blog .form-control:focus {
    box-shadow: none;
}

.blog-sorting {
    position: relative;
}

.blog-sorting .dropdown {
    width: 150px;
    border: 1px solid #D7D7D7;
    height: 55px;
    position: static !important;
}

.blog-sorting .dropdown.show {
    border-color: #636C7B;
}

.blog-sorting .dropdown._tag.show {}

.blog-sorting .dropdown._sort {}

.blog-sorting .dropdown .dropdown-toggle {
    width: 100%;
    line-height: 55px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.01em;
}

.blog-sorting .dropdown-menu {
    width: 100%;
    min-width: 100%;
    border-radius: 0;
    left: 0px !important;
    right: auto !important;
    transform: none !important;
    top: 100% !important;
    box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 14px 24px rgba(51, 51, 51, 0.12);
}

.blog-sorting .dropdown-item {
    padding: 8px 16px;
    line-height: 24px;
    font-size: 14px;
}

/*BLOG POST*/
#blog-post .share {
    bottom: calc(100% + 20px);
    right: 0;
    margin: 0;
}

#blog-post img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 18px;
}

#blog-post h2 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 8px;
}

#blog-post h3 {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 8px;
}

#blog-post p {
    font-size: 14px;
    line-height: 175%;
    margin-bottom: 18px;
}

#blog-post a {
    color: #E98C7E;
    text-decoration: underline;
    transition: all .2s;
}

#blog-post a:hover {
    color: inherit;
}

#blog-post q {
    display: block;
    padding: 20px;
    font-size: 14px;
    line-height: 175%;
    color: #3E4552;
    background: #F1F1F1;
    margin-bottom: 18px;
}

#blog-post ul,
#blog-post ol {
    padding-left: 30px;
}

#blog-post li {
    list-style-position: outside;
    font-size: 14px;
    line-height: 175%;
}

#blog-post ul li::marker {
    /*width: 1px;*/
    font-size: 10px;
}

#blog-post {
    margin-bottom: 50px;
}

#blog-post .container {
    border: 1px solid #DCDEE0;
    padding: 28px 95px 10px 95px;
}

#blog-post .tag {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

#blog-post .tag span {
    background: #F9F9F9;
    color: #E98C7E;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px;
    margin-right: 5px;
}

/*comparison*/
#comparison {
    /*margin-bottom: 50px;*/
    overflow: hidden;
    padding-bottom: 0px;
    margin-bottom: 50px;
}

#comparison .h3 {
    margin-bottom: 0;
}

#comparison .container {
    padding: 0;
}

#comparison .share {
    margin-top: 0;
}

.comparison-top {
    margin-bottom: 18px;
    /*padding: 0;*/
}

.comparison-content {
    width: 100%;
    display: grid;
    grid-template-columns: 290px auto;
    padding: 0 15px;
    overflow: hidden;
}

.comparison-res {
    border: 1px solid #DCDEE0;
    box-sizing: border-box;
    padding: 25px 10px 15px 25px;
    position: relative;
    z-index: 2;
    background: white;
    border-right-width: 0.5px;
}

.comparison-res .res-help-block {
    position: absolute;
    top: -1px;
    right: calc(100% + 1px);
    width: 1000px;
    height: calc(100% + 2px);
    background: white;
    z-index: 2;
}

.comparison-slider {
    /*display: flex;*/
    width: 100%;
    /*width: 850px;*/
}

#comparison .param-item:nth-of-type(odd) {
    background: #F1F1F1;
}

#comparison .param-item {
    padding: 8px 5px 8px 15px;
    font-weight: 600;
    font-size: 12px;
    line-height: 21px;
    display: block;
}

#comparison .param-item.hidden {
    display: none;
}

#comparison .param-item span {
    float: right;
    font-weight: 400;
}

.comparison-content .top {
    height: 265px;
    /*padding-bottom: 30px;*/
}

.comparison-content .top p {
    margin-bottom: 8px;
}

.comparison-content .top .clear {
    color: #E98C7E;
    cursor: pointer;
    font-weight: 600;
    margin-top: 35px;
    padding-left: 30px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 12H17V14H13V12ZM13 4H20V6H13V4ZM13 8H19V10H13V8ZM1 14C1 15.1 1.9 16 3 16H9C10.1 16 11 15.1 11 14V4H1V14ZM12 1H9L8 0H4L3 1H0V3H12V1Z' fill='%23E98C7E'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left center;
}

.comparison-filter span {
    line-height: 120%;
}

.comparison-filter .switch {
    margin: 0 8px;
}

.comparison-res .h4 {
    font-size: 14px;
    margin-bottom: 3px;
}

.comparison-slider .item {
    border: 1px solid #DCDEE0;
    padding: 20px 15px;
    width: 100%;
    border-right: none;
}

.comparison-slider .item:first-child {
    border-left-width: 0.5px;
}

.comparison-slider .item:last-child {
    border-right: 1px solid #DCDEE0;
}

.comparison-slider .top:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: #DCDEE0;
    width: calc(100% + 30px);
    /*border-bottom: 1px solid #DCDEE0;*/
}

.comparison-slider .delete {
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6565 1.50893L11.3916 0.25L6.37707 5.24107L1.36251 0.25L0.0976562 1.50893L5.11222 6.5L0.0976562 11.4911L1.36251 12.75L6.37707 7.75893L11.3916 12.75L12.6565 11.4911L7.64192 6.5L12.6565 1.50893Z' fill='%233E4552'/%3E%3C/svg%3E");
    position: absolute;
    top: 0;
    right: 0;
    transition: all .2s;
    cursor: pointer;
}

.comparison-slider .delete:hover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6565 1.50893L11.3916 0.25L6.37707 5.24107L1.36251 0.25L0.0976562 1.50893L5.11222 6.5L0.0976562 11.4911L1.36251 12.75L6.37707 7.75893L11.3916 12.75L12.6565 11.4911L7.64192 6.5L12.6565 1.50893Z' fill='%23E98C7E'/%3E%3C/svg%3E");

}

.comparison-slider .sale,
.comparison-slider .advise,
.comparison-slider .action {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    z-index: 1;
    padding: 3px 6px;
    display: inline-block;
    margin-bottom: 8px;
}

.comparison-slider .price {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.comparison-slider .price .price-old {
    padding-left: 15px;
}

.comparison-slider .price span {
    margin-right: 3px;
}

.comparison-slider .info {
    background: none;
    width: auto;
    height: auto;
    display: block;
}

.comparison-slider .info img {
    width: 95px;
    margin-right: 8px;
    display: block;
}

.comparison-slider .info-text {
    padding-right: 20px;
}

.comparison-slider .sizes {
    font-size: 14px;
    line-height: 17px;
    padding-left: 18px;
    background: url(/img/ico-size.svg) no-repeat;
    background-position: left center;
    margin-bottom: 0;
}

.comparison-slider .info-text a {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #3E4552;
    transition: all .2s;
}

.comparison-slider .info-text a:hover {
    color: #E98C7E;
}

.comparison-slider ._buy-btns p {
    width: auto;
    max-width: 120px !important;
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 10px;
}

.comparison-slider ._buy-btns .disabled {
    opacity: .2;
    cursor: inherit;
    pointer-events: none;
}

.comparison-slider ._buy-btns {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    grid-gap: 0 10px;
    max-width: 250px;
}

.comparison-slider ._buy-btns .btn-red {
    /*margin-right: 15px;*/
}

.comparison-slider .params {
    margin-top: 26px;
}

.comparison-mob {
    display: none;
}

.watched-comparison {
    margin: 0 0 50px 0;
}

.slider-watched-wrap,
.slider-popular-wrap {
    overflow: hidden;
    flex: auto !important;
    padding: 0;
    margin: 0 15px;
    max-width: 100% !important;
}

.slider-watched,
.slider-popular {
    padding: 25px 14px;
    /*margin: 0 15px;*/
    overflow: visible;
    /*margin: 0 -15px;*/
    /*padding: 0 50px;*/
    /*box-sizing: border-box;*/
    /*margin: 0 -15px;*/
}

.slider-watched .swiper-wrapper,
.slider-popular .swiper-wrapper {
    /*padding: 25px 20px;*/
    /*box-sizing: border-box;*/
    /*overflow-y: visible;*/
    /*overflow-x: hidden;*/
}

.slider-watched,
.slider-watched .swiper-wrapper,
.slider-watched .swiper-wrapper .cart-goods,
.slider-popular,
.slider-popular .swiper-wrapper,
.slider-popular .swiper-wrapper .cart-goods {
    height: 100%;
}

.slider-watched .swiper-wrapper .cart-goods,
.slider-popular .swiper-wrapper .cart-goods {
    margin-bottom: 0 !important;
}

.swiper-scrollbar {
    position: relative;
    /*height: 300px;*/
    height: 10px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #DCDEE0;
    width: 100%;
    grid-column: 1 / -1;
    margin-top: 5px;
    display: none;
    z-index: 1;
}

.swiper-scrollbar.active {
    display: block;
}

.swiper-scrollbar .swiper-scrollbar-drag {
    /*width: 400px;*/
    /*width: 50px;*/
    /*height: 50px;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*height: 100%;*/
    /*border-radius: 30px;*/
    background: #636C7B;
    cursor: pointer;
    /*display: block;*/
    /*transition: all .1s;*/
}

/*faq page*/
#faq-page {
    margin-bottom: 50px;
}

#faq-page .container {
    border: 1px solid #DBDBDB;
    padding: 30px;
}

#faq-page .h {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #3E4552;
}

#faq-page p {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 900px;
}

/*SAMPLE*/
#sample {
    margin-bottom: 50px;
}

#sample .container {
    border: 1px solid #DBDBDB;
    padding: 35px 95px 50px 95px;
}

.sample-top .subtitle,
.sample-top .h2,
.sample-top p {
    text-align: center;
    margin-bottom: 12px;
}

.sample-top {
    margin-bottom: 30px;
}

.sample-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, 265px));
    justify-content: space-between;
    grid-gap: 15px;
    margin-bottom: 40px;
}

.sample-benefits .item img {
    width: 82px;
    display: block;
    margin: 0 auto 18px auto;
}

.sample-benefits__title {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 12px !important;
}

.sample-benefits .item p {
    text-align: center;
    margin-bottom: 0;
}

#sample .btn-black {
    padding: 15px 19px;
    max-width: 215px;
}

.sample-video {
    width: 100%;
    padding-bottom: 56.25%;
    margin-top: 60px;
}

.sample-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    z-index: 1;
}

.sample-video__play:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 56%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 35px;
    border-color: transparent transparent transparent #3e4552;
    opacity: .5;
    transition: all .2s;
}

.sample-video:hover .sample-video__play:before {
    opacity: 1;
}

.sample-video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.sample-video img.hidden {
    z-index: 0;
}

.sample-video iframe {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*404*/
.site-error {
    height: 520px;
    margin: 4px 0 10px 0;
    position: relative;
}

/*.site-error:before, .site-error:after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    !*height: 80px;*!*/
/*    !*background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);*!*/
/*}*/
/*.site-error:before{*/
/*    top: 0;*/
/*    height: 80px;*/
/*    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);*/
/*}*/
/*.site-error:after{*/
/*    bottom: 0;*/
/*    height: 120px;*/
/*    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);*/
/*    transform: rotate(-180deg);*/
/*}*/

.site-error .container {
    background: url("/img/404-bg.png");
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.site-error .help-bg1,
.site-error .help-bg2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.site-error .help-bg1:before,
.site-error .help-bg1:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
}

.site-error .help-bg1:before {
    top: 0;
    height: 80px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.site-error .help-bg1:after {
    bottom: 0;
    height: 120px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(-180deg);
}

.site-error .help-bg2:before,
.site-error .help-bg2:after {
    position: absolute;
    top: 0;
    content: '';
    height: 100%;
    width: 150px;
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

.site-error .help-bg2:before {
    right: 0;
    transform: rotate(180deg);
}

.site-error .help-bg2:after {
    left: 0;
}

.site-error .logo-404 {
    filter: drop-shadow(0px 4px 4px rgba(51, 51, 51, 0.04)) drop-shadow(0px 4px 16px rgba(51, 51, 51, 0.08));
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.site-error .h2 {
    margin-bottom: 15px;
}

.site-error .logo-404,
.site-error .h2,
.site-error .btn-black {
    position: relative;
    z-index: 1;
}

.site-error .btn-black {
    padding: 15px 0;
    max-width: 215px;
    text-align: center;
}

.site-error .img-bg1 {
    top: 124px;
    left: 113px;
}

.site-error .img-bg2 {
    right: 170px;
    top: 143px;
}

/*SEARCH*/
#search-page .container {
    border: 1px solid #DCDEE0;
    padding: 30px 30px 0 30px;
    margin-bottom: 50px;
}

#search-page input {
    width: 100%;
    font-size: 13px;
    line-height: 24px;
}

#search-page .submit-search {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 45px;
    height: 44px;
}

#search-page .input-field {
    position: relative;
    margin-bottom: 35px;
}

/*#search-page .input-field:before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    right: 20px;*/
/*    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 11H11.71L11.43 10.73C12.41 9.59 13 8.11 13 6.5C13 2.91 10.09 0 6.5 0C2.91 0 0 2.91 0 6.5C0 10.09 2.91 13 6.5 13C8.11 13 9.59 12.41 10.73 11.43L11 11.71V12.5L16 17.49L17.49 16L12.5 11ZM6.5 11C4.01 11 2 8.99 2 6.5C2 4.01 4.01 2 6.5 2C8.99 2 11 4.01 11 6.5C11 8.99 8.99 11 6.5 11Z' fill='%233E4552'/%3E%3C/svg%3E");*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    width: 18px;*/
/*    height: 18px;*/
/*}*/
#search-page .res-count {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.01em;
    margin-bottom: 25px;
}

#search-page .cart-goods {}

#search-page .search-products {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: space-between;
}

.search-products .item-inner {
    max-width: 100%;
    padding: 0;
}

.search-products .btn-black,
.search-products .btn-red {
    max-width: 100%;
}

/*CART POPUP*/
.popup-cart .popup-container {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
    padding: 30px 0 0 0;
    /*height: 100%;*/
    max-height: 90%;
    overflow: auto;
}

.popup-cart-content {
    padding: 0 30px;
}

.popup-cart-header {
    margin-bottom: 30px;
}

.popup-cart-header p {
    font-weight: bold;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 0;
}

.popup-cart-header .close {
    width: 28px;
    height: 28px;
}

.popup-cart .plate {
    padding: 8px 0;
    margin-bottom: 10px;
}

.popup-cart .plate p {
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0.01em;
    margin-bottom: 0;
}

.popup-cart .plate span {
    font-size: 14px;
}

.popup-cart .plate-goods {
    background: #F1F1F1;
}

.popup-cart .plate-sample {
    background: #FFD3CC;
}

.popup-cart .item {
    padding: 22px 30px;
}

.popup-cart .item._empty {
    pointer-events: none;
}

.popup-cart .line,
.popup-free-samples .line {
    height: 1px;
    width: 100%;
    background: #DCDEE0;
}

.popup-cart .item-left {
    position: relative;
    flex-grow: 0;
    width: 300px;
}

.popup-cart .item-center {
    flex-grow: 1;
    /*justify-content: center !important;*/
    width: 200px;
}

.popup-cart .item-right {
    flex-grow: 0;
    width: 150px;
    margin-top: 3px;
    justify-content: space-between !important;
}

.popup-cart .item-left img,
.popup-free-samples img {
    width: 60px;
    height: 60px;
    grid-column: 1 / 2;
    grid-row: 1 / -1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.popup-cart .item-left .title,
.popup-free-samples .item-left .title {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 12px;
    padding-left: 75px;
    max-width: 300px;
    color: #3E4552;
    transition: all .2s;
    display: inline-block;
    cursor: pointer;
}

.popup-free-samples .item-left {
    display: flex !important;
    align-items: center;
}

.popup-free-samples .item-left img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: block;
}

.popup-free-samples .item-left .title {
    margin: 0 0 0 10px;
    padding-left: 0;
}

.popup-free-samples .popup-cart-main>div:last-child.line {
    display: none;
}

.popup-cart .item-left .title:hover {
    color: #E98C7E;
}

.popup-cart .item-left .price {
    line-height: 14px;
}

.popup-cart .item-left .price,
.popup-free-samples .item-left .price {
    padding-left: 75px;
}

.popup-cart .item-center .counter,
.popup-free-samples .item-center .counter {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(2, auto);
}

.popup-cart .item-center .counter._sample,
.popup-free-samples .item-center .counter._sample {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup-cart .item-center .counter._sample {
    margin-left: -15px;
}

.popup-cart .item-center .counter._sample .cur-prod-count-val,
.popup-free-samples .item-center .counter._sample .cur-prod-count-val {
    line-height: 34px;
}

.popup-cart .item-center .cur-prod-count-rezult,
.popup-free-samples .item-center .cur-prod-count-rezult {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    text-align: center;
}

.popup-cart .item-center .cur-prod-count-val,
.popup-free-samples .item-center .cur-prod-count-val {
    height: 36px;
    width: 47px;
    padding: 0 4px;
    background: #FCFCFC;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    border: 1px solid #DCDEE0;
}

.popup-cart .item-center .minus,
.item-center .plus {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #3E4552;
    text-align: center;
    font-size: 28px;
    transition: all .2s;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.popup-cart .item-center .minus:hover,
.item-center .plus:hover {
    color: #E98C7E;
}

.popup-cart .item-center .cur-prod-count-rezult,
.popup-free-samples .item-center .cur-prod-count-rezult {
    font-size: 10px;
    margin-top: 5px;
}

.popup-cart .item-center .dropdown,
.popup-cart .item-center .count-volume,
.popup-free-samples .item-center .dropdown,
.popup-free-samples .item-center .count-volume {
    margin: 8px 0 0 8px;
}

.popup-cart .item-center .dropdown-menu {
    min-width: 45px;
    width: 45px;
    padding: 0;
    border-radius: 0px;
}

.popup-cart .item-center .dropdown-item {
    padding: 0;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
    margin-bottom: 0;
    cursor: pointer;
}

.popup-cart .item-right .total-price,
.popup-free-samples .item-right .total-price {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    margin-right: 23px;
    white-space: nowrap;
}

.popup-cart .item-right .total-price span,
.popup-free-samples .item-right .total-price span {
    font-size: 12px;
    font-weight: normal;
}

.popup-cart .item-right .del-prod,
.popup-free-samples .item-right .del-prod {
    width: 30px;
    height: 30px;
    background: #636C7B;
    /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8' height='10' viewBox='0 0 8 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.511628 8.68217C0.511628 9.27907 0.972093 9.76744 1.53488 9.76744H5.62791C6.1907 9.76744 6.65116 9.27907 6.65116 8.68217V2.17054H0.511628V8.68217ZM1.53488 3.25581H5.62791V8.68217H1.53488V3.25581ZM5.37209 0.542636L4.86047 0H2.30233L1.7907 0.542636H0V1.62791H7.16279V0.542636H5.37209Z' fill='white'/%3E%3C/svg%3E");*/
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8' height='10' viewBox='0 0 8 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.571429 8.88889C0.571429 9.5 1.08571 10 1.71428 10H6.28572C6.91429 10 7.42857 9.5 7.42857 8.88889V2.22222H0.571429V8.88889ZM1.71428 3.33333H6.28572V8.88889H1.71428V3.33333ZM6 0.555556L5.42858 0H2.57143L2 0.555556H0V1.66667H8V0.555556H6Z' fill='white'/%3E%3C/svg%3E");

    background-position: center;
    background-repeat: no-repeat;
    /*background-size: 10px 12px;*/
    cursor: pointer;
    transition: all .3s;
}

.popup-cart .item-right .del-prod:hover,
.popup-free-samples .item-right .del-prod:hover {
    background: #F59384;
    /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8' height='10' viewBox='0 0 8 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.511628 8.68217C0.511628 9.27907 0.972093 9.76744 1.53488 9.76744H5.62791C6.1907 9.76744 6.65116 9.27907 6.65116 8.68217V2.17054H0.511628V8.68217ZM1.53488 3.25581H5.62791V8.68217H1.53488V3.25581ZM5.37209 0.542636L4.86047 0H2.30233L1.7907 0.542636H0V1.62791H7.16279V0.542636H5.37209Z' fill='white'/%3E%3C/svg%3E");*/
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8' height='10' viewBox='0 0 8 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.571429 8.88889C0.571429 9.5 1.08571 10 1.71428 10H6.28572C6.91429 10 7.42857 9.5 7.42857 8.88889V2.22222H0.571429V8.88889ZM1.71428 3.33333H6.28572V8.88889H1.71428V3.33333ZM6 0.555556L5.42858 0H2.57143L2 0.555556H0V1.66667H8V0.555556H6Z' fill='white'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: 10px 12px;*/
}

.popup-cart-footer {
    background: #F1F1F1;
    padding: 25px 40px 30px 40px;
}

.popup-cart-footer .item {
    padding: 0 0 15px 0;
}

.popup-cart-footer .item:last-child {
    padding-bottom: 0;
}

.popup-cart-footer .top,
.popup-cart-footer .bts {
    width: 100%;
    max-width: 420px;
}

.popup-cart-footer .top .item {}

.popup-cart-footer .top p {
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 0;
}

.popup-cart-footer .top .total {
    font-weight: bold;
    font-size: 18px;
}

.popup-cart-footer .top span {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}

.popup-cart-footer .bts {
    margin-top: 30px;
}

.popup-cart-footer .btn {
    padding: 17px 15px;
    margin-bottom: 0;
    border-radius: 0px;
    max-width: 100%;
}

.popup-cart-footer .btn-black {
    margin-right: 15px;
}

/*CARD FREE SAMPLES*/
.popup-free-samples .popup-container,
.popup-checkout-samples .popup-container,
.popup.callback .popup-container {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
    padding: 30px 0 0 0;
    max-height: 90%;
    overflow: auto;
}

.popup-free-samples .item {
    padding: 22px 30px;
}

.popup-free-samples .item-left {
    position: relative;
}

.popup-free-samples ._btns {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 200px));
    grid-gap: 0 15px;
    justify-content: center;
    align-items: center;
    margin: 25px 0 30px 0;
}

.popup-free-samples ._btns .btn {
    border-radius: 0;
    margin: 0;
    padding: 18px 0;
    font-size: 12px;
    line-height: 15px;
    border: 0;
    max-width: 100%;
}

.popup-checkout-samples .plate {
    padding: 8px 0;
    margin-bottom: 10px;
    background: #F1F1F1;
}

.popup-checkout-samples .plate p {
    margin-bottom: 0;
    font-weight: 600;
}

.form-checkout-samples .form-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 15px;
}

#form-checkout-samples .btn-send-samples,
.popup.callback .btn-red {
    outline: none;
    border: none;
    display: block;
    cursor: pointer;
}

#form-checkout-samples #comments-checkout {
    margin: 0 !important;
    border-radius: 0px;
    resize: none;
    height: 115px;
}

#form-checkout-samples #comments-checkout:focus {
    border-color: #636C7B !important;
    color: #3E4552 !important;
    box-shadow: none !important;
}

#form-checkout-samples .btns,
.popup.callback .btns {
    margin-bottom: 30px;
}

#form-checkout-samples .btns .btn-black,
.popup.callback .btns .btn-black {
    margin-right: 20px;
    margin-bottom: 0;
    cursor: pointer;
}

.popup-checkout-samples .delivery-method {
    display: grid;
    grid-template-rows: auto 1fr 1fr;
    grid-gap: 8px 0;
}

.popup-checkout-samples .delivery-type input[type=radio]+label {
    height: 100%;
}

.popup-checkout-samples .delivery-address {
    margin-top: 8px;
}

.message {
    padding: 12px 20px;
    position: relative;
    display: none;
}

.message.active {
    display: block;
}

.message p {
    color: #155724;
    margin-bottom: 0;
}

.message-title {
    font-weight: 600;
    font-size: 12px;
    line-height: 29px;
    margin-bottom: 2px;
}

.message-text {
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
}

.message-success {
    background: #D4EDDA;
    border: 1px solid #C3E6CB;
}

.close-message {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 12px;
    right: 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.6979 6L12 10.3021L10.3021 12L6 7.6979L1.6979 12L0 10.3021L4.3021 6L0 1.6979L1.6979 0L6 4.3021L10.3021 0L12 1.6979L7.6979 6Z' fill='%23155724'/%3E%3C/svg%3E");
    cursor: pointer;
}

.popup-cart .message {
    margin: 10px 0;
}

/*CHECKOUT*/
#checkout {
    margin-bottom: 50px;
}

#checkout .container {
    display: grid;
    grid-template-columns: minmax(auto, 540px) minmax(auto, 570px);
    grid-gap: 30px;
}

.checkout-ordering {
    width: 100%;
    max-width: 540px;
    padding: 25px;
    border: 1px solid #DCDEE0;
}

.checkout-ordering-top {
    margin-bottom: 30px;
}

.checkout-ordering-top .h3 {
    text-align: center;
    margin-bottom: 20px;
}

.checkout-nav {
    max-width: 380px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.checkout-nav .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*position: relative;*/
    /*justify-content: center;*/
}

.checkout-nav .item:last-child span:before {
    display: none;
}

.form-group._date-delivery:before {
    z-index: 1;
}

.form-group._date-delivery input {
    position: relative;
    z-index: 2;
    background: none !important;
}

.checkout-nav span {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    color: white;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background: #636C7B;
    margin-bottom: 8px;
    position: relative;
}

.checkout-nav span.active {
    background: #E98C7E;
}

.checkout-nav span.checked {
    background: #E98C7E;
    font-size: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='13' height='10'%3E%3Cpath d='M12.95 3.08698L4.54995 11.487L0.699951 7.63698L1.68695 6.64998L4.54995 9.50598L11.963 2.09998L12.95 3.08698Z' fill='%235F5F5F'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
}

.checkout-nav span:before {
    /*content: '';*/
    /*position: absolute;*/
    /*top: 10px;*/
    /*left: calc(100% + 9px);*/
    /*height: 1px;*/
    /*background: #DCDEE0;*/
    /*width: 100px;*/
    /*display: none;*/
}

.checkout-nav .item span .line {
    position: absolute;
    top: 50%;
    left: calc(100% + 8px);
    transform: translateY(-50%);
    height: 1px;
    background: #DCDEE0;
    width: calc(var(--width) - 16px);
}

.checkout-nav p {
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    text-align: center;
}

.form-checkout .form-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 14px;
}

.form-group label {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 28px;
}

.form-group.has-error input {
    border: 1px solid #EB5757;
}

.form-group.has-error .help-block {
    color: #EB5757;
    font-size: 11px;
    line-height: 100%;
    margin-top: 4px;
}

.form-group input[type='checkbox'],
.form-group input[type='radio'] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form-group input[type='checkbox']+label,
.form-group input[type='radio']+label {
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    position: relative;
    padding-left: 23px;
}

.form-group input[type='checkbox']+label::before,
.form-group input[type='radio']+label::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #5B5B5B;
    border-radius: 1px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 0;
}

.form-group input[type='checkbox']:checked+label::before,
.form-group input[type='radio']:checked+label::before {
    border-color: #E98C7E;
    background-color: #E98C7E;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.45211 3.49989C1.33483 3.39441 1.182 3.33718 1.02428 3.33968C0.866563 3.34218 0.715623 3.40422 0.601739 3.51336C0.487855 3.6225 0.41945 3.77066 0.410246 3.92813C0.401041 4.0856 0.451717 4.24072 0.552109 4.36239L1.93961 5.81863C1.9977 5.87957 2.06751 5.92815 2.14483 5.96144C2.22216 5.99474 2.30542 6.01206 2.38961 6.01239C2.47335 6.01287 2.55634 5.99653 2.63364 5.96432C2.71095 5.93211 2.78099 5.88469 2.83961 5.82489L7.07711 1.44989C7.13456 1.39079 7.17981 1.32096 7.21028 1.24437C7.24074 1.16779 7.25583 1.08596 7.25467 1.00355C7.25351 0.921134 7.23612 0.839758 7.20351 0.764063C7.1709 0.688369 7.1237 0.619839 7.06461 0.562385C7.00552 0.504932 6.93568 0.459681 6.8591 0.429215C6.78252 0.39875 6.70068 0.383667 6.61827 0.384828C6.53586 0.385989 6.45448 0.40337 6.37879 0.43598C6.30309 0.46859 6.23456 0.51579 6.17711 0.574885L2.39586 4.48739L1.45211 3.49989Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.form-checkout .delivery-address .item {
    display: block;
}

.form-group.field-checkout-use a {
    text-decoration: underline;
}

.form-checkout .delivery-address .item .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 15px;
}

.form-checkout #floor {
    max-width: 115px;
}

.form-checkout #comments-checkout {
    display: block;
    width: 100%;
    max-width: 100%;
    border-radius: 0px;
    border: 1px solid #DCDEE0;
    padding: 12px;
    height: 140px;
    resize: none;
    background: #F9F9F9 !important;
}

.form-checkout #comments-checkout:focus {
    border: 1px solid #636C7B;
    color: #636C7B;
    box-shadow: none;
}

.form-checkout .plitkar .message {
    margin-bottom: 20px;
}

.form-checkout .delivery-address .item.plitkar .price-delivery {
    background: #F1F1F1;
    padding: 15px;
    margin-bottom: 25px;
}

.form-checkout .delivery-address .item.plitkar .price-delivery .item p {
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
}

.form-checkout .delivery-address .item.plitkar .price-delivery .total-price {
    font-size: 18px;
}

.form-checkout .form-group._date-delivery {
    position: relative;
}

.form-checkout .form-group._date-delivery:before {
    content: '';
    position: absolute;
    top: 34px;
    right: 12px;
    width: 24px;
    height: 24px;
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.2 1.72727H15.3V0H13.5V1.72727H4.5V0H2.7V1.72727H1.8C0.81 1.72727 0 2.50455 0 3.45455V17.2727C0 18.2227 0.81 19 1.8 19H16.2C17.19 19 18 18.2227 18 17.2727V3.45455C18 2.50455 17.19 1.72727 16.2 1.72727ZM16.2 17.2727H1.8V6.04545H16.2V17.2727Z' fill='%235B5B5B'/%3E%3C/svg%3E"); */
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%233E4552' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.form-checkout .delivery-address .item.np-courier input[name='house'] {
    width: 115px;
}

.form-checkout .recipient {
    margin-top: 28px;
}

.form-checkout .recipient .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    letter-spacing: 0.01em;
    margin-bottom: 12px;
}

.form-checkout .recipient .form-group {
    margin-bottom: 16px;
}

.form-checkout .recipient-block {
    margin: 12px 0 16px 0;
}

.form-checkout .recipient .form-group input[type=radio]+label {
    padding: 10px 0 10px 32px;
}

.form-checkout .shop-list .form-group {
    margin-bottom: 0;
}

.form-checkout .shop-list .form-group input[type=radio]+label {
    display: block;
    padding: 10px 0 10px 32px;
}

.form-checkout .field-comments-checkout {
    margin: 28px 0;
}


/*ВЫПАПАЮШИЙ СПИСОК INPUT*/
.form-group._list {
    position: relative;
}

.form-group._list::after {
    content: '';
    position: absolute;
    top: 34px;
    right: 12px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%233E4552' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}

.form-group._list .input-list {
    position: absolute;
    top: calc(100% + 2px);
    display: block;
    margin: 0;
    padding: 8px 0;
    border: 1px solid #DCDEE0;
    box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 14px 24px rgba(51, 51, 51, 0.12);
    width: 100%;
    background: white;
    overflow: auto;
    max-height: 0px;
    opacity: 0;
    transition: all .2s;
    z-index: -2;
}

.form-group._list .input-list li {
    list-style: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    padding: 0 16px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
}

.form-group._list .input-list li.selected {
    background: #FFE7E3;

}

.form-group._list .input-list li.selected:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 18px;
    height: 14px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.00211 11.1701L1.83211 7.00009L0.412109 8.41009L6.00211 14.0001L18.0021 2.00009L16.5921 0.590088L6.00211 11.1701Z' fill='%23E98C7E'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.form-group._list .input-list li.hide {
    display: none;
}

.form-group._list .input-list li:hover {
    background: #FFE7E3;
}

.form-group .input-list.active {
    overflow-y: scroll;
    max-height: 200px;
    opacity: 1;
    z-index: 2;
    /*display: block;*/
}

.form-checkout .form-group._two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 0;
}

.form-checkout .form-group._two label {
    margin-bottom: 4px;
}

.form-checkout .form-group._additional-delivery {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 0 25px;
    justify-content: start;
}

.form-checkout .maps-np,
.form-checkout-samples .maps-np {
    font-weight: 600;
    font-size: 12px;
    line-height: 175%;
    color: #E98C7E;
    padding-left: 26px;
    position: relative;
    transition: all .2s;
    display: inline-block;
    margin-bottom: 18px;
}

.form-checkout .maps-np:before,
.form-checkout-samples .maps-np:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    transition: all .2s;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0.5L17.34 0.53L12 2.6L6 0.5L0.36 2.4C0.15 2.47 0 2.65 0 2.88V18C0 18.28 0.22 18.5 0.5 18.5L0.66 18.47L6 16.4L12 18.5L17.64 16.6C17.85 16.53 18 16.35 18 16.12V1C18 0.72 17.78 0.5 17.5 0.5ZM12 16.5L6 14.39V2.5L12 4.61V16.5Z' fill='%23E98C7E'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.form-checkout .maps-np:hover,
.form-checkout-samples .maps-np:hover {
    color: #3E4552;
}

.form-checkout .maps-np:hover:before,
.form-checkout-samples .maps-np:hover:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0.5L17.34 0.53L12 2.6L6 0.5L0.36 2.4C0.15 2.47 0 2.65 0 2.88V18C0 18.28 0.22 18.5 0.5 18.5L0.66 18.47L6 16.4L12 18.5L17.64 16.6C17.85 16.53 18 16.35 18 16.12V1C18 0.72 17.78 0.5 17.5 0.5ZM12 16.5L6 14.39V2.5L12 4.61V16.5Z' fill='%233E4552'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.form-nav {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 45px;
    justify-content: space-between;
    grid-gap: 0 10px;
}

.form-nav button,
.form-nav div {
    max-width: 100%;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-nav button._submit span {
    margin-left: 0;
}

.form-nav button span {
    /* margin-left: -20px; */
}

.form-nav div span {
    /* margin-right: -20px; */
}

.form-nav button.hide,
.form-nav div.hide {
    /* max-width: 0px; */
    opacity: 0;
    /* overflow: hidden; */
    pointer-events: none;
}

.form-nav .next-form._submit span:before {
    display: none;
}

.form-nav .next-form span {
    flex-direction: row-reverse;
}

.form-nav span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 6px;
}

.form-nav span:before {
    content: "";
    display: flex;
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* right: -40px; */
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.294983 2.11499L4.87498 6.70499L0.294983 11.295L1.70499 12.705L7.70499 6.70499L1.70499 0.704987L0.294983 2.11499Z' fill='white'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 7px;
    height: 12px;
}

.form-nav .prev-form span:before {
    /* right: auto; */
    /* left: -40px; */
    transform: rotate(180deg);
}

.checkout-info {
    max-width: 572px;
}

.checkout-info .checkout-info__item {
    padding: 25px;
    border: 1px solid #DCDEE0;
}

.checkout-info .checkout-info__item .title-top {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
}

.checkout-info-cart {
    padding: 25px;
    border: 1px solid #DCDEE0;
}

#checkout .edit {
    color: #E98C7E;
    font-weight: 600;
    font-size: 14px;
    line-height: 175%;
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    transition: all .2s;
}

#checkout .edit-mob {
    display: none;
}

#checkout .edit:hover {
    color: #3E4552;
}

#checkout .edit:hover:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 11.5837V14.5H3.41626L12.0173 5.89897L9.10103 2.98271L0.5 11.5837ZM14.2725 3.64373C14.5758 3.34044 14.5758 2.85051 14.2725 2.54722L12.4528 0.727468C12.1495 0.424177 11.6596 0.424177 11.3563 0.727468L9.93314 2.1506L12.8494 5.06687L14.2725 3.64373Z' fill='%233E4552'/%3E%3C/svg%3E");
}

#checkout .edit:before {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 11.5837V14.5H3.41626L12.0173 5.89897L9.10103 2.98271L0.5 11.5837ZM14.2725 3.64373C14.5758 3.34044 14.5758 2.85051 14.2725 2.54722L12.4528 0.727468C12.1495 0.424177 11.6596 0.424177 11.3563 0.727468L9.93314 2.1506L12.8494 5.06687L14.2725 3.64373Z' fill='%23E98C7E'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 15px;
    transition: all .2s;
}

#checkout .delivery-method {
    display: grid;
    /*Раскоментировать когда появится достаки Плиткар*/
    /*grid-template-rows: auto repeat(3, 1fr);*/

    grid-template-rows: repeat(2, auto);
    margin-bottom: 28px;
}

#checkout .delivery-method .delivery-type label {
    height: 100%;
    align-items: start;
    line-height: 130%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
}

#checkout .delivery-type._grid input[type=radio]+label {
    display: grid;
    padding: 0;
    grid-template-columns: 16px 40px 1fr;
    align-items: center;
    justify-content: center;
    padding: 12px 8px 12px 12px;
    gap: 8px;
}

#checkout .delivery-type._grid input[type=radio]+label::before {
    position: static;
    transform: none;
    margin: 0 4px 0 0;
}

#checkout .delivery-type._grid input[type=radio]+label img {
    position: static;
    transform: none;
}

#checkout .delivery-type._grid input[type=radio]+label p {
    margin: 0;
}

#checkout .delivery-type._grid input[type=radio]+label span {
    grid-column: 2/4;
    display: block;
}



.button-open-checkout__info {
    display: none;
}

.checkout-info-cart__content {
    margin-bottom: 25px;
}

.checkout-info-cart__content .item {
    padding: 12px 0;
}

.checkout-info-cart__content .item .info-checkout {
    flex-grow: 1;
}

.checkout-info-cart__content .item .count {
    flex-grow: 0;
    margin-right: 30px;
    position: relative;
}

.checkout-info-delivery,
.checkout-info-cart-total {
    display: none;
    border-top: none !important;
}

.checkout-info-delivery.active,
.checkout-info-cart-total.active,
.checkout-info ._delivery_message.active {
    display: block;
}

.checkout-info ._delivery_message {
    display: none;
    text-align: end;
    margin-top: 15px;
    color: #E98C7E;
}

.checkout-info-cart__content .item:first-child {
    padding-top: 0;
}

.checkout-info-cart__content .item:last-child {
    padding-bottom: 0;
}

.checkout-info-cart__content img {
    width: 55px;
    height: 55px;
}

.checkout-info-cart__content .title {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    margin-left: 8px;
    margin-bottom: 0;
    max-width: 200px;
}

.checkout-info-cart__content .count p {
    width: 90px;
    height: 36px;
    background: #FCFCFC;
    border: 1px solid #DCDEE0;
    font-size: 14px;
    line-height: 36px;
    margin-bottom: 8px;
    text-align: center;
}

.checkout-info-cart__content .count span {
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.checkout-info-cart__content .price {
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    flex-grow: 0;
    width: 90px;
    display: flex;
    justify-content: flex-end;
    white-space: nowrap;
}

.checkout-info-cart__content .price span {
    font-size: 12px;
    font-weight: normal;
    padding-left: 3px;
}

.checkout-info__footer {
    display: grid;
    grid-template-columns: repeat(2, auto);
    width: 100%;
    justify-content: space-between;
    align-items: center;
    grid-gap: 4px 10px;
    border-top: 1px solid #DCDEE0;
    padding-top: 20px;
}

.checkout-info__footer p {
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
}

.checkout-info__footer p:nth-child(even) {
    text-align: end;
}

.checkout-info__footer span {
    font-weight: 700;
}

.checkout-info__footer p:nth-last-child(1),
.checkout-info__footer p:nth-last-child(2) {
    font-size: 16px;
}

/* .checkout-info__footer p.total-price{ */
/* font-size: 16px; */
/* } */
/* .checkout-info__footer p.total-price span { */
/* line-height: 28px; */
/* } */

/*.checkout-info__footer .total-price span{*/
/*    font-weight: normal;*/
/*    font-size: 12px;*/
/*}*/


.delivery-type input[type=radio] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.delivery-type input[type=radio]+label {
    display: grid;
    position: relative;
    user-select: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding: 15px 15px 15px 84px;
    transition: all .2s;
    cursor: pointer;
}

.delivery-type input[type=radio]+label img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 36px;
}

.delivery-type input[type=radio]+label p {
    margin: 0;
}

.delivery-type input[type=radio]+label span {
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.delivery-type input[type=radio]+label::before {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    content: '';
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 0.5em;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 0C3.36 0 0 3.36 0 7.5C0 11.64 3.36 15 7.5 15C11.64 15 15 11.64 15 7.5C15 3.36 11.64 0 7.5 0ZM7.5 13.5C4.185 13.5 1.5 10.815 1.5 7.5C1.5 4.185 4.185 1.5 7.5 1.5C10.815 1.5 13.5 4.185 13.5 7.5C13.5 10.815 10.815 13.5 7.5 13.5Z' fill='%235B5B5B'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 0;
}

.delivery-type input[type=radio]:not(:disabled):not(:checked)+label:hover {
    background: #FFE7E3;
}

.delivery-type input[type=radio]:focus+label {
    background: #FFE7E3;
}

.delivery-type input[type=radio]:checked+label {
    background: #FFE7E3;
}

.delivery-type input[type=radio]:checked+label::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.5 3.75C5.4 3.75 3.75 5.4 3.75 7.5C3.75 9.6 5.4 11.25 7.5 11.25C9.6 11.25 11.25 9.6 11.25 7.5C11.25 5.4 9.6 3.75 7.5 3.75ZM7.5 0C3.375 0 0 3.375 0 7.5C0 11.625 3.375 15 7.5 15C11.625 15 15 11.625 15 7.5C15 3.375 11.625 0 7.5 0ZM7.5 13.5C4.2 13.5 1.5 10.8 1.5 7.5C1.5 4.2 4.2 1.5 7.5 1.5C10.8 1.5 13.5 4.2 13.5 7.5C13.5 10.8 10.8 13.5 7.5 13.5Z' fill='%23E98C7E'/%3E%3C/svg%3E");
}



/* Radio */
.form-group [type=radio] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form-group input[type=radio]+label {
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    position: relative;
    transition: all .2s;
    cursor: pointer;
    user-select: none;
}

.form-group input[type=radio]+label::before {
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    content: '';
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 0C3.36 0 0 3.36 0 7.5C0 11.64 3.36 15 7.5 15C11.64 15 15 11.64 15 7.5C15 3.36 11.64 0 7.5 0ZM7.5 13.5C4.185 13.5 1.5 10.815 1.5 7.5C1.5 4.185 4.185 1.5 7.5 1.5C10.815 1.5 13.5 4.185 13.5 7.5C13.5 10.815 10.815 13.5 7.5 13.5Z' fill='%235B5B5B'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: none;
}

.form-group input[type=radio]:checked+label::before {
    background: rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.5 3.75C5.4 3.75 3.75 5.4 3.75 7.5C3.75 9.6 5.4 11.25 7.5 11.25C9.6 11.25 11.25 9.6 11.25 7.5C11.25 5.4 9.6 3.75 7.5 3.75ZM7.5 0C3.375 0 0 3.375 0 7.5C0 11.625 3.375 15 7.5 15C11.625 15 15 11.625 15 7.5C15 3.375 11.625 0 7.5 0ZM7.5 13.5C4.2 13.5 1.5 10.8 1.5 7.5C1.5 4.2 4.2 1.5 7.5 1.5C10.8 1.5 13.5 4.2 13.5 7.5C13.5 10.8 10.8 13.5 7.5 13.5Z' fill='%23E98C7E'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}


.form-checkout .contact-details,
.form-checkout .delivery-main,
.form-checkout .delivery-payment {
    display: none;
}

.form-checkout .contact-details.show,
.form-checkout .delivery-main.show,
.form-checkout .delivery-payment.show {
    display: block;
}

.delivery-payment .form-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 12px;
}

/* .delivery-payment .form-title._recipient{
    font-size: 14px;
    line-height: 18px;
} */
.delivery-payment .form-title._recipient.hide {
    display: none;
}

.delivery-payment p {
    line-height: 175%;
    margin-bottom: 24px;
}

.delivery-payment .checkout-info__footer {
    padding-top: 0;
    border: none;
    margin-bottom: 28px;
}

.delivery-payment .checkout-info__footer p {
    margin: 0;
}



/*Выбор даты*/
.popup-datapicker .popup-container {
    width: 100%;
    max-width: 385px;
}

.popup-datapicker_top {
    padding: 15px 25px;
}

.popup-datapicker_top p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
}

.popup-datapicker .line {
    width: 100%;
    height: 1px;
    background: #DCDEE0;
}

#datapicker {
    padding-top: 25px;
    width: 280px;
    margin: 0 auto;
    /*height: auto;*/
    /*border: 0px;*/
}

#datapicker .datepicker {
    border: none;
    width: 100%;
}

.datepicker--nav {
    padding: 0;
    min-height: 100%;
    border-bottom: 0;
}

.datepicker--nav-title {
    padding: 8px 16px;
    background: #F8F7FA;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #3E4552;
}

.datepicker--day-name {
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    padding: 0 8px;
    color: #3E4552;
}

.datepicker--cell.datepicker--cell-day {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #3E4552;
    padding: 8px;
}

.datepicker--cell.datepicker--cell-day:hover {
    background: #FFE7E3;
}

.datepicker--cell.datepicker--cell-day.-disabled- {
    opacity: .5;
    pointer-events: none;
}

.datepicker--cell.-current- {
    color: #E98C7E;
}

.datepicker--cell.datepicker--cell-day.-selected- {
    background: #E98C7E;
    color: white;
}

#datapicker .datepicker--days-names {
    margin: 10px 0;
}

.popup-datapicker_content .btn-red {
    max-width: 280px;
    padding: 12px 0;
    display: block;
    margin: 10px auto 25px auto;
    cursor: pointer;
}

#checkout-payment {
    display: grid;
    /*Раскоментировать когда будет оплата онлайн*/
    /*grid-template-rows: repeat(2, 1fr);*/
    grid-template-rows: 1fr
}

.form-group.field-checkout-payment label {
    padding: 30px 0 30px 60px !important;
    transition: all .2s;
    display: flex;
    align-items: center;
}

.form-group.field-checkout-payment label img {
    margin-right: 10px;
}

.form-group.field-checkout-payment label:hover {
    background: #FFE7E3;
}

.form-group.field-checkout-payment label:before {
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 20px !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 0C3.36 0 0 3.36 0 7.5C0 11.64 3.36 15 7.5 15C11.64 15 15 11.64 15 7.5C15 3.36 11.64 0 7.5 0ZM7.5 13.5C4.185 13.5 1.5 10.815 1.5 7.5C1.5 4.185 4.185 1.5 7.5 1.5C10.815 1.5 13.5 4.185 13.5 7.5C13.5 10.815 10.815 13.5 7.5 13.5Z' fill='%235B5B5B'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
    border: none !important;
}

.form-group.field-checkout-payment input[type=radio]:checked+label {
    background: #FFE7E3;
}

.form-group.field-checkout-payment input[type=radio]:checked+label::before {
    /*border-color: #E98C7E!important;*/
    /*background-color: rgba(0,0,0,0)!important;*/
    /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 1C2.98 1 1 2.98 1 5.5C1 8.02 2.98 10 5.5 10C8.02 10 10 8.02 10 5.5C10 2.98 8.02 1 5.5 1Z' fill='%23E98C7E'/%3E%3C/svg%3E")!important;*/
    background: rgba(0, 0, 0, 0) !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.5 3.75C5.4 3.75 3.75 5.4 3.75 7.5C3.75 9.6 5.4 11.25 7.5 11.25C9.6 11.25 11.25 9.6 11.25 7.5C11.25 5.4 9.6 3.75 7.5 3.75ZM7.5 0C3.375 0 0 3.375 0 7.5C0 11.625 3.375 15 7.5 15C11.625 15 15 11.625 15 7.5C15 3.375 11.625 0 7.5 0ZM7.5 13.5C4.2 13.5 1.5 10.8 1.5 7.5C1.5 4.2 4.2 1.5 7.5 1.5C10.8 1.5 13.5 4.2 13.5 7.5C13.5 10.8 10.8 13.5 7.5 13.5Z' fill='%23E98C7E'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
}

.form-group #checkout-payment input:disabled+label {
    opacity: .5;
    pointer-events: none;
}

.popup-alert .popup-container {
    width: 480px;
    padding: 40px 30px;
    position: relative;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}

.popup-alert img {
    display: block;
    width: 75px;
    margin: 0 auto 12px auto;
}

.popup-alert .status {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #3E4552;
    margin-bottom: 8px;
    line-height: 36px;
}

.popup-alert .text {
    margin-bottom: 0;
    text-align: center;
}

.popup-alert .close-popup {
    opacity: 1 !important;
    position: absolute;
    top: 8px;
    right: 8px;
}

.popup-del .btns {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 200px));
    align-items: center;
    justify-content: center;
    grid-gap: 14px;
}

.popup-del .btns button {
    max-width: 200px;
    outline: none;
    border: none;
    cursor: pointer;
}

/*THANKS-PAGE*/
#thanks {
    margin-bottom: 50px;
}

#thanks .container {
    max-width: 570px;
    border: 1px solid #DCDEE0;
    padding: 25px 30px;
}

.thanks-top {
    /*padding-bottom: 30px;*/
    /*border-bottom: 1px solid #DCDEE0;*/
}

.thanks-top .line {
    height: 1px;
    width: calc(100% + 60px);
    background: #DCDEE0;
    margin: 30px -30px 0 -30px;
}

.thanks-top img {
    display: block;
    margin: 0 auto;
    margin-bottom: 18px;
}

.thanks-top .h3 {
    text-align: center;
    margin-bottom: 12px;
}

.thanks-top p {
    text-align: center;
    margin-bottom: 0;
}

.thanks-card {
    margin-top: 30px;
    /*height: 100px;*/
}

.thanks-card .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #3E4552;
    margin-bottom: 14px;
}

.thanks-card__content {
    margin-bottom: 30px;
}

.thanks-card__content .item {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 300px 90px 110px;
    margin-bottom: 30px;
}

.thanks-card__content .item:last-child {
    margin-bottom: 0;
}

.thanks-card__content img {
    display: block;
}

.thanks-card__content .name {
    position: relative;
    display: flex;
    align-items: center;
}

.thanks-card__content .name img {
    width: 55px;
}

.thanks-card__content .name span {
    margin-left: 8px;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #3E4552;
    max-width: 200px;
    display: block;
    box-sizing: content-box;
}

.thanks-card__content .count {
    width: 90px;
    border: 1px solid #DCDEE0;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #3E4552;
    padding: 10px 0;
}

.thanks-card__content .price {
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: -0.177778px;
    color: #3E4552;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
}

.thanks-card__content .price span {
    font-weight: 700;
    margin-right: 3px;
}

.thanks-card__delivery p,
.thanks-card__recipient p {
    margin-bottom: 0;
}

.thanks-card__delivery,
.thanks-card__recipient {
    margin-bottom: 30px;
}

.thanks-card__total {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 0;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

.thanks-card__total p {
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    color: #3E4552;
    margin-bottom: 0;
}

.thanks-card__total p:nth-child(even) {
    text-align: end;
    font-weight: normal;
}

.thanks-card__total p span {
    font-size: 16px;
    font-weight: 700;
}

/*PAY*/
#pay {
    margin: 0 auto;
    max-width: 575px;
    padding: 28px 38px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #DCDEE0;
    margin-bottom: 85px;
}

#pay svg {
    margin-bottom: 20px;
}

#pay p {
    text-align: center;
}

#pay .h3 {
    margin-bottom: 12px;
}

#pay .btn-red {
    border: none;
    outline: none;
    width: 220px;
    padding: 12px 0;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    display: block;
    cursor: pointer;
}

/*PAGE*/
#page .container {
    padding: 0;
    margin-bottom: 60px;
}

.catalog-scroll-top {
    position: fixed;
    right: 35px;
    bottom: 87px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    background: #E98C7E url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99813 15.9201H6.99813V3.92008L1.49813 9.42008L0.078125 8.00008L7.99813 0.0800781L15.9181 8.00008L14.4981 9.42008L8.99813 3.92008V15.9201Z' fill='%23F1F1F1'/%3E%3C/svg%3E");
    background-position: center center !important;
    background-repeat: no-repeat !important;
    transition: all .2s;
    transform: scale(1);
}

.catalog-scroll-top:hover {
    background: #F59384 url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99813 15.9201H6.99813V3.92008L1.49813 9.42008L0.078125 8.00008L7.99813 0.0800781L15.9181 8.00008L14.4981 9.42008L8.99813 3.92008V15.9201Z' fill='%23F1F1F1'/%3E%3C/svg%3E");
}

.catalog-scroll-top.hide {
    transform: scale(0);
}

.grecaptcha-badge {
    display: none !important;
}

.my-recaptcha {
    position: fixed;
    left: -185px;
    bottom: 20px;
    display: flex;
    flex-direction: row-reverse;
    border-radius: 3px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 8%);
    cursor: pointer;
    transition: all .2s linear;
    z-index: 1;
}

.my-recaptcha:hover {
    left: 0;
}

.my-recaptcha:hover .r-info .r-link {
    display: flex;
}

.my-recaptcha .img {
    width: 70px;
    background: #f9f9f9 url("/img/recaptcha.png");
    height: 75px;
    background-position: center;
    background-repeat: no-repeat;
}

.my-recaptcha .r-info {
    background: #1a73e8;
    width: 185px;
    padding: 0 10px;
    height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.my-recaptcha .r-info .r-link {
    align-items: center;
    flex-wrap: wrap;
    display: none;
}

.my-recaptcha .r-info div span {
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 12px;
    line-height: 110%;
    color: white;
}

.my-recaptcha .r-info div span strong {
    font-family: Roboto, helvetica, arial, sans-serif;
    font-weight: 500;
}

.my-recaptcha .r-info a {
    font-family: Roboto, helvetica, arial, sans-serif;
    color: white;
    text-decoration: underline;
    font-size: 9px;
    line-height: 13px;
}

.my-recaptcha .r-info .sep {
    font-family: Roboto, helvetica, arial, sans-serif;
    color: white;
    font-size: 9px;
    line-height: 100%;
}

.footer-nav {
    /*padding-left: 70px;*/
}

.title-image img {
    max-width: 100%;
    margin-bottom: 10px;
}

.img-left {
    position: absolute;
    top: 260px;
    left: -500px;
}

.img-right {
    position: absolute;
    top: 0;
    right: -500px;
}

.about-top {
    margin-bottom: 20px;
}

.about-bottom {
    margin-top: 60px;
}


/* Shops start */

.shops .other-slogan {
    margin-top: 0
}

.shops .map-wrap {
    height: 400px;
    margin-bottom: 30px
}

.shops .map-wrap #map {
    width: 100%;
    height: 100%
}

.shops .total-found {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 34px
}

.shops .list-wrap {
    margin-bottom: 100px
}

.shops .list-wrap .list-item .link .description span {
    margin-bottom: 15px
}

.shops .container {
    padding: 0;
}

.shops .other-filter {
    background: #DC7365;
    padding: 20px 24px;
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
    align-items: flex-start;
    justify-content: space-between;
}

.shops .other-filter p {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: white;
    margin: 0;
}

.shops .other-filter .filter-sort {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
}

.shops .other-filter .filter-sort .dropdown-toggle {
    height: 45px;
    border: 1px solid #DCDEE0;
    border-radius: 2px 2px 0 0;
    background: #F9F9F9;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.shops .other-filter .filter-sort .dropdown-menu.show {
    width: 100%;
    transform: translate3d(0px, 45px, 0px) !important;
}

.map-list .list-item {
    margin-bottom: 24px;
    display: block;
    position: relative;
    border: 1px solid #DCDEE0;
    padding: 24px 374px 24px 24px;
    background: white;
}

.map-list .list-item:last-child {
    margin-bottom: 0
}

.map-list .list-item .city {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 1px;
    color: #DC7365;
    margin-bottom: 12px;
    text-transform: uppercase;
}


.map-list .list-item .name {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    color: #3E4552;
    margin-bottom: 16px;
}

.map-list .list-item ul {
    list-style: none;
    padding: 0;
    margin-bottom: 24px;
}

.map-list .list-item ul li {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    padding-left: 32px;
    position: relative;
    margin-bottom: 16px;
}

.map-list .list-item ul li:last-child {
    margin-bottom: 0;
}

.map-list .list-item ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.map-list .list-item ul li.address::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.41425C8.13 2.41425 5 5.54425 5 9.41425C5 14.6642 12 22.4142 12 22.4142C12 22.4142 19 14.6642 19 9.41425C19 5.54425 15.87 2.41425 12 2.41425ZM7 9.41425C7 6.65425 9.24 4.41425 12 4.41425C14.76 4.41425 17 6.65425 17 9.41425C17 12.2942 14.12 16.6042 12 19.2942C9.92 16.6242 7 12.2642 7 9.41425Z' fill='%23DC7365'/%3E%3Cpath d='M12 11.9142C13.3807 11.9142 14.5 10.795 14.5 9.41425C14.5 8.03353 13.3807 6.91425 12 6.91425C10.6193 6.91425 9.5 8.03353 9.5 9.41425C9.5 10.795 10.6193 11.9142 12 11.9142Z' fill='%23DC7365'/%3E%3C/svg%3E");
}

.map-list .list-item ul li.phone::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.54 5.41425C6.6 6.30425 6.75 7.17425 6.99 8.00425L5.79 9.20425C5.38 8.00425 5.12 6.73425 5.03 5.41425H6.54ZM16.4 17.4342C17.25 17.6742 18.12 17.8242 19 17.8842V19.3742C17.68 19.2842 16.41 19.0242 15.2 18.6242L16.4 17.4342ZM7.5 3.41425H4C3.45 3.41425 3 3.86425 3 4.41425C3 13.8042 10.61 21.4142 20 21.4142C20.55 21.4142 21 20.9642 21 20.4142V16.9242C21 16.3742 20.55 15.9242 20 15.9242C18.76 15.9242 17.55 15.7242 16.43 15.3542C16.33 15.3142 16.22 15.3042 16.12 15.3042C15.86 15.3042 15.61 15.4042 15.41 15.5942L13.21 17.7942C10.38 16.3442 8.06 14.0342 6.62 11.2042L8.82 9.00425C9.1 8.72425 9.18 8.33425 9.07 7.98425C8.7 6.86425 8.5 5.66425 8.5 4.41425C8.5 3.86425 8.05 3.41425 7.5 3.41425Z' fill='%23DC7365'/%3E%3C/svg%3E");

}

.map-list .list-item ul li.time::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.99 2.41425C6.47 2.41425 2 6.89425 2 12.4142C2 17.9342 6.47 22.4142 11.99 22.4142C17.52 22.4142 22 17.9342 22 12.4142C22 6.89425 17.52 2.41425 11.99 2.41425ZM12 20.4142C7.58 20.4142 4 16.8342 4 12.4142C4 7.99425 7.58 4.41425 12 4.41425C16.42 4.41425 20 7.99425 20 12.4142C20 16.8342 16.42 20.4142 12 20.4142ZM12.5 7.41425H11V13.4142L16.25 16.5642L17 15.3342L12.5 12.6642V7.41425Z' fill='%23DC7365'/%3E%3C/svg%3E");
}



.map-list .list-item .arrow {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #636C7B;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0 4px;
}

.map-list .list-item .arrow::after {
    content: '';
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4118_2013)'%3E%3Cpath d='M3 11.3517H13.6488L8.7575 16.5923L10 17.9142L17 10.4142L10 2.91425L8.76625 4.23613L13.6488 9.47675H3L3 11.3517Z' fill='%23636C7B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4118_2013'%3E%3Crect width='14' height='15' fill='white' transform='translate(3 2.91425)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.map-list .list-item .img {
    display: block;
    position: absolute;
    top: 24px;
    right: 24px;
    width: 324px;
    height: calc(100% - 40px);
}

.map-list .list-item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.map-prompt__city {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .0125em;
    position: relative;
    padding: 0 40px 0 13px;
    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;
    color: #2362cb;
    margin-bottom: 12px;
    text-transform: uppercase
}

.map-prompt__city:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -2px;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 3C7.01825 3 5 5.01825 5 7.5C5 10.6192 9.062 14.7173 9.2345 14.8905C9.308 14.9633 9.404 15 9.5 15C9.596 15 9.692 14.9633 9.7655 14.8905C9.938 14.7173 14 10.6192 14 7.5C14 5.01825 11.9817 3 9.5 3ZM9.5 9.75C8.2595 9.75 7.25 8.7405 7.25 7.5C7.25 6.2595 8.2595 5.25 9.5 5.25C10.7405 5.25 11.75 6.2595 11.75 7.5C11.75 8.7405 10.7405 9.75 9.5 9.75Z' fill='%232362CB'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.map-prompt__city:after {
    content: "";
    height: 32px;
    width: 32px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9987 5.33301L14.1187 7.21301L21.5587 14.6663H5.33203V17.333H21.5587L14.1187 24.7863L15.9987 26.6663L26.6654 15.9997L15.9987 5.33301Z' fill='%23303437'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.map-prompt__name {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: .25px;
    color: #000;
    margin-bottom: 8px
}

/* Shop single */

.shop-single .shop-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    gap: 0 48px;
    position: relative;
    margin-bottom: 50px;
}

.shop-single .shop-content .images {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
}

.shop-single .shop-content .images .img {
    width: 100%;
}

.shop-single .shop-content .images img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
}

.shop-single .shop-content .images iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
}

.shop-single .shop-content .images img:last-child {
    margin-bottom: 0;
}

.shop-single .shop-content .description .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 24px;
}

.shop-single .shop-content .description ul {
    list-style: none;
    padding: 0;
    margin-bottom: 24px;
    padding: 16px 12px;
    border: 1px solid #DCDEE0
}

.shop-single .shop-content .description ul li {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    padding-left: 32px;
    position: relative;
    margin-bottom: 16px;
}

.shop-single .shop-content .description li:last-child {
    margin-bottom: 0;
}

.shop-single .shop-content .description li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.shop-single .shop-content .description li.address::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.41425C8.13 2.41425 5 5.54425 5 9.41425C5 14.6642 12 22.4142 12 22.4142C12 22.4142 19 14.6642 19 9.41425C19 5.54425 15.87 2.41425 12 2.41425ZM7 9.41425C7 6.65425 9.24 4.41425 12 4.41425C14.76 4.41425 17 6.65425 17 9.41425C17 12.2942 14.12 16.6042 12 19.2942C9.92 16.6242 7 12.2642 7 9.41425Z' fill='%23DC7365'/%3E%3Cpath d='M12 11.9142C13.3807 11.9142 14.5 10.795 14.5 9.41425C14.5 8.03353 13.3807 6.91425 12 6.91425C10.6193 6.91425 9.5 8.03353 9.5 9.41425C9.5 10.795 10.6193 11.9142 12 11.9142Z' fill='%23DC7365'/%3E%3C/svg%3E");
}

.shop-single .shop-content .description li.phone::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.54 5.41425C6.6 6.30425 6.75 7.17425 6.99 8.00425L5.79 9.20425C5.38 8.00425 5.12 6.73425 5.03 5.41425H6.54ZM16.4 17.4342C17.25 17.6742 18.12 17.8242 19 17.8842V19.3742C17.68 19.2842 16.41 19.0242 15.2 18.6242L16.4 17.4342ZM7.5 3.41425H4C3.45 3.41425 3 3.86425 3 4.41425C3 13.8042 10.61 21.4142 20 21.4142C20.55 21.4142 21 20.9642 21 20.4142V16.9242C21 16.3742 20.55 15.9242 20 15.9242C18.76 15.9242 17.55 15.7242 16.43 15.3542C16.33 15.3142 16.22 15.3042 16.12 15.3042C15.86 15.3042 15.61 15.4042 15.41 15.5942L13.21 17.7942C10.38 16.3442 8.06 14.0342 6.62 11.2042L8.82 9.00425C9.1 8.72425 9.18 8.33425 9.07 7.98425C8.7 6.86425 8.5 5.66425 8.5 4.41425C8.5 3.86425 8.05 3.41425 7.5 3.41425Z' fill='%23DC7365'/%3E%3C/svg%3E");

}

.shop-single .shop-content .description li.time::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.99 2.41425C6.47 2.41425 2 6.89425 2 12.4142C2 17.9342 6.47 22.4142 11.99 22.4142C17.52 22.4142 22 17.9342 22 12.4142C22 6.89425 17.52 2.41425 11.99 2.41425ZM12 20.4142C7.58 20.4142 4 16.8342 4 12.4142C4 7.99425 7.58 4.41425 12 4.41425C16.42 4.41425 20 7.99425 20 12.4142C20 16.8342 16.42 20.4142 12 20.4142ZM12.5 7.41425H11V13.4142L16.25 16.5642L17 15.3342L12.5 12.6642V7.41425Z' fill='%23DC7365'/%3E%3C/svg%3E");
}

.shop-single .gallery {
    margin-bottom: 100px;
}

.shop-single .gallery .gallery-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.shop-single .gallery .gallery-top .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    margin: 0;
}

.shop-single .gallery .slider-gallery .swiper-slide {
    height: auto;
}

.shop-single .gallery .slider-gallery .swiper-slide img {
    width: 100%;
    max-width: 100%;
}

/* Shops end */


/*  ADAPTIVE  */
@media (max-width: 1199px) {
    #menu .zrazok-btn-desctop {
        display: none;
    }

    #menu .zrazok-btn-mob {
        display: inline;
    }

    #menu .navbar-brand {
        /* margin: 0; */
        padding: 0;
    }

    #menu .logo-mob {
        /*max-height: 23px;*/
    }

    #menu .navbar-light .navbar-nav .nav-link {
        padding: 0 10px;
    }

    .navbar-light .navbar-toggler {
        color: transparent;
        border-color: transparent;
    }

    .mob-search-icon {
        display: none;
        width: 17px;
        height: 17px;
        background: url(/img/ico-search.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-right: 30px;
    }

    .mob-search-icon.active {
        background: url(/img/ico-search_red.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    input.input-search {
        width: 170px;
    }

    /*КАРТОЧКА ТОВАРА*/
    .slider-watched-wrap,
    .slider-popular-wrap {
        margin: 0;
    }

    section {
        /*padding: 28px 0;*/
    }

    #menu {
        padding: 0;
    }

    #why {
        padding-top: 45px;
        /*padding-bottom: 0;*/
    }

    #why .container {
        padding-bottom: 0;
    }

    .why-content {
        grid-gap: 20px;
    }

    #why .item {
        padding: 30px 15px;
    }

    .subtitle {
        margin-bottom: 10px;
    }

    #design {
        padding-bottom: 0;
    }

    #design .container {
        padding: 48px 95px 75px 95px;
    }

    #design .design-content {
        grid-gap: 50px;
    }

    #design .row {
        margin: 0;
    }

    #blog .blog-top .plus {
        left: 4px;
    }

    #blog .container {
        padding: 48px 30px;
    }

    .blog-page .container {
        /*max-width: 930px;*/
    }

    .slider-counter._why {
        display: none;
    }

    #how {
        padding-bottom: 0;
    }

    #choose {
        margin-bottom: 58px;
    }

    /*#choose .container{*/
    /*    padding: 48px 30px;*/
    /*}*/
    #footer .container {
        padding: 0;
    }

    /*PRODUCT*/
    #product .calc {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        justify-content: start;
        align-items: center;
        grid-gap: 18px;
    }

    #product .calc-item {
        width: auto;
        margin: 0;
    }

    #product .calc-item input {
        width: 100%;
    }

    #product .text {
        /*margin-top: 70px;*/
    }

    #product .btn-red,
    #product .btn-black {
        width: 100%;
    }

    #product .delivery-info {
        width: 100%;
    }

    /*BLOG POST*/
    #blog-post .container {
        padding: 25px 20px 10px 20px;
    }

    /*comparison*/
    #comparison .container {
        overflow: hidden;
    }

    /*SAMPLE*/
    #sample .container {
        padding: 20px 20px 30px 20px;
    }

    /*SEARCH*/
    #search-page .search-products {
        grid-template-columns: repeat(4, 1fr);
    }

    /*CHECKOUT*/
    .checkout-nav span:before {
        width: 85px;
        left: calc(100% + 10px);
    }

    .checkout-info-cart__content .item .count {
        margin-right: 0;
    }

    /*SEARCH PAGE*/
    #search-page {}

    /* Shops start */


    .shop-single .shop-content {
        display: flex;
        flex-direction: column;
        gap: 48px;
    }

    /* Shops end */
}

@media (max-width: 991px) {

    /* Menu landing, start */
    #menu.menu-landing .dropdown-toggle::after{
        transform: rotate(0deg);
    }
    #menu.menu-landing .dropdown.show .dropdown-toggle::after{
        transform: rotate(180deg);
    }
    #menu .menu-info__lists ul:last-child{
        display: none;
    }
    /* Menu landing, end */

    .footer-nav {
        /*padding-left: 0;*/
    }

    #menu .burger {
        display: block;
    }

    .drop-down-menu {
        top: 0;
    }

    #menu .navbar-nav .nav-item:last-child .nav-link {
        padding-right: 17px;
    }

    .comparision-menu-icon {
        margin-right: 28px;
    }

    #menu .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        min-width: 280px;
        height: 100%;
        background: white;
        padding: 0 0 10px 15px;
        transform: translateX(-100%);
        transition: all .3s;
        display: block !important;
        z-index: 2;
    }

    #menu .navbar-collapse.show {
        transform: translateX(0px);
    }

    #menu .navbar-collapse:before {
        /*content: '';*/
        /*position: absolute;*/
        /*left: 100%;*/
        /*top: 0;*/
        /*width: 1000px;*/
        /*height: 100%;*/
        /*background: #3E4552;*/
        /*opacity: 0.28;*/
        /*display: none;*/
    }

    #menu .navbar-collapse.show:before {
        display: block;
    }

    #menu .nav-bar-top {
        padding: 16px 0px;
        display: flex;
        align-items: center;
        border-bottom: solid 1px #DCDEE0;
        margin-left: -15px;
    }

    #menu .nav-bar-top .nav-close {
        width: 40px;
        height: 40px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='16' y='14' width='8' height='13'%3E%3Cpath d='M23.7049 24.8849L19.1249 20.2949L23.7049 15.7049L22.2949 14.2949L16.2949 20.2949L22.2949 26.2949L23.7049 24.8849Z' fill='%235F5F5F'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Crect x='40' y='40' width='40' height='40' transform='rotate(-180 40 40)' fill='%235F5F5F'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-right: 25px;
    }

    #menu .nav-bar-top p {
        font-weight: 600;
        font-size: 20px;
        line-height: 128.91%;
        color: #3E4552;
        margin-bottom: 0;
    }

    #menu .mob-menu-lang {
        margin: 25px 0 35px 0;
    }

    #menu .mob-menu-lang a {
        display: block;
        width: 40px;
        height: 40px;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.01em;
        color: #3E4552;
        text-align: center;
        line-height: 40px;
    }

    #menu .mob-menu-lang a:first-child {
        margin-right: 10px;
    }

    #menu .mob-menu-lang a.active {
        background: #FFE7E3;
    }

    #menu .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        line-height: 120%;
        padding: 13px 20px 13px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #menu .navbar-nav .nav-item:first-child .nav-link {
        padding-top: 0;
    }

    #menu .navbar-nav .nav-item:last-child .nav-link {
        padding-bottom: 0;
    }

    #menu .dropdown-toggle::after {
        transform: rotate(275deg);
    }

    #menu .navbar-nav .nav-item.show .nav-link::after {
        transform: rotate(275deg);
    }

    .drop-down-menu {
        max-width: 280px;
        height: calc(100% - 165px);
        transform: translateX(-100%);
        opacity: 1;
        z-index: 2;
        transition: all .2s;
        top: 165px;
        border: none;
        box-shadow: none;
        overflow-x: hidden;
        overflow-y: auto;
        padding-bottom: 20px;
    }

    .drop-down-menu.show {
        animation: none;
        transform: translateX(0px);
    }

    .drop-down-menu .container {
        flex-direction: column-reverse;
        max-width: 100%;
        margin: 0;
        padding: 0 15px;
    }

    .drop-down-menu:before {
        display: none;
    }

    .drop-down-menu .images {
        grid-template-columns: repeat(1, minmax(auto, 100%)) !important;
        grid-gap: 25px 0;
        margin: 0;
    }

    .drop-down-menu .images .item {
        max-width: 100%;
    }

    .drop-down-menu .images .item .img {
        max-width: 250px;
        height: 88px;
    }

    .drop-down-menu .nav .nav-item p {
        display: none;
    }

    .drop-down-menu .nav .nav-item .cat-mob {
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0.01em;
        color: #3E4552;
        display: flex;
        align-items: center;
    }

    .drop-down-menu .nav .nav-item .cat-mob {
        display: none;
    }

    .drop-down-menu .nav .nav-item:first-child .cat-mob {
        display: flex;
    }

    .drop-down-menu .nav .nav-item ul {
        column-count: 1;
        grid-gap: 0px;
    }

    .drop-down-menu .nav .nav-item ul li a {
        display: block;
        font-size: 14px;
        padding: 10px 0;
    }

    .drop-down-menu .nav .nav-item ul li:first-child a {
        padding-top: 0;
    }

    .drop-down-menu .nav .nav-item ul li:last-child a {
        padding-bottom: 0;
    }

    .drop-down-menu .nav .nav-item .cat-mob:before {
        content: '';
        width: 40px;
        height: 40px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='16' y='14' width='8' height='13'%3E%3Cpath d='M23.41 24.8849L18.83 20.2949L23.41 15.7049L22 14.2949L16 20.2949L22 26.2949L23.41 24.8849Z' fill='%235F5F5F'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Crect x='40' y='40' width='40' height='40' transform='rotate(-180 40 40)' fill='%235F5F5F'/%3E%3C/g%3E%3C/svg%3E");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .drop-down-menu .nav {
        margin: 0;
        flex-direction: column;
    }

    /*КАРТОЧКА ТОВАРА*/
    .cart-goods:hover {
        box-shadow: none;
    }

    .slider-popular,
    .slider-watched {
        padding: 0;
    }


    #breadcrambs {
        padding-top: 104px;
        padding-bottom: 18px;
    }

    /*HEADER*/
    .mob-search-icon {
        display: block;
    }

    /*INDEX*/
    #top {
        padding-bottom: 0;
    }

    #top.top-full {
        padding-top: 104px;
    }

    #top .container {
        /*padding: 75px 20px 75px 0px;*/
        position: relative;
    }

    #top h1 {
        font-size: 48px;
        line-height: 110%;
        margin-bottom: 25px;
    }

    #top .subtitle {
        margin-bottom: 8px;
    }

    .slider-top {
        height: 228px;
    }

    #design {
        padding-top: 40px;
        padding-bottom: 0;
    }

    #menu .top-menu {
        padding: 16px 0;
    }

    #menu.menu-full .top-menu {
        padding: 5.5px 0;
    }

    #menu.menu-full .logo-mob {
        max-width: 140px;
    }

    #menu.menu-full .navbar {
        padding: 10.2px 0;
    }

    #menu .top-left-menu {
        width: 100%;
    }

    #design .container {
        padding: 28px 28px 75px 28px;
    }

    #design .design-item:hover .link-catalog-category {
        padding-right: 100px;
    }

    #how .h2 {
        font-size: 42px;
    }

    #footer .container {
        padding: 0;
    }

    .container {
        width: auto;
        max-width: 100%;
        margin: 0 25px;
    }

    #catalog .catalog-container .filters {
        /*display: none;*/
        position: absolute !important;
        background: #fff;
        z-index: 4;
        /*height: 100%;*/
        top: 0;
        left: 0;
        border: 1px solid #DBDBDB;
        padding: 16px 0 35px 0;
        transform: translateX(-140%);
        transition: all .4s;
    }

    #catalog .catalog-container .filters.active {
        transform: translateX(0px);
        filter: drop-shadow(0px 16px 16px rgba(38, 50, 56, 0.08)) drop-shadow(0px 32px 48px rgba(38, 50, 56, 0.12));
    }

    #catalog .catalog-container .filters .active-filters {
        padding: 18px 20px 0 20px;
        border: none;
        font-weight: 600;
        font-size: 14px;
        line-height: 32px;
        color: #3E4552;
    }

    #catalog .catalog-container .clear-all {
        line-height: 24px;
        padding: 5px;
    }

    #catalog .active-filters span {
        display: inline-block;
        color: #3E4552;
        background: #F3F3F3;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        padding: 7px 33px 7px 5px;
        margin-right: 14px;
        position: relative;
        margin-bottom: 8px;
    }

    #catalog .active-filters span:hover {
        color: #3E4552;
        background: #F3F3F3;
    }

    #catalog .active-filters span:after {
        content: '';
        background: url("/img/ico-close.svg") no-repeat;
        background-position: center;
        background-size: cover;
        width: 14px;
        height: 14px;
        position: absolute;
        top: 9px;
        right: 9px;
        cursor: pointer;
        z-index: 1;
    }

    #catalog .filter-toggle {
        display: inline-block;
        bottom: -55px;
        left: 0;
        position: static;
    }

    #catalog .catalog-container .filters .title,
    #catalog .catalog-container .filters .filter {
        padding: 0 20px;
    }

    #catalog .catalog-container .filters .line {
        margin-top: 12px;
        margin-bottom: 20px;
        width: 100%;
        height: 1px;
        background: #DCDEE0;
    }

    .catalog-container .filters .title {
        display: flex;
        align-items: center;
    }

    #catalog .catalog-container .filters .title a {
        display: flex;
    }

    #catalog .catalog-container .filters .title a img {
        width: 7px;
        margin-right: 40px;
    }

    .filter-sort {
        /*float: right;*/
        /*padding-top: 72px;*/
    }

    .apply-filter {
        position: relative;
        transform: translateX(0px);
        opacity: 1;
        z-index: 1;
        overflow: visible;
        left: 0;
        top: 0 !important;
        width: 100%;
        background: none;
        filter: none;
        height: auto;
        border: none;
        border-radius: 0px;
    }

    .apply-filter.active {
        width: auto;
    }

    .apply-filter .btn-red {
        max-width: 100%;
        margin: 0 20px;
        margin-top: 12px;
    }

    .apply-filter:before {
        display: none;
    }

    .apply-filter span {
        display: none;
    }

    #catalog .h2 {
        /*margin-bottom: 65px;*/
    }

    #free-samples {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 1px -4px 16px rgba(51, 51, 51, 0.08);
        text-align: center;
        z-index: 2;
        padding: 18px 0;
    }

    #free-samples .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: center;
        padding: 0;
    }

    #free-samples .nav-link,
    #free-samples .nav-item {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .examples {
        margin-left: 0;
    }

    #why {
        padding-bottom: 0;
    }

    #why .why-top {
        position: static !important;
    }

    #why .container {
        position: relative;
        /*padding-bottom: 30px;*/
        padding-bottom: 0;
    }

    #blog {
        padding-top: 40px;
    }

    .catalog-container {
        border: none
    }

    /*PRODUCT*/
    #product .calc {
        grid-gap: 15px;
    }

    #product .price span {
        font-size: 18px;
    }

    #product .price {
        font-size: 11px;
    }

    #product .price-old {
        font-size: 12px;
    }

    /*BLOG PAGE*/
    .blog-content {
        grid-gap: 50px 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-page {
        padding-top: 0 !important;
        padding-bottom: 10px !important;
    }

    .blog-page .container {
        border: none !important;
        padding: 0 !important;
    }

    /*comparison*/
    .comparison-content {
        display: block;
    }

    .comparison-slider,
    .comparison-res {
        display: none;
    }

    .comparison-mob {
        display: block;
        /*padding: 0 15px;*/
    }

    .comparison-mob .comparison-mob-top {
        position: relative;
        min-height: 330px;
        display: grid !important;
        grid-template-columns: repeat(3, minmax(160px, 1fr));
        /*padding: 5px;*/
    }

    .comparison-mob .comparison-mob-top .mob-item .delete {
        width: 25px;
        height: 25px;
        background: white;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 13px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6565 1.50893L11.3916 0.25L6.37707 5.24107L1.36251 0.25L0.0976562 1.50893L5.11222 6.5L0.0976562 11.4911L1.36251 12.75L6.37707 7.75893L11.3916 12.75L12.6565 11.4911L7.64192 6.5L12.6565 1.50893Z' fill='%233E4552'/%3E%3C/svg%3E");
        position: absolute;
        top: 14px;
        right: 8px;
    }

    .comparison-mob .price-old {
        margin-top: 7px;
    }

    .comparison-mob__content {
        overflow: scroll;
    }

    .comparison-mob .mob-item {
        /*min-width: 160px;*/
        padding: 4px;
        border: 1px solid #F1F1F1;
        position: relative;
    }

    .comparison-mob img {
        width: 100%;
        padding: 15px;
        margin-bottom: 5px;
    }

    .comparison-mob .title {
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 12px;
        color: #3E4552;
    }

    .comparison-mob .price span {
        font-weight: 600;
    }

    .comparison-mob .delete {
        position: absolute;
    }

    .comparison-mob ._buy-btns p {
        width: 100%;
        max-width: 100%;
        padding: 15px 0;
        margin-bottom: 0;
    }

    .comparison-mob ._buy-btns {
        margin-bottom: 15px;
    }

    .comparison-mob ._buy-btns .btn-red {
        margin-bottom: 0;
    }

    .comparison-mob ._buy-btns .disabled {
        opacity: .2;
        cursor: inherit;
        pointer-events: none;
    }

    .comparison-mob ._buy-btns .btn-black {
        margin-top: 8px;
    }

    .comparison-table {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .comparison-table .item {
        width: 100%;
    }

    .comparison-table .table-title {
        background: #F1F1F1;
        text-align: center;
        margin: 0;
        padding: 8px 0;
        font-weight: 600;
    }

    .comparison-table .table-val {
        display: grid;
        grid-template-columns: repeat(var(--count-item), minmax(160px, 1fr));
    }

    .comparison-table .table-val p {
        padding: 8px 0;
        text-align: center;
        border: 1px solid #F1F1F1;
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 0.022em;
        color: #3E4552;
        margin: 0;
    }

    /*если товаров для сравнения два*/
    .comparison-mob__content._two .comparison-mob-top {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .comparison-mob__content._two .mob-item {
        min-width: auto;
    }

    .comparison-mob__content._two .comparison-table .item {
        width: 100%;
    }

    .comparison-mob__content._two .comparison-table .table-val {
        grid-template-columns: repeat(2, 1fr);
    }

    /*если один товар для сравнения */
    .comparison-mob__content._one .comparison-table .table-val {
        grid-template-columns: 1fr;
    }

    .comparison-mob .comparison-filter__top {
        margin-bottom: 40px;
    }

    .comparison-mob .comparison-filter__top p {
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: 0.01em;
        color: #3E4552;
        margin-bottom: 8px;
    }

    .comparison-mob .comparison-filter__bottom {
        display: flex;
        /*grid-template-columns: repeat(2, 1fr);*/
        margin-bottom: 15px;
    }

    .comparison-mob .comparison-filter__bottom .share {
        line-height: 120%;
        margin-right: 15px;
    }

    .comparison-mob .comparison-filter__bottom .del-all {
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        color: #E98C7E;
        padding-left: 30px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 12H17V14H13V12ZM13 4H20V6H13V4ZM13 8H19V10H13V8ZM1 14C1 15.1 1.9 16 3 16H9C10.1 16 11 15.1 11 14V4H1V14ZM12 1H9L8 0H4L3 1H0V3H12V1Z' fill='%23E98C7E'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: left center;
        margin: 0;
    }

    .comparison-mob .share._comparison-bottom {
        width: 220px;
        margin: 25px auto 0 auto !important;
    }

    #faq-page {
        padding-top: 0;
        margin-bottom: 20px;
    }

    #faq-page .container {
        padding: 20px;
    }

    /*SEARCH*/
    #search-page .search-products {
        grid-template-columns: repeat(3, 1fr);
    }

    .menu-search_mob {
        position: absolute !important;
        display: block;
    }

    .menu-search_mob.active {
        display: flex;
    }

    /*CHECKOUT*/
    #checkout .container {
        position: relative;
        grid-template-columns: 1fr;
        grid-gap: 0px;
        padding-top: 150px;
    }

    .checkout-info {
        max-width: 100%;
        grid-row: 2 / 3;
        border: none;
    }

    .checkout-info.active {
        /*max-height: 1000px;*/
        /*overflow: visible;*/
        border: 1px solid #DCDEE0;
        border-top: none;
    }

    .checkout-info .checkout-info__item {
        border: none;
        /* padding: 20px 12px; */
        padding: 0 12px 20px 12px;
    }

    .button-open-checkout {
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: 0.01em;
        padding: 25px 15px;
        position: relative;
        /* background: #fbfbfb; */
        transition: all .2s;
        border: 1px solid #DCDEE0
    }

    .button-open-checkout.active {
        border-bottom: 1px solid #DCDEE0;
        color: #3E4552;
        border-bottom: none;
    }

    .button-open-checkout.active:before {
        transform: translateY(-50%) rotate(180deg);
        /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.10125 0.232178L6.5 4.62134L10.8988 0.232178L12.25 1.58343L6.5 7.33343L0.75 1.58343L2.10125 0.232178Z' fill='%233E4552'/%3E%3C/svg%3E"); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .button-open-checkout:before {
        position: absolute;
        content: "";
        top: 50%;
        right: 25px;
        transform: translateY(-50%);
        width: 14px;
        height: 9px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.10125 0.232178L6.5 4.62134L10.8988 0.232178L12.25 1.58343L6.5 7.33343L0.75 1.58343L2.10125 0.232178Z' fill='%23E98C7E'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: all .2s;
    }

    .button-open-checkout__info {
        display: block;
        grid-row: 1 / 2;
        padding: 24px 12px;
    }

    .checkout-ordering {
        max-width: 100%;
        border: none;
        margin-top: 40px;
        padding: 0;
    }

    .checkout-ordering-top {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .checkout-nav {
        max-width: 350px;
    }

    .checkout-nav .contact-details__checkout-nav:before {
        width: 100px;
        left: calc(100% + 15px);
    }

    .checkout-nav .delivery-main__checkout-nav:before {
        width: 100px;
        left: calc(100% + 9px);
    }

    .form-nav {
        margin: 0 auto;
    }

    .form-nav button,
    .form-nav div {
        padding: 18px 0;
    }


    .delivery-type input[type=radio]+label::before {
        left: 15px;
    }

    .delivery-type input[type=radio]+label img {
        left: 40px;
    }

    .delivery-type input[type=radio]+label {
        padding: 12px 12px 12px 95px;
    }

    .form-group._list .input-list li {
        font-size: 12px;
        line-height: 14px;
        padding: 10px;
    }

    #checkout {
        margin-bottom: 40px;
    }

    #checkout .edit-mob {
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding: 4px 12px 28px 12px;
    }

    #checkout .edit-mob p {
        color: #E98C7E;
        font-weight: 600;
        margin: 0;
    }

    .checkout-info-cart__head .edit {
        display: none;
    }

    #thanks .container {
        margin: 0 auto;
        border: 1px solid #DCDEE0 !important;
    }

    #areon_chat_web_widget_loaded,
    .acbsww.acbsww_container {
        bottom: 58px !important;
        right: 20px !important;
    }

    .catalog-scroll-top {
        display: none;
    }

    .my-recaptcha {
        bottom: 56px;
    }

    .my-recaptcha .img {
        height: 50px;
        width: 45px;
        background-size: calc(100% - 20px);
    }

    .my-recaptcha .r-info {
        height: 50px;
    }

    .my-recaptcha .r-info div {
        line-height: 9px;
    }

    .my-recaptcha .r-info div span {
        font-size: 9px;
    }


    /* Shops start */

    .shops .other-slogan {
        margin-bottom: 24px;
    }

    .shops .other-slogan .h2 {
        font-size: 36px;
        line-height: 48px;
    }

    .shops .other-filter {
        padding: 20px;
    }

    .shops .map-wrap {
        height: 250px;
    }

    .map-list .list-item {
        padding: 24px;
    }

    .map-list .list-item .img {
        position: static;
        transform: none;
        width: 100%;
        max-width: 1100%;
        height: auto;
        margin-top: 24px;
    }

    .shop-single .shop-content .description .title {
        font-size: 28px;
        line-height: 32px;
    }

    .shop-single .gallery .gallery-top .title {
        font-size: 28px;
        line-height: 32px;
    }

    /* Shops end */
}

@media (max-width: 767px) {
    .container {
        /*padding: 0 15px;*/
        border: none !important;
        margin: 0 auto;
        padding: 0 15px;
    }

    /* Menu landing, start */
    #menu.menu-landing .burger{
        display: block;
    }
    #menu .menu-info{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        max-width: 280px;
        height: 100%;
        background-color: white;
        z-index: 4;
        padding: 0 20px;
        transform: translateX(-100%);
        transition: all .3s;
    }
    #menu .menu-info.active{
        transform: translateX(0px);
    }
    #menu .menu-info .menu-info__header{
        height: 52px;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: start;
    }
    #menu .menu-info .menu-info__header button{
        display: block;
        width: 40px;
        height: 40px;
        background: none;
        border: none;
        padding: 0;
        margin: 0;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9174 13.8123L27.0832 27.8123M27.0827 13.8123L12.917 27.8123' stroke='%233E4552' stroke-width='3'/%3E%3C/svg%3E");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    #menu .menu-info__lists.active{
        display: block !important;
    }
    #menu .menu-info__lists ul{
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 21px;
    }
    #menu .menu-info__lists ul:first-child li:last-child{
        margin-top: 10px;
    }
    #menu .menu-info__lists ul:last-child{
        display: block;
    }

    #menu .dropdown-city{
        width: 100%;
        margin-bottom: 20px;
    }
    #menu .dropdown-city .dropdown-toggle{
        width: 100%;
        max-width: 100%;
        height: 40px;
        border-bottom: 1px solid #DCDEE0;
    }
    /* Menu landing, end */

    #menu .top-menu {
        padding: 5.5px 0;
    }

    #menu.menu-full .top-menu {
        padding: 7px 0;
    }

    #menu .container {
        padding: 0 15px !important;
    }

    #menu .navbar {
        padding: 1px 0;
    }

    #menu.menu-full .navbar {
        padding: 7px 0;
    }

    #menu.menu-full .logo-mob {
        max-width: 140px;
    }

    #breadcrambs .container {
        padding: 0 15px !important;
    }

    .menu-cart-icon span {
        right: -11px;
        top: -9px;
    }

    .menu-cart-icon img {
        width: 20px !important;
    }

    .h2 {
        text-align: center !important;
        font-size: 24px !important;
        line-height: 120% !important;
        margin-bottom: 18px !important;
    }

    .subtitle {
        font-size: 12px;
        line-height: 130%;
        margin-bottom: 8px;
        text-align: center;
    }

    #design {
        padding-bottom: 40px;
    }

    #design .container {
        padding: 0 15px;
    }

    .design-content {
        grid-template-columns: 1fr;
        grid-gap: 60px 0;
        width: 100%;
    }

    .design-item {
        height: 290px;
    }

    .design-item img {
        width: 200px;
    }

    #design .design-item .link-catalog-category {
        left: 50%;
        transform: translateX(-50%);
        /*padding: 20px 25px;*/
        padding: 20px 0;
        min-width: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #design .design-item .link-catalog-category .top-slider-more {
        display: none;
    }

    #design .design-item:hover .link-catalog-category {
        min-width: 200px;
        box-shadow: none;
        padding-right: 0;
    }

    #design .design-item .link-catalog-category .title {
        font-size: 24px;
    }

    #top {
        /*padding-top: 115px;*/
    }

    #top .container {
        /*padding: 30px 15px;*/
        margin: 0 auto;
        overflow: hidden;
    }

    #top h1 {
        font-size: 34px;
        line-height: 110%;
        text-align: center;
    }

    #top .subtitle {
        font-size: 12px;
        line-height: 130%;
        text-align: center;
    }

    #top .row {
        flex-direction: column;
    }

    #top .slider-counter {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }

    #top .slider-top {
        padding-left: 15px;
        padding-right: 15px;
    }

    #top .slider-top .description {
        font-size: 14px;
    }

    #top .top-slider-more {
        margin-left: 5px;
    }

    #design {
        padding-top: 30px;
    }

    #top .description .description-content {
        padding: 20px;
        filter: none !important;
    }

    #top .slider-top {
        height: auto;
    }

    #top .slider-top .slick-slide img {
        height: 350px;
    }

    #top .slider-top .description {
        padding: 0;
        margin: 30px 0 0 0;
    }

    #how .btn-red {
        width: 100%;
        max-width: 450px;
        padding: 15px 0;
        margin: 0 auto 30px auto;
        display: block;
    }

    #how img {
        width: 100%;
        /* max-width: 330px; */
        margin: 0 auto;
        display: block;
        padding-bottom: 24px;
    }

    #design {
        padding-bottom: 38px;
    }

    #how {
        padding-top: 38px;
        padding-bottom: 0;
        margin-bottom: 64px;
        /* margin-bottom: -40px; */
    }

    #how p {
        /* text-align: center; */
    }
    #how .subtitle, #how .h2{
        text-align: start !important;
    }

    #choose {
        padding-top: 30px;
        padding-bottom: 19px;
    }

    #choose .container {
        padding: 0 15px;
    }

    #choose .h2 {
        margin-bottom: 14px !important;
    }

    #choose .container {
        position: relative;
        padding-bottom: 40px;
    }

    .choose-top {
        position: static !important;
    }

    #choose .slider-counter {
        bottom: auto;
        top: calc(100% - 15px);
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #choose .slider-counter .fraction-choose {
        width: auto;
        margin-left: 8px;
    }

    .slider-choose__main {
        min-height: 330px;
        height: auto;
    }

    #choose .slider-choose-nav {
        margin-top: 18px;
    }

    .slider-choose-nav .nav-item {
        min-width: 68px;
        min-height: 68px;
        margin-right: 20px;
    }

    #choose .slider-choose .item .text {
        min-height: 120px;
        height: auto;
        width: 100%;
        z-index: 1;
        top: auto;
        bottom: 0;
        padding: 25px 15px;
        display: grid;
        grid-template-columns: repeat(2, auto);
        grid-template-rows: repeat(2, auto);
        align-items: center;
        justify-content: space-between;
    }

    #choose .slider-choose .item .text .title {
        margin-bottom: 0;
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        font-size: 14px;
        line-height: 120%;
    }

    #choose .slider-choose .item .text .subtitle {
        text-align: start;
    }

    #choose .slider-choose .item .text .btn-black {
        grid-column: 2 / 3;
        grid-row: 1 / -1;
        justify-content: space-between;
        align-items: center;
        font-size: 0;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-1.21889e-06 10.125L13.6913 10.125L7.4025 16.4137L9 18L18 9L9 1.12054e-06L7.41375 1.58625L13.6913 7.875L-1.02219e-06 7.875L-1.21889e-06 10.125Z' fill='white'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        padding: 0;
        width: 48px;
        height: 48px;
    }

    #popular {
        margin-top: 50px;
    }

    .popular {
        padding-top: 50px;
    }

    .popular .container {
        padding-top: 0;
        position: relative;
        padding-bottom: 0px;
    }

    #popular .swiper-container {
        padding-bottom: 0px;
    }

    .popular .item .img {
        /*width: 125px;*/
        /*height: 125px;*/
        /*padding: 15px;*/
    }

    .popular .item .sale,
    .popular .item .advise,
    .popular .item .action {
        height: auto;
        font-size: 10px;
        line-height: 10px;
        padding: 6.5px 6px;
    }

    .popular .item .art,
    .popular .item .price-example {
        line-height: 12px;
        margin-bottom: 6px;
    }

    .popular .item .title {
        line-height: 14px;
        margin-bottom: 5px;
    }

    .popular .item .price .price-old {
        float: none;
        display: block;
        font-size: 12px;
        line-height: 12px;
        margin: 2px 0 8px 0;
    }

    /*.slider-popular .item .item-inner, .slider-watched .item .item-inner{*/
    /*    padding: 0 5px;*/
    /*    height: 100%;*/
    /*}*/
    .popular .item .btn-black,
    .popular .item .btn-red {
        padding: 15px 0;
        /*height: 45px;*/
    }

    .popular .slider-counter {
        bottom: auto;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .popular .popular-top {
        position: static !important;
    }

    /*#why{*/
    /*    padding-bottom: 0;*/
    /*}*/
    #blog .container {
        padding: 0 15px;
    }

    #why {
        padding-top: 0px;
        padding-bottom: 0;
    }

    #why .container {
        padding: 40px 0 0 0;
    }

    #why .row {
        margin: 0 !important;
    }

    .why-content {
        grid-template-columns: 1fr;
        padding: 0 15px;
        grid-gap: 15px;
    }

    #why .item p {
        margin-bottom: 0;
        text-align: center;
    }

    #why .item p.title {
        margin-bottom: 15px;
        text-align: center;
        width: 100%;
    }

    #why .item {
        padding: 35px 15px;
    }

    #why .item .img {
        /* margin-bottom: 25px; */
    }

    #footer.footer-landing .footer-contacts a{
        text-align: center;
    }
    #footer {
        padding: 38px 0;
    }

    #footer .container {
        padding: 0 15px;
    }

    #footer .footer-logo .logo {
        margin-bottom: 12px;
    }

    #footer .footer-logo .btn-black {
        width: 100%;
        max-width: 100%;
    }

    #footer .footer-logo,
    #footer .footer-nav,
    #footer .footer-faq,
    #footer .footer-contacts,
    #footer .privacy-policy {
        margin-bottom: 28px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #footer .footer-logo .title,
    #footer .footer-nav .title,
    #footer .footer-faq .title,
    #footer .footer-contacts .title {
        margin-bottom: 5px;
    }

    #footer .methods {
        margin: 30px auto 0 auto;
        display: block;
        float: none;
    }

    #footer .line {
        max-width: 100%;
        margin: 28px auto;
    }

    #footer .privacy-policy {
        display: flex;
    }

    #footer p.text-logo {
        text-align: center;
    }

    /*CATALOG*/
    #catalog {
        padding-top: 0;
    }

    #catalog .container {
        padding: 0 10px;
    }

    .filter-sort {
        /*padding-top: 45px;*/
    }

    #catalog .filter-toggle {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 8px;
    }

    #catalog .h2 {
        text-align: start !important;
    }

    #breadcrambs {
        padding: 104px 0 14px 0;
    }

    #catalog .catalog-container .products .item {
        padding: 12px 0;
    }

    #catalog .catalog-container .filters .title,
    #catalog .catalog-container .filters .filter {
        padding: 0 15px;
    }

    #catalog .catalog-container .filters .title.title-top {
        margin-bottom: 16px;
    }

    .faq-catalog .h3 {
        font-size: 24px;
        text-align: center;
    }

    #catalog .filter-toggle {
        font-size: 14px;
    }

    /*PRODUCT*/
    #product {
        padding: 4px 0 0 0;
        margin: 0;
    }

    #product .container .content {
        padding: 0;
    }

    #product .title {
        font-size: 24px;
        line-height: 120%;
        margin-bottom: 8px;
        padding-right: 0;
    }

    #product .sizes {
        margin-bottom: 15px;
    }

    #product .calc {
        margin-bottom: 0;
    }

    /*#product .calc-item input{*/
    /*    width: 100%;*/
    /*}*/
    #product .text {
        margin-top: 50px;
    }

    #product .price span {
        font-size: 24px;
    }

    #product .price {
        font-size: 14px;
    }

    #product .price-old {
        font-size: 18px;
    }

    .product-features {
        margin-top: 35px;
    }

    .product-slider-main-nav {
        margin: 5px -5px 0 -5px;
    }

    .product-slider-main-nav .img {
        padding: 4px;
    }

    #product .cur-prod-count {
        text-align: start;
        margin: 40px 0 25px 0;
        padding: 0;
    }

    #product .sale,
    #product .advise,
    #product .action {
        top: 15px;
        left: 15px;
    }

    .popular {
        margin-bottom: 75px;
    }

    #product .delivery-info {
        font-size: 12px;
    }

    #form-review.active {
        max-height: 400px;
    }

    /*.popular .container{*/
    /*    padding-bottom: 45px;*/
    /*    position: relative;*/
    /*}*/
    .popular .h3 {
        text-align: center;
    }

    .popular .popular-top {
        position: static !important;
    }

    .popular .slider-counter {
        top: 100%;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    #add-review .add-comment-btn {
        position: relative;
        right: 0;
        bottom: 0;
        max-width: 100%;
        padding: 0 15px;
    }

    #add-review .add-comment-btn .btn-red {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
        display: block;
    }

    #add-review .h3 {
        text-align: center;
        margin-bottom: 18px;
    }

    #comments {
        padding: 0;
    }

    #comments .item {
        padding: 9px 0 50px 0;
        border-bottom: 1px solid #DCDEE0;
        position: relative;
    }

    .comment-top {
        position: static !important;
    }

    #comments .date {
        position: absolute;
        bottom: 18px;
        left: 0;
        top: auto;
        right: auto;
    }

    #comments .text .ansver {
        margin-left: 30px;
        padding-top: 19px;
        background-size: 90px 15px;
    }

    /*POPUP*/
    .popup {
        background: white;
        padding: 0;
    }

    .popup-slider-product .popup-top p {
        display: none;
    }

    .popup-slider-product .popup-top {
        border: none;
    }

    .close-popup {
        position: absolute;
        top: 12px;
        right: 12px;
    }

    .slider-popup-product .img img {
        max-width: 100%;
    }

    .popup-slider-product .popup-content {
        padding: 0;
    }

    .popup-del {
        background: none;
        padding: 0 10px;
        /*max-width: 335px;*/
    }

    .popup-del .close-popup {
        position: absolute !important;
    }

    .popup-del .popup-container {
        padding: 25px;
        max-width: 335px;
        box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
    }

    .popup-del .btns {
        display: flex;
        flex-direction: column-reverse;
        grid-template-columns: 200px;
        grid-gap: 0px;
    }

    .popup-del .btns .del-prod__submit {
        margin-bottom: 12px;
    }

    .popup-del .status {
        font-size: 18px;
        line-height: 22px;
    }

    /*BLOG PAGE*/
    .blog-page {
        padding-bottom: 30px !important;
    }

    .blog-page .container {
        padding: 0 15px !important;
    }

    .blog-page .pagination {
        margin-bottom: 0;
    }

    .blog-top .img {
        display: flex;
        flex-direction: column-reverse;
    }

    #blog .blog-top .title {
        font-size: 24px;
    }

    .form-blog {
        position: relative;
        top: 0;
        right: 0;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .blog-content {
        grid-template-columns: 1fr;
        margin-top: 30px;
        grid-gap: 30px 0;
    }

    #blog .blog-content .tag {
        top: 15px;
        left: 15px;
        line-height: 30px;
        font-size: 10px;
    }

    #blog .blog-content .img {
        margin-bottom: 8px;
    }

    .pagination-block .btn-more {
        width: 100% !important;
    }

    /*BLOG POST*/
    #blog-post {
        margin-bottom: 30px;
        padding: 0;
    }

    #blog-post .container {
        padding: 0 15px;
    }

    #blog-post .h3 {
        font-size: 22px;
        margin-bottom: 18px;
        line-height: 120%;
    }

    #blog-post .tag {
        margin-bottom: 3px;
        flex-wrap: wrap;
        /*padding: 14px 25px;*/
        /*font-size: 10px;*/
    }

    #blog-post .tag span {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .blog-page .blog-sorting {
        width: 100%;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        max-width: 450px;
    }

    .blog-page .blog-sorting .dropdown {
        width: 100% !important;
    }

    #comparison .h3 {
        font-size: 24px;
    }

    #comparison .container {
        padding: 0 15px;
    }

    #faq-page {
        margin-bottom: 20px;
    }

    #faq-page .container {
        padding: 0 15px;
    }

    #faq-page .h {
        font-size: 16px;
    }

    /*#faq-page p {*/
    /*    padding: 0 10px 20px 10px;*/
    /*}*/
    .faq-body {
        padding: 8px 0 20px 10px;
    }

    /*SAMPLE*/
    #sample {
        padding: 0;
    }

    #sample .container {
        border: none;
        padding: 0 15px 0 15px;
    }

    .sample-top .h2 {
        margin-bottom: 8px;
    }

    .sample-top p {
        margin-bottom: 25px;
    }

    .sample-benefits {
        grid-template-columns: 1fr;
        grid-gap: 35px 0;
    }

    #sample .btn-black {
        max-width: 450px;
    }

    .sample-video {
        margin-top: 40px;
    }

    .sample-video__play {
        margin-top: 0;
        width: 60px;
        height: 60px;
    }

    .sample-video__play:before {
        border-width: 14px 0 14px 20px;
    }


    /*404*/
    .site-error {
        height: 320px;
    }

    .site-error .logo-404 {
        width: 125px;
    }

    .site-error .h2 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }

    .site-error .help-bg1 {
        display: none;
    }

    .site-error .img-bg1 {
        top: 20px;
        left: 35px;
    }

    .site-error .img-bg2 {
        right: 28px;
        top: 160px;
    }

    .site-error .btn-black {
        padding: 17px 0;
        max-width: 450px;
    }

    /*SEARCH*/
    #search-page {
        padding: 0;
    }

    #search-page .container {
        border: none;
        padding: 0 15px;
        margin-bottom: 0;
    }

    #search-page .h3 {
        font-size: 24px;
        margin-bottom: 18px;
    }

    #search-page .input-field {
        margin-bottom: 18px;
    }

    #search-page .search-products {
        grid-template-columns: repeat(2, minmax(auto, 180px));
        justify-content: center;
        grid-gap: 10px;
    }

    .search-products .cart-goods {
        padding: 10px 0;
    }

    .cart-goods .product-slider {
        /*padding: 15px;*/
    }

    .cart-goods .product-navigation {
        display: none;
    }

    .cart-goods .swiper-pagination {
        /*bottom: 1px;*/
    }

    .cart-goods .swiper-slide {
        overflow: hidden;
    }

    .menu-search_mob:before {
        right: 106px;
    }

    /*POPUP CART*/
    .popup-cart {
        align-items: start;
    }

    .popup-cart .popup-container {
        padding: 25px 15px;
        max-width: 100%;
        max-height: 100%;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .popup-cart .popup-container .popup-cart-main {
        flex-grow: 1;
    }

    .popup-cart-content {
        padding: 0;
    }

    .popup-cart .plate {
        padding: 8px 15px
    }

    .popup-cart .plate.plate-sample {
        margin-top: 15px;
    }

    .popup-cart .close-popup,
    .popup-checkout-samples .close-popup {
        position: relative;
        top: auto;
        right: auto;
    }

    .popup-cart-header {
        margin-bottom: 20px;
    }

    .popup-cart-header p {
        font-size: 20px;
        line-height: 24px;
    }

    .popup-cart .item {
        padding: 12px 0px;
        flex-direction: column;
        align-items: start !important;
    }

    .popup-cart .item-left {
        margin-bottom: 15px;
        min-height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .popup-cart .item-left img {
        width: 50px;
        height: 50px;
    }

    .popup-cart .item-left .title {
        margin-bottom: 4px;
    }

    .popup-cart .item-left .title,
    .popup-cart .item-left .price {
        padding-left: 58px;
    }

    .popup-cart .item-center {
        margin-bottom: 12px;
    }

    .popup-cart .item-right {
        background: #F4F4F4;
        padding: 7px 15px 7px 15px;
        width: 100%;
        margin-top: 0;
    }

    .popup-cart .line {
        display: none;
    }

    .popup-cart .item-right .del-prod {
        width: 40px;
        height: 40px;
        background-size: 13px 16px;
    }

    .popup-cart .item-right .del-prod:hover {
        background-size: 13px 16px;
    }

    .plate-sample {
        margin-top: 25px;
    }

    .popup-cart-footer {
        align-items: start !important;
        padding: 25px 15px;
        margin: 15px -15px -25px -15px;
        width: calc(100% + 30px);
    }

    .popup-cart-footer .top,
    .popup-cart-footer .bts {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }

    .popup-cart-footer .item {
        flex-direction: row;
        padding: 0 0 15px 0;
    }

    .popup-cart-footer .bts {
        flex-direction: column;
    }

    .popup-cart-footer .btn-black {
        margin: 0 0 8px 0;
    }

    .popup-cart .item-center .cur-prod-count-val {
        width: 48px;
        height: 48px;
    }

    .popup-cart .item-center .minus,
    .item-center .plus {
        width: 48px;
        height: 48px;
        line-height: 48px;
    }

    .popup-cart .item-center .counter._sample .cur-prod-count-val {
        line-height: 48px;
    }

    .popup-cart .item-center .counter._sample {
        margin-left: 20px;
    }

    .popup-cart .item-center .dropdown,
    .popup-cart .item-center .count-volume {
        margin: 13px 0 0 8px;
    }

    .popup-alert {
        padding: 0 15px;
        background: none;
    }

    .popup-alert .popup-container {
        padding: 25px 15px;
    }

    .popup-alert .status {
        font-size: 18px;
        line-height: 24px;
    }

    .popup-alert .close-popup {
        /*position: fixed;*/
        /*top: 20px;*/
        /*right: 30px;*/
    }

    .review-content {
        grid-template-columns: 230px auto;
        padding: 0 15px;
        margin-top: 30px;
        grid-gap: 10px;
    }

    .review-content input[type=text] {
        padding: 10px 10px 10px 15px;
    }

    .review-content .field-coments-text textarea {
        height: 115px;
    }

    .review-content .field-coments-text.has-error textarea {
        height: 130px;
    }

    /*CARD FREE SAMPLES*/
    .popup-checkout-samples .popup-container,
    .popup.callback .popup-container {
        padding: 25px 15px;
        max-height: 100%;
    }

    .popup-checkout-samples .plate {
        width: calc(100% + 30px);
        padding: 8px 15px;
        margin: 0 -15px 10px -15px;
    }

    .popup-checkout-samples .form-group {
        margin-bottom: 8px;
    }

    #form-checkout-samples .btns {
        flex-direction: column-reverse !important;
    }

    #form-checkout-samples .btns p,
    #form-checkout-samples .btns button {
        max-width: 100%;
        padding: 15px 0;
    }

    #form-checkout-samples .btns p {
        margin: 12px 0 0 0 !important;
    }

    #thanks {
        padding: 0;
    }

    #thanks .container {
        padding: 25px 15px;
        border: none !important;
    }

    .thanks-top .line {
        width: 100%;
        margin: 15px 0 0 0;
    }

    .thanks-card__content .item {
        display: grid;
        grid-template-columns: repeat(2, auto);
        grid-template-rows: repeat(2, auto);
        grid-gap: 20px 0;
        margin-bottom: 34px;
    }

    .thanks-card__content .name {
        grid-column: 1 / -1;
        grid-row: 1 / 2;
    }

    .thanks-card__content .price {
        text-align: end;
    }

    .popup-cart .item-center .counter._sample,
    .popup-free-samples .item-center .counter._sample {
        align-items: start;
        margin-left: 0;
    }

    .popup-cart .item-center .dropdown,
    .popup-cart .item-center .count-volume {
        margin: 13px 0 0 -5px;
    }

    /*PAY*/
    #pay {
        border: none;
        padding: 0 15px;
        margin: 100px auto;
    }

    #page .container {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .comparison-mob .switch {
        width: 49px;
        height: 21px;
        margin-bottom: -6px;
    }

    .comparison-mob .slider {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='49' height='21' viewBox='0 0 49 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38.5 0H10.5C4.70101 0 0 4.70101 0 10.5C0 16.299 4.70101 21 10.5 21H38.5C44.299 21 49 16.299 49 10.5C49 4.70101 44.299 0 38.5 0Z' fill='%23B5B5B5'/%3E%3Cpath d='M10.5 19C15.1944 19 19 15.1944 19 10.5C19 5.80558 15.1944 2 10.5 2C5.80558 2 2 5.80558 2 10.5C2 15.1944 5.80558 19 10.5 19Z' fill='white'/%3E%3C/svg%3E");
    }

    .comparison-mob input:checked+.slider {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='49' height='21' viewBox='0 0 49 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38.5 0H10.5C4.70101 0 0 4.70101 0 10.5C0 16.299 4.70101 21 10.5 21H38.5C44.299 21 49 16.299 49 10.5C49 4.70101 44.299 0 38.5 0Z' fill='%23E98C7E'/%3E%3Cpath d='M38.5 19C43.1944 19 47 15.1944 47 10.5C47 5.80558 43.1944 2 38.5 2C33.8056 2 30 5.80558 30 10.5C30 15.1944 33.8056 19 38.5 19Z' fill='white'/%3E%3C/svg%3E");
    }

    .popup-free-samples .popup-container {
        position: relative;
        display: block;
    }

    /*.popup-free-samples .btn-buy-samples{*/
    /*    max-width: 450px;*/
    /*    margin: 12px auto 0 auto;*/
    /*}*/
    .popup-free-samples ._btns {
        grid-template-columns: minmax(auto, 450px);
        grid-template-rows: repeat(2, 1fr);
        grid-gap: 15px 0;
        margin: 12px 0 0 0;
    }

    .popup-free-samples .item-center {
        justify-content: start !important;
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        margin-bottom: 0;
    }

    .popup-free-samples .item-center .counter {
        align-items: start !important;
        margin-left: 0 !important;
    }

    .popup-free-samples .item-center .count-volume {
        margin: 8px 0 0 -5px !important;
    }

    .popup-free-samples .message-title {
        line-height: 19px;
    }

    .popup-free-samples .message-text {
        line-height: 22px;
    }

    .popup-free-samples .item {
        position: relative;
        display: grid !important;
        grid-template-columns: repeat(2, auto);
        grid-template-rows: repeat(2, auto);
    }

    .popup-free-samples .item .item-left {
        flex-direction: row !important;
        justify-content: start !important;
        grid-column: 1 / -1;
        grid-row: 1 / 2;
        padding-right: 40px;
    }

    .popup-free-samples .item .item-left .title {
        padding-left: 0 !important;
    }

    .popup-free-samples .item .item-right {
        grid-column: 2/3;
        grid-row: 2/3;
        background: none;
        padding: 0;
        margin: 0 10px 0 0;
        justify-content: flex-end !important;
        /*height: 100%;*/
    }

    .popup-free-samples .item .item-right .total-price {
        margin: 8px 0 0 0;
    }

    .popup-free-samples .item-right .del-prod {
        position: absolute;
        top: 12px;
        right: 0;
        width: 30px;
        height: 30px;
        background-size: 10px 13px;
    }

    .popup-free-samples .line {
        display: block;
        margin: 0 -15px;
        width: calc(100% + 30px);
    }

    .popup-free-samples .item-center .counter .cur-prod-count-val {
        padding: 0;
        width: 44px;
        height: 36px;
        line-height: 34px !important;
    }

    .popup-checkout-samples .delivery-type input[type=radio]+label {
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 140%;
    }

    .form-checkout .form-group._additional-delivery {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
        grid-gap: 14px 0;
    }

    .form-nav button.hide,
    .form-nav div.hide {
        /* display: none; */
    }

    #areon_chat_web_widget_loaded,
    .acbsww.acbsww_container {
        right: 10px !important;
    }

    /* Shops start */

    .shops .container {
        padding: 0 15px;
    }

    .shops .list-wrap {
        margin-bottom: 64px;
    }

    .shops .other-filter {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .shops .other-filter .filter-sort {
        width: 100%;
    }

    .shops .map-wrap {
        height: 400px;
    }

    .map-list .list-item .name {
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
    }

    .shop-single .gallery {
        margin-bottom: 64px;
    }

    #checkout .edit-mob {
        padding: 14px 12px 24px 12px;
    }



    /* Shops end */
}

@media (max-width: 575px) {
    #free-samples .nav-link {
        font-size: 12px;
        padding: 0 10px 0 0;
    }

    #free-samples .examples {
        padding: 0;
    }

    #yii-debug-toolbar {
        display: none !important;
    }

    #why {
        padding-bottom: 19px;
    }

    #blog {
        padding-top: 19px;
    }

    #blog .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    #blog .blog-top .plus {
        display: none;
    }

    #blog .item {
        margin-bottom: 25px;
    }

    #blog .img {
        margin-bottom: 12px;
    }


    #blog .img img {
        width: 100%;
    }

    #blog-post .img {
        margin-top: 55px;
    }

    #blog .tag span {
        padding: 9px 18px;
        margin-right: 5px;
    }

    #blog-post .share {
        right: auto;
        left: 0;
        bottom: calc(100% + 15px);
    }

    #blog .btn-black {
        display: block;
        max-width: 450px;
        padding: 15px 0;
        text-align: center;
    }

    /*CATALOG*/
    #catalog .h2 {
        /*width: 160px;*/
        width: 100%;
        max-width: 100%;
    }

    #catalog .item .price .price-old {
        float: none;
        display: block;
        font-size: 12px;
        line-height: 12px;
        margin: 2px 0 8px 0;
    }

    #catalog .item .btn-red,
    #catalog .item .btn-black {
        max-width: 160px;
        padding: 15px 0;
    }

    .filter-toggle {
        max-width: 160px;
    }

    #catalog .catalog-container .products .item:hover {
        box-shadow: 0 0 0 rgb(51 51 51 / 4%), 0 0 0 rgb(51 51 51 / 24%);
    }

    #catalog .item .item-inner {
        max-width: 160px;
    }

    .cart-goods .img {
        width: 160px;
        height: 160px;
        padding: 15px;
    }

    .popular .item .img {
        width: 160px;
        height: 160px;
    }

    .filter-sort {
        /*padding-top: 48px;*/
    }

    #catalog .item .sale,
    #catalog .item .advise,
    #catalog .item .action {
        font-size: 10px;
        line-height: 10px;
        height: auto;
        padding: 6.5px 6px;
    }

    #faq p {
        padding: 0 10px 20px 10px;
    }

    /*BLOG PAGE*/
    .form-blog {
        display: grid;
        grid-template-columns: repeat(2, minmax(auto, 150px));
    }

    .form-blog .form-group {
        min-width: auto;
    }

    /*SEARCH*/
    .search-products .btn-black,
    .search-products .btn-red {
        padding: 15px 0;
    }

    .search-products .item-inner-top {
        width: 100%;
    }

    .search-products .img {
        width: 160px;
        height: 160px;
    }

    .review-content {
        display: block;

        padding: 0 15px;
        margin-top: 30px;
    }

    .review-content .form-group {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .review-content input[type=text] {
        font-size: 12px !important;
    }

    .review-content .field-coments-text textarea {
        font-size: 12px;
    }

    .review-content .field-coments-text .control-label {
        display: none;
    }

    #product .calc-item {
        padding: 0;
    }

    #product .calc {
        grid-gap: 5px;
    }

    .calc-rezult {
        font-size: 10px;
    }

    .calc-rezult strong {
        font-size: 13px;
        margin-right: 2px;
    }

    /*CHECKOUT*/
    .checkout-info-cart__content .item {
        display: grid !important;
        grid-template-columns: repeat(2, auto);
        grid-template-rows: repeat(2, auto);
        align-items: start !important;
        grid-gap: 12px;
    }

    .checkout-info-cart__content .item .info-checkout {
        grid-column: 1 / -1;
    }

    .checkout-info-cart__content .item .count {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        align-items: start !important;
    }

    .checkout-info-cart__content .item .price {
        width: 100%;
        grid-column: 2 / 3;
        grid-row: 2 / 3;
        display: flex;
        justify-content: flex-end;
        margin-top: 5px;
        align-items: center;
    }

    .checkout-info .checkout-info__item .title-top {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .checkout-info .checkout-info__item .title-top {
        font-size: 14px;
    }

    .checkout-info__footer {
        grid-gap: 10px;
    }

    .checkout-info__footer p {
        font-size: 12px;
    }

    .checkout-info__footer p.total-price span {
        font-size: 16px;
    }

    .checkout-info .checkout-info__item {
        padding: 10px 12px;
    }

    .checkout-ordering-top .h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .form-checkout .delivery-address .item.plitkar .price-delivery .item p {
        font-size: 12px;
    }

    .form-checkout .delivery-address .item.plitkar .price-delivery .total-price {
        font-size: 16px;
    }

    .form-checkout .delivery-address .item.plitkar .price-delivery {
        padding: 10px;
    }

    .checkout-info-cart__content .count span {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
    }

    #popular .row,
    #watched .row {
        margin: 0;
        width: 100%;
        /*padding: 0 10px;*/
    }

    /*.slider-watched,*/
    /*.slider-popular{*/
    /*    overflow: hidden;*/
    /*    padding: 0;*/
    /*}*/
    .slider-watched-wrap,
    .slider-popular-wrap {
        padding: 0 0 25px 0;
        box-sizing: border-box;
    }

    .slider-watched,
    .slider-popular {
        margin: 0 -5px;
        overflow: hidden;
        padding: 0;
    }

    .slider-watched .item,
    .slider-popular .item {
        padding: 0 5px;
        margin-bottom: 0;
    }

    /*pay*/
    #pay form {
        width: 100%;
    }

    #pay .btn-red {
        width: 100%;
        max-width: 100%;
        padding: 18px 0;
    }

    #pay .h3 {
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 8px;
    }

    .checkout-nav {
        max-width: 100%;
        padding: 0 15px;
    }
}

@media (max-width: 360px) {
    .top-menu .header-phone a {
        font-size: 10px;
    }

    #menu .container {}

    #top .img {
        width: 220px;
    }

    .comparision-menu-icon,
    .mob-search-icon {
        margin-right: 15px;
    }

    /*КАРТОЧКА ТОВАРА*/
    .cart-goods .img {
        width: 140px !important;
        height: 140px !important;
    }

    .calc-rezult {
        font-size: 9px;
    }

    .calc-rezult strong {
        font-size: 12px;
        margin-right: 2px;
    }

    #catalog .catalog-container .products .item {
        padding: 10px 5px;
        margin-bottom: 0;
    }

    #catalog .item .item-inner {
        /*max-width: 140px;*/
    }

    #checkout .container {
        padding-top: 125px;
    }


    #watched .row {
        margin: 0 !important;
    }

    .slider-watched .item .item-inner,
    .slider-popular .item .item-inner {
        max-width: 160px;
    }
}

@media (max-width: 450px) {
    .btn-more {
        width: calc((100% - 320px) / 2 + 320px);
        max-width: calc((100% - 320px) / 2 + 320px) !important;
    }
}