

/* Start:/dostavka/css/style.css?175128285552650*/
.btn_text.white-on-color{
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.btn_text.white-on-color:hover{
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

/* Баннер */
.VV22_DeliveryPageBanner {
  margin-bottom: 64px;
}

.VV22_DeliveryPageBanner ._desktop {
  display: block;
}

.VV22_DeliveryPageBanner ._tablet,
.VV22_DeliveryPageBanner ._mobile {
  display: none;
}

.VV22_DeliveryPageBanner__Inner {
  display: flex;
  height: 360px;
  border-radius: 40px;
  background: #36BA5F;
  overflow: hidden;
}

.VV22_DeliveryPageBanner__Content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 645px;
  padding-left: 56px;
  padding-right: 16px;
}

.VV22_DeliveryPageBanner__Title {
  margin-bottom: 16px;
  font-family: 'Villula';
  font-weight: 500;
}

.VV22_DeliveryPageBanner__Image {
  position: relative;
}

.VV22_DeliveryPageBanner__Image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.VV22_DeliveryPageBanner__Image-border {
  position: absolute;
  left: -1px;
  top: 0;
  height: 100%;
}

@media (max-width: 1023px) {
  .VV22_DeliveryPageBanner__Image ._desktop {
    display: none;
  }

  .VV22_DeliveryPageBanner__Image ._tablet {
    display: block;
  }
}

@media (max-width: 767px) {
  .VV22_DeliveryPageBanner {
    margin-bottom: 40px;
  }

  .VV22_DeliveryPageBanner__Inner {
    flex-direction: column;
    height: auto;
    border-radius: 20px;
  }

  .VV22_DeliveryPageBanner__Content {
    padding: 22px 12px 24px 12px;
    width: 100%;
  }

  .VV22_DeliveryPageBanner__Content br {
    display: none;
  }

  .VV22_DeliveryPageBanner__Title {
    margin-bottom: 8px;
  }

  .VV22_DeliveryPageBanner__Image {
    height: 63vw;
  }

  .VV22_DeliveryPageBanner__Image-border._desktop,
  .VV22_DeliveryPageBanner__Image-border._tablet {
    display: none;
  }

  .VV22_DeliveryPageBanner__Image-border._mobile {
    display: block;
    height: auto;
    width: 100%;
    left: 0;
    top: -1px;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .VV22_DeliveryPageBanner {
    margin-bottom: 40px;
  }

  .VV22_DeliveryPageBanner__Inner {
    height: 290px;
    border-radius: 16px;
  }

  .VV22_DeliveryPageBanner__Content {
    width: 360px;
    padding-left: 34px;
    padding-right: 26px;
    flex-shrink: 0;
  }

  .VV22_DeliveryPageBanner__Content br {
    display: none;
  }

  .VV22_DeliveryPageBanner__Title {
    margin-bottom: 12px;
  }

  .VV22_DeliveryPageBanner ._desktop {
    display: none;
  }

  .VV22_DeliveryPageBanner ._tablet {
    display: block;
  }
}

/* Преимущества */
.VV22_DeliveryPageBenefits {
  /* margin-bottom: 40px; */
}

.VV22_DeliveryPageBenefits .Container {
  max-width: 1056px;
}

.VV22_DeliveryPageBenefits__Inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 37px;
}

.VV22_DeliveryPageBenefits__Item {
  max-width: 300px;
}

.VV22_DeliveryPageBenefits__Item-title {
  margin-bottom: 10px;
  font-weight: 500;
}

.VV22_DeliveryPageBenefits__Button{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    padding-right: 39px;
}

.VV22_DeliveryPageBenefits__Button .VV_Button{
    font-weight: 500;
}

@media (max-width: 1279px) {
    .VV22_DeliveryPageBenefits {
        margin-bottom: 32px;
    }
}

@media (max-width: 1023px) {
  .VV22_DeliveryPageBenefits .Container {
    max-width: 640px;
  }

  .VV22_DeliveryPageBenefits__Inner {
    padding-right: 0;
    margin-bottom: 39px;
  }

  .VV22_DeliveryPageBenefits__Item {
    max-width: 170px;
  }

  .VV22_DeliveryPageBenefits__Item br {
    display: none;
  }

  .VV22_DeliveryPageBenefits__Item-title {
    margin-bottom: 8px;
  }

  .VV22_DeliveryPageBenefits__Button{
      padding-left: 11px;
      padding-right: 0;
  }
}

@media (max-width: 767px) {
  .VV22_DeliveryPageBenefits__Inner {
    display: block;
    margin-bottom: 24px;
  }

  .VV22_DeliveryPageBenefits {
    margin-bottom: 24px;
  }

  .VV22_DeliveryPageBenefits__Item {
    max-width: 100%;
    margin-bottom: 24px;
  }
  .VV22_DeliveryPageBenefits__Button{
      padding: 0;
  }
}

/* Варианты доставки */
.VV22_DeliveryPageMethods {
  margin-bottom: 54px;
}
.VV22_DeliveryPageMethods .Container {
  max-width: 1056px;
}
.VV22_DeliveryPageMethods__Inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.VV22_DeliveryPageMethods__Item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 278px;
  margin-bottom: 20px;
  padding: 41px 40px 40px 40px;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
  background-position: right bottom;
  background-repeat: no-repeat;
  transition: .3s!important;
}

.VV22_DeliveryPageMethods__Item-icon {
  display: none;
  z-index: 1;
}
.VV22_DeliveryPageMethods__Item._small {
  width: 396px;
}
.VV22_DeliveryPageMethods__Item._small .VV22_DeliveryPageMethods__Item-text {
  max-width: 280px;
}
.VV22_DeliveryPageMethods__Item._medium {
  width: 580px;
}
.VV22_DeliveryPageMethods__Item._medium .VV22_DeliveryPageMethods__Item-text {
  max-width: 340px;
}
.VV22_DeliveryPageMethods__Item._large {
  width: 100%;
  height: 252px;
}
.VV22_DeliveryPageMethods__Item._large .VV22_DeliveryPageMethods__Item-text {
  max-width: 340px;
}
.VV22_DeliveryPageMethods__Item._day {
  background-color: var(--blue4);
  background-image: url('/dostavka/css/../img/method-24.svg');
}
.VV22_DeliveryPageMethods__Item._night {
  background-color: var(--purple4);
  background-image: url('/dostavka/css/../img/method-phone.svg');
}
.VV22_DeliveryPageMethods__Item._time {
  background-color: var(--green400);
  background-image: url('/dostavka/css/../img/method-village.svg');
}
.VV22_DeliveryPageMethods__Item._express {
  background-color: var(--yelloworange5);
  background-image: url('/dostavka/css/../img/method-express.svg');
}
.VV22_DeliveryPageMethods__Item._self {
  background-color: var(--redToPink1);
}
.VV22_DeliveryPageMethods__Item._self:before {
  content: url('/dostavka/css/../img/img-bg-till-method-self.svg');
  position: absolute;
  left: auto;
  right: 2px;
  top: auto;
  bottom: -43px;
  width: 252px;
  height: auto;
}
.VV22_DeliveryPageMethods__Item._russia{
  background-color: #85D921;
}
.VV22_DeliveryPageMethods__Item._russia:before {
  content: url('/dostavka/css/../img/img-bg-till-method-russia.svg');
  position: absolute;
  left: auto;
  right: 7px;
  top: auto;
  bottom: -59px;
  width: 250px;
  height: auto;
}
.VV22_DeliveryPageMethods__Item-title {
  margin-bottom: 11px;
  font-family: 'Villula';
  line-height: 1;
  position: relative;
  z-index: 1;
}
.VV22_DeliveryPageMethods__Item-text {
  margin-bottom: 4px;
  position: relative;
  z-index: 1;
}
.VV22_DeliveryPageMethods__Item-payment {
  display: flex;
  align-items: center;
}
.VV22_DeliveryPageMethods__Item-payment svg {
  margin-right: 8px;
}
.VV22_DeliveryPageMethods__Item-payment .subtitle {
  max-width: 190px;
}
@media (min-width: 1024px) {
  .VV22_DeliveryPageMethods__Item:hover {
    transform: translateY(-5px);
  }
}
@media (max-width: 1279px) {
  .VV22_DeliveryPageMethods__Item._small {
    width: 368px;
  }
  .VV22_DeliveryPageMethods__Item._medium {
    width: 552px;
  }
}
@media (max-width: 1023px) {
  .VV22_DeliveryPageMethods {
    margin-bottom: 44px;
  }
  .VV22_DeliveryPageMethods .Container {
    max-width: 640px;
  }
  .VV22_DeliveryPageMethods__Item {
    padding: 21px 15px 21px 17px;
    min-height: 212px;
    margin-bottom: 12px;
    border-radius: 20px;
  }
  .VV22_DeliveryPageMethods__Item-title {
    margin-bottom: 7px;
  }
  .VV22_DeliveryPageMethods__Item-text {
    margin-bottom: 0px;
  }
  .VV22_DeliveryPageMethods__Item-payment {
    margin-left: -3px;
  }
  .VV22_DeliveryPageMethods__Item._small {
    width: 231px;
  }
  .VV22_DeliveryPageMethods__Item._small .VV22_DeliveryPageMethods__Item-text {
    max-width: 155px;
  }
  .VV22_DeliveryPageMethods__Item._medium {
    width: 338px;
  }
  .VV22_DeliveryPageMethods__Item._medium .VV22_DeliveryPageMethods__Item-text {
    max-width: 210px;
  }
  .VV22_DeliveryPageMethods__Item._large {
    width: 100%;
    height: 172px;
  }
  .VV22_DeliveryPageMethods__Item._large .VV22_DeliveryPageMethods__Item-text {
    max-width: 282px;
  }
  .VV22_DeliveryPageMethods__Item._day .VV22_DeliveryPageMethods__Item-text {
    max-width: 270px;
  }
  .VV22_DeliveryPageMethods__Item._day {
    background-color: var(--blue4);
    background-image: url('/dostavka/css/../img/method-24--tablet.svg');
  }
  .VV22_DeliveryPageMethods__Item._night {
    background-color: var(--purple4);
    background-image: url('/dostavka/css/../img/method-phone--tablet.svg');
  }
  .VV22_DeliveryPageMethods__Item._time {
    background-color: var(--green400);
    background-image: url('/dostavka/css/../img/method-village--tablet.svg');
  }
  .VV22_DeliveryPageMethods__Item._express {
    background-color: var(--yelloworange5);
    background-image: url('/dostavka/css/../img/method-express--tablet.svg');
  }
  .VV22_DeliveryPageMethods__Item._medium._self{
    width: 303px;
  }
  .VV22_DeliveryPageMethods__Item._self:before {
    right: 6px;
    bottom: -28px;
    width: 130px;
    height: auto;
  }
  .VV22_DeliveryPageMethods__Item._small._russia{
    width: 266px;
  }
  .VV22_DeliveryPageMethods__Item._russia:before {
    right: 5px;
    bottom: -40px;
    width: 169px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryPageMethods__Item {
    padding: 17px 16px 18px 20px;
    height: auto;
    min-height: 190px;
    margin-bottom: 16px;
  }
  .VV22_DeliveryPageMethods__Item-text {
    margin-bottom: 3px;
  }
  .VV22_DeliveryPageMethods__Item-title {
    margin-top: 4px;
    margin-bottom: 10px;
    max-width: 200px;
  }
  .VV22_DeliveryPageMethods__Item-title br {
    display: none;
  }
  .VV22_DeliveryPageMethods__Item-payment {
    margin-left: 0;
  }
  .VV22_DeliveryPageMethods__Item._small {
    width: 100%;
  }
  .VV22_DeliveryPageMethods__Item._small .VV22_DeliveryPageMethods__Item-text {
    max-width: 230px;
  }
  .VV22_DeliveryPageMethods__Item._medium {
    width: 100%;
  }
  .VV22_DeliveryPageMethods__Item._medium .VV22_DeliveryPageMethods__Item-text {
    max-width: 235px;
  }
  .VV22_DeliveryPageMethods__Item._large {
    height: 190px;
  }
  .VV22_DeliveryPageMethods__Item._day .VV22_DeliveryPageMethods__Item-text {
    max-width: 235px;
  }
  .VV22_DeliveryPageMethods {
    margin-bottom: 20px;
  }
  .VV22_DeliveryPageMethods__Item-icon {
    position: absolute;
    right: 16px;
    top: 16px;
    display: block;
  }
  .VV22_DeliveryPageMethods__Item._day {
    background-color: var(--blue4);
    background-image: url('/dostavka/css/../img/method-24--mobile.svg');
  }
  .VV22_DeliveryPageMethods__Item._night {
    background-color: var(--purple4);
    background-image: url('/dostavka/css/../img/method-phone--mobile.svg');
  }
  .VV22_DeliveryPageMethods__Item._time {
    background-color: var(--green400);
    background-image: url('/dostavka/css/../img/method-village--mobile.svg');
  }
  .VV22_DeliveryPageMethods__Item._express {
    background-color: var(--yelloworange5);
    background-image: url('/dostavka/css/../img/method-express--mobile.svg');
  }
  .VV22_DeliveryPageMethods__Item._self {
    background-color: var(--redToPink1);
    overflow: hidden;
  }
  .VV22_DeliveryPageMethods__Item-payment .subtitle {
    max-width: 170px;
  }
  .VV22_DeliveryPageMethods__Item._medium._self{
    width: 100%;
  }
  .VV22_DeliveryPageMethods__Item._self:before {
    content: url('/dostavka/css/../img/img-bg-till-method-self--mobile.svg');
    right: -20px;
    bottom: -54px;
    width: 160px;
  }
  .VV22_DeliveryPageMethods__Item._small._russia{
    width: 100%;
  }
  .VV22_DeliveryPageMethods__Item._russia:before {
    right: 0px;
    bottom: -59px;
    width: 220px;
  }
}

/* Как оплатить */
.VV22_DeliveryPagePay {
  margin-bottom: 66px;
}

.VV22_DeliveryPagePay .Container {
  max-width: 1056px;
}

.VV22_DeliveryPagePay .block-title {
  margin-bottom: 15px;
  font-family: 'Villula';
  text-align: center;
}

.VV22_DeliveryPagePay .block-subtitle {
  text-align: center;
  max-width: 588px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.VV22_DeliveryPagePay__Items {
  display: flex;
  justify-content: space-between;
}

.VV22_DeliveryPagePay__Item {
  max-width: 216px;
}

.VV22_DeliveryPagePay__Item .h6 {
  margin-bottom: 16px;
  font-weight: 500;
}

.VV22_DeliveryPagePay__Item .rtext {
  margin-bottom: 16px;
}

@media (max-width: 1023px) {
  .VV22_DeliveryPagePay {
    margin-bottom: 42px;
  }

  .VV22_DeliveryPagePay .Container {
    max-width: 640px;
  }

  .VV22_DeliveryPagePay .block-subtitle {
    max-width: 520px;
    margin-bottom: 30px;
  }

  .VV22_DeliveryPagePay__Items {
    flex-wrap: wrap;
  }

  .VV22_DeliveryPagePay__Item {
    max-width: 280px;
    margin-bottom: 22px;
  }

  .VV22_DeliveryPagePay__Item .h6 {
    margin-bottom: 8px;
  }

  .VV22_DeliveryPagePay__Item .rtext {
    margin-bottom: 6px;
  }
}

@media (max-width: 767px) {
  .VV22_DeliveryPagePay {
    margin-bottom: 18px;
  }

  .VV22_DeliveryPagePay .block-title {
    text-align: left;
    margin-bottom: 10px;
  }

  .VV22_DeliveryPagePay .block-subtitle {
    text-align: left;
    max-width: 275px;
    margin-left: 0;
    margin-bottom: 24px;
  }

  .VV22_DeliveryPagePay__Item {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .VV22_DeliveryPagePay__Item .rtext {
    margin-bottom: 0px;
  }

  .VV22_DeliveryPagePay__Item .btn_text {
    margin-top: 10px;
    display: inline-block;
  }
}

/* Как сделать заказ */
.VV22_DeliveryPageOrder {
  margin-bottom: 80px;
}

.VV22_DeliveryPageOrder__Inner {
  position: relative;
  background: var(--purple4);
  background-image: url('/dostavka/css/../img/bg-order--desktop.svg');
  background-repeat: no-repeat;
  background-position: 595px top;
}

.VV22_DeliveryPageOrder__Corners {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.VV22_DeliveryPageOrder__Corners svg {
  position: absolute;
}

.VV22_DeliveryPageOrder__Corners svg._tablet {
  display: none;
}

.VV22_DeliveryPageOrder__Corners svg._mobile {
  display: none;
}

.VV22_DeliveryPageOrder__Corners .top-left {
  top: -1px;
}

.VV22_DeliveryPageOrder__Corners .top {
  top: -1px;
  left: 59px;
  width: calc(100% - 112px);
}

.VV22_DeliveryPageOrder__Corners .top-right {
  top: -1px;
  right: 0;
}

.VV22_DeliveryPageOrder__Corners .bottom-right {
  bottom: -1px;
  right: 0;
}

.VV22_DeliveryPageOrder__Corners .bottom {
  bottom: -1px;
  left: 59px;
  width: calc(100% - 112px);
}

.VV22_DeliveryPageOrder__Corners .bottom-left {
  bottom: -1px;
  left: 0px;
}

.VV22_DeliveryPageOrder__Content {
  padding: 77px 84px 80px 60px;
}

.VV22_DeliveryPageOrder__Title {
  font-family: 'Villula';
  line-height: 1.1;
  margin-bottom: 42px;
}

.VV22_DeliveryPageOrder__Items {
  display: flex;
  justify-content: space-between;
}

.VV22_DeliveryPageOrder__Item-top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.VV22_DeliveryPageOrder__Item-top svg._mobile {
  display: none;
}

.VV22_DeliveryPageOrder__Item-count {
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Villula';
  padding: 8px 0 0;
}

.VV22_DeliveryPageOrder__Item-count:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 60px;
  background: white;
  opacity: 0.2;
}

.VV22_DeliveryPageOrder__Item-title {
  max-width: 220px;
  margin-bottom: 12px;
  font-weight: 500;
}

.VV22_DeliveryPageOrder__Item-text {
  max-width: 220px;
  opacity: 0.7;
}

.VV22_DeliveryPageOrder__Link {
  position: absolute;
  right: 102px;
  top: 110px;
  padding: 0 32px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .VV22_DeliveryPageOrder__Corners .top-left {
    left: -1px;
  }

  .VV22_DeliveryPageOrder__Corners .bottom-left {
    left: -1px;
  }
}

@media (max-width: 1279px) {
  .VV22_DeliveryPageOrder__Items {
    flex-wrap: wrap;
  }

  .VV22_DeliveryPageOrder__Item {
    width: 48%;
    display: flex;
    margin-bottom: 20px;
  }

  .VV22_DeliveryPageOrder__Item-top {
    align-items: flex-start;
  }

  .VV22_DeliveryPageOrder__Item-top svg._desktop {
    display: none;
  }

  .VV22_DeliveryPageOrder__Item-title {
    max-width: 270px;
  }

  .VV22_DeliveryPageOrder__Item-text {
    max-width: 270px;
  }
}

@media (max-width: 1023px) {
  .VV22_DeliveryPageOrder {
    margin-bottom: 62px;
  }

  .VV22_DeliveryPageOrder__Inner {
    background-image: url('/dostavka/css/../img/bg-order--tablet.svg');
    background-position: 332px top;
  }

  .VV22_DeliveryPageOrder__Corners svg._desktop {
    display: none;
  }

  .VV22_DeliveryPageOrder__Corners .top {
    left: 29px;
    width: calc(100% - 54px);
  }

  .VV22_DeliveryPageOrder__Corners .bottom {
    left: 29px;
    width: calc(100% - 54px);
  }

  .VV22_DeliveryPageOrder__Content {
    padding: 77px 40px 68px 40px;
  }

  .VV22_DeliveryPageOrder__Title {
    margin-bottom: 30px;
  }

  .VV22_DeliveryPageOrder__Item-count {
    width: 24px;
    height: 24px;
    margin-right: 17px;
    padding-top: 4px;
  }

  .VV22_DeliveryPageOrder__Item-title {
    margin-top: 4px;
    margin-bottom: 7px;
  }

  .VV22_DeliveryPageOrder__Link {
    right: 60px;
    top: 95px;
    padding: 0 22px;
  }
}

@media (max-width: 767px) {
  .VV22_DeliveryPageOrder {
    margin-bottom: 38px;
  }

  .VV22_DeliveryPageOrder__Inner {
    background-image: url('/dostavka/css/../img/bg-order--mobile.svg');
    background-position: right top;
  }

  .VV22_DeliveryPageOrder__Corners svg._mobile {
    display: block;
  }

  .VV22_DeliveryPageOrder__Corners .top {
    left: 17px;
    width: calc(100% - 32px);
  }

  .VV22_DeliveryPageOrder__Corners .bottom {
    left: 17px;
    width: calc(100% - 32px);
  }

  .VV22_DeliveryPageOrder__Content {
    padding: 37px 20px 49px 20px;
  }

  .VV22_DeliveryPageOrder__Title {
    margin-bottom: 16px;
  }

  .VV22_DeliveryPageOrder__Item {
    width: 100%;
    margin-bottom: 13px;
  }

  .VV22_DeliveryPageOrder__Item-top {
    flex-direction: column;
    align-items: center;
    margin-right: 16px;
    margin-bottom: 0;
  }

  .VV22_DeliveryPageOrder__Item-top svg._mobile {
    display: block;
  }

  .VV22_DeliveryPageOrder__Item-count {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .VV22_DeliveryPageOrder__Link {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .VV22_DeliveryPageOrder__Corners svg._tablet {
    display: block;
  }
}

/* Скидки и промокоды Вкусвилл */
.VV22_DeliveryPageSales {
  margin-bottom: 80px;
}

.VV22_DeliveryPageSales .block-title {
  text-align: center;
  margin-bottom: 51px;
}

.VV22_DeliveryPageSales__Inner {
  display: flex;
}

.VV22_DeliveryPageSales__Inner._mobile {
  display: none;
}

.VV22_DeliveryPageSales__SliderContainer {
  position: relative;
  width: 588px;
  height: 617px;
  flex-shrink: 0;
  background: var(--gray50);
  border-radius: 40px;
}

.VV22_DeliveryPageSales__Slider {
  overflow: hidden;
}

.VV22_DeliveryPageSales__Slider .swiper-slide ._tablet,
.VV22_DeliveryPageSales__Slider .swiper-slide ._mobile {
  display: none;
}

.VV22_DeliveryPageSales__SliderImg{
  border-radius: 40px;
}

.VV22_DeliveryPageSales__Slider .swiper-button-prev {
  left: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.09);
  background: var(--white);
  background-image: none;
  border-radius: 44px;
}

.VV22_DeliveryPageSales__Slider .swiper-button-next {
  right: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.09);
  background: var(--white);
  background-image: none;
  border-radius: 44px;
}

.VV22_DeliveryPageSales__Slider .swiper-button-prev,
.VV22_DeliveryPageSales__Slider .swiper-button-next {
  transition: .2s;
  color: var(--gray900);
}

.VV22_DeliveryPageSales__Slider .swiper-button-prev:hover,
.VV22_DeliveryPageSales__Slider .swiper-button-next:hover {
  color: var(--green500);
}

.VV22_DeliveryPageSales__Slider .swiper-button-disabled {
  opacity: 1;
  color: var(--gray400);
}

.VV22_DeliveryPageSales__Slider .swiper-button-prev svg path,
.VV22_DeliveryPageSales__Slider .swiper-button-next svg path {
  fill: currentColor;
}

.VV22_DeliveryPageSales__SliderMobile-image {
  background: var(--gray50);
  border-radius: 10px;
  margin-bottom: 16px;
  text-align: center;
}

.VV22_DeliveryPageSales__SliderMobile-title {
  font-weight: 500;
  margin-bottom: 8px;
}

.VV22_DeliveryPageSales__SliderMobile-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin-top: 24px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
  background: var(--green500);
  color: white;
}

.VV22_DeliveryPageSales__SliderMobile-buttons {
  display: flex;
  align-items: center;
}

.VV22_DeliveryPageSales__SliderMobile .swiper-pagination {
  position: relative;
}

.VV22_DeliveryPageSales__SliderMobile .swiper-button-prev {
  position: relative;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  background-image: none;
}

.VV22_DeliveryPageSales__SliderMobile .swiper-button-next {
  position: relative;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 26px;
  margin-top: 0;
  background-image: none;
}

.VV22_DeliveryPageSales__Items {
  flex-grow: 1;
  margin-left: 28px;
  margin-top: 40px;
}

.VV22_DeliveryPageSales__Item {
  display: flex;
  margin-bottom: 53px;
}

.VV22_DeliveryPageSales__Item:last-child {
  margin-bottom: 0;
}

.VV22_DeliveryPageSales__Number {
  margin-right: 34px;
  color: var(--gray100);
  transition: 0.3s;
}

.VV22_DeliveryPageSales__Number.active {
  color: var(--green500);
}

.VV22_DeliveryPageSales__TextTitle {
  color: var(--light-primary);
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  .VV22_DeliveryPageSales__SliderContainer:after {
    content: url('/dostavka/css/../img/sales-label.svg');
    position: absolute;
    display: block;
    width: 308px;
    height: 170px;
    left: 33px;
    top: -30px;
    z-index: 1;
  }
}

@media (max-width: 1279px) {
  .VV22_DeliveryPageSales__SliderContainer {
    width: 470px;
    height: 600px;
  }

  .VV22_DeliveryPageSales__Slider {
    height: 100%;
  }

  .VV22_DeliveryPageSales__Slider .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .VV22_DeliveryPageSales__Items {
    margin-top: 5px;
  }
}

@media (max-width: 1023px) {
  .VV22_DeliveryPageSales {
    margin-bottom: 64px;
  }

  .VV22_DeliveryPageSales .block-title {
    margin-bottom: 27px;
  }

  .VV22_DeliveryPageSales__SliderContainer {
    width: 300px;
    height: 365px;
    border-radius: 20px;
  }

  .VV22_DeliveryPageSales__Slider .swiper-slide ._desktop {
    display: none;
  }

  .VV22_DeliveryPageSales__Slider .swiper-button-prev,
  .VV22_DeliveryPageSales__Slider .swiper-button-next {
    width: 34px;
    height: 34px;
    margin-top: -17px;
  }

  .VV22_DeliveryPageSales__Slider .swiper-button-prev svg,
  .VV22_DeliveryPageSales__Slider .swiper-button-next svg {
    width: 6px;
  }

  .VV22_DeliveryPageSales__Slider .swiper-button-prev {
    left: 10px;
  }

  .VV22_DeliveryPageSales__Slider .swiper-button-next {
    right: 10px;
  }

  .VV22_DeliveryPageSales__Items {
    margin-left: 40px;
    margin-top: 0;
  }

  .VV22_DeliveryPageSales__Item {
    margin-bottom: 12px;
  }

  .VV22_DeliveryPageSales__Number {
    margin-right: 17px;
  }

  .VV22_DeliveryPageSales__TextTitle {
    margin-bottom: 4px;
  }

  .VV22_DeliveryPageSales__SliderImg{
    border-radius: 24px;
  }
}

@media (max-width: 767px) {
  .VV22_DeliveryPageSales {
    margin-bottom: 40px;
  }

  .VV22_DeliveryPageSales .block-title {
    margin-bottom: 24px;
  }

  .VV22_DeliveryPageSales__Inner._desktop {
    display: none;
  }

  .VV22_DeliveryPageSales__Inner._mobile {
    display: block;
  }

  .VV22_DeliveryPageSales__SliderImg{
    border-radius: 16px;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .VV22_DeliveryPageSales__Slider .swiper-slide ._tablet {
    display: block;
  }
}

/* Промокод */
.VV22_DeliveryPagePromo {
  margin-bottom: 80px;
}

.VV22_DeliveryPagePromo__Inner {
  position: relative;
  display: flex;
  padding: 40px;
  border-radius: 20px;
  background-color: var(--yelloworange5);
  background-image: url('/dostavka/css/../img/bg-promo--desktop.svg');
  background-repeat: no-repeat;
  background-position: 220px;
  overflow: hidden;
}

.VV22_DeliveryPagePromo__Inner:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 560px;
  display: block;
  background: url('/dostavka/css/../img/img-promo.png');
  width: 282px;
  height: 233px;
}

.VV22_DeliveryPagePromo__Left {
  max-width: 484px;
  position: relative;
}

.VV22_DeliveryPagePromo__Right {
  position: relative;
  text-align: right;
}

.VV22_DeliveryPagePromo__Title {
  font-family: 'Villula';
  margin-bottom: 6px;
}

.VV22_DeliveryPagePromo__Text {
  margin-bottom: 23px;
}

.VV22_DeliveryPagePromo__Apps {
  display: flex;
}

.VV22_DeliveryPagePromo__Apps a {
  margin-right: 12px;
  transition: 0.2s;
}

.VV22_DeliveryPagePromo__Apps a:hover {
  transform: translateY(-2px);
}

.VV22_DeliveryPagePromo__Code {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 84px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 16px;
  background: var(--yelloworange3);
  line-height: 1.1;
  font-family: 'Villula';
}

.VV22_DeliveryPagePromo__Offer {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding-left: 22px;
  padding-right: 22px;
  background: var(--white);
  border-radius: 16px;
  font-weight: 500;
  color: var(--yelloworange3);
}

.VV22_DeliveryPagePromo__Offer .Currency .CurrencyIcon {
  font-weight: 600;
}

@media (max-width: 1023px) {
  .VV22_DeliveryPagePromo {
    margin-bottom: 61px;
  }

  .VV22_DeliveryPagePromo__Inner {
    padding: 34px;
  }

  .VV22_DeliveryPagePromo__Inner:before {
    left: 521px;
    width: 180px;
    height: 143px;
    background: url('/dostavka/css/../img/img-promo--tablet@2x.png');
    background-size: contain;
  }

  .VV22_DeliveryPagePromo__Left {
    max-width: 360px;
  }

  .VV22_DeliveryPagePromo__Text {
    margin-bottom: 18px;
  }

  .VV22_DeliveryPagePromo__Apps a {
    margin-right: 4px;
  }

  .VV22_DeliveryPagePromo__Apps a img {
    height: 34px;
  }

  .VV22_DeliveryPagePromo__Code {
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 11px;
  }

  .VV22_DeliveryPagePromo__Offer {
    height: 34px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 11px;
  }
}

@media (max-width: 767px) {
  .VV22_DeliveryPagePromo {
    margin-bottom: 22px;
  }

  .VV22_DeliveryPagePromo__Inner {
    display: block;
    border-radius: 10px;
    padding: 14px 17px 21px 17px;
    background-position: -80px 0;
  }

  .VV22_DeliveryPagePromo__Inner:before {
    left: auto;
    right: 0;
    width: 133px;
    height: 136px;
    background: url('/dostavka/css/../img/img-promo--mobile.png');
    background-size: contain;
  }

  .VV22_DeliveryPagePromo__Left {
    margin-bottom: 24px;
  }

  .VV22_DeliveryPagePromo__Right {
    text-align: left;
  }

  .VV22_DeliveryPagePromo__Title {
    max-width: 160px;
  }

  .VV22_DeliveryPagePromo__Title br {
    display: none;
  }

  .VV22_DeliveryPagePromo__Text {
    margin-bottom: 22px;
  }

  .VV22_DeliveryPagePromo__Apps {
    overflow: scroll;
    margin-left: -17px;
    margin-right: -17px;
    padding-left: 17px;
    padding-right: 17px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .VV22_DeliveryPagePromo__Apps::-webkit-scrollbar {
    display: none;
  }
}

/* Промокод 2024 */

.VV24_DeliveryPagePromo {
    margin-bottom: 100px;
    padding-top: 107px;
}

.VV24_DeliveryPagePromo__Wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 281px;
    padding: 64px;
    border: 1px solid var(--light-on-promo3-secondary);
    border-radius: 20px;
    background-color: var(--light-promo3-container-fill);
}

.VV24_DeliveryPagePromo__Picture {
    position: absolute;
    bottom: 0;
    left: -1px;
    width: 416px;
    height: 388px;
}

.VV24_DeliveryPagePromo__Image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.VV24_DeliveryPagePromo__Image._tablet, .VV24_DeliveryPagePromo__Image._mobile {
    display: none;
}

.VV24_DeliveryPagePromo__Text {
  margin-left: 394px;
}

.VV24_DeliveryPagePromo__Title {
    margin-bottom: 12px;
    font-weight: 500;
    color: var(--light-brand1);
}

.VV24_DeliveryPagePromo__Description {
    margin-bottom: 16px;
    font-weight: 400;
    color: var(--light-fixed-black);
}

.VV24_DeliveryPagePromo__Description .VV_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;
    gap: 3px;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    color: var(--light-fixed-black);
}

.VV24_DeliveryPagePromo__Description .VV_Link::after {
    content:'';
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.27222 15.2596C6.85972 15.2596 6.50659 15.1128 6.21284 14.819C5.91909 14.5253 5.77222 14.1721 5.77222 13.7596V3.75964C5.77222 3.34714 5.91909 2.99402 6.21284 2.70027C6.50659 2.40652 6.85972 2.25964 7.27222 2.25964H15.2722C15.6847 2.25964 16.0378 2.40652 16.3316 2.70027C16.6253 2.99402 16.7722 3.34714 16.7722 3.75964V13.7596C16.7722 14.1721 16.6253 14.5253 16.3316 14.819C16.0378 15.1128 15.6847 15.2596 15.2722 15.2596H7.27222ZM7.27222 13.7596H15.2722V3.75964H7.27222V13.7596ZM4.27222 18.2596C3.85972 18.2596 3.50659 18.1128 3.21284 17.819C2.91909 17.5253 2.77222 17.1721 2.77222 16.7596V5.25964H4.27222V16.7596H13.7722V18.2596H4.27222Z" fill="%231C1B1F" /></svg>');
}

.VV24_DeliveryPagePromo__Description,
.VV24_DeliveryPagePromo__Apps {
    color: var(--light-fixed-black);
}

.VV24_DeliveryPagePromo__Apps {
    font-weight: 400;
}

.VV24_DeliveryPagePromo__Apps a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--light-primary);
}

.VV24_DeliveryPagePromo__Apps a::before {
    content:'';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background-color: currentColor;
}

@media (max-width: 1279px) {

    .VV24_DeliveryPagePromo {
        padding-top: 60px;
    }

    .VV24_DeliveryPagePromo__Wrapper {
        min-height: 225px;
        padding: 40px 49px;
    }

    .VV24_DeliveryPagePromo__Text {
        margin-left: 440px;
    }
}

@media (max-width: 1023px) {

    .VV24_DeliveryPagePromo {
        margin-bottom: 40px;
        padding-top: 64px;
    }

    .VV24_DeliveryPagePromo__Wrapper {
        min-height: 225px;
        padding: 33px 48px 32px;
    }

    .VV24_DeliveryPagePromo__Text {
        margin-left: 282px;
    }

    .VV24_DeliveryPagePromo__Description {
        margin-bottom: 17px;
    }

    .VV24_DeliveryPagePromo__Description .VV_Link {
        text-underline-offset: 2px;
    }

    .VV24_DeliveryPagePromo__Picture {
        bottom: -1px;
        left: 0px;
        width: 297px;
        height: 288px;
    }

    .VV24_DeliveryPagePromo__Image._desktop {
        display: none;
    }

    .VV24_DeliveryPagePromo__Image._tablet {
        display: block
    }
}

@media (max-width: 767px) {

    .VV24_DeliveryPagePromo {
        padding: 0 0 58px;
    }

    .VV24_DeliveryPagePromo__Wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: unset;
        padding: 32px 0 0;
    }

    .VV24_DeliveryPagePromo__Text {
        position: relative;
        max-width: 380px;
        text-align: center;
        padding: 0 10px;
        margin: 0 auto 22px;
    }

    .VV24_DeliveryPagePromo__Description {
        text-wrap: balance;
        margin: 0;
    }

    .VV24_DeliveryPagePromo__Description .VV_Link {
        text-decoration-thickness: 1.5px;
    }

    .VV24_DeliveryPagePromo__Picture {
        position: relative;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 100%;
        width: 469px;
        height: 312px;
        margin-bottom: 1px;
    }

    .VV24_DeliveryPagePromo__Image._tablet {
        display: none;
    }

    .VV24_DeliveryPagePromo__Image._mobile {
        display: block
    }

    .VV24_DeliveryPagePromo__Apps {
        position: absolute;
        bottom: calc((312px + 22px + 17px) * (-1));
        left: 50%;
        -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
        width: 100%;
        color: var(--light-secondary);
    }

    .VV24_DeliveryPagePromo__Apps a {
        color: var(--light-secondary);
    }

    .VV24_DeliveryPagePromo__Apps a::before {
        bottom: 2px;
    }
}

/* Партнерская программа */
.VV22_DeliveryVillage_PartnerProgramm {
  margin-bottom: 80px;
}

.VV22_DeliveryVillage_PartnerProgramm__Inner {
  position: relative;
  background: var(--redToPink1);
}

.VV22_DeliveryVillage_PartnerProgramm__Frame {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.VV22_DeliveryVillage_PartnerProgramm__Frame._desktop,
.VV22_DeliveryVillage_PartnerProgramm__Frame._tablet,
.VV22_DeliveryVillage_PartnerProgramm__Frame._mobile {
  display: none;
}

.VV22_DeliveryVillage_PartnerProgramm__Frame svg {
  position: absolute;
}

.VV22_DeliveryVillage_PartnerProgramm__Frame .top-left {
  top: -1px;
  left: -1px;
}

.VV22_DeliveryVillage_PartnerProgramm__Frame .top {
  top: -1px;
  left: 40px;
  width: calc(100% - 91px);
}

.VV22_DeliveryVillage_PartnerProgramm__Frame .top-right {
  top: -1px;
  right: -1px;
}

.VV22_DeliveryVillage_PartnerProgramm__Frame .bottom-right {
  bottom: -1px;
  right: -1px;
}

.VV22_DeliveryVillage_PartnerProgramm__Frame .bottom {
  bottom: -1px;
  left: 40px;
  width: calc(100% - 91px);
}

.VV22_DeliveryVillage_PartnerProgramm__Frame .bottom-left {
  bottom: -1px;
  left: -1px;
}

.VV22_DeliveryVillage_PartnerProgramm__Content {
  position: relative;
  padding: 80px 64px;
}

.VV22_DeliveryVillage_PartnerProgramm__Title {
  margin-bottom: 22px;
}

.VV22_DeliveryVillage_PartnerProgramm__Offer {
  margin-bottom: 42px;
  line-height: 1.1;
  font-family: "Villula";
}

.VV22_DeliveryVillage_PartnerProgramm__Text {
  position: absolute;
  width: 383px;
  top: 135px;
  right: 103px;
}

.VV22_DeliveryVillage_PartnerProgramm .VV_Button {
  font-weight: 500;
}

@media (min-width: 768px) {
  .VV22_DeliveryVillage_PartnerProgramm .VV_Button {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media (min-width: 1024px) {
  .VV22_DeliveryVillage_PartnerProgramm__Frame._desktop {
    display: block;
  }
}

@media (max-width: 1279px) {
  .VV22_DeliveryVillage_PartnerProgramm__Text {
    width: 340px;
    top: 123px;
    right: 30px;
  }
}

@media (max-width: 1023px) {
  .VV22_DeliveryVillage_PartnerProgramm {
    margin-bottom: 60px;
  }

  .VV22_DeliveryVillage_PartnerProgramm__Frame .top-left {
    top: -1px;
  }

  .VV22_DeliveryVillage_PartnerProgramm__Frame .top {
    left: 29px;
    width: calc(100% - 52px);
  }

  .VV22_DeliveryVillage_PartnerProgramm__Frame .bottom {
    left: 29px;
    width: calc(100% - 52px);
  }

  .VV22_DeliveryVillage_PartnerProgramm__Frame .bottom-left {
    bottom: -1px;
  }

  .VV22_DeliveryVillage_PartnerProgramm__Content {
    padding: 60px 40px;
  }

  .VV22_DeliveryVillage_PartnerProgramm__Text {
    width: 258px;
    top: 104px;
    right: 40px;
  }
}

@media (max-width: 767px) {
  .VV22_DeliveryVillage_PartnerProgramm {
    margin-bottom: 40px;
  }

  .VV22_DeliveryVillage_PartnerProgramm__Frame._mobile {
    display: block;
  }

  .VV22_DeliveryVillage_PartnerProgramm__Frame .top {
    left: 16px;
    width: calc(100% - 38px);
  }

  .VV22_DeliveryVillage_PartnerProgramm__Frame .bottom {
    left: 17px;
    width: calc(100% - 40px);
  }

  .VV22_DeliveryVillage_PartnerProgramm__Content {
    padding: 32px 20px;
  }

  .VV22_DeliveryVillage_PartnerProgramm__Title {
    margin-bottom: 9px;
  }

  .VV22_DeliveryVillage_PartnerProgramm__Offer {
    margin-bottom: 12px;
  }

  .VV22_DeliveryVillage_PartnerProgramm__Text {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 16px;
  }

  .VV22_DeliveryVillage_PartnerProgramm .VV_Button {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .VV22_DeliveryVillage_PartnerProgramm__Frame._tablet {
    display: block;
  }
}

/* Экология */
.VV22_DeliveryPageEco {
  margin-bottom: 80px;
}

.VV22_DeliveryPageEco__Inner {
  position: relative;
  padding: 80px 102px 113px 102px;
  background-color: var(--gray50);
  background-image: url('/dostavka/css/../img/bg-eco--desktop.svg');
  background-repeat: no-repeat;
  background-position: 648px 0px;
  border-radius: 40px;
}

.VV22_DeliveryPageEco__Label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  margin-bottom: 38px;
  padding-left: 10px;
  padding-right: 10px;
  background: var(--gray100);
  border-radius: 10px;
}

.VV22_DeliveryPageEco__Title {
  max-width: 384px;
  margin-bottom: 42px;
  line-height: 1.1;
  font-family: 'Villula';
}

.VV22_DeliveryPageEco__Subtitle {
  max-width: 409px;
  margin-bottom: 16px;
  font-weight: 500;
}

.VV22_DeliveryPageEco__Text {
  position: absolute;
  left: 612px;
  bottom: 101px;
  max-width: 486px;
}

@media (max-width: 1279px) {
  .VV22_DeliveryPageEco__Inner {
    padding: 60px;
    background-position: 465px 0px;
  }

  .VV22_DeliveryPageEco__Text {
    left: 525px;
    bottom: 60px;
    max-width: 380px;
  }
}

@media (max-width: 1023px) {
  .VV22_DeliveryPageEco {
    margin-bottom: 64px;
  }

  .VV22_DeliveryPageEco__Inner {
    padding: 41px 37px 48px 37px;
    background-position: 342px -8px;
    background-size: 400px;
    border-radius: 20px;
  }

  .VV22_DeliveryPageEco__Title {
    max-width: 300px;
    margin-bottom: 26px;
  }

  .VV22_DeliveryPageEco__Subtitle {
    max-width: 255px;
    margin-bottom: 14px;
  }

  .VV22_DeliveryPageEco__Text {
    left: 361px;
    bottom: 40px;
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .VV22_DeliveryPageEco {
    margin-bottom: 40px;
  }

  .VV22_DeliveryPageEco__Inner {
    border-radius: 10px;
    padding: 23px 16px 162px 16px;
    background-image: url('/dostavka/css/../img/bg-eco--mobile.svg');
    background-size: initial;
    background-position: right bottom;
  }

  .VV22_DeliveryPageEco__Label {
    height: 28px;
    margin-bottom: 30px;
  }

  .VV22_DeliveryPageEco__Subtitle {
    margin-bottom: 8px;
  }

  .VV22_DeliveryPageEco__Text {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 23px;
  }
}

/* Партнеры */
.VV22_DeliveryPagePartners {
  margin-bottom: 46px;
  text-align: center;
}

.VV22_DeliveryPagePartners__Title {
  font-family: 'Villula';
  margin-bottom: 32px;
}

.VV22_DeliveryPagePartners__Subtitle {
  margin-bottom: 24px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.VV22_DeliveryPagePartners__Input {
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.VV22_DeliveryPagePartners__Row {
  margin-bottom: 20px;
}

.VV22_DeliveryPagePartners__Row-title {
  margin-bottom: 8px;
  font-weight: 500;
}

.VV22_DeliveryPagePartners__Row-subtitle {
  margin-bottom: 16px;
}

.VV22_DeliveryPagePartners__ItemsContainer {
  margin: 0 auto;
  max-width: 996px;
}

.VV22_DeliveryPagePartners__Items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -12px;
  margin-right: -12px;
}

.VV22_DeliveryPagePartners__Items a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 96px;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 20px;
  background: var(--white);
  box-shadow: 0px 10px 40px rgba(212, 217, 232, 0.2);
  border-radius: 12px;
  transition: 0.2s;
}

@media (any-hover: hover) {
	.VV22_DeliveryPagePartners__Items a:hover {
	  transform: translateY(-5px);
	}
}

@media (max-width: 1023px) {
  .VV22_DeliveryPagePartners {
    margin-bottom: 24px;
  }

  .VV22_DeliveryPagePartners__Title {
    margin-bottom: 26px;
  }

  .VV22_DeliveryPagePartners__Subtitle {
    max-width: 340px;
  }

  .VV22_DeliveryPagePartners__Input {
    margin-bottom: 32px;
  }

  .VV22_DeliveryPagePartners__Row {
    margin-bottom: 16px;
  }

  .VV22_DeliveryPagePartners__Items {
    margin-left: -10px;
    margin-right: -10px;
  }

  .VV22_DeliveryPagePartners__Items a {
    width: 160px;
    height: 78px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .VV22_DeliveryPagePartners {
    text-align: left;
    margin-bottom: 48px;
  }

  .VV22_DeliveryPagePartners__Title {
    line-height: 1.1;
    margin-bottom: 24px;
  }

  .VV22_DeliveryPagePartners__Subtitle {
    margin-bottom: 8px;
    margin-left: 0;
  }

  .VV22_DeliveryPagePartners__Input {
    margin-bottom: 24px;
  }

  .VV22_DeliveryPagePartners__Items {
    margin-left: -4px;
    margin-right: -4px;
    justify-content: flex-start;
  }

  .VV22_DeliveryPagePartners__Items a {
    width: calc(50vw - 14px);
    height: 24.4vw;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 8px;
  }
}

/* Modals */

.DeliveryModal .modal-dialog {
  max-width: 588px;
}

.DeliveryModal .modal-content {
  border-radius: 20px;
}

.DeliveryModal .Modal__inner {
  padding: 24px;
}

.DeliveryModal .Modal__inner .rtext {
  max-width: 400px;
  font-weight: 400;
}

.DeliveryModal .Modal__inner .VV_Button {
  margin-top: 32px;
  font-weight: 500;
}

.DeliveryModal .Modal__close {
  width: 24px;
  height: 24px;
  top: 24px;
  right: 24px;
}

.DeliveryModal .Modal__title {
  padding-right: 55px;
  margin-bottom: 16px;
}

.DeliveryModal._self .modal-content {
  background-color: var(--redToPink1);
  background-image: url('/dostavka/css/../img/bg-modal-self.svg');
  background-position: right bottom;
  background-repeat: no-repeat;
}

.DeliveryModal._express .modal-content {
  background-color: var(--yelloworange5);
  background-image: url('/dostavka/css/../img/bg-modal-express.svg');
  background-position: right bottom;
  background-repeat: no-repeat;
}

.DeliveryModal._time .modal-content {
  background-color: var(--green400);
  background-image: url('/dostavka/css/../img/bg-modal-village.svg');
  background-position: right bottom;
  background-repeat: no-repeat;
}

.DeliveryModal._night .modal-content {
  background-color: var(--purple4);
  background-image: url('/dostavka/css/../img/bg-modal-phone.svg');
  background-position: right bottom;
  background-repeat: no-repeat;
}

.DeliveryModal._day .modal-content {
  background-color: var(--blue4);
  background-image: url('/dostavka/css/../img/bg-modal-24.svg');
  background-position: right bottom;
  background-repeat: no-repeat;
}

.DeliveryModal._russia .modal-content {
  background-color: #85D921;
  background-image: url('/dostavka/css/../img/bg-modal-russia.svg');
  background-position: right bottom;
  background-repeat: no-repeat;
}

.DeliveryModal._russia .Modal__inner .VV_Button{
  margin-top: 50px;
}

.DeliveryModal._payment .modal-content {
  border-radius: 15px;
}

.DeliveryModal._payment .Modal__title {
  margin-bottom: 26px;
}

.DeliveryModal._payment .Modal__inner .rtext {
  max-width: 100%;
}

.DeliveryModal._payment .Modal__inner ul {
  padding-left: 26px;
  margin-bottom: 24px;
}

.DeliveryModal._payment .Modal__inner ul li {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .DeliveryModal .modal-layout {
    align-items: flex-end;
  }

  .DeliveryModal .modal-dialog {
    margin: 0;
  }

  .DeliveryModal .modal-content {
    border-radius: 16px 16px 0 0;
  }

  .DeliveryModal .Modal__inner {
    padding: 20px 10px 24px 10px;
  }

  .DeliveryModal .Modal__inner .rtext {
    max-width: 288px;
  }

  .DeliveryModal .Modal__inner .VV_Button {
    margin-top: 24px;
  }

  .DeliveryModal .Modal__close {
    top: 20px;
    right: 10px;
  }

  .DeliveryModal .Modal__title {
    margin-bottom: 20px;
    padding-right: 32px;
  }

  .DeliveryModal._self .modal-content {
    background-image: url('/dostavka/css/../img/bg-modal-self--mobile.svg');
  }

  .DeliveryModal._express .modal-content {
    background-image: url('/dostavka/css/../img/bg-modal-express--mobile.svg');
  }

  .DeliveryModal._time .modal-content {
    background-image: url('/dostavka/css/../img/bg-modal-village--mobile.svg');
  }

  .DeliveryModal._night .modal-content {
    background-image: url('/dostavka/css/../img/bg-modal-phone--mobile.svg');
  }

  .DeliveryModal._day .modal-content {
    background-image: url('/dostavka/css/../img/bg-modal-24--mobile.svg');
  }

  .DeliveryModal._russia .modal-content{
    background-size: 209px;
  }

  .DeliveryModal._russia .Modal__inner .VV_Button{
    margin-top: 44px;
  }

  .DeliveryModal._payment .modal-content {
    border-radius: 16px 16px 0 0;
  }

  .DeliveryModal._payment .Modal__title {
    margin-bottom: 23px;
  }

  .DeliveryModal._payment .Modal__inner {
    padding: 20px 10px 33px 10px;
  }

  .DeliveryModal._payment .Modal__inner .rtext {
    padding-right: 12px;
  }

  .DeliveryModal._payment .Modal__inner ul {
    padding-left: 23px;
    margin-bottom: 21px;
  }

  .DeliveryModal._payment .Modal__inner ul li {
    margin-bottom: 6px;
  }
}


/*FAQ*/
.LP_GiftCard_FAQ {
  margin-bottom: 42px;
}

.LP_GiftCard_FAQ__Title {
  margin-bottom: 12px;
  text-align: center;
}

.LP_GiftCard_FAQ__Items{
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
}


@media (max-width: 1023px) {
  .LP_GiftCard_FAQ {
    margin-bottom: 42px;
  }

  .LP_GiftCard_FAQ__Title {
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .LP_GiftCard_FAQ {
    margin-bottom: 28px;
  }
}
/* Баннер манго 2023 */
.VV23_DeliveryPageMango{
  margin-top: 64px;
  margin-bottom: 64px;
}
.VV23_DeliveryPageMango .Container{
  max-width: 1056px;
}
.VV23_DeliveryPageMango__Inner{
  position: relative;
  padding: 37px 120px 37px 574px;
  border-radius: 40px;
  background: var(--light-brand2-container-fill);
  overflow: hidden;
}
.VV23_DeliveryPageMango__Image{
  position: absolute;
  left: 7px;
  top: 0;
}
.VV23_DeliveryPageMango__Image ._tablet,
.VV23_DeliveryPageMango__Image ._mobile{
  display: none;
}
.VV23_DeliveryPageMango__Content{
  text-align: center;
}
.VV23_DeliveryPageMango__Title{
  margin-bottom: 8px;
  color: var(--light-brand2)
}
.VV23_DeliveryPageMango__Text{
  margin-bottom: 24px;
  color: var(--light-brand2);
  font-weight: 400;
}
.VV23_DeliveryPageMango__Button .VV_Button{
  font-weight: 500;
}

@media (min-width: 1024px){
  .VV23_DeliveryPageMango__Button ._mobile{
    display: none;
  }
}

@media (max-width: 1023px) {
  .VV23_DeliveryPageMango .Container{
    max-width: 640px;
  }
  .VV23_DeliveryPageMango__Inner{
    padding: 40px 40px 40px 302px;
  }
  .VV23_DeliveryPageMango__Image {
    left: 0px;
  }
  .VV23_DeliveryPageMango__Image ._desktop{
    display: none;
  }
  .VV23_DeliveryPageMango__Image ._tablet{
    display: block;
  }
  .VV23_DeliveryPageMango__Title{
    line-height: 1;
  }
  .VV23_DeliveryPageMango__Text {
    margin-bottom: 16px;
  }
  .VV23_DeliveryPageMango__Button ._desktop{
    display: none;
  }
}

@media (max-width: 767px) {
  .VV23_DeliveryPageMango{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .VV23_DeliveryPageMango__Inner{
    display: flex;
    justify-content: center;
    padding: 289px 24px 28px 24px;
    border-radius: 24px;
  }
  .VV23_DeliveryPageMango__Image{
    left: auto;
  }
  .VV23_DeliveryPageMango__Image ._tablet{
    display: none;
  }
  .VV23_DeliveryPageMango__Image ._mobile{
    display: block;
  }
}

/* Баннер Хочу во Вкусвилл */
.VV24_Delivery_JoinToTeam{
  margin-bottom: 80px;
}
.VV23_JoinToTeamMBanner{
  border-radius: 24px;
  background-color: var(--purple4);
  overflow: hidden;
  position: relative;
}
.VV23_JoinToTeamMBanner__Text{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 500px 40px 40px;
  min-height: 193px;
  color: var(--white);
  position: relative;
  z-index: 2;
}
.VV23_JoinToTeamMBanner__Header{
  margin-bottom: auto;
}
.VV23_JoinToTeamMBanner__Img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  height: auto;
  display: block;
}
.VV23_JoinToTeamMBanner__Img._tablet,
.VV23_JoinToTeamMBanner__Img._mobile{
  display: none;
}
.VV23_JoinToTeamMBanner__VV{
  position: absolute;
  left: 0;
  bottom: 0;
}
.VV23_JoinToTeamMBanner__BtnWrp{
  margin: 17px 0 0;
}
.VV23_JoinToTeamMBanner__BtnWrp .VV_Button{
  min-width: 222px;
  font-weight: 500;
}
.VV23_JoinToTeamMBanner__Label{
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 21px 32px 11px 67px;
  background: var(--berry1);
  color: var(--white);
  text-align: right;
  z-index: 2;
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
}
.VV23_JoinToTeamMBanner__Label:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: var(--berry6);
}
.VV23_JoinToTeamMBanner__LabelNumber{
  font-weight: 500;
}
.VV23_JoinToTeamMBanner__LabelText{
  font-weight: 400;
}

@media (min-width: 1280px) {
  .VV24_Delivery_JoinToTeam{
    margin-top: 75px;
  }
}

@media (max-width: 1279px){
  .VV23_JoinToTeamMBanner__Img._tablet{
    display: block;
}
.VV23_JoinToTeamMBanner__Img._desktop{
    display: none;
}
}

@media (max-width: 1023px){
  .VV24_Delivery_JoinToTeam{
    margin-bottom: 64px;
  }
  .VV23_JoinToTeamMBanner{
      border-radius: 20px;
  }
  .VV23_JoinToTeamMBanner__Text{
      padding: 24px 400px 24px 24px;
      min-height: 217px;
  }
  .VV23_JoinToTeamMBanner__VV{
    display: none;
  }
  .VV23_JoinToTeamMBanner__Label{
    padding: 22px 28px 19px 52px;
    clip-path: polygon(42px 0, 100% 0, 100% 100%, 0 100%, 0 42px);
  }
  .VV23_JoinToTeamMBanner__LabelNumber{
    margin-bottom: -4px;
  }
  .VV23_JoinToTeamMBanner__Label:after{
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 767px){
  .VV24_Delivery_JoinToTeam{
    margin-bottom: 40px;
  }
  .VV23_JoinToTeamMBanner__Text{
      padding: 32px 40px 264px;
      text-align: center;
      min-height: 0;
      position: static;
  }
  .VV23_JoinToTeamMBanner__BtnWrp{
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2;
      padding: 0 32px 32px;            
      width: 100%;
  }
  .VV23_JoinToTeamMBanner__BtnWrp .VV_Button{
      min-width: 0;
      width: 100%;
  }
  .VV23_JoinToTeamMBanner__Img {
      right: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      margin: 0 0 0 -50px;
  }
  .VV23_JoinToTeamMBanner__Img._mobile{
      display: block;
  }
  .VV23_JoinToTeamMBanner__Img._tablet{
      display: none;
  }
  .VV23_JoinToTeamMBanner__Label{
    right: auto;
    bottom: 266px;
    padding: 8px 58px 9px 23px;
    clip-path: polygon(calc(100% - 38px) 0, 100% 38px, 100% 100%, 0 100%, 0 0);
  }
  .VV23_JoinToTeamMBanner__Label:after{
    left: auto;
    right: 0;
    width: 38px;
    height: 38px;
  }
  .VV23_JoinToTeamMBanner__LabelNumber {
    margin-bottom: -8px;
  }
  .VV23_JoinToTeamMBanner__BtnWrp{
    padding-bottom: 34px;
  }
  .VV23_JoinToTeamMBanner._v2 .VV23_JoinToTeamMBanner__Img{
    right: auto;
    margin: 0;
  }
}
/* End */


/* Start:/edemzagorod/css/style.css?175042022235777*/
.villula {
  font-family: 'Villula';
}
@media (min-width: 768px) {
  .VV22_DeliveryVillage_Page {
    margin-top: -10px;
  }
}

/* Баннер */
.VV22_DeliveryVillage_Banner {
  margin-bottom: 40px;
}
.VV22_DeliveryVillage_Banner__Inner {
  position: relative;
  min-height: 520px;
  padding: 70px 64px 184px 64px;
  background: var(--green500);
  border-radius: 40px;
  overflow: hidden;
}
.VV22_DeliveryVillage_Banner__Title {
  line-height: 1;
  margin-bottom: 34px;
}
.VV22_DeliveryVillage_Banner__Text {
  max-width: 625px;
}
.VV22_DeliveryVillage_Banner__Bottom {
  background: var(--berry1);
  position: absolute;
  bottom: 0;
  left: -1px;
  right: 0;
  height: 174px;
  width: calc(100% + 15px);
  transform: rotate(-3.4deg);
  transform-origin: right;
  padding: 32px 65px;
}
.VV22_DeliveryVillage_Banner__Bottom ._mobile {
  display: none;
}
.VV22_DeliveryVillage_Banner__Img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.VV22_DeliveryVillage_Banner__Img._mobile,
.VV22_DeliveryVillage_Banner__Img._tablet {
  display: none;
}

@media (max-width: 1279px) {
  .VV22_DeliveryVillage_Banner__Inner {
    padding: 50px 64px 184px 44px;
  }
  .VV22_DeliveryVillage_Banner__Text {
    max-width: 520px;
  }
  .VV22_DeliveryVillage_Banner__Bottom {
    padding-left: 50px;
  }
  .VV22_DeliveryVillage_Banner__Img {
    right: -50px;
    bottom: 50px;
    width: 480px;
  }
}

@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Banner__Inner {
    padding: 36px 34px 122px 34px;
    border-radius: 24px;
    min-height: 352px;
  }
  .VV22_DeliveryVillage_Banner__Title {
    margin-bottom: 16px;
  }
  .VV22_DeliveryVillage_Banner__Text {
    max-width: 350px;
  }
  .VV22_DeliveryVillage_Banner__Bottom {
    height: 105px;
    padding: 25px 0 0 24px;
    transform: rotate(-2.4deg);
  }
  .VV22_DeliveryVillage_Banner__Img._desktop {
    display: none;
  }
  .VV22_DeliveryVillage_Banner__Img._tablet {
    display: block;
    width: auto;
    right: -1px;
    bottom: 3px;
  }
}

@media (max-width: 767px) {
  .VV22_DeliveryVillage_Banner {
    margin-bottom: 24px;
  }
  .VV22_DeliveryVillage_Banner__Inner {
    padding: 21px 12px 0px 12px;
  }
  .VV22_DeliveryVillage_Banner__Title {
    margin-bottom: 10px;
  }
  .VV22_DeliveryVillage_Banner__Bottom {
    height: 120px;
    transform: rotate(0deg);
    padding: 12px 14px 0 0;
    z-index: 1;
  }
  .VV22_DeliveryVillage_Banner__Bottom ._mobile {
    display: block;
  }
  .VV22_DeliveryVillage_Banner__Bottom-border {
    position: absolute;
    top: 0;
    transform: translateY(-98%);
    width: 100%;
  }
  .VV22_DeliveryVillage_Banner__Bottom .rtext {
    line-height: 1.2;
    margin-top: 6px;
  }
  .VV22_DeliveryVillage_Banner__Bottom div {
    max-width: 250px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(0deg);
  }
  .VV22_DeliveryVillage_Banner__Img._tablet {
    display: none;
  }
  .VV22_DeliveryVillage_Banner__Img._mobile {
    display: block;
    position: relative;
    right: 0;
    bottom: 0;
    left: -12px;
    width: 300px;
    margin: -75px auto 20px auto;
  }
}

/*  Условия бесплатной доставки  */
.VV22_DeliveryVillage_Terms {
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Terms {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Terms {
    margin-bottom: 40px;
  }
}
.VV22_DeliveryVillage_Terms__Inner {
  position: relative;
  padding: 60px 64px;
  background: var(--gray50);
  border-radius: 40px;
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Terms__Inner {
    padding: 36px 40px 40px;
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Terms__Inner {
    padding: 20px;
  }
}
.VV22_DeliveryVillage_Terms__Title {
  margin-bottom: 68px;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Terms__Title {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Terms__Title {
    margin-bottom: 16px;
  }
}
.VV22_DeliveryVillage_Terms__Items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .VV22_DeliveryVillage_Terms__Items {
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Terms__Items {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Terms__Items {
    margin-bottom: 6px;
  }
}
@media (max-width: 1279px) {
  .VV22_DeliveryVillage_Terms__Item {
    width: 230px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Terms__Item {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Terms__Item {
    display: flex;
    width: 100%;
    margin-bottom: 17px;
  }
}
.VV22_DeliveryVillage_Terms__Item-top {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Terms__Item-top {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Terms__Item-top {
    flex-direction: column;
    align-items: center;
    margin-right: 12px;
    margin-bottom: 0;
  }
}
@media (max-width: 1279px) {
  .VV22_DeliveryVillage_Terms__Item-top svg._desktop {
    display: none;
  }
}
.VV22_DeliveryVillage_Terms__Item-top svg._tablet {
  display: none;
}
@media (max-width: 1279px) and (min-width: 768px) {
  .VV22_DeliveryVillage_Terms__Item-top svg._tablet {
    display: block;
  }
}
.VV22_DeliveryVillage_Terms__Item-top svg._mobile {
  display: none;
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Terms__Item-top svg._mobile {
    display: block;
  }
}
.VV22_DeliveryVillage_Terms__Item-count {
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Villula';
  line-height: 1;
  background: var(--green50);
  border-radius: 60px;
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Terms__Item-count {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Terms__Item-count {
    width: 24px;
    height: 24px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.VV22_DeliveryVillage_Terms__Item-title {
  max-width: 220px;
  margin-bottom: 16px;
  font-weight: 500;
}
@media (max-width: 1279px) {
  .VV22_DeliveryVillage_Terms__Item-title {
    max-width: 270px;
  }
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Terms__Item-title {
    margin-top: 4px;
    margin-bottom: 7px;
  }
}
.VV22_DeliveryVillage_Terms__Item-text {
  max-width: 320px;
}
@media (max-width: 1279px) {
  .VV22_DeliveryVillage_Terms__Item-text {
    max-width: 270px;
  }
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Terms__Item-text {
    max-width: 190px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Terms__Item-text {
    max-width: 230px;
  }
}
.VV22_DeliveryVillage_Terms__Item-text .rtext + button {
  display: inline-block;
  margin-top: 16px;
}
.bx-no-touch .VV22_DeliveryVillage_Terms__Item-text .rtext + button:hover {
  color: var(--green600);
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Terms__Item-text .rtext + button {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Terms__Item-text .rtext + button {
    margin-top: 8px;
  }
}
.VV22_DeliveryVillage_Terms__Buttons {
  position: absolute;
  top: 64px;
  right: 64px;
}
@media (max-width: 1279px) {
  .VV22_DeliveryVillage_Terms__Buttons {
    position: relative;
    top: 0;
    right: 0;
  }
}
.VV22_DeliveryVillage_Terms__Buttons a {
  margin-left: 16px;
  font-weight: 500;
}
@media (max-width: 1279px) {
  .VV22_DeliveryVillage_Terms__Buttons a {
    margin-left: 0;
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Terms__Buttons a {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
.VV22_DeliveryVillage_Terms__Buttons a svg {
  margin-right: 6px;
}
.VV22_DeliveryVillage_Terms__Buttons a path {
  transition: 0.2s;
}
.VV22_DeliveryVillage_Terms__Buttons a:hover path {
  fill: white;
}
.VV22_DeliveryVillage_Terms__Buttons a._phone {
  padding-left: 12px;
  padding-right: 17px;
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Terms__Buttons a._phone {
    padding-left: 20px;
    padding-right: 22px;
  }
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Terms__Buttons a._app {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Terms__Buttons a._app {
    margin-top: 8px;
  }
}



/* Карта new */
.VV24_DeliveryVillage{
  margin-bottom: 100px;
}
.VV24_DeliveryVillage__Heading{
  text-align: center;
  margin-bottom: 24px;
}
.VV24_DeliveryVillage .block-title{
  font-family: 'Villula';
  line-height: 1.1;
  margin-bottom: 12px;
}
.VV24_DeliveryVillage__Search{
  max-width: 588px;
  margin: 0 auto 24px;
}
.VV24_DeliveryVillage__Search .VV_Input__Input{
  resize: none;
}
.VV24_DeliveryVillage__Search .CartButton__loader {
    left: auto;
    right: 6px;
}
.VV24_DeliveryVillage__Search .scroller>.scroller__pane {
    background: var(--gray100);
    border-radius: 8px;
    width: 4px;
    margin: 0;
    position: absolute;
    top: 9px;
    bottom: 0;
    right: 4px;
    left: auto;
    opacity: 1;
    height: calc(100% - 18px);
    visibility: visible;
}
.VV24_DeliveryVillage__Search .scroller>.scroller__pane>.scroller__slider {
    width: 100%;
    background: var(--gray400);
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    opacity: 1;
}
.VV24_DeliveryVillage__Search-form {
  position: relative;
}
.VV24_DeliveryVillage__Search-form ._DeliveryVillageMap {
  position: absolute;
}
.VV24_DeliveryVillage__Body {
  height: 520px;
  position: relative;
  background: var(--green50);
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
.VV24_DeliveryVillage__Body-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.VV24_DeliveryVillage__Body-controls {
  position: absolute;
  right: 24px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.VV24_DeliveryVillage__Body-control {
  color: var(--light-primary);
  background: var(--white);
  width: 48px;
  height: 48px;
  border-radius: 12px;
  margin: 0 0 8px;
  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;
}
.VV24_DeliveryVillage__Body-control:last-child {
  margin-bottom: 0;
}
.VV24_DeliveryVillage__Body-control:active {
  background: var(--light-space);
}
@media (any-hover: hover){
  .VV24_DeliveryVillage__Body-control:hover{
    background: var(--light-space);
  }
}
.VV24_DeliveryVillage__Body-control-ico {
  fill: currentColor;
}
.VV24_DeliveryVillage__Delivery {
  max-width: 848px;
  margin-left: auto;
  margin-right: auto;
}
.VV24_DeliveryVillage__Delivery-image{
  width: 178px;
  margin-right: 42px;
}
.VV24_DeliveryVillage__Delivery-title{
  color: var(--light-primary);
  margin-bottom: 8px;
}
.VV24_DeliveryVillage__Delivery-descr{
  color: var(--light-secondary);
}
.VV24_DeliveryVillage__Delivery-button {
  background: var(--light-brand1);
}
@media (max-width: 1023px) {
  .VV24_DeliveryVillage{
    margin-bottom: 64px;
  }
  .VV24_DeliveryVillage__Heading{
    margin-bottom: 13px;
  }
  .VV24_DeliveryVillage .block-title{
    margin-bottom: 8px;
  }
  .VV24_DeliveryVillage__Search{
    max-width: 580px;
  }
  .VV24_DeliveryVillage__Body {
    height: 420px;
    margin-bottom: 32px;
  }

  .VV24_DeliveryVillage__Delivery {
    max-width: 700px;
  }
  .VV24_DeliveryVillage__Delivery-image{
    width: 136px;
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  .VV24_DeliveryVillage{
    margin-bottom: 40px;
  }
  .VV24_DeliveryVillage__Heading{
    margin-bottom: 16px;
  }
  .VV24_DeliveryVillage .block-title{
    margin-bottom: 11px;
  }
  .VV24_DeliveryVillage__Search{
    margin-bottom: 16px;
  }
  .VV24_DeliveryVillage__Search .scroller>.scroller__pane{
    width: 2px;
  }  
  .VV24_DeliveryVillage__Body {
    height: 480px;
  }
  .VV24_DeliveryVillage__Body-controls {
    right: 12px;
  }
  .VV24_DeliveryVillage__Body-control {
    width: 36px;
    height: 36px;
    margin: 0 0 6px;
    border-radius: 8px;
  }
  .VV24_DeliveryVillage__Body-control-ico {
    width: 20px;
    height: 20px;
  }
  .VV24_DeliveryVillage__Delivery{
    position: relative;
  }
  .VV24_DeliveryVillage__Delivery-image{
    width: 119px;
    position: absolute;
    left: 0;
    top: 6px;
    margin-right: 0;
  }
  .VV24_DeliveryVillage__Delivery-group{
    padding-left: 134px;
    margin-bottom: 24px;
    min-height: 110px;
  }
}

@media (min-width: 768px) {
  .VV24_DeliveryVillage__Delivery{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
  }
  .VV24_DeliveryVillage__Delivery-group{
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .VV24_DeliveryVillage__Delivery-button{
    margin-left: 24px;
    width: 144px;
  }
}


/* Не нашли адрес */
.VV22_DeliveryVillage_Request {
  margin-bottom: 105px;
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Request {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Request {
    margin-bottom: 40px;
  }
}
.VV22_DeliveryVillage_Request__Inner {
  display: flex;
  align-items: center;
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Request__Inner {
    display: block;
  }
}
.VV22_DeliveryVillage_Request__Image {
  margin-right: 84px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Request__Image {
    width: 142px;
    margin-right: 38px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Request__Image {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    display: block;
  }
}
.VV22_DeliveryVillage_Request__Content {
  flex-grow: 1;
}
.VV22_DeliveryVillage_Request__Title {
  margin-bottom: 12px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Request__Title {
    margin-bottom: 8px;
  }
}
.VV22_DeliveryVillage_Request__Form {
  margin-top: 24px;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Request__Form {
    margin-top: 16px;
    margin-bottom: 2px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Request__Form {
    display: block;
  }
}
.VV22_DeliveryVillage_Request__Form .VV_Input {
  width: 100%;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Request__Form .VV_Input {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.VV22_DeliveryVillage_Request__Form .VV_Input__Main {
  font-weight: 400;
}
.VV22_DeliveryVillage_Request__Form .VV_Button {
  padding-left: 27px;
  padding-right: 27px;
  font-weight: 500;
}

/* Как сделать заказ */
.VV22_DeliveryVillage_Order {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Order {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Order {
    margin-bottom: 24px;
  }
}
.VV22_DeliveryVillage_Order__BlockTitle {
  margin-bottom: 44px;
  text-align: center;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Order__BlockTitle {
    margin-bottom: 28px;
  }
}
.VV22_DeliveryVillage_Order__Inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Order__Inner {
    display: block;
  }
}
.VV22_DeliveryVillage_Order__Item {
  width: 384px;
  min-height: 282px;
  padding: 24px;
  border-radius: 24px;
  background-repeat: no-repeat;
}
@media (max-width: 1279px) {
  .VV22_DeliveryVillage_Order__Item {
    width: 300px;
  }
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Order__Item {
    width: 220px;
    min-height: 208px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Order__Item {
    width: 100%;
    margin-bottom: 12px;
    min-height: 180px;
    padding: 21px 20px 20px;
  }
}
.VV22_DeliveryVillage_Order__Item._site {
  background-color: var(--purple4);
  background-image: url('/edemzagorod/css/../img/order-site-img.svg');
  background-position: 87% 100%;
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Order__Item._site {
    background-position: 116% 104%;
    background-size: 95px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Order__Item._site {
    background-position: 95% 100%;
    background-size: 75px;
  }
}
.VV22_DeliveryVillage_Order__Item._phone {
  background-color: var(--green400);
  background-image: url('/edemzagorod/css/../img/order-phone-img.svg');
  background-position: 85% 100%;
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Order__Item._phone {
    background-position: 87% 108%;
    background-size: 105px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Order__Item._phone {
    background-position: 96% 102%;
    background-size: 92px;
  }
  .VV22_DeliveryVillage_Order__Item._phone .rtext {
    max-width: 180px;
  }
}
.VV22_DeliveryVillage_Order__Item._app {
  background-color: var(--redToPink1);
  background-image: url('/edemzagorod/css/../img/order-app-img.svg');
  background-position: 100% 100%;
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Order__Item._app {
    background-image: url('/edemzagorod/css/../img/order-app-img--tablet.svg');
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Order__Item._app {
    background-image: url('/edemzagorod/css/../img/order-app-img--mobile.svg');
  }
}
.VV22_DeliveryVillage_Order__Item-title {
  margin-bottom: 8px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .VV22_DeliveryVillage_Order__Item-title {
    font-weight: 500;
  }
}
.VV22_DeliveryVillage_Order__Item-text {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Order__Item-text {
    margin-bottom: 11px;
    flex-grow: 1;
  }
}
.VV22_DeliveryVillage_Order__Item .rtext a {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.VV22_DeliveryVillage_Order__Item .rtext a:hover {
  border-color: rgba(255, 255, 255, 0.4);
}
.VV22_DeliveryVillage_Order__Item .rtext div {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Order__Item .rtext div {
    margin-bottom: 2px;
  }
}
/* Скидки */
.VV22_DeliveryVillage_Loyalty {
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Loyalty {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Loyalty {
    margin-bottom: 40px;
  }
}
.VV22_DeliveryVillage_Loyalty__Inner {
  display: flex;
  align-items: center;
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Loyalty__Inner {
    flex-direction: column-reverse;
  }
}
.VV22_DeliveryVillage_Loyalty__Image {
  flex-shrink: 0;
  margin-right: -15px;
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Loyalty__Image {
    width: 310px;
    margin-right: -10px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Loyalty__Image {
    margin-bottom: 22px;
  }
}
.VV22_DeliveryVillage_Loyalty__Content {
  flex-grow: 1;
  padding-right: 15px;
  padding-bottom: 35px;
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Loyalty__Content {
    padding-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Loyalty__Content {
    padding-right: 0;
    padding-bottom: 0;
  }
}
.VV22_DeliveryVillage_Loyalty__Title {
  margin-bottom: 12px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Loyalty__Title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Loyalty__Title {
    margin-bottom: 8px;
  }
}

/* Партнерская программа */
.VV22_DeliveryVillage_PartnerProgramm {
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_PartnerProgramm {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_PartnerProgramm {
    margin-bottom: 40px;
  }
}
.VV22_DeliveryVillage_PartnerProgramm__Inner {
  position: relative;
  background: var(--redToPink1);
}
.VV22_DeliveryVillage_PartnerProgramm__Frame {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.VV22_DeliveryVillage_PartnerProgramm__Frame._desktop,
.VV22_DeliveryVillage_PartnerProgramm__Frame._tablet,
.VV22_DeliveryVillage_PartnerProgramm__Frame._mobile {
  display: none;
}
@media (min-width: 1024px) {
  .VV22_DeliveryVillage_PartnerProgramm__Frame._desktop {
    display: block;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .VV22_DeliveryVillage_PartnerProgramm__Frame._tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_PartnerProgramm__Frame._mobile {
    display: block;
  }
}
.VV22_DeliveryVillage_PartnerProgramm__Frame svg {
  position: absolute;
}
.VV22_DeliveryVillage_PartnerProgramm__Frame .top-left {
  top: -1px;
  left: -1px;
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_PartnerProgramm__Frame .top-left {
    top: -1px;
  }
}
.VV22_DeliveryVillage_PartnerProgramm__Frame .top {
  top: -1px;
  left: 40px;
  width: calc(100% - 91px);
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_PartnerProgramm__Frame .top {
    left: 29px;
    width: calc(100% - 52px);
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_PartnerProgramm__Frame .top {
    left: 14px;
    width: calc(100% - 36px);
  }
}
.VV22_DeliveryVillage_PartnerProgramm__Frame .top-right {
  top: -1px;
  right: -1px;
}
.VV22_DeliveryVillage_PartnerProgramm__Frame .bottom-right {
  bottom: -1px;
  right: -1px;
}
.VV22_DeliveryVillage_PartnerProgramm__Frame .bottom {
  bottom: -1px;
  left: 40px;
  width: calc(100% - 91px);
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_PartnerProgramm__Frame .bottom {
    left: 29px;
    width: calc(100% - 52px);
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_PartnerProgramm__Frame .bottom {
    left: 18px;
    width: calc(100% - 40px);
  }
}
.VV22_DeliveryVillage_PartnerProgramm__Frame .bottom-left {
  bottom: -1px;
  left: -1px;
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_PartnerProgramm__Frame .bottom-left {
    bottom: -1px;
  }
}
.VV22_DeliveryVillage_PartnerProgramm__Content {
  position: relative;
  padding: 80px 64px;
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_PartnerProgramm__Content {
    padding: 60px 40px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_PartnerProgramm__Content {
    padding: 32px 20px;
  }
}
.VV22_DeliveryVillage_PartnerProgramm__Title {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_PartnerProgramm__Title {
    margin-bottom: 7px;
  }
}
.VV22_DeliveryVillage_PartnerProgramm__Offer {
  margin-bottom: 42px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_PartnerProgramm__Offer {
    margin-bottom: 12px;
  }
}
.VV22_DeliveryVillage_PartnerProgramm__Text {
  position: absolute;
  width: 383px;
  top: 135px;
  right: 103px;
}
@media (max-width: 1279px) {
  .VV22_DeliveryVillage_PartnerProgramm__Text {
    width: 340px;
    top: 123px;
    right: 30px;
  }
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_PartnerProgramm__Text {
    width: 240px;
    top: 98px;
    right: 40px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_PartnerProgramm__Text {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .VV22_DeliveryVillage_PartnerProgramm .VV_Button {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_PartnerProgramm .VV_Button {
    padding-left: 14px;
    padding-right: 14px;
  }
}
/* Партнеры */
.VV22_DeliveryVillage_Partners {
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Partners {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Partners {
    margin-bottom: 34px;
  }
}
.VV22_DeliveryVillage_Partners__BlockTitle {
  margin-bottom: 53px;
  text-align: center;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Partners__BlockTitle {
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Partners__BlockTitle {
    margin-bottom: 29px;
  }
}
.VV22_DeliveryVillage_Partners__Items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -12px;
  margin-right: -12px;
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Partners__Items {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Partners__Items {
    margin-left: -4px;
    margin-right: -4px;
    justify-content: flex-start;
  }
}
.VV22_DeliveryVillage_Partners__Items a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 96px;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 20px;
  background: var(--white);
  box-shadow: 0px 10px 40px rgba(212, 217, 232, 0.2);
  border-radius: 12px;
  transition: 0.2s;
}
@media (max-width: 1023px) {
  .VV22_DeliveryVillage_Partners__Items a {
    width: 160px;
    height: 78px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .VV22_DeliveryVillage_Partners__Items a {
    width: calc(50vw - 14px);
    height: 24.4vw;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 8px;
  }
}
.VV22_DeliveryVillage_Partners__Items a:hover {
  transform: translateY(-5px);
}
/* Фикс уголков при нестандартном масштабе */
@media (min-width: 1024px) {
  .zoomed .VV22_DeliveryVillage_Page .VV22_DeliveryVillage_PartnerProgramm__Frame .top {
    width: calc(100% - 91px);
  }
  .zoomed .VV22_DeliveryVillage_Page .VV22_DeliveryVillage_PartnerProgramm__Frame .top-right {
    right: -1px;
  }
  .zoomed .VV22_DeliveryVillage_Page .VV22_DeliveryVillage_PartnerProgramm__Frame .bottom-right {
    right: -1px;
    bottom: -1px;
  }
  .zoomed .VV22_DeliveryVillage_Page .VV22_DeliveryVillage_PartnerProgramm__Frame .bottom {
    width: calc(100% - 91px);
    bottom: -1px;
  }
  .zoomed .VV22_DeliveryVillage_Page .VV22_DeliveryVillage_PartnerProgramm__Frame .bottom-left {
    bottom: -1px;
  }
}

/* Расскажите соседям */
.VV22_DeliveryVillage_Share{
  margin-bottom: 80px;
}
.VV22_DeliveryVillage_Share__Inner{
  display: flex;
  justify-content: space-between;
}
.VV22_DeliveryVillage_Share__Col{
  width: calc(50% - 12px);
  display: flex;
  align-items: flex-start;
}
.VV22_DeliveryVillage_Share__text{
  margin-left: 40px;
  max-width: 378px;
}
.VV22_DeliveryVillage_Share__text._download{
  margin-top: 3px;
}
.VV22_DeliveryVillage_Share__text .h5{
  margin-bottom: 14px;
  font-weight: 500;
}
.VV22_DeliveryVillage_Share__text .rtext{
  margin-bottom: 24px;
}

.ModalShare .VV_ModalCloser{
  top: 24px;
  right: 24px;
}
.ModalShare .Modal__inner{
  padding: 24px;
}
.ModalShareTitle,
.ModalShareText{
  margin-bottom: 24px;
}
.ModalShareForm .VV_Input{
  margin-bottom: 8px;
}
.ModalShareForm .VV_Button{
  width: 100%;
  margin-top: 16px;
  pointer-events: none;
}
.ModalShareForm .VV_Input._not-empty ~ .VV_Button{
  background-color: var(--green500) !important;
  color: white !important;
  cursor: pointer !important;
  pointer-events: all;
}
.ModalShareForm .VV_Input._not-empty ~ .VV_Button:hover{
  background-color: var(--green300) !important;
}
@media(max-width: 1023px){
  .VV22_DeliveryVillage_Share{
    padding-top: 4px;
    margin-bottom: 64px;
  }
  .VV22_DeliveryVillage_Share__Col{
    width: calc(50% - 10px);
  }
  .VV22_DeliveryVillage_Share__Col > img{
    width: 100px;
  }
  .VV22_DeliveryVillage_Share__text .h5{
    margin-bottom: 12px;
  }
  .VV22_DeliveryVillage_Share__text .rtext {
    margin-bottom: 13px;
  }
  .ModalShare .modal-dialog{
    max-width: 340px;
  }
}

@media(max-width: 767px){
  .VV22_DeliveryVillage_Share{
    padding-top: 1px;
    margin-bottom: 40px;
  }
  .VV22_DeliveryVillage_Share__Inner{
    display: block;
  }
  .VV22_DeliveryVillage_Share__Col{
    display: block;
    width: 100%;
    margin-bottom: 24px;
  }
  .VV22_DeliveryVillage_Share__Col:last-child{
    margin-bottom: 0;
  }
  .VV22_DeliveryVillage_Share__Col._share > img{
    width: 121px;
  }
  .VV22_DeliveryVillage_Share__Col._download > img{
    width: 100px;
  }
  .VV22_DeliveryVillage_Share__text{
    max-width: 100%;
    margin-left: 0;
    margin-top: 16px !important;
  }
  .VV22_DeliveryVillage_Share__text .h5 {
    margin-bottom: 8px;
  }
  .ModalShare .VV_ModalCloser {
    top: 20px;
    right: 10px;
  }
  .ModalShare .Modal__inner{
    padding: 20px 10px 16px 10px;
  }
  .ModalShareTitle{
    margin-bottom: 20px;
    max-width: 264px;
  }
  .ModalShareForm .VV_Button{
    margin-top: 12px;
  }
  .ModalNotify .modal-dialog,
  .ModalShare .modal-dialog{
    max-width: 100%;
  }

}




/* стили из старого АП *****************************************************************************************/
/* Ввод адреса *****************************************************************************************/
.DeliverySearchInput__suggest,
.DeliverySearchInput__suggest * {
    outline:none
}

.Delivery__ShopSelectModal__Address{
    position: relative;
    z-index:10;
}

.DeliverySearchInput__suggest {
    z-index: 1;
    background-color: var(--white);
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: max-height .2s ease, opacity .2s ease;
    -o-transition: max-height .2s ease, opacity .2s ease;
    transition: max-height .2s ease, opacity .2s ease;
}

._emptyQuery .DeliverySearchInput__suggest{
    padding-top:0!important
}

.DeliverySearchInput--open .DeliverySearchInput__suggest {
    opacity: 1;
    visibility: visible;
}
.DeliverySearchInput--noResults .DeliverySearchInput__suggestInner {
    height: auto!important;
    padding-top:0
}

.VV_RWayShopEditModal .CartButton__loader,
.VV_RWayChoiceModal .CartButton__loader,
.VV_RWayAdressesAddModal .CartButton__loader {
    position: absolute;
    z-index: 3;
    left:auto;
    right: 15px;
    top: 16px;
    width: 18px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.CartButton--loading .DeliverySearchInput__button--clear {
    display:none
}
.Delivery__ShopSelectModal__Address .DeliverySearchInput__button--clear {
    top: 6px;
}
.DeliverySearchInput__button--clear {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 18px;
    visibility: hidden;
    opacity: 0;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    background-color: transparent;
    border-radius: 100%;
    color: var(--gray500);
}
.DeliverySearchInput--notEmpty .DeliverySearchInput__button--clear {
    visibility: visible;
    opacity: 1;
}

.Delivery__ShopSelectModal__Address textarea::-ms-clear {
    display: none;
}

.Delivery__ShopSelectModal__Address._open {
    height:100%;
    margin-bottom:0
}
.DeliverySearchInput--container {
    position:relative;
    z-index:2
}
.Delivery__ShopSelectModal__Address .DeliverySearchInput__button--clear {
    width: 16px;
    height: 16px;
    background: var(--gray400);
    top: 50%;
    margin-top: -8px;
    right: 15px;
    color: var(--white);
}
.Delivery__ShopSelectModal__Address .DeliverySearchInput__button--clear:hover {
    background: var(--gray600);
}
.DeliverySearchInput__button--clear .SvgIcon--cross {
    width: 7px;
    height: 7px;
    stroke: var(--white);
    stroke-width: 1px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@media (max-width:767px) {
    .DeliverySearchInput__suggestItem {
        border-bottom:1px solid var(--gray50)
    }
    .DeliverySearchInput__suggestItem:last-child {
        border-bottom:none
    }
}

/* Скроллер подсказок *************************************************************************************************************************/
.DeliverySearchInput__suggest .scroller__content {
    right: 0! important;
}
.DeliverySearchInput__suggestInner{
    background: var(--white);
    box-shadow: 0px 0px 30px rgb(26,26,26,.05);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
}

/* Подсказки *************************************************************************************************************************/
.DeliverySearchInput__suggestAddress {
    font-size:15px;
    line-height:140%;
    padding: 8px 14px 7px;
    background-color: var(--white);
    cursor: pointer;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
.DeliverySearchInput__suggestItem.active .DeliverySearchInput__suggestAddress,
.DeliverySearchInput__suggestAddress:hover {
    background-color: var(--gray50)
}

.DeliverySearchInput__suggestAddressLabel {
    font-size: 13px;
    line-height: 140%;
    color: var(--gray500);
    margin-top:2px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.DeliverySearchInput__suggestAddress._empty_address .DeliverySearchInput__suggestAddressLabel {
    opacity: 1;
}
.DeliverySearchInput__notFound {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width:100%;
    padding: .5rem 1rem .4375rem;
}
.DeliverySearchInput__notFoundTitle {
    line-height: 1.375rem
}
/* конец --- стили из старого АП *****************************************************************************************/


/* Режим Только карта */
  .VV22_DeliveryVillage_Page._only-map-mode{
    margin: 0;
  }
  .VV22_DeliveryVillage_Map__MHeader{
    font-family: 'Euclid';
    max-width: 588px;
    margin: 0 0 16px;
  }
  .VV22_DeliveryVillage_Map__MHeaderTitle{
    font-weight: 500;
    margin: 0 0 8px;
  }
  .VV22_DeliveryVillage_Map__MHeaderSubtitle{
    font-weight: 400;
    color: var(--light-secondary);
  }
  .VV22_DeliveryVillage_Page._only-map-mode .VV22_DeliveryVillage_Map__Map {
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
  }
  .VV22_DeliveryVillage_Page._only-map-mode .VV22_DeliveryVillage_Map {
    margin-bottom: 20px;
  }
  .VV22_DeliveryVillage_Page._only-map-mode .VV22_DeliveryVillage_Request {
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
  .VV22_DeliveryVillage_Page._only-map-mode .VV22_DeliveryVillage_Request .DeliverySearchInput__suggest{
    padding-top: 0 !important;
    padding-bottom: 60px;
    top: auto;
    bottom: 0;
    height: auto;
  }
  .VV22_DeliveryVillage_Page._only-map-mode .VV22_DeliveryVillage_Request .DeliverySearchInput__suggestInner{
    margin-top: 0;
  }

  @media (max-width: 767px){
    body._full-map-view .Layout{
      margin: 0 !important;
    }
    .VV22_DeliveryVillage_Page._only-map-mode .VV22_DeliveryVillage_Map{
      padding: 10px 0 16px;
    }
    .VV22_DeliveryVillage_Page._only-map-mode .VV22_DeliveryVillage_Map {
      margin-bottom: 0px;
    }  
    .VV22_DeliveryVillage_Page._only-map-mode .VV22_DeliveryVillage_Request__Image {
      margin-bottom: 10px;
    }
  }
/* End */
/* /dostavka/css/style.css?175128285552650 */
/* /edemzagorod/css/style.css?175042022235777 */
