.recipes-banner {
    background: #fbf5ef;
    overflow: hidden;
    margin-bottom: 3.75rem
}

.recipes-banner__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem
}

.recipes-banner__wrap {
    padding-top: 5.375rem;
    padding-bottom: 6.625rem
}

.recipes-banner__title {
    font-size: 5rem;
    font-weight: 600;
    line-height: 1;
    color: #14181f
}

.recipes-banner__text {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #3a3f43;
    margin-top: 2.375rem
}

.recipes-banner__img {
    width: 49%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.recipes-banner__img::before {
    content: "";
    position: absolute;
    left: -.125rem;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(2%, #fbf5ef), color-stop(40%, rgba(251, 245, 239, 0)));
    background: linear-gradient(90deg, #fbf5ef 2%, rgba(251, 245, 239, 0) 40%)
}

@media(max-width: 1600px) {
    .recipes-banner__title {
        font-size:3.75rem
    }
}

@media(max-width: 1199px) {
    .recipes-banner__title {
        font-size:3.125rem
    }

    .recipes-banner__text {
        font-size: 1.125rem
    }
}

@media(max-width: 991px) {
    .recipes-banner__title {
        font-size:2.75rem
    }
}

@media(max-width: 767px) {
    .recipes-banner {
        margin-bottom:1.25rem
    }

    .recipes-banner__img {
        display: none
    }

    .recipes-banner__wrap {
        padding-top: 2rem;
        padding-bottom: 2.5rem
    }

    .recipes-banner__title {
        font-size: 2rem;
        line-height: 1.15
    }

    .recipes-banner__text {
        margin-top: 1.5rem
    }
}

.recipes {
    display: grid;
    grid-gap: 1.25rem 1.5rem;
    gap: 1.25rem 1.5rem;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 2.375rem
}

@media(max-width: 1199px) {
    .recipes {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media(max-width: 767px) {
    .recipes {
        grid-template-columns:1fr;
        gap: .625rem;
        margin-bottom: 3rem
    }
}

.recipes-item {
    border-radius: .625rem;
    overflow: hidden;
    aspect-ratio: 1.13/1;
    position: relative;
    z-index: 1
}

.recipes-item::before {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(255, 255, 255, 0)), color-stop(80%, rgba(96, 104, 108, 0.5019607843)), to(rgba(22, 39, 49, 0.7019607843)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 65%, rgba(96, 104, 108, 0.5019607843) 80%, rgba(22, 39, 49, 0.7019607843) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.recipes-item:hover .recipes-item__text {
    background: #2398ed
}

.recipes-item_big {
    grid-column: span 2;
    grid-row: span 2
}

.recipes-item__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: -2
}

.recipes-item__text {
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: rgba(0,0,0,.2);
    font-size: 1.25rem;
    padding: .5rem .9375rem .625rem;
    border-radius: 3.125rem;
    -webkit-transition: background .3s;
    transition: background .3s
}

.recipes-item__text_big {
    background: rgba(0,0,0,.2509803922);
    font-size: 1.5rem;
    padding: .625rem 1.125rem .75rem
}

@media(max-width: 1550px) {
    .recipes-item__text {
        font-size:1.125rem
    }

    .recipes-item__text_big {
        font-size: 1.5rem
    }
}

@media(max-width: 1400px) {
    .recipes-item__text {
        left:1.125rem;
        right: 1.125rem;
        font-size: 1rem;
        padding-left: .75rem;
        padding-right: .75rem
    }

    .recipes-item__text_big {
        font-size: 1.375rem;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media(max-width: 1199px) {
    .recipes-item__text_big {
        font-size:1.25rem
    }
}

@media(max-width: 1023px) {
    .recipes-item__text {
        font-size:.875rem
    }

    .recipes-item__text_big {
        font-size: 1.25rem
    }
}

@media(max-width: 767px) {
    .recipes-item {
        aspect-ratio:auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1rem;
        border-radius: .625rem;
        background: #f9fafb;
        padding-right: .625rem
    }

    .recipes-item::before {
        display: none
    }

    .recipes-item:hover .recipes-item__text {
        background: none
    }

    .recipes-item_big {
        grid-column: 1;
        grid-row: 1
    }

    .recipes-item__img {
        width: 6.25rem;
        height: 5.625rem;
        border-radius: .625rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .recipes-item__text {
        width: 100%;
        gap: .375rem;
        font-size: 1.125rem;
        padding: 0;
        position: static;
        background: none;
        color: #050505;
        font-weight: 500
    }

    .recipes-item__text path {
        stroke: #050505
    }
}

.telegram {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5rem
}

.telegram__img {
    margin-bottom: -2.5rem
}

.telegram__title {
    font-size: 2.4375rem;
    line-height: 1.2;
    color: #050505;
    margin-bottom: 1.125rem
}

.telegram__bolder {
    font-weight: 600
}

.telegram__text {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.4;
    font-family: "Montserrat",sans-serif;
    margin-bottom: 1.625rem
}

.telegram__link {
    font-weight: 500;
    line-height: 1.75;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-style: dotted;
    color: #2398ed;
    font-family: "Montserrat",sans-serif;
    margin-top: 1.125rem
}

@media(max-width: 991px) {
    .telegram__title {
        font-size:1.875rem
    }

    .telegram__text {
        font-size: 1.125rem
    }
}

@media(max-width: 767px) {
    .telegram {
        margin-bottom:2.75rem
    }

    .telegram__img {
        margin-bottom: -1.875rem;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .telegram__title {
        font-size: 1.5rem;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .telegram__text {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 0
    }

    .telegram__link {
        display: none
    }
}

@media(max-width: 639px) {
    .telegram__title br {
        display:none
    }
}

.button_icon {
    font-weight: 600;
    font-size: 1.0625rem;
    color: #fff;
    border-radius: .5rem;
    -webkit-box-shadow: 0 0 .0625rem 0 rgba(0,0,0,0);
    box-shadow: 0 0 .0625rem 0 rgba(0,0,0,0);
    background: #2398ed;
    text-transform: none;
    font-family: "Montserrat",sans-serif;
    padding: 1rem 1.5625rem
}

.button_icon img {
    margin-left: .8125rem
}

@media(max-width: 767px) {
    .button_icon {
        font-weight:500;
        padding: 1.0625rem 1.375rem
    }
}

.recipes-down {
    background: #fafafa
}

.recipes-down_big {
    padding-top: 7.5rem;
    padding-bottom: 5.9375rem
}

.recipes-down__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem
}

.recipes-down__content {
    padding-top: 7.5rem;
    padding-bottom: 9.0625rem
}

.recipes-down__img {
    width: 47%;
    border-radius: .75rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.recipes-down__title {
    font-weight: 600;
    font-size: 2.4375rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    color: #050505
}

.recipes-down__text {
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 2.8125rem
}

.recipes-down__text:has(+.recipes-down__text) {
    margin-bottom: 0
}

.recipes-down__text+.recipes-down__text {
    margin-top: .9375rem
}

@media(max-width: 1550px) {
    .recipes-down__content {
        padding-top:4.375rem;
        padding-bottom: 4.375rem
    }
}

@media(max-width: 991px) {
    .recipes-down_big {
        padding-top:4.375rem;
        padding-bottom: 4.375rem
    }

    .recipes-down__title {
        font-size: 2rem
    }

    .recipes-down__text {
        font-size: 1.125rem
    }
}

@media(max-width: 767px) {
    .recipes-down_big {
        padding-top:3.125rem;
        padding-bottom: 3.75rem
    }

    .recipes-down__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .recipes-down__content {
        padding-top: 2.5rem;
        padding-bottom: 0
    }

    .recipes-down__text {
        margin-bottom: 2rem
    }

    .recipes-down__img {
        width: calc(100% + 1.875rem);
        height: 18.5625rem;
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

.recipe__img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: .625rem;
    aspect-ratio: 1.39/1;
    display: block;
    margin-bottom: .875rem
}

.recipe__title {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.38889
}

.recipe__title:hover {
    color: #2398ed
}

.recipe__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .3125rem .625rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: .75rem
}

.recipe__text {
    line-height: 1.5625;
    color: #8f8f8f
}

.recipe__text::after {
    content: "•";
    margin-left: .625rem;
    color: #dbdbdb
}

.recipe__text:last-child::after {
    display: none
}

@media(max-width: 767px) {
    .recipe__title {
        text-align:center;
        display: block
    }

    .recipe__title_left {
        text-align: left
    }

    .recipe__info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: .125rem .625rem;
        margin-top: .25rem
    }

    .recipe__info_left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: .3125rem .625rem;
        margin-top: .75rem
    }

    .recipe__info_left .recipe__text:first-child {
        width: auto;
        text-align: left
    }

    .recipe__info_left .recipe__text:first-child::after {
        display: inline
    }

    .recipe__text:first-child {
        width: 100%;
        text-align: center
    }

    .recipe__text:first-child::after {
        display: none
    }
}

.recipe-grid {
    display: grid;
    grid-gap: 2.75rem 1.5rem;
    gap: 2.75rem 1.5rem;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 6.5rem
}

@media(max-width: 991px) {
    .recipe-grid {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media(max-width: 767px) {
    .recipe-grid {
        grid-template-columns:repeat(1, 1fr);
        margin-bottom: 3rem
    }
}

.bread {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .3125rem .625rem;
    margin-top: 2rem;
    margin-bottom: 2.5rem
}

.bread_merged {
    margin-top: 0;
    margin-bottom: .5rem
}

.bread__item {
    color: #8f8f8f;
    margin-bottom: 0
}

.bread__item::after {
    content: "/";
    margin-left: .625rem
}

.bread__item:last-child::after {
    display: none
}

.bread__link {
    color: #050505
}

.bread__link:hover {
    color: #2398ed
}

@media(max-width: 767px) {
    .bread {
        margin-top:1.125rem;
        margin-bottom: 1.25rem;
        gap: .3125rem .4375rem
    }

    .bread_merged {
        margin-top: 0;
        margin-bottom: 1.875rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .bread__item {
        font-size: .8125rem
    }

    .bread__item::after {
        margin-left: .4375rem
    }
}

.recipe-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.75rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4.375rem
}

.recipe-item__img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: .625rem;
    aspect-ratio: 1.25/1;
    height: 30.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.recipe-item__title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1.25rem
}

.recipe-item__item {
    font-size: 1.125rem;
    margin-bottom: .875rem
}

.recipe-item__item:last-child {
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .recipe-item__img {
        height:25rem
    }
}

@media(max-width: 991px) {
    .recipe-item {
        gap:2.5rem
    }

    .recipe-item__img {
        height: 18.75rem
    }

    .recipe-item__item {
        font-size: 1rem
    }
}

@media(max-width: 767px) {
    .recipe-item {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2.8125rem;
        margin-bottom: 1.875rem
    }

    .recipe-item__img {
        border-radius: 0;
        margin-left: -.9375rem;
        margin-right: -.9375rem;
        height: auto
    }

    .recipe-item__title {
        font-weight: 600
    }

    .recipe-item__item {
        margin-bottom: .625rem
    }
}

.recipe-top {
    background: #fbf5ef;
    padding-top: 2.625rem;
    padding-bottom: 2rem;
    margin-bottom: 2.75rem
}

.recipe-top__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.recipe-top__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .3125rem .625rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.recipe-top__text::after {
    content: "•";
    color: #dbdbdb;
    margin-left: .625rem
}

.recipe-top__text:last-child::after {
    display: none
}

@media(max-width: 767px) {
    .recipe-top {
        padding-top:1.125rem;
        padding-bottom: 1.875rem;
        margin-bottom: 0
    }

    .recipe-top__info {
        gap: .125rem .625rem
    }

    .recipe-top__text:first-child {
        width: 100%;
        text-align: center
    }

    .recipe-top__text:first-child::after {
        display: none
    }
}

.cooking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 3.125rem
}

.cooking:last-child {
    margin-bottom: 7.5rem
}

.cooking__number {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #fff;
    border-radius: 1.5625rem;
    background: #2398ed;
    width: 3.125rem;
    height: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cooking__text {
    font-size: 1.125rem;
    line-height: 1.6
}

.cooking__text+.cooking__text {
    margin-top: 1.25rem
}

@media(max-width: 767px) {
    .cooking {
        gap:1.25rem;
        margin-bottom: 1.875rem
    }

    .cooking:last-child {
        margin-bottom: 3.75rem
    }

    .cooking__number {
        width: 2.5rem;
        height: 2.5rem
    }

    .cooking__text {
        font-size: 1rem;
        line-height: 1.55
    }
}

.carousel-recipes .slick-slide {
    margin-right: .75rem;
    margin-left: .75rem
}

.carousel-recipes .slick-list {
    margin-right: -.75rem;
    margin-left: -.75rem
}

.carousel-recipes .slick-arrow {
    position: absolute;
    top: calc((100% - 8.5rem)/2);
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.carousel-recipes .slick-arrow.slick-disabled {
    cursor: auto;
    opacity: .4
}

.carousel-recipes .slick-next {
    left: auto;
    right: 0;
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
    margin-left: 0
}

.carousel-recipes .slick-arrow.slick-disabled svg path:last-child {
    fill: rgba(0,0,0,0);
    stroke: #fff
}

.carousel-recipes .slick-dots {
    margin-top: 2.1875rem;
    margin-bottom: 0
}

.carousel-recipes .slick-dots li button {
    background: #fff;
    border: .125rem solid #bbb;
    margin: .3125rem
}

.carousel-recipes .slick-dots li.slick-active button {
    background: #545454;
    border: none
}

@media(max-width: 1600px) {
    .carousel-recipes .slick-arrow {
        left:1.875rem
    }

    .carousel-recipes .slick-next {
        left: auto;
        right: 1.875rem
    }
}

@media(max-width: 767px) {
    .carousel-recipes {
        margin-right:-.9375rem;
        margin-left: -.9375rem
    }

    .carousel-recipes .slick-list {
        margin-right: 0;
        margin-left: 0;
        padding-right: 1.875rem !important
    }

    .carousel-recipes .slick-arrow {
        left: 1.5625rem
    }

    .carousel-recipes .slick-next {
        left: auto;
        right: 1.5625rem
    }
}