@charset "UTF-8";

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.select {
  margin-top: 2rem;
  position: relative;
}

.city__choosen .select__content {
  color: #12A794;
}

.select__scroll .simplebar-scrollbar::before {
  background-color: #12A794;
  border-radius: 4px;
  right: 0;
  left: 0;
  top: 0 !important;
  bottom: -4px !important;
}

.simplebar-track.simplebar-vertical {
  width: 4px !important;
  right: 8px;
  border-radius: 4px;
  background-color: #d9d9d9;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: unset !important;
}

.simplebar-track {
  bottom: 8px !important;
}

body {
  padding-right: 0 !important;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  z-index: 100000;
}

.popup-show body::after {
  opacity: 1;
  visibility: visible;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
  font-family: "Gotham Pro";
}

.popup_show {
  z-index: 1000000;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.popup__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  position: relative;
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: #fff;
  padding: 3rem 3rem 1.5rem 3rem;
  border: 1px solid #717171;
  width: 100%;
  max-width: 32.125rem;
  border-radius: 1rem;
}

.lock .popup__content {
  visibility: visible;
}

.popup__close {
  position: absolute;
  right: 1.5625rem;
  top: 1.5625rem;
  width: 1.125rem;
  border: none;
  cursor: pointer;
  background-color: initial;
  height: 1.125rem;
  background-image: url("../../img/popup__close.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.popup__text p + p {
  margin-top: 20px;
}

.popup__city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  font-size: 1.25rem;
  line-height: 0.95;
  letter-spacing: 0.005em;
}

.popup__city span {
  color: #12A794;
}

.popup__buttons {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

.popup__access {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.popup__access button {
  cursor: pointer;
  border-radius: 1rem;
  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;
  padding: 1.25rem 4.1875rem;
  background-color: #12A794;
  color: #fff;
  border: none;
  font-size: 1rem;
  line-height: 1.3125;
  font-family: "Gotham Pro";
}

.popup__buttons button {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  border-radius: 1rem;
  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;
  padding: 1.25rem 4.1875rem;
  background-color: #c4c4c4;
  color: #fff;
  border: none;
  font-size: 1rem;
  line-height: 1.3125;
  font-family: "Gotham Pro";
}

.popup__buttons .popup__buttons-choose {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.popup__buttons .popup__buttons-choosen {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  background-color: #12A794;
  color: #fff;
}

.popup__buttons .popup__buttons-affirmative {
  background-color: #12A794;
}

.popup__buttons .popup__buttons-delivery {
  padding: 1.25rem 3.125rem;
  background-color: #12A794;
  color: #fff;
}

.popup__buttons .popup__buttons-pickup {
  padding: 1.25rem 2.1875rem;
  background-color: #12A794;
  color: #fff;
}

.popup__buttons .popup__buttons-address {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  background-color: #c4c4c4;
}

.popup__city-choose .popup__content {
  max-width: 40rem;
}

.popup__city-choosen .popup__content {
  max-width: 40rem;
}

.popup__city-choosen .popup__buttons-address {
  background-color: #12A794;
}

.popup__city-choosen .select__input::-webkit-input-placeholder {
  color: #222;
}

.popup__city-choosen .select__input::-moz-placeholder {
  color: #222;
}

.popup__city-choosen .select__input:-ms-input-placeholder {
  color: #222;
}

.popup__city-choosen .select__input::-ms-input-placeholder {
  color: #222;
}

.popup__city-choosen .select__input::placeholder {
  color: #222;
}

.popup__rest-choose .popup__content {
  max-width: 40rem;
}

.popup__rest-choosen .popup__content {
  max-width: 40rem;
}

.popup__rest-choosen .popup__buttons-address {
  background-color: #12A794;
}

.popup__rest-choosen .select__content {
  color: #222;
}

.popup__flex {
  display: flex;
  margin-top: 2rem;
  flex-wrap: wrap;
  row-gap: 1rem;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  justify-content: center;
  padding-top: 32px;
}

.page a {
  background-color: #12A794;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 128px;
  height: 32px;
  color: #fff;
}

.popup__rest-choose .select__option {
  font-size: 16px;
  font-family: "Roboto";
  line-height: 1.0555555556;
  letter-spacing: 0.005em;
  color: #717171;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
}

.popup__rest-choose .select__option span {
  font-size: 0.75rem;
  line-height: 1.5833333333;
  color: #717171;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
  object-fit: contain;
}

/*
.icon-menu {
	display: none;
	@media (max-width: $mobile) {
		display: block;
		position: relative;
		width: rem(30);
		height: rem(18);
		cursor: pointer;
		z-index: 5;
		span,
		&::before,
		&::after {
			content: "";
			transition: all 0.3s ease 0s;
			right: 0;
			position: absolute;
			width: 100%;
			height: rem(2);
			background-color: #000;
		}
		&::before {
			top: 0;
		}
		&::after {
			bottom: 0;
		}
		span {
			top: calc(50% - rem(1));
		}
		.menu-open & {
			span {
				width: 0;
			}
			&::before,
			&::after {
			}
			&::before {
				top: calc(50% - rem(1));
				transform: rotate(-45deg);
			}
			&::after {
				bottom: calc(50% - rem(1));
				transform: rotate(45deg);
			}
		}
	}
}
*/

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.select__body {
  position: relative;
}

.select__title {
  color: inherit;
  text-align: left;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  border-radius: 4px;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.5rem;
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: 0.005em;
  color: #717171;
  padding: 0 1rem;
  gap: 0.625rem;
  font-family: "Roboto";
}

.select__value>* {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.select__value:after {
  content: "";
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14px;
  flex: 0 0 14px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../../../img/select__arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

._select-open .select__value:after {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}

.select__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  font-family: "Roboto";
}

.select__options {
  color: #000;
  position: absolute;
  max-height: 16.3125rem;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 4.25rem;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  border: none;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid #d9d9d9;
  padding: 10px 0px 5px 0px;
}

.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

.select__scroll .simplebar-scrollbar::before {
  opacity: 1;
  background-color: #912032;
}

.select__option {
  border: none;
  background-color: #fff;
  text-align: left;
  cursor: pointer;
  padding: 0.5rem;
  margin: 0 0.9375rem;
  width: 100%;
  max-width: 91%;
  color: inherit;
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: 0.005em;
  color: #717171;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: "Roboto";
}

.select__option._select-selected {
  background-color: #eee;
}

.select__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select._select-open {
  z-index: 5;
}

._select-tag {
  cursor: pointer;
}

@media (max-width: 28.125em) {
  .popup_show {
    padding: unset;
  }

  .popup__wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: end;
  }

  .popup__content {
    padding: 2rem 1rem 1.5rem 1rem;
  }

  .popup__close {
    top: 2rem;
    right: 1rem;
  }

  .cities__mobile {
    padding: 0;
    height: 83vh;
  }

  .cities__mobile .select {
    margin-top: unset;
  }

  .cities__mobile .popup__buttons {
    display: none;
  }

  .cities__mobile .popup__city {
    padding: 2rem 0 2rem 1rem;
  }

  .cities__mobile .select__title {
    display: none;
  }

  .cities__mobile .select__options {
    top: 0;
    max-height: unset;
    min-height: 100%;
    padding: unset;
    border: unset;
  }

  .cities__mobile .select__option {
    margin: unset;
    padding: 1.5rem 3.75rem 1.5rem 1.875rem;
    max-width: unset;
  }

  .cities__mobile .select__option:not(:last-child) {
    border-top: 1px solid #c4c4c4;
  }

  .cities__mobile .select__option:last-child {
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
  }

  .cities__mobile .select__scroll {
    max-height: 61vh;
  }

  .cities__mobile .simplebar-track.simplebar-vertical {
    background-color: transparent;
  }

  .popup__buttons-type {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .popup__buttons-type .popup__buttons-delivery {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .select_delivery__address .select__options {
    display: none;
  }

  .select_delivery__address .select__value:after {
    content: unset;
  }

  .popup__rest-choose .popup__content {
    height: 73vh;
    padding: unset;
  }

  .popup__rest-choose .select {
    margin-top: unset;
  }

  .popup__rest-choose .select__value {
    padding: 0 2rem;
  }

  .popup__rest-choose .popup__buttons-address {
    display: none;
  }

  .popup__rest-choose .popup__delivery-title {
    padding: 2rem 0 2rem 1rem;
  }

  .popup__rest-choose .select__options {
    top: 0;
    max-height: unset;
    min-height: 100%;
    padding: unset;
    border: unset;
  }

  .popup__rest-choose .select__scroll {
    max-height: 61vh;
  }

  .popup__rest-choose .select__option {
    padding: 1.5rem 1rem;
    padding-left: 1.875rem;
    max-width: unset;
    margin: unset;
  }

  .popup__rest-choose .select__option:not(:last-child) {
    border-top: 1px solid #c4c4c4;
  }

  .popup__rest-choose .select__option:last-child {
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
  }

  .popup__rest-choose .simplebar-track.simplebar-vertical {
    background-color: unset;
  }

  .select__option {
    position: relative;
  }

  .select__option::before {
    content: "";
    position: absolute;
    left: 0.625rem;
    top: 38%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.8125rem;
    height: 1rem;
    background-image: url("../../img/select__location.svg");
    background-repeat: no-repeat;
  }

  .select__option::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.625rem;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    width: 0.875rem;
    height: 1rem;
    background-image: url("../../img/select__item-arrow.svg");
    background-repeat: no-repeat;
  }

  .popup__rest-choose .select__option {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.125rem;
  }

  .popup__rest-choose .select__option span {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .popup__buttons-type {
    margin-top: 16px;
  }

  .popup__content {
    border-radius: 16px 16px 0 0;
  }

  .popup__city-choose .select__value {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
  }

  .select__title {
    border: unset;
  }

  .select__value::after {
    content: unset;
  }

  .select__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    font-size: 18px;
    line-height: 1.0555555556;
    position: relative;
  }

  .select__content span {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    color: #717171;
  }

  .select__content::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 25%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.8125rem;
    height: 1rem;
    background-image: url("../../img/select__location.svg");
    background-repeat: no-repeat;
  }

  .select__content::after {
    content: "";
    position: absolute;
    top: -18px;
    left: -10%;
    width: 200%;
    height: 1px;
    background-color: #c4c4c4;
  }

  .popup__city-choose .ymaps-2-1-79-search__suggest {
    touch-action: auto;
  }
}

@media (any-hover: hover) {
  .select__option:hover {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: rgba(196, 196, 196, 0.3);
    border-radius: 0.25rem;
    color: #222222;
  }
}