.offer {
    display: block;
    /*max-width: 830px;*/
    width: 100%;
}

.offer__title {
    font-style: normal;
    font-weight: 410;
    font-size: 28px;
    line-height: 33px;
    color: #2C2E37;
    padding-top: 50px;
    padding-bottom: 30px;
}

.offer__list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
}

.offer__item {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 70px;
    padding: 0 10px;
}

.offer-item__link {
    width: 100%;
}

.offer-item__image {
    width: 100%;
    max-height: 100%;
}

.offer-item__name {
    font-weight: 300;
    font-size: 17px;
    line-height: 19px;
    color: #2c2d37;
    margin-top: 10px;
    margin-bottom: 30px;
    transition: all .2s ease-in-out;
    height: 38px;
    overflow: hidden;
}

.offer-item__name:hover {
    color: #c20d19;
}

.offer-item__basket {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.offer-basket__price {
    font-size: 16px;
    line-height: 19px;
    color: #c20d19;
    margin-right: 15px;
}

.offer-basket__add {
    background: #e23b46;
    border-radius: 3px;
    color: #fff;
    transition: all .2s ease-in-out;

    width: 30px;
    height: 26px;
    text-align: center;
    font-weight: 300;
    font-size: 23px;
    line-height: .5;
    cursor: pointer;
    position: relative;
}

.offer-basket__add.checkmark {
    background: #fff;
    color: #e23b46;
    border: 2px solid #e23b46;
    /*box-sizing: border-box;*/
    /*border-radius: 3px;*/
}

.offer-basket__add:before,
.offer-basket__add:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 1px;
}

.offer-basket__add.checkmark:before,
.offer-basket__add.checkmark:after {
    display:inline-block;
    width: 22px;
    height:22px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.offer-basket__add:before {
    width: 14px;
    height: 2px;
}

.offer-basket__add:after {
    width: 2px;
    height: 14px;
}

.offer-basket__add.checkmark:before {
    position: absolute;
    width: 3px;
    height: 15px;
    background-color: #e23b46;
    left: 6px;
    top: -1px;
}

.offer-basket__add.checkmark:after {
    position: absolute;
    width: 9px;
    height: 3px;
    background-color: #e23b46;
    left: -8px;
    top: 2px;
}
.offer__toppings{
    position: relative;
}
.offer__toppings-swiper.swiper{
    width: calc(100% - 64px);
    overflow: hidden;
}
.offer__toppings-swiper-button.swiper-button-next,
.offer__toppings-swiper-button.swiper-button-prev {
    width: 32px;
    height: 32px;
    background-color: #333333;
    border-radius: 50%;
}
@media screen and (min-width: 768px) {
    .offer__toppings-swiper-button.swiper-button-next,
    .offer__toppings-swiper-button.swiper-button-prev {
        width: 28px;
        height: 28px;
    }
}
.offer__toppings-swiper-button.swiper-button-next:after,
.offer__toppings-swiper-button.swiper-button-prev:after {
    font-size: 12px;
    font-weight: 900;
    color: #fff;
}
.offer__toppings-swiper-wrapper.swiper-wrapper{
    display: flex;
    width: fit-content;
}
.offer__toppings-swiper-slide.swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    width: 124px;
}
@media screen and (min-width: 320px) {
    .offer__toppings-swiper-slide.swiper-slide{
        align-items: start;
    }
}
.offer__toppings-swiper-slide-picture{
    display: block;
    box-sizing: border-box;
    border-radius: 50%;
    overflow: hidden;
    height: 104px;
    width: 104px;
}
.offer__toppings-swiper-slide-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.offer__toppings-swiper-slide-title{
    /*font-family: Ubuntu;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: start;
    color: #2c2d37;
    min-height: 32px;
    max-width: 176px;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.offer__toppings-swiper-slide-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 176px;
}
.offer__toppings-swiper-slide-price {
    /*font-family: Ubuntu;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #c20d19;
}
.offer__toppings-swiper-slide-controls .offer-basket__add {
    width: 22px;
    height: 22px;
}
.offer__toppings-swiper-slide-controls .catalog_count_plus {
    padding: 0;
}

@media (max-width: 899px) {
.offer__title {
    padding-top: 35px;
}
.offer__item {
    width: 50%;
    margin-bottom: 27px;
}
.offer-item__name {
    margin-bottom: 5px;
}
}

@media (max-width: 545px) {
.offer__item {
    width: 100%;
}
}

/* cookie */

.cookie_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;

    position: fixed;
    max-width: 459px;
    right: 10px;
    bottom: 10px;
    z-index: 999;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.cookie_box_text {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;

    color: #2C2D37;
}
.cookie_box_text p {
    margin: 0!important;
}
.cookie_box_text a {
    color: #E30613;
}

/* Inside auto layout
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;*/


/* btns */

/* Auto layout */
.cookie_box_buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 30px;

}

/* Inside auto layout
flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;*/


/* btn */

/* Auto layout */
.cookie_box_button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.cookie_box_button button {
    border: none;
    width: 194.5px;
    height: 36px;
    cursor: pointer;
}
/* btn */
.cookie_box_button button[name="cookie_button_agree"] {
    background: #E30613;
    padding: 10px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;

    color: #FFFFFF;

}
/* Отказаться */
.cookie_box_button button[name="cookie_button_refuse"] {
    padding: 10px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    background: #ffffff;
    color: #E30613;
    border: 1px solid #E30613;
}

@media (max-width:491px){
    .cookie_box {
        right: 0;
        bottom: 0;
        margin: 20px;
        align-items: stretch;
    }
    .cookie_box_text {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;

        color: #2C2D37;

        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;

    }
    .cookie_box_buttons {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    .cookie_box_button button {
        flex: 1;
    }
}