.section--subscribe__img {
    z-index: 1;
}
.mobile-toggler {
    width: 32px;
}

@media (max-width: 980px) {
    .dropdown-container {
    width: 240px;

    }
}
@media (max-width: 420px) {
    .slider-main .slider-main__content h1 p {
        font-size: 24px;
        line-height: 1.2;
    }
    .slider-main .slider-main__content h2 p {
        font-size: 24px;
        line-height: 1.2;
    }

}
.subscribe-size {
    font-size: 35px;
    line-height: 40px;
}

.button-link {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;

    cursor: pointer;
}

.section__title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
}



@media (max-width: 980px) {
    .section__title {
        line-height: 40px;
    }
}

@media (min-width: 1200px) {
    .slider-main__text {
        width: 50%;
    }


}

@media (min-width: 640px ) and ( max-width: 1000px) {
    .section--subscribe__img img {
        margin-left: 200px;
    }
}

@media (min-width: 1000px ) and ( max-width: 1199px) {
    .section--subscribe__img img {
        margin-left: 180px;
    }
}

@media (max-width: 640px ) {
    .subscribe-size {
        font-size: 25px;
    }

    .slider-size {
        height: 100%!important;
    }
    
    /* .page-header {
        padding-top: 70px;
        }  */   
    .slider__button.slider__button-next.swiper-button-disabled {
    display: none;
}  
.radio-img__value {
        font-size: 14px;
    }
.fit-menu-tariff__option .radio-img__value span.dessert-weight {
    font-size: 12px;
    line-height: 1;
    letter-spacing: -1px;
    padding: 4px 2px 0 2px;
}    
}

@media (max-width: 768px ) {

    .image-not-show img {
        display: none;
    }




    .mobile-fs-14 {
        font-size: 14px !important;
    }

    .mobile-fs-16 {
        font-size: 16px !important;
    }

    .mobile-fs-22 {
        font-size: 22px !important;
    }

    .mobile-fs-25 {
        font-size: 25px !important;
    }

    .mobile-fs-30 {
        font-size: 30px !important;
    }

    .mobile-fs-33 {
        font-size: 33px !important;
    }

    .mobile-mt-10 {
        margin-top: 10px !important;
    }

    .mobile-mt-20 {
        margin-top: 20px !important;
    }

    .mobile-mb-10 {
        margin-bottom: 10px !important;
    }
    .mobile-mb-30 {
        margin-bottom: 30px !important;
    }

    .wd-auto {
        width: auto !important;
    }

    .mobile-wd-238 {
        width: 238px !important;
    }

    .mobile-bottom-0 {
        bottom: 0 !important;
    }
    .mobile-bottom-45 {
        bottom: 45px !important;
    }

    .mobile-show {
        display: block !important;
    }

    .mobile-not-show {
        display: none;
    }
}


.banner-text-wrapper--small {
    width: 460px;
}


.text-left {
    text-align: left !important;
}

/* .swiper-lazy img {
    position: relative;
} */

.mobile-show {
    display: none;
}
.mb-0 {
    margin-bottom: 0;
}

@media (max-width: 375px) {
    .mobile-bottom-70 {
        bottom: 70px !important;
    }
}



 

.info-bar-bottom {
  background-color: #df6060;
  padding: 11px 20px;
}
.info-bar-bottom .info-bar__content p {
  color: #fff;
  font-weight: 700;
}
.info-bar-top {
  background-color: #ffd600;
  padding: 10px 20px;
}
.info-bar-top .info-bar__content {
  max-width: 1000px;
}
.info-bar-top .info-bar__content p {
  color: #000;
}
.info-bar__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  margin: auto;
}
.info-bar__content p {
  font-size: 12px;
  margin-bottom: 0;
}



.form-input__wrapper {
  display: grid;
  grid-template-columns: 1fr 240px;
  grid-gap: 16px;
  align-items: center;
}
.form-input__wrapper .input-user:not(:last-child) {
  margin-bottom: 0;
}
.form-search-delivery {
  flex-direction: column;
  gap: 12px;
}
.form-search-delivery .button {
  height: 50px;
  font-size: 16px;
  text-transform: unset;
}
.form-search-delivery .form__status {
  display: flex;
  align-items: center;
  border-radius: 8px;
  font-weight: 500;
  line-height: 22px;
  padding: 16px;
  background: #fff;
}

