#status-message {
  font-size: 8px;
}
.tray--form {
  bottom: -435px !important;
}
#tray-callback {
  width: 380px;
  height: 375px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  background-color: white;
  border-top-right-radius: 20px;
  padding: 30px 10px;
  overflow: hidden;
  transition: bottom 1s;
}

#progress-container {
  width: 100%;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  display: block;
}

#progress-bar {
  height: 10px;
  text-align: center;
  color: white;
  line-height: 20px;
  border-radius: 5px;
  transition: width 0.5s;
}
.progress-wrapper::before,
.progress-wrapper::after {
  position: absolute;
  color: #6ae1c2;
  opacity: var(--before-opacity, 0);
  transition: opacity 0.3s ease;
}
.button-filter-city {
  cursor: pointer;
}
.mouth-status-item::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  /* над элементом */
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  margin-bottom: 5px;
  z-index: 10;
}

/* Показываем при наведении */
.mouth-status-item:hover::after {
  opacity: 1;
}
@media (max-width: 668px) {
  .progress-wrapper::before,
  .progress-wrapper::after {
    top: 15px;
  }
}
@media (min-width: 668px) {
  .progress-wrapper::before,
  .progress-wrapper::after {
    top: -25px;
  }
}

.progress-wrapper::before {
  /* content: "Выполняется формирование таблицы. Пожалуйста, подождите..."; */
  opacity: var(--before-opacity, 0);
}

.search-suggestions li {
  margin-bottom: 5px;
  border-bottom: 1px solid lightgrey;
  padding-bottom: 5px;
  cursor: pointer;
}
.search-suggestions {
  position: absolute;
  top: 40px;
  left: 10px;
  z-index: 9999;
  display: block;
  width: 295px;
  font-size: 13px;
  background: white;
  padding: 5px 10px;
  border-radius: 5px;
  max-height: 500px;
}

.progress-wrapper::after {
  /* content: "Осталось совсем немного..."; */
  opacity: var(--after-opacity, 0);
}

.scroll-to-top-btn {
  position: fixed;
  bottom: 80px;
  right: 20px;
  display: none;
  /* Скрываем кнопку по умолчанию */
  background-color: #251955;
  /* Цвет кнопки */
  color: white;
  /* Цвет текста */
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
/* Общие стили */
@media (max-width: 667.98px) {
  .social-links {
    left: -35px;
  }
}
.social-links {
  display: flex;
  justify-content: start;
  /* Центрируем кнопки */
  align-items: center;
  gap: 15px;
  /* Отступы между кнопками */
  padding: 20px 0;
  position: relative;
}

/* Стили для иконок */
.social-links a {
  display: inline-block;
  transition: transform 0.3s ease;
  width: 30px;
}

.social-links button {
  display: inline-block;
  transition: transform 0.3s ease;
  width: 30px;
  background: none;
  border: none;
  padding: 0;
}

/* Анимация при наведении */
.social-links a:hover,
.social-links button:hover {
  transform: scale(1.1);
}

.social-links img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theme--dark .email-field {
  position: absolute;
  bottom: 0px;
  right: 0;
  padding: 5px;
  width: 155px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
}
.email-field {
  position: absolute;
  bottom: 0px;
  right: 0;
  padding: 5px;
  width: 155px;
  text-align: center;
  font-size: 12px;
  color: #4481ec;
}

.outercluster {
  position: absolute;
  display: grid;
  align-items: center;
  justify-content: center;
  left: -25px;
  top: -25px;
  border-radius: 50%;
  min-width: 35px;
  min-height: 35px;
  max-width: 105px;
  max-height: 105px;
  background: #ffffff;
  border: 0;
  padding-top: 2px;
}

.cluster {
  display: block;
  box-sizing: content-box;
  position: absolute;
  left: -35px;
  top: -35px;
}
.cluster-text {
  display: block;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.hero__main #ya-map {
  width: 500px;
  min-height: 50px;
  height: 220px;
  border-radius: 10px;
  cursor: pointer;
}
.hero__main #ya-map * {
  cursor: pointer;
}
.hero__main .ymaps-2-1-79-controls-pane {
  display: none;
}
.hero__main .ymaps-2-1-79-map-copyrights-promo {
  display: none;
}
.download-table {
  font-size: 12px;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(90deg, #5fefc0, #437fec 100%);
  display: none;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.filters-container {
  max-height: 0;
  overflow: hidden;
  transition:
    margin-top 1s,
    opacity 1s;
  margin-top: -20px;
  opacity: 0;
}
/* Filter Button */
.theme--dark body {
  background: #1e114f;
}
.balloon__text .form-get-price {
  color: rgb(51, 51, 228);
  text-decoration: underline;
}
.filterIcon {
  width: 2rem;
  height: 1.5rem;
  display: block;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  box-sizing: border-box;
}

/* Line Style */
.filterIcon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  z-index: 0;

  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);

  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;

  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

/* Circle Style */
.filterIcon span::after {
  display: block;
  position: absolute;
  height: 0.25rem;
  width: 0.25rem;
  background: #1e114f;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 1;
  z-index: 5;
  top: -150%;
  content: "";
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.filterIcon span:nth-child(1) {
  top: 0;
}
.filterIcon span:nth-child(1)::after {
  left: 15%;
}

.filterIcon span:nth-child(2) {
  top: 46%;
}
.filterIcon span:nth-child(2)::after {
  left: 60%;
}

.filterIcon span:nth-child(3) {
  bottom: 0;
}
.filterIcon span:nth-child(3)::after {
  left: 30%;
}

.filterIcon.open span::after {
  opacity: 0;
}

.filterIcon.open span:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filterIcon.open span:nth-child(1)::after {
  left: 60%;
}

.filterIcon.open span:nth-child(2) {
  top: 46%;
  opacity: 0;
}
.filterIcon.open span:nth-child(2)::after {
  left: 15%;
}

.filterIcon.open span:nth-child(3) {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.filterIcon.open span:nth-child(3)::after {
  left: 55%;
}

.filterIcon:hover span:nth-child(1)::after {
  left: 25%;
}
.filterIcon:hover span:nth-child(2)::after {
  left: 50%;
}
.filterIcon:hover span:nth-child(3)::after {
  left: 40%;
}
.filters-container.show {
  margin-top: 0;
  opacity: 1;
}
.cluster-bb {
  position: absolute;
  display: flex;
  column-gap: 10px;
  left: 50%;
  font-size: 9px;
  top: 50%;
  color: #325e9f;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  background: white;
  border-radius: 3px;
  transform: translate(-50%, 50%);
  pointer-events: none;
  padding: 0 10px;
}
.cluster-bb div {
  display: flex;
  align-items: center;
  column-gap: 2px;
}
.cluster-bb div img {
  height: 9px;
}
.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #000;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% -50%);
  z-index: 9999;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.scroll-to-top-btn:hover {
  background-color: #2a85c1;
  /* Цвет кнопки при наведении */
}
.yellow-bg {
  background-color: #ffc12a !important;
  top: 35px !important;
}
.promo__content p {
  color: black;
}
.theme--dark .promo__content p {
  color: white;
}
.promo__content .promo-icon {
  background-image: url(../../../../uploads/sites/2/2025/01/min-promo-black.png);
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -7px;
}
.theme--dark .promo__content .promo-icon {
  background-image: url(../../../../uploads/sites/2/2025/01/min-promo.png);
}
.promo__content .promo-icon2 {
  background-image: url(../../../../uploads/sites/2/2025/01/optima-promo-black.png);
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -7px;
}
.theme--dark .promo__content .promo-icon2 {
  background-image: url(../../../../uploads/sites/2/2025/01/optima-promo.png);
}
.promo__content .promo-icon3 {
  background-image: url(../../../../uploads/sites/2/2025/01/crown-promo-black.png);
  background-size: cover;
  width: 33px;
  height: 30px;
  position: absolute;
  top: -7px;
}
.theme--dark .promo__content .promo-icon3 {
  background-image: url(../../../../uploads/sites/2/2025/01/crown-promo.png);
}
.promo-price-list-2 {
  padding: 0 0 0 190px;
}
.promo-flex-container {
  display: flex;
  column-gap: 20px;
}
.promo-button-2 {
  position: absolute !important;
  bottom: 170px;
}
.promo-animate-box-2 {
  width: 320px !important;
  height: auto !important;
  margin: 0 !important;
  position: absolute;
  left: 225px !important;
  top: 310px !important;
}
@media only screen and (max-width: 668px) {
  .promo-animate-box-2 {
    left: 50% !important;
    transform: translateX(-50%);
    top: auto !important;
    bottom: 480px;
  }
  .promo-button-2 {
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
  .promo-flex-container {
    display: block;
    text-align: center;
  }
  .promo-price-list-2 {
    padding: 0;
  }
  .promo-font-2 {
    font-size: 25px !important;
  }
}

.table-promo-mediafasad table tr td {
  border: none;
  border-bottom: 1px solid #ccc;
}
.promo-label {
  position: absolute;
  top: -15px;
  right: 0;
  font-weight: bold;
  background-color: #ffaa00;
  padding: 3px 5px;
  border-radius: 3px 10px 3px 3px;
  font-size: 12px;
}
.animate-box {
  align-self: flex-end;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  height: 50px;
  margin: 0 auto 0 auto;
  transform-origin: bottom;
  width: 50px;
}
.bounce-1 {
  animation-name: bounce-1;
  animation-timing-function: linear;
}
@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
@media only screen and (min-width: 668px) {
  .dfelx {
    display: flex;
  }
  .desk-hide {
    display: none;
  }
}
@media only screen and (max-width: 668px) {
  .mob-marminus {
    margin-top: -200px;
  }
  .mob-hide {
    display: none;
  }
  .mob-center {
    text-align: center;
  }
}
.promo-font {
  font-size: 54px !important;
}
.promo-font-2 {
  font-size: 40px;
}
.promo-font-3 {
  font-size: 40px !important;
}
.input-file {
  position: relative;
  display: inline-block;
}
.input-file input[type="file"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
/* Disabled */
.input-file input[type="file"]:disabled + span {
  background-color: #eee;
}
.subcities {
  padding-top: 5px;
}
.subcities_item:not(:last-child) {
  margin-bottom: auto !important;
}
.subcities_item {
  padding-left: 5px;
}
.search-cities {
  position: relative;
}
.search-cities__clear {
  width: 20px;
  position: absolute;
  right: 10px;
  top: 9px;
  cursor: pointer;
}

.map-item-wrapper {
  transition: all 0.5s;
  height: 0;
  overflow: hidden;
}

.map-to-trash {
  position: absolute;
  right: -30px;
  top: 3px;
  width: 25px;
  height: 23px;
  background-color: #e20613;
  background-image: url(../img/to-trash.png);
  background-size: 80%;
  background-position: center;
  border-radius: 5px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  color: white;
}

.map-items {
  position: relative;
}

.map-input-dropdown {
  position: absolute;
  top: 0;
  opacity: 0;
  right: 0;
  height: 24px;
  width: auto;
  z-index: 0;
  transition: all 0.5s;
  background-color: white;
  border-radius: 3px 0 3px 3px;
}
.price-edit-remove-all-prices {
  padding: 5px 9px !important;
  background-color: white !important;
  color: #e20613 !important;
  width: 100%;
  text-align: right;
}
.price-edit-remove-all-prices:hover {
  background-color: #ddd !important;
}

.input-wrapper {
  position: relative;
  z-index: 999;
}
.binding-point-name-editor {
  position: absolute;
  top: 0;
  right: 124px;
  display: none;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}
.binding-point-name-editor.is-visible {
  display: flex;
}
.binding-point-name-editor span {
  font-size: 12px;
  color: #172849;
}
.binding-point-name-edit-input {
  box-sizing: border-box;
  width: 280px;
  height: 24px;
  padding: 3px 7px;
  border: 1px solid #437fec;
  border-radius: 3px;
  background-color: #fff;
  color: #172849;
  font-size: 12px;
}
.price-edit-submit-all {
  padding: 7px 30px 5px 10px !important;
  float: right;
}
.price-edit-submit-all:hover {
  background-color: #3464bb;
}
.price-edit-submit-all_arrow:hover {
  background-color: #3464bb;
}
.price-edit-submit-all_arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 24px;
  width: 22px;
  background-color: #437fec;
  background-image: url(../img/arrow-down.png);
  background-size: 40%;
  background-position: 60% 60%;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 3px;
}
.price-edit-submit-all_arrow::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 22px;
  height: 20px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}

.price-edit {
  position: relative;
}
.price-edit input[type="button"] {
  position: absolute;
  top: 0;
  cursor: pointer;
  padding: 0 10px;
  border: 0;
  height: 28px;
  color: white;
}
.price-edit input[type="button"]:first-child {
  background-color: #e20613;
  border-radius: 3px 0 0 3px;
  left: 0;
  font-weight: bold;
}
.price-edit input[type="button"]:last-child {
  background-color: #437fec;
  border-radius: 0 3px 3px 0;
  right: 0;
}

.filtered-wrapper .submenu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
}
.selected-wrapper {
  position: absolute;
  top: 20px;
  left: 0;
  width: 105%;
  height: 0;
  overflow: hidden;
  background-color: #1e114f;
  z-index: 9999;
}

#selected-items {
  overflow-y: auto;
  height: 80%;
  margin-top: 20px;
  border-right: 3px solid #4ab2c1;
}
#hero .ymaps-2-1-79-search {
  width: 215px;
}
#hero .download-items {
  width: 80%;
  margin: auto;
}
#selected-items li {
  display: none;
}

.icon--cart-success {
  display: none;
  background-image: url(../img/icon--cart-success.png);
  background-size: cover;
  width: 16px;
  height: 16px;
}
.btn--cart-checked .icon--cart-success {
  display: block;
}

@media only screen and (min-width: 668px) and (max-width: 1300px) {
  .search__table-cart {
    top: 61% !important;
    left: -5% !important;
  }
  .btn--remove {
    width: 75px !important;
    height: 25px !important;
    border-radius: 20px !important;
  }
  .btn--remove .icon {
    top: 4px !important;
    left: 7px !important;
  }
  .icon--cross:before {
    display: none !important;
  }
  .icon--cross:after {
    content: "Удалить" !important;
    top: 0px !important;
    left: -1px !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    transform: none !important;
  }
  .search__table > tbody > tr > td:last-child,
  .search__table > thead > tr > th:last-child {
    padding-top: 0 !important;
  }
}
.get-price-map {
  border-bottom: 1px dotted black;
}
.modal__main table {
  color: black;
}
.modal__main table td {
  border: 1px solid black;
}
.log-message {
  color: #1e124f;
}

.var-price-old {
  color: #a46464;
}
.var-price-promo {
  color: #77a464;
  display: block;
}

.price del,
.sale-price {
  color: #a46464;
}
.regular-price {
  color: #77a464;
}
.privacy-label {
  color: #a2a2a2;
  font-size: 14px;
  display: inline;
  font-weight: normal;
  position: relative;
  top: -10px;
}

.cart-link {
  padding: 2px 42px;
  position: relative;
  top: -5px;
  background: linear-gradient(
    33deg,
    #2985c1 17%,
    #3698c1 33%,
    #58c8c1 66%,
    #6ae1c1 82%
  );
  border-radius: 50px;
  color: white;
}

.price-promo {
  background-color: #e4e7eb;
  padding: 5px 10px;
  border-radius: 5px;
}

.green-price {
  display: block;
  font-weight: bold;
  color: lightseagreen;
}
.green-price-sum {
  font-weight: bold;
  color: lightseagreen;
}
body .sp-wrap-default .sp-head {
  background: linear-gradient(
    33deg,
    #2985c1 17%,
    #3698c1 33%,
    #58c8c1 66%,
    #6ae1c1 82%
  );
  margin-left: 0;
  color: #ffffff;
}

body .sp-wrap-default .sp-head.unfolded {
  background: #437fec;
  color: #000000;
}

body .sp-wrap {
  border: none;
}

body .sp-wrap-default .sp-body {
  background: #ffffff;
  border-top: 1px solid #ffffff;
  padding: 0 30px 10px 30px;
}
.flex {
  display: flex;
}
@media (min-width: 1024px) {
  body .header__phone {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: start;
    -webkit-justify-content: flex-start;
  }
  body .header__phone small small {
    opacity: 1 !important;
  }
}

html #cookiesf_doc_body,
html #cookiesf-using-message,
html img[src="https://sflog.ru/privacy/accept/?domain=dvijenie.agency&m=0"] {
  display: none !important;
}

.blockquote-about {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  gap: 20px;
  margin-bottom: 80px;
}

.blockquote-about__text-h2 {
  text-transform: uppercase;
  margin-bottom: 60px;
  font-size: 26px;
}

.blockquote-about__text {
  flex: 1;
}

.blockquote-about__img {
  flex: 1;
}

.blockquote-about__text-quote {
  font-size: 22px;
  line-height: 35px;
}

.blockquote-about__text-under {
  text-align: right;
  margin-top: 100px;
  font-size: 18px;
  line-height: 25px;
}

.blockquote-about-un {
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
}

body .about-hero__content ul.steps__list li.steps__item {
  max-width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
}

body #header-nav ul li ul {
  position: absolute;
  min-width: 150px;
  max-height: 0;
  z-index: 9;
  padding: 20px 25px;
  opacity: 0;
  margin: 0;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  background-color: #fff;
  text-align: left;
  left: -99999px;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  gap: 20px;
}

body.theme--dark #header-nav ul li ul {
  background-color: #1e124f;
}

body #mobile-nav .child-menu {
  display: none;
  padding: 20px 25px;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

body #mobile-nav .child-menu > li {
  margin-top: 0;
}

body #header-nav > ul > li {
  position: relative;
}

.arrow-show-menu {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgEAQAAACJ4248AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAAAGAAAABgAPBrQs8AAAAHdElNRQfmCQIIFy3ln3GeAAAAg0lEQVRYw+3RQQqAIBSE4ewqXiMQOoJnq4XULbOtfwspiGoTKQTzbX0w855NIyIi8idg7RczL8O9J8UIzj3POJdnvC9QwBgYBlhX6PvLe+o6WBbSNEHbFrrCfYkq4ecS47iXOMKZ5+Lh5xIhkGLMfx4CGFMl/HqJipvfl6i8uYiIfG0DkKJ8eJA1VUMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjItMDktMDJUMDg6MjM6NDUrMDA6MDBEBec+AAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIyLTA5LTAyVDA4OjIzOjQ1KzAwOjAwNVhfggAAACh0RVh0ZGF0ZTp0aW1lc3RhbXAAMjAyMi0wOS0wMlQwODoyMzo0NSswMDowMGJNfl0AAAAASUVORK5CYII=")
    center no-repeat;
  width: 32px;
  height: 32px;
  right: 5px;
  top: -6px;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

body #mobile-nav .parent {
  display: table;
  width: 170px;
  position: relative;
}

body #mobile-nav .parent a {
  position: relative;
}

body #header-nav > ul > li:first-of-type {
  padding-right: 10px;
}

body #header-nav > ul > li:first-of-type::after {
  content: "";
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgEAQAAACJ4248AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAAAGAAAABgAPBrQs8AAAAHdElNRQfmCQIIATnj3RA0AAAAwUlEQVRYw+3QQQqCQBQGYGcIPEd4iQJjwLWrWXgGPUDr1u6VGBSpZzcIDzLraF9rx53wWglWBCImBe9bv5n//c+yCCGEkH9yuDvOFDN9fOggBFLySmuIhfg4EwvBK60hkHLy9oiMwT5JSqtp4OZ5b+FL1wW3ro+XLNshH1xskiVmCe8vUa7StFuiC4dtnn89/OkSvlJQGAOFMeArhcjYmL8WYx4xhogYhqd12+LGtq/nKGIMcZb2r5cY25wQQsjPeACgQ2GOskW4HwAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMi0wOS0wMlQwODowMTo1NyswMDowMEOpn3UAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjItMDktMDJUMDg6MDE6NTcrMDA6MDAy9CfJAAAAKHRFWHRkYXRlOnRpbWVzdGFtcAAyMDIyLTA5LTAyVDA4OjAxOjU3KzAwOjAwZeEGFgAAAABJRU5ErkJggg==")
    center no-repeat;
  width: 32px;
  height: 32px;
  background-size: cover;
  position: absolute;
  right: 0;
  top: -35%;
  cursor: pointer;
}

body #header-nav > ul > li:hover > ul {
  opacity: 1;
  max-height: inherit;
  left: -15px;
}

body .rotate-triangle {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

@media (min-width: 480px) and (max-width: 1023.98px) {
  .blockquote-about {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }

  .blockquote-about__text-h2 {
    text-align: center;
  }

  .blockquote-about__text-quote {
    text-align: center;
  }

  .blockquote-about__img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 479px) {
  .blockquote-about {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }

  .blockquote-about__text-h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 24px;
  }

  .blockquote-about__text-quote {
    text-align: center;
    font-size: 15px;
    line-height: 30px;
  }

  .blockquote-about__text-under {
    margin-top: 45px;
    font-size: 16px;
  }

  .blockquote-about-un {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 30px;
  }

  .blockquote-about__img {
    width: 100%;
    height: auto;
  }
}
.super-promo-wrapper-1 {
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  border: 3px solid rgba(67, 127, 236, 0.4);
  padding: 3px;
}
.super-promo-wrapper-2 {
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  border: 3px solid rgba(67, 127, 236, 0.2);
  padding: 3px;
}
.custom-controls {
  transition:
    opacity 0.5s ease,
    transform 0.2s ease;
  opacity: 0;
  display: flex;
  gap: 10px;
  align-items: flex-end;
  position: absolute;
  z-index: 0;
  top: 10px;
  width: 50px;
  /* left: 675px; */
}
#map .loader {
  position: absolute;
  border: 2px solid #000;
  border-bottom-color: transparent;
  z-index: 0;
  top: 14px;
  left: 723px;
  width: 20px;
  height: 20px;
}
.phone-mobile {
  display: block;
  position: fixed;
  bottom: 25px;
  left: 10px;
  z-index: 9999;
}
.phone-img-mobile {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url(../img/phone-call.png);
  animation: shake 0.5s ease-in-out infinite;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-duration: 0.5s;
  animation-name: shake;
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(-15deg);
  }

  40% {
    transform: rotate(15deg);
  }

  60% {
    transform: rotate(-10deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(0deg);
  }
}
.show-controls {
  z-index: 998;
  opacity: 1;
  transform: translateX(50px);
}
/* .map-item{
    display: flex;
    justify-content: space-between;
    gap: 5px;
    align-items: flex-start;
    cursor: pointer;
} */
.map-item-storona {
  background: white;
  display: inline-block;
  height: 15px;
  padding: 0 5px;
  color: black;
  text-align: center;
  border-radius: 0 5px 0 5px;
  margin-left: 5px;
}
.map-item-price {
  justify-self: end;
  background: linear-gradient(90deg, #5fefc0, #437fec 100%);
  padding: 2px 10px;
  border-radius: 0 5px 0 5px;
  margin-top: 5px;
}
.map-item-price:empty {
  display: none;
}
.map-surface-card--balloon .map-item-price--balloon {
  color: white;
  display: inline-flex;
  font-size: 12px;
  line-height: 1.2;
}
.map-surface-card--balloon .map-surface-statuses--details {
  grid-auto-columns: 8px;
  height: 8px;
}
.map-surface-card--balloon .map-surface-statuses--details .mouth-status-item {
  height: 8px;
  min-width: 8px;
  width: 8px;
}
.map-item-hide {
  grid-auto-flow: column;
  display: none;
  column-gap: 10px;
  grid-template-columns: 54% 43%;
}
.mouth-status {
  display: inline-grid;
  grid-auto-flow: column;
  grid-auto-columns: 13px;
  grid-column-gap: 3px;
  height: 13px;
  width: max-content;
}
.mouth-status-item {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  height: 13px;
  justify-content: center;
  line-height: 1;
  min-width: 13px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 13px;
}

.mouth-status-item_,
.mouth-status-item_hide {
  display: none;
}

.mouth-status-item_available {
  color: #a7c957;
  background-color: #a7c957;
}

.mouth-status-item_sold {
  color: #f94144;
  background-color: #f94144;
}

.mouth-status-item_reserved {
  color: #f9c74f;
  background-color: #f9c74f;
}

.mouth-status-item_,
.mouth-status-item_0 {
  color: grey;
  background-color: grey;
}

.mouth-status-item_1 {
  color: green;
  background-color: green;
}

.mouth-status-item_2 {
  color: red;
  background-color: red;
}

.mouth-status-item_3 {
  color: yellow;
  background-color: yellow;
}
.button-filter {
  display: flex;
  justify-content: flex-end;
  column-gap: 5px;
  row-gap: 5px;
  flex-wrap: wrap;
}
.button-filter-city {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: calc(16.66% - 5px);
  min-width: auto;
}

.button-filter-city .city-checkbox {
  pointer-events: none; /* кликаем по кнопке, не по инпуту */
  z-index: 9999;
  position: relative;
  top: -1px;
}

.button-filter-city.is-active {
  filter: brightness(1.05);
}
@media (min-width: 767px) {
  .map-header {
    width: 63.7%;
  }
  /* .button-filter {
    margin-bottom: -25px;
  } */
}
.service-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.service-list li {
  flex: 0 0 auto;
  white-space: nowrap; /* если каждый пункт не должен рваться */
}
.form-get-service {
  width: auto;
}
.service-list {
  width: 50%;
}
@media (max-width: 767px) {
  .form-get-service {
    margin-top: 20px;
    width: auto;
    width: 50%;
  }
  .button-filter-city {
    width: calc(50% - 5px);
  }
  .flex-wrapper .hero__main.section__main {
    order: 1;
  }
  .flex-wrapper .button-filter {
    order: 2;
  }
  .flex-wrapper .map-header {
    order: 3;
  }
  .flex-wrapper {
    display: flex;
    flex-direction: column;
  }
}

.cart-sku-output {
  margin-top: 24px;
}

.cart-sku-output__label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}

.cart-sku-output__values {
  display: block;
  width: 100%;
  padding: 12px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  resize: vertical;
  font-family: monospace;
  line-height: 1.5;
}

.cart-sku-output__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 12px;
}

.cart-sku-output__status {
  line-height: 1.4;
}

.cart-sku-output__footer .btn {
  flex: 0 0 auto;
}

@media (max-width: 667.98px) {
  .cart-sku-output__footer {
    align-items: stretch;
    flex-direction: column;
  }
}

.home #hero .spb-special-offer {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px 132px;
  align-items: center;
  gap: 34px;
  width: 100%;
  padding: 15px;
  border: 3px solid #48b2c1;
  border-radius: 0 30px 0 10px;
  color: #ffffff;
  background: #2b2868;
  cursor: pointer;
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.home #hero .spb-special-offer:hover {
  border-color: #63ddc1;
  box-shadow: 0 8px 24px rgba(24, 22, 80, 0.24);
}

.home #hero .spb-special-offer:focus-visible {
  outline: 3px solid #63ddc1;
  outline-offset: 4px;
}

.home #hero .spb-special-offer__heading {
  display: flex;
  align-items: center;
  gap: 16px;
}

.home #hero .spb-special-offer__badge {
  flex: 0 0 auto;
  padding: 7px 12px 6px;
  border-radius: 5px;
  color: #ffffff;
  background: linear-gradient(90deg, #3296c7 0%, #63ddc1 100%);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.home #hero .spb-special-offer__title {
  color: #48b2c1;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
}

.home #hero .spb-special-offer__description {
  margin-top: 15px;
  color: #dce7f1;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
}

.home #hero .spb-special-offer__note {
  margin-top: 12px;
  color: #9baec1;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
}

.home #hero .spb-special-offer__airtime {
  min-width: 250px;
  text-align: center;
}

.home #hero .spb-special-offer__airtime strong,
.home #hero .spb-special-offer__airtime span,
.home #hero .spb-special-offer__discount span,
.home #hero .spb-special-offer__discount strong {
  display: block;
}

.home #hero .spb-special-offer__airtime strong {
  color: #ffc525;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.home #hero .spb-special-offer__airtime span {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

.home #hero .spb-special-offer__discount {
  box-sizing: border-box;
  width: 132px;
  min-height: 100px;
  padding: 16px 12px 12px;
  border-radius: 16px;
  color: #171861;
  background: #ffc525;
  text-align: center;
}

.home #hero .spb-special-offer__discount span {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.home #hero .spb-special-offer__discount strong {
  margin-top: 4px;
  font-size: 49px;
  line-height: 0.95;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .home #hero .spb-special-offer {
    grid-template-columns: minmax(0, 1fr) 132px;
  }

  .home #hero .spb-special-offer__content {
    grid-column: 1 / -1;
  }

  .home #hero .spb-special-offer__airtime {
    justify-self: center;
  }
}

@media (max-width: 667.98px) {
  .home #hero .spb-special-offer {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 16px;
    text-align: center;
  }

  .home #hero .spb-special-offer__heading {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .home #hero .spb-special-offer__title {
    width: 100%;
    font-size: 22px;
  }

  .home #hero .spb-special-offer__description {
    font-size: 16px;
  }

  .home #hero .spb-special-offer__note {
    font-size: 14px;
  }

  .home #hero .spb-special-offer__airtime {
    min-width: 0;
  }

  .home #hero .spb-special-offer__airtime strong {
    font-size: 32px;
  }
}

/* Dedicated modal for the Saint Petersburg double-air promo. */
.fancybox-slide--html .promo-special-modal {
  --promo-special-sidebar-width: clamp(340px, 29%, 390px);
  width: min(1380px, calc(100vw - 32px));
  max-width: 1380px;
  min-height: min(760px, calc(100vh - 112px));
  padding: 0;
  border: 1px solid rgba(125, 164, 180, 0.32);
  border-radius: 14px;
  background: #0e1517;
  color: #f6f8fa;
  overflow: visible;
}

.promo-special-modal__layout {
  position: relative;
  display: grid;
  grid-template-columns: var(--promo-special-sidebar-width) minmax(0, 1fr);
  min-height: inherit;
  overflow: hidden;
  isolation: isolate;
}

.promo-special-modal__map-frame {
  z-index: 1;
  grid-column: 1 / -1;
  grid-row: 1;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  background: #0e1517;
}

.promo-special-modal__content {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 58px 32px;
  border-right: 1px solid rgba(111, 147, 161, 0.22);
  background: #0e1517;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
}

.promo-special-modal.is-surface-list-visible .promo-special-modal__content {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.promo-special-modal__view-toggle {
  position: absolute;
  top: 18px;
  left: 32px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 32px;
  padding: 7px 12px;
  border: 1px solid rgba(101, 200, 238, 0.72);
  border-radius: 18px;
  color: #65c8ee;
  background: rgba(14, 21, 23, 0.9);
  font: inherit;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  cursor: pointer;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    right 0.2s ease,
    left 0.2s ease;
}

.promo-special-modal__view-toggle-arrow::before {
  content: "→";
  display: block;
  font-size: 17px;
  line-height: 1;
}

.promo-special-modal.is-surface-list-visible .promo-special-modal__view-toggle {
  right: calc(100% - var(--promo-special-sidebar-width) + 18px);
  left: auto;
  width: 38px;
  min-width: 38px;
  padding: 7px;
  border-color: rgba(255, 255, 255, 0.58);
  color: #0e1517;
  background: rgba(255, 255, 255, 0.76);
}

.promo-special-modal.is-surface-list-visible
  .promo-special-modal__view-toggle
  [data-spb-promo-map-toggle-label] {
  display: none;
}

.promo-special-modal.is-surface-list-visible
  .promo-special-modal__view-toggle-arrow::before {
  content: "←";
}

.promo-special-modal__view-toggle:hover {
  color: #0e1517;
  background: #65c8ee;
}

.promo-special-modal__view-toggle:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.promo-special-modal__eyebrow {
  align-self: flex-start;
  padding: 7px 14px 6px;
  border: 2px solid #333653;
  border-radius: 22px;
  color: #afb2d5;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.promo-special-modal__title {
  margin: 24px 0 0;
  color: #f6f8fa;
  font-size: clamp(20px, 3vw, 30px);
  line-height: 1.05;
  font-weight: 700;
}

.theme--dark .promo-special-modal__title {
  color: #f6f8fa;
}

.promo-special-modal__lead {
  max-width: 460px;
  margin: 16px 0 0;
  color: #b8bdc5;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 500;
}

.promo-special-modal__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.promo-special-modal__benefit {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding: 26px 24px 22px;
  border: 1px solid rgba(123, 151, 163, 0.32);
  border-radius: 5px;
  background: #242a2c;
}

.promo-special-modal__benefit--air {
  box-shadow: inset 10px 0 30px rgba(48, 158, 202, 0.06);
}

.promo-special-modal__benefit--discount {
  background: #292b22;
  box-shadow: inset 10px 0 30px rgba(255, 200, 39, 0.05);
}

.promo-special-modal__benefit-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  stroke: #5cc7f0;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.promo-special-modal__benefit--discount .promo-special-modal__benefit-icon {
  stroke: #ffcc2e;
}

.promo-special-modal__benefit strong,
.promo-special-modal__benefit span {
  display: block;
}

.promo-special-modal__benefit strong {
  color: #f4f7f8;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
}

.promo-special-modal__benefit--discount strong {
  color: #ffcc2e;
}

.promo-special-modal__benefit span {
  margin-top: 7px;
  color: #aeb4ba;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
}

.promo-special-modal__terms {
  margin-top: 18px;
  padding-left: 22px;
  border-left: 2px solid rgba(80, 180, 220, 0.35);
}

.promo-special-modal__terms li {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 42px;
  color: #d3d7db;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}

.promo-special-modal__terms li + li {
  border-top: 1px solid rgba(135, 153, 160, 0.15);
}

.promo-special-modal__terms svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  stroke: #afb7bd;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.promo-special-modal__terms .promo-special-modal__term-accent {
  color: #65c8ee;
}

.promo-special-modal__term-accent svg {
  stroke: #b7c0c7;
}

.promo-special-modal__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: auto;
  padding-top: 38px;
}

.promo-special-modal__button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 16px 22px;
  border: 2px solid transparent;
  border-radius: 5px;
  font-size: 16px;
  font-family: inherit;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.promo-special-modal__button:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.promo-special-modal__button--primary {
  color: #10202c;
  background: #ffcc2e;
}

.promo-special-modal__button--primary:hover {
  color: #10202c;
  background: #ffdb63;
}

.promo-special-modal__button--secondary {
  border-color: #58bce7;
  color: #65c8ee;
  background: transparent;
}

.promo-special-modal__button--secondary:hover {
  color: #0e1517;
  background: #65c8ee;
}

.promo-special-modal__map-placeholder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 77% 20%,
      rgba(135, 197, 130, 0.9) 0 6%,
      transparent 6.5%
    ),
    radial-gradient(
      circle at 17% 78%,
      rgba(108, 179, 203, 0.72) 0 18%,
      transparent 18.5%
    ),
    linear-gradient(
      135deg,
      rgba(213, 229, 207, 0.96),
      rgba(185, 211, 187, 0.96)
    );
  isolation: isolate;
}

.promo-special-modal__map-placeholder::before,
.promo-special-modal__map-placeholder::after {
  position: absolute;
  content: "";
  z-index: -1;
  pointer-events: none;
}

.promo-special-modal__map-placeholder::before {
  inset: -20%;
  opacity: 0.75;
  background:
    linear-gradient(
        67deg,
        transparent 48%,
        rgba(255, 255, 255, 0.85) 49% 51%,
        transparent 52%
      )
      0 0 / 150px 150px,
    linear-gradient(
        12deg,
        transparent 48%,
        rgba(150, 169, 176, 0.55) 49% 50%,
        transparent 51%
      )
      0 0 / 105px 105px,
    linear-gradient(
        112deg,
        transparent 48%,
        rgba(235, 132, 94, 0.6) 49% 50%,
        transparent 51%
      )
      30px 0 / 250px 250px;
  transform: rotate(-5deg);
}

.promo-special-modal__map-placeholder::after {
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(14, 21, 23, 0.72),
    rgba(14, 21, 23, 0.08) 42%,
    rgba(14, 21, 23, 0.04)
  );
}

.promo-special-modal__map-roads {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.6;
  background-image:
    repeating-linear-gradient(
      8deg,
      transparent 0 48px,
      rgba(103, 130, 143, 0.25) 49px 51px,
      transparent 52px 92px
    ),
    repeating-linear-gradient(
      92deg,
      transparent 0 70px,
      rgba(103, 130, 143, 0.2) 71px 72px,
      transparent 73px 120px
    );
}

.promo-special-modal__map-message {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: min(420px, calc(100% - 64px));
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  color: #ffffff;
  background: rgba(14, 21, 23, 0.82);
  box-shadow: 0 18px 60px rgba(14, 21, 23, 0.25);
  backdrop-filter: blur(8px);
}

.promo-special-modal__map-message span,
.promo-special-modal__map-message strong,
.promo-special-modal__map-message small {
  display: block;
}

.promo-special-modal__map-message span {
  width: max-content;
  padding: 6px 10px;
  border-radius: 4px;
  color: #0e1517;
  background: #ffcc2e;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.promo-special-modal__map-message strong {
  margin-top: 18px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

.promo-special-modal__map-message small {
  margin-top: 12px;
  color: #c4ccd0;
  font-size: 14px;
  line-height: 1.4;
}

.promo-special-modal__map-controls {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  display: flex;
  gap: 8px;
}

.promo-special-modal__map-controls span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 6px;
  color: #ffffff;
  background: rgba(14, 21, 23, 0.9);
  font-size: 28px;
  line-height: 1;
}

.fancybox-slide--html .promo-special-modal > .fancybox-close-small {
  top: -54px;
  right: 0;
  z-index: 8;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  color: #14202a;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
}

.fancybox-container.promo-map-photo-viewer {
  z-index: 100100;
}

.promo-map-photo-viewer .fancybox-bg {
  background: #0e1517;
}

@media (max-width: 1099.98px) {
  .fancybox-slide--html .promo-special-modal {
    --promo-special-sidebar-width: clamp(300px, 34%, 340px);
  }

  .promo-special-modal__content {
    padding: 64px 28px 44px;
  }

  .promo-special-modal__view-toggle {
    left: 28px;
  }

  .promo-special-modal.is-surface-list-visible
    .promo-special-modal__view-toggle {
    right: calc(100% - var(--promo-special-sidebar-width) + 16px);
    left: auto;
  }

  .promo-special-modal__benefits {
    gap: 12px;
  }

  .promo-special-modal__benefit {
    padding: 22px 18px;
  }

  .promo-special-modal__actions {
    gap: 12px;
  }
}

@media (max-width: 799.98px) {
  .fancybox-slide--html .promo-special-modal {
    width: min(680px, calc(100vw - 24px));
    min-height: 1260px;
    margin: 54px 0 12px;
    border-radius: 12px;
  }

  .promo-special-modal__layout {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 1260px;
  }

  .promo-special-modal__content {
    align-self: start;
    width: 100%;
    height: 860px;
    min-height: 860px;
    padding: 64px 34px 38px;
    border-right: 0;
    border-bottom: 1px solid rgba(111, 147, 161, 0.22);
    overflow-y: auto;
  }

  .promo-special-modal__map-frame {
    min-height: 1260px;
  }

  .promo-special-modal.is-surface-list-visible
    .promo-special-modal__view-toggle {
    right: 18px;
    left: auto;
  }

  .promo-special-modal__map-placeholder {
    min-height: 380px;
  }
}

@media (max-width: 479.98px) {
  .fancybox-slide--html .promo-special-modal {
    width: calc(100vw - 16px);
    margin: 54px 0 8px;
  }

  .promo-special-modal__content {
    padding: 56px 20px 28px;
  }

  .promo-special-modal__view-toggle {
    top: 12px;
    left: 20px;
    min-height: 30px;
    padding: 6px 10px;
    font-size: 11px;
  }

  .promo-special-modal.is-surface-list-visible
    .promo-special-modal__view-toggle {
    right: 18px;
    left: auto;
  }

  .promo-special-modal__eyebrow {
    padding: 6px 10px 5px;
    font-size: 11px;
  }

  .promo-special-modal__title {
    margin-top: 20px;
    font-size: 32px;
  }

  .promo-special-modal__lead {
    margin-top: 12px;
    font-size: 15px;
  }

  .promo-special-modal__benefits {
    gap: 10px;
    margin-top: 28px;
  }

  .promo-special-modal__benefit {
    min-height: 170px;
    padding: 18px 14px;
  }

  .promo-special-modal__benefit-icon {
    width: 32px;
    height: 32px;
  }

  .promo-special-modal__benefit strong {
    font-size: 19px;
  }

  .promo-special-modal__benefit span {
    font-size: 11px;
  }

  .promo-special-modal__terms {
    margin-top: 28px;
    padding-left: 14px;
  }

  .promo-special-modal__terms li {
    gap: 10px;
    min-height: 48px;
    font-size: 14px;
  }

  .promo-special-modal__terms svg {
    width: 20px;
    height: 20px;
  }

  .promo-special-modal__actions {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 30px;
  }

  .promo-special-modal__button {
    min-height: 58px;
    font-size: 15px;
  }

  .promo-special-modal__map-placeholder {
    min-height: 300px;
  }

  .promo-special-modal__map-message {
    width: calc(100% - 32px);
    padding: 22px;
  }

  .promo-special-modal__map-message strong {
    font-size: 22px;
  }

  .promo-special-modal__map-controls {
    right: 14px;
    bottom: 14px;
  }

  .promo-special-modal__map-controls span {
    width: 38px;
    height: 38px;
    font-size: 24px;
  }

  .fancybox-slide--html .promo-special-modal > .fancybox-close-small {
    top: -48px;
    right: 0;
    width: 42px;
    height: 42px;
  }
}

/* Isolated map layout embedded in the Saint Petersburg promo modal. */
body.motion-promo-map-embed {
  --promo-special-sidebar-width: clamp(340px, 29%, 390px);
  width: 100%;
  height: 100%;
  margin: 0 !important;
  overflow: hidden;
  background: #0e1517;
}

body.motion-promo-map-embed .map-header,
body.motion-promo-map-embed .wrapper.wrapper--main,
body.motion-promo-map-embed .admin-features,
body.motion-promo-map-embed .post-data,
body.motion-promo-map-embed .map-view-toggle {
  display: none !important;
}

body.motion-promo-map-embed .page-main,
body.motion-promo-map-embed .body-flex {
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 0 !important;
  overflow: hidden !important;
}

body.motion-promo-map-embed .container-map-flex {
  position: fixed;
  inset: 0;
  z-index: 1;
  display: grid !important;
  grid-template-columns: var(--promo-special-sidebar-width) minmax(0, 1fr);
  gap: 0;
  width: 100%;
  height: 100vh;
  min-height: 0;
  overflow: hidden;
}

body.motion-promo-map-embed .map-card-panel--list,
body.motion-promo-map-embed .map-card-panel--map {
  position: relative !important;
  inset: auto !important;
  display: flex !important;
  width: auto !important;
  height: 100%;
  min-width: 0;
  min-height: 0;
  border-radius: 0;
  opacity: 1 !important;
  visibility: visible !important;
}

body.motion-promo-map-embed .map-card-panel--list {
  z-index: 1 !important;
  grid-column: 1;
  padding: 12px;
  pointer-events: auto !important;
}

body.motion-promo-map-embed .map-card-panel--map {
  z-index: 1 !important;
  grid-column: 2;
  pointer-events: auto !important;
}

body.motion-promo-map-embed #map,
body.motion-promo-map-embed #map > ymaps {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
}

body.motion-promo-map-embed .map-items {
  min-height: 0;
  padding-bottom: 12px;
}

body.motion-promo-map-embed .download-items {
  flex: 0 0 auto;
}

@media (max-width: 1099.98px) and (min-width: 800px) {
  body.motion-promo-map-embed {
    --promo-special-sidebar-width: clamp(300px, 34%, 340px);
  }
}

@media (max-width: 799.98px) {
  body.motion-promo-map-embed .container-map-flex {
    grid-template-columns: 1fr;
    grid-template-rows: 860px 400px;
    width: 100%;
    height: 1260px;
  }

  body.motion-promo-map-embed .map-card-panel--list {
    grid-column: 1;
    grid-row: 1;
    padding: 0;
  }

  body.motion-promo-map-embed .map-card-panel--map {
    grid-column: 1;
    grid-row: 2;
  }

  body.motion-promo-map-embed .map-items {
    padding: 10px 8px 12px;
  }
}

/* Reusable hot surface offer applet for the Ufa site. */
.ufa-hot-offer-applet {
  width: 100%;
}

.ufa-hot-offer {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px 150px;
  align-items: center;
  gap: 28px;
  width: 100%;
  margin-bottom: 30px;
  padding: 15px;
  border: 3px solid #ff7448;
  border-radius: 0 30px 0 10px;
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 0, rgba(255, 165, 64, 0.18), transparent 28%),
    #2b2868;
  cursor: pointer;
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.ufa-hot-offer:hover {
  border-color: #ffbd3f;
  box-shadow: 0 10px 28px rgba(25, 18, 72, 0.26);
  transform: translateY(-1px);
}

.ufa-hot-offer:focus-visible {
  outline: 3px solid #ffbd3f;
  outline-offset: 4px;
}

.ufa-hot-offer__heading {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ufa-hot-offer__badge {
  flex: 0 0 auto;
  padding: 8px 12px 7px;
  border-radius: 5px;
  color: #ffffff;
  background: linear-gradient(100deg, #ef435b, #ff7643);
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.ufa-hot-offer__title {
  color: #ffb43b;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
}

.ufa-hot-offer__description {
  margin-top: 14px;
  color: #dce7f1;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
}

.ufa-hot-offer__gift {
  padding-left: 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.ufa-hot-offer__gift strong,
.ufa-hot-offer__gift span,
.ufa-hot-offer__price span,
.ufa-hot-offer__price strong,
.ufa-hot-offer__price small {
  display: block;
}

.ufa-hot-offer__gift strong {
  color: #ffca43;
  font-size: 25px;
  line-height: 1.05;
  font-weight: 700;
}

.ufa-hot-offer__gift span {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
}

.ufa-hot-offer__price {
  box-sizing: border-box;
  min-height: 100px;
  padding: 15px 10px 12px;
  border-radius: 16px;
  color: #231956;
  background: linear-gradient(145deg, #ffd052, #ff9b35);
  text-align: center;
}

.ufa-hot-offer__price span {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.ufa-hot-offer__price strong {
  margin-top: 7px;
  font-size: 29px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.ufa-hot-offer__price small {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

/* Surface details opened from the Ufa hot offer. */
.fancybox-slide--html .ufa-surface-modal {
  width: min(1220px, calc(100vw - 32px));
  max-width: 1220px;
  min-height: min(760px, calc(100vh - 32px));
  padding: 0;
  border: 1px solid rgba(255, 184, 71, 0.36);
  border-radius: 14px;
  color: #f7f8fa;
  background: #101719;
  overflow: hidden;
}

.ufa-surface-modal__layout {
  display: grid;
  grid-template-columns: minmax(0, 58%) minmax(390px, 42%);
  min-height: inherit;
}

.ufa-surface-modal__visuals {
  display: grid;
  grid-template-rows: minmax(430px, 1fr) 230px;
  min-width: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  background: #172022;
}

.ufa-surface-modal__photo {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #20292b;
}

.ufa-surface-modal__photo::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 34%;
  content: "";
  background: linear-gradient(transparent, rgba(10, 15, 17, 0.4));
  pointer-events: none;
}

.ufa-surface-modal__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.ufa-surface-modal__map {
  min-height: 230px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #d8e2db;
}

.ufa-surface-modal__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.ufa-surface-modal__content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 50px 42px 38px;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(255, 156, 47, 0.12),
      transparent 31%
    ),
    #101719;
}

.ufa-surface-modal__eyebrow {
  align-self: flex-start;
  padding: 8px 12px 7px;
  border-radius: 5px;
  color: #ffffff;
  background: linear-gradient(100deg, #ef435b, #ff7643);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.ufa-surface-modal__title {
  margin: 22px 0 0;
  color: #f7f8fa;
  font-size: 33px;
  line-height: 1.15;
  font-weight: 700;
}

.theme--dark .ufa-surface-modal__title {
  color: #f7f8fa;
}

.ufa-surface-modal__price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-top: 26px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 191, 68, 0.34);
  border-radius: 7px;
  background: rgba(255, 180, 59, 0.08);
}

.ufa-surface-modal__price span {
  color: #b8bec2;
  font-size: 13px;
  line-height: 1.25;
}

.ufa-surface-modal__price strong {
  color: #ffca43;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.ufa-surface-modal__gift {
  margin: 14px 0 0;
  padding: 17px 18px;
  border-radius: 7px;
  color: #ffffff;
  background: linear-gradient(
    100deg,
    rgba(239, 67, 91, 0.22),
    rgba(255, 118, 67, 0.15)
  );
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
}

.ufa-surface-modal__location {
  margin-top: 24px;
  padding-left: 18px;
  border-left: 3px solid #56c5e9;
}

.ufa-surface-modal__location span,
.ufa-surface-modal__location strong {
  display: block;
}

.ufa-surface-modal__location span {
  color: #7ecdea;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.ufa-surface-modal__location strong {
  margin-top: 8px;
  color: #eef2f4;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
}

.ufa-surface-modal__attributes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 26px 0 0;
  border: 1px solid rgba(135, 156, 164, 0.18);
  border-radius: 7px;
  background: rgba(135, 156, 164, 0.18);
  overflow: hidden;
}

.ufa-surface-modal__attributes div {
  min-width: 0;
  padding: 13px 15px;
  background: #172022;
}

.ufa-surface-modal__attributes dt,
.ufa-surface-modal__attributes dd {
  margin: 0;
}

.ufa-surface-modal__attributes dt {
  color: #8f9ba0;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
}

.ufa-surface-modal__attributes dd {
  margin-top: 6px;
  color: #eef2f4;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.ufa-surface-modal__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: auto;
  padding-top: 26px;
}

.ufa-surface-modal__button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 16px;
  border: 2px solid transparent;
  border-radius: 5px;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.ufa-surface-modal__button:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.ufa-surface-modal__button--primary {
  color: #241a56;
  background: #ffbd3f;
}

.ufa-surface-modal__button--primary:hover {
  color: #241a56;
  background: #ffd36e;
}

.ufa-surface-modal__button--secondary {
  border-color: #56c5e9;
  color: #6ed2f1;
  background: transparent;
}

.ufa-surface-modal__button--secondary:hover {
  color: #101719;
  background: #6ed2f1;
}

.fancybox-slide--html .ufa-surface-modal > .fancybox-close-small {
  top: 18px;
  right: 18px;
  z-index: 5;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  color: #ffffff;
  background: rgba(16, 23, 25, 0.72);
}

@media (max-width: 1023.98px) {
  .ufa-hot-offer {
    grid-template-columns: minmax(0, 1fr) 150px;
  }

  .ufa-hot-offer__content {
    grid-column: 1 / -1;
  }

  .ufa-hot-offer__gift {
    padding-left: 0;
    border-left: 0;
  }

  .fancybox-slide--html .ufa-surface-modal {
    width: min(920px, calc(100vw - 24px));
    min-height: 0;
  }

  .ufa-surface-modal__layout {
    grid-template-columns: minmax(0, 52%) minmax(360px, 48%);
  }

  .ufa-surface-modal__visuals {
    grid-template-rows: minmax(390px, 1fr) 220px;
  }

  .ufa-surface-modal__content {
    padding: 42px 30px 32px;
  }

  .ufa-surface-modal__title {
    font-size: 29px;
  }

  .ufa-surface-modal__price {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 767.98px) {
  .fancybox-slide--html .ufa-surface-modal {
    width: min(680px, calc(100vw - 20px));
    margin: 10px 0;
  }

  .ufa-surface-modal__layout {
    display: flex;
    flex-direction: column;
  }

  .ufa-surface-modal__visuals {
    grid-template-rows: minmax(330px, 55vw) 220px;
    border-right: 0;
  }

  .ufa-surface-modal__content {
    padding: 36px 28px 30px;
  }
}

@media (max-width: 667.98px) {
  .ufa-hot-offer {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 23px 16px;
    text-align: center;
  }

  .ufa-hot-offer__heading {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .ufa-hot-offer__title {
    width: 100%;
    font-size: 22px;
  }

  .ufa-hot-offer__description {
    font-size: 15px;
  }

  .ufa-hot-offer__gift {
    max-width: 270px;
  }

  .ufa-hot-offer__price {
    width: 150px;
  }
}

@media (max-width: 479.98px) {
  .fancybox-slide--html .ufa-surface-modal {
    width: calc(100vw - 16px);
    margin: 8px 0;
    border-radius: 10px;
  }

  .ufa-surface-modal__visuals {
    grid-template-rows: 250px 210px;
  }

  .ufa-surface-modal__content {
    padding: 32px 20px 24px;
  }

  .ufa-surface-modal__eyebrow {
    font-size: 11px;
  }

  .ufa-surface-modal__title {
    margin-top: 18px;
    font-size: 25px;
  }

  .ufa-surface-modal__price {
    margin-top: 20px;
  }

  .ufa-surface-modal__price strong {
    font-size: 25px;
  }

  .ufa-surface-modal__attributes {
    grid-template-columns: 1fr;
  }

  .ufa-surface-modal__actions {
    grid-template-columns: 1fr;
  }

  .fancybox-slide--html .ufa-surface-modal > .fancybox-close-small {
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
  }
}
