.main {
    background-color: #30373d;
    position: relative;
}

.main:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 130px;
    background-color: #f4f4f4
}

.main_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main .img {
    width: 307px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main .img_pos {
    position: absolute;
    max-width: none;
}

.main .img_top {
    position: relative;
    align-self: flex-end;
    max-height: 80px
}


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

.main_category {
    padding: 30px 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 28;
}

.main_category_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    border-right: 1px solid rgba(255, 255, 255, .1);
    position: relative
}

.main_category_item p {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.main_category_item .image_overlay {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px
}

.main_category_item .image_overlay img {
    max-height: 50px;
    width: auto
}

.main_category_item:focus p,
.main_category_item:hover p {
    color: #f8355e
}

.main_banner {
    overflow: hidden;
    position: relative;
    height: 480px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .07);
    background-image: -webkit-linear-gradient(200deg, #ff7cbb, #583f9d);
    background-image: -o-linear-gradient(200deg, #ff7cbb, #583f9d);
    background-image: linear-gradient(250deg, #ff7cbb, #583f9d)
}

.main_banner .info {
    padding: 50px 0 50px 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 450px
}

.main_banner .h1 {
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase
}

.main_banner .h1_lower {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    margin-top: 20px
}

.banner_images {
    width: 755px;
    height: 755px;
    background-color: #ab9feb;
    -webkit-border-radius: 800px;
    border-radius: 800px;
    position: absolute;
    top: -137px;
    right: -12px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10
}

.banner_images:before {
    content: '';
    background-color: #000;
    width: 643px;
    height: 643px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-border-radius: 700px;
    border-radius: 700px
}

.banner_images .owl-item {
    width: 100%;
    height: 480px
}

.banner_images img {
    max-width: 420px;
    max-height: 480px;
    width: auto !important;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 2;
    position: relative;
    display: block;
    margin: auto
}

.banner_button {
    font-size: 20px;
    font-weight: 700;
    color: #64449f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 174px;
    height: 54px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #fff;
    border: 4px solid #ab9feb;
    margin-top: 50px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.banner_button:hover {
    background-color: #583f9d;
    border: 4px solid #ab9feb;
    color: #fff
}

.banner_arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 15
}

.banner_prev {
    left: 0
}

.banner_next {
    right: 0
}

.banner_delivery {
    background-color: #fdba38;
    width: 320px;
    height: 320px;
    position: absolute;
    -webkit-border-radius: 400px;
    border-radius: 400px;
    left: 420px;
    bottom: -115px;
    z-index: 20;
}

.banner_delivery .pos_img {
    position: absolute;
    top: 77px;
    left: 60px
}

.banner_delivery p {
    font-size: 20px;
    font-weight: 700;
    color: #30373d;
    line-height: 18px;
    margin-top: 10px
}

.main_category_overlay {
    position: relative
}

.category_sub_menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 400px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .3);
    background-color: #fff;
    padding: 30px;
    z-index: 20;
    margin-top: 15px;
    display: none
}

.category_sub_menu:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 10px;
    width: 165px;
    height: 4px;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background-color: #f8355e
}

.category_sub_menu ul li {
    margin-bottom: 18px;
    float:left;
    width:50%;
}

.category_sub_menu ul li:last-child {
    margin-bottom: 0
}

.category_sub_menu ul li a {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 20px;
    display: block
}

.category_sub_menu ul li a.active,
.category_sub_menu ul li a:focus,
.category_sub_menu ul li a:hover {
    color: #f8355e
}

.catalog_banner {
    height: 135px;
    padding: 0px 70px;
    position: relative;
}

.catalog_banner .h2 {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 800
}

.catalog_banner .h2_lower {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    margin-top: 5px
}

.catalog_banner .info {
    padding: 40px 70px;
    height: 100%
}

.catalog_banner .banner_delivery {
    width: 235px;
    height: 235px;
    bottom: -80px
}

.catalog_banner .banner_delivery .pos_img {
    top: 38px;
    left: 55px
}

.catalog_banner .banner_images {
    width: 670px;
    height: 670px;
    right: 35px;
    top: -245px
}

.catalog_banner .banner_images:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    margin: auto
}

.catalog_banner .banner_images:before {
    width: 610px;
    height: 610px
}

.catalog_banner .banner_images .owl-item {
    height: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.catalog_banner .banner_images img {
    max-width: 560px;
    max-height: 180px
}

.catalog_main:before {
    height: 50px
}

.catalog_banner .banner_image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.catalog_banner .banner_image img {
    height: 100%;
    width: auto;
}

.catalog_banner_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    max-width: 720px;
}

.catalog_banner_items {
    display: flex;
    align-items: center;
    margin-right: 80px;
}

.catalog_banner_items:last-child {
    margin-right: 0;
}

.catalog_banner_items .image_overlay {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

.catalog_banner_items img {
    max-height: 100%;
    max-width: 100%;
}

.catalog_banner_items p {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    flex: 1 1 0

}

@media only screen and (max-width: 1350px) {
    .banner_images {
        width: 680px;
        height: 680px;
        top: -115px;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .banner_images:before {
        width: 575px;
        height: 575px
    }

    .banner_images img {
        max-width: 330px;
        max-height: 470px
    }

    .banner_images .owl-item {
        height: 495px
    }

    .main_banner {
        height: 450px
    }

    .banner_delivery {
        left: 330px
    }

    .main .img {
        display: none
    }

    .main_category {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none
    }

    .catalog_banner {
        height: 135px
    }

    .catalog_banner .banner_images {
        width: 550px;
        height: 550px;
        top: -184px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .catalog_banner .banner_images img {
        max-width: 430px
    }

    .catalog_banner .banner_images:before {
        height: 500px;
        width: 500px
    }

    .catalog_banner .banner_delivery {
        left: 400px
    }

    .catalog_banner {
        padding: 0px 30px;
    }

    .catalog_banner_items {
        margin-right: 30px;
    }

    .catalog_banner_box {
        max-width: 640px;
    }

}

@media only screen and (max-width: 1199px) {
    .banner_delivery {
        display: none
    }

    .main_banner .info {
        width: 100%;
        height: auto;
        padding: 50px 70px 20px 70px
    }

    .main_banner {
        height: auto
    }

    .banner_images {
        top: auto;
        bottom: -200px;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .banner_overlay {
        position: relative;
        height: 500px
    }

    .banner_images .owl-item {
        height: 460px
    }

    .banner_button {
        margin-top: 30px
    }

    .catalog_banner {
        height: 130px
    }

    .catalog_banner .info {
        width: 50%;
        height: 100%;
        padding: 30px 50px
    }

    .catalog_banner .banner_images {
        margin-right: 0
    }

    .catalog_banner .banner_images {
        width: 400px;
        height: 400px;
        top: -195px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .catalog_banner .banner_images img {
        max-width: 280px
    }

    .catalog_banner .banner_images:before {
        height: 350px;
        width: 350px
    }

    .catalog_banner {
        padding: 0px 20px;
    }

    .catalog_banner_items {
        margin-right: 20px;
    }

    .catalog_banner_box {
        max-width: 600px;
    }

    .catalog_banner_items .image_overlay {
        margin-right: 20px;
    }

    .catalog_banner .banner_image {
        left: -170px;
    }
}

@media only screen and (max-width: 991px) {
    .main_banner .h1 {
        font-size: 40px;
        line-height: 50px
    }

    .main_banner .h1_lower {
        font-size: 22px;
        line-height: 27px;
        margin-top: 10px
    }

    .banner_button {
        margin-top: 20px
    }

    .catalog_banner .info {
        width: 45%
    }

    .catalog_banner .banner_image {
        display: none;
    }

    .catalog_banner_box {
        max-width: 100%;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 767px) {
    .main_banner .h1 {
        font-size: 30px;
        line-height: 40px
    }

    .main_banner .h1_lower {
        font-size: 18px;
        line-height: 25px
    }

    .main_banner .info {
        padding: 40px 40px 30px 40px
    }

    .banner_overlay {
        height: 350px
    }

    .banner_images {
        width: 450px;
        height: 450px;
        bottom: auto;
        top: 0;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .banner_images:before {
        width: 380px;
        height: 380px
    }

    .banner_images .owl-item {
        height: 330px
    }

    .banner_images img {
        max-width: 260px;
        max-height: 240px
    }

    .main .main_container {
        padding: 0
    }

    .main_banner {
        margin: 0 10px
    }

    .catalog_banner .info {
        width: 100%
    }

    .catalog_banner .banner_arrow,
    .catalog_banner .banner_images {
        display: none !important
    }

    .catalog_banner {
        height: auto;
        padding: 20px;
    }

    .catalog_banner .info {
        padding: 40px
    }

    .catalog_main .main_category {
        display: none;
    }

    .catalog_main {
        background-color: #f4f4f4;
        padding-top: 10px;
    }

    .catalog_banner {
        background-image: none;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.05);
        padding: 0;
    }

    .catalog_banner.main_banner{
        background-image: none;
        background-color: #fff;
    }

    .catalog_banner_items .image_overlay {
        display: none;
    }

    .catalog_banner_items p {
        color: #30373d;
        font-size: 16px;
        text-align: center;
    }

    .catalog_banner_items {
        margin: 0;
        flex-grow: 1;
        border-right: 1px solid #e9e9e9;
        padding: 20px 10px;
    }

    .catalog_banner_items:last-child {
        border: none
    }
}

@media only screen and (max-width: 480px) {
    .catalog_banner_items p {
        font-size: 12px;
        line-height: 14px;
    }

    .catalog_banner_items {
        padding: 10px;
    }

    .main_banner .h1 {
        font-size: 24px;
        line-height: 32px
    }

    .main_banner .h1_lower {
        font-size: 14px;
        line-height: 18px;
        margin-top: 10px
    }

    .banner_button {
        margin-top: 20px
    }

    .banner_arrow {
        width: 30px
    }

    .banner_arrow img {
        width: 10px;
        height: 18px
    }

    .main_banner .info {
        padding: 35px 30px 20px 30px
    }

    .banner_overlay {
        height: 250px
    }

    .banner_images {
        width: 300px;
        height: 300px;
        bottom: auto;
        top: 0;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .banner_images:before {
        width: 260px;
        height: 260px
    }

    .banner_images img {
        max-width: 160px;
        max-height: 180px
    }

    .banner_images .owl-item {
        height: 230px
    }

    .main_overlay {
        padding-bottom: 120px
    }

    .main_category .owl-item {
        max-width: 290px
    }

    .catalog_banner .info {
        padding: 30px
    }

    .main_category {
        max-height: 110px;
        overflow: hidden;
    }

    .main_category .owl-stage {
        max-height: 50px;
        overflow: hidden;
    }
}

/* Новые стили для баннера */

.info .h1 img {
    width: 34px;
    height: 40px;
    margin-right: 9px;
}

@media only screen and (max-width: 480px) {
    .info .h1 img {
        width: 25px;
        height: 30px;
    }
}

.main_banner {
    background: linear-gradient(110.74deg, #000000 0%, #000000 100%);
    backdrop-filter: blur(30px);
}

.banner_button {
    background: #F8355E;
    border: 5px solid #B43953;
    color: #fff;
}

.banner_images {
    background-color: inherit;
    right: 35px;
}

.banner_images img {
    position: absolute;
    max-width: none;
    max-height: none;
    bottom: 0;
}



@media only screen and (max-width: 767px) {
    .banner_images img {
        max-width: 450px;
        max-height: 400px;
        left: 0;
        right: 0;
        margin: auto;
        bottom: inherit;
        top: 0;
    }
}

@media only screen and (max-width: 480px) {
    .banner_images img {
        max-width: 350px;
        max-height: 200px;
        left: 0;
        right: 0;
        margin: auto;
        bottom: inherit;
    }
}


.banner_images:before {
    display: none;
}

.banner_delivery {
    top: 21px;
    right: 35px;
    bottom: inherit;
    left: inherit;
    background: linear-gradient(110.74deg, rgba(182, 153, 192, 0.9) 0%, rgba(177, 153, 192, 0.05) 100%);
    backdrop-filter: blur(30px);
    border-radius: 200px;
    width: 162px;
    height: 162px;
}

.banner_delivery p {
    color: #fff;
}

.banner_delivery .pos_img {
    top: 30px;
    left: 40px;
}

/* РЕДИЗАЙН БАННЕРА */
.banner_overlay{
    display: flex;
}
.main-banner-slider{
    display: flex;
    width: 100%;
    max-width: 1300px;
    overflow: hidden;
    border-radius: 20px;   
    min-height: 565px;
}
.main-banner-slider .swiper-wrapper{
    display: flex;
}
.main-banner__item{
    display: flex;
    height: 100%;
    width: 100%;
    padding: 15px 45px 0 45px;
    position: relative;
    justify-content: space-between;
}
.main-banner__img{
    grid-area: img;
    position: absolute;
    object-fit: contain;
    max-width: 40%;
    width: 100%;
    max-height: 90%;
    align-self: center;
    right: 0;
}
.main-banner__text{
    font-size: 24px;
    line-height: 32px;
    margin-top: 20px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    margin: 25px auto 25px 0;
    white-space: pre-wrap;
    width: 100%;
    font-weight: 500;
}
.main-banner{
    position: relative;
}
.main-banner__info{
    grid-area: info;
    display: flex;
    flex-direction: column;
    align-self: center;
    flex-grow: 1;
    max-width: 500px;
}
.main-banner__info-wrapper{
    height: fit-content;
    margin: auto 0;
    position: relative;
    z-index: 2;
}
.main-banner .h1 {
    grid-area: title;
    font-size: 48px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}
.main-banner__arrow-next{
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}
.main-banner__arrow-prev{
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}
.banner_button{
    margin-top: 0;
    background-color: #fff;
    border-color: #cecece;
    color: #000;
}
@media (max-width: 1199px){
    .main-banner__info-wrapper{
        display: grid;
        grid-template-areas: 'title title' 'info img';
        grid-auto-rows: max-content;
        grid-template-rows: auto 1fr;
        width: 100%;
        margin: 0;
        height: 100%;
    }
    .main-banner__text{
        margin-top: 0;
    }
    .main-banner__info-wrapper .h1{
        font-size: 34px;
        line-height: 36px;
        text-align: center;
    }
    .main-banner-slider{  
        min-height: 450px;
    }
}


@media (max-width:991px) {
    .main-banner .h1 {
        font-size: 40px;
        line-height: 42px;
        text-align: center;
    }
    .main-banner__img{
        position: static;
        max-height: 90%;
        max-width: 50%;
    }
    .main-banner__text{
        margin: 20px auto 20px 0;
    }
    .main-banner__item{
        flex-direction: column;
        max-height: unset;
        height: 100%;
        width: 100%;
        padding: 40px;
        row-gap: 20px;
    }
    .main-banner__info{
        align-items: center;
        width: 100%;
        max-width: unset;
    }
    .main-banner__info-wrapper{
        display: flex;
        flex-direction: column;
        margin: 0;
        max-height: fit-content;
    }
    .main-banner__text{
        font-size: 22px;
        line-height: 27px;
    }
}
@media (max-width: 767px){
    .main-banner__item{
        flex-direction: column;
        align-items: center;
        border-radius: 20px;
    }
    .main-banner .h1 {
        font-size: 30px;
        line-height: 32px;
    }
    .main-banner__text{
        font-size: 18px;
        line-height: 25px;
    }
    .main-banner-slider{
        padding: 0 15px;
    }
    .main-banner__img{
        max-width: 50%;
        max-height: 90%;
    }
    .banner_button{
        width: 150px;
        height: 44px;
    }
}
@media (max-width:480px) {
    .main-banner__img{
        max-width: 90%;
    }
    .main-banner .h1 {
        font-size: 24px;
        line-height: 26px;
    }
    .main-banner__text{
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
    }
    .main-banner__item{
        padding: 15px;
    }
}
