bodybody.sidebar-type2 .wrapper,
body.sidebar-type3 .wrapper {
    transition: .3s ease-in-out;
}


.footer-flex {
    margin-top: 30px;
}

.fixed-product-header-container .logo {
    display: none;
}

body.aside-right .content-wrapper .right-column .through-banners {
    display: none;
}

.catalog-menu nav .list .item>a .text {
    font-size: 1.1em;
}

.code-grid {
    position: absolute;
    top: 10px;
    left: 18px;

}

.personal-menu .item {
    border-radius: 30px;
    aspect-ratio: 1 / 1;
    width: auto !important;
}

.form .reg-user-type input {
    width: auto;
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
    transition: .3s ease-in;


}

.form .reg-user-type input:checked {

    accent-color: #055CA7;


}

.form .reg-user-type label {
    display: flex;
    align-items: center;

}

.form .reg-user-type {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.personal-menu .item:nth-child(1) {
    order: 4;
}

.personal-menu .item:nth-child(2) {
    order: 1;
}

.personal-menu .item:nth-child(3) {
    order: 3;
}

.personal-menu .item:nth-child(4) {
    order: 5;
}

.personal-menu .item:nth-child(5) {
    order: 2;
}

.personal-menu .item:nth-child(6) {
    order: 6;
}

.personal-menu .item:nth-child(7) {
    order: 7;
}

@keyframes jello-horizontal {
    0% {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

.logo:hover {
    animation: jello-horizontal 0.9s ease 0s 1 normal both;
}

.main-news_item {
    transition: .2s ease-in-out;
}

.main-news_item:hover {
    transform: scale(1.05);
    z-index: 10;
    transition: .2s ease-in-out;
}

.main-big-banner:hover {
    transform: scale(1.01);
    z-index: 10;
    transition: .2s ease-in-out;

}


/* Общие стили для контейнера поиска */
.search {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0 0 10px 0;
}


.search input[type="text"] {
    width: 100%;
    padding: 15px 10px;
    color: #AAB5BE;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    background: #EFF1F7;
    border: none;

}

.search span {
    display: none;
}

.search button {
    width: auto;
    width: 30px;
    background-color: #055CA7;
    border: none;
    text-align: center;
    line-height: 1;
    flex-shrink: 0;
    box-sizing: border-box;
    cursor: pointer;
}

.search button:before {
    content: '\0045';
    color: white;
    font-size: 14px;
}

.icon-custom:before {
    display: inline-block;
    font-family: 'Icon Custom';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.search-page {
    position: absolute;
    top: 0;
}


/* форма задать вопрос отключена */
.ask-question {
    display: none;
}

/* форма задать вопрос отключена */
.catalog,
.categories {
    opacity: 1;
    /* По умолчанию элементы видны */
    transition: opacity 0.3s ease-in-out;
    /* Плавное изменение opacity */
}

.additional-links .compare::before,
.additional-links .wishlist::before {
    margin: 0px 15px 0 0 !important;
}

.buy-one-click {
    text-align: center;
    padding: 7px 20px !important;
}

.btn-lg {
    font-family: 'Montserrat', sans-serif !important;
    padding: 9px 20px !important;
}

.product-card-list .content .top .name {
    font-size: 1em;
    text-align: left;
}

.product-card-list .content {
    flex-grow: 1;
}

/* @media (min-width: 1550px) {
    .catalog .categories .category-wrap {
       width: calc((100% - 48px) / 2);
        
    }
} */
.main-news {
    margin-right: 0 !important;
    justify-content: center;
    align-items: center;
}

.catalog .categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    transition: .3s ease-in-out;
}

.catalog .categories .category-wrap {
    position: relative;
    height: 100% !important;
    margin: 0;
}

.catalog .category {
    transition: .2s ease-in-out;
    border-radius: 30px;
    height: 100%;
}

.catalog .category .img img {
    width: 80%;
}

.catalog .category:hover {
    transition: .2s ease-in-out;
    transform: scale(1.05);

}

.catalog .category .text {
    font-size: 14px !important;
    transition: .3s ease-in-out;
    line-height: 16px;
}

@media (min-width: 1550px) {
    .catalog .categories .category-wrap {
        min-width: calc((100% - 48px) / 2);

    }
}

.wrapper_nofilter {
    padding-left: 0px !important;
    transition: .3s ease;
}

.paneloff {
    grid-template-columns: repeat(5, 1fr) !important;
    transition: .2s ease;
}


html,
body {
    width: 100%;
    height: 100%;
    position: relative;
    color: #2A2E39;
    font-family: 'Montserrat', sans-serif;
    background: #EFF1F7;

}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #055CA7;
}

.header {
    position: relative;
    padding: 8px 0;
}

#scroll-top-button {
    bottom: 72px !important;
}

.header-flex {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.header .logo {
    width: 93px;
    height: 70px;
    display: block;
    background: url(img/logo.svg) no-repeat;
    background-size: cover;
}

.header-address {
    position: relative;
    padding-left: 34px;
    font-size: 15px;
    line-height: 17px;
    font-weight: 600;
    background: url(img/i-address.svg) no-repeat left center;
}

.header-address span {
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.header-email {
    position: relative;
    padding-left: 34px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    background: url(img/i-mail.svg) no-repeat left center;
}

.header-email a {
    display: block;
}

.header-phone {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;


}

.tel {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
}

.tel-roz::after {
    display: none;
}

.footer-phoneRoz {
    font-size: 16px;
    position: relative;
    padding-left: 30px;
    background: url(img/i-phone.svg) no-repeat 0 5px;
    background-size: 20px;
}

.mob-phoneRoz {
    font-size: 16px;
    position: relative;
    padding-left: 30px;
    background: url(img/i-phone.svg) no-repeat 0 5px;
    background-size: 20px;
    color: white;
    margin-bottom: 20px;
}

.mob-phoneRoz .tel,
.footer-phoneRoz .tel {
    font-size: 16px;
}

.mob-title {
    color: white;
}

.header-phone .tel-container {
    position: relative;
    padding-left: 34px;
    width: 220px;
    background: url(img/i-phone.svg) no-repeat left center;
    color: #055CA7;
}

.header-phone .tel-container .tel,
.tel {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;

}

.header-phone .call-me {
    position: relative;
    margin-left: 20px;
}

.callback-popup-btn {
    padding: 15px 30px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    background: #055CA7;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-stage-outer {
    border-radius: 0px 0px 30px 30px;
}

.main-news_item {
    border-radius: 30px;
}

.callback-popup-btn:hover {
    color: #fff;
    background: #2A2E39;
}

header .links {
    position: relative;
}

/* header .links .login-link,
header .links .personal-link {
    position: relative;
    width: 100px;
    height: 100px;
    background-color: red; 
    padding-left: 34px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    display: block;
    background: url(img/i-login.svg) no-repeat left center;
} */
header .basket-container {
    margin: 0;
}

.mainmenu {
    position: relative;
}

.mainmenu .content-menu {
    background: #2A2E39;
}

h1,
.h1 {
    position: relative;
    margin: 0 0 30px 0;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}

h2,
.h2 {
    position: relative;
    margin: 0 0 30px 0;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
}

h3,
.h3 {
    position: relative;
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

h4,
.h4 {
    position: relative;
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
}

h5,
.h5 {
    position: relative;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
}

h6,
.h6 {
    position: relative;
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
}

.footer-flex {
    position: relative;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #BDBDBD;
}

.footer-flex_item {
    position: relative;
    margin-right: 20px;
}

/* отключение мы на маркет плейсах и платежные системы */
.footer-flex_item:nth-child(4) {
    display: none;

}

.footer-flex_item:last-child {
    margin-right: 0;
}

.copyright {
    position: relative;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
}

.policy {
    display: flex;
    flex-direction: column;
    color: #055CA7;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
}

.footer-menu {
    position: relative;
}

.footer-menu_name {
    position: relative;
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
}

.footer-menu_links {
    position: relative;
    margin: 0;
    padding: 0;
}

.footer-flex .footer-menu_links li {
    margin: 0;
    padding: 0;
}

.footer-flex .footer-menu_links li:before {
    display: none;
}

.footer-flex .footer-menu_links a {
    color: #055CA7;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
}

.marketplace {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
}

.marketplace a {
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 20px;
}

.marketplace a:last-child {
    margin-right: 0;
}

.marketplace a.ozon {
    background: url(img/i-ozon.svg) no-repeat;
}

.footer-address {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background: url(img/i-address.svg) no-repeat left center;
    background-size: 20px;
}

.footer-email {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background: url(img/i-mail.svg) no-repeat left center;
    background-size: 20px;
}

.footer-email a {
    display: block;
}

.footer-phone {
    position: relative;

}

.footer-phone .tel-container {
    position: relative;
    padding-left: 30px;
    background: url(img/i-phone.svg) no-repeat 0 5px;
    background-size: 20px;
}

.footer-phone .tel-container .tel {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
}

.footer-phone .call-me {
    position: relative;
    margin-top: 40px;
}

.section {
    position: relative;
    padding-bottom: 60px;
}

.section-about {
    background: url(img/main-fon.jpg) no-repeat top right;
    background-size: 50% auto;
}

.about-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
}

.about-info_item {
    width: 33.3%;
    position: relative;
    padding-right: 30px;
    box-sizing: border-box;
}

.about-info_item p {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

.about-info_item p strong {
    font-weight: 600;
}

.about-info_item img {
    max-width: 320px;
    display: block;
    margin: 30px auto 0 auto;
}

.about-info_item .btn {
    margin-top: 30px;
}

.main-news {
    position: relative;
    display: flex;
    flex-wrap: wrap-reverse;
    margin-right: -30px;
    justify-content: space-between;
    gap: 20px;
}

.main-news_item {
    width: 32%;
    position: relative;
    box-sizing: border-box;
}

.main-news_item img {
    width: 100%;
    height: auto;
    display: block;
}

.main-big-banner {

    width: 100%;
}

.main-big-banner a {
    display: block;
    width: 100%;
    height: 100%;
}

.main-big-banner a img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* contacts */
.contacts {
    position: relative;
    margin: 0 0 40px 0;
    display: flex;
    flex-wrap: wrap;
}

.contacts:last-child {
    margin: 0;
}

.contacts-info {
    width: 33.3%;
    position: relative;
    padding-right: 30px;
    box-sizing: border-box;
}

.contacts-info_item {
    position: relative;
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

.contacts-info_item:last-child {
    margin: 0;
}

.contacts-info_item p {
    margin: 0;
}

.contacts-info_item a {
    color: #055CA7;
    display: block;
}

.contacts-info_item a[href^="tel:"] {
    font-weight: 700;
}

.contacts-info_item a[href^="mailto:"] {
    font-weight: 600;
}

.contacts-map {
    width: 66.6%;
    position: relative;
}

.contacts-map iframe {
    display: block;
}

.section__wrap {
    display: flex;
    gap: 30px;
    flex-wrap: nowrap;
}

.section__rostov {
    width: 50%;
}

.section__krasnodar {
    width: 50%;
}

.shops {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-right: -30px;
    margin-bottom: -30px;
}

.shops-item {
    width: 280px;
    min-width: 280px;
    height: 100%;
    min-height: 420px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    box-sizing: border-box;
    background: rgba(170, 181, 190, 0.15);
    border-radius: 20px;
}

.shops-item_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}


.shops-item_img {
    display: none;
    max-width: calc(100% - 270px);
    position: relative;
}

.shops-item_img img {
    max-width: 100%;
    height: 100%;
    display: block;
}

.shops-address {
    position: relative;
    padding-left: 30px;
    background: url(img/i-address.svg) no-repeat left center;
    background-size: 20px;
}

.shops-address span {
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.shops-address,
.shops-phone,
.shops-email,
.shops-mode {
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}

.shops-item_info a[href^="tel:"],
.shops-item_info a[href^="mailto:"] {
    color: #055CA7;
    font-size: 16px;
    line-height: 30px;
    display: block;
}

.shops-item_info a[href^="tel:"] {
    font-weight: 700;
}

.shops-item_info a[href^="mailto:"] {
    font-weight: 600;
}

.shops-item_info p {
    margin: 0;
}

.yandex-map {
    display: flex;
    padding: 0 20px 0 30px;
    align-items: center;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff url(img/i-yandex-maps.svg) no-repeat 6px 50%;
    background-size: 18px;
    height: 40px;

}

.section_info {
    margin-top: 30px;
}

.contacts-faq {
    position: relative;
}

.contacts-faq_item {
    position: relative;
    margin-bottom: 10px;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    background: rgba(170, 181, 190, 0.15);
}

.contacts-faq_item:last-child {
    margin-bottom: 0;
}

.contacts-faq__title {
    width: 400px;
    padding-left: 20px;
    margin-right: 30px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    box-sizing: border-box;
}

.contacts-faq__phone {
    min-width: 25%;
    margin-right: 30px;
}

.contacts-faq__email {
    min-width: 25%;
}

.contacts-faq_item a {
    color: #055CA7;
    font-size: 16px;
    line-height: 30px;
    display: block;
}

.contacts-faq_item a[href^="tel:"] {
    font-weight: 700;
}

.contacts-faq_item a[href^="mailto:"] {
    font-weight: 600;
}

/* left */
.left-panel {
    width: 300px;
    height: 100%;
    min-height: 500px;
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 50;
    overflow: auto;
}

.left-title {
    position: relative;
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
}

.left-title-mob {
    width: 240px;
    padding-left: 40px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    background: url(img/i-search1.svg) no-repeat center left;
    background-size: 30px;
    cursor: pointer;
    display: none;
}

.left-form {
    width: 100%;
    position: relative;
    padding-bottom: 220px;
    background: url(img/left-img.png) no-repeat center bottom;
}

.left-form fieldset {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    background: #fff;
}

.left-form_item {
    position: relative;
    margin: 0 0 10px 0;
}

.left-form_item input {
    width: 100%;
    padding: 0px 10px;
    color: #AAB5BE;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    background: #EFF1F7;
    border: none;
}

.left-form ::-webkit-input-placeholder {
    color: rgba(170, 181, 190, 0.7);
    font-weight: 600;
}

.left-form ::-moz-placeholder {
    color: rgba(170, 181, 190, 0.7);
    font-weight: 600;
}

.left-form :-moz-placeholder {
    color: rgba(170, 181, 190, 0.7);
    font-weight: 600;
}

.left-form :-ms-input-placeholder {
    color: rgba(170, 181, 190, 0.7);
    font-weight: 600;
}

.left-form_button {
    position: relative;
    margin: 20px 0 0 0;
    text-align: center;
}

.left-form_button input {
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    background: #055CA7;
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: 1s;
}

.left-form_button input:disabled {
    opacity: 0.3;
    background: #2A2E39;
    cursor: default;
}

.products.main-nav {
    display: none;
}

.search-filter-reset {
    cursor: pointer;
    transition: color .3s ease;

}

.search-filter-reset:hover {
    color: #055CA7;
    transition: color .3s ease;

}


/* mobmenu */
.mobmenu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    padding: 20px;
    background: #2A2E39;
    box-sizing: border-box;
    z-index: 1000;
    display: none;
    overflow-x: hidden;
}

header .mobmenu .content-menu>ul {
    display: block;
    margin: 0 0 40px 0;
}

header .mobmenu .content-menu>ul .item a {
    padding: 0px 28px;
}

header .mobmenu .content-menu>ul .item .sub-menu {
    position: relative;
    display: block;
    background: none;
    box-shadow: none;
}

header .mobmenu .content-menu>ul .item .sub-menu .item {
    border-top: none;
}

header .mobmenu .content-menu>ul .item .sub-menu .item a {
    color: #fff;
}

.mob-address {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    background: url(img/i-address.svg) no-repeat 0 5px;
    background-size: 20px;
}

.mob-email {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    background: url(img/i-mail.svg) no-repeat 0 5px;
    background-size: 20px;
}

.mob-email a {
    display: block;
}

.mob-phone {
    position: relative;
}

.mob-phone .tel-container {
    position: relative;
    padding-left: 30px;
    background: url(img/i-phone.svg) no-repeat 0 5px;
    background-size: 20px;
}

.mob-phone .tel a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 30px;
}

.mob-phone .tel-container.has-content .tel .content,
.mob-phone .tel-container .tel a {
    display: block;
}

.mob-phone .call-me {
    margin: 20px 0 0 0;
}

.mob-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(img/i-close.svg) no-repeat center;
    cursor: pointer;
}

/* .mobtop {
    width: 100%;
    height: 40px;
    position: relative;
    background: #2A2E39;
    display: none;
} */
.mobtop {
    backdrop-filter: blur(5px);
    position: fixed;
    width: 95%;
    left: 50%;
    transform: translatex(-50%);
    bottom: 10px;
    height: 50px;
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    border: 1px solid rgba(71, 71, 71, 0.089);
    z-index: 999;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 30px 1px rgba(4, 92, 166, .4);
    display: none;
}

.hamburger {
    width: 30px;
    height: 23px;
    margin-right: 30px;
    position: relative;
    background: url(img/i-menu\ blue.svg) no-repeat center;
    cursor: pointer;
    background-size: contain;
}

.left-panel.hidden {
    left: -300px;
    transition: .3s ease;
}

.left-panel {
    transition: .3s ease;
}

.close_button_left {
    left: 0 !important;
    transition: .3s ease;
}

.close_button {
    display: flex;
    justify-content: center;
    position: fixed;
    padding: 1px;
    left: 300px;
    height: 50px;
    width: 30px;
    border-radius: 0 50% 50% 0;
    text-align: center;
    align-items: center;
    z-index: 60;
    transition: .3s ease;
    background-color: #055CA7;

}

.svg-arrow {
    display: block;
    margin: 0 auto;
    color: white;

}





/* ==================== Стили для оплата и доставка ==================== */
.payment-delivery__wrap {
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.payment-delivery__title,
.payment-delivery__title-deliv {
    width: 100%;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    margin: 50px 0 !important;
    text-transform: uppercase;
}

.payment-delivery__title-deliv {
    margin: 25px 0 50px 0 !important;
}

#pagetitle {
    display: none;
    opacity: 0;
    margin: 0;
    padding: 0;

}

.delivery,
.payment {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.delivery__cart,
.payment__cart {
    width: 100%;
    height: 200px;
    padding: 20px;
    background-color: #055CA7;
    border-radius: 20px;
    overflow: hidden;
}

.delivery__cart {

    height: 350px;

}


.delivery__cart-info,
.payment__cart-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-bottom: 20px;
}

.delivery__cart-info::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -20px;
    width: calc(100% + 40px);
    height: 4px;
    background-color: #EFF1F7;
}

.payment__cart-info::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -20px;
    width: calc(100% + 40px);
    height: 4px;
    background-color: #EFF1F7;
}


.delivery__cart-title,
.payment__cart-title {
    width: 100%;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    margin: 0 15px 0 0 !important;
    text-transform: uppercase;
    text-align: center;
    color: #EFF1F7;
}

.delivery__cart-svg,
.paymen__cart-svg {
    height: 55px;
    object-fit: cover;
}

.cart-svg {
    opacity: 0;
}

.anime-svg {
    animation: cart 1s ease-in-out;
    animation-fill-mode: forwards;

}

.anime-svg-pay {
    animation: pay 1s ease-in-out;
    animation-fill-mode: forwards;
}

.fixed {
    position: fixed !important;
    top: 0px !important;
    padding-top: 20px !important;
    z-index: 1000 !important;
    transition: .3s ease-in-out;
    transform: translateY(-10px) !important;

}

.placeholder {
    opacity: 0;
    /* Спан невидим */
    pointer-events: none;
    /* Спан не блокирует клики */
}

.breadcrumbs {
    margin: 0px 0px 0 2px !important;

}

.delivery__cart-text,
.payment__cart-text {
    color: #EFF1F7;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.content-column.content-page {

    background-color: transparent !important;

}



/* ==================== Стили для пагинации ==================== */
/* Общие стили */
.product-wrap {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.product-wrap.hidden {
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.pagination {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    margin-top: 50px;
    text-align: center;
    gap: 10px;
    overflow: visible;
}

.pagination-link-prev,
.pagination-link-next {
    display: inline-block;
    font-family: 'Icon Custom';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Стили для полосы прокрутки */
.pagination-numbers::-webkit-scrollbar {
    height: 15px;
}

.pagination-numbers::-webkit-scrollbar-track {
    background: #EFF1F7;
}

.pagination-numbers::-webkit-scrollbar-thumb {
    background-color: #055CA7;
    border-radius: 20px;
}


/* Стили для информации о товарах */
.pagination-info {
    margin-right: 10px;
    white-space: nowrap;
}

.pagination-items-range {
    font-weight: bold;
}


/* Стили для контейнеров ссылок */
.pagination-info-num {
    display: flex;
    justify-content: center;
    align-items: baseline;
    height: 60px;
    text-align: center;
}

.pagination-links {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    margin: 0 10px;
}


/* Стили для ссылок */
.pagination-link,
.pagination-link-num {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #2a2e39;
    text-decoration: none;
}

.pagination-link-num {
    min-width: 40px;
    height: 40px;
}

.pagination-link:hover {
    background-color: #f0f0f0;
}


/* Стили для активной ссылки */
.pagination-link-current.active-item {
    background-color: #055CA7;
    border-radius: 50%;
    color: #EFF1F7;
}


/* Стили для неактивных ссылок */
.pagination-link-disabled {
    opacity: 0.5;
    pointer-events: none;
}




@keyframes cart {
    0% {
        opacity: 1;
        transform: translate(100px, 25px) scale(-.7, .7);

    }

    50% {
        opacity: 1;
        transform: translate(-30px, 25px) scale(-.7, .7);

    }

    51% {
        opacity: 1;
        transform: translate(-30px, 25px) scale(-.7);

    }

    51.1% {
        opacity: 1;
        transform: translate(-30px, 25px) scale(.7);
    }

    80% {
        opacity: 1;
        transform: translate(-30px, 0px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pay {
    0% {
        opacity: 1;
        transform: translate(100px, -100px) rotate(180deg);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ==================== грид сетка для карточек ==================== */
/* .view-switcher {
    text-align: end;
    margin-bottom: 10px;
} */

.view-active {
    color: #055CA7 !important;
}

#list-view,
#grid-view {
    width: 24px;
    height: 24px;
    color: #AAB5BE;
    transition: .3s ease-in-out;
}

#list-view:hover,
#grid-view:hover {
    transition: .3s ease-in-out;
    color: #055CA7;
}

.delivery__cart-text-grid,
.payment__cart-text-grid {
    font-weight: 600;
    font-size: 26px;
    line-height: 125%;
    color: #EFF1F7;
}

.products-list-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.products-list-grid-left {
    grid-template-columns: repeat(5, 1fr);
}

.product-card-list {
    border-radius: 20px;

}

.product-card-list-grid {
    text-align: center;
    flex-direction: column;
    border-radius: 20px;
    height: 100%;
    /* justify-content: space-between; */
    position: relative;
}

.params-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-direction: column;
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
}

.product-wrap-grid {
    margin-bottom: 0 !important;
    min-height: 100% !important;
}

.add-card-grid {
    gap: 20px;
    text-align: center;
    justify-content: center;
    /* width: 60%; */
    margin-top: 10px;

}

.product-card-list .img-grid {
    max-width: 240px;
    max-height: 240px;
    margin: 0;
}

.img-grid img {
    width: 100%;
}

.info-grid {
    flex-wrap: wrap;
    justify-content: space-between;
}

.products-list {
    opacity: 0;
    /* Скрываем контейнер до инициализации */
    transition: opacity 0.5s ease-in-out;
    /* Плавное появление */
}

.products-list.visible {
    opacity: 1;
    /* Показываем контейнер после инициализации */
}

/* ==================== скрываем доставка бесплатная ==================== */
.order-form .bx-soa-sidebar .bx-soa-cart-total .bx-soa-cart-total-line:nth-child(3) {
    display: none !important;
}

/* ==================== Стили окна с предупреждением ==================== */
/* Стиль для плашки */
.info-banner {
    position: fixed;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    background-color: #055CA7;
    /* Цвет фона */
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    /* Тень для акцента */
    z-index: 1000;
    /* Чтобы плашка была поверх других элементов */
    padding: 15px;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: line 2s ease-in-out forwards;
}

@keyframes line {
    0% {}

    60% {
        bottom: -100%;
    }

    100% {
        bottom: 3%;
    }
}

.show .info-banner {
    background-color: red;
}

.info-banner-content {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    color: #333;
}

.info-banner p {
    margin: 0;
    line-height: 1.3;
    text-align: left;
    flex-grow: 1;
    color: white;
}

.info-banner-close {
    background-color: #ffffff;
    color: #055CA7;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    margin-left: 20px;
    border-radius: 20px;
    transition: .3s ease-in-out;
}

.info-banner-close:hover {
    background-color: #2A2E39;
    color: #ffffff;
}

.info-banner_left {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 15px;
    z-index: 5;
}

.info-banner-content_left::after {
    content: '';
    display: block;
    position: absolute;
    width: 150%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(94%, 95%, 97%, 1);
    animation: rotate 10s normal linear infinite;
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    25% {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    50% {
        transform: translate(-50%, -50%) rotate(180deg);
    }

    75% {
        transform: translate(-50%, -50%) rotate(270deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.info-banner-content_left::before {
    content: "";
    position: absolute;
    width: 110%;
    bottom: -10px;
    background-color: rgb(94%, 95%, 97%, 1);
    height: 115%;
    border-radius: 15px;


    z-index: -1;
}

.info-banner-content_left {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    border-radius: 15px;
    border: #055CA7 2px solid;
    color: #333;
}


.info-banner_left p {
    margin: 0;
    line-height: 1.3;
    text-align: start;
    flex-grow: 1;
    margin: 5px;
    color: rgba(0, 0, 0, 0.8);
    z-index: 3;
}

.button_catalog {
    /* position: absolute; */
    top: 50%;
    /* transform: translateY(-50%); */
    left: 64%;
    color: white;
    background-color: #055CA7;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 9px;
    font-family: 'Montserrat', sans-serif;
    transition: .3s ease-in-out;
}

.button_catalog:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(2, 70, 129);
    transition: .3s ease-in-out;
    transform: scale(0.9);
}

.header-phone_modal {
    display: none;

}

.phone-modal_content {
    display: none;

}

@media (max-width: 780px) {
    .info-banner {
        width: 300px;

    }

    .info-banner-content {
        font-size: 14px;
        font-weight: 400;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .info-banner p {
        line-height: 1.2;

    }

    .info-banner-close {
        font-size: 14px;
        font-weight: 400;
        margin-left: 0;
        padding: 5px 20px;
    }
}

@media (max-width: 1550px) {
    .left-panel {
        width: 250px;
        padding: 20px 15px;
    }

    .close_button_left {
        left: -250px;
    }

    .close_button {
        left: 250px;
    }

    .left-form {
        padding-bottom: 180px;
        background-size: 100% auto;
    }

    .container {
        margin: 0 30px;
    }

    .shops-item {
        width: calc(30% - 30px);
    }




    /* ==================== Стили для оплата и доставка ==================== */

    .delivery__cart-title,
    .payment__cart-title {
        font-size: 22px;
    }



    .delivery__cart-text,
    .payment__cart-text {
        font-size: 16px;
        line-height: 150%;

    }

    .delivery__cart-svg,
    .paymen__cart-svg {
        height: 35px;
        width: auto;
        object-fit: cover;
    }

    .cart-svg {
        height: 35px;
        width: auto;
    }



    @keyframes cart {
        0% {
            opacity: 1;
            transform: translate(100px, 14px) scale(-.7, .7);
        }

        50% {
            opacity: 1;
            transform: translate(-30px, 14px) scale(-.7, .7);
        }

        51% {
            opacity: 1;
            transform: translate(-30px, 14px) scale(-.7);
        }

        51.1% {
            opacity: 1;
            transform: translate(-30px, 14px) scale(.7);
        }

        80% {
            opacity: 1;
            transform: translate(-30px, 0px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .products-list-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

    .products-list-grid-left {
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: minmax(100px, auto);
    }

    .product-card-list .img-grid {
        max-width: 200px;
        max-height: 200px;
    }

    .add-card-grid {
        gap: 10px;
        /* width: 50%; */

    }

}

@media (max-width: 1330px) {
    .header-address {
        display: none;
    }

    .left-panel {
        width: 221px;
        padding: 20px 10px;
    }

    .close_button_left {
        left: -221px;
    }

    .close_button {
        left: 221px;
    }


    .left-form {
        padding-bottom: 160px;
    }

    .container {
        margin: 0 20px;
    }

    .section-about {
        background: none;
    }

    .about-info_item {
        width: 50%;
    }



    .add-card-grid {
        gap: 5px;
        /* width: 40%; */

    }
}

@media (max-width: 1024px) {

    .main-news_item {
        width: 28%;
    }

    .left-panel {
        width: 100%;
        height: auto;
        min-height: 0;
        padding: 10px;
        position: sticky;
        z-index: 999;
    }

    .left-panel.hidden {
        left: 0;
        margin-top: 10px;

    }

    .close_button {
        display: none;
    }

    .left-form,
    .left-title {
        display: none;
    }

    .left-form {
        padding-bottom: 0;
        margin-top: 10px;
        background: none;
    }

    .left-title-mob {
        display: block;
    }

    .mainmenu {
        background: #2A2E39;
    }

    .mainmenu .content-menu>ul .item a {
        padding: 5px 13px;
        font-size: 12px;
        line-height: 30px;
        font-weight: 500;
    }


    .contacts-faq_item {
        display: block;
        padding: 20px;
    }

    .contacts-faq__title {
        width: auto;
        padding-left: 0;
        margin-right: 0;
    }

    .contacts-faq__email {
        min-width: 0;
    }

    .contacts-faq__phone {
        min-width: 0;
        margin-right: 0;
    }

    .tel-container.has-content .tel:hover a {
        padding: 3px 7px 3px 0px;
    }



    /* ==================== Стили для оплата и доставка ==================== */
    .payment-delivery__wrap {
        padding-bottom: 25px;
    }

    .payment-delivery__title,
    .payment-delivery__title-deliv {
        font-size: 36px;
        margin: 25px 0 !important;
    }

    .payment-delivery__title-deliv {
        margin: 0px 0 40px 0 !important;
    }

    .delivery,
    .payment {
        flex-direction: row;
        gap: 30px;
    }

    .delivery__cart,
    .payment__cart {
        width: 100%;
        height: 150px;
        padding: 10px;
    }

    .delivery__cart {

        height: 300px;

    }


    .delivery__cart-info,
    .payment__cart-info {
        padding-bottom: 10px;
    }

    .delivery__cart-info::after {
        left: -10px;
        height: 2px;
        width: calc(100% + 20px);

    }

    .payment__cart-info::after {
        left: -10px;
        height: 2px;
        width: calc(100% + 20px);
    }


    .delivery__cart-title,
    .payment__cart-title {
        font-size: 16px;
        margin: 0 !important;
    }

    .delivery__cart-title:nth-child(1) {

        margin: 0 15px 0 0 !important;
    }

    .delivery__cart-svg,
    .paymen__cart-svg {
        height: 35px;
        width: auto;
        object-fit: cover;
    }

    .cart-svg {
        height: 35px;
        width: auto;
    }

    @keyframes cart {
        0% {
            opacity: 1;
            transform: translate(100px, 14px) scale(-.7, .7);
        }

        50% {
            opacity: 1;
            transform: translate(-30px, 14px) scale(-.7, .7);
        }

        51% {
            opacity: 1;
            transform: translate(-30px, 14px) scale(-.7);
        }

        51.1% {
            opacity: 1;
            transform: translate(-30px, 14px) scale(.7);
        }

        80% {
            opacity: 1;
            transform: translate(-30px, 0px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .delivery__cart-text,
    .payment__cart-text {

        font-size: 14px;
        line-height: 140%;
    }

    .products-list-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .products-list-grid-left {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: minmax(100px, auto);
    }

    .product-card-list .img-grid {
        max-width: 170px;
        max-height: 170px;
    }

    .add-card-grid {
        width: 50%;
    }
}

@media (max-width: 1023px) {
    .header-email {
        display: none;
    }

    .banners {
        margin: 0 0 40px 0;
    }

    .section {
        padding-bottom: 40px;
        text-align: center;
    }


    .catalog .categories {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .categories,
    .paneloff {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 15px !important;

    }

}

@media (max-width: 767px) {

    .additional-links .compare::before,
    .additional-links .wishlist::before {
        margin: 0px 0px 0 0 !important;
    }

    .hamburger {
        /* left:92%; */

    }

    .params-grid {
        flex-direction: column !important;
        margin-top: -15px !important;
        margin-bottom: 0px !important;
        gap: 0;
        margin-top: auto !important
    }

    .add-card-grid {
        margin-top: -5px !important;
    }

    .product-card-list .content .top .info {
        text-align: left;
    }

    .product-card-list .params {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 0;
    }

    .product-card-list .img {
        width: 200px;
        height: 200px;
        max-width: 150px;
        max-height: 150px;
        margin: 0 auto 10px
    }

    h1,
    .h1 {
        position: relative;
        margin: 0 0 30px 0;
        font-size: 32px;
        line-height: 40px;
        font-weight: 700;
    }

    h2,
    .h2 {
        position: relative;
        margin: 0 0 20px 0;
        font-size: 24px;
        line-height: 30px;
        font-weight: 700;
    }

    /* .banners {
        width: 400px;

    } */


    .mobtop {
        /* display: block; */
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-start;
        gap: 20px;
    }

    .header {
        padding: 0px 0;
    }

    .header-flex {
        align-items: flex-start;
    }

    .header-flex {
        position: fixed;
        display: flex;
        flex-wrap: wrap;
        bottom: 11px;
        left: 29px;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        z-index: 999;
    }

    .header .logo {
        /* position: absolute; */
        top: -2px;
        left: 12px;
        width: 59px;
        height: 45px;
        background-size: 100% auto;
    }

    .header-phone .call-me,
    .mainmenu {
        display: none;
    }

    .header-phone {
        display: none;
    }

    .header-phone .tel-container {
        padding-left: 30px;
        background-position: 0 5px;
        background-size: 20px;
    }

    .header-phone .tel-container .tel {
        font-size: 14px;
        line-height: 30px;
    }

    .header-phone .tel-container {
        width: auto;
    }

    .tel-container.has-content .tel:hover a {
        padding: 0;

        border-color: transparent
    }

    .tel-container.has-content .tel:hover .content a {
        padding-bottom: 0;
        border-top: 0px solid transparent;
    }

    .tel-container.has-content .tel:hover {
        box-shadow: none;
        background-color: initial;
        border-radius: 0
    }

    .tel:hover:after {
        display: none !important;
    }


    .tel-container.has-content .tel:hover .content {
        padding-top: 0;
        position: relative;
        background-color: initial;
        box-shadow: none;
        animation: none;
    }

    .header-phone .tel-container.has-content .tel .content,
    .header-phone .tel-container .tel a {
        display: block;
    }

    .header-phone .tel-container.has-content .tel .content a {
        display: none;
    }

    header .content-menu>ul .item .sub-menu .item a,
    header .content-mobile-menu>ul .item .sub-menu .item a {
        padding: 5px 28px;
    }

    .mobmenu {}

    .header .links {
        position: absolute;
        right: 0;
        top: -45px;
        color: #fff;
    }

    .content-column .banners {
        margin: 0 -22px;
    }

    .owl-stage-outer {
        border-radius: 0px;
    }

    .contacts {
        display: block;
    }

    .contacts-info {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .contacts-map {
        width: 100%;
    }

    .contacts-map iframe {
        height: 300px !important;
    }

    .section__wrap {
        flex-wrap: wrap;
    }

    .section__rostov {
        width: 100%;
    }

    .section__krasnodar {
        width: 100%;
    }

    .shops {
        display: block;
        margin-right: 0;
        margin-bottom: 0;
    }

    .shops-item {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
        min-height: 200px;
    }

    .shops-item:last-child {
        margin-bottom: 0;
    }

    .shops-item_info {
        align-items: center;
    }

    .left-form_item input {
        padding: 10px;
    }

    .left-form_button input {
        padding: 10px 30px;
    }

    .footer-flex {
        padding: 40px 0 90px 0;
        display: block;
    }

    .footer-flex_item {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .footer-flex_item:last-child {
        margin-bottom: 0;
    }

    .footer-phone .call-me {
        margin-top: 10px;
    }

    .callback-popup-btn {
        padding: 10px 30px;
    }

    .main-news,
    .about-info {
        display: block;
        display: flex;
        margin-right: 0;
    }

    .main-news_item,
    .about-info_item {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .main-news_item:last-child,
    .about-info_item:last-child {
        margin-bottom: 0;
    }


    /* ==================== Стили для оплата и доставка ==================== */
    .payment-delivery__wrap {
        padding-bottom: 20px;
    }

    .payment-delivery__title,
    .payment-delivery__title-deliv {
        font-size: 32px;
        margin: 25px 0 !important;
    }

    .payment-delivery__title-deliv {
        margin: -30px 0 25px 0 !important;
    }

    .delivery,
    .payment {
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }

    .delivery__cart,
    .payment__cart {
        width: 100%;
        height: 200px;
        padding: 10px;
    }

    .delivery__cart {

        height: 250px;

    }


    .delivery__cart-info,
    .payment__cart-info {
        padding-bottom: 10px;
    }

    .delivery__cart-info::after {
        left: -10px;
        height: 2px;
        width: calc(100% + 20px);

    }

    .payment__cart-info::after {
        left: -10px;
        height: 2px;
        width: calc(100% + 20px);
    }


    .delivery__cart-title,
    .payment__cart-title {
        font-size: 16px;
        margin: 0 !important;
    }

    .delivery__cart-title:nth-child(1) {

        margin: 0 15px 0 0 !important;
    }

    .delivery__cart-svg,
    .paymen__cart-svg {
        height: 35px;
        width: auto;
        object-fit: cover;
    }

    .cart-svg {
        height: 35px;
        width: auto;
    }

    /* pagination */
    .pagination-link-end,
    .pagination-link-start {
        display: none;
    }

    .pagination-numbers {
        width: 700px;
        overflow-x: scroll;
        justify-content: start;
    }

    @keyframes cart {
        0% {
            opacity: 1;
            transform: translate(100px, 14px) scale(-.7, .7);
        }

        50% {
            opacity: 1;
            transform: translate(-30px, 14px) scale(-.7, .7);
        }

        51% {
            opacity: 1;
            transform: translate(-30px, 14px) scale(-.7);
        }

        51.1% {
            opacity: 1;
            transform: translate(-30px, 14px) scale(.7);
        }

        80% {
            opacity: 1;
            transform: translate(-30px, 0px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .delivery__cart-text,
    .payment__cart-text {

        font-size: 14px;
        line-height: 135%;

    }

    .products-list-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;

    }

    .products-list-grid-left {
        grid-template-columns: repeat(2, 47%);
    }

    .product-card-list .img-grid {
        max-width: 160px;
        max-height: 160px;
    }

    .product-wrap-grid {
        margin: 0 !important;
        width: 100% !important;

    }

    .add-card-grid {
        gap: 0;
        width: 30%;

    }

    .catalog .category:hover {
        transition: .2s ease-in-out;
        transform: scale(1);
    }

    .header {
        position: relative;
    }

    .header-phone_modal {
        display: flex;
        align-items: center;
        margin-left: 10px;
    }

    .phone-modal_trigger {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 27px;
        padding: 0px;
        cursor: pointer;
        transition: .3s ease-in-out;
        background-color: transparent;
        border: none;
    }


    .phone-modal_panel {
        position: fixed;
        bottom: -100%;
        left: 50%;
        transform: translatex(-50%);
        opacity: 0;
        visibility: hidden;
        transition: .6s ease-in-out;
        z-index: 50;
        border-radius: 12px;
    }

    .phone-modal_panel.is-open {
        position: fixed;
        left: 50%;
        bottom: 75px;
        opacity: 1;
        border-radius: 12px;
        visibility: visible;
        transform: translatex(-50%);
        transition: .6s ease-in-out;
        z-index: 999;
    }

    .phone-modal_content {
        display: block;
        min-width: 164px;
        max-width: 250px;
        background: white;
        /* box-shadow: 0 10px 25px rgba(0,0,0,0.12); */
        border-radius: 12px;
        padding: 16px;
        border: 1px solid #e5e5e5;
        z-index: 999;
    }

    .phone-modal_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 3px;
        font-weight: 700;
        color: #055CA7;
    }

    .phone-modal_close {
        background: none;
        border: none;
        font-size: 20px;
        line-height: 1;
        cursor: pointer;
        color: #055CA7;
    }

    .phone-modal_numbers {
        display: grid;
        gap: 2px;
    }

    .phone-modal_numbers a {
        color: #1c1c1c;
        font-weight: 600;
        text-decoration: none;
    }

    .phone-modal_numbers a:hover {
        color: #055CA7;
    }

    .phone-modal_numbers .tel-roz {
        color: #055CA7;
    }

    .phone-modal_panel {
        right: 10px;
    }


}

@media (max-width: 480px) {
    .header .logo {
        /* position: absolute; */
        width: 44px;
        height: 33px;
        background: url(img/logo.svg) no-repeat;
        background-size: 100% auto;
    }

    .header-flex {
        gap: 5px;
    }

    .hamburger {
        /* left:85%;
         */
    }

    .header-phone {
        /* position: absolute; */
        top: -8px;
        left: -11px;
    }

    .tel-container {
        padding-top: 2px;
    }

    .tel-roz {
        position: absolute !important;
        width: 100% !important;
        padding-left: 10px !important;
    }

    /* .tel-container .tel a{
        color: white;
    } */
    /* .tel-container .content{
        display: none !important;
    } */

    .product-card-list .content .top .info .code {
        left: 10px;
        width: 60%;
    }

    .pagination-numbers {
        max-width: 380px;
        width: auto;
    }

    .products-list-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: minmax(100px, auto);
        gap: 2px;
    }

    .products-list-grid-left {
        grid-template-columns: repeat(2, 47%);
        grid-auto-rows: minmax(100px, auto);
    }

    .product-card-list .img-grid {
        max-width: 120px;
        max-height: 120px;
    }

    .catalog .categories .category-wrap {
        width: 100% !important;
        min-width: 335px !important;
    }

    .categories,
    .paneloff {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 10px !important;
    }

    .catalog .category .static .text {
        margin-top: 5px !important;
        font-size: 12px !important;
    }

    .product-wrap-grid {}

    .product-card-list-grid {
        position: relative;
    }

    .left-panel {
        margin-top: 0px;
    }

}

@media (max-width: 425px) {
    .pagination-numbers {
        max-width: 325px;
        width: auto;
    }
}

@media (max-width: 375px) {
    .catalog .categories .category-wrap {
        width: 100% !important;
        min-width: 300px !important;
    }

    .pagination-numbers {
        max-width: 275px;
        width: auto;
    }

    .products-list-grid {
        grid-template-columns: repeat(2, 48%);
        gap: 5px;
    }

    .products-list-grid-left {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-card-list .img-grid {
        max-width: 100px;
        max-height: 100px;
    }
}

@media (max-width: 320px) {

    .phone-modal_trigger {
        width: 20px;
        height: 21px;
    }

    .mobtop {
        gap: 12px;
    }


    .header-flex {
        left: 16px;
    }

    .catalog .categories .category-wrap {
        width: 100% !important;
        min-width: 280px !important;
    }

    .pagination-numbers {
        max-width: 220px;
        width: auto;
    }

    .banners {
        width: 320px;

    }

    .hamburger {
        margin-right: 16px;

    }


    /* ==================== Стили для оплата и доставка ==================== */
    .payment-delivery__wrap {
        padding-bottom: 20px;
    }

    .payment-delivery__title,
    .payment-delivery__title-deliv {
        font-size: 32px;
        margin: 25px 0 !important;
    }

    .payment-delivery__title-deliv {
        margin: -30px 0 25px 0 !important;
    }

    .delivery,
    .payment {
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }

    .delivery__cart,
    .payment__cart {
        width: 100%;
        height: 200px;
        padding: 10px;
    }

    .delivery__cart {

        height: 250px;

    }


    .delivery__cart-info,
    .payment__cart-info {
        padding-bottom: 10px;
    }

    .delivery__cart-info::after {
        left: -10px;
        height: 2px;
        width: calc(100% + 20px);

    }

    .payment__cart-info::after {
        left: -10px;
        height: 2px;
        width: calc(100% + 20px);
    }


    .delivery__cart-title,
    .payment__cart-title {
        font-size: 16px;
        margin: 0 !important;
    }

    .delivery__cart-title:nth-child(1) {

        margin: 0 15px 0 0 !important;
    }

    .delivery__cart-svg,
    .paymen__cart-svg {
        height: 35px;
        width: auto;
        object-fit: cover;
    }

    .cart-svg {
        height: 35px;
        width: auto;
    }

    @keyframes cart {
        0% {
            opacity: 1;
            transform: translate(100px, 14px) scale(-.7, .7);
        }

        50% {
            opacity: 1;
            transform: translate(-30px, 14px) scale(-.7, .7);
        }

        51% {
            opacity: 1;
            transform: translate(-30px, 14px) scale(-.7);
        }

        51.1% {
            opacity: 1;
            transform: translate(-30px, 14px) scale(.7);
        }

        80% {
            opacity: 1;
            transform: translate(-30px, 0px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .delivery__cart-text,
    .payment__cart-text {

        font-size: 14px;
        line-height: 120%;

    }
}

/* Стили для кнопки "Наверх" */
#scroll-top-button {
    display: none;
    /* По умолчанию скрыта */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
}

/* Стили для кнопки "Наверх" */
#scroll-top-button {
    display: none !important;
    /* По умолчанию скрыта */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    position: fixed !important;
    bottom: 70px !important;
    right: 20px !important;
    z-index: 999 !important;
    width: 40px !important;
    height: 40px !important;
    background-color: #055CA7 !important;
    color: #fff !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
}

#scroll-top-button:hover {
    background-color: #0056b3 !important;
    transform: scale(1.1) !important;
}

#scroll-top-button.show {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* === Always show catalog sort controls on all screens === */
.catalog .sort .sort-filter {
    display: flex !important;
    gap: 10px;
}

.catalog .sort .sort-filter .item {
    display: inline-block !important;
}