@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

* {
    outline: none !important;
}

/*
Чтобы убрать синюю обводку на Android & Chrome
*/
input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    scroll-padding-top: 165px;
    -webkit-scroll-behavior: smooth;
    scroll-behavior: smooth;
}

@media (max-width: 680px) {
    html {
        scroll-padding-top: 65px;
    }
}

body {
    display: flex;
    flex-flow: column;
    height: 100vh;
}

html,
body {
    min-width: 320px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #3d3d3d;
}

body.opened,
html.opened {
    overflow-y: hidden;
    position: relative;
    height: auto;
}

@media (max-width: 990px) {

    body.opened,
    html.opened {
        overflow: hidden;
        position: relative;
        height: 100vh;
    }
}

a {
    transition: all 0.3s ease-in-out;
}

a,
a:hover {
    text-decoration: none;
}

a:hover {
    color: #6ab616;
}

a,
span,
i {
    display: inline-block;
}

button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.m-w-515 {
    max-width: 515px;
    width: 67%;
}

.pl-15 {
    padding-left: 15px !important;
}

.ml-auto {
    margin-left: auto;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mb-space {
    margin-bottom: 90px;
}

.horizontal-scroll {
    overflow-x: auto;
    overflow-y: hidden;
}

.horizontal-scroll::-webkit-scrollbar {
    display: none;
}

.text-success {
    color: #6AB616 !important;
}

.text-warning {
    color: #DB8300 !important;
}

.text-danger {
    color: #e3000f !important;
}

.list-unstiled {
    list-style: none !important;
}

.mob-menu {
    display: none;
}

.text-right {
    text-align: right;
}

.ml-1 {
    margin-left: 1rem;
}

.wrapper {
    max-width: 1265px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.red-gradient {
    background: -webkit-linear-gradient(320deg,
            rgba(255, 230, 191, 0.93) 0%,
            rgba(255, 177, 58, 0.65) 20%,
            rgba(255, 138, 31, 0.61) 31%,
            rgba(255, 65, 63, 0.67) 47%,
            rgba(255, 14, 85, 0.7) 67%,
            rgba(255, 80, 56, 0.64) 87%,
            rgba(255, 139, 31, 0.65) 99%,
            rgba(235, 160, 88, 0.65) 100%);
    background: -o-linear-gradient(320deg,
            rgba(255, 230, 191, 0.93) 0%,
            rgba(255, 177, 58, 0.65) 20%,
            rgba(255, 138, 31, 0.61) 31%,
            rgba(255, 65, 63, 0.67) 47%,
            rgba(255, 14, 85, 0.7) 67%,
            rgba(255, 80, 56, 0.64) 87%,
            rgba(255, 139, 31, 0.65) 99%,
            rgba(235, 160, 88, 0.65) 100%);
    background: -ms-linear-gradient(320deg,
            rgba(255, 230, 191, 0.93) 0%,
            rgba(255, 177, 58, 0.65) 20%,
            rgba(255, 138, 31, 0.61) 31%,
            rgba(255, 65, 63, 0.67) 47%,
            rgba(255, 14, 85, 0.7) 67%,
            rgba(255, 80, 56, 0.64) 87%,
            rgba(255, 139, 31, 0.65) 99%,
            rgba(235, 160, 88, 0.65) 100%);
    background: -moz-linear-gradient(320deg,
            rgba(255, 230, 191, 0.93) 0%,
            rgba(255, 177, 58, 0.65) 20%,
            rgba(255, 138, 31, 0.61) 31%,
            rgba(255, 65, 63, 0.67) 47%,
            rgba(255, 14, 85, 0.7) 67%,
            rgba(255, 80, 56, 0.64) 87%,
            rgba(255, 139, 31, 0.65) 99%,
            rgba(235, 160, 88, 0.65) 100%);
    background: linear-gradient(130deg,
            rgba(255, 230, 191, 0.93) 0%,
            rgba(255, 177, 58, 0.65) 20%,
            rgba(255, 138, 31, 0.61) 31%,
            rgba(255, 65, 63, 0.67) 47%,
            rgba(255, 14, 85, 0.7) 67%,
            rgba(255, 80, 56, 0.64) 87%,
            rgba(255, 139, 31, 0.65) 99%,
            rgba(235, 160, 88, 0.65) 100%);
}

.green-gradient {
    background: -webkit-linear-gradient(10deg,
            rgb(152, 233, 76) 0%,
            rgb(39, 196, 73) 20%,
            rgb(50, 198, 84) 49%,
            rgb(146, 231, 75) 69%,
            rgb(220, 248, 189) 89%,
            rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(10deg,
            rgb(152, 233, 76) 0%,
            rgb(39, 196, 73) 20%,
            rgb(50, 198, 84) 49%,
            rgb(146, 231, 75) 69%,
            rgb(220, 248, 189) 89%,
            rgb(255, 255, 255) 100%);
    background: -ms-linear-gradient(10deg,
            rgb(152, 233, 76) 0%,
            rgb(39, 196, 73) 20%,
            rgb(50, 198, 84) 49%,
            rgb(146, 231, 75) 69%,
            rgb(220, 248, 189) 89%,
            rgb(255, 255, 255) 100%);
    background: -moz-linear-gradient(10deg,
            rgb(152, 233, 76) 0%,
            rgb(39, 196, 73) 20%,
            rgb(50, 198, 84) 49%,
            rgb(146, 231, 75) 69%,
            rgb(220, 248, 189) 89%,
            rgb(255, 255, 255) 100%);
    background: linear-gradient(80deg,
            rgb(152, 233, 76) 0%,
            rgb(39, 196, 73) 20%,
            rgb(50, 198, 84) 49%,
            rgb(146, 231, 75) 69%,
            rgb(220, 248, 189) 89%,
            rgb(255, 255, 255) 100%);
}

.blue-gradient {
    background: -webkit-linear-gradient(354deg,
            rgb(205, 180, 211) 0%,
            rgb(207, 135, 247) 3%,
            rgb(39, 145, 203) 23%,
            rgb(1, 147, 194) 39%,
            rgb(163, 137, 236) 59%,
            rgb(241, 150, 255) 72%,
            rgb(255, 255, 255) 98%);
    background: -o-linear-gradient(354deg,
            rgb(205, 180, 211) 0%,
            rgb(207, 135, 247) 3%,
            rgb(39, 145, 203) 23%,
            rgb(1, 147, 194) 39%,
            rgb(163, 137, 236) 59%,
            rgb(241, 150, 255) 72%,
            rgb(255, 255, 255) 98%);
    background: -ms-linear-gradient(354deg,
            rgb(205, 180, 211) 0%,
            rgb(207, 135, 247) 3%,
            rgb(39, 145, 203) 23%,
            rgb(1, 147, 194) 39%,
            rgb(163, 137, 236) 59%,
            rgb(241, 150, 255) 72%,
            rgb(255, 255, 255) 98%);
    background: -moz-linear-gradient(354deg,
            rgb(205, 180, 211) 0%,
            rgb(207, 135, 247) 3%,
            rgb(39, 145, 203) 23%,
            rgb(1, 147, 194) 39%,
            rgb(163, 137, 236) 59%,
            rgb(241, 150, 255) 72%,
            rgb(255, 255, 255) 98%);
}

.pin-icon,
.icon.icon-place {
    background: url(../icons/pin-icon.svg) no-repeat center / contain;
    width: 16px;
    height: 16px;
}

.pin-sm-icon {
    background: url(../icons/pin-sm-icon.svg) no-repeat center / contain;
    width: 12px;
    height: 14px;
}

.arrow-down-icon {
    background: url(../icons/arrow-down-icon.svg) no-repeat center / contain;
    width: 14px;
    height: 7px;
}

.arrow-right-icon {
    background: url(../icons/arrow-right-icon.svg) no-repeat center / contain;
    width: 7px;
    height: 14px;
}

.phone-icon {
    background: url(../icons/phone-icon.svg) no-repeat center / contain;
    width: 14px;
    height: 14px;
}

.enter-icon {
    background: url(../icons/enter-icon.svg) no-repeat center / contain;
    width: 14px;
    height: 14px;
}

.user-icon {
    background: url(../icons/user-icon.svg) no-repeat center / contain;
    width: 18px;
    height: 16px;
}

.user-black-icon {
    background: url(../icons/user-black-icon.svg) no-repeat center / contain;
    width: 18px;
    height: 16px;
}

.heart-icon {
    background: url(../icons/heart-icon.svg) no-repeat center / contain;
    width: 30px;
    height: 30px;
}

.heart-fill-icon {
    background: url(../icons/heart-fill-icon.svg) no-repeat center / contain;
    width: 30px;
    height: 30px;
}

.cart-icon {
    background: url(../icons/cart-icon.svg) no-repeat center / contain;
    width: 30px;
    height: 30px;
}

.apt-icon {
    background: url(../icons/apt-icon.svg) no-repeat center / contain;
    width: 20px;
    height: 20px;
}

.termometr-icon {
    background: url(../icons/termometr-icon.svg) no-repeat center / contain;
    width: 9px;
    height: 20px;
}

.pill-icon {
    background: url(../icons/pill-icon.svg) no-repeat center / contain;
    width: 20px;
    height: 20px;
}

.food-icon {
    background: url(../icons/food-icon.svg) no-repeat center / contain;
    width: 20px;
    height: 20px;
}

.insta-icon,
.inst-icon {
    background: url(../icons/inst-icon.svg) no-repeat center / contain;
    width: 30px;
    height: 30px;
}

.fb-icon {
    background: url(../icons/fb-icon.svg) no-repeat center / contain;
    width: 30px;
    height: 30px;
}

.vk-icon {
    background: url(../icons/vk-icon.svg) no-repeat center / contain;
    width: 30px;
    height: 30px;
}

.apple-app-icon {
    background: url(../images/app-store-btn.svg) no-repeat center / contain;
    width: 120px;
    height: 40px;
}

.google-app-icon {
    background: url(../images/google-play-btn.svg) no-repeat center / contain;
    width: 120px;
    height: 40px;
}

.to-top-icon {
    background: #fff url(../icons/to-top-icon.svg) no-repeat center / contain;
    width: 60px;
    height: 60px;
}

.close-icon {
    background: url(../icons/close-icon.svg) no-repeat center / contain;
    width: 15px;
    height: 15px;
}

.close-grey-icon {
    background: url(../icons/close-grey-icon.svg) no-repeat center / contain;
    width: 15px;
    height: 15px;
}

.burger-menu-icon {
    background: url(../icons/burger-menu-icon.svg) no-repeat center / contain;
    width: 38px;
    height: 25px;
}

.phone-black-icon {
    background: url(../icons/phone-black-icon.svg) no-repeat center / contain;
    width: 20px;
    height: 20px;
}

.pin-sm-black-icon {
    background: url(../icons/pin-sm-balck-icon.svg) no-repeat center / contain;
    width: 20px;
    height: 24px;
}

.enter-black-icon {
    background: url(../icons/enter-black-icon.svg) no-repeat center / contain;
    width: 20px;
    height: 20px;
}

.book-black-icon {
    background: url(../icons/book-black-icon.svg) no-repeat center / contain;
    width: 20px;
    height: 20px;
}

.heart-black-icon {
    background: url(../icons/heart-black-icon.svg) no-repeat center / contain;
    width: 20px;
    height: 20px;
}

.rub-black-icon {
    background: url(../icons/rub-black-icon.svg) no-repeat center / contain;
    width: 16px;
    height: 16px;
}

.percent-red-icon {
    background: url(../icons/percent-red-icon.svg) no-repeat center / contain;
    width: 16px;
    height: 16px;
}

.search-green-sm-icon {
    background: url(../icons/search-green-icon.svg) no-repeat center / contain;
    width: 30px;
    height: 30px;
}

.tire-icon {
    background: url(../icons/tire-icon.svg) no-repeat center / contain;
    width: 16px;
    height: 2px;
}

.recipe-icon {
    background: url(../icons/recipe-icon.svg) no-repeat center / contain;
    width: 20px;
    height: 20px;
}

.termolabile-icon {
    background: url(../icons/i_termolabile.svg) no-repeat center / contain;
    width: 20px;
    height: 20px;
}

.man-icon {
    background: url(../icons/man-icon.svg) no-repeat center / contain;
    width: 20px;
    height: 20px;
}

.delivery-icon {
    background: url(../icons/delivery-green-icon.svg) no-repeat center / contain;
    width: 20px;
    height: 20px;
}

.mobile-icon {
    background: url(../icons/mobile-icon.svg) no-repeat center / contain;
    width: 20px;
    height: 20px;
}

.pdf-icon {
    background: url(../icons/pdf-icon.svg) no-repeat center / contain;
    width: 20px;
    height: 20px;
}

.why-we-sm-1-icon {
    background: url(../icons/why-we-sm-1-icon.svg) no-repeat center / contain;
    width: 50px;
    height: 50px;
}

.why-we-sm-2-icon {
    background: url(../icons/why-we-sm-2-icon.svg) no-repeat center / contain;
    width: 50px;
    height: 50px;
}

.why-we-sm-3-icon {
    background: url(../icons/why-we-sm-3-icon.svg) no-repeat center / contain;
    width: 50px;
    height: 50px;
}

.why-we-sm-4-icon {
    background: url(../icons/why-we-sm-4-icon.svg) no-repeat center / contain;
    width: 50px;
    height: 50px;
}

.why-we-sm-5-icon {
    background: url(../icons/why-we-sm-5-icon.svg) no-repeat center / contain;
    width: 50px;
    height: 50px;
}

.why-we-sm-6-icon {
    background: url(../icons/why-we-sm-6-icon.svg) no-repeat center / contain;
    width: 50px;
    height: 50px;
}

.education-icon {
    background: url(../icons/education-icon.svg) no-repeat center / 24px;
    width: 20px;
    height: 20px;
}

.calendar-icon {
    background: url(../icons/calendar-icon.svg) no-repeat center / contain;
    width: 20px;
    height: 20px;
}

.business-icon {
    background: url(../icons/business-icon.svg) no-repeat center / contain;
    width: 20px;
    height: 20px;
}

.wallet-icon {
    background: url(../icons/wallet-icon.svg) no-repeat center / contain;
    width: 20px;
    height: 20px;
}

.viber-colored-icon {
    background: url(../icons/viber-colored-icon.svg) no-repeat center / contain;
    width: 45px;
    height: 45px;
}

.whatsapp-colored-icon {
    background: url(../icons/whatsapp-colored-icon.svg) no-repeat center / contain;
    width: 45px;
    height: 45px;
}

.tg-colored-icon {
    background: url(../icons/telegram-colored-icon.svg) no-repeat center / contain;
    width: 45px;
    height: 45px;
}

.excl-icon {
    background: url(../icons/exclamation-icon.svg) no-repeat center / contain;
    width: 22px;
    height: 85px;
}

.card-bonuce-1-icon {
    background: url(../icons/bonuce-card-1-icon.svg) no-repeat center / contain;
    width: 85px;
    height: 85px;
}

.pin-black-icon {
    background: url(../icons/pin-black-icon.svg) no-repeat center / contain;
    width: 20px;
    height: 24px;
}

.menu-black-icon {
    background: url(../icons/menu-black-icon.svg) no-repeat center / contain;
    width: 20px;
    height: 24px;
}

.metro-purple-icon,
.metro-5-icon {
    background: url(../icons/metro-purple-icon.svg) no-repeat center / contain;
    width: 24px;
    height: 24px;
}

.metro-blue-icon,
.metro-2-icon {
    background: url(../icons/metro-blue-icon.svg) no-repeat center / contain;
    width: 24px;
    height: 24px;
}

.metro-red-icon,
.metro-1-icon {
    background: url(../icons/metro-red-icon.svg) no-repeat center / contain;
    width: 24px;
    height: 24px;
}

.metro-orange-icon,
.metro-4-icon {
    background: url(../icons/metro-orange-icon.svg) no-repeat center / contain;
    width: 24px;
    height: 24px;
}

.metro-green-icon,
.metro-3-icon {
    background: url(../icons/metro-green-icon.svg) no-repeat center / contain;
    width: 24px;
    height: 24px;
}

.check-green-icon {
    background: url(../icons/check-green-icon.svg) no-repeat center / contain;
    width: 20px;
    height: 20px;
}

.arrow-right-white-icon {
    background: url(../icons/arrow-right-white-icon.svg) no-repeat center / contain;
    width: 8px;
    height: 14px;
}

.repeat-icon {
    background: url(../icons/replay-icon.svg) no-repeat center / contain;
    width: 20px;
    height: 20px;
}

.sale-icon {
    background: url(../icons/i_sale.svg) no-repeat center / contain;
    width: 30px;
    height: 33px;
}

.special-icon {
    background: url(../icons/percent.png) no-repeat center / contain;
    width: 30px;
    height: 33px;
}

.how-order-1 {
    background: url(../images/banners/how-to-order/new/how_order_1.png) no-repeat center / contain;
    height: 80px;
    width: 125px;
}

.how-order-2 {
    background: url(../images/banners/how-to-order/new/how_order_2.png) no-repeat center / contain;
    height: 80px;
    width: 125px;
}

.how-order-3 {
    background: url(../images/banners/how-to-order/new/how_order_3.png) no-repeat center / contain;
    height: 80px;
    width: 125px;
}

.how-order-4 {
    background: url(../images/banners/how-to-order/new/how_order_4.png) no-repeat center / contain;
    height: 80px;
    width: 125px;
}

.how-order-5 {
    background: url(../images/banners/how-to-order/new/how_order_5.png) no-repeat center / contain;
    height: 80px;
    width: 125px;
}

.plus-white-icon {
    height: 20px;
    width: 20px;
    position: relative;
}

.plus-white-icon:after {
    content: '';
    display: block;
    height: 2px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 1px;
    transform: translate(-50%, -50%);
}

.plus-white-icon:before {
    content: '';
    display: block;
    height: 20px;
    width: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 1px;
    transform: translate(-50%, -50%);
}

.card-bonuce-2-icon {
    background: #6ab616;
    position: relative;
    width: 85px;
    height: 85px;
    border-radius: 100%;
}

.card-bonuce-2-icon:after {
    content: "50%";
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.arrow-green-right-icon {
    background: url(../icons/arrow-green-right-icon.svg) no-repeat center / contain;
    width: 7px;
    height: 14px;
}

.btn {
    border-radius: 6px;
}

.btn-linear_green {
    background: linear-gradient(91.29deg,
            #ffffff -14.03%,
            #8dcfb6 -4.12%,
            #48b18b 3.87%,
            #00935d 14.08%,
            #29a042 59.02%,
            #6ab616 86.27%,
            #6ab616 92.47%);
    border: none;
    color: #fff;
}

.btn-success {
    background-color: #6ab616;
    border-color: #6ab616;
    color: #fff !important;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background-color: #458400;
    border-color: #458400;
    color: #fff !important;
}

.btn-warning {
    background-color: #DB8300 !important;
    border-color: #DB8300 !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background-color: #BC7100 !important;
    border-color: #BC7100 !important;
}

.btn-light {
    background-color: #fff;
    border: 1px solid #c4c4c4;
}

.btn-light:hover,
.btn-light:active,
.btn-light:focus {
    background-color: #fff;
    border: 1px solid #c4c4c4;
}

.header-wr {
    transition: top .2s ease;
    background: #fff;
    z-index: 1500;
}

.header-wr.h-tiny {
    top: -120px;
    transition: top .2s ease;
}

.logo-mob-tiny {
    margin-right: 20px;
    display: none;
    width: 35px;
    height: 35px;
    background: url(../images/logo-green-sm.svg) no-repeat center / contain;
}

.header-wr.h-tiny .logo-mob-tiny {
    display: inline-block;
}

.header-wr.h-tiny header .autocomplete {
    width: calc(100% - 125px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: auto;
    margin-left: 0;
}

.header-wr.h-tiny header .cart-link {
    position: relative;
    bottom: -60px;
}

.toolbar {
    margin-top: 40px;
    width: 100%;
}

.toolbar a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #3d3d3d;
}

.toolbar a:hover {
    color: #6ab616;
}

.toolbar .user-city {
    display: flex;
    align-items: center;
    max-width: 290px;
    width: 100%;
    overflow: hidden;
}

.toolbar .user-city>span {
    margin: 0 5px 0 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100% - 35px);
    width: auto;
    overflow: hidden;
}

.toolbar .login {
    margin-left: 55px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.toolbar .login>i {
    margin-right: 3px;
}

.toolbar .phone {
    margin-left: auto;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.toolbar .phone>i {
    margin-right: 3px;
}

.toolbar nav {
    margin: 0 auto 0 70px;
}

.toolbar nav>a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}

.toolbar nav>a:not(:last-child) {
    margin-right: 15px;
}

header {
    margin: 20px auto 0;
    border-bottom: 0.5px solid #c4c4c4;
    width: 100%;
}

header .list .visible-mob {
    display: none;
}

header .logo {
    width: 290px;
    height: 45px;
    background: url(../images/logo.svg) no-repeat center / contain;
}

header .list {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

header .list>li {
    height: 30px;
}

header .list>li:not(:last-child) {
    margin-right: 35px;
}

header .tracking {
    max-width: 625px;
    width: 100%;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff !important;
    height: 55px;
    margin: 0 40px;
}

header .mob-menu-trigger {
    display: none;
}

header .autocomplete {
    margin: 20px auto 45px;
    position: relative;
}

header .autocomplete .form-control {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    border: 0.5px solid #c4c4c4;
    padding: 7px 19px;
    height: 36px;
    margin-left: 0 !important;
}

header .autocomplete a {
    color: #3d3d3d;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin-left: 5px;
}

header .autocomplete strong {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    transition: color .3s ease;
}

header .autocomplete a>strong:hover {
    color: #6AB616;
}

header .autocomplete .search-placeholder {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 5px;
    color: #838383;
}

header .autocomplete .search-links-example {
    position: absolute;
    top: auto;
    left: 0;
    bottom: -25px;
    z-index: 1;
    display: flex;
    align-content: center;
    white-space: nowrap;
    font-size: 12px;
    line-height: 15px;
    color: #838383;
}

header .autocomplete .search-links-example strong {
    color: #3d3d3d;
}

header .autocomplete .input-search-btn {
    width: 95px;
    height: 36px;
}

header .login-link {
    display: none;
}

header .login-link>i {
    width: 26px;
    height: 29px;
}

header .cart-link,
header .login-link,
header .fav-link {
    position: relative;
}

header .cart-link {
    display: flex;
    align-items: center;
}

header .cart-link #cart_cnt,
header .fav-link #fav_cnt {
    width: 25px;
    height: 25px;
    background: #e3000f;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    border-radius: 100%;
    text-align: center;
    top: -15px;
    left: 20px;
    position: absolute;
}

header .cart-link #cart_total {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #3d3d3d;
    position: relative;
    top: 0px;
    margin-left: 20px;
    white-space: nowrap;
}

header nav {
    position: relative;
    padding-bottom: 20px;
}

header nav>a {
    padding: 6px 0;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #3d3d3d;
    white-space: nowrap;
}

header nav>a:not(:last-child) {
    margin-right: 15px;
}

header nav a.sub-menu__trigger {
    margin-right: 0 !important;
}

header nav .sub-menu {
    display: none;
    position: absolute;
    z-index: 5;
    background: #FFFFFF;
    border-width: 0px 0.5px 0.5px 0.5px;
    border-style: solid;
    border-color: #C4C4C4;
    top: 100%;
    right: 0;
    list-style: none;
    padding: 0 15px 25px 35px;
    text-align: right;
}

header nav .sub-menu>a:not(:last-child) {
    margin-bottom: 20px;
}

header nav .sub-menu>a {
    display: block;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #3d3d3d;
    white-space: nowrap;
}

header nav .sub-menu>a:hover {
    color: #6AB616;
}

header nav .mark-link {
    position: relative;
    padding: 6px 8px 6px 32px;
    background: #6ab616;
    border-radius: 6px;
    color: #ffffff;
}

header nav .mark-link>i {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 29px;
    position: absolute;
    top: 0;
    left: 6px;
}

main.wrapper {
    margin-top: 265px;
}

@media (max-width: 1190px) {
    main.wrapper {
        margin-top: 260px;
    }
}

@media (max-width: 768px) {
    main.main-page.wrapper {
        margin-top: 235px;
    }

    main.wrapper {
        margin-top: 205px;
    }
}

@media (max-width: 460px) {
    main.wrapper {
        margin-top: 200px;
    }

    main.main-page.wrapper {
        margin-top: 195px;
    }

    main.cart-page.wrapper,
    main.checkout-page.wrapper {
        margin-top: 170px;
    }
}

.main-swiper.swiper {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.main-swiper.swiper>.swiper-wrapper {
    height: 485px;
    flex-flow: column wrap;
    align-content: flex-start;
    align-items: flex-start;
    margin: 0 -5px;
}

.main-swiper .swiper-slide {
    min-height: 160px;
    max-height: 360px;
    height: auto;
    margin: 0 5px 10px;
    width: calc(50% - 3px);
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.main-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    width: 36px;
    height: 36px;
}

.swiper-button-next {
    background: url(../icons/arrow-right-slider-icon.svg) no-repeat center / cover;
}

.swiper-button-prev {
    background: url(../icons/arrow-left-slider-icon.svg) no-repeat center / cover;
}

section {
    margin-top: 30px;
}

section h2 {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #3d3d3d;
    margin-top: 0;
    margin-bottom: 10px;
}

section h2>a {
    color: #3d3d3d;
}



.goods-list {
    display: flex;
    align-items: stretch;
}

.goods-list:not(.swiper-wrapper) {
    overflow-x: auto;
    overflow-y: hidden;
}

.goods-list .goods-list__item {
    border: 0.5px solid #c4c4c4;
    background-color: #ffffff;
    padding: 10px 20px 20px;
    position: relative;
    height: auto;
    display: flex;
    flex-flow: column;
    max-width: 280px;
    min-width: 280px;
}

.goods-list:not(.swiper-wrapper) .goods-list__item {
    width: 280px;
    min-width: 280px;
}

.goods-list:not(.swiper-wrapper) .goods-list__item:not(:last-child) {
    margin-right: 40px;
}

.goods-list .goods-list__item .icon {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.goods-list .goods-list__item .icon.special-icon {
    display: none;
}

.goods-list .goods-list__item .fav-it {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 1;
}

.goods-list .goods-list__item .fav-it>i {
    width: 28px;
    height: 23px;
}

.goods-list .goods-list__item .img-wr {
    position: relative;
}

.goods-list .goods-list__item img {
    display: block;
    margin: 0 auto 10px;
    height: 166px;
    width: auto;
    object-fit: contain;
    max-width: 190px;
}

.goods-list .goods-list__item h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-top: 0;
    margin-bottom: 5px;
}

.goods-list .goods-list__item h3>a {
    color: #3d3d3d;
}

.goods-list .goods-list__item h3>a:hover {
    color: #6ab616;
}

.goods-list .goods-list__item small {
    display: block;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #838383;
    margin-bottom: 15px;
}

.goods-list .goods-list__item .item-btns {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: auto;
}

.goods-list .goods-list__item .item-btns .loc,
.goods-list .goods-list__item .item-btns .loc-not-avail {
    width: 100%;
    margin-top: auto;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
    font-weight: 500;
}

.goods-list .goods-list__item .item-btns .loc-not-avail {
    cursor: default;
}

.goods-list .goods-list__item .item-btns .loc:hover {
    color: #6AB616;
}

.goods-list .goods-list__item .item-btns .loc>i {
    margin-right: 5px;
}

.goods-list .goods-list__item .item-btns>button {
    width: 50%;
    height: 38px;
}

.goods-list .goods-list__item .item-btns>.btns-prices {
    width: calc(50% - 15px);
    margin-bottom: 10px;
}

.goods-list .goods-list__item .btns-prices {
    position: relative;
}

.goods-list .goods-list__item .btns-prices ins {
    text-decoration: none;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #3d3d3d;
}

.goods-list .goods-list__item .btns-prices del {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 12px;
    text-decoration-line: line-through;
    position: absolute;
    top: -10px;
    margin-left: -5px;
    color: #db3922;
}

.goods-list .goods-list__item .btns-prices .bonuce {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #6ab616;
    border-radius: 6px;
    padding: 1px 1px 1px 6px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #ffffff;
    margin: 10px 0 0;
}

.goods-list .goods-list__item .btns-prices .bonuce>span {
    background: #fff;
    color: #6ab616;
    border-radius: 6px;
    padding: 2px;
}

.part-2>section {
    width: calc(50% - 20px);
}

.action-list {
    display: grid;
    grid-gap: 10px;
    /*grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));*/
    grid-template-columns: 260px auto;
    grid-auto-rows: 140px;
    grid-auto-flow: dense;
}

.action-list .action-list__item {
    padding: 20px 30px 15px;
    color: #fff;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.action-list .action-list__item:first-child {
    grid-row: span 2;
}

.action-list .action-list__item h3 {
    margin-top: 0;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    word-break: break-all;
}

.news-list .news-list__item {
    margin-top: 30px;
    padding-bottom: 20px;
}

.news-list .news-list__item:first-child {
    margin-top: 0;
}

.news-list .news-list__item:not(:last-child) {
    border-bottom: 0.5px solid #c4c4c4;
}

.news-list .news-list__item h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #3d3d3d;
}

.news-list .news-list__item time {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    display: block;
    color: #838383;
    margin-bottom: 15px;
}

.news-list .news-list__item p {
    margin-bottom: 0;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #3d3d3d;
}

.nav-pills {
    margin-bottom: 10px;
}

.nav-pills.nav-pills-sm {
    margin-bottom: 20px;
}

.nav-pills .nav-link {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    background-color: transparent !important;
    border: none !important;
    color: #3d3d3d !important;
    display: flex;
    align-items: center;
    opacity: 0.4;
    padding: 0;
    white-space: nowrap;
}

.nav-pills .nav-item:not(:last-child) {
    margin-right: 100px;
}

.nav-pills .nav-link.active {
    opacity: 1;
}

.nav-pills .nav-link.nav-link-sm {
    font-size: 14px;
    line-height: 17px;
}

.nav-pills.nav-pills-sm .nav-item:not(:last-child) {
    margin-right: 65px;
}

.nav-pills .nav-link>i {
    margin-left: 3px;
}

.popular-brands {
    margin: 40px auto;
}

.brand-list__long {
    display: flex;
    align-items: center;
}

.brand-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-list__long a,
.brand-list__long a>.brand-list__item {
    display: block;
    width: 220px;
    height: auto;
}

.brand-list a:not(:last-child) {
    margin-right: 50px;
}

.brand-list a,
.brand-list a>.brand-list__item {
    display: block;
    width: 70px;
    height: auto;
}

.brand-list__long a:not(:last-child) {
    margin-right: 20px;
}

.article-info {
    margin-bottom: 90px;
}

.action-page .article-info {
    margin-bottom: 40px;
}

.category-page .article-info {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #838383;
}

.category-page .article-info h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #838383;
}

.category-page .article-info p,
.category-page .article-info h2 {
    margin: 0;
}

.part-2+.article-info {
    margin-bottom: 70px;
}

.article-info {
    font-weight: 500;
}

.article-info h2,
.article-info h3,
.article-info h4,
.article-info h5,
.article-info h6 {
    margin-bottom: 15px;
}

.article-info strong,
.article-info b {
    font-family: "Montserrat";
    font-weight: 700;
}

.article-info article.column-2 p {
    width: 100%;
    display: inline-block;
}

.article-info article.column-2 {
    column-count: 2;
    column-gap: 30px;
}

.article-info article.column-2>* {
    display: inline-block;
    width: 100%;
}

.article-info article+article {
    margin-top: 30px;
}

.article-info a.btn {
    font-family: "Montserrat";
    font-size: 16px;
    line-height: 20px;
    margin: 70px auto 0;
    display: block;
    width: 190px;
    height: 38px;
    padding: 9px;
}

.main-page .article-info a.btn {
    width: 210px;
    height: 50px;
    padding: 0;
    line-height: 50px;
}

.main-brands {
    margin-bottom: 90px;
}

footer {
    margin-top: auto;
    width: 100%;
}

footer .black-logo {
    width: 100%;
    max-width: 230px;
    height: 35px;
    background: url(../images/logo-black.jpg) no-repeat center / contain;
    display: block;
    margin-bottom: 25px;
}

footer .f-title {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: block;
    margin-bottom: 25px;
    margin-top: 20px;
    width: 100%;
}

footer nav {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}

footer nav>a {
    width: calc(50% - 25px);
}

footer a {
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    color: #3d3d3d;
}

footer figure>img {
    display: block;
    max-width: 130px;
    margin: 0;
}

footer figure>figcaption {
    display: block;
    margin-top: 10px;
    font-family: "Montserrat";
    font-size: 8px;
    line-height: 10px;
    font-weight: 500;
    color: #3d3d3d;
}

footer .info-links>div:not(:last-child) {
    width: 370px;
    min-width: 370px;
    margin-right: 30px;
}

footer .info-links>div:last-child {
    max-width: 210px;
}

footer .f-social {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

footer .f-social>li {
    height: 30px;
}

footer .f-social>li:not(:last-child) {
    margin-right: 50px;
}

footer .f-phone {
    display: block;
    margin-bottom: 10px;
    color: #3d3d3d;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
}

footer .f-phone a {
    font-size: 24px;
    line-height: 29px;
    white-space: nowrap;
    margin-bottom: 3px;
    margin-top: 3px;
}

footer .f-worktime {
    font-family: "Montserrat";
    font-size: 12px;
    line-height: 15px;
    color: #3d3d3d;
    margin-bottom: 20px;
    font-weight: 500;
}

footer .info-app {
    margin-top: -50px;
    margin-bottom: 30px;
}

footer .info-app>span {
    font-size: 22px;
    line-height: 27px;
    font-family: "Montserrat";
    font-weight: 600;
    color: #4e8511;
    margin-right: 15px;
    margin-left: 180px;
}

footer .info-app>a {
    width: auto;
    margin-bottom: 0;
}

footer .info-app>a:not(:last-child) {
    margin-right: 40px;
}

footer .info-copyrights {
    padding-right: 240px;
    margin-top: -80px;
    padding-bottom: 30px;
    align-items: flex-end;
}

footer .info-copyrights,
footer .info-copyrights small {
    font-weight: 500;
    font-size: 8px;
    line-height: 10px;
}

footer .info-copyrights small>p {
    margin-bottom: 0;
    max-width: 495px;
    text-align: left;
    margin-right: auto;
    margin-left: 0;
}

footer .info-copyrights>span>small {
    display: block;
    margin-bottom: 10px;
}

footer .info-copyrights>span {
    margin-right: 100px;
}

footer .info-copyrights a {
    display: block;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 8px;
    line-height: 10px;
}

#scroll-top {
    display: none;
    width: 60px;
    height: 60px;
    background: transparent;
    border: none;
    border-radius: none;
    cursor: pointer;
    position: fixed;
    bottom: 100px;
    right: 20px;
    padding: 0;
    border-radius: 100%;
    z-index: 2;
}

.modal-title {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    margin: 0 auto;
    color: #3d3d3d;
}

.modal-subtitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 35px;
    margin-top: 0;
}

.modal-header {
    border-bottom: none;
    padding: 20px 20px 0;
    position: relative;
    border-radius: 0;
}

.modal-header .btn-close {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 1;
}

.modal-content {
    border-radius: 0;
}

.modal-body {
    padding: 20px;
}

label {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
    color: #3d3d3d;
    padding-left: 20px;
}

.form-control {
    border: none;
    border-radius: 0;
    border-bottom: 0.5px solid #c4c4c4;
    padding: 10px 20px;
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 17px;
    color: #3d3d3d;
    height: 40px;
}

.form-control[type="file"] {
    border: none;
}

input[type="file"]::file-selector-button {
    border: none;
}

.form-select {
    border: none;
    border-radius: 0;
    border-bottom: 0.5px solid #c4c4c4;
    padding: 10px 30px 10px 20px;
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 17px;
    color: #3d3d3d;
    height: 40px;
}

.form-control:focus,
.form-select:focus,
.form-select:active {
    box-shadow: none;
    border-color: #3d3d3d;
}

.modal .res-phone-check {
    display: block;
    text-align: center;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #3d3d3d;
    margin-bottom: 35px;
}

.modal.modal-login .modal-dialog,
.modal.modal-password-reset .modal-dialog {
    max-width: 600px;
}

.modal.modal-login .form-group {
    max-width: 100%;
    width: 100%;
}

.modal.modal-login .form-control,
.modal.modal-login .input-pass,
.modal.modal-login .form-group label:not(.form-check-label) {
    max-width: 290px;
    margin: 0 auto;
}

.modal.modal-login .form-group label:not(.form-check-label) {
    display: block;
}

.modal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
}

.modal.modal-login .modal-dialog {
    margin-top: 30vh;
}

.modal.modal-password-reset .btn-link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #3D3D3D;
    text-decoration: none;
}

.modal.modal-login .btn-success,
.modal.modal-password-reset .modal-dialog {
    padding: 9px 23px;
    font-family: "Montserrat";
    font-size: 16px;
    line-height: 20px;
}

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

.form-group.has-error .form-control {
    border-color: #e3000f;
}

.form-check-label {
    font-family: "Montserrat";
    font-size: 12px;
    line-height: 15px;
    color: #3d3d3d;
}

.form-check-label a {
    font-family: "Montserrat";
    font-weight: 600;
    color: #3d3d3d;
    display: inline;
}

.form-check-label {
    padding-left: 0;
}

.flt-ch-item__checkbox {
    width: 100%;
    min-height: 25px;
    text-align: left;
    padding-left: 20px;
    position: relative;
    display: inline-block;
}

.flt-ch-item__checkbox label {
    cursor: pointer;
    vertical-align: top;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flt-ch-item__checkbox .check-box {
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #c4c4c4;
    background-color: #fff;
    display: inline-block;
}

.flt-ch-item__checkbox .check-box.ch-middle {
    top: -2px;
}

.flt-ch-item__checkbox .check-box::before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 1px;
    background-color: #fff;
}

.flt-ch-item__checkbox input[type="checkbox"]:checked+label .check-box::before {
    background: #fff url(../icons/check-icon.svg) no-repeat center / 14px;
}

.flt-ch-item__checkbox label .label-text {
    text-align: left !important;
    display: inline-block;
    color: #3d3d3d;
    margin-left: 10px;
    font-size: 12px;
    line-height: 16px;
}

.flt-ch-item__checkbox label .label-text>a {
    color: #3d3d3d;
    font-size: 12px;
    line-height: 16px;
}

.flt-ch-item__checkbox label .label-text>a:hover {
    color: #6AB616;
}

.modal.modal-login .form-check {
    margin-bottom: 30px;
}

.goods-list .goods-list__item .item-btns button,
.goods-list .goods-list__item .item-btns a.btn {
    height: 40px;
    font-size: 16px;
    line-height: 26px;
    width: 130px;
}

@media (max-width: 1190px) {
    .main-swiper.swiper {
        margin-top: 20px;
    }

    .main-swiper.swiper>.swiper-wrapper {
        height: auto;
        flex-flow: row wrap;
        width: calc(100% + 10px);
    }

    .main-swiper .swiper-slide {
        min-height: 130px;
        max-height: 100%;
        height: auto;
        margin: 0 5px 10px;
        width: calc(50% - 10px);
        flex-grow: 0;
        flex-shrink: 0;
    }

    .toolbar {
        margin-top: 20px;
    }

    header nav>a:not(:last-child) {
        margin-right: 20px;
    }

    .toolbar a {
        font-size: 12px;
        line-height: 15px;
    }

    .toolbar .user-city {
        max-width: 230px;
    }

    .toolbar nav {
        margin: 0 auto;
    }

    header .logo {
        width: 230px;
        min-width: 230px;
    }

    .toolbar nav>a:not(:last-child) {
        margin-right: 10px;
    }

    .toolbar .login {
        margin-left: 30px;
    }

    .toolbar .wrapper {
        align-items: flex-start;
    }

    .goods-list .goods-list__item .item-btns>.btns-prices,
    .goods-list .goods-list__item .item-btns>div,
    .goods-list .goods-list__item .item-btns button,
    .goods-list .goods-list__item .item-btns a.btn {
        width: 100%;
    }

    .goods-list .goods-list__item .item-btns .counterin {
        margin: 0 auto;
        max-width: 100%;
    }

    .goods-list .goods-list__item .btns-prices .bonuce {
        width: auto;
    }

    .goods-list .goods-list__item .item-btns>.btns-prices {
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .goods-list .goods-list__item .btns-prices del {
        position: relative;
        top: -17px;
        margin-left: 0;
        margin-right: auto;
    }

    .goods-list .goods-list__item .btns-prices .bonuce>span {
        margin-left: 6px;
    }

    .goods-list .goods-list__item .item-btns .loc,
    .goods-list .goods-list__item .item-btns .loc-not-avail {
        font-size: 12px;
    }

    .action-list {
        grid-template-columns: 270px auto;
        grid-auto-rows: 160px;
    }

    .action-list .action-list__item h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .action-list .action-list__item {
        padding: 20px 20px 15px;
    }

    .goods-list:not(.swiper-wrapper) .goods-list__item:not(:last-child) {
        margin-right: 10px;
    }

    footer .info-app>span {
        margin-left: 0;
    }

    footer .info-app>a:not(:last-child) {
        margin-right: 20px;
    }

    .header-wr.h-tiny {
        top: -100px;
    }

    footer .info-links>div:not(:last-child) {
        width: 320px;
        min-width: 320px;
    }

    footer nav>a {
        width: calc(50% - 10px);
    }
}

@media (max-width: 990px) {

    .toolbar nav {
        display: none;
    }

    .goods-list .goods-list__item small {
        font-size: 10px;
    }

    .part-2 {
        flex-wrap: wrap;
        margin: 0;
    }

    .part-2>section {
        width: 100%;
    }

    .news-list {
        margin-top: 0px;
    }

    footer .info-links>div {
        width: calc((100% - 80px) / 3);
    }

    footer .info-copyrights {
        padding-right: 0;
        margin-top: 0;
    }

    footer .info-links>div:not(:last-child) {
        width: calc(50% - 40px);
        min-width: auto;
    }

    footer .info-links>div:last-child {
        max-width: auto;
    }

    footer nav>a {
        width: 100%;
    }

    footer .info-app {
        margin-top: -50px;
        margin-bottom: 20px;
        width: auto;
        margin-left: calc(((100% - 80px) / 3) + 40px);
        flex-wrap: wrap;
    }

    footer .info-app>span {
        font-size: 18px;
        line-height: 22px;
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }

    footer nav>a {
        margin-bottom: 20px;
    }

    footer .info-links>div:not(:last-child) {
        margin-right: 40px;
    }

    footer .f-phone>span {
        font-size: 18px;
        line-height: 22px;
    }

    footer .f-phone>span+small {
        display: block;
    }

    footer .f-phone {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 14px;
    }

    #scroll-top {
        width: 40px;
        height: 40px;
        bottom: 90px;
        right: 15px;
    }

    #scroll-top>i {
        width: 40px;
        height: 40px;
    }

    .avail-wr {
        height: calc(100vh - 530px);
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media (max-width: 768px) {
    .main-swiper.swiper>.swiper-wrapper {
        height: auto;
        flex-flow: row nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        margin: 0 auto;
        width: 100%;
    }

    .main-swiper .swiper-slide {
        min-height: 160px;
        max-height: 100%;
        height: 240px;
        margin: 0 10px 0 0;
        min-width: 100%;
        width: 100%;
        flex-grow: 1;
        flex-shrink: 1;
        margin-bottom: 0;
    }

    .main-swiper .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .main-swiper .swiper-slide:last-child {
        margin-right: 0;
    }

    .toolbar {
        display: none;
    }

    header {
        position: relative;
        margin: 20px auto 0;
    }

    header .tracking {
        display: none;
    }

    header .login-link {
        display: block;
    }

    header .list>li:not(:last-child) {
        margin-right: 40px;
    }

    header .logo {
        width: 300px;
        min-width: 180px;
        margin-right: 60px;
    }

    header .mob-menu-trigger {
        display: inline-block;
        margin-right: 50px;
        cursor: pointer;
    }

    body.opened header .mob-menu-trigger {
        transform: rotate(-90deg) translate(3px, 10px);
    }

    header .autocomplete {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 20px auto 25px;
    }

    header .autocomplete .input-group {
        height: 40px;
        width: calc(100% - 70px);
    }

    .mob-menu {
        display: none;
        background: #fff;
        position: absolute;
        width: 100%;
        height: calc(100vh - 175px);
        left: 0;
        right: 0;
        top: 100%;
        z-index: 1100;
        overflow-y: auto;
        padding: 40px 0;
    }

    .mob-menu .mob-menu__section {
        padding: 20px 45px;
        border-bottom: 0.5px solid #c4c4c4;
    }

    .mob-menu .mob-menu__section:first-child {
        padding-top: 0;
    }

    .mob-menu .mob-menu__section:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .mob-menu .mob-menu__section a {
        display: block;
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 17px;
        color: #3d3d3d;
        position: relative;
        padding-left: 40px;
    }

    .mob-menu .mob-menu__section>a:last-child {
        margin-bottom: 0;
    }

    .mob-menu .mob-menu__section a.sub-menu__trigger {
        display: none;
    }

    .mob-menu .mob-menu__section .sub-menu {
        display: block !important;
    }

    .mob-menu a>i:not(.arrow-down-icon):not(.arrow-right-icon) {
        position: absolute;
        top: -2px;
        left: 0;
    }

    .mob-menu a>i.arrow-right-icon {
        margin-bottom: -2px;
        margin-left: 5px;
        transition: all 0.2s ease-in-out;
        transform: rotate(90deg);
    }

    .mob-menu a.collapsed>i.arrow-right-icon {
        transform: rotate(0deg);
    }

    .mob-menu a>i.enter-black-icon {
        left: 2px;
    }

    .mob-menu__catalog a {
        text-transform: uppercase;
    }

    .mob-menu .mob-menu__section .info-app {
        margin-bottom: 30px;
        padding-left: 40px;
    }

    .mob-menu .mob-menu__section .info-app>span {
        display: block;
        color: #6ab616;
        font-size: 18px;
        line-height: 22px;
        font-family: "Montserrat";
        font-weight: 600;
        margin-bottom: 15px;
    }

    .mob-menu .mob-menu__section .info-app a {
        display: inline-block;
        width: 120px;
        height: 40px;
        margin-bottom: 0;
    }

    .mob-menu .mob-menu__section .info-app a:not(:last-child) {
        margin-right: 40px;
    }

    .mob-menu .mob-menu__section .h-social {
        padding: 0;
        list-style: none;
        margin-bottom: 30px;
        padding-left: 40px;
    }

    .mob-menu .mob-menu__section .h-social>li {
        height: 30px;
    }

    .mob-menu .mob-menu__section .h-social>li:not(:last-child) {
        margin-right: 50px;
    }

    .mob-menu .mob-menu__section .copyright {
        padding-left: 40px;
    }

    .main-swiper.swiper {
        margin-top: 0;
    }

    header nav>a,
    header nav .sub-menu>a {
        font-size: 12px;
    }

    header nav .sub-menu {
        right: -15px;
    }

    .header-wr.h-tiny {
        top: -65px;
    }

    .header-wr.h-tiny .logo-mob-tiny {
        display: none;
    }

    .modal-anketa .modal-body,
    .modal-goods-available .modal-body {
        padding: 30px;
    }

    .modal-goods-available .modal-header {
        padding: 0;
    }

    .modal-anketa .modal-header .btn-close,
    .modal-goods-available .modal-header .btn-close {
        position: fixed;
        top: 20px;
        right: 25px;
        z-index: 1;
    }

    .modal-anketa .modal-dialog,
    .modal-goods-available .modal-dialog {
        width: calc(100% - 30px) !important;
        margin-top: 0.5rem !important;
    }

    .avail-wr {
        height: calc(100vh - 500px);
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media (max-width: 680px) {
    .header-wr.h-tiny header .autocomplete {
        width: calc(100% - 60px);
    }

    header .mob-menu-trigger {
        margin-right: 30px;
    }

    header .autocomplete .input-search-btn {
        width: 70px;
    }

    header .cart-link #cart_cnt,
    header .fav-link #fav_cnt {
        width: 18px;
        height: 18px;
        font-size: 12px;
        line-height: 18px;
        top: -10px;
        left: 18px;
    }

    footer .info-app {
        display: none !important;
    }

    footer .info-copyrights>span {
        margin-right: 60px;
    }

    footer .info-links>div {
        width: calc((100% - 40px) / 2);
        margin-right: 0 !important;
        margin-bottom: 35px;
    }

    footer .info-links>div:first-child {
        margin-right: 40px !important;
    }

    .info-links {
        flex-wrap: wrap;
    }

    footer .f-social {
        justify-content: flex-start !important;
    }

    footer .info-links>div:not(:last-child) {
        width: 100%;
    }

    #scroll-top {
        bottom: 90px;
        right: 15px;
    }

    header .cart-link #cart_total {
        display: none;
    }

    .action-list {
        grid-template-columns: 270px 270px 270px;
        overflow-x: auto;
        overflow-y: hidden;
        grid-auto-flow: column;
        padding-bottom: 5px;
    }

    .action-list .action-list__item:first-child {
        grid-row: span 1;
    }
}

@media (max-width: 460px) {
    .main-swiper .swiper-slide {
        height: 130px;
        min-height: 130px;
    }

    header .autocomplete {
        margin-bottom: 0;
    }

    header .autocomplete .input-group {
        width: 100%;
    }

    footer .info-copyrights {
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }

    footer .info-copyrights>span,
    footer .info-copyrights>small {
        width: 100%;
    }

    footer .info-copyrights>span {
        margin-right: 0;
        margin-bottom: 15px;
    }

    footer figure {
        margin: 0;
    }

    footer nav>a:last-child {
        margin-bottom: 0 !important;
    }

    footer .info-links>div {
        width: 100%;
        margin-right: 0 !important;
    }

    footer .f-title {
        margin-top: 0;
        margin-bottom: 10px;
    }

    footer .black-logo {
        max-width: 195px;
        width: 100%;
        margin-bottom: 10px;
    }

    .article-info article.column-2 {
        column-count: 1;
    }

    .article-info a.btn {
        margin-top: 15px;
    }

    .article-info article,
    .article-info article p,
    .article-info article ul,
    .article-info article ol {
        font-size: 16px;
        line-height: 20px;
    }

    .brand-list__long a,
    .brand-list__long a>.brand-list__item {
        width: 135px;
    }

    .brand-list__long a:not(:last-child) {
        margin-right: 15px;
    }

    .nav-pills.nav-pills-sm .nav-item:not(:last-child) {
        margin-right: 20px;
    }

    .news-list__inner {
        display: none;
    }

    .mob-menu .mob-menu__section {
        padding: 20px 15px;
    }

    body.opened header #mob-menu-trigger {
        transform: rotate(-90deg) translateY(0px);
    }

    header .logo,
    header .cart-link #cart_total {
        display: none;
    }

    header .list {
        width: 100%;
        justify-content: space-between;
        margin-bottom: 15px;
    }

    header .list li.hidden-mob {
        display: none !important;
    }

    header .list .visible-mob {
        display: block;
    }

    .logo-mob {
        width: 35px;
        height: 35px;
        background: url(../images/logo-green-sm.svg) no-repeat center / contain;
        margin-top: -3px;
    }

    header .autocomplete .mob-menu-trigger {
        display: none;
    }

    header .mob-menu-trigger {
        margin-right: 0;
        margin-top: 3px;
        transition: all .2s ease-in-out;
    }

    header .mob-menu-trigger>.burger-menu-icon {
        width: 35px;
    }

    header .list>li:not(:last-child) {
        margin-right: 35px;
    }

    /*
    header .autocomplete {
        display: none;
    }
    */

    header nav.main-nav {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    header:before {
        content: "";
        display: block;
        width: 100%;
        height: 0.5px;
        background: #c4c4c4;
        position: absolute;
        left: 0;
        right: 0;
        top: 45px;
    }

    .mob-menu {
        height: calc(100vh - 184px);
        padding: 40px 0 80px;
    }

    .mob-menu .mob-menu__section .info-app,
    .mob-menu .mob-menu__section .h-social,
    .mob-menu .mob-menu__section .copyright {
        padding-left: 0;
    }

    body.opened header .mob-menu-trigger {
        transform: rotate(-90deg) translateY(0px);
    }

    .modal.modal-login .modal-dialog {
        max-width: 320px;
        margin: 30px auto;
    }

    .modal-title {
        font-size: 18px;
        line-height: 22px;
    }

    .modal.modal-login .form-control,
    .modal.modal-login .input-pass {
        max-width: 100%;
        margin: 0 auto;
    }

    header nav .sub-menu {
        max-height: calc(100vh - 184px);
        overflow-y: auto;
    }

    main.main-page .article-info {
        display: none;
    }
}

.breadcrumb {
    margin: 30px 0;
}

.breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-x: auto;
}

.breadcrumb ol::-webkit-scrollbar {
    display: none;
}

.breadcrumb ol>li a,
.breadcrumb ol>li span {
    font-family: "Montserrat";
    font-size: 12px;
    line-height: 15px;
    color: #3d3d3d;
    white-space: nowrap;
}

.breadcrumb ol>li a:hover span {
    color: #6ab616;
}

.breadcrumb ol>li:not(:last-child) {
    margin-right: 15px;
}

.breadcrumb ol>li>i {
    display: block;
}

@media (max-width: 460px) {
    .breadcrumb {
        margin: 0 0 30px;
    }
}

.bnr-wr {
    display: block;
    margin: 25px auto;
}

.bnr-wr>img {
    max-width: 100%;
    width: 100%;
    display: block;
    margin: 0;
}

.catalog-wr {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.catalog-wr aside {
    width: 220px;
    margin-right: 70px;
}

.catalog-wr .good-grid {
    width: calc(100% - 290px);
}

.catalog-wr .good-grid.good-grid__full {
    width: 100%;
    margin-bottom: 60px;
    margin-top: -20px;
}

.good-grid .goods-list {
    overflow: hidden;
    margin: 0 -20px;
    flex-wrap: wrap;
}

.good-grid {
    margin-top: 0;
}

.good-grid .goods-list .goods-list__item {
    width: calc((100% - 120px) / 3);
    max-width: 100% !important;
    min-width: 260px;
    margin: 0 20px 20px !important;
}

.good-grid.good-grid__full .goods-list .goods-list__item {
    width: calc((100% - 160px) / 4);
    margin: 0 20px 20px !important;
}

.good-grid.good-grid__full h2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #3d3d3d;
    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: -25px;
}

main h1 {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    margin-top: 0;
    margin-bottom: 30px;
}

main h1>small {
    font-family: "Montserrat";
    font-size: 12px;
    line-height: 15px;
    margin-left: 15px;
    display: inline-block;
    color: #c4c4c4;
}

main h1+time {
    display: block;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #3d3d3d;
    margin-bottom: 30px;
    margin-top: -20px;
}

.catalog-flt a {
    display: block;
    width: 100%;
    color: #3d3d3d;
}

.catalog-flt a:hover {
    color: #6ab616;
}

.catalog-flt .catalog-flt__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px;
}

.catalog-flt .catalog-flt__title:hover {
    color: #3d3d3d;
}

.catalog-flt .catalog-flt__title>i {
    display: none;
}

.catalog-flt .flt-inner {
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 17px;
}

.catalog-flt .flt-inner a:not(:last-child) {
    margin: 25px 0 10px;
}

.catalog-flt .catalog-flt__subtitle {
    display: flex;
    align-items: center;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}

.catalog-flt .catalog-flt__subtitle>i {
    margin-left: 15px;
    transform: rotate(90deg);
    transition: all 0.2s ease;
}

.catalog-flt .catalog-flt__subtitle.collapsed>i {
    transform: rotate(0deg);
}

.catalog-flt .flt-inner {
    margin-bottom: 40px;
}

.catalog-flt .flt-inner .form-group {
    margin-bottom: 15px;
}

.catalog-flt .flt-inner .form-group:last-child {
    margin-bottom: 0;
}

.catalog-flt .flt-subinner {
    padding-top: 5px;
}

.catalog-flt .flt-subinner .flt-ch-item__checkbox:not(:last-child) {
    margin-bottom: 15px;
}

.catalog-flt .flt-ch-item__checkbox label .label-text {
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 17px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog-flt .flt-ch-item__checkbox label .label-text>strong {
    font-family: "Montserrat";
    font-weight: 700;
}

.catalog-flt .flt-ch-item__checkbox label .label-text>small {
    font-family: "Montserrat";
    font-size: 12px;
    line-height: 15px;
    color: #c4c4c4;
}

.catalog-flt .flt-ch-item__checkbox .check-box {
    top: -2px;
}

.catalog-flt .form-control {
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    height: 32px;
    width: 100%;
    max-width: 100%;
}

.catalog-flt .flt-subinner .form-group:not(:last-child) {
    margin-bottom: 15px;
}

.pagination-wr {
    margin-top: 25px;
    width: 100%;
}

.service_load_more_catalog_elem_btn,
.service_load_more_news_btn,
.service_load_more_special_btn {
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 17px;
    background: transparent;
    border: none;
    margin-bottom: 20px;
}

.pagination-wr .btn:hover,
.pagination-wr .btn:active,
.pagination-wr .btn:focus {
    background: transparent;
    border: none;
}

.pagination-wr ul {
    margin-bottom: 0;
}

.page-item.active .page-link {
    z-index: 3;
    background-color: transparent;
    border-color: transparent;
    color: #6ab616;
}

.page-link,
.page-item.disabled .page-link {
    border: 1px solid transparent;
    color: #3d3d3d;
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 17px;
}

.page-link:hover {
    background-color: transparent;
    border-color: transparent;
    color: #6ab616;
}

.pagination li:not(:last-child) {
    margin-right: 15px;
}

.flt-list {
    margin-bottom: 20px;
}

.flt-list .dropdown-toggle {
    font-family: "Montserrat";
    font-size: 12px;
    line-height: 15px;
    background: #fff;
    border: none;
    padding-right: 0;
    padding-left: 0;
}

.flt-list .dropdown-toggle:focus,
.flt-list .dropdown-toggle:active {
    outline: none;
    box-shadow: none;
}

.flt-list .dropdown-menu {
    padding: 0;
    inset: 0px 0 auto auto !important;
}

.flt-apt .flt-list .dropdown-menu {
    transform: translate3d(0px, 30px, 0px) !important;
    left: 0 !important;
}

.dropdown-item {
    padding: 0.5rem 1rem;
    font-family: "Montserrat";
    font-size: 12px;
    line-height: 15px;
}

.dropdown-toggle::after {
    display: none;
}

.input_group {
    display: flex;
    align-items: center;
}

.flt-box__price .input_group {
    margin-bottom: -20px;
    position: relative;
    z-index: 1;
}

.input_group>input {
    width: 50%;
    border: 1px solid #c4c4c4;
    height: 32px;
    padding: 8px 10px;
}

.input_group>input:first-child {
    border-radius: 3px 0px 0px 3px;
}

.input_group>input:last-child {
    border-radius: 0px 3px 3px 0px;
    margin-left: -1px;
}

.flt-box__single {
    margin-top: 15px;
    margin-bottom: 30px;
}

.irs-bar,
.irs-line {
    border: none;
    background: #6ab616;
    height: 3px;
    top: 37px;
}

.irs-slider {
    box-shadow: none;
    border: 3px solid #6ab616;
    background: #fff;
    top: 32px;
    width: 12px;
    height: 12px;
}

.irs-grid-pol {
    display: none;
}

.irs-grid-text {
    color: #3d3d3d;
    font-size: 10px;
    line-height: 10px;
    padding: 0;
    bottom: 15px;
}

.irs-grid-text.js-grid-text-1 {
    left: auto !important;
    right: -5px;
}

.irs-grid-text.js-grid-text-0 {
    left: -1px;
}

.vertical-swiper-wr {
    position: relative;
}

.vertical-swiper.swiper {
    width: 100%;
    height: auto;
    max-height: 360px !important;
    position: relative;
}

.vertical-swiper .swiper-slide {
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 0 !important;
    min-height: 80px;
    height: auto;
    overflow: hidden;
}

.vertical-swiper .swiper-slide:hover h4 {
    color: #6ab616;
}

.vertical-swiper .swiper-slide img {
    display: block;
    margin: 0;
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.vertical-swiper .swiper-slide .swiper-slide__info {
    margin-left: 10px;
    width: calc(100% - 70px);
}

.vertical-swiper .swiper-slide__info>h4 {
    font-family: "Montserrat";
    font-size: 12px;
    line-height: 15px;
    color: #3d3d3d;
    margin-top: 0;
    margin-bottom: 10px;
    max-height: 47px;
    overflow: hidden;
}

.vertical-swiper .swiper-slide__info>span {
    display: block;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #3d3d3d;
}

.vertical-swiper-wr .swiper-btn-next,
.vertical-swiper-wr .swiper-btn-prev {
    position: absolute;
    background: url(../icons/arrow-green-right-icon.svg) no-repeat center / contain;
    width: 12px;
    height: 12px;
    cursor: pointer;
    margin: 0;
    top: 2px;
}

.vertical-swiper-wr .swiper-btn-next {
    right: 0;
}

.vertical-swiper-wr .swiper-btn-prev {
    transform: rotate(-180deg);
    left: 0;
}

.vertical-swiper-wr .swiper-button__wr {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 20px;
    width: 35px;
}

.vertical-swiper-wr h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-top: 0;
    margin-bottom: 15px;
}

.visible-tablet {
    display: none !important;
}

@media (max-width: 1190px) {

    .good-grid .goods-list,
    .good-grid.good-grid__full .goods-list {
        margin: 0 -10px;
    }

    .good-grid .goods-list .goods-list__item,
    .good-grid.good-grid__full .goods-list .goods-list__item {
        width: calc((100% - 60px) / 3);
        margin: 0 10px 20px !important;
    }

    .catalog-wr aside {
        margin-right: 35px;
    }

    .catalog-wr .good-grid {
        width: calc(100% - 255px);
    }
}

@media(max-width: 1115px) {

    .good-grid .goods-list,
    .good-grid.good-grid__full .goods-list {
        justify-content: center;
    }

    .good-grid .goods-list .goods-list__item {
        width: calc((100% - 40px) / 2);
        max-width: 280px !important;
    }
}

@media (max-width: 990px) {
    main h1 {
        margin-bottom: 20px;
    }

    .visible-tablet {
        display: flex !important;
    }

    .catalog-wr aside {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
        display: flex;
        justify-content: space-between;
        position: relative;
    }

    .catalog-flt .flt-inner {
        display: none;
    }

    .catalog-wr .good-grid {
        width: 100%;
    }

    .flt-list {
        display: block !important;
        margin-bottom: 30px;
        width: 200px;
        margin-left: auto;
    }

    .flt-list .dropdown-menu {
        transform: translate3d(1px, 30px, 0px) !important;
    }

    .good-grid.good-grid__full h2 {
        margin-bottom: 20px;
    }

    .catalog-wr aside {
        margin-bottom: 15px;
    }

    .catalog-wr aside .vertical-swiper-wr {
        display: none;
    }

    .catalog-flt .filters-panel,
    .catalog-flt .service_filter_catalog_form {
        width: 100%;
    }

    .catalog-flt .catalog-flt__title {
        margin-bottom: 0;
        width: 100%;
        flex-grow: 1;
        border: 0.5px solid #c4c4c4;
        font-family: "Montserrat";
        font-size: 16px;
        line-height: 20px;
        padding: 8px 20px;
        cursor: pointer;
        margin-right: 0;
        margin-left: auto;
    }

    .catalog-flt .catalog-flt__title:not(:last-of-type) {
        margin-right: 60px;
    }

    .pagination-wr:not(.service_load_more_news_btn_container):not(.service_load_more_special_btn_container) {
        margin-top: 15px;
    }

    .catalog-flt .catalog-flt__title>i {
        display: block;
    }

    .catalog-flt .catalog-flt__title.active>i {
        transform: rotate(-180deg);
    }

    .catalog-flt .flt-inner.active {
        display: block;
        position: absolute;
        z-index: 1100;
        background: #fff;
        top: 37px;
        padding: 15px;
        width: 100%;
        flex-grow: 1;
        border: 0.5px solid #c4c4c4;
        border-top: 0;
    }

    .catalog-flt .filters-panel-btn {
        margin-bottom: 0 !important;
    }

    .catalog-flt #flt-category.flt-inner.active {
        left: 0;
    }

    .catalog-flt #flt-options.flt-inner.active {
        right: 0;
    }

    .goods-list .goods-list__item img {
        max-width: 100%;
    }
}

@media(max-width: 860px) {
    .good-grid.good-grid__full .goods-list .goods-list__item {
        width: calc((100% - 40px) / 2);
    }
}

@media (max-width: 768px) {
    .catalog-flt .catalog-flt__title {
        /*width: calc(50% - 15px);*/
        width: 100%;
    }

    .catalog-flt .catalog-flt__title:not(:last-of-type) {
        margin-right: 15px;
    }

    .catalog-flt .flt-inner.active {
        width: 100%;
    }

    .good-grid .goods-list .goods-list__item {
        width: calc((100% - 40px) / 2);
    }
}

@media (max-width: 680px) {
    .mb-space {
        margin-bottom: 60px;
    }

    .good-choice-swiper .swiper-button-next,
    .good-choice-swiper .swiper-button-prev {
        top: 80px;
        margin-top: 0;
    }

    .catalog-flt #flt-category.flt-inner.active,
    .catalog-flt #flt-options.flt-inner.active {
        width: 100%;
        right: 0;
    }

    .catalog-flt .flt-inner.active {
        width: 100%;
        height: auto;
        margin-bottom: 0;
        overflow-y: auto;
    }

    .catalog-flt .filters-panel-btn {
        margin-bottom: 0 !important;
    }

    main h1>small:not(.nowrap-mob) {
        display: block;
        margin-left: 0;
        margin-top: 3px;
    }

    .catalog-wr {
        margin-top: 0;
    }

    .pagination-wr:not(.service_load_more_news_btn_container):not(.service_load_more_special_btn_container) {
        margin-top: 0;
    }
}

@media(max-width: 570px) {
    .good-grid .goods-list .goods-list__item {
        width: 100%;
        max-width: 280px;
        margin: 0 auto 20px !important;
    }

    .good-grid .goods-list {
        margin: 0 auto;
    }
}

.catalog-item-wr {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 0;
}

.catalog-item-wr aside.catalog-item_actions {
    width: 240px;
    margin-left: 70px;
    height: 100%;
    position: sticky;
    top: 165px;
}

.catalog-item-wr .catalog-item__info {
    width: calc(100% - 310px);
    margin-top: 0;
}

.catalog-item-wr .all-info .btn-collapse {
    width: 100%;
    display: flex;
    font-family: "Montserrat";
    font-size: 16px;
    line-height: 20px;
    border: none;
    text-decoration: none;
    color: #3d3d3d;
    background: transparent;
    padding: 15px 0;
    border-bottom: 0.5px solid #c4c4c4;
    align-items: center;
    justify-content: space-between;
}

.catalog-item-wr .all-info .btn-collapse>span {
    width: calc(100% - 60px);
    text-align: left;
}

.all-info .btn-collapse.collapsed>i {
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

.all-info .btn-collapse>i {
    transform: rotate(-180deg);
}

.all-info article {
    padding: 15px 0;
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 17px;
}

.all-info article h2,
.all-info article h3,
.all-info article h4,
.all-info article h5,
.all-info article h6 {
    font-family: "Montserrat";
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 17px;
}

.catalog-item-wr nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 30px;
}

.catalog-item-wr nav a {
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 17px;
    color: #3d3d3d;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    margin-right: 40px;
}

.catalog-item-wr nav a:last-child {
    margin-right: 0;
}

.catalog-item-wr nav a:hover {
    color: #6ab616;
}

.catalog-item-wr nav a>i {
    margin-bottom: -3px;
}

.catalog-item__info .item-info__main .icon {
    position: absolute;
    top: 0;
}

.catalog-item__info .item-info__main .icon.special-icon {
    display: none;
}

.catalog-item__info .item-info__main img {
    width: 325px;
    height: auto;
    max-height: 325px;
    object-fit: contain;
    display: block;
    margin: 0 20px 0 0;
}

.catalog-item__info ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.catalog-item__info .item-info__main dl {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
}

.catalog-item__info .item-info__main dl:last-of-type {
    margin-bottom: 30px;
}

.catalog-item__info .item-info__main article {
    width: calc(100% - 345px);
}

.catalog-item__info .item-info__main dt {
    font-family: "Montserrat";
    font-size: 12px;
    line-height: 15px;
    color: #838383;
    font-weight: 400;
    width: 33%;
    padding-right: 10px;
    word-break: break-word;
}

.catalog-item__info .item-info__main dt,
.catalog-item__info .item-info__main dd {
    margin-bottom: 0px;
}

.catalog-item__info .item-info__main dd {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    width: 67%;
    word-break: break-word;
}

.catalog-item__info .diseases {
    display: flex;
    flex-flow: row wrap;
}

.catalog-item__info .diseases>li {
    background: #e5e5e5;
    border-radius: 8px;
    padding: 3px 13px;
    color: #838383;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
}

.catalog-item__info .diseases>li:not(:last-child) {
    margin-right: 35px;
}

.item-info__main .options li {
    display: flex;
    align-items: center;
    width: 100%;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #3d3d3d;
}

.item-info__main .options li>i {
    margin-right: 10px;
}

.item-info__main .options li:not(:last-child) {
    margin-bottom: 20px;
}

.catalog-item_actions-inner {
    margin-bottom: 40px;
}

.catalog-item_actions-inner .price-notice {
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
    display: block;
}

.catalog-item_actions-inner .btns-prices ins {
    text-decoration: none;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #3d3d3d;
    margin-right: 10px;
}

.catalog-item_actions-inner .btns-prices del {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: line-through;
    color: #db3922;
    position: absolute;
    margin-left: 0;
    margin-right: auto;
    position: relative;
    top: -13px;
}

.catalog-item_actions-inner .btns-prices .bonuce {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #6ab616;
    border-radius: 6px;
    padding: 1px 1px 1px 6px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
    margin: 0;
}

.catalog-item_actions-inner .btns-prices .bonuce>span {
    background: #fff;
    color: #6ab616;
    border-radius: 6px;
    padding: 2px;
    margin-left: 3px;
}

.catalog-item_actions-inner .loc {
    width: 100%;
    margin-top: auto;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-family: "Montserrat";
    font-weight: 600;
    cursor: pointer;
}

.catalog-item_actions-inner .loc:hover {
    color: #6ab616;
}

.catalog-item_actions-inner .loc>i {
    margin-right: 5px;
}

.catalog-item_actions-inner .btns-prices {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 25px;
}

.catalog-item_actions-inner .item-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog-item_actions-inner .item-btns button {
    height: 40px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.item-btns button .plus-white-icon {
    height: 18px;
    width: 18px;
    position: relative;
    margin-bottom: -2px;
    margin-left: 15px;
}

.item-btns button>.hidden-mob {
    display: block;
}

.item-btns button>.visible-mob {
    display: none;
}

.item-btns .action-buy-count {
    display: none;
}

.item-btns.active .action-buy-count {
    display: block;
}

.item-btns.active .action-buy-btn {
    display: none;
}

.catalog-item_actions-inner .item-btns .fav-it {
    cursor: pointer;
}

.catalog-item_actions-inner .item-btns .fav-it>i {
    width: 38px;
    height: 38px;
}

.catalog-item_actions .vertical-swiper-wr {
    margin-top: 70px;
}

#item-analogs,
#item-other-forms,
.catalog-item-wr {
    margin-bottom: 90px;
}

.catalog-item__info .item-info__main {
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.catalog-item__info .loc {
    display: none;
}

@media (max-width: 990px) {
    
    .catalog-item_actions-inner .btns-prices .btn-grey{
        padding: 0 15px;
        font-size: 12px;
    }

    .catalog-item__info .item-info__main dt,
    .catalog-item__info .item-info__main dd {
        font-size: 12px;
        line-height: 15px;
    }

    .catalog-item__info .item-info__main img {
        width: 200px;
        height: 200px;
        margin: 0 15px 0;
    }

    .catalog-item-wr aside.catalog-item_actions {
        margin-left: 30px;
        top: 160px;
        width: 200px;
    }

    .catalog-item-wr .catalog-item__info {
        width: calc(100% - 230px);
    }

    .catalog-item__info .item-info__main article {
        width: calc(100% - 230px);
    }

    .catalog-item__info .item-info__main dt {
        width: 35%;
        min-width: 110px;
    }

    .catalog-item__info .item-info__main dd {
        width: 65%;
    }
}

@media (max-width: 768px) {

    .catalog-item__info .item-info__main dl:last-of-type {
        margin-bottom: 40px;
    }

    .catalog-item_actions .vertical-swiper-wr {
        display: none;
    }

    .catalog-item_actions-inner {
        margin-bottom: 0;
    }

    .catalog-item-wr {
        position: relative;
    }

    .catalog-item-wr aside.catalog-item_actions {
        position: absolute;
        background: #fff;
        top: 0;
        right: 0;
        width: 200px;
        height: auto;
    }

    .catalog-item-wr .catalog-item__info {
        width: 100%;
    }

    .catalog-item__info .item-info__main article {
        padding-right: 210px;
    }

    .catalog-item_actions-inner .btns-prices ins {
        font-size: 18px;
        line-height: 22px;
    }

    .catalog-item_actions-inner .loc {
        font-size: 12px;
    }

    .catalog-item__info .item-info__main img {
        width: 200px;
        height: 200px;
        margin-left: 0;
    }

    .catalog-item__info .item-info__main article {
        width: calc(100% - 215px);
    }

    .catalog-item__info .item-info__main dt,
    .catalog-item__info .item-info__main dd {
        width: auto;
    }

    .catalog-item__info .item-info__main {
        position: relative;
    }

    .item-info__main .options li {
        margin-bottom: 15px !important;
    }

}

@media (max-width: 680px) {
    .catalog-item__info .item-info__main dl:last-of-type {
        margin-bottom: 25px;
    }

    .catalog-item__info .loc {
        width: 100%;
        margin-top: auto;
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        font-family: "Montserrat";
        font-weight: 600;
        cursor: pointer;
    }

    .catalog-item__info .loc>i {
        margin-right: 5px;
    }

    .catalog-item_actions-inner .loc {
        display: none;
    }

    .catalog-item__info .item-info__main img {
        width: auto;
        max-width: 100%;
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 90px;
        height: 240px;
    }

    .catalog-item__info .item-info__main.not-available-item img {
        margin-bottom: 35px !important;
    }

    .catalog-item__info .item-info__main article {
        width: 100%;
        padding: 0;
    }

    .catalog-item__info ul.options {
        position: static;
        display: block;
    }

    .catalog-item__info .item-info__main {
        margin-bottom: 20px;
    }

    .catalog-item__info .item-info__main {
        padding-bottom: 0;
    }

    .catalog-item_actions-inner .item-btns {
        background: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 15px;
        border-top: 0.5px solid #c4c4c4;
        z-index: 1000;
    }

    .catalog-item_actions-inner .btn-grey_wr{
        background: #fff;
        border-top: 0.5px solid #c4c4c4;
        padding: 15px 50px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }

    .catalog-item_actions-inner .btns-prices .btn-grey{
        font-size: 16px;
    }

    .catalog-item_actions-inner .item-btns button {
        height: 40px;
        font-size: 16px;
        line-height: 20px;
    }

    .catalog-item-wr aside.catalog-item_actions {
        margin-right: 0;
        left: 0;
        right: auto;
        margin-left: 0;
        top: 260px;
    }

    .catalog-item_actions-inner .btns-prices {
        margin-bottom: 15px;
    }

    .item-btns button>.hidden-mob {
        display: none;
    }

    .item-btns button>.visible-mob {
        display: block;
    }

    .item-btns .action-buy-btn {
        width: calc(100% - 60px);
        flex-grow: 1;
    }

    .item-btns.active .action-buy-count {
        width: calc(100% - 60px);
        flex-grow: 1;
    }

    .item-btns.active .action-buy-count .counterin {
        margin: 0 auto;
        max-width: 100%;
    }

    .item-btns .action-buy-btn>button {
        width: 100%;
    }

}

@media (max-width: 380px) {
    .catalog-item__info .item-info__main img {
        margin: 0 auto 90px;
    }
    .catalog-item_actions-inner .btn-grey_wr{
        padding: 15px 30px;
    }
}

.article-info h2,
.article-info h3,
.article-info h4,
.article-info h5,
.article-info h6 {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    margin-top: 0;
    margin-bottom: 10px;
}

.article-info a:not(.btn) {
    color: #6ab616;
    text-decoration: none;
}

.header-preview {
    margin-bottom: 30px;
    position: relative;
}

.header-preview>img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0;
}

.header-preview .header-preview__info {
    position: absolute;
    bottom: 45px;
    left: 50%;
    text-align: left;
    max-width: 345px;
    transform: translateX(-50%);
}

.header-preview .header-preview__info .big-btn {
    height: 50px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 20px;
}

.header-preview .header-preview__info .soc-list {
    margin-bottom: 15px;
}

.header-preview .header-preview__info p:last-of-type {
    display: block;
    margin-bottom: 70px;
}

.why-we {
    margin: 70px auto;
}

.why-we h2 {
    margin-bottom: 25px;
    max-width: 645px;
    width: 100%;
}

.why-we ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.why-we ul>li {
    width: calc((100% - 300px) / 4);
}

.why-we ul>li>i {
    max-width: 100%;
    width: 50%;
    height: 100px;
    display: block;
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 15px;
}

.why-we ul>li>i.why-we-1-icon {
    background: url(../icons/why-we-1-icon.svg) no-repeat center / contain;
}

.why-we ul>li>i.why-we-2-icon {
    background: url(../icons/why-we-2-icon.svg) no-repeat center / contain;
}

.why-we ul>li>i.why-we-3-icon {
    background: url(../icons/why-we-3-icon.svg) no-repeat center / contain;
}

.why-we ul>li>i.why-we-4-icon {
    background: url(../icons/why-we-4-icon.svg) no-repeat center / contain;
}

@media (max-width: 990px) {
    .why-we ul>li {
        width: calc((100% - 300px) / 2);
        margin-right: 150px;
    }

    .why-we ul>li {
        margin-bottom: 20px;
    }

    .why-we ul>li>i {
        margin-left: 0;
        margin-right: auto;
        max-width: 90px;
        height: 70px;
    }
}

@media (max-width: 768px) {
    .why-we ul>li {
        width: calc((100% - 200px) / 2);
        margin-right: 100px;
    }
}

@media (max-width: 680px) {
    .why-we ul>li {
        margin-right: 0;
        width: calc((100% - 30px) / 2);
    }

    .why-we ul>li>i {
        max-width: 60px;
        height: 50px;
    }

    /*
    .article-info h2 {
      font-size: 18px;
      line-height: 20px;
    }
    */
    .why-we {
        margin: 30px auto;
    }
}

.info-wr {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.info-wr .info-menu {
    width: 140px;
    margin-right: 25px;
    height: 100%;
    position: sticky;
    top: 170px;
    margin-bottom: 695px;
}

.info-wr .info-menu>nav>a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #3d3d3d;
}

.info-wr .info-menu>nav>a:hover {
    color: #6ab616;
}

.info-wr .info-menu>nav>a:not(:last-child) {
    margin-bottom: 40px;
}

.info-wr .info-main {
    width: calc(100% - 165px);
    margin-top: 0;
}

.info-wr .why-we-sm h2 {
    margin-bottom: 20px;
}

.info-wr .why-we-sm ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.info-wr .why-we-sm ul>li {
    display: flex;
    align-items: center;
    width: 33%;
    margin-bottom: 20px;
}

.info-wr .why-we-sm ul>li>p {
    margin-bottom: 0;
    margin-left: 15px;
    width: calc(100% - 65px);
    max-width: 165px;
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 17px;
}

.info-wr .article-info {
    margin-bottom: 50px;
}

.info-wr .georeaphy img {
    max-width: 100%;
    width: 100%;
    margin: 0;
}

.vacancy h2 {
    margin-bottom: 20px;
}

.vacancy ul {
    padding: 0;
    list-style: none;
}

.vacancy article ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 1rem;
}

.vacancy .vacancy-list {
    margin-bottom: 80px;
}

.vacancy .vacancy-list>li {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    margin-bottom: 20px;
    justify-content: space-between;
}

.vacancy .vacancy-list>li .title {
    width: 100%;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
}

.vacancy .vacancy-list>li .title a {
    color: #3d3d3d;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    width: 100%;
}

.vacancy .vacancy-list>li .title a:hover {
    color: #6ab616;
}

.vacancy .vacancy-list.v-simple-list>li .title {
    font-family: "Montserrat";
    margin-left: 0;
    margin-bottom: 0;
}

.vacancy .vacancy-list>li .title i {
    width: 5px;
    height: 10px;
    transition: all 0.2s ease-in-out;
}

.vacancy .vacancy-list>li .title a>i {
    transform: rotate(90deg);
}

.vacancy .vacancy-list>li .title a.collapsed>i {
    transform: rotate(0deg);
}

.vacancy .vacancy-list:not(.v-simple-list)>li .params-wr {
    width: 67%;
}

.vacancy .vacancy-list:not(.v-simple-list)>li .params {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.vacancy .vacancy-list:not(.v-simple-list)>li .params>li {
    width: calc(50% - 50px);
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}

.vacancy .vacancy-list:not(.v-simple-list)>li .params>li>i {
    min-width: 30px;
    margin-right: 10px;
    margin-top: -2px;
}

.vacancy .vacancy-list.v-simple-list>li .params-wr {
    width: 67%;
}

.vacancy .vacancy-list>li .btns-group {
    width: 33%;
    min-width: 200px;
    text-align: right;
}

.vacancy .vacancy-list>li .btns-group button {
    display: block;
    width: 100%;
    max-width: 185px;
    height: 38px;
    margin-bottom: 15px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-left: auto;
}

.vacancy .vacancy-list strong {
    font-family: "Montserrat";
    font-weight: 600;
}

.contacts {
    margin-bottom: 50px;
}

.contacts h2+p {
    margin-bottom: 25px;
}

.contacts ul {
    list-style: none;
    padding: 0;
}

.contacts .manager-list {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 30px;
}

.contacts .manager-list>li {
    margin-right: 200px;
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 17px;
}

.contacts .manager-list>li h3 {
    font-family: "Montserrat";
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 17px;
}

.contacts .manager-list>li address {
    width: 100%;
    font-style: normal;
    margin-bottom: 15px;
}

.contacts .manager-list>li a {
    display: block;
    margin-bottom: 5px;
    color: #3d3d3d;
}

.contacts .manager-list>li a:hover {
    color: #6ab616;
}

.contacts .manager-list>li a:last-of-type {
    margin-top: 15px;
    margin-bottom: 0;
}

.soc-list {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
}

.soc-list>li:not(:last-child) {
    margin-right: 105px;
}

.our-team {
    margin-bottom: 55px;
}

.our-team .swiper {
    width: 100%;
    height: auto;
}

.team-swiper .swiper-slide {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    border: 0.5px solid #c4c4c4;
    padding: 20px 45px;
}

.team-swiper .swiper-slide img {
    display: block;
    max-width: 215px;
    width: 100%;
    border-radius: 100%;
    object-fit: cover;
    margin-right: 35px;
}

.team-swiper .swiper-slide .team-info {
    width: calc(100% - 250px);
}

.team-swiper .swiper-slide .team-info h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 5px;
    color: #3d3d3d;
}

.team-swiper .swiper-slide .team-info h3+small {
    display: block;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #838383;
    margin-bottom: 15px;
}

.team-swiper .swiper-slide .team-info article {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #3d3d3d;
}

.swiper-pagination-bullet-active {
    background: #6ab616;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.team-swiper .swiper-button-next {
    background: url(../icons/arrow-black-right-icon.svg) no-repeat center / 17px;
}

.team-swiper .swiper-button-prev {
    background: url(../icons/arrow-black-left-icon.svg) no-repeat center / 17px;
}

.company-map {
    height: 530px;
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 90px;
}

.company-map.contact-map {
    height: 485px;
    margin-bottom: 30px;
    margin-top: 0;
}

.company-map .company-map__info {
    position: absolute;
    top: 50px;
    left: 165px;
    background: #fff;
    padding: 25px 15px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    z-index: 100;
    flex-flow: row wrap;
    max-width: 480px;
    width: 100%;
}

.company-map.contact-map .company-map__info {
    left: 48px;
}

.company-map .company-map__info .contact-info__inner,
.company-map .company-map__info .contact-links {
    width: 50%;
}

.company-map .company-map__info h2 {
    width: 100%;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #3d3d3d;
    margin-top: 0;
    margin-bottom: 25px;
}

.company-map .company-map__info address {
    display: block;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #3d3d3d;
    margin-bottom: 5px;
}

.company-map .company-map__info small {
    display: block;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #c4c4c4;
}

.company-map .company-map__info .contact-links {
    text-align: right;
}

.company-map .company-map__info .contact-links a {
    display: block;
    color: #3d3d3d;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.company-map .company-map__info .contact-links a:first-child {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}

#map-on-work-page,
#map-on-contact-page {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

@media (max-width: 990px) {
    .info-wr .info-menu {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        position: static;
        height: auto;
    }

    .info-wr .info-menu>nav>a:not(:last-child) {
        margin-bottom: 0;
        margin-right: 20px;
    }

    .info-wr .info-main {
        width: 100%;
    }

    .vacancy .vacancy-list {
        margin-bottom: 60px;
    }

    .our-team {
        margin-bottom: 55px;
        margin-top: -40px;
    }

    .company-map .company-map__info {
        left: 48px;
    }

    .company-map {
        height: 360px;
        margin-bottom: 55px;
    }

    .contacts .manager-list>li {
        margin-right: 100px;
    }

    .vacancy .vacancy-list:not(.v-simple-list)>li .params>li {
        width: calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .info-wr .why-we-sm ul>li {
        width: 50%;
    }

    .georeaphy h2 {
        margin-bottom: 0;
    }

    .vacancy .vacancy-list:not(.v-simple-list)>li .params>li {
        width: calc(50% - 5px);
    }

    .vacancy .vacancy-list:not(.v-simple-list)>li .params>li>i {
        margin-right: 5px;
    }

    .team-swiper .swiper-slide {
        padding: 30px 45px 60px;
    }

    .vacancy .m-w-515 {
        width: 67%;
    }

    .contacts .soc-list__wr {
        text-align: center;
    }

    .contacts .soc-list__wr p {
        margin-bottom: 25px;
    }

    .contacts .soc-list__wr .soc-list {
        max-width: 345px;
        width: 100%;
        margin: 0 auto;
        justify-content: space-between;
    }

    .contacts {
        margin-bottom: 0;
    }
}

@media (max-width: 680px) {
    .info-wr .info-menu>nav>a {
        display: block;
    }

    .info-wr .info-menu>nav>a:not(:last-child) {
        margin-bottom: 20px;
        margin-right: 0px;
    }

    .soc-list>li:not(:last-child) {
        margin-right: 40px;
    }

    .header-preview .header-preview__info {
        bottom: 20px;
    }

    .header-preview .header-preview__info p:last-of-type {
        margin-bottom: 20px;
    }

    .header-preview .header-preview__info .big-btn {
        height: 38px;
        padding: 9px 13px;
        white-space: nowrap;
    }

    .info-wr .why-we-sm ul>li,
    .vacancy .vacancy-list:not(.v-simple-list)>li .params-wr,
    .vacancy .vacancy-list:not(.v-simple-list)>li .params>li {
        width: 100%;
    }

    .vacancy .vacancy-list>li .btns-group {
        width: 100%;
        min-width: 200px;
        text-align: center;
    }

    .vacancy .vacancy-list>li .btns-group button {
        margin-left: auto;
        margin-right: auto;
    }

    .team-swiper .swiper-slide img {
        margin: 0 auto 20px;
    }

    .team-swiper .swiper-slide .team-info {
        width: 100%;
    }

    .team-swiper .swiper-slide {
        padding: 15px 15px 40px;
    }

    .team-swiper .swiper-button-next,
    .team-swiper .swiper-button-prev {
        top: 105px;
        margin-top: 0;
    }

    .vacancy .vacancy-list.v-simple-list>li .params-wr,
    .vacancy .m-w-515 {
        width: 100%;
        margin-bottom: 20px;
    }

    .vacancy .vacancy-list.v-simple-list ul {
        list-style: none;
        padding: 0;
    }

    .vacancy .vacancy-list>li .btns-group button:last-child {
        margin-bottom: 0;
    }

    .our-team {
        margin-top: -10px;
    }

    .contacts .manager-list>li {
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%;
    }

    .company-map .company-map__info {
        left: 10px;
        top: 10px;
        max-width: calc(100% - 120px);
    }

    .company-map .company-map__info .contact-info__inner,
    .company-map .company-map__info .contact-links {
        width: 100%;
    }

    .company-map .company-map__info .contact-links {
        text-align: left;
        margin-top: 15px;
    }

    .company-map .company-map__info .contact-links a:first-child {
        margin-bottom: 5px;
    }

    .company-map .company-map__info h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .company-map .company-map__info address,
    .company-map .company-map__info small {
        font-size: 12px;
        line-height: 15px;
    }
}

.modal .btn {
    padding: 8px 20px;
    height: 40px;
    font-size: 16px;
}

.modal #send-anketa.btn {
    padding: 8px 25px;
}

.modal-anketa .modal-dialog {
    max-width: 1100px;
}

.modal-callback .modal-dialog {
    max-width: 800px;
}

textarea.form-control {
    min-height: 140px;
    border-radius: 6px;
    border: 0.5px solid #c4c4c4;
    padding-top: 15px;
}

.form-group label>em {
    display: inline-block;
    margin-left: 5px;
    margin-top: -3px;
    font-style: normal;
    color: #e3000f;
}

@media (max-width: 1190px) {
    .modal.modal-anketa .modal-dialog {
        max-width: calc(100% - 30px);
        margin: 30px auto;
    }
}

@media (max-width: 990px) {
    .modal.modal-callback .modal-dialog {
        max-width: calc(100% - 30px);
        margin: 30px auto;
    }
}

@media (max-width: 680px) {

    .modal-anketa .btn,
    .modal-callback .btn {
        display: block;
        margin: 0 auto;
    }
}

.contact-form {
    margin-bottom: 90px;
}

.contact-form form {
    max-width: 540px;
    width: 100%;
}

@media (max-width: 990px) {
    .company-map.contact-map {
        height: 360px;
        margin-bottom: 30px;
    }
}

@media (max-width: 680px) {
    .company-map.contact-map .company-map__info {
        left: 10px;
        top: 10px;
        max-width: calc(100% - 120px);
    }
}

.horizontal-nav-list {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.horizontal-nav-list>a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #3d3d3d;
}

.horizontal-nav-list>a:hover {
    color: #6ab616;
}

.horizontal-nav-list>a:not(:last-child) {
    margin-right: 80px;
}

.narrow-swiper {
    width: 100%;
    height: 320px;
    margin-bottom: 90px;
}

.narrow-swiper .swiper-slide img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-to-get {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    margin-bottom: 80px;
}

.card-to-get h2 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
}

.card-to-get .card-to-get__info {
    max-width: 400px;
    width: 100%;
    margin-right: auto;
    margin-top: 20px;
}

.card-to-get ul {
    width: 100%;
    list-style: none;
    padding-left: 35px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #3d3d3d;
}

.card-to-get ul>li {
    position: relative;
}

.card-to-get ul>li:not(:last-child) {
    margin-bottom: 20px;
}

.card-to-get ul li::before {
    content: "";
    background: #6ab616;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -23px;
    top: 2px;
    border-radius: 100%;
}

.card-to-get .bonus-card-img {
    margin-right: 0px;
}

.card-to-get img {
    margin: 0;
    display: block;
    max-width: 340px;
    width: 100%;
    height: auto;
    box-shadow: 5px 7px 20px #c4c4c4;
    border-radius: 12px;
    margin-bottom: 35px;
}

.card-to-get img:last-of-type {
    margin-bottom: 0;
}

.card-to-get .bonuce-cards {
    margin-right: 0;
    margin-top: 20px;
    display: block;
    max-width: 340px;
    width: 100%;
    height: auto;
    box-shadow: 5px 7px 20px #c4c4c4;
    border: 0.5px solid #C4C4C4;
    margin-bottom: 35px;
    padding: 30px 30px 10px;
    background: #fff;
}

.card-to-get .bonuce-cards .service-bonus_activate_btn {
    height: 40px;
    padding: 9px 20px;
    font-size: 16px;
    line-height: 20px;
}

.card-to-get .bonuce-cards .service-bonus_activate_form {
    margin-bottom: 10px;
}

.card-to-get .bonuce-cards h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #3D3D3D;
    margin-top: 0;
    margin-bottom: 30px;
}

.card-to-get .bonuce-cards small {
    display: block;
    margin-bottom: 3px;
}

.card-to-get .bonuce-cards small+small {
    margin-bottom: 10px;
}

.card-to-get .bonuce-cards p {
    margin: 20px 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #3D3D3D;
}

.card-to-get .bonuce-cards p>small {
    margin: 0;
}

.card-notice {
    max-width: 640px;
    width: 100%;
    position: relative;
    padding-left: 35px;
    margin-bottom: 70px;
    margin-top: -270px;
}

.card-notice>h2 {
    margin-top: 0;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #3d3d3d;
    margin-bottom: 5px;
}

.card-notice>h2>i {
    position: absolute;
    top: -10px;
    left: 0;
}

.card-notice p {
    margin-bottom: 0;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #3d3d3d;
}

.card-bonuce-use {
    margin-bottom: 90px;
}

.card-bonuce-use h2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    margin-top: 0;
    margin-bottom: 25px;
}

.card-bonuce-use .card-bonuce-use__list {
    width: 100%;
    padding: 0;
    margin: 0 0 35px 65px;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
}

.card-bonuce-use .card-bonuce-use__list>li {
    margin-right: 135px;
    display: flex;
    align-items: center;
    list-style: none;
    max-width: 320px;
}

.card-bonuce-use .card-bonuce-use__list>li i {
    min-width: 90px;
    width: 90px;
    height: 90px;
    margin-right: 25px;
}

.card-bonuce-use .card-bonuce-use__list>li p {
    width: calc(100% - 115px);
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-top: 5px;
    margin-bottom: 0;
}

.card-bonuce-use article {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #3d3d3d;
}

.card-bonuce-use article h3 {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #3d3d3d;
    margin-bottom: 5px;
    margin-top: 0;
}

.card-bonuce-use article a {
    color: #6ab616;
}

.card-bonuce-use article p {
    margin-bottom: 20px;
}

.card-bonuce-use article ul {
    margin-bottom: 20px;
}

@media(max-width: 1190px) {
    .card-to-get .bonuce-cards .service-bonus_activate_form {
        margin-top: -20px;
        margin-bottom: 15px;
    }

    .card-to-get .bonuce-cards .service-bonus_activate_form .card-example {
        display: none;
    }
}

@media (max-width: 990px) {
    .card-to-get .bonus-card-img {
        margin-right: 0;
    }

    .card-to-get {
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .card-to-get .card-to-get__info {
        margin-right: 30px;
    }

    .card-bonuce-use .card-bonuce-use__list {
        margin-left: 25px;
    }

    .card-bonuce-use .card-bonuce-use__list>li {
        margin-right: 45px;
    }

    .card-bonuce-use .card-bonuce-use__list>li i {
        margin-right: 15px;
    }

    .card-notice {
        margin-right: 20px;
        margin-top: -120px;
        max-width: 400px;
        width: 100%;
    }

    .card-notice>h2>i {
        top: 0;
    }

    .card-to-get img {
        max-width: 270px;
        margin-top: 15px;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .card-bonuce-use h2 {
        margin-bottom: 15px;
    }

    .horizontal-nav-list>a:not(:last-child) {
        margin-right: 40px;
    }

    .card-to-get .bonuce-cards {
        margin-right: 0;
        padding: 20px 20px 0;
        max-width: 285px;
    }
}

@media (max-width: 680px) {
    .card-to-get .bonuce-cards {
        margin-bottom: 0;
        margin-top: 0;
    }

    .horizontal-nav-list>a {
        width: 100%;
    }

    .horizontal-nav-list>a:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .narrow-swiper {
        margin-bottom: 60px;
    }

    .how-to-order-swiper {
        margin-bottom: 0 !important;
    }

    .card-to-get {
        flex-wrap: wrap;
    }

    .card-to-get .card-to-get__info {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .card-to-get img {
        max-width: 240px;
        margin-top: 0;
        margin-left: 30px;
        margin-right: 30px;
    }

    .card-notice {
        padding-left: 0;
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .card-notice h2 {
        font-size: 22px;
        line-height: 27px;
        padding-left: 35px;
        margin-bottom: 15px;
        max-width: 320px;
    }

    .card-bonuce-use .card-bonuce-use__list {
        margin: 0 0 40px;
        flex-wrap: wrap;
    }

    .card-bonuce-use .card-bonuce-use__list>li {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .card-bonuce-use .card-bonuce-use__list>li p {
        margin-top: 15px;
    }
}

@media(max-width: 480px) {
    .card-to-get .bonus-card-img {
        margin: 0 auto;
    }

    .card-to-get .bonuce-cards {
        margin: 0 auto;
    }
}

@media (max-width: 990px) {
    .catalog-wr .good-grid.good-grid__full {
        margin-bottom: 40px;
    }
}

@media (max-width: 765px) {
    .good-grid.good-grid__full .goods-list .goods-list__item {
        width: calc((100% - 40px) / 2);
        margin: 0 10px 20px !important;
    }
}

@media (max-width: 570px) {
    .good-grid.good-grid__full .goods-list .goods-list__item {
        width: 100%;
        max-width: 280px;
        margin: 0 auto 20px !important;
    }

    .good-grid.good-grid__full .goods-list {
        margin: 0 auto !important;
    }
}

.action-list-main {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    margin: 0 -10px 40px;
}

.action-nowrap {
    width: 100%;
    margin-top: -10px;
}

.good-choice-swiper {
    width: 100%;
}

.action-nowrap .good-choice-swiper {
    margin-bottom: 60px;
}

.action-nowrap .action-list-main {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.action-list-main .action-item {
    margin: 0 10px 40px;
    width: calc((100% - 80px) / 4);
    min-width: 255px;
    display: flex;
    flex-flow: column nowrap;
    border: 0.5px solid #c4c4c4;
}

.action-nowrap .action-list-main .action-item {
    margin-bottom: 10px;
}

.action-list-main .action-item img {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0;
    height: 170px;
    object-fit: cover;
    border-bottom: 0.5px solid #c4c4c4;
}

.action-list-main .action-item .img {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 0.5px solid #c4c4c4;
}

.action-list-main .action-item .action-item__info {
    padding: 20px 30px 15px;
    background: #fff;
    height: calc(100% - 200px);
    margin-top: auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

.action-list-main .action-item__info p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #3d3d3d;
    margin-bottom: 20px;
}

.action-list-main .action-item:hover p {
    color: #6ab616;
}

.action-list-main .action-item__info time {
    display: block;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #c4c4c4;
}

.action-list__wr {
    margin: 0 -10px 90px;
}

.action-list__wr .action-list-main {
    margin: 0 0 -40px;
}

.action-prev-img {
    display: block;
    margin: 0 auto 25px 0;
    max-width: 540px;
    width: 100%;
}

.action-prev-img>img {
    display: block;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

@media (max-width: 1190px) {
    .action-list-main .action-item {
        width: calc((100% - 60px) / 3);
    }
}

@media (max-width: 990px) {
    .action-list-main .action-item {
        width: calc((100% - 40px) / 2);
    }

    .action-nowrap .good-choice-swiper {
        margin-bottom: 40px;
    }
}

@media(max-width: 768px) {
    .action-list-main .action-item .img {
        height: 160px;
    }

    .action-list-main .action-item .action-item__info {
        height: calc(100% - 160px);
    }

    .action-list-main .action-item__info p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 560px) {
    .action-list-main .action-item {
        width: 100%;
    }
}

.flt-apt {
    margin-top: -20px;
}

.flt-apt label {
    padding-left: 0;
    margin-right: 10px;
}

.flt-apt .form-select {
    padding: 0 35px 0 0;
    border: none;
    width: auto;
}

.flt-apt input[type="search"] {
    border: 0.5px solid #c4c4c4;
    border-right: none;
    border-radius: 6px 0 0 6px;
    background: #fff;
    height: 40px;
}

.flt-apt input[type="search"]+button {
    color: #3d3d3d;
    border: 0.5px solid #c4c4c4;
    border-left: none;
    border-radius: 0 6px 6px 0;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    padding-right: 13px;
    padding-left: 15px;
    height: 40px;
}

.flt-apt .flt-list {
    margin-bottom: 0;
}

.flt-apt .flt-list .dropdown-toggle {
    font-size: 14px;
    line-height: 17px;
}

.flt-apt .autocomplete {
    position: relative;
}

.flt-apt .autocomplete:after {
    content: "";
    background: #c4c4c4;
    height: 30px;
    width: 0.5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 72px;
}

.flt-apt .flt-ch-item__checkbox {
    margin-bottom: 0;
    margin-top: 12px;
    margin-left: 20px;
}

.flt-apt .flt-ch-item__checkbox .check-box {
    top: -2px;
}

.flt-apt .flt-ch-item__checkbox .label-text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.flt-apt .form-group {
    margin-bottom: 15px;
}

.apt-list {
    margin-bottom: 90px;
}

.apt-list .nav-pills .nav-link>i {
    margin: 0;
}

.apt-list .nav-pills .nav-item .nav-link {
    margin-right: 0;
    border-bottom: 1px solid #3D3D3D !important;
    padding: 0 12px 12px;
    border-radius: 0;
}

.apt-list .nav-pills .nav-item:not(:last-child) {
    margin-right: 0;
}

.apt-list .nav-pills {
    margin-bottom: 40px;
}

.bottom-link {
    margin-bottom: 60px;
}

.bottom-link>.btn {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 9px 20px;
}

.apt-list__inner {
    background: #fff;
}

.apt-list__inner .apt-list__row {
    padding: 20px 0 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
}

.apt-list__inner .apt-list__row>p.contacts {
    width: calc((100% - 120px) / 3);
    max-width: calc((100% - 120px) / 3);
    margin-bottom: 0;
}

.apt-list__inner .apt-list__row>p.address {
    width: calc(((100% - 120px) / 3) * 2);
    max-width: calc(((100% - 120px) / 3) * 2);
    display: flex;
    flex-wrap: wrap;
}

.apt-list__inner .apt-list__row>p.address>span {
    width: 50%;
}

.apt-list__inner .apt-list__row>p.address>span.worktime>span {
    display: block;
    text-align: left;
    max-width: 140px;
    width: 100%;
    margin: 0 auto;
}

.modal-goods-available .apt-list__inner .apt-list__row>p.address>span.worktime>span {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 5px;
    text-transform: lowercase;
}

.apt-list__inner .apt-list__row>p.address>span:first-child {
    padding-right: 15px;
}

.apt-list__inner .apt-list__row>.address>span>span {
    margin-bottom: 5px;
}

.apt-list__inner .apt-list__row>.address span:first-child>span {
    margin-bottom: 10px;
}

.apt-list__inner .apt-list__row>.address .metro {
    display: flex;
    align-items: center;
}

.apt-list__inner .apt-list__row>.address .metro i {
    margin-right: 7px;
}

.apt-list__inner .apt-list__row>p:last-child {
    width: 120px;
    text-align: right;
}

.apt-list__inner .apt-list__row>p span {
    display: block;
}

.apt-list__inner .apt-list__row>.action i {
    display: none;
}

.apt-list__inner .apt-list__row>.action>span {
    width: 90px;
    margin-left: auto;
}

.apt-list__inner .apt-list__row .product-trigger {
    color: #6AB616;
}

.apt-list__inner .apt-list__row .product-trigger:hover {
    color: #6AB616;
    text-decoration: underline;
}

.apt-list__inner .apt-list__row .price {
    margin-top: 5px;
}

.apt-list__inner .apt-list__row .price>b {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.apt-list__inner .apt-title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0 5px;
}

.basket_map {
    height: 772px;
    display: flex;
    align-items: stretch;
    background: #fff;
}

#basket_map {
    width: calc(100% - 360px);
    height: 100%;
}

#basket_map_ul {
    display: block;
    width: 360px;
    z-index: 10;
    position: relative;
    padding: 20px 0 0;
}

#basket_map_ul .thisInn {
    overflow-x: hidden;
    padding: 0 15px 0 0;
    height: 100%;
}

.basket-page-place-map-item.service-store-item {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 30px;
    padding-bottom: 30px;
}

.basket-page-place-map-elem-h {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
}

.basket-page-place-map-item-top {
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
    justify-content: space-between;
}

.basket-page-place-map-item-inn .thisTime {
    margin-bottom: 5px;
    width: 100%;
}

.basket-page-place-map-item-inn .thisTime>p {
    margin-bottom: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #838383;
    text-transform: lowercase;
}

.basket-page-place-map-item-inn .thisLink {
    width: 100%;
}

.basket-page-place-map-item-inn .thisLink a {
    color: #6AB616;
    margin-bottom: 10px;
}

.basket-page-place-map-item-inn .thisLink a:hover {
    color: #6AB616;
    text-decoration: underline;
}

.basket-page-place-map-item-inn .basket-page-place-map-item-bottom {
    width: 100%;
    overflow: hidden;
    height: 0;
}

.basket-page-place-map-item-inn .basket-page-place-map-item-bottom-inn {
    margin-top: 10px;
}

.basket-page-place-map-item-inn .thisItem {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.basket-page-place-map-item-inn .thisItem .thisItem-name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

.thisItem .thisItem-name>p,
.thisItem .thisItem-count>p {
    margin-bottom: 0;
    margin-top: 10px;
}

.basket-page-place-map-item-inn .thisItem .thisItem-count {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin-left: 10px;
}

.thisItem .thisItem-count>p {
    white-space: nowrap;
}

.basket-page-place-map-item-inn .thisPrice,
.basket-page-place-map-item-inn .thisBtn {
    width: calc(50% - 5px);
}

.basket-page-place-map-item-inn .thisPrice {
    text-align: left;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-top: auto;
}

.basket-page-place-map-item-inn .thisBtn {
    text-align: right;
}

.basket-page-place-map-item.inMap.active .basket-page-place-map-item-bottom {
    display: block;
}

.basket-page-place-map-item.inMap .basket-page-place-map-item-bottom {
    display: none;
    height: auto;
    padding-bottom: 10px;
    font-size: 14px;
}

.service-reserve-cart-btn {
    text-decoration: none;
    background-color: #6ab616;
    border-color: #6ab616;
    color: #fff !important;
    border-radius: 6px;
    padding: .25rem .5rem;
    font-size: .875rem;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.service-reserve-cart-btn:hover {
    background-color: #458400;
    border-color: #458400;
    color: #fff !important;
}

.apt-prod_list .thisItem {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    justify-content: space-between;
}

.apt-prod_list .thisItem>div:not(:last-child) {
    margin-right: 15px;
    font-size: 12px;
}

.apt-prod_list .thisItem-count {
    margin-left: auto;
}

.apt-prod_list .thisItem .thisItem-name>p,
.apt-prod_list .thisItem .thisItem-count>p {
    margin: 0;
}

.apt-prod_list .thisItem-price {
    font-weight: 600;
    font-size: 12px;
}

.basket-page-place-map-item-top .thisPlace {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.basket-page-place-map-item-top .thisPlace>.icon {
    margin-right: 5px;
}

.basket-page-place-map-item-top .thisPlace .thisText {
    font-weight: 600;
    cursor: pointer;
}

.basket-page-place-map-item-top .thisPlace:hover .thisText {
    color: #6AB616;
}

#address_map {
    width: 100%;
    height: 560px;
}

.address-table-elem-bottom {
    width: 100%;
    overflow: hidden;
    height: 0;
}

.address-table-elem.active .address-table-elem-bottom {
    overflow: visible;
}

.address-table-elem-bottom-inn {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 6px;
    height: 420px;
}

#singleAddressMap {
    width: 100%;
    height: 100%;
    position: relative;
}

@media(max-width: 990px) {
    .flt-apt {
        margin-top: 0px;
    }

    .flt-apt .flt-list {
        width: auto;
        margin-left: 0;
    }

    .apt-list__inner .apt-list__row>.action>span {
        width: 24px;
        border: none;
        font-size: 0;
        padding: 0;
        margin-left: 37px;
        margin-right: 6px;
    }

    .apt-list__inner .apt-list__row>.action i {
        display: block;
    }

    .apt-list .nav-pills {
        margin-bottom: 10px;
    }

    .apt-list__inner .apt-list__row>p.address,
    .apt-list__inner .apt-list__row>p.contacts {
        width: calc((100% - 120px) / 2);
        max-width: calc((100% - 120px) / 2);
    }

    .apt-list__inner .apt-list__row>p.address>span {
        width: 100%;
    }

    .apt-list__inner .apt-list__row .worktime {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #C4C4C4;
    }

    .apt-list__inner .apt-list__row>p.address>span.worktime>span {
        max-width: 100%;
    }

    .flt-apt .flt-ch-item__checkbox {
        margin-left: 0;
    }

    #address_map {
        height: 620px;
    }

}

@media(max-width: 680px) {

    .apt-list__inner .apt-list__row>p.address,
    .apt-list__inner .apt-list__row>p.contacts {
        width: calc(100% - 45px);
        max-width: calc(100% - 45px);
    }

    .apt-list__inner .apt-list__row>p.address {
        margin-bottom: 5px;
    }

    .apt-list__inner .apt-list__row>p.contacts {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #C4C4C4;
    }

    .apt-list__inner .apt-list__row>.action>span {
        margin: 0;
        width: 20px;
        height: 24px;
        position: absolute;
        top: 15px;
        right: 11px;
    }

    .apt-list__inner .apt-list__row {
        padding: 20px 0;
    }

    .apt-list__inner .apt-list__row>.address span:first-child>span:not(.metro) {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
    }

    .apt-list__inner .apt-list__row>.address .metro {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
    }

    .apt-list__inner .apt-list__row>.address .metro>i {
        width: 18px;
        height: 18px;
    }

    .apt-list {
        margin-bottom: 40px;
    }

    #address_map {
        height: 400px;
    }

    .address-table-elem-bottom-inn {
        margin-top: 15px;
    }

}

.clear-cart {
    cursor: pointer;
}

.cart-header {
    position: relative;
    z-index: 1;
    background: transparent;
    padding: 0 0 0 45px;
    width: auto;
    max-width: 220px;
}

.cart-header h1 {
    margin-bottom: 15px;
}

.cart-header .basket-page-block-action-clear {
    margin-bottom: 17px;
}

.cart-wr {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 40px;
    margin-top: -55px;
}

.cart-wr .empty-cart>strong,
.cart-wr .empty-cart>b {
    font-family: "Montserrat";
    font-weight: 600;
}

.cart-wr .empty-cart a {
    padding: 0;
    display: inline-block;
    margin-bottom: 3px;
    font-size: 16px;
}

.cart-other-goods {
    margin-bottom: 60px;
}

.cart-inner {
    width: calc(100% - 335px);
    margin-top: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.cart-wr .cart-list {
    border: 0.5px solid #C4C4C4;
    padding: 60px 45px 25px;
    margin-bottom: 15px;
    width: 100%;
}

.cart-wr .cart-info {
    width: 320px;
    margin-left: 15px;
    padding: 20px 15px;
    position: sticky;
    top: 165px;
    height: 100%;
    padding-left: 125px;
    border: 0.5px solid #C4C4C4;
    padding: 20px;
}

.cart-list .cart-list__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.cart-list .cart-list__item .bages-list {
    position: absolute;
    top: -10px;
    left: -5px;
    width: auto;
}

.cart-list .cart-list__item .bages-list>span {
    width: 20px;
    height: 20px;
}

.cart-list .cart-list__item .bages-list>span.special-icon {
    background-size: 30px;
    display: none;
}

.cart-list .cart-list__item .bages-list>span:not(:last-child) {
    margin-right: 5px;
}

.cart-list .cart-list__item:not(:last-child) {
    margin-bottom: 40px;
}

.cart-list .cart-list__item img {
    width: 90px;
    display: block;
    margin-right: 45px;
    max-height: 90px;
    object-fit: contain;
    height: auto;
}

.cart-list .cart-list__item .item-info {
    max-width: 220px;
    width: 220px;
    min-width: 220px;
}

.cart-list .cart-list__item .item-info>a {
    display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #3D3D3D;
    margin-bottom: 5px;
}

.cart-list .cart-list__item .item-info>a:hover {
    color: #6ab616;
}

.cart-list .cart-list__item .item-info>small {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #C4C4C4;
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 5px;
}

.cart-list .cart-list__item .item-info>small>i {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.cart-list .cart-list__item .cart-item-del {
    background: url(../icons/close-grey-icon.svg) no-repeat center / cover;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.cart-list .cart-list__item .item-price {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #3D3D3D;
    margin-right: 25px;
    margin-left: auto;
    width: 100px;
    text-align: right;
    white-space: nowrap;
}

.cart-list .cart-list__item .counterin {
    margin-left: auto;
    margin-top: -10px;
}

.cart-list .cart-list__item .counterin.view-mode {
    margin-top: 0;
    justify-content: center;
}

.counterin {
    width: 100%;
    display: flex;
    max-width: 130px;
    height: 40px;
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.counterin-min {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 40px;
    width: 45px;
    position: relative;
    margin-right: -1px;
    z-index: 2;
}

.counterin-min:before {
    content: '';
    display: block;
    height: 2px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #3d3d3d;
    border-radius: 1px;
    transform: translate(-50%, -50%);
}

.counterin-plus {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 40px;
    width: 45px;
    position: relative;
    margin-left: -1px;
    z-index: 2;
}

.counterin-plus:after {
    content: '';
    display: block;
    height: 20px;
    width: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #3d3d3d;
    border-radius: 1px;
    transform: translate(-50%, -50%);
}

.counterin-plus:before {
    content: '';
    display: block;
    height: 2px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #3d3d3d;
    border-radius: 1px;
    transform: translate(-50%, -50%);
}

.counterin-input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-basis: 36px;
    -ms-flex-preferred-size: 36px;
    flex-basis: 30px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 40px;
}

.counterin-input input {
    padding: 9px 2px;
    height: 40px;
    width: 100%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    border: none;
}

.cart-delivery,
.cart-client,
.cart-payment {
    padding: 15px 30px;
    border: 0.5px solid #C4C4C4;
    margin-bottom: 20px;
}

.cart-delivery {
    width: 100%;
}

.cart-client {
    width: calc(100% - 370px);
    margin-right: 40px;
}

.cart-client .form-group {
    margin-bottom: 35px;
}

.cart-client h2 {
    margin-bottom: 35px;
}

.cart-client .input-group button {
    border: none;
    color: #6ab616;
}

.cart-payment {
    width: 330px;
}

.cart-payment h2 {
    margin-bottom: 45px;
}

.cart-payment .form-group {
    margin-bottom: 25px;
    display: flex;
}

.form-check-input {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    margin-top: -1px;
    margin-right: 15px;
}

.form-check-label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #3D3D3D;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #6ab616;
    border-color: #6ab616;
    box-shadow: none !important;
    outline: none !important;
}

.cart-info .cart-promo {
    margin-bottom: 20px;
}

.cart-info .cart-promo .form-control {
    border: 0.5px solid #c4c4c4;
    border-radius: 6px 0 0 6px;
}

.cart-info .cart-promo #discount_promobtn {
    width: 40px;
}

.cart-info .cart-promo button>i {
    margin-top: 5px;
}

.cart-info p {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15px;
}

.cart-info p>span {
    width: 50%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.cart-info p.cart-total>span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.cart-info p>span+span {
    text-align: right;
}

.cart-info .cart-info-delivery {
    margin-top: 30px;
    margin-bottom: 30px;
}

.cart-info .cart-info-delivery>p span:first-child {
    font-family: 'Montserrat';
    font-weight: 600;
    width: 80px;
}

.cart-info .cart-info-delivery>p span:last-child {
    width: calc(100% - 100px);
}

.cart-info .order-btn {
    width: 100%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 9px 20px;
}

.cart-delivery {
    position: relative;
}

.cart-delivery h2 {
    width: 225px;
}

.cart-delivery .edit-btn {
    position: absolute;
    top: 15px;
    right: 30px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    padding: 9px 13px;
    width: 100px;
}

.cart-delivery .delivery {
    margin-bottom: 7px;
    margin-left: 30px;
}

.cart-delivery address {
    width: 220px;
}

.cart-delivery address .addr {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
}

.cart-delivery address .metro>i {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-bottom: -2px;
}

.cart-delivery address .metro,
.cart-delivery address small {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #838383;
    display: block;
    margin-bottom: 5px;
}

.cart-delivery address small>p {
    margin-bottom: 0;
    text-transform: lowercase;
}

.cart-delivery time {
    margin-left: 30px;
}

.cart-delivery time>.visible-mob {
    display: none;
}

.cart-delivery .delivery-status {
    margin-left: 60px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.cart-delivery .delivery-status.error {
    color: #DB8300;
}

@media(max-width: 1190px) {

    .cart-wr .cart-list,
    .cart-wr .empty-cart {
        padding: 65px 25px 20px;
    }

    .cart-header {
        padding: 0 0 0 25px;
    }

    .cart-wr .cart-info {
        padding-left: 60px;
    }

    .cart-list .cart-list__item img {
        margin-right: 30px;
    }

    .cart-list .cart-list__item img {
        width: 80px;
    }

    .cart-delivery .edit-btn {
        right: 15px;
    }

    .cart-list .cart-list__item .item-info {
        max-width: 180px;
        width: 180px;
        min-width: 180px;
    }

    .cart-delivery .delivery-status {
        margin-left: 35px;
    }


}


@media(max-width: 990px) {
    .cart-wr {
        margin-top: 0;
    }

    .cart-wr .cart-list,
    .cart-wr .empty-cart {
        padding-top: 35px;
    }

    .cart-wr .cart-info {
        width: 100%;
        margin-left: 0;
        margin-top: 0px;
        position: static;
        height: auto;
        border: 0.5px solid #C4C4C4;
        padding: 15px 20px;
    }

    .cart-header {
        padding: 0;
        margin-top: 30px;
    }

    .cart-header h1 {
        margin-bottom: 30px;
    }

    .cart-header .basket-page-block-action-clear {
        margin-bottom: 32px;
    }

    .cart-inner {
        width: 100%;
    }

    .cart-list .cart-list__item .item-info {
        max-width: 240px;
        width: 240px;
        min-width: 240px;
    }

    .cart-delivery,
    .cart-client,
    .cart-payment {
        padding: 15px 20px;
    }

    .cart-client {
        width: calc(100% - 350px);
        order: 2;
        margin-left: 20px;
        margin-right: 0;
    }
}

@media(max-width: 720px) {
    .cart-client {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .cart-payment {
        width: 100%;
    }
}

@media(max-width: 680px) {
    .cart-wr {
        margin-top: 0;
    }

    .cart-list .cart-list__item {
        position: relative;
        flex-wrap: wrap;
        padding-top: 0;
        padding-right: 15px;
    }

    .cart-list .cart-list__item .item-info>a {
        padding-right: 15px;
    }

    .cart-list .cart-list__item img {
        margin-right: 10px;
    }

    .cart-list .cart-list__item .item-info {
        max-width: calc(100% - 110px);
        width: calc(100% - 110px);
        min-width: calc(100% - 110px);
        margin-right: auto;
    }

    .cart-wr .cart-list {
        border: none;
        padding: 0;
        margin-bottom: 40px;
    }

    .cart-list .cart-list__item .cart-item-del {
        position: absolute;
        top: 0;
        right: 0;
        width: 18px;
        height: 18px;
        z-index: 1;
    }

    .cart-list .cart-list__item:not(:last-child) {
        margin-bottom: 20px;
    }

    .cart-list .cart-list__item .item-price {
        font-size: 18px;
        line-height: 22px;
        margin-right: -15px;
        margin-left: 30px;
        margin-top: 4px;
        width: auto;
    }

    .cart-list .cart-list__item .counterin {
        margin-left: 90px;
        margin-top: -4px;
    }

    .cart-list .cart-list__item .counterin.view-mode {
        justify-content: flex-start;
    }

    .cart-delivery div:first-of-type {
        align-items: flex-end !important;
        margin-bottom: 15px;
    }

    .cart-delivery div:last-of-type {
        flex-wrap: wrap !important;
    }

    .cart-delivery h2 {
        width: 115px;
        margin-bottom: 0;
    }

    .cart-delivery .delivery {
        margin-bottom: 2px;
        margin-left: 30px;
    }

    .cart-delivery .edit-btn {
        right: 20px;
        bottom: 20px;
        top: auto;
    }

    .cart-delivery time {
        margin-left: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .cart-delivery time>.visible-mob {
        display: inline-block;
    }

    .cart-delivery .delivery-status {
        margin-left: 0;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .cart-wr .cart-info {
        border: none;
        padding: 0 !important;
        margin-top: 15px;
    }

    .cart-list .cart-list__item .item-info>small {
        margin-bottom: 20px;
    }
}

@media(max-width: 340px) {
    .cart-list .cart-list__item .item-price {
        margin-left: 20px;
    }
}

.lk-wr {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 90px;
}

.lk-wr .lk-nav {
    width: 220px;
    margin-right: 70px;
    margin-top: 35px;
    position: sticky;
    top: 165px;
    height: 100%;
}

.lk-wr .lk-nav>nav {
    margin-bottom: 55px;
}

.lk-wr .lk-nav>nav>a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #3d3d3d;
    width: 100%;
}

.lk-wr .lk-nav>nav>a:hover,
.lk-wr .lk-nav>nav>a.active {
    color: #6AB616;
}

.lk-wr .lk-nav>nav>a:not(:last-child) {
    margin-bottom: 35px;
}

.lk-inner {
    width: calc(100% - 290px);
    margin-top: 0;
}

.lk-bonuce {
    padding: 30px 50px;
    background: #FFFFFF;
    border: 0.5px solid #C4C4C4;
}

.lk-bonuce h1+small {
    margin-top: -20px;
    display: block;
    margin-bottom: 30px;
}

.lk-bonuce .lk-bonuce__main {
    margin-bottom: 25px;
}

.lk-bonuce .lk-bonuce__main small {
    display: block;
    margin-bottom: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.lk-bonuce .lk-bonuce__main img {
    max-width: 330px;
    width: 100%;
    display: block;
}

.lk-bonuce .lk-bonuce__main>div:last-of-type:not(.lk-single-block) {
    padding: 0 90px;
}

.lk-bonuce .lk-bonuce__main .lk-single-block img {
    border-radius: 11px;
    margin-bottom: 15px;
}

.lk-bonuce .lk-bonuce__main .lk-single-block form p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.lk-bonuce .lk-bonuce__main .dotted-code {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
}

.lk-bonuce .lk-bonuce__main .notice {
    margin-bottom: 20px;
    margin-top: 40px;
}

.lk-bonuce .lk-bonuce__main .nav-tabs {
    border: none;
}

.lk-bonuce .lk-bonuce__main .nav-tabs .nav-link {
    width: 100%;
    border: none;
    padding: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px;
    color: #3D3D3D;
    cursor: pointer;
}

.lk-bonuce__main .nav-tabs .nav-link>i {
    margin-left: 5px;
    transition: all .2s ease-in-out;
}

.lk-bonuce__main .nav-tabs .nav-link.active>i {
    transform: rotate(90deg);
}

.lk-bonuce .article-info {
    margin-bottom: 0;
}

.order-bonuce-list .bonuce-list__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 25px;
}

.order-bonuce-list .bonuce-list__row:last-child {
    margin-bottom: 0;
}

.bonuce-list__row>span {
    text-align: left;
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 17px;
}

.bonuce-list__row>span:first-child {
    width: 33%;
}

.bonuce-list__row>span:last-child {
    width: 67%;
}

.bonuce-list__row>span:last-child {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.bonuce-list__row>span:last-child>span {
    width: 50%;
}

.bonuce-list__row.row-header>span {
    width: 33% !important;
    font-family: 'Montserrat';
    font-weight: 700;
}

.bonuce-list__row .order-item {
    display: flex;
    flex-flow: row wrap;
}

.bonuce-list__row .order-item .logo-mob {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background: url(../images/logo-green-sm.svg) no-repeat center / contain;
}

.bonuce-list__row .order-item .info {
    width: calc(100% - 45px);
}

.bonuce-list__row .order-item time {
    display: block;
    margin-top: 3px;
    color: #C4C4C4;
    font-size: 12px;
    line-height: 15px;
}

.lk-fav h1 {
    margin-top: 35px;
    margin-bottom: 15px;
}

.lk-personaldata {
    padding: 30px 50px;
    background: #FFFFFF;
    border: 0.5px solid #C4C4C4;
}

.lk-data-btns button {
    width: auto;
    padding: 9px 15px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-left: 15px;
}

@media (max-width: 1190px) {
    .lk-wr .lk-nav {
        margin-right: 30px;
        width: 150px;
    }

    .lk-inner {
        width: calc(100% - 180px);
    }
}

@media(max-width: 990px) {

    .lk-bonuce h1+small {
        margin-top: -15px;
        margin-bottom: 20px;
    }

    .lk-bonuce .lk-bonuce__main .dotted-code {
        margin-bottom: 0;
        line-height: 22px;
    }

    .lk-inner.good-grid .goods-list .goods-list__item {
        width: calc((100% - 40px) / 2);
        margin: 0 10px 20px !important;
    }

    .lk-bonuce {
        padding: 30px 20px 65px;
    }

    .lk-bonuce.empty-card {
        padding: 30px 20px;
    }

    .lk-personaldata {
        padding: 30px 20px;
    }

    .lk-bonuce .lk-bonuce__main {
        position: relative;
    }

    .lk-bonuce.empty-card .lk-bonuce__main {
        position: relative;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .lk-bonuce .lk-bonuce__main img {
        max-width: 200px;
        width: 100%;
    }

    .lk-bonuce .lk-bonuce__main>div:last-of-type {
        padding: 0;
    }

    .lk-bonuce .lk-bonuce__main>div:last-of-type:not(.lk-single-block) {
        padding: 0;
    }

    .lk-bonuce .lk-bonuce__main .notice {
        margin-bottom: 40px;
        margin-top: 47px;
        margin-left: 10px;
    }

    .lk-bonuce .lk-bonuce__main .nav-tabs {
        position: absolute;
        left: calc(var(--bs-gutter-x) * .5);
        top: auto;
    }

    .lk-bonuce .tab-content {
        padding-top: 65px;
        margin-bottom: -40px;
    }

    .bonuce-list__row.row-header {
        display: none;
    }

    .bonuce-list__row>span:first-child {
        width: 60%;
    }

    .bonuce-list__row>span:last-child {
        width: 40%;
    }

    .bonuce-list__row>span:last-child {
        flex-wrap: wrap;
    }

    .bonuce-list__row>span:last-child>span {
        width: 100%;
        margin-bottom: 5px;
    }

    .bonuce-list__row .order-item time {
        margin-top: 7px;
    }

    .lk-bonuce .article-info h2,
    .lk-bonuce .article-info h3,
    .lk-bonuce .article-info h4,
    .lk-bonuce .article-info h5,
    .lk-bonuce .article-info h6 {
        font-family: "Montserrat";
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
        margin-top: 0;
        margin-bottom: 10px;
    }
}

@media(max-width: 765px) {
    .lk-wr .vertical-swiper-wr {
        display: none;
    }

    .lk-wr .lk-nav {
        width: 100%;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 20px;
        position: static;
        top: auto;
    }

    .lk-wr .lk-nav>nav>a:not(:last-child) {
        margin-bottom: 25px;
    }

    .lk-wr .lk-nav>nav {
        margin-bottom: 0;
    }

    .lk-inner {
        width: 100%;
        margin-top: 0;
    }

    .lk-bonuce {
        padding: 20px 20px 50px;
    }

    .lk-bonuce .lk-bonuce__main .notice {
        margin-bottom: 30px;
        margin-top: 15px;
        margin-left: 10px;
    }

    .bonuce-list__row .order-item .logo-mob {
        display: none;
    }
}

@media(max-width: 680px) {
    .lk-inner.good-grid .goods-list .goods-list__item {
        width: 100%;
        margin: 0 10px 20px !important;
    }

    .lk-personaldata {
        padding: 20px;
    }

    .lk-data-btns {
        flex-wrap: wrap !important;
    }

    .lk-data-btns>button {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }

    .service-bonus_activate_btn {
        max-width: 100%;
        width: 100%;
    }
}

.order-wr {
    padding: 30px 50px;
    background: #FFFFFF;
    border: 0.5px solid #C4C4C4;
}

.order-list .order-list__item:not(:last-child) {
    margin-bottom: 40px;
}

.order-list .order-list__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
}

.order-list .order-list__item>span:not(:last-of-type) {
    width: calc((100% - 120px) / 3);
    padding-right: 15px;
}

.order-list .order-list__item>span:last-of-type {
    width: 120px;
}

.order-list__item .order-btn button {
    padding: 0;
    text-decoration: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #3D3D3D;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-top: -3px;
    width: 100px;
}

.order-list__item .order-btn .service-cancel_order {
    margin-top: 10px;
    color: #838383;
}

.order-list__item .order-btn button>i {
    width: 20px;
}

.order-list__item .order-btn .service-cancel_order>i {
    width: 12px;
    height: 12px;
    margin-right: 4px;
    margin-left: 4px;
}

.order-list__item .order-info>*,
.order-list__item .order-goods>a {
    display: block;
}

.order-list__item .order-info a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #3D3D3D;
    margin-bottom: 5px;
}

.order-list__item .order-info a:hover {
    color: #6AB616;
}

.order-list__item .order-info a.thisLink {
    margin-top: 10px;
    margin-bottom: 0;
    display: none;
}

.order-list__item .lk-profile-order-table-item-bottom {
    width: 100%;
    overflow: hidden;
    height: 0;
    font-size: 12px;
    line-height: 14px;
}

.order-list__item .lk-profile-order-table-item-bottom .thisItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.order-list__item .thisItem-name {
    width: calc(100% - 155px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.order-list__item .thisItem .thisItem-price {
    font-weight: 600;
    width: 50px;
    text-align: right;
}

.order-list__item .thisItem .thisItem-count {
    margin-left: auto;
    width: 70px;
    text-align: right;
}

.order-list__item .lk-profile-order-table-item-bottom .thisItem:last-child {
    margin-bottom: 0;
}

.order-list__item .lk-profile-order-table-item-bottom .thisItem>*:not(:last-child) {
    margin-right: 15px;
}

.order-list__item .lk-profile-order-table-item-bottom-inn {
    margin-top: 10px;
    width: calc(100% - 120px);
}

.order-list__item .order-info time {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #C4C4C4;
    margin-bottom: 5px;
}

.order-list__item .order-info strong {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #3D3D3D;
}

.order-list__item .order-goods>a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #3D3D3D;
    margin-bottom: 10px;
}

.order-list__item .order-goods>a:hover {
    color: #6AB616;
}

.order-list__item .order-status {
    text-align: center;
}

.order-flt {
    margin-bottom: 40px;
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.order-flt>a {
    color: #3D3D3D;
    margin-right: 30px;
    padding-bottom: 5px;
    font-weight: 600;
    transition: all .2s ease-in-out;
}

.order-flt>a:hover {
    color: #6AB616;
}

.order-flt>a.active {
    color: #6AB616;
    border-bottom: 2px solid;
}

.order-flt>a:last-child {
    margin-right: 0;
}

@media(max-width: 990px) {
    .order-wr {
        padding: 30px 20px;
    }

    .order-list__item .order-goods {
        display: none;
    }

    .order-list__item .order-status {
        text-align: left;
    }

    .order-list .order-list__item>span:first-child {
        width: calc((100% - 120px) / 2);
    }

    .order-flt>a {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
        padding-bottom: 0;
    }

    .order-flt>a.active {
        border-bottom: none;
    }

    .order-flt>a:last-child {
        margin-bottom: 0;
    }

    .order-list__item .order-info a.thisLink {
        display: inline-block;
    }
}

@media(max-width: 765px) {
    .order-list__item .lk-profile-order-table-item-bottom-inn {
        width: 100%;
        margin-top: 30px;
    }

    .order-list .order-list__item .order-btn {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        clear: both;
        margin-top: 20px;
    }

    .order-list__item .order-btn .service-cancel_order {
        margin-top: -1px;
        color: #838383;
    }

    .order-list .order-list__item>span {
        width: 100% !important;
    }

    .order-list__item .order-status {
        margin-top: 3px;
    }

    .order-list .order-list__item .order-info {
        position: relative;
    }

    .order-list .order-list__item .order-info>strong {
        position: absolute;
        top: 0;
        right: 0;
    }

    .order-wr {
        padding: 0;
        border: none;
    }

    .order-list .order-list__item {
        position: relative;
        margin-bottom: 60px !important;
    }

    .order-list__item .order-info a.thisLink {
        position: absolute;
        margin-top: 25px;
        display: none;
    }
}

.order-page h1 {
    margin-bottom: 20px;
}

.order-page h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

.order-page h2>p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #3D3D3D;
    width: 100%;
    margin-bottom: 3px;
}

.order-page h2>p span:last-child {
    margin-left: 10px;
}

.order-page h2 time {
    display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #C4C4C4;
}

.order-page .cart-list {
    border-bottom: 0.5px solid #C4C4C4;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.order-page .order-total {
    text-align: right;
}

.order-page .order-total p {
    margin-bottom: 15px;
}

.order-page .order-total p>strong {
    font-family: 'Montserrat';
    font-weight: 600;
    margin-right: 15px;
    font-size: 22px;
    line-height: 27px;
}

.order-page .order-total p>span {
    margin-bottom: -5px;
}

.order-page .cart-list .cart-list__item .item-price {
    margin-right: 0;
}

@media(max-width: 990px) {
    .order-page .cart-list .cart-list__item .item-price {
        font-size: 14px;
        line-height: 17px;
    }

    .order-page .cart-list .cart-list__item img {
        margin-right: 15px;
    }

    .order-page .cart-list .cart-list__item img {
        width: 65px;
    }
}

.modal-choose-location .modal-dialog {
    max-width: 800px;
    width: 100%;
}

.modal-choose-location .city-autocomplete>input[type=search] {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    height: 35px;
    padding: 9px 18px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    max-width: 100%;
    width: 100%;
}

.modal-choose-location .city-autocomplete>input[type=search]:focus,
.modal-choose-location .city-autocomplete>input[type=search]:active {
    border-color: #6ab616;
}

.city-list.column-list {
    width: 100%;
    height: 550px;
    overflow-y: scroll;
}

.city-list.column-list .sub-list a {
    color: #3d3d3d;
}

.city-list.column-list .sub-list a:hover {
    color: #6AB616;
}

.city-list.column-list .sub-list {
    margin-bottom: 19px;
    display: block;
    vertical-align: top;
    padding-right: 15px;
}

.city-list .evergreen {
    /*color: #6ab616;*/
    color: #3d3d3d;
    cursor: pointer;
}

.city-list.column-list .sub-list b {
    margin-bottom: 15px;
    font-family: 'Montserrat';
    font-weight: 600;
    display: flex;
    align-items: flex-start;
}

.city-list.column-list .sub-list b>i {
    min-width: 14px;
    margin-left: 5px;
    transition: all .2s ease-in-out;
    margin-top: 4px;
    display: inline-block;
    height: 10px;
}

.city-list.column-list .sub-list b.active>i {
    transform: rotate(90deg);
}

.city-list .c-region-link {
    font-weight: bold;
}

.city-list .drop-down {
    display: none;
}

.city-list.column-list .sub-list a {
    display: block;
    margin-bottom: 6px;
}

.column-list .sub-list a .region-bold {
    font-family: 'Montserrat';
    font-weight: 600;
}

.column-list .sub-list a .region-light {
    color: #c4c4c4;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
}

@media(max-width: 840px) {
    .modal-choose-location .modal-dialog {
        max-width: calc(100% - 30px);
        width: 100%;
    }

    .city-list.column-list .sub-list {
        width: calc((100%/2) - 4px);
        margin-bottom: 20px;
    }

    .city-list.column-list .sub-list:nth-child(3) .evergreen {
        color: #3d3d3d;
    }

    .city-list.column-list .sub-list:nth-child(3) .c-region-link>i {
        display: none;
    }

    .city-list.column-list .sub-list:nth-child(3) .evergreen+.drop-down {
        display: block;
    }

    .city-list.column-list .sub-list a {
        margin-bottom: 10px;
    }

    .city-list.column-list {
        height: 480px;
    }

}

@media(max-width: 480px) {
    .city-list.column-list .sub-list {
        width: 100%;
        margin-bottom: 20px;
    }

    .modal-choose-location .modal-dialog {
        margin-top: 15px;
    }
}

.r-tab {
    display: none;
}

.delivery-tabs {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.delivery-tabs>div:first-child {
    margin-right: 100px;
}

.delivery-tabs .form-check-label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.addr-dropdown {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #3D3D3D;
    width: 100%;
    margin-bottom: 15px;
}

.addr-dropdown.collapsed>i {
    transform: rotate(0deg);
}

.addr-dropdown>i {
    transform: rotate(90deg);
    margin-bottom: -3px;
    transition: all .2s ease-in-out;
    margin-left: 6px;
}

.modal-delivery .modal-dialog {
    width: calc(100% - 50px);
    margin-top: 25px;
    max-width: 1225px;
}

.addr-dropdown__list {
    max-width: 50%;
    width: 100%;
}

.addr-dropdown__list .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.addr-dropdown__list .form-check-label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.addr-dropdown__list .del-addr {
    background: url(../icons/close-grey-icon.svg) no-repeat center / cover;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.addr-dropdown__list .show-addr {
    background: url(../icons/pin-black-icon.svg) no-repeat center / contain;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.addr-dropdown__list .btns-act {
    display: flex;
    align-items: center;
}

.addr-dropdown__list .btns-act>span {
    cursor: pointer;
}

.addr-dropdown__list .btns-act>span:first-child {
    margin-right: 15px;
}

.modal-delivery .flt-apt {
    max-width: 50%;
    width: 100%;
    margin-top: 0;
}

.modal-delivery .flt-apt .flt-ch-item__checkbox {
    margin-bottom: 12px;
    margin-top: 0;
    margin-left: 0;
}

.modal-delivery .checkbox-group {
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
}

.modal-delivery .checkbox-group>.flt-ch-item__checkbox:first-of-type {
    margin-right: 70px;
}

.modal-delivery .apt-list__inner .apt-list__row {
    padding: 30px 0 0;
}

.modal-delivery .checkbox-group>.flt-ch-item__checkbox {
    width: auto;
}

.modal-delivery .apt-list {
    margin-bottom: 0;
    margin-top: -105px;
}

.modal-delivery .apt-list__inner .apt-list__row>p:not(:last-child) {
    width: calc((100% - 200px) / 4);
    max-width: calc((100% - 200px) / 4);
}

.modal-delivery .apt-list__inner .apt-list__row>p:last-child {
    width: 200px;
}

.modal-delivery .apt-list__inner .apt-list__row>p.address {
    width: calc(((100% - 200px) / 4) * 2);
    max-width: calc(((100% - 200px) / 4) * 2);
}

.modal-delivery .show-on-map_wr {
    text-align: center;
}

.modal-delivery .show-on-map_trigger {
    cursor: pointer;
}

.modal-delivery .apt-list__inner .apt-list__row>p:last-child button {
    width: 100%;
}

.modal-delivery .apt-list__row .worktime {
    color: #838383;
}

.modal-delivery .apt-list__inner .apt-list__row:last-child {
    border-bottom: none;
}

.addr-dropdown__list .edit-addr {
    background: url(../icons/edit-icon.svg) no-repeat center / contain;
    width: 16px;
    height: 16px;
}

.addr-form .show-addr-wr {
    text-align: center;
}

.addr-form .show-addr-btn {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #3D3D3D;
    text-decoration: none;
    white-space: nowrap;
}

.addr-form .show-addr-btn>i {
    margin-left: 10px;
    margin-bottom: -2px;
}

.addr-form .flt-ch-item__checkbox .check-box {
    top: -2px;
}

.addr-form-btns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.addr-form-btns .flt-ch-item__checkbox:not(.is-save-addr) {
    max-width: 320px;
    margin-left: auto;
    margin-right: 30px;
}

.addr-form-wr {
    padding: 40px 0 0;
    display: none;
}

.modal-delivery #address_map {
    padding: 30px 0 0;
    margin-bottom: 30px;
}

@media(max-width: 1190px) {

    .addr-dropdown__list,
    .modal-delivery .flt-apt {
        max-width: calc(100% - 120px);
    }

    .modal-delivery .addr-dropdown__list .form-group {
        justify-content: flex-start;
    }

    .addr-dropdown__list .btns-act {
        margin-left: 60px;
        margin-top: -5px;
    }

    .modal-delivery .apt-list__inner .apt-list__row {
        padding: 20px 0 0;
    }

    .modal-delivery .apt-list__inner {
        margin-top: 50px;
    }

    .modal-delivery #address_map {
        padding: 50px 0 0;
    }

    .modal-delivery .flt-apt>div:first-of-type {
        margin-bottom: 0;
    }
}

@media(max-width: 990px) {
    .addr-form-btns {
        flex-wrap: wrap;
    }

    .addr-form-btns .flt-ch-item__checkbox:not(.is-save-addr) {
        margin-left: 0;
    }

    .addr-form-btns .flt-ch-item__checkbox.is-save-addr {
        margin-bottom: 15px;
    }
}

@media(max-width: 765px) {
    .delivery-tabs {
        justify-content: space-between !important;
    }

    .delivery-tabs>div:first-child {
        margin-right: 30px;
    }

    .modal-delivery .modal-dialog {
        width: calc(100% - 20px);
        margin-top: 10px;
    }

    .addr-dropdown__list,
    .modal-delivery .flt-apt {
        max-width: 100%;
        margin-right: 0;
        --bs-gutter-x: 0;
    }

    .addr-dropdown__list .btns-act {
        margin-left: 15px;
        margin-top: -20px;
    }

    .addr-dropdown__list .form-check-label {
        width: calc(100% - 15px);
    }

    .modal-delivery .apt-list,
    .modal-delivery .apt-list__inner {
        margin-top: 0;
    }

    .modal-delivery .apt-list__inner .apt-list__row>p.address {
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        margin-bottom: 15px;
    }

    .modal-delivery .apt-list__inner .apt-list__row>p:not(:last-child) {
        width: auto;
        max-width: 100%;
    }

    .modal-delivery .addr-dropdown__list .form-group {
        justify-content: space-between;
    }

    .modal-delivery .apt-list__inner .apt-list__row>p.show-on-map_wr {
        position: absolute;
        top: 15px;
        right: 0;
    }

    .modal-delivery .apt-list__inner .apt-list__row>p.show-on-map_wr+p {
        width: calc(100% - 175px);
        margin-top: 10px;
        font-family: 'Montserrat';
        font-weight: 600;
    }

    .modal-delivery .apt-list__inner .apt-list__row>p:last-child {
        width: 175px;
    }

    .modal-delivery .apt-list__inner .apt-list__row>p:last-child>button {
        padding: 8px 10px;
    }

    .addr-form-btns button {
        margin-top: 15px;
        max-width: 100%;
        width: 100%;
    }

    .modal-delivery #address_map {
        padding: 0;
        margin-bottom: 20px;
    }

    .order-xs-1 {
        order: 1;
    }

    .order-xs-2 {
        order: 2;
    }

}

.modal-goods-available .modal-dialog {
    max-width: 1225px;
    width: calc(100% - 60px);
}

.avail-wr {
    width: 340px;
    margin-right: 15px;
}

#avail-map {
    width: calc(100% - 355px);
    height: 660px;
}

.avail-flt.flt-apt .form-group {
    width: 100%;
    margin-left: 0;
}

.avail-flt.flt-apt>.form-group:first-of-type {
    margin-bottom: 0;
}

.avail-flt.flt-apt .flt-ch-item__checkbox {
    margin: 0;
}

.avail-list .alail-list_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #C4C4C4;
    margin-bottom: 0px;
    margin-top: 25px;
}

.avail-list .apt-list__inner .apt-list__row {
    padding-bottom: 20px;
    cursor: pointer;
}

.avail-list .apt-list__inner .apt-list__row>p.address {
    width: calc(100% - 80px);
    max-width: calc(100% - 80px);
    margin-bottom: 0;
}

.avail-list .apt-list__inner .apt-list__row.active>p.address,
.avail-list .apt-list__inner .apt-list__row>p.address:hover {
    color: #6AB616;
}

.avail-list .apt-list__inner .apt-list__row>p.address>span {
    width: 100%;
}

.avail-list .apt-list__inner .apt-list__row .avail {
    position: absolute;
    bottom: 0;
    right: 0;
}

.apt-list__inner .apt-list__row>p:last-child {
    width: 80px;
}

.avail-list .apt-list__inner .apt-list__row .avail>* {
    display: block;
}

.avail-list .apt-list__inner .apt-list__row .contacts {
    margin-bottom: 0;
}

.avail-list .apt-list__inner .apt-list__row .contacts,
.avail-list .apt-list__inner .apt-list__row .worktime {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #838383;
}

.avail-list .apt-list__inner {
    height: 620px;
    overflow-y: auto;
}

.avail-list .apt-list__inner .apt-list__row:last-child {
    border-bottom: none;
}

@media(max-width: 990px) {

    .avail-wr,
    #avail-map {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #avail-map {
        height: 400px;
        order: 1;
        margin-bottom: 20px;
    }

    .avail-wr {
        order: 2;
    }

    .avail-list .apt-list__inner {
        height: auto;
        overflow-y: auto;
    }
}

@media(max-width: 680px) {
    .modal-goods-available .modal-dialog {
        width: calc(100% - 30px);
    }

    #avail-map {
        height: 280px;
    }

    .avail-wr {
        height: calc(100vh - 375px);
    }
}

.modal__login-sms,
.modal__login-pass,
.modal__login-pass,
.modal__login-sms,
.modal__login-pass {
    overflow: hidden;
    height: 0;
}

.input-pass {
    position: relative;
}

.input-pass-icon {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 6px;
    z-index: 2;
    height: 28px;
    width: 28px;
    margin: -14px 0 0;
}

.input-pass input {
    padding-right: 36px
}

.input-pass-icon:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background-image: url(../icons/pass_2.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.input-pass-icon:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-image: url(../icons/pass.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.input-pass.show .input-pass-icon:before {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.input-pass.show .input-pass-icon:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

form.service_product_info_form {
    display: none;
}

.ui-block-slider {
    margin: 10px 0 0;
}

.ui-block-slider:before {
    left: 0;
    position: absolute;
    content: '';
    height: 3px;
    width: 100%;
    display: block;
    background: #e5e5e5;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    top: 5px;
}

.ui-block-slider .noUi-horizontal {
    height: 10px;
    border: 0;
    background: 0 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.ui-block-slider .noUi-horizontal:before {
    content: '';
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    background: #e5e5e5;
    border-radius: 2px;
    top: 50%;
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.ui-block-slider .noUi-base {
    height: 10px;
}

.ui-block-slider .noUi-connects {
    height: 10px;
    border-radius: 3px;
    overflow: hidden;
    z-index: 0;
}

/*! nouislider - 13.1.5 - 4/24/2019 */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    transform-style: flat
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto
}

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3fb8af
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-sub {
    background: #aaa
}

.noUi-marker-large {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.ui-block-slider {
    padding: 0 7px;
    position: relative
}

.ui-block-slider:before {
    left: 0;
    position: absolute;
    content: '';
    height: 3px;
    width: 100%;
    display: block;
    background: #e5e5e5;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    top: 5px
}

.ui-block-slider .noUi-base {
    height: 10px
}

.ui-block-slider .noUi-connects {
    height: 10px
}

.ui-block-slider .noUi-connect {
    height: 10px
}

.ui-block-slider .noUi-horizontal {
    height: 10px;
    border: 0;
    background: 0 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer
}

.ui-block-slider .noUi-horizontal:before {
    content: '';
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    background: #e5e5e5;
    border-radius: 2px;
    top: 50%
}

.ui-block-slider .noUi-horizontal .noUi-connect {
    background: 0 0 !important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer
}

.ui-block-slider .noUi-horizontal .noUi-connect:before {
    content: '';
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    background: #6ab616 !important;
    top: 50%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0)
}

.ui-block-slider .noUi-horizontal .noUi-handle {
    height: 15px;
    width: 15px;
    border: 3px solid #6ab616;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: -1px;
    right: -8px !important
}

.ui-block-slider .noUi-horizontal .noUi-handle:before {
    display: none
}

.ui-block-slider .noUi-horizontal .noUi-handle:after {
    display: none
}

.ui-block-inputs {
    width: 100%;
    display: table
}

.ui-block-inputs-elem {
    width: 50%;
    position: relative;
    float: right;
    background: #fff;
}

.ui-block-inputs-elem:first-child {
    float: left
}

.ui-block-inputs-elem .thisText {
    font-size: 14px;
    color: #aaa;
    line-height: 32px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 10px
}

.ui-block-inputs-elem .thisInput {
    position: relative;
    z-index: 2;
    overflow: hidden
}

.ui-block-inputs-elem .thisInput input {
    background: 0 0;
    border: 0;
    height: 25px;
    border-radius: 15px;
    font-size: 14px;
    line-height: 1;
    color: #3d3d3d;
    width: 100%;
    border: 1px solid #c4c4c4;
    height: 32px;
    padding: 8px 10px 8px 35px;
    box-shadow: none;
}

.ui-block-inputs-elem:first-child .thisInput input {
    border-radius: 3px 0px 0px 3px;
}

.ui-block-inputs-elem:last-child .thisInput input {
    border-radius: 0px 3px 3px 0px;
    margin-left: -1px;
}

.for-load.loading {
    position: relative;
    z-index: 1
}

.for-load.loading:before {
    opacity: 1;
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../../images/preloader.png) center no-repeat;
    background-size: contain
}

.for-load.loading * {
    opacity: 0
}

.counterin-input.for-load.loading * {
    opacity: .5
}

.input-search-btn.for-load.loading {
    position: absolute
}

.input-search-btn.for-load.loading:after {
    display: none
}

.button-figure.for-load.loading {
    background: 0 0;
    color: rgba(0, 0, 0, 0)
}

.button-figure-line.for-load.loading {
    background: 0 0;
    color: rgba(0, 0, 0, 0)
}

.filters-panel.for-load.loading:before {
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.items-table-more.for-load.loading:before {
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.breadcrumbs-basket {
    margin: 30px 0 40px;
    counter-reset: basketCounter;
}

.breadcrumbs-basket-elem {
    display: inline-block;
    vertical-align: top;
    padding: 0 55px 0 0;
    position: relative;
    margin: 0 35px 0 0;
}

.breadcrumbs-basket-elem.active {
    cursor: default;
}

.breadcrumbs-basket-elem:before {
    counter-increment: basketCounter;
    content: counter(basketCounter);
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    text-align: center;
    margin: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #C4C4C4;
}

.breadcrumbs-basket-elem.active:before {
    color: #3D3D3D;
}

.breadcrumbs-basket-elem .thisText {
    color: #7f7f7f;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #C4C4C4;
}

.breadcrumbs-basket-elem.active .thisText {
    color: #3D3D3D;
}

.breadcrumbs-basket-elem:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    height: 1px;
    width: 15px;
    background-color: #C4C4C4;
    margin-left: 8px;
}

.basket-page-block-action-clear {
    margin-bottom: 32px;
}

.breadcrumbs-basket-elem:last-child:after {
    display: none;
}

.breadcrumbs-basket-elem:last-child {
    margin-right: 0;
    padding-right: 0;
}

.basket-page-block-action-clear>small {
    cursor: pointer;
    color: #838383;
}

.lead>strong {
    font-family: 'Montserrat';
    font-weight: 600;
}

@media(max-width: 1190px) {
    .breadcrumbs-basket-elem .thisText {
        font-size: 14px;
    }

    .breadcrumbs-basket-elem:before {
        margin-right: 10px;
    }

    .breadcrumbs-basket-elem {
        padding: 0 45px 0 0;
        margin: 0 15px 0 0;
    }
}

@media(max-width: 990px) {
    .cart-wr .empty-cart {
        margin-top: 30px;
    }

    .basket-page-block-action-clear {
        margin-bottom: 22px;
    }

    .breadcrumbs-basket {
        display: none;
    }

    .breadcrumbs-basket+h1 {
        margin-top: 30px;
    }
}

@media (max-width: 460px) {
    .breadcrumbs-basket+h1 {
        margin-top: 0px;
    }
}

.send-block-phone-hide {
    overflow: hidden;
    height: 0;
}

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a,
.toast-message label {
    color: #fff
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1
}

.toast-close-button:focus,
.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#toast-container .toast-message {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

#toast-container>div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: auto;
    border-radius: 0px;
    background-position: 0px center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    max-width: 480px;
    margin-left: auto;
}

#toast-container>div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center
}

#toast-container>div:hover {
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

#toast-container>.toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important
}

#toast-container>.toast-error {
    background: url(../icons/toaster-error-icon.svg) no-repeat -22px center / 63px, linear-gradient(265.56deg, #B3004B 1.54%, #B60B16 77.42%);
}

#toast-container>.toast-success {
    background: url(../icons/toaster-success-icon.svg) no-repeat -22px center / 63px, linear-gradient(265.56deg, #569F05 1.54%, #355F07 77.42%);
}

#toast-container>.toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #6ab616
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-color: #2f96b4
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media all and (max-width:240px) {
    #toast-container>div {
        padding: 8px 8px 8px 40px;
        width: 11em;
    }

    #toast-container>div.rtl {
        padding: 8px 40px 8px 8px;
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em;
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em;
    }

    #toast-container .toast-message {
        font-weight: 300;
        font-size: 12px;
        line-height: 14px;
    }
}

@media all and (min-width:241px) and (max-width:480px) {
    #toast-container>div {
        padding: 10px 10px 10px 40px;
        width: 20em;
    }

    #toast-container>div.rtl {
        padding: 10px 40px 10px 10px;
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em;
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em;
    }

    #toast-container .toast-message {
        font-weight: 300;
        font-size: 12px;
        line-height: 14px;
    }

    #toast-container>.toast-error {
        background: url(../icons/toaster-error-icon.svg) no-repeat -20px center / 50px, linear-gradient(265.56deg, #B3004B 1.54%, #B60B16 77.42%);
    }

    #toast-container>.toast-success {
        background: url(../icons/toaster-success-icon.svg) no-repeat -20px center / 50px, linear-gradient(265.56deg, #569F05 1.54%, #355F07 77.42%) no-repeat center / 100% 100%;
    }
}

@media all and (min-width:481px) and (max-width:768px) {
    #toast-container>div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }

    #toast-container>div.rtl {
        padding: 15px 50px 15px 15px;
    }

    #toast-container .toast-message {
        font-weight: 300;
        font-size: 12px;
        line-height: 14px;
    }
}

.how-to-order-swiper {
    margin-bottom: 40px;
    margin-top: 30px;
}

.how-to-order-swiper .swiper-button-next,
.how-to-order-swiper .swiper-button-prev {
    display: none;
}

.how-to-order_list .swiper-slide {
    margin-bottom: 20px;
    position: relative;
    width: calc(20% - 35px);
    text-align: center;
    cursor: pointer;
    filter: grayscale(100%);
}

.how-to-order_list .swiper-slide.active {
    filter: grayscale(0);
}

.how-to-order_list .swiper-slide:not(:last-child):after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 18px;
    position: absolute;
    top: 30px;
    right: -18px;
    background: url(../icons/arrow-grey-right.svg) no-repeat center / contain;
}

.how-to-order_list .swiper-slide span {
    display: block;
    margin-top: 20px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #3D3D3D;
}

.how-to-order_list .swiper-slide:not(:last-child) {
    margin-right: 35px;
    padding-right: 35px;
}

@media(max-width:1190px) {
    .how-to-order_list .swiper-slide i {
        height: 85px;
        width: 120px;
    }

    .how-to-order_list .swiper-slide:not(:last-child):after {
        top: 35px;
    }
}

@media(max-width: 990px) {
    .how-to-order_list .swiper-slide {
        width: calc(33% - 35px);
        margin-bottom: 40px;
    }

    .how-to-order-swiper .swiper-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .how-to-order_list .swiper-slide:not(:last-child):after {
        display: none;
    }

    .how-to-order-swiper .swiper-wrapper {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .how-to-order-swiper .swiper-button-next,
    .how-to-order-swiper .swiper-button-prev {
        display: flex;
        margin-top: -45px;
    }

    .how-to-order-swiper .swiper-button-next {
        background: url(../icons/arrow-black-right-icon.svg) no-repeat center / 17px;
    }

    .how-to-order-swiper .swiper-button-prev {
        background: url(../icons/arrow-black-left-icon.svg) no-repeat center / 17px;
    }

    .how-to-order_list .swiper-slide {
        margin: 0 30px 0 0 !important;
        width: calc((100% - 75px) / 3) !important;
        padding: 0 !important;
    }
}

@media(max-width: 680px) {
    .how-to-order_list .swiper-slide {
        width: 100% !important;
        padding-right: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        filter: grayscale(0);
    }

    .how-to-order_list .swiper-slide span {
        max-width: 160px;
        margin: 5px auto 0;
    }
}

.address-map-item-inn .thisPlace {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #3D3D3D;
}

.address-map-item-inn .thisText>p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
    text-transform: lowercase;
}

.address-map-item-inn .thisTime {
    margin-bottom: 10px;
}

.address-map-item-inn .thisTime>p {
    margin-bottom: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #838383;
}

.address-map-item-inn .thisPhone {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #3D3D3D;
}

.lk-profile-change-link a {
    font-size: 16px;
    color: #6ab616;
    background: 0 0 !important;
    padding-bottom: 1px;
    border-bottom: 1px #6ab616 solid;
}

.lk-profile-change-link p {
    font-size: 16px;
    font-weight: 600;
}

.lk-profile-change-hide {
    overflow: hidden;
    height: 0;
}

.input-pass {
    position: relative;
}

.input-pass-icon {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 6px;
    z-index: 2;
    height: 28px;
    width: 28px;
    margin: -14px 0 0;
}

.group-catalog {
    margin-bottom: 90px;
}

.group-catalog .btn-collapse {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: #fff;
    border: none;
    border-bottom: 1px solid #C4C4C4;
}

.group-catalog .btn-collapse .arrow-down-icon {
    margin-left: auto;
    margin-right: 0;
    transition: all .3s ease;
    transform: rotate(0deg);
}

.group-catalog .btn-collapse.collapsed .arrow-down-icon {
    transform: rotate(-90deg);
}

.group-catalog .btn-collapse .catalog-icon {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 35px;
}

.group-catalog .btn-collapse span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
    text-align: left;
}

.group-catalog .collapse-list {
    padding: 20px 40px 30px 85px;
}

.group-catalog .collapse-list>a {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.group-catalog .collapse-list>a:hover {
    color: #6AB616;
}

@media(max-width: 768px) {
    .group-catalog .btn-collapse {
        padding: 13px 0;
    }

    .group-catalog .btn-collapse .catalog-icon {
        width: 20px;
        height: 20px;
        margin-right: 15px;
    }

    .group-catalog .btn-collapse span {
        font-size: 12px;
        line-height: 15px;
    }

    .group-catalog .collapse-list {
        padding: 20px 20px 10px 35px;
    }

    .group-catalog .collapse-list>a {
        margin-bottom: 15px;
        font-size: 12px;
        line-height: 15px;
    }
}

.order-delivery {
    margin-bottom: 90px;
}

.order-delivery .choose-delivery__row:first-of-type {
    margin-bottom: 45px;
}

.order-delivery .choose-delivery__subrow {
    margin: 0;
}

.order-delivery .choose-delivery__subrow>strong {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin-bottom: 5px;
}

.order-delivery .choose-delivery__subrow>small {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: block;
}

.basket-page-delivery-item-content .delivery_address_map {
    width: 100%;
    height: 445px;
    overflow: hidden;
}

.order-delivery .form-control[name="delivery_adress"] {
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 0px;
    margin-top: 20px;
}

.order-delivery .delivery_address_map {
    margin-top: 35px;
}

.order-delivery #delivery_notice {
    display: none;
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 0;
}

.order-delivery .btn-success {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 9px 23px;
}

.block-promo-note {
    font-size: 14px;
    font-weight: 500;
    color: #6ab616;
    padding: 0;
    margin: 10px 0;
}

.block-promo-error {
    font-size: 14px;
    font-weight: 500;
    color: #dc3922;
    padding: 0;
    margin: 10px 0;
}

.block-promo-error .error-ico {
    display: inline-block;
    color: #dc3922;
    border: 2px solid #dc3922;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    padding: 1px 0 1px 1px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
    line-height: 10px;
    font-weight: 600;
}

.jq-selectbox select {
    display: none;
}

.jq-selectbox {
    display: inline-block;
    cursor: pointer;
    text-align: left;
    z-index: 10;
}

.jq-selectbox__select {
    position: relative;
}

.jq-selectbox__select-text {
    display: block;
    width: 100%;
}

.jq-selectbox__select-text {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    height: 6px;
    width: 11px;
}

.jq-selectbox__trigger-arrow {
    height: 6px;
    width: 11px;
    -webkit-transition: -webkit-transform .1s ease-in-out;
    transition: -webkit-transform .1s ease-in-out;
    -moz-transition: transform .1s ease-in-out, -moz-transform .1s ease-in-out;
    -moz-transition: transform .1s ease-in-out, -moz-transform .1s ease-in-out;
    transition: transform .1s ease-in-out;
    transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out, -moz-transform .1s ease-in-out;
    transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out, -moz-transform .1s ease-in-out;
    background-image: url(../icons/arrow-down-icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.basket-page-delivery-item-content .jq-selectbox.service_set_delivery .jq-selectbox__trigger {
    top: 3px;
}

.basket-page-delivery-item-content .jq-selectbox.service_set_delivery {
    border: none;
    border-radius: 0;
    border-bottom: 0.5px solid #c4c4c4;
    padding: 10px 20px;
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 17px;
    color: #3d3d3d;
    width: 100%;
    height: 40px;
    position: relative;
}

.jq-selectbox__dropdown {
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
    overflow: hidden;
}

.basket-page-delivery-item-content .jq-selectbox.service_set_delivery .jq-selectbox__dropdown {
    position: absolute;
    top: 25px !important;
    width: 100% !important;
    margin-top: 12px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    left: 0;
    padding: 10px 0;
}

.jq-selectbox__dropdown ul {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch;
}

.jq-select-multiple li,
.jq-selectbox li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.basket-page-delivery-item-content .jq-selectbox.service_set_delivery .jq-selectbox__dropdown li.selected {
    color: #6ab616;
}

.basket-page-delivery-item-content .jq-selectbox.service_set_delivery .jq-selectbox__dropdown li {
    padding: 4px 10px;
}

#delivery_params {
    margin-top: 20px;
    padding-left: 80px;
}

.block-promo .btn-promo {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 42px;
}

.input-promo {
    border-top: .5px solid #C4C4C4;
    border-left: .5px solid #C4C4C4;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.fancybox-container {
    transition-duration: 366ms;
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-bg {
    background: rgba(0, 0, 0, .4);
}

.fancybox-is-open .fancybox-bg {
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    -moz-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-navigation,
.fancybox-caption {
    display: none;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -moz-transition-property: transform, opacity, -moz-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -moz-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
    width: 50px;
    height: 50px;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.modal_block {
    display: none;
    background: #fff;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .12);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .12);
    padding: 30px;
    border-radius: 0px;
}

.modal_block h2 {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    margin-top: 0;
    margin-bottom: 30px;
}

.modal_block .btn {
    height: 40px;
    padding: 0;
    line-height: 38px;
    min-width: 150px;
    margin-top: 10px;
}

@media(max-width: 990px) {
    #delivery_params {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}

@media(max-width: 768px) {
    header .autocomplete .search-links-example {
        display: none;
    }

    .order-delivery .choose-delivery__subrow {
        padding-right: 15px;
    }

    .order-delivery .delivery_address_map {
        margin-top: 20px;
    }

    .modal_block {
        padding: 40px 15px 15px;
    }

    .modal_block h2 {
        font-size: 20px;
        line-height: 22px;
    }

    .fancybox-slide {
        padding: 15px;
    }

    .modal_block .btn {
        min-width: 120px;
    }
}

.input-group>.input-pass {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.send-block-end-btn>.btn,
.apt-list__row .service-reserve-cart-btn {
    padding: 9px 19px;
    font-size: 16px;
    line-height: 19px;
    width: 180px;
}

.apt-list__inner.service-pharmacy-list-container .apt-list__row>p.address {
    width: calc(((100% - 180px) / 3) * 2);
    max-width: calc(((100% - 180px) / 3) * 2);
}

.apt-list__inner.service-pharmacy-list-container .apt-list__row>p.contacts {
    width: calc((100% - 180px) / 3);
    max-width: calc((100% - 180px) / 3);
}

@media (max-width: 990px) {

    .apt-list__inner.service-pharmacy-list-container .apt-list__row>p.address,
    .apt-list__inner.service-pharmacy-list-container .apt-list__row>p.contacts {
        width: calc((100% - 180px) / 2);
        max-width: calc((100% - 180px) / 2);
    }
}

@media (max-width: 768px) {
    #basket_map_ul {
        display: none;
    }

    #basket_map {
        width: 100%;
        height: 100%;
    }

    .basket_map {
        height: 445px;
    }
}

@media (max-width: 680px) {

    .apt-list__inner.service-pharmacy-list-container .apt-list__row>p.address,
    .apt-list__inner.service-pharmacy-list-container .apt-list__row>p.contacts {
        width: calc(100% - 45px);
        max-width: calc(100% - 45px);
    }

    .apt-list__inner.service-pharmacy-list-container .apt-list__row>p.contacts {
        color: #3d3d3d;
        margin-bottom: 15px;
    }

    .apt-prod_list {
        margin-top: 20px;
    }

    .apt-prod_list .thisItem {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .apt-prod_list .thisItem .thisItem-count {
        margin-left: auto;
        width: 70px;
        text-align: right;
    }

    .apt-prod_list .thisItem .thisItem-price {
        width: 50px;
        text-align: right;
    }

    .apt-prod_list .thisItem-name {
        width: calc(100% - 155px);
    }

    .apt-prod_list .thisItem-name>p {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .apt-list__row .collapse {
        width: 100%;
    }
}

@media(max-width:460px) {

    .basket_map,
    .order-delivery .delivery_address_map {
        height: 320px;
    }
}

.ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content {
    margin-right: 0;
    padding: 25px 35px 35px 30px;
}

.ymaps-2-1-79-balloon {
    box-shadow: none !important;
}

.ymaps-2-1-79-balloon__layout,
.ymaps-2-1-79-balloon {
    border-radius: 6px;
}

.ymaps-2-1-79-balloon__layout {
    border: 0.5px solid #c4c4c4;
}

.ymaps-2-1-79-balloon .thisPlace .thisText {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #3D3D3D;
    margin-bottom: 5px;
}

.ymaps-2-1-79-balloon .thisPlace>.icon {
    display: none;
}

.ymaps-2-1-79-balloon .thisTime>p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #3D3D3D;
    text-transform: lowercase;
}

.ymaps-2-1-79-balloon .thisLink {
    display: flex;
    align-items: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
}

.ymaps-2-1-79-balloon .thisLink>a {
    margin-left: 5px;
}

.ymaps-2-1-79-balloon .thisLink>a,
.ymaps-2-1-79-balloon .thisLink>p {
    margin-bottom: 0;
}

.basket-page-place-map-item-top .service-reserve-cart-btn {
    padding: 9px 19px;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.filters-panel-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 37px;
}

.modal {
    z-index: 2055;
}

.modal-backdrop {
    z-index: 1600;
}

@media(max-width:460px) {
    .ymaps-2-1-79-balloon .thisLink {
        display: block;
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 10px;
    }

    .ymaps-2-1-79-balloon .thisLink>a {
        margin-left: 0 !important;
    }

    .ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content {
        padding: 15px 30px 15px 15px;
    }

    .ymaps-2-1-79-balloon__content {
        min-height: 160px;
        overflow-y: auto;
    }

    .ymaps-2-1-79-balloon .thisPlace .thisText {
        margin-bottom: 0;
    }
}

main.order-res {
    margin-top: 300px;
}

.order-res_wr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
    margin-bottom: 90px;
}

.order-res_wr .order-res_delivery {
    margin-left: 20px;
    width: calc(50% - 20px);
}

.order-res_wr .order-res_items {
    border: 0.5px solid #C4C4C4;
    width: 50%;
    padding: 20px;
}

.order-res_wr .order-res_items h2 {
    margin-bottom: 20px;
}

.order-res_list .total-amount {
    position: relative;
    text-align: right;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #3D3D3D;
    padding-top: 15px;
}

.order-res_list .total-amount:before {
    content: '';
    width: 80%;
    height: 0.5px;
    background: #C4C4C4;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.order-res_list .total-amount .total-price {
    min-width: 100px;
    margin-right: 25px;
    margin-left: 5px;
}

.order-res_wr .cart-list .cart-list__item img {
    min-width: 90px;
}

.order-res_wr .cart-list .cart-list__item .item-price {
    min-width: 100px;
    font-size: 18px;
    line-height: 22px;
}

.order-res_delivery address>small>p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #838383;
    text-transform: lowercase;
    margin-bottom: 3px;
}

.order-res_delivery address {
    margin-bottom: 40px;
}

.order-res_delivery .order-time-notice {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #3D3D3D;
}

.res-order_notice {
    padding-left: 30px;
}

.res-order_notice h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #3D3D3D;
}

.res-order_notice a {
    color: #3D3D3D;
    text-decoration: underline;
}

@media(max-width: 1190px) {
    .order-res_wr .order-res_items {
        width: 100%;
    }

    .order-res_wr .order-res_delivery {
        margin-left: 0;
        width: 100%;

    }

    main.order-res {
        margin-top: 280px;
    }

    .order-res_wr .cart-list .cart-list__item img {
        min-width: 80px;
    }

    .order-res_wr .cart-list .cart-list__item .item-price {
        min-width: auto;
    }

    .order-res_list .total-amount .total-price {
        min-width: 100px;
        margin-right: 0;
    }
}

@media(max-width:768px) {
    main.order-res {
        margin-top: 220px;
    }

    .order-res_list .total-amount:before {
        width: 98%;
    }

    .order-res_wr {
        margin-bottom: 70px;
    }
}

@media(max-width:680px) {
    .res-order_notice {
        padding-left: 15px;
    }
}

@media(max-width:460px) {
    main.order-res {
        margin-top: 200px;
    }
}

.page-404 .info-page-404 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #3D3D3D;
    margin-left: 30px;
    width: calc(100% - 400px);
}

.page-404 .info-page-404 ul,
.page-404 .info-page-404 ol {
    padding-left: 20px;
}

.page-404_wr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 90px;
    margin-top: 90px;
}

.img-404 {
    position: relative;
    width: 190px;
    height: 168px;
    background: url(../icons/pills.svg) no-repeat center / contain;
    margin-right: 60px;
    margin-left: 140px;
}

.img-404:before,
.img-404:after {
    content: '4';
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 200px;
    line-height: 244px;
    color: #838383;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.img-404:before {
    left: -140px;
}

.img-404:after {
    right: -60px;
}

@media(max-width: 1190px) {
    .page-404_wr {
        margin-bottom: 70px;
        margin-top: 30px;
    }

    .img-404 {
        zoom: 0.9;
    }
}

@media(max-width: 768px) {
    .page-404_wr {
        flex-wrap: wrap;
    }

    .page-404 .info-page-404 {
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }

    .img-404 {
        margin: 0 auto;
        zoom: 0.7;
        transform: translateX(30px);
    }
}

.simple-form-block {
    margin: 40px 20px 0;
    display: flex;
    width: 100%;
}

.simple-form-block .simple-form-block__form {
    width: 360px;
    margin-right: 40px;
}

.simple-form-block .simple-form-block__text {
    width: calc(100% - 400px);
}

@media(max-width: 680px) {
    .simple-form-block {
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .simple-form-block .simple-form-block__form,
    .simple-form-block .simple-form-block__text {
        width: 100%;
        margin: 0 auto 30px;
    }

    .simple-form-block .simple-form-block__text {
        order: -1;
    }
}

.text-underline {
    text-decoration: underline;
}

.btn-blue {
    height: 30px;
    background: #284AA4;
    border-radius: 6px !important;
    padding: 0 13px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF !important;
    margin-left: 0 !important;
}

.clock-icon {
    display: inline-block;
    width: 28px;
    height: 27px;
    background: url(../icons/clock-clockwise.svg) no-repeat center / contain;
}

/* === new order === */
.emoji {
    display: inline-block;
    width: 25px;
    height: 21px;
    background: url(../icons/emoji_crying_face.svg) no-repeat center / contain;
}

.red-heart {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../icons/red-heart.svg) no-repeat center / contain;
}

.empty-cart {
    text-align: center;
    margin: 60px auto 90px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.empty-cart>i {
    margin-bottom: -4px;
    margin-left: 5px;
}

main.new-cart-page.wrapper {
    margin-top: 300px;
}

main.new-cart-page h1 {
    margin-bottom: 20px;
}

.new-cart-page .cart-wr {
    margin-top: 0;
    align-items: flex-start;
}

.new-cart-page h1>i.red-heart {
    margin-left: 15px;
    margin-bottom: -7px;
}

.new-cart-page .res-order_notice {
    padding-left: 0;
    margin-bottom: 20px;
}

.new-cart-page.new-order-page .cart-list .cart-list__item.cart-list__total>span {
    padding: 20px 25px 0;
}

.new-cart-page .cart-header {
    background: #F2F2F2;
    padding: 20px 65px 20px 25px;
    width: calc(100% - 315px);
    height: 60px;
    max-width: 100%;
    border: 0.5px solid #C4C4C4;
    border-bottom: none;
}

.new-cart-page .cart-header.closed {
    border-bottom: 0.5px solid #C4C4C4;
}

.new-cart-page .cart-header .cart-toggle {
    margin-left: auto;
    cursor: pointer;
}

.new-cart-page .cart-header .cart-toggle>i {
    width: 16px;
    height: 9px;
    transition: transform .3s ease-in-out;
}

.new-cart-page .cart-header .cart-toggle.closed>i {
    transform: rotate(-180deg);
}

.new-cart-page .h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #3D3D3D;
    margin-right: 10px;
    margin-bottom: 0;
}

.new-cart-page .basket-page-block-action-clear {
    margin-bottom: 0;
}

.new-cart-page .basket-page-block-action-clear>small {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    color: #838383;
}

.new-cart-page .cart-list .cart-list__item .item-price {
    margin-top: 12px;
}

.new-cart-page .cart-list .cart-list__item .cart-item-del {
    width: 17px;
    height: 17px;
    margin-top: 12px;
}

.new-cart-page .cart-wr .cart-list {
    padding: 15px 65px 25px;
    border-top: 0;
}

.new-cart-page .cart-list .cart-list__item .counterin {
    margin-top: 0;
}

.new-cart-page .cart-list .cart-list__item:not(:last-child) {
    margin-bottom: 20px;
}

.new-cart-page .cart-wr .cart-info {
    width: 290px;
    margin-left: 25px;
    margin-top: -60px;
    border: none;
    padding: 0;
}

.new-cart-page .cart-inner {
    width: calc(100% - 315px);
}

.new-cart-page .btn-choose-delivery {
    cursor: pointer;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}

.new-cart-page .cart-info .cart-info-delivery>p span:last-child,
.new-cart-page .cart-info .cart-info-delivery>p span:first-child {
    width: auto;
}

.new-cart-page .cart-list .cart-list__item.cart-list__total {
    text-align: right;
}

.new-cart-page .cart-list .cart-list__item.cart-list__total>span {
    max-width: 280px;
    width: 100%;
    display: inline-block;
    margin-left: auto;
    border-top: 1px solid #C4C4C4;
    padding: 20px 45px 0;
    text-align: right;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #3D3D3D;
}

.new-cart-page .cart-promo .btn-success {
    width: 40px;
}

.new-cart-page .cart-delivery,
.new-cart-page .cart-client,
.new-cart-page .cart-payment {
    border: 1px solid #fff;
    padding: 0;
}

.new-cart-page .cart-delivery.error,
.new-cart-page .cart-client.error,
.new-cart-page .cart-payment.error {
    border: 1px solid #E3000F;
}

.new-cart-page .cart-delivery h2 {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10px;
}

.new-cart-page .cart-delivery h2,
.new-cart-page .cart-client h2,
.new-cart-page .cart-payment h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    padding: 20px 25px 10px;
    margin-bottom: 0;
}

.new-cart-page .cart-delivery h2>.cart-step,
.new-cart-page .cart-client h2>.cart-step,
.new-cart-page .cart-payment h2>.cart-step {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #6AB616;
    margin-right: 15px;
}

.new-cart-page .cart-client {
    width: 100%;
    margin-right: 0;
}

.new-cart-page .cart-payment {
    width: 100%;
}

.new-cart-page .cart-client_data .form-control {
    padding: 10px 25px;
}

.new-cart-page .cart-client_data .form-control.error {
    border-color: #E3000F;
}

.new-cart-page .cart-client_data .form-control.error::-webkit-input-placeholder {
    color: #E3000F;
}

.new-cart-page .cart-client_data .form-control.error::-moz-placeholder {
    color: #E3000F;
}

.new-cart-page .cart-client_data .form-control.error::-ms-placeholder {
    color: #E3000F;
}

.new-cart-page .cart-client_data .form-control.error::placeholder {
    color: #E3000F;
}

.new-cart-page .cart-client_data input[type="tel"] {
    padding-right: 180px;
}

.new-cart-page .cart-client_data .btn-blue {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.new-cart-page .selectgroup>div {
    flex-grow: 1;
}

.new-cart-page .selectgroup-item {
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
}

.new-cart-page .selectgroup-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.new-cart-page .selectgroup-input:focus+.selectgroup-button,
.new-cart-page .selectgroup-input:hover+.selectgroup-button,
.new-cart-page .selectgroup-input:checked+.selectgroup-button {
    background-color: #fff;
    border: 1px solid #4E8511;
    z-index: 1;
}

.new-cart-page .selectgroup-button {
    background-color: #fff;
    border: 1px solid #C4C4C4;
    display: flex;
    align-items: center;
    padding: 12px 25px;
    height: 60px;
    position: relative;
    cursor: pointer;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #3D3D3D;
}

.new-cart-page .selectgroup-button>i {
    display: inline-block;
    width: 43px;
    height: 43px;
    margin-right: 10px;
}

.new-cart-page input[disabled]+.selectgroup-button {
    filter: grayscale(90%);
    opacity: .9;
    cursor: not-allowed;
    border: 1px solid #C4C4C4 !important;
}

.new-cart-page .selectgroup-button>i.pay-icon-1 {
    background: url(../icons/pay_1.svg) no-repeat center / contain;
}

.new-cart-page .selectgroup-button>i.pay-icon-2 {
    background: url(../icons/pay_2.svg) no-repeat center / contain;
}

.new-cart-page .selectgroup-button>i.pay-icon-3 {
    background: url(../icons/pay_3.svg) no-repeat center / contain;
}

.new-cart-page .selectgroup-button>i.pay-icon-4 {
    background: url(../icons/pay_4.svg) no-repeat center / contain;
}

.new-cart-page .cart-delivery .selectgroup-button {
    height: auto;
    flex-wrap: wrap;
    padding: 25px;
}

.new-cart-page .cart-delivery .selectgroup-button>* {
    width: 100%;
}

.new-cart-page .cart-delivery .bottom-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new-cart-page .cart-delivery .bottom-btns>.edit-btn {
    position: static;
    color: #3D3D3D;
    padding: 0;
    width: auto;
}

.new-cart-page .cart-delivery .details {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

.new-cart-page .cart-delivery address .metro,
.new-cart-page .cart-delivery address small {
    font-size: 14px;
    line-height: 17px;
    color: #3D3D3D;
    margin-bottom: 10px;
}

.new-cart-page .delivery_datetime>.h3 {
    width: 100%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    padding: 20px 25px 10px;
    margin-bottom: 0;
}

.new-cart-page .cart-info .clockwize i {
    margin-right: 10px;
}

.new-cart-page .cart-info .clockwize p {
    align-items: center;
}

.new-cart-page .cart-info .clockwize strong {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #3D3D3D;
    margin-right: auto;
}

.new-cart-page .mob-price {
    display: none;
}

.modal-delivery .modal-dialog {
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    margin: 0 auto;
}

.modal-delivery .modal-content {
    overflow: hidden;
}

.modal-delivery .modal-content,
.modal-delivery .modal-body,
.modal-delivery .modal-body>form,
.modal-delivery .delivery-curier {
    height: 100%;
}

.modal-delivery .modal-body {
    padding: 0px;
}

.modal-delivery .addr-dropdown__list {
    max-width: 100%;
}

.modal-delivery .delivery-title .btn-link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    border: none;
    background: transparent;
    padding: 0;
    height: auto;
    margin-top: 10px;
    color: #3D3D3D;
    text-decoration: none;
}

.modal-delivery .delivery-title .btn-link__mob {
    display: none;
}

.modal-delivery .delivery-title .btn-link>i {
    transform: translateX(-3px) rotate(90deg);
    margin-bottom: 1px;
}

.modal-delivery .delivery-title {
    position: relative;
}

.modal-delivery .delivery-title .mob-back-btn {
    display: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    border: none;
    background: transparent;
    padding: 0;
    height: auto;
    margin-top: 10px;
    color: #3D3D3D;
    text-decoration: none;
    position: absolute;
    right: -10px;
    top: 20px;
}

.modal-delivery .delivery-title .mob-back-btn>i {
    transform: translateX(-3px) rotate(-90deg);
    margin-bottom: 1px;
    margin-left: 5px;
}

.modal-delivery .addr-form {
    margin-top: 30px;
    height: calc(100vh - 130px);
    padding-bottom: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    align-items: flex-start;
    padding-right: 1px;
}

.modal-delivery .addr-form>div {
    width: 100%;
}

.modal-delivery .addr-form .btn-wr {
    margin-top: auto;
    position: sticky;
    bottom: 0;
    padding: 20px 20px 40px;
    background: #fff;
}

.modal-delivery .flt-apt__city {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}

#modal-self-delivery.modal-delivery .flt-apt__city {
    margin-bottom: 15px;
}

.modal-delivery .flt-apt__city .dropdown-toggle {
    padding: 0;
    height: auto;
}

.modal-delivery .flt-apt__city label {
    font-weight: 700;
}

.modal-delivery .flt-apt {
    max-width: 100%;
}

.modal-delivery #delivery-map,
.modal-delivery #delivery-apt-map {
    padding: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
}

.modal-delivery textarea.form-control {
    min-height: 110px;
    resize: none;
}

.moda-choose-addr .addr-dropdown__list {
    max-width: 100%;
    width: 100%;
    margin-bottom: 55px;
}

.moda-choose-addr .modal-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}

.moda-choose-addr .modal-body {
    padding-top: 0;
}

.moda-choose-addr .modal-header .btn-close {
    top: 20px;
    right: 20px;
    z-index: 1;
}

.moda-choose-addr .addr-dropdown__list .del-addr {
    position: relative;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    margin-right: 80px;
    font-size: 13px;
}

.moda-choose-addr .addr-dropdown__list .del-addr:after {
    content: 'Удалить';
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    margin-left: 25px;
}

.my_delivery_addr_list .form-check {
    display: flex;
    align-items: flex-start;
    width: calc(100% - 120px);
}

#modal-self-delivery .my_delivery_addr_list .form-check {
    padding: 0;
    width: 100%;
}

#modal-self-delivery .my_delivery_addr_list .form-check-input {
    display: none;
}

#modal-self-delivery .my_delivery_addr_list .form-check-label {
    padding: 5px 10px 0px;
    border: 1px solid #fff;
    width: 100%;
    transition: all .3s ease-in-out;
}

#modal-self-delivery .my_delivery_addr_list .form-check-input:checked+.form-check-label,
#modal-self-delivery .my_delivery_addr_list .form-check-label:hover {
    border-color: #6AB616;
}

.my_delivery_addr_list .form-check-label>strong {
    display: block;
    margin-bottom: 7px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.my_delivery_addr_list .form-check-label>small {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.my_delivery_addr_list .btns-act {
    margin-bottom: auto;
    min-width: 95px;
}

.my_delivery_addr__item {
    margin-top: 0;
    margin-bottom: 50px;
}

.my_delivery_addr__item .h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #3D3D3D;
    margin-bottom: 15px;
}

.delivery-day__item {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.delivery-day__item>span {
    margin-top: 0 !important;
}

.delivery-day__item>span:not(:last-child) {
    margin-right: 20px;
}

.delivery-day__item>span:first-child {
    width: 130px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #3D3D3D;
}

.delivery-day__item>span:nth-child(2) {
    width: 120px;
}

.moda-choose-addr .delivery_datetime {
    margin-bottom: 95px;
    padding: 0 30px;
}

.moda-choose-addr .delivery_datetime label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.moda-choose-addr .addr-dropdown__list .form-group {
    margin-bottom: 30px;
}

.moda-choose-addr .addr-dropdown__list .form-group:last-child {
    margin-bottom: 0;
}

.moda-choose-addr .btn-wr {
    padding: 30px;
}

.moda-choose-addr .addr-dropdown__list address>strong {
    display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
}

.moda-choose-addr .addr-dropdown__list address .metro,
.moda-choose-addr .addr-dropdown__list address small {
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: #3D3D3D;
    margin-bottom: 7px;
}

.moda-choose-addr .addr-dropdown__list address .metro>i {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-bottom: -2px;
}

.moda-choose-addr .addr-dropdown__list address .delivery-status {
    display: block;
    margin-top: 15px;
}

.delivery-apt_list {
    height: 100%;
    position: relative;
    padding: 25px;
}

.delivery-apt_list .delivery-apt_item {
    height: 100%;
    width: calc(100% - 50px);
    transition: transform .3s ease-in-out, opacity .5s ease-in-out;
    position: absolute;
    top: auto;
    left: auto;
    opacity: 0;
    transform: translateX(calc(-100% - 25px));
}

.delivery-apt_list .delivery-apt_item.active {
    transform: translateX(0);
    opacity: 1;
}

.modal-delivery .delivery-self {
    margin-top: 20px;
}

.modal-delivery .flt-apt .flt-ch-item__checkbox .label-text {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.modal-delivery .flt-apt .checkbox-group>.flt-ch-item__checkbox:first-of-type {
    margin-right: 30px;
}

#modal-self-delivery.modal-delivery .flt-apt__city+.form-group {
    margin-bottom: 0;
}

#modal-self-delivery.modal-delivery .checkbox-group {
    margin-bottom: 0;
}

#modal-self-delivery.modal-delivery .my_delivery_addr_list {
    margin-top: 40px;
    height: calc(100vh - 300px);
    overflow-x: hidden;
    overflow-y: auto;
}

.apt-addr__details address>strong,
#modal-self-delivery.modal-delivery .my_delivery_addr_list address>strong {
    display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
}

.apt-addr__details address .metro,
.apt-addr__details address small,
#modal-self-delivery.modal-delivery .my_delivery_addr_list address .metro,
#modal-self-delivery.modal-delivery .my_delivery_addr_list address small {
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: #3D3D3D;
    margin-bottom: 7px;
}

.apt-addr__details address .metro>i,
#modal-self-delivery.modal-delivery .my_delivery_addr_list address .metro>i {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-bottom: -2px;
}

.apt-addr__details address .delivery-status,
#modal-self-delivery.modal-delivery .my_delivery_addr_list address .delivery-status {
    display: block;
    margin-top: 15px;
}

.apt-addr__details address>.h3 {
    width: 100%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
}

.apt-addr__details {
    margin-top: 35px;
    height: calc(100vh - 130px);
    padding-bottom: 0px;
    overflow-y: auto;
    display: flex;
    flex-flow: column;
}

.apt-addr__details address {
    margin-bottom: 40px;
}

.apt-addr__details .btn-wr {
    margin-top: auto;
    position: sticky;
    bottom: 0;
    padding: 20px 20px 40px;
    background: #fff;
    z-index: 1;
}

.apt-addr__details .selectgroup-item {
    padding: 0;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
}

.apt-addr__details .selectgroup-item .form-check-input {
    border: 1px solid #6AB616;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    position: absolute;
    top: 23px;
    z-index: 1;
    left: 25px;
}

.apt-addr__details .selectgroup-item .form-check-input:checked {
    background-color: #6ab616;
    border-color: #6ab616;
}

.apt-addr__details .selectgroup-item .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.apt-addr__details .selectgroup-button {
    background-color: #fff;
    border: 1px solid #C4C4C4;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 25px;
    width: 100%;
    height: auto;
    position: relative;
    cursor: pointer;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #3D3D3D;
}

.apt-addr__details .selectgroup-button>.title {
    margin-bottom: 0;
    padding-left: 35px;
}

.selectgroup-item .apt-prod__list {
    padding: 20px 0 0;
    margin: 0;
    list-style: none;
    display: none;
    width: 100%;
}

.selectgroup-item .apt-prod__list>li {
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    justify-content: space-between;
}

.selectgroup-item .apt-prod__list>li>span:not(:last-child) {
    margin-right: 25px;
    font-size: 12px;
}

.selectgroup-item .apt-prod__list>li>span:first-child {
    width: calc(70% - 25px);
}

.selectgroup-item .apt-prod__list>li>span:not(:first-child) {
    width: calc((30% - 25px) / 2);
}

.selectgroup-item .apt-prod__list>li .apt-prod__list--total {
    margin-bottom: 0;
    text-align: right;
    width: 100%;
}

.selectgroup-item .apt-prod__list>li .apt-prod__list--total>span {
    max-width: 145px;
    width: 100%;
    display: inline-block;
    margin-left: auto;
    border-top: 1px solid #C4C4C4;
    padding: 5px 0 0;
    text-align: right;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #3D3D3D;
}

.modal-delivery .delivery-curier__data {
    padding: 25px;
}

.modal-delivery .delivery-curier__map {
    padding-left: 0;
}

.modal-delivery .delivery-curier__map .delivery-title,
.modal-delivery .delivery-curier__map .flt-apt {
    display: none;
}

.modal-delivery .delivery_addr,
.modal-delivery .delivery_datetime {
    justify-content: space-between;
}

.modal-delivery .delivery_addr .col-lg-4 {
    width: calc((100% - 60px) / 3);
}

.modal-delivery .delivery_addr .col-lg-6,
.modal-delivery .delivery_datetime .col-lg-6 {
    width: calc((100% - 90px) / 2);
}

.modal-delivery .delivery_datetime label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    padding-left: 0;
}

.new-cart-page .cart-delivery__controls {
    display: none;
}

.new-cart-page .cart-delivery .mob-btn {
    display: none;
}

.new-cart-page .cart-fixed-btns {
    display: none;
}

.modal-delivery .apt-list .nav-pills {
    display: none;
}

.modal-phone-auth .modal-dialog {
    max-width: 610px;
    width: calc(100% - 30px);
}

.modal-phone-auth .modal-body {
    padding: 20px 60px 30px;
}

.modal-phone-auth .modal-body small {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #3D3D3D;
}

.modal .modal-header__green {
    background: #6AB616;
    padding: 20px 25px;
}

.modal .modal-header__green .modal-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.modal .modal-header__green .btn-close {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.modal-delivery .flt-apt input[type="search"],
.modal-delivery .flt-apt input[type="search"]+button {
    height: 45px;
}

.modal-delivery .flt-apt .autocomplete:after {
    display: none;
}

.new-cart-page .cart-info p {
    flex-wrap: wrap;
}

.new-cart-page .cart-info .cart-info-delivery>p span.address {
    width: 100%;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0;
}

.new-cart-page .cart-info .cart-info-delivery>p span.address strong {
    display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

.new-cart-page .cart-info .cart-info-delivery>p span.address .metro {
    display: flex;
    align-items: center;
    width: 100%;
}

.new-cart-page .cart-info .cart-info-delivery>p span.address .metro>i {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.new-cart-page .cart-info .cart-info-delivery>p span.address>small {
    display: block;
}

.new-order-page .mob-cnt {
    display: none;
}

@media(max-width: 1190px) {
    .new-cart-page .cart-header {
        padding: 10px 25px 12px 15px;
        height: 45px;
    }

    .new-cart-page .cart-wr .cart-list {
        padding: 15px 25px 25px 15px;
        border: none;
    }

    .new-cart-page .cart-list .cart-list__item.cart-list__total {
        margin-top: -10px;
    }

    .new-cart-page .cart-list .cart-list__item .item-info {
        padding-right: 20px;
    }

    .new-cart-page .cart-wr .cart-info {
        margin-top: -45px;
    }
}

@media(max-width: 990px) {

    .new-cart-page .cart-inner,
    .new-cart-page .cart-header {
        width: 100%;
    }

    .new-cart-page .cart-header {
        margin-top: 0px;
    }

    .new-cart-page .cart-wr .cart-list {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .new-cart-page .cart-wr .cart-info {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
        border: 0.5px solid #C4C4C4;
        padding: 15px 20px;
    }

    .new-cart-page.new-order-page .cart-wr .cart-info {
        margin-top: 30px;
        border: none;
    }

    .new-cart-page h1>i.red-heart {
        width: 24px;
        height: 24px;
        margin-bottom: -5px;
    }

    .new-cart-page .cart-client {
        order: 0;
        margin: 0 auto 30px;
    }

    .new-cart-page .cart-delivery {
        margin-bottom: 30px;
    }

    main.new-cart-page.wrapper {
        margin-top: 280px;
    }

    .modal-delivery .delivery_addr .col-lg-6,
    .modal-delivery .delivery_datetime .col-lg-6 {
        width: calc((100% - 20px) / 2);
    }

    .delivery-day__item>span {
        font-size: 12px !important;
        white-space: nowrap;
    }

    .delivery-day__item>span:first-child,
    .delivery-day__item>span:nth-child(2) {
        width: 110px;
    }

    .delivery-day__item>span:not(:last-child) {
        margin-right: 10px;
    }

    .selectgroup-item .apt-prod__list>li>span:first-child {
        width: calc(60% - 10px);
    }

    .selectgroup-item .apt-prod__list>li>span:not(:first-child) {
        width: calc((40% - 10px) / 2);
        white-space: nowrap;
    }

    .my_delivery_addr_list .form-check-label {
        padding-right: 0;
    }
}

@media(max-width: 768px) {
    main.new-cart-page.wrapper {
        margin-top: 215px;
    }

    main.new-cart-page h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .moda-choose-addr .addr-dropdown__list .del-addr:after {
        display: none;
    }

    .my_delivery_addr_list .btns-act {
        margin: 0 0 auto;
        min-width: auto;
        opacity: .4;
    }

    .moda-choose-addr .addr-dropdown__list .del-addr {
        margin-right: 0 !important;
    }

    .moda-choose-addr .btn-wr {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        padding: 30px;
    }

    #modal_selfdelivery_auth.moda-choose-addr .addr-dropdown__list {
        max-width: 100%;
        width: 100%;
        margin-bottom: 0px;
        height: calc(100vh - 220px);
        overflow-y: auto;
        overflow-x: hidden;
        padding-top: 1px;
    }


    .moda-choose-addr .modal-dialog {
        height: 100vh;
        margin: 0 auto;
        padding: 0;
    }

    .moda-choose-addr .modal-content {
        height: 100%;
    }

    .modal-delivery .delivery_addr .col-lg-6,
    .modal-delivery .delivery_datetime .col-lg-6 {
        width: 100%;
    }

    .modal-delivery .delivery_addr .col-lg-6>.form-control,
    .modal-delivery .delivery_datetime .col-lg-6 .form-control {
        max-width: 180px;
        width: 100%;
    }

    .modal-delivery .addr-form .btn-wr {
        padding: 0 0 10px;
    }

    .apt-addr__details .btn-wr {
        padding: 0px 0px 20px;
    }

    #modal-self-delivery.modal-delivery .flt-apt .autocomplete+p {
        font-weight: 500;
        font-size: 12px;
        margin-top: 5px !important;
        margin-bottom: 15px;
        line-height: 14px;
    }

    #modal-self-delivery.modal-delivery .my_delivery_addr_list {
        margin-top: 10px;
        padding-bottom: 40px;
    }

    #modal-self-delivery.modal-delivery .my_delivery_addr__item .form-check {
        padding-left: 0 !important;
    }

    #modal-self-delivery.modal-delivery .my_delivery_addr_list .form-check-input {
        display: none;
    }

    .apt-addr__details .selectgroup-button {
        padding: 25px 15px;
    }

    .apt-addr__details .selectgroup-item .form-check-input {
        left: 15px;
    }

    .modal-phone-auth .modal-dialog {
        margin-top: 15px;
    }

    .modal-phone-auth .modal-body {
        padding: 15px 20px 25px;
    }

    .modal-delivery .delivery_addr .col-lg-4 {
        width: 100%;
    }
}

@media(max-width: 680px) {
    .new-cart-page .cart-header {
        margin-top: 10px;
        margin-right: 0px;
        margin-left: 0px;
        max-width: calc(100% + 30px);
        width: calc(100% + 30px);
        height: auto;
    }

    .new-cart-page .cart-header .cart-toggle {
        margin: auto 0 auto auto;
    }

    .new-cart-page .cart-wr {
        margin: 0 -15px 30px;
    }

    .new-cart-page .cart-list .cart-list__item .item-price {
        display: none;
    }

    .new-cart-page .cart-list .cart-list__item .counterin {
        margin-left: 0;
        margin-top: 15px;
        border: none;
    }

    .new-cart-page.new-order-page .cart-list .cart-list__item .counterin {
        display: none;
    }

    .new-cart-page.new-order-page .mob-price {
        display: inline-block !important;
    }

    .new-order-page .mob-cnt {
        display: inline-block !important;
        font-size: 12px;
        margin-left: 15px;
    }

    .new-cart-page .cart-list .cart-list__item {
        padding-right: 0;
    }

    .new-cart-page .cart-list .cart-list__item:not(:last-child) {
        margin-bottom: 30px;
    }

    .new-cart-page .cart-list .cart-list__item .cart-item-del {
        top: auto;
        bottom: 12px;
    }

    .new-cart-page .cart-list .cart-list__item .item-info {
        padding-right: 0;
        max-width: calc(100% - 90px);
        width: calc(100% - 90px);
        min-width: calc(100% - 90px);
    }

    .new-cart-page .h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .new-cart-page .cart-list .cart-list__item.cart-list__total {
        display: none;
    }

    .new-cart-page .mob-price {
        display: block !important;
        margin: 0 !important;
        text-align: left !important;
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .new-cart-page .cart-list .cart-list__item .item-info>small {
        margin-bottom: 15px;
    }

    .new-cart-page .cart-delivery,
    .new-cart-page .cart-client,
    .new-cart-page .cart-payment {
        padding: 15px;
        border: 1px solid #fff !important;
    }

    .new-cart-page .cart-delivery h2,
    .new-cart-page .cart-client h2,
    .new-cart-page .cart-payment h2 {
        padding: 0;
    }

    .new-cart-page .cart-client .form-group {
        margin-bottom: 15px;
    }

    .btn-blue {
        height: 24px;
        padding: 0 10px;
        font-size: 11px;
        line-height: 24px;
    }

    .new-cart-page .cart-client_data .btn-blue {
        top: auto;
        bottom: 11px;
        z-index: 1;
    }

    .new-cart-page .cart-client_data input[type="tel"] {
        padding: 10px 25px;
    }

    .new-cart-page .cart-client h2 {
        margin-bottom: 10px;
    }

    .new-cart-page .cart-client {
        margin-bottom: 0;
    }

    .new-cart-page .cart-payment h2 {
        margin-bottom: 15px;
    }

    .new-cart-page .cart-wr .cart-info {
        border: none;
        padding: 0 15px !important;
        margin-top: 0;
    }

    .new-cart-page .cart-delivery {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .new-cart-page .cart-delivery__controls {
        display: flex;
        width: 100%;
        border: 0.5px solid #C4C4C4;
        border-bottom: none;
    }

    .new-cart-page .cart-delivery__controls>span {
        width: 50%;
        text-align: center;
        padding: 15px 30px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        color: #838383;
        cursor: pointer;
    }

    .new-cart-page .cart-delivery__controls>span.active {
        color: #3D3D3D;
        text-decoration-line: underline;
    }

    .new-cart-page .cart-delivery__row .selectgroup {
        width: 100%;
        margin: 0 auto;
    }

    .new-cart-page .cart-delivery__row .selectgroup>div {
        width: 100%;
        padding: 0;
    }

    .new-cart-page .cart-delivery__row .selectgroup-input+.selectgroup-button {
        display: none;
    }

    .new-cart-page .cart-delivery__row .selectgroup-input:checked+.selectgroup-button {
        display: block;
    }

    .new-cart-page .cart-delivery__row .selectgroup-input.delivery_type_2:checked+.selectgroup-button {
        display: block;
        margin-top: -17px;
    }

    .new-cart-page .cart-delivery .delivery-status {
        margin-bottom: 0;
        font-weight: 400;
    }

    .new-cart-page .cart-delivery__row .selectgroup-item,
    .new-cart-page .cart-delivery__row .selectgroup>div {
        margin: 0;
    }

    .new-cart-page .cart-delivery__row+.cart-delivery__row {
        display: none;
    }

    .new-cart-page .cart-fixed-btns {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 15px;
        border-top: 0.5px solid #c4c4c4;
        z-index: 1000;
    }

    .new-cart-page .cart-fixed-btns>span {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
    }

    .new-cart-page .cart-fixed-btns>button {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        height: 42px;
        width: 160px;
    }

    .new-cart-page .cart-delivery .mob-btn {
        display: block;
    }

    .modal-delivery .delivery-curier__data,
    .modal-delivery .delivery-curier__map,
    .modal-delivery .delivery-apt_list {
        width: 100%;
    }

    .modal-delivery .delivery-curier__data {
        display: none;
    }

    .modal-delivery .delivery_addr .col-lg-6>.form-control,
    .modal-delivery .delivery_datetime .col-lg-6 .form-control {
        max-width: 100%;
        width: 100%;
    }

    .modal-delivery .delivery-title .mob-back-btn {
        display: block;
    }

    .modal-delivery .delivery-title .btn-link__desktop {
        display: none;
    }

    #modal-delivery .delivery-curier__map {
        padding-bottom: 120px;
    }

    #modal-delivery .delivery-curier__map .btn-wr {
        width: calc(100% - 40px);
        max-width: 320px;
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .modal-delivery #delivery-map {
        height: calc(100vh - 310px);
    }

    .modal-delivery .delivery-title .btn-link__mob {
        display: inline-block;
    }

    .modal-delivery .delivery-curier__map .delivery-title,
    .modal-delivery .delivery-curier__map .flt-apt {
        display: block;
        padding: 25px 25px 5px;
    }

    .modal-delivery .delivery-curier__map .delivery-title .mob-back-btn {
        right: 15px;
        top: 45px;
    }

    .modal-delivery .delivery-curier__map .flt-apt__city {
        margin-bottom: 15px !important;
    }

    .my_delivery_addr__item {
        margin-bottom: 40px;
    }

    .modal-delivery .apt-list .nav-pills {
        display: flex;
    }

    .modal .modal-header__green .modal-title {
        font-size: 16px;
        line-height: 22px;
    }

    .modal-phone-auth .modal-body small {
        font-size: 12px;
        line-height: 20px;
    }

    .new-cart-page .cart-info p {
        justify-content: flex-start;
    }

    .new-cart-page .cart-info p>span {
        width: auto;
    }

    .new-cart-page .cart-info p>span+span:not(.address) {
        text-align: left;
        margin-left: 15px;
    }
}

@media(max-width: 460px) {
    main.new-cart-page.wrapper {
        margin-top: 205px;
    }
}

.catalog-item_actions-inner .btns-prices.not-available {
    flex-wrap: wrap;
}

.btn-grey {
    background: rgba(175, 175, 175, 0.2);
    border-radius: 6px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #4E8511;
    height: 40px;
    padding: 0 25px;
}

.catalog-item_actions-inner .btns-prices .btn-grey{
    max-width: 100%;
    width: 100%;
}

.grecaptcha-badge {
    display: none;
}

.button_a311 {
    border-radius: 50px!important;
    box-shadow: 0 19px 38px 0 rgb(34 36 43 / 30%);
    display: block;
    height: 50px!important;
    margin-bottom: 20px!important;
    position: relative;
    text-align: center;
    transform: scale(1);
    width: 50px!important;
}