/*mobile*/
@media screen and (max-width:600px) {
:root{
    --pad:15px;
}
    html {
        font-size: 14px;
    }
    
.visible-xs {
    display: block !important;
}

.hidden-xs {
    display: none
}

.pad-top {
    padding-top: 50px;
}
.pad-bot {
    padding-bottom: 50px;
}
.block {
    padding-top: calc(var(--pad) *2);
    padding-bottom: calc(var(--pad) *2);
}

.flex-xs{
    flex-direction:column;
    flex-wrap:wrap;
}
.flex-row-xs{
    display:flex;
}
body{
    position:relative;
    margin-top: 50px;
}
body>header {
    position: fixed;
    top:0;
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    /* z-index: 99; */
}

.but{
    font-size:1.2em;
}
    
form .but {width: 100%;}
form.ms2_form {
    width: 100%;
}
.prof-but .but {
    width: 100%;
    margin-bottom: 1rem;
}
.input,.order input {
    width: 100%;
    /* height: 55px; */
    padding: 15px;
}
.input-filed {
    width: 100%;
    margin-bottom: 1rem;
    display: block;
}
.input-filed span {
    font-size: .8rem;
    margin-bottom: .3rem;
}

textarea.input {
    height: 8.8rem;
    resize: none;
    padding-top: 1rem
}
.error-text {
    color: #db0000;
    margin-top: .5em;
    font-size: .9em;
}

.polit {
    font-size: .7rem;
    letter-spacing: 0.01em;
    color: #8A8A8A;
}
.polit a {
    text-decoration: underline;
}

.headline,h2 {
    font-size: 30px !important;
    padding: 0 0 30px;
    line-height: 100%;
    margin: 0;
}
.headline_sm {
    font-size: 20px;
}
.subtitle {
    font-size: 1.2rem !important;
    line-height: 133% !important;
}

.headline-block .headline {
    /* margin: 0; */
}
.scroll {
    background: url('/assets/img/icon/icon-scroll.svg') no-repeat left bottom / 7%;
    /* padding-bottom: 4rem; */
}
.headline-block {
    margin: 0 0 var(--pad);
}


h5 {
    font-size: 1.15em;
}
    
.headline-block_mod {
    flex-wrap: wrap;
    gap: 15px
}
.swiper_banner {
    /*    overflow: visible*/
    margin: 0 calc(var(--pad) * -1);
}

.slide-title {
    font-size: 6.2vw;
    position: relative;
    line-height: 120%;
    width:100%
}
.slide-title b{
    font-weight:600;
}
.slide-subtitle {
    /* position: relative; */
    /* color: var(--col2); */
    font-size: 3.5vw;
    /* margin-top: 1.5rem; */
    /* font-weight: 300; */
}

.slide-but {
    position: relative;
    margin-top: 1.5rem;
    /* font-size: 1.2em; */
}    
    
.wrapper {
    padding-left: var(--pad);
    padding-right: var(--pad);
}
.breadcrumbs {
    margin-bottom: 20px;
}
.breadcrumbs li {
    font-size: 14px;
}
.next_cat {
    display: none
}


.city {
    margin-right: 0;
}
.cf-city {
    position: absolute !important;
    top: 55px;
}
    .bot_head {
        gap: 10px;
        /* padding: 15px 0; */
    }

.logo {
    width: 120px;
}
.lozung{
    display:none;
}    
.mob_tel {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bg);
    border-radius: 50%;
    margin: 0 .5rem;
}
.mob_tel img {
    width: 1rem;
}
.catalog_but {
    width: 50px;
    aspect-ratio: 1;
    justify-content: center;
    /* background: var(--col); */
    display: flex;
    padding: 10px;
}
#show-menu2 {
    background: #000 url('/assets/img/icon/menu.svg') no-repeat center/50%;
    margin-left: -15px;
    /* aspect-ratio:1; */
}
#show-menu2.show {
    background: #fff url('/assets/img/icon/close.svg') no-repeat center/50%;
}
    .catalog_but span {
        text-transform: uppercase;
    }

.search-form {

    padding: 10px;
    width: 100%;
    height: auto;

    border-bottom: 1px solid #b5b5b5;
    background: #dbdbdb;
}
.search-toggle{    
    display: none;
        position: absolute;
        top: 50px;
    left: 0;
    width: 100%;
}
.search-input {
    /* padding-left: 1rem; */
    font-size: 1em;
    padding: 5px 15px;
}

    .head_serv .contacts .mail{
        display:none;
    }

       .head_serv .contacts {
        padding:0;
        display: none;
    } 
.msMiniCart a.serv_item {
    width: 42px;
    background: url('/assets/img/icon/basket-black.svg') no-repeat center/50%;
}
.serv_item-count {
    /* position: absolute; */
    top: -3px;
    /* right: 5%; */
    font-size: 0.9rem;
    /* flex-shrink: 0; */
    width: 1.3rem;
    height: 1.3rem;
    background: var(--acc1);
}
.serv_item-name {
    font-size: .6rem;
    margin-top: 0rem;
    display: block;
}

.prof_link{
    display:none;
}
    
.minicart:hover .minicart_list {
    display: none
}

.swiper_banner .swiper-slide {
    width: 100%;
}
.swiper_banner .swiper-slide img {
    width: 100%;
}
.main-banner_item {
    height: auto;
    position: relative;
    aspect-ratio: 1;
    padding: 35px 15px;
}

.swiper_banner .swiper-pagination {
    bottom: 20px;
    padding-right: 5%
}
.swiper_banner .swiper-pagination .swiper-pagination-bullet {
    margin-left: 1rem
}

.slider_nav.swiper-pagination {
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider_nav.swiper-pagination .swiper-pagination-bullet {
    width: .4rem;
    border-radius: 50%;
    height: .4rem;
    margin: 0 .5rem
}

.main_bl .swiper-wrapper {
    align-items: stretch;
}
.main_bl-it {
    width: 280px;
    flex-shrink: 0;
    margin-right: 30px;
    padding: 25px;
}

.main_slider {
    overflow: visible;
    cursor: auto;
}
.main-slide {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px
}
    .main_slider .swiper-wrapper {
        flex-direction: column;
    }
.main-slide img {
    width: 100%
}
.main-slid-txt {
    cursor: auto
}
.main-slide-title {
    font-size: 30px;
    margin: 1rem 0 .8rem
}

.link {
    /* font-size: .8rem; */
}

    .main_content {
        flex-direction: column-reverse;
        padding: var(--pad);
    }
.main_content-text {
    width: 100%;
}
.main_content-text p {
    font-size: 1.1em;
    /* line-height: 138%; */
    /* margin-bottom: 1rem; */
}
.main_content-img {
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 40px
}


.slider_news, .page_news {
    padding-bottom: 2.5rem
}
    .news-slide {
        flex-direction: column;
    }
.news-slide-img {
    width: 100%;
    flex-shrink: 0
}
.news-slide-text {
    width: 100%;
}

.news-slide-info {
    margin-top: 2.25rem;
    margin-bottom: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
}

.news-slide-info .date {
    margin-top: 15px;
}
.news-slide-content {
    font-size: .8rem;
    line-height: 150%;
    margin-bottom: 2rem
}
.news_baner {
    height: 30vw;
    margin-bottom: 1.2rem;
}

footer {
    /* background: var(--bg); */
    /* color: #fff; */
}
footer a {
    /* color: #8A8A8A; */
}
.footer_top {
    padding: 2rem 0;
    align-items: flex-start;
    flex-direction: column;
}
    .foot-cont {
        width: 100%;
        text-align: center;
    }
.foot-cont img {
    width: 10rem;
    margin-bottom: 0
}

.foot_nav {
    /* display: none; */
    margin: 1rem 0;
}

.footer_top .link {
    /* display: inline-flex; */
    /* color: #fff; */
    /* margin-top: 40px; */
}

.footer_top .link:after {
    background: url(../img/icon/arr1.svg) center/cover;
}

.footer_bot {
    font-size: .7rem;
    padding-bottom: 4rem;
    flex-direction: column;
}
    .footer_bot>p {
        order: 1
    }
    .footer_bot>a {
        margin: 30px 0;
        color: #fff;
    }
.pay-bl img {
    margin: 0 .75rem
}

.contact_bl {
    margin-bottom: 3rem;
    flex-direction: column;
}
.contact_bl>div {
    width: 100%;
}
.contact_map {
    height: 300px;
}
    .contact_bl:nth-child(2n+1) {
        flex-direction: column-reverse
    }
.contact_bl:nth-child(2n+1) .contact_info {
    padding-left: 0
}
.contact_bl:nth-child(2n) .contact_info {
    padding-right: 0
}
.contact_info-row {
    /* margin: 1.5rem 0; */
}

.contact_info-links>div {
    /* width: auto; */
}
.contact_info-links a {
    /* font-size: .8rem; */
    white-space: nowrap;
}


.main-form .headline + p {
    font-size: .8rem
}
.form {
    margin-top: 2rem
}
.form_footer {
    margin-top: 1rem;
    flex-wrap: wrap;
}
    .form_footer .but {
        margin-bottom: 20px
    }

.news_row {
    padding-bottom: 40px;
    margin-bottom: 40px;
    flex-direction: column;
}
.news_row-img {
    width: 100%;
    height: auto;
    margin-right: 0;
    flex-shrink: 0;
    margin-bottom: 40px
}
.news_row-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.news_row-bl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news_row-head {
    margin-bottom: 1rem;
    flex-direction: column-reverse;
    align-items: flex-start;
}
.news_row-title {
    font-size: 1.2rem;
    margin-top: 20px
}

.news-content p, .paragr, .content_block p {
    /* font-size: .8rem; */
    /* line-height: 175%; */
    /* margin-bottom: 1rem; */
}
.news-content {
    margin-bottom: 3rem
}
.page_news {
    overflow: visible;
}
.page_news-slide {
    width: 100%;
    margin-right: 0;
    height: 75vw;
}

.page_news-slide img {
    width: 100%
}

.partner_bl {
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 0;
    justify-content: space-between;
}
.partner_bl a {
    width: 47%;
    margin-bottom: 20px
}
.partner_bl a img {
    width: 100%
}

.about_block {
    flex-direction: column;
}
.diploms {
    padding-bottom: 2.5rem;
    overflow: visible;
}
.diplom {
    /* width: 210px; */
    /* height: 276px; */
    /* margin-right: 15px; */
}
    
.content_block ul {
    margin-bottom: 1rem
}
.content_block li {
    font-size: .8rem;
    line-height: 160%;
    margin-bottom: .4rem
}
.back_prod {
    margin: 1rem 0;
    flex-direction: column;
}
.back_prod>img {
    width: 100%;
    flex-shrink: 0;
    margin-left: 0
}
.back_prod2 {
    margin: 3rem 0;
    flex-direction: column;
    padding: 2rem 10px
}
.back_prod2>img {
    display: none
}
.back_prod3 {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.pay_cont {
    flex-direction: column;
}
.pay_cont-it {
    width: 100%;
    padding: 30px;
    margin-bottom: 2rem;
}
.pay_cont-img {
    height: 10rem;
    margin-bottom: 1rem
}
.pay_cont-img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.search-container {
    margin-bottom: 2rem;
    flex-wrap: wrap;
}
.search-container-input {
    width: 100%;
    margin-bottom: 30px;
}
.search-container-category {
    min-width: 70%;
    margin-left: 0;
}

.search-container .but {
    width: 30%;
    margin-left: 0;
}


.w-100 ,
.w-50 ,
.w-33 , 
.w-25,
.w-33,
.w-66,
.w-100xs
    {
    width: 100%!important;
}
.grid-3 {
    grid-template-columns: 1fr;
}    
    
/**************
КАТАЛОГ
***************/


.slider_goods {
    padding-top: 50px;
    padding-bottom: 50px;
}
.products_slider {
    padding-bottom: 50px;
}
.card_row {
    align-items: stretch;
}
.card {
    /* width: 48.5%; */
    /* padding: 15px; */
    margin-bottom: 10px
}
.card_hor {
    gap: 1rem;
    /* width: 100%; */
    /* max-width: 100%; */
    /* flex-direction: row; */
    /* justify-content: space-between; */
    /* align-items: flex-start; */
    flex-wrap: wrap;
}

.card_row>.swiper-slide {
    height: auto;
    width: 260px;
    margin-right: 20px;
}
.swiper-slide>.card {
    /* margin: 0; */
    /* height: 100%; */
    /* width: 100%; */
    /* padding: 24px; */
}
.card_img {
    /* height: 38vw; */
}
.swiper-slide>.card .card_img {
    /* height: 10rem; */
}    
.card_img.swiper {
    margin: 0 0 .5rem
}
    .swiper-slide>.card .card_img.swiper {
        /* margin-bottom: 20px; */
    }
.card_hor .card_img {
    /* width: 100%; */
    /* flex-shrink: 0; */
    /* margin-right: 10px; */
    /* height: 12rem; */
    /* margin-bottom: 0; */
    flex: 1;
}
.card_img img {
    width: 100%;
    object-fit: contain
}
.card-articul {
    font-size: .6rem;
    margin-bottom: 5px
}
    .swiper-slide>.card .card-articul {
        font-size: .7rem;
        margin-bottom: 0;
    }
.card-av {
    /* font-size: .6rem; */
}
    .swiper-slide>.card .card-av {
        font-size: .7rem
    }
.card_info {
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-between; */
    /* flex: 1 0; */
}
    .card_info-top>p {
        /* flex-direction: column; */
        /* align-items: flex-start; */
    }
    .swiper-slide>.card .card_info-top>p {
        flex-direction: row;
    }
.card_hor .card_info {
    flex-direction: row;
    flex-direction: column
}
.card_hor .card_info-bot {
    width: 100%;
    flex-direction: column;
    justify-content: end;
    /* margin-left: 0; */
    /* margin-top: 1rem; */
}
.card_hor .card_info-bot>div {
    width: 100%;
    margin-top: 0.5rem;

}    
.card-name {
    font-size: 1.2rem;
    /* margin: .5rem 0; */
    /* min-height: 1.6rem; */
}
.card_hor .card-name {
    margin:  0;
    min-height: auto;
    font-size: 1.2rem
}
.card-description {
    font-size: .8rem
}
.card-price {
    /* font-size: 18px; */
    /* margin-bottom: 10px; */
}
    .swiper-slide>.card .card-price {
        /* font-size: 24px; */
    }
#mse2_results .card-price {
    color:var(--green);
    /* text-align:right; */
}
    .swiper-slide>.card .old_price {
        font-size: 18px
    }
.card_tags {
    left: 15px;
    top: 15px;
}
.swiper-slide>.card .card_tags {
    left: 24px;
    top: 24px;
}
.card_hor .card_tags {
    top: 0;
    left: 0;
}

.card_actions {
    right: 15px;
    top: 15px;
    opacity: 1;
    z-index: 2;
}
.swiper-slide>.card .card_actions {
    right: 24px;
    top: 24px;
}
.card_hor .card_actions {
    top: 0;
    right: 0
}
.card:hover .card_actions {
    opacity: 1;
    z-index: 2;
}
    .card .but {
        /* height: 40px; */
        font-size: 18px;
    }
.favorite {
    margin-left: 10px;
}
.comparison img, .favorite img {
    width: 1rem
}


.catalog-block {
    align-items: flex-start;
    flex-wrap: wrap;
}
.filter {
    background: none;
    position: fixed;
    width: 100%;
    margin: 0;
    top: 0;
    left: 0;
    z-index: -9;
    opacity: 0;
    padding-top: 70px;
    transform: translateY(100%);
    transition: all ease-in-out .2s;
}
    .filter.op {
        z-index: 99;
        opacity: 1;
        background: rgba(0, 0, 0, 0.8);
        transform: translateY(0%);
    }
    .filter_close {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
    }
.filter-block {
    margin-bottom: 1rem;
    padding: 1rem;
    background: #fff;
    overflow-y: scroll;
    height: calc(100vh - 70px);
}
.filter-it {
    margin-bottom: 1rem;
    padding-bottom: .5rem
}
.filters-btns {
    position: fixed;
    left: 0;
    z-index: 9;
    width: 100%;
    background: #fff;
    gap: 10px;
    padding: 10px;
}
.filters-btns .filter_close {
    position: static;
    display: block;
}

.order .filter-fields {
    max-height: auto;
    overflow-y: visible;
    margin-bottom: 1.75rem
}

.filter-field-item {
    margin-bottom: 15px;
}

.filter-fields input+label {
    padding-left: 35px;
    font-size: 1rem;
    /* padding-top: 3px; */
}
.filter-fields input+label span {
    margin-left: .3rem;
    font-size: .7rem
}

.filter-fields input+label:before {
    width: 25px;
    height: 25px;
    left: 0;
    top: 0px;
}
.order-field {
    margin-bottom: .8rem;
}
.order-field label {
    width: 100%;
    display: flex !important;
    white-space: nowrap;
    margin-bottom: 10px
}
.filter-fields .order-field label span:first-child {
    margin-right: 1rem;
    margin-left: 0;
    width: 50%;
    white-space: normal;
    line-height: 120%;
}
.dash-sep {
    display: none;
}

.category_bl {
    justify-content: space-between;
    /* gap: 0; */
    /* margin: 0 1rem; */
    align-items: stretch;
}
.category_item {
    /* width: 48%; */
    /* padding: 10px; */
    /* margin-bottom: 12px; */
    aspect-ratio: 1;
}
.category_item-img {
    /* width: 55px; */
    /* height: 55px; */
    /* margin-right: 10px; */
    left: 10%;
}
.category_item-img img {
    /* max-width: 95%; */
    /* min-height: 65%; */
    /* object-fit: contain; */
    /* margin-left: 5em; */
}
.category_bl .category_item{
    width: calc(50% - 1rem);
    /* aspect-ratio: 1; */
}
.category_bl .category_item a {
    font-size: 0.8em;
    /* padding: 1rem; */
}
.category_bl .category_item .category_item-name{
    font-size: 1.2em;
    line-height: 1.2em;
}
.fiter-top {
    margin-bottom: 1rem;
}
    .fiter-top>div {
        width: 100%;
    }
.select-sort {
    position: relative;
    order: 2;
}
    .sort_show_count {
        display: none
    }
.selected-sort {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 0;
    position: relative;
    /* cursor: pointer; */
}
.selected-sort span {
    margin: 0;
    font-size: 1rem;
    display: block;
}
.parametr-sort {
    z-index: 9;
    padding: .4rem  0;
    min-width: 100%;
    right: 0;
}
.selected-sort:after {
    display: block;
    content: '';
    margin-left: 0;
    position: absolute;
    right: 1em;
    top: 3.5em;
    width: .6em;
    height: .4rem;
    background: url(../img/icon/trig.svg) center/cover no-repeat;
    transform: rotate(180deg);
}
.toggle-list {
    margin-left: 0;
    display: none
}
    #show_filter {
        display: flex;
        background: var(--green);
        padding: 0.5em 2em;
        border-radius: 20px;
        color: #fff;
        order: 1;
    }
    #show_filter img {
        margin-right: 5px;
        width: 15px;
    }

.catalog-section {
    width: 100%;
}
.catalog-section .headline {
    line-height: 110%;
    margin-bottom: 1.3rem;
}
.catalog-section .card_row {
    /* align-items: stretch; */
    /* flex-wrap: wrap; */
    gap: 0;
    /* justify-content: space-between; */
}
.catalog-section .card {
    margin: 0 0 10px;
    width: 100%;
}

.catalog-nav {
    margin: 45px auto 0;
}
.load_more {
    margin: 30px auto 0;
}

.product_bl {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 2rem
}
.product-gallery {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
}
.product_slider {
    margin-bottom: 10px
}
.product_slider .swiper-slide {
    /* padding: 10px; */
    /* height: 75vw; */
    /* width: 100%; */
}
.product_slider img {
    /* width:90%; */
    /* height:90%; */
}
.product_slider_thumb .swiper-slide {
    /* height: 100px; */
    /* width: 100px; */
    /* overflow-x: visible; */
}
.product_slider_thumb img {
    /* object-fit: contain; */
    /* width:90%; */
    /* height:90%; */
}
.product-gallery .swiper-button-next {
    right: .5rem
}
.product-gallery .swiper-button-prev {
    left: .5rem
}
.product-info-top {
    flex-wrap: wrap;
    gap: 10px;
}
.product-info {
    width: 100%;
    height: auto;
}
    .product-info .card-av {
        font-size: 14px;
        white-space: nowrap;
    }
.product-info .card_tags {
    position: static
}
.product-info .card_tags span {
    margin: 0 0 0 1rem;
    white-space: nowrap;
}
.product-info .card_actions {
    position: static;
    opacity: 1;
    z-index: 1
}
.product-info .card_actions span:not(.icon) {
    display: none !important
}
.product-info .favorite {
    margin-left: 20px;
}
.comparison img, .favorite img {
    width: 1.2rem;
}
.product-name {
    font-size: 24px;
    margin: 35px 0 20px;
    line-height: 140%;
}
.product-desc {
    font-size: .8rem;
    line-height: 140%;
    margin-bottom: 30px;
}
.product-param {
    margin-bottom: 1.5rem
}
.product-param p {
    font-size: .8rem;
    margin-right: 2rem
}
.product-param span {
    display: block
}
.product-info .card-price {
    font-size: 1.8rem;
}
.product-info .old_price {
    font-size: 1.1rem;
}
    .product-info .but {
        width: 40%;
    }
    .product-info .but img {
        width: 30px;
    }
.main-quantity {
    /* margin-right: 0; */
}
.cart-quantity {
    /* padding: 0 0; */
    /* width: 100%; */
}
.main-quantity a {
    width: 2rem;
    height: 3rem;
}
.cart-quantity a {
    width: 2rem;
    height: 2rem;
}

.main-quantity .counter {
    width: 3rem;
    font-size: 1.4rem;
    height: 3rem;
}
.cart-quantity .counter {
    width: 2rem;
    height: 2rem;
    font-size: 1rem
}
.char-bl {
    column-count: 1;
}
.characteristics {
    margin-bottom: 4rem;
}
.char-title {
    font-size: 1rem;
    margin-bottom: 27px;
}
.char_inner {
    padding: 5px;
}

.char_row {
    font-size: 1em;
    width: 100%;
}
/*
.char_row .char_name {
    width: 50%;
    margin-right: 10px;
}
*/
.prod-vid {
    height: 60vw;
}


.cart-container {
    /* align-items: flex-start; */
    /* margin-bottom: 3rem; */
    flex-direction: column;
}
.cart {
    /* width: 100%; */
}
.cart-row {
    padding: 20px 20px;
    margin-bottom: 2rem;
    flex-direction: column;
}
.card-info {
    align-items: flex-start;
    flex-direction: column;
}
.card-info-img {
    width: 100%;
    height: 60vw;
    margin-right: 0;
}
.card-info-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.card-info-text {
    padding: 1rem 0 0
}
.cart-title {
    font-size: 1.2rem;
    margin: 0 0 .6rem;
    line-height: 140%;
}
.cart-price {
    /* padding: 1rem 0; */
    /* text-align: left; */
    /* margin-left: 0; */
    /* width: 100%; */
}
.cart-price .card-price {
    margin-bottom: 0;
    /* font-size: 24px; */
    /* display: flex; */
    /* align-items: center; */
}
.cart-price .old_price {
    margin: 0 0 0 1rem;
    font-size: 18px;
}

.cart-aside {
    width: 100%;
    margin-left: 0;
    padding: 30px 20px;
}

.detail_order>p {
    margin-bottom: .6rem;
}
.detail_order .card-price {
    /* margin: 0; */
    /* font-size: .9rem; */
    /* white-space: nowrap; */
}

.order {
    padding: 30px 20px;
    width: 100%;
    margin-bottom: 40px
}
.order_row {
    margin-bottom: 30px;
}
.order .cart-title {
    margin-bottom: 20px;
}
.order-aside {
    text-align: center;
}
.order_prod-img {
    width: 5rem;
    height: 5rem;
    margin: 0 auto .5rem;
}
.order_prod-img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}
.order_prod-name {
    /* font-size: .8rem; */
    margin: 0 0 .5rem
}
    .order .card-price {
        font-size: 24px;
        /* margin-bottom: 20px; */
    }
    .but-block {
        flex-wrap: wrap;
    }
    .but-block .but {
        margin-bottom: 20px
    }


.profile-aside {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px
}
.prof_menu-head {
    padding: 12px;
}

.prof_menu-block {
    padding: 10px;
}
.prof_menu-block a {
    margin: .5rem 0;
}
.profile_container {
    padding: 20px;
    margin-bottom: 1rem;
}
.profile_container .subtitle {
    font-size: 1.2rem;
}


.history:not(:last-child) {
    margin-bottom: 1rem
}
.history-head {
    padding-bottom: 1rem;
}
.history-head .subtitle {
    margin-bottom: 0;
    font-size: 22px
}
.history-head .card-price {
    margin-bottom: 0;
    font-size: 18px
}
.history_row {
    margin: 1rem 0;
    flex-direction: column;
    align-items: flex-start;
}
.history-left {
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 10px
}
.history-img {
    margin-right: 1rem
}
.order_done {
    /* background: url(../img/thx.jpg) bottom/cover; */
    /* height: 100vh; */
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: flex-start; */
    /* justify-content: flex-end; */
    /* text-align: center; */
    /* padding-bottom: 60px; */
}
.order_done-title {
    font-size: 36px;
    margin-bottom: 12px;
    text-align: center;
    width: 100%;
}
.order_done-desc {
    width: 100%;
    font-size: 16px;
    margin-bottom: 2rem;
}
.order_done .but {
    width: 100%;
}

.del_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.del_img .big {
    width: 100%;
    margin-bottom: 1rem;
}
.del_img a {
    width: 31.5%
}
.del_img img {
    width: 100%;
}

.preim_item{
    flex-direction:row;
    aspect-ratio:unset;
    padding: 1em;
    gap:1em;
    justify-content:flex-start;
    font-size: 1.2em;
}    
.preim_item img,.zakaz_item img {
    width: 4em;
    margin-bottom: 0rem;
    display: initial;
}
.group1{
    display:none;
}   
.arrow-group {
    position: relative;
    background:url('/assets/img/icon/ellipse1.svg') no-repeat 5% 30% / 6%,url('/assets/img/icon/ellipse2.svg') no-repeat 95% 85% / 5%;
    
}    
.zakaz_item{
    flex-direction:row;
    gap:1em;
    justify-content:flex-start;    
    padding:0 40px;
    font-size:1.2em;
}
.zakaz_item>div{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:1rem;
}

.zakaz_item p{
    text-align:initial;
}    
.main_delivery .content-text {
    width: 100%;
}
.moscow-map {
    background: var(--col) url(/assets/img/Moscow.svg) no-repeat 80% 80% / 200%;
}
.tab-nav {
    width: 100%;
    text-align: center;
}    
/**************
КАТАЛОГ
***************/
.moscow{
    padding-top:3rem;
}
.towns{
    padding-left:30px;
}
.towns ul li {
    padding-right: 1rem;
}    
.catalog_but2{
    display:none;
}    
.main_menu {min-height: unset;height: 90vh;top: 50px!important;overflow-y:auto;}
.main_menu-inner{
    padding-top: var(--pad);
}
.main-menu-out.main_menu-close {
display:none;
}
.main_menu-other {
    flex-direction: column;
}
.main_menu-other>div {
    width: 100%
}
.main_menu-block {
    margin-top: 2rem
}
.main_menu-title {
    font-size: .7rem;
    margin-bottom: 30px;
}
.slinky-menu a.main_menu-link {
    /* color: #363636; */
    /* font-size: 26px; */
    /* margin-bottom: 20px; */
    padding: 15px;
}
/*    
li.menu_back {
    position: absolute;
    right: 0;
    top: -20px;
}
li.dropdown{
    width:100%;
}
    
.navbar-nav:has(.dropdown-toggle:hover){
  transform: translate3d(-390px, 0px, 0px);
transition:0.5s;
}
.dropdown-menu:hover {
    display: block;
}
.dropdown-toggle:hover,.dropdown-toggle:has(~ .dropdown-menu:hover){
    background:#fff;
}
.dropdown-menu {
    /* position: absolute; */
    /* display: block; */
    /*left: 100%;*/
    /*top: 0;*/
    /* width: 100%; */
    /* padding-left: 3rem; */
}    
*/
navbar-nav > li.dropdown:after {
    position: absolute;
    content: '';
    width: 1rem;
    height: 1rem;
    background: url(../img/icon/trig.svg) center / contain no-repeat;
    right: 1rem;
    top:1em;
    transform: rotate(90deg);
}


.ui-autocomplete {
    width: 90% !important;
}
.mse2-ac-item {
     font-size: 1rem; 
}
.ui-menu .ui-menu-item-wrapper {
    padding: 5px 5px;
}
}