.banner__wrap {
    position: relative;
}

.header__catalog-dropdown {
    z-index: 1000;
    top: 0;
}

.catalog__card-img > img {
    width: 70%;
    height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

.about__ul-supplies {
    margin-bottom: 15px;
    font-size: 14px;
    margin-left: 30px;
    position: relative;
    line-height: 1.8;
}
.about__ul-supplies ul {
    list-style: disc;
}

.goods__img > a > img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1365px) {
    .header__address-place {
        max-width: 400px;
    }
}

@media screen and (max-width: 639px) {
    .about__map {
        top: 2400px;
    }

    .banner__slider {
        /*display: none;*/
    }

    .preview__wrap {
        margin-top: 30px;
    }

    .banner__slider {
        height: 180px!important;
        min-height: 180px;
        max-height: 180px;
        box-sizing: content-box;
        overflow: hidden;
    }

    .banner__slider .banner__info {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .banner__slider .banner__slider-item {
        padding: 30px;
        align-items: flex-end;
    }
    .banner__slider .banner__info .banner__slider-btn {
        width: 120px;
        height: 30px;
    }
    .banner__slider .banner__info .banner__slider-title {}
    .banner__slider .banner__info .banner__slider-title._d_none_imp {
        display: none!important;
    }
    .banner__slider .banner__info .banner__slider-subtitle {
        display: none;
    }
}

@media screen and (max-width: 1023px) and (min-width: 640px) {
    .about__map {
        position: relative;
        top: 0;
    }

    .about__carousel {
        top: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1023px) {
    .banner__slider-item {
        background-position: center;
    }
}


.preview__item:nth-child(8) .preview__text{
    width: 185px;
}

.preview__item:nth-child(7) .preview__text{
    width: 185px;
}


.preview__item:nth-child(6) .preview__text{
    width: 130px;
}


@media screen and (max-width: 1365px){
    .preview__item:nth-child(8) .preview__text{
        width: 80px;
    }

    .preview__item:nth-child(7) .preview__text{
        width: 80px;
    }


    .preview__item:nth-child(6) .preview__text{
        width: 80px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 2919px) {
    .pay-settings__block-list.delivery-block {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        max-width: 620px;
    }
    .delivery-block .radio {
        width: 300px;
    }
    .pay-settings__block {
        width: 100%;
        max-width: 900px;
    }
}

.footer__bottom-text {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.footer__bottom-text a {
    font-size: 12px;
    color: hsla(0,0%,100%,.5);
}
.footer__bottom-text a:hover {
    text-decoration: underline;
}
.popup__offer {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.popup__offer div {
    font-size: 13px;
}
.popup__offer input {
    width: 35px;
    height: 35px;

}

.g-recaptcha.recaptcha_2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.about-page__text-head {position:static}
.about-page__title {position:absolute;top:0}
@media screen and (max-width: 639px) {
    .about-page .about__map {transform:scale(0.6);margin-top:0;margin-bottom:-120px;}
}

.grecaptcha-badge {opacity:0;z-index:-9999}

.logo_ny {object-fit:cover!important;width:100px!important;margin-left:-10px!important}

.catalog-footer {position:relative}



.cookie {
    display: flex;
    position: fixed;
    bottom: 40px;
    left: 0;
    right: 0;
    justify-content: center;
    z-index: 99;
}
.cookie .cookie_container {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 600px;
    padding: 20px 30px;
    border: 1px solid #E6E6E6;
}
.cookie .cookie_container .cookie_container_text {
    font-size: 14px;
    max-width: 350px;
    width: 100%;
}
.cookie .cookie_container .cookie_container_text a {
    color: #EB6B26;
    text-decoration: none;
}
.cookie .cookie_container .cookie_container_button .cookie__btn {
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #FAB90F;
    border: none;
    padding: 11px 28px;
    cursor: pointer;
    font-size: 14px;
}
@media (max-width: 768px) {
    .cookie .cookie_container {
        max-width: 480px;
    }
    .cookie .cookie_container .cookie_container_text {
        max-width: 290px;
    }
}
@media (max-width: 480px) {
    .cookie .cookie_container {
        max-width: 480px;
        flex-direction: column;
    }
    .cookie .cookie_container .cookie_container_text {
        width: 100%;
        margin-bottom: 20px;
    }
    .cookie .cookie_container .cookie_container_button {
        width: 100%;
    }
    .cookie .cookie_container .cookie_container_button .cookie__btn {
        max-width: 100%;
        width: 100%;
    }
}

.catalog__filter-bottom-wrap {position:relative}
.footer__middle-social img {margin-left:10px}