.about-us_heading {
    display: flex;
    margin-bottom: 120px;
    padding-top: 60px;
}

.about-us_data {
    width: 50%;
    padding-right: 100px;
}
.about-us_title {
    margin-bottom: 32px;
}
.about-us_subtitle {
    color: var(--color-gray-20);
}

.about-us_img {
    width: 50%;
    border-radius: 20px;
    background: var(--color-gray-60);
    overflow: hidden;
}
.about-us_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tastes {

}
.tastes-heading {
    max-width: 920px;
    margin: 0 auto 120px auto;
    text-align: center;
}
.tastes-title {
    margin-bottom: 32px;
}
.tastes-subtitle {
    color: var(--color-gray-20);
}

.tastes-animation {
    position: relative;
    margin: 20px auto 190px auto;
    width: 100%;
    max-width: 1050px;
    min-height: 235px;
}
.tastes-animation_item {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(-50%);
    width: 20%;
    gap: 32px;
}
.tastes-animation_item-title {
    opacity: 1;
}
.tastes-animation_item-img {
    position: relative;
}
.tastes-animation_item-img svg {
    display: block;
    width: 100%;
    max-width: 210px;
    height: auto;
    vector-effect: non-scaling-stroke;
}
.tastes-animation_item-img svg * {
    vector-effect: non-scaling-stroke;
}

.tastes-animation_item:nth-child(1) {
    left: 0;
}
.tastes-animation_item:nth-child(2) {
    left: 25%;
}
.tastes-animation_item:nth-child(3) {
    left: 50%;
}
.tastes-animation_item:nth-child(3) svg:last-child {
    position: absolute;
    top: 0;
    left: 15px;
    opacity: 0;
}
.tastes-animation_item:nth-child(4) {
    left: 75%;
}
.tastes-animation_item:nth-child(5) {
    left: 100%;
}

.about-us_seasons {
    margin-bottom: 120px;
}
.about-us_seasons-title {
    max-width: 900px;
    margin: 0 auto 32px auto;
    text-align: center;
}
.about-us_seasons-subtitle {
    max-width: 900px;
    margin: 0 auto 96px auto;
    text-align: center;
    color: var(--color-gray-20);
}
.about-us_seasons-heading {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-gray-20);
}
.about-us_seasons-heading-item {
	position: relative;
    padding: 20px 0;
    color: var(--color-gray-20);
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}
.about-us_seasons-heading-item.active:after {
	content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid var(--color-gray-20);
}

.about-us_seasons-img {
    position: relative;
    min-height: 500px;
    overflow: hidden;
}
.about-us_seasons-img img {
    min-width: 100%;
    object-fit: cover;
}
.about-us_seasons-img_title {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -20px;
    text-align: center;
    z-index: 1;
}

.tastes-slider {

}
.tastes-slider_item {
    display: flex;
    justify-content: space-between;
    gap: 0 16px;
}
.tastes-slider_item-left {
    width: 35%;
    max-width: 430px;
    color: var(--color-gray-20);
}

.tastes-slider_item-center {
    max-width: 334px;
}
.tastes-slider_item-center img {
    display: block;
}

.tastes-slider_item-right {
    width: 35%;
    max-width: 430px;
}
.tastes-slider_item-subtitle {
    margin-bottom: 24px;
}

.tastes-slider_item-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.tastes-slider_item-tag {
    padding: 8px 12px;
    border-radius: 100px;
    border: 1px solid var(--color-gray-70);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.72px;
}

.tastes-slider_heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 120px;
}
.tastes-slider_heading-text {

}
.tastes-slider_btn {

}

.tastes-slider_nav {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 120px;
    gap: 24px;
}
.tastes-slider_nav .slide-prev_btn,
.tastes-slider_nav .slide-next_btn {
    position: relative;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    width: 48px;
    height: 48px;
    transform: translateY(0);
}
.tastes-slider_nav .slide-prev_btn {
    left: 0;
}
.tastes-slider_nav .slide-next_btn {
    right: 0;
}

.about-us_seasons + .home-banner .home-banner_title {
    font-family: Montserrat;
    font-size: 56px;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -1.12px;
}

.about-us_seasons + .home-banner_3 .home-banner_title.h2 {
    margin-top: 0;
    font-size: 56px;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -1.12px;
}

@media (max-width: 992px) {
    .about-us_data {
        padding-right: 32px;
    }

    .tastes {
        /* display: none; */
    }

    .tastes-slider_item {
        flex-direction: column;
    }
    .tastes-slider_item-left,
    .tastes-slider_item-right,
    .tastes-slider_item-center {
        width: 100%;
        max-width: 100%;
    }
    .tastes-slider_item {
        gap: 0;
    }
    .tastes-slider_item-center {
        display: flex;
        justify-content: center;
    }
    .tastes-slider_item-center img {
        max-width: 260px;
    }
    .tastes-slider_item-left {
        margin-bottom: 60px;
    }
    .tastes-slider_item-right {
        margin-bottom: 40px;
    }

    .tastes-slider_item-right {
        order: 2;
    }
    .tastes-slider_item-center {
        order: 3;
    }
}

@media (max-width: 768px) {
    .about-us_heading {
        flex-direction: column;
        margin-bottom: 60px;
        padding-top: 40px;
        gap: 32px;
    }

    .about-us_data {
        width: 100%;
        padding-right: 0;
    }
    .about-us_img {
        width: 100%;
    }

    .tastes-title {
        margin-bottom: 24px;
        font-size: 36px;
        font-weight: 300;
        line-height: 110%;
        letter-spacing: -0.72px;
    }
    .tastes-subtitle {
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
    }
    .tastes-slider_item-subtitle {
        font-size: 24px;
        font-weight: 300;
        line-height: 120%;
    }
    .tastes-heading {
        margin: 0 auto 60px auto;
    }
    .tastes-slider_nav {
        margin-bottom: 60px;
    }
    .tastes-slider_heading {
        margin-bottom: 80px;
    }
    .tastes-slider_heading-text {
        text-align: center;
        font-size: 24px;
        font-weight: 300;
        line-height: 120%;
    }

    .about-us_seasons-title {
        margin-bottom: 24px;
        font-size: 36px;
        font-weight: 300;
        line-height: 110%;
        letter-spacing: -0.72px;
    }
    .about-us_seasons-subtitle {
        margin-bottom: 60px;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
    }

    .tastes {
        padding: 0 30px;
    }
    .tastes-animation {
        margin: 0 auto 30px auto;
        min-height: 200px;
    }
    .tastes-animation_item-title {
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 14px;
    }
}