@media screen and (max-width: 616px) {
    .--fix-city {
        overflow-x: scroll;
        scrollbar-width: thin;
    }.--fix-city .contacts__tabs_handlers {
        width: max-content;
        justify-content: start;
        padding-right: 10px;
    }
}


.footer__col.edit {
    justify-content: flex-start;
}

.footer__col.edit .footer__social {
    padding-top: 30px;
}

.footer__copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    

    padding-top: 30px;
}

.row .padding-bottom {
    padding-bottom: 10px;
}

.category_products {
    height: auto;
}

body {
    overflow-x: hidden
}

@media (min-width: 1200px) {
    /* .card__slider {
        width: 450px;
    } */
    .card__slider .slick-slide {
        margin: 0 205px 0 9px;
    }
}

.error_message {
    font-size: 12px;
    color: red;
}

#result_ajax_search {
    position: absolute;
    /*left: -45px;
    top: 0;
    width: 100%;*/
    background: #fff;
    z-index: 11;
    padding: 20px;
    box-shadow: 6px 10px 21px rgba(132, 132, 132, 0.15);
}

#result_ajax_search table tr td {
    border-bottom: 1px solid #d7d7d7;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}

#result_ajax_search table tr td.td_2 {
    max-width: 400px;
    padding-left: 20px;
}

#result_ajax_search table tr td.td_2 a {
    font-size: 16px;
    font-weight: 400;
    color: #010101;
    display: block;
    margin-bottom: 10px;
}

#video_modal.open, #kredit_modal.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
}

#video_modal, #kredit_modal {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(64, 56, 33, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    z-index: 30;
}

#video_modal .modal__video_closer, #kredit_modal .modal__kredit_closer {
    position: absolute;
    right: -70px;
    background-color: transparent;
    border: none;
    font-size: 12px;
    letter-spacing: 0.2px;
    color: #a5a5a5;
    cursor: pointer;
}

#kredit_modal .modal__kredit_closer {
    top: 30px;
    right: 30px;
}

#video_modal .video_modal {
    position: relative;
}

.card__infoblock_variatives {
    gap: 10px;
}

#kredit_modal .modal_kredit_form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    max-width: 649px;
    width: 100%;
    background-color: #fff;
}

a .card__infoblock_variatives__value {
    margin-left: 15px;
}

.part_search {
    position: relative;
}

#result_ajax_search table tr .td_4 {
    padding-left: 20px;
}

.card__heading_brand {
    height: auto;
    width: auto;
    margin-bottom: 0px;
}

.ordering__form_product__quantity span {
    font-size: 14px;
}

.ordering__form_product__quantity span.ordering__form_product__price {
    margin-left: 5px;
}

.social__block_link {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.header__action.header__basket:hover svg {
    fill: #fff;
    -webkit-transition: fill 200ms;
    transition: fill 200ms;
}

.header__action.header__basket:hover .header__action_circle.header__basket_circle {
    background-color: #3F3820;
    -webkit-transition: background-color 200ms;
    transition: background-color 200ms;
}

.header__basket_counter {
    align-items: normal;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
}

a.header__action.header__basket .header__action_name {
    line-height: 13.8px;
}

.main__action_banner__block {
    padding-left: 50px;
}

.products__card {
    height: 343px;
}

.header__location .slick-next {
    right: -15px;
}

.header__location .slick-prev {
    left: -15px;
}

.products__card_thumbnail {
    margin-bottom: 20px;
}

.ordering__form_submit.disabled {
    color: #fff;
    background-color: #999;
}

.main__action_banner__block {
    display: flex;
    justify-content: space-around;
}

.main {
    overflow: inherit;
}

.articles__card--news .articles__card_thumbnail {
    height: 220px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.articles__card--news {
    height: 350px;
}

@media (max-width: 540px) {
    .main__action_banner__block {
        padding: 20px;
        padding-top: 14px;
    }

    .main__action_banner__title {
        margin-bottom: 0;
    }




}

@media (max-width: 425px) {
    .main__slider_slide__content img {
        width: 420px;
        object-fit: cover;
    }

    .main__banners_slider {
        height: 238px;
    }

    .articles__card--news .articles__card_thumbnail {
        background-size: 100%;
    }
}

@media (max-width: 375px) {
    .main__slider_slide__content img {
        width: 345px;
    }

    .main__banners_slider {
        height: 208px;
    }
}

@media (max-width: 320px) {
    .main__slider_slide__content img {
        width: 290px;
    }

    .main__banners_slider {
        height: 174px;
    }
}

.main__brands_slider {
    /*max-width: 100%;*/
    overflow: hidden;
}


@media (max-width: 1023px) {
    .main__slider_slide__content img {
        width: calc(100vw - 10px) !important;
        object-fit: cover;
        margin: auto;
    }

    .main__slider_slide__content {
        width: 100vw !important;
    }

    .main__slider .slick-slide {
        width: 100vw;
    }

    .main__slider .slick-slide > div {
        width: auto;
    }
}


@media (max-width: 1321px) {
    .main__slider .slick-slide {
        margin: 0 10px;
    }
}


/*.slick-slide {*/
/*    max-width: 100%;*/
/*}*/

/*.main__brands_slider__slide {*/
/*    max-width: 100%;*/
/*}*/
/*.main__brands_slider__slide img {*/
/*    max-width: 100%;*/
/*}*/

/*.slick-track {*/
/*    max-width: 100%;*/
/*}*/
a[data-fancybox="gallery"] {
    outline: none;
}

.actions__card--daily {
    height: 100%;
}

.ordering__form_results__agreement {
    display: flex;
    align-items: center;
    padding-left: 0;
}
.ordering__form_results__agreement::before {
    display: none;
}
#agreement {
    width: 30px;
    height: 30px;
    border: solid 1px #a5a5a5;
    margin-right: 10px;
    cursor: pointer;
}

.header--mobile .header__nav_wrapper .bx-controls{
    position: absolute;
    top: 18px;
    width: 100%;
    z-index: 1;
}

.mobile__search_header, .mobile__search_body{
    flex-direction: column;
    gap: 20px;
}

#mobile_result_ajax_search{
    max-height: 100%;
    overflow-y: auto;
}

#mobile_result_ajax_search tbody{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#mobile_result_ajax_search tr {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-bottom: solid 1px #cfcfcf;
    padding-bottom: 5px;
}

#mobile_result_ajax_search > a {
    margin-top: 20px;
    display: block;
}

.mobile__search_body{
    max-height: 85%;
}

.mobile__searchform{
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}


/* Fix footer */
.footer {
    height: auto;
}