/*! 
-------------------------------------------
CUSTOM STYLES
-------------------------------------------
NOTE: PLEASE DO NOT edit base.css.min
      for custom styles use custom.css only
-------------------------------------------
*/
.adv__items .item{font-size: 20px;}
.editor .policy-list,
.editor .policy-list ul {
  list-style: none !important;
  padding-left: 0;
  margin-left: 0;
  counter-reset: none !important;
}

.editor .policy-list li {
  list-style: none !important;
  counter-increment: none !important;
}

.editor .policy-list li::marker {
  content: "" !important;
}
/* Fix Swiper inside rent tabs */
.section--rent .r_place,
.section--rent .r_place__image,
.section--rent .r_place__image .promoCarousel,
.section--rent .r_place__image .swiper {
  min-width: 0;
  max-width: 100%;
}

.section--rent .r_place__image .promoCarousel {
  width: 100%;
  overflow: hidden;
}

.section--rent .r_place__image .promoCarousel .swiper-slide {
  width: 100% !important;
  min-width: 0;
}

.section--rent .r_place__image .promoCarousel .card {
  width: 100%;
}

.section--rent .r_place__image .promoCarousel .card__image {
  width: 100%;
  overflow: hidden;
  --ratio-spacer: 67%;
}

/* перебиваем старое правило .r_place__image picture height:314px */
.section--rent .r_place__image .promoCarousel picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100% !important;
}

.section--rent .r_place__image .promoCarousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.mobileUserbar {
  border: 1px solid rgb(255, 255, 255);
}
.promoGrid .card.card--blue .card__description {
    opacity: 1;
}
.section .section__header .section__header_title .h1, .section .section__header .section__header_title h1 {
    --h-max: 2.575rem;
}
.header .r_msg .r_msg__text {
    font-size: clamp(.6875rem, .875vw, 1.875rem);
}
/* Message block near map */
.section--msg .mapMsg {
  position: relative;
  padding-left: 0 !important;
}

.section--msg .mapMsg .mapMsg__image {
  display: block !important;
  position: absolute !important;
  left: 28px !important;
  top: 50% !important;
  z-index: 2;
  width: 96px;
  height: auto;
  transform: translateY(-50%) !important;
}

.section--msg .mapMsg .mapMsg__image img {
  display: block;
  width: 100%;
  max-height: 52px;
  object-fit: contain;
}

.section--msg .mapMsg .mapMsg__content {
  min-height: 88px;
  padding: 18px 28px 18px 140px !important;
  border-radius: 40px !important;
  background: #6ea6ef !important;
  backdrop-filter: none !important;

  display: grid !important;
  grid-template-columns: 230px minmax(0, 1fr) 56px !important;
  grid-template-areas: "title text social" !important;
  align-items: center !important;
  column-gap: 38px !important;
  row-gap: 10px !important;

  color: #fff;
}

.section--msg .mapMsg .mapMsg__content_title {
  grid-area: title;
}

.section--msg .mapMsg .mapMsg__content_title .h4 {
  --h-min: 18px;
  --h-val: 18px;
  --h-max: 18px;
  --h-mb: 0;
  --h-font-weight: 700;

  margin: 0 !important;
  color: #041750 !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  white-space: nowrap;
}

.section--msg .mapMsg .mapMsg__content_text {
  grid-area: text;
  max-width: 680px;
  color: #fff;
  font-size: 18px !important;
  line-height: 1.35;
  font-weight: 400;
}

.section--msg .mapMsg .mapMsg__content .social {
  grid-area: social;
  justify-self: end;
  flex: 0 0 auto !important;
  width: 56px;
  --social-size: 56px;
  --social-font-size: 22px;
  --social-color: #6ea6ef;
  --social-background: #fff;
  --social-border: 0;
}

.section--msg .mapMsg .mapMsg__content .social__item_link {
  box-shadow: none;
}

.section--msg .mapMsg .mapMsg__content .social__item_link:hover {
  --social-background: #fff;
  --social-color: #041750;
}
.directionsGrid .item .item__image {
    transform: translateY(-8px);
}
.directionsGrid .item {
    min-height: 200px;
}
.section--map .brand-red {
  color: #E92123 !important;
}
.marketGrid .item .item__title {
    font-size: clamp(1rem, 1.25vw, 1.25rem);
    font-weight: 500;
    background: #3C75E3;
    border-radius: 10px;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}
.marketGrid .item .item__title span {
    font-size: 28px;
}
/* Tablet */
@media (max-width: 991.98px) {
  .section--msg .mapMsg .mapMsg__image {
    left: 22px !important;
    width: 82px;
  }

  .section--msg .mapMsg .mapMsg__content {
    min-height: 96px;
    padding: 20px 20px 20px 124px !important;
    grid-template-columns: minmax(0, 1fr) 56px !important;
    grid-template-areas:
      "title social"
      "text text" !important;
    column-gap: 20px !important;
  }

  .section--msg .mapMsg .mapMsg__content_title .h4 {
    white-space: normal;
  }

  .section--msg .mapMsg .mapMsg__content_text {
    font-size: 16px !important;
  }
  .marketGrid .item .item__title {
    font-size: 14px;
  }
  .marketGrid .item .item__title span {
      font-size: 18px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .section--msg .mapMsg .mapMsg__image {
    left: 18px !important;
    top: 20px !important;
    width: 86px;
    transform: none !important;
  }

  .section--msg .mapMsg .mapMsg__content {
    padding: 78px 16px 20px !important;
    border-radius: 28px !important;
    grid-template-columns: minmax(0, 1fr) 50px !important;
  }

  .section--msg .mapMsg .mapMsg__content_title .h4 {
    font-size: 16px !important;
  }

  .section--msg .mapMsg .mapMsg__content_text {
    font-size: 14px !important;
  }

  .section--msg .mapMsg .mapMsg__content .social {
    width: 50px;
    --social-size: 50px;
    --social-font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .section--rent .r_tabs__content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section--rent .r_place .r_place__content {
    padding-right: 0;
  }

  .section--rent .r_place__image .promoCarousel .card__image {
    --ratio-spacer: 72%;
  }

  .section--rent .r_place__image .promoCarousel .swiper__buttons {
    left: 10px;
    bottom: 10px;
  }

  .section--rent .r_place__image .promoCarousel .swiper__buttons .btn {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 1366px) {
    .adv__items .item {
        padding-right: 170px
    }
    .contactsGrid{
      grid-template-columns: repeat(auto-fit, minmax(24%, 1fr));
    }
    .section--market{
      background: white;
    }
}
@media (max-width: 1180px) {
   .nav--main .nav__item.is-dd .nav__item_link{
    font-size: 11px;
   }
}

@media (max-width: 991.98px) {
    .footer .footer__row--bottom {
        padding: 15px 15px 80px 38px
    }
    .contactsGrid{
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    .nav--main .nav__item.is-dd .nav__item_link{
    font-size: inherit;
   }
   
}
/* Fix mobile input focus zoom + horizontal scroll */
@media (max-width: 767.98px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .layout-wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  input,
  textarea,
  select,
  .input {
    font-size: 16px !important;
  }
  .r_popup[data-name=cookie][data-type=window] {
    bottom: 70px;
  }
}
@media (max-width: 575px) {
  .r_popup[data-name=cookie][data-type=window] {
    bottom: 70px;
  }
  .blocksGrid .item .item__title {
    padding-right: 0%;
    font-size: 10px;
  }
  .promoGrid .card {
    min-height: 170px;
    padding-right: 125px;
    padding-bottom: 20px;
  }

  .promoGrid .card .card__float {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    width: 120px;
    height: 100%;
  }

  .promoGrid .card .card__float img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
  }

  .promoGrid .card .card__title,
  .promoGrid .card .card__description,
  .promoGrid .card .card__footer {
    position: relative;
    z-index: 2;
  }

  .promoGrid .card .card__footer {
    max-width: calc(100% - 20px);
  }
  .adv__items .item {
         padding-right: 0px; 
         font-size: 16px;
    }
}
@media (min-width: 992px) {
    .promoGrid .card--grey .card__float_item--3 {
        right: 0;
        transition-duration: .3s;
        transform: translate(-50%, -120%);
    }
    .promoGrid .card--grey:hover .card__float_item--3 {
        transform: translate(-97%, -138%);
    }
    .promoGrid .card--grey .card__float_item--2 {
        transform: translate(20%, -77%);
    }
    .promoGrid .card--grey .card__float_item--1 {
      transform: translate(70%, -130%);
    }
    .promoGrid .card--green .card__float_item--3{
      transform: translate(-10%, -100%);
    }
    .promoGrid .card--green:hover .card__float_item--3 {
        transform: translate(-10%, -120%);
    }
    .promoGrid .card--green .card__float_item--2 {
        transition-duration: .6s;
        transform: translate(40%, -96%);
    }
}
@media (max-width: 575.98px) {
    .promoGrid .card--grey .card__float_item--2 {
        left: -1px;
        bottom: 5px;
        width: 120px;
        height: 106px;
        z-index: 1;
    }
        .promoGrid .card--grey .card__float_item--3 {
        left: -38px;
        bottom: 6%;
        width: 108px;
        height: 94px;
        z-index: 2;
    }
    .promoGrid .card--green .card__float_item--3 {
        left: 18px;
        bottom: 23px;
        width: 108px;
        height: 94px;
        z-index: 2;
    }
}
@media (min-width: 576px) {
    .flgroup--footer .fl--3, .flgroup--top .fl--3 {
        width: 360px;
        bottom: -10%;
        right: -35%;
    }
}
/* Rent block update: main card slider + desktop 3x3 gallery + mobile gallery slider */
.section--rent .rentSlider {
  position: relative;
  overflow: hidden;
}

.section--rent .rentSlider > .swiper {
  overflow: hidden;
}

/* Main r_tabs__content slider arrows are intentionally removed */
.section--rent .rentSlider > .swiper > .swiper__buttons {
  display: none !important;
}

.section--rent .rentSlider > .swiper > .swiper-wrapper > .swiper-slide {
  height: auto;
}

.section--rent .rentSlider .r_place {
  align-items: center;
  min-width: 0;
  height: 100%;
}

.section--rent .rentSlider .r_place__content {
  padding-right: 0;
}

.section--rent .rentSlider .r_place__image {
  min-width: 0;
  width: 100%;
}

.section--rent .r_place__gallery {
  position: relative;
  width: 100%;
}

.section--rent .r_place__gallery_link {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: var(--border-radius);
  background: #f2f5f9;
  cursor: zoom-in;
}

.section--rent .r_place__gallery_link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(4, 23, 80, 0.22);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.section--rent .r_place__gallery_link:hover::after {
  opacity: 1;
}

.section--rent .rentSlider .r_place__gallery_link:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10.75 18.5C6.47 18.5 3 15.03 3 10.75S6.47 3 10.75 3s7.75 3.47 7.75 7.75-3.47 7.75-7.75 7.75Z' stroke='%23041750' stroke-width='2'/%3E%3Cpath d='m16.35 16.35 4.15 4.15' stroke='%23041750' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / 22px 22px no-repeat;
  box-shadow: 0 10px 24px rgba(4, 23, 80, 0.18);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.section--rent .r_place__gallery picture {
  display: block;
  width: 100%;
  height: 100% !important;
  border-radius: 0;
  overflow: hidden;
}

.section--rent .r_place__gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.45s ease;
}

.section--rent .r_place__gallery_link:hover img {
  transform: scale(1.06);
}

.section--rent .r_place__gallery_buttons {
  display: none;
}

@media (min-width: 992px) {
  .section--rent .rentSlider .r_place {
    grid-template-columns: minmax(300px, 0.82fr) minmax(520px, 1fr);
    gap: 24px 54px;
    padding:2px;
  }
}

@media (max-width: 1199.98px) {
  .section--rent .rentSlider .r_place {
    gap: 22px 34px;
  }
}

/* Desktop/tablet: gallery is a static 3x3 grid */
@media (min-width: 576px) {
  .section--rent .rentSlider .r_place__gallery.swiper {
    overflow: visible;
  }

  .section--rent .rentSlider .r_place__gallery .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: 100% !important;
    height: auto !important;
    transform: none !important;
  }

  .section--rent .rentSlider .r_place__gallery .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
    flex: none;
  }
}

/* Mobile: main rent cards slide by swipe; no arrows */
@media (max-width: 575.98px) {
  .section--rent .rentSlider {
    margin-right: -24px;
    padding: 0 0 2px;
    overflow: visible;
  }

  .section--rent .rentSlider > .swiper {
    overflow: visible;
    padding: 0 24px 12px 0;
  }

  .section--rent .rentSlider > .swiper > .swiper-wrapper {
    align-items: stretch;
  }

  .section--rent .rentSlider > .swiper > .swiper-wrapper > .swiper-slide {
    width: calc(100% - 58px) !important;
    max-width: 390px;
    height: auto;
    opacity: 0.52;
    transform: scale(0.96);
    transform-origin: left center;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .section--rent .rentSlider > .swiper > .swiper-wrapper > .swiper-slide-active,
  .section--rent .rentSlider > .swiper > .swiper-wrapper > .swiper-slide-next {
    opacity: 1;
  }

  .section--rent .rentSlider > .swiper > .swiper-wrapper > .swiper-slide-active {
    transform: scale(1);
  }

  .section--rent .rentSlider > .swiper > .swiper-wrapper > .swiper-slide-next {
    transform: scale(0.98);
  }

  .section--rent .rentSlider .r_place {
    height: 100%;
    padding-bottom: 24px;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(4, 23, 80, 0.16);
  }

  .section--rent .rentSlider .r_place__image {
    width: 100%;
    overflow: hidden;
  }

  /* Mobile: photos are a full-width Swiper with arrows */
  .section--rent .rentSlider .r_place__gallery.swiper {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
  }

  .section--rent .rentSlider .r_place__gallery .swiper-wrapper {
    display: flex !important;
    gap: 0 !important;
    width: auto !important;
    height: auto !important;
  }

  .section--rent .rentSlider .r_place__gallery .swiper-slide {
    width: 100% !important;
    height: auto;
    margin-right: 0;
    flex: 0 0 100%;
  }

  .section--rent .rentSlider .r_place__gallery_link {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 12px;
  }

  .section--rent .rentSlider .r_place__gallery_buttons {
    position: absolute;
    top: 50%;
    right: 10px;
    left: 10px;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0;
    pointer-events: none;
    transform: translateY(-50%);
  }

  .section--rent .rentSlider .r_place__gallery_buttons .btn {
    --btn-height: 42px;
    --btn-padding-x: 0;
    width: 42px;
    min-width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 24px rgba(4, 23, 80, 0.22);
    pointer-events: auto;
  }

  .section--rent .rentSlider .r_place__gallery_link:first-child::before {
    width: 40px;
    height: 40px;
    background-size: 20px 20px;
  }
}

/* Rent slider final fixes: desktop main arrows, mobile card backgrounds + mobile photo swiper */
.section--rent .rentSlider {
  position: relative;
  overflow: visible;
}

.section--rent .rentSlider > .swiper {
  overflow: hidden;
}

.section--rent .rentSlider > .swiper > .swiper__buttons,
.section--rent .rentSlider > .swiper > .rentSlider__buttons {
  position: absolute;
  top: 50%;
  left: -30px;
  right: -30px;
  z-index: 30;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  height: 0;
  pointer-events: none;
  transform: translateY(-50%);
}

.section--rent .rentSlider > .swiper > .swiper__buttons .btn,
.section--rent .rentSlider > .swiper > .rentSlider__buttons .btn {
  pointer-events: auto;
  box-shadow: 0 12px 28px rgba(4, 23, 80, 0.18);
}

@media (min-width: 576px) {
  .section--rent .rentSlider > .swiper > .swiper__buttons,
  .section--rent .rentSlider > .swiper > .rentSlider__buttons {
    display: flex !important;
  }
}

@media (max-width: 575.98px) {
  .section--rent .r_tabs__content.rentSlider {
    background: #fff !important;
    color: inherit;
    border-radius: 0;
    padding: 2px 0 18px !important;
  }

  .section--rent .rentSlider {
    margin-right: -96px;
    overflow: visible;
  }

  .section--rent .rentSlider > .swiper {
    overflow: visible;
    padding: 0 100px 16px 0;
  }

  .section--rent .rentSlider > .swiper > .swiper__buttons,
  .section--rent .rentSlider > .swiper > .rentSlider__buttons {
    display: none !important;
  }

  .section--rent .rentSlider > .swiper > .swiper-wrapper > .swiper-slide {
    width: calc(100% - 10px) !important;
    max-width: 360px;
    height: auto;
    opacity: 0.72;
    transform: none;
    transition: opacity 0.3s ease;
  }

  .section--rent .rentSlider > .swiper > .swiper-wrapper > .swiper-slide-active {
    opacity: 1;
  }

  .section--rent .rentSlider > .swiper > .swiper-wrapper > .swiper-slide-next {
    opacity: 0.86;
  }

  .section--rent .rentSlider .r_place {
    min-height: 100%;
    padding: 22px 16px 24px;
    color: #fff;
    background: url("bg1.png") center/cover no-repeat, linear-gradient(99deg, #185cc7 53.45%, #66affc 98.2%) !important;
    border-radius: 16px;
    box-shadow: 0 16px 36px rgba(4, 23, 80, 0.18);
    overflow: hidden;
  }

  .section--rent .rentSlider .r_place__content,
  .section--rent .rentSlider .r_place__form {
    width: 100%;
  }

  .section--rent .rentSlider .r_place__image {
   /*  width: calc(100% + 32px); */
    overflow: hidden;
  }

  .section--rent .rentSlider .r_place__gallery.swiper {
    width: 100%;
    overflow: hidden;
    border-radius: 0;
  }

  .section--rent .rentSlider .r_place__gallery .swiper-wrapper {
    display: flex !important;
    gap: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none;
  }

  .section--rent .rentSlider .r_place__gallery .swiper-slide {
    flex: 0 0 100%;
    width: 100% !important;
    margin-right: 0 !important;
  }

  .section--rent .rentSlider .r_place__gallery_link {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .section--rent .rentSlider .r_place__gallery_buttons {
    position: absolute;
    top: 50%;
    right: 10px;
    left: 10px;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0;
    pointer-events: none;
    transform: translateY(-50%);
  }

  .section--rent .rentSlider .r_place__gallery_buttons .btn {
    --btn-height: 42px;
    --btn-padding-x: 0;
    width: 42px;
    min-width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 24px rgba(4, 23, 80, 0.22);
    pointer-events: auto;
  }
}

/* Rent slider arrows clipping fix: arrows are outside .swiper, so overflow:hidden on slider no longer cuts them */
@media (min-width: 576px) {
  .section--rent .rentSlider {
    position: relative;
    overflow: visible !important;
  }

  .section--rent .rentSlider > .swiper {
    overflow: hidden !important;
  }

  .section--rent .rentSlider > .rentSlider__buttons,
  .section--rent .rentSlider > .swiper__buttons.rentSlider__buttons {
    position: absolute;
    top: 50%;
    left: 36px;
    right: 36px;
    z-index: 60;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    height: 0;
    pointer-events: none;
    transform: translateY(-50%);
  }

  .section--rent .rentSlider > .rentSlider__buttons .btn,
  .section--rent .rentSlider > .swiper__buttons.rentSlider__buttons .btn {
    pointer-events: auto;
    flex: 0 0 auto;
    box-shadow: 0 12px 28px rgba(4, 23, 80, 0.18);
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .section--rent .rentSlider > .rentSlider__buttons,
  .section--rent .rentSlider > .swiper__buttons.rentSlider__buttons {
    left: 20px;
    right: 20px;
  }
}

@media (max-width: 575.98px) {
  .section--rent .rentSlider > .rentSlider__buttons,
  .section--rent .rentSlider > .swiper__buttons.rentSlider__buttons {
    display: none !important;
  }
}

/* Rent slider desktop arrows final position fix */
@media (min-width: 576px) {
  .section--rent .r_tabs__content.rentSlider {
    position: relative !important;
    overflow: visible !important;
  }

  .section--rent .r_tabs__content.rentSlider > .swiper {
    overflow: hidden !important;
  }

  .section--rent .r_tabs__content.rentSlider > .rentSlider__buttons,
  .section--rent .r_tabs__content.rentSlider > .swiper__buttons.rentSlider__buttons {
    position: absolute !important;
    inset: 0 !important;
    z-index: 100 !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    pointer-events: none !important;
  }

  .section--rent .r_tabs__content.rentSlider > .rentSlider__buttons .js-rent-main-prev,
  .section--rent .r_tabs__content.rentSlider > .rentSlider__buttons .js-rent-main-next,
  .section--rent .r_tabs__content.rentSlider > .swiper__buttons.rentSlider__buttons .js-rent-main-prev,
  .section--rent .r_tabs__content.rentSlider > .swiper__buttons.rentSlider__buttons .js-rent-main-next {
    position: absolute !important;
    top: 50% !important;
    z-index: 101 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 56px !important;
    min-width: 56px !important;
    height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 10px !important;
    transform: translateY(-50%) !important;
    pointer-events: auto !important;
    box-shadow: 0 12px 28px rgba(4, 23, 80, 0.18) !important;
  }

  .section--rent .r_tabs__content.rentSlider > .rentSlider__buttons .js-rent-main-prev,
  .section--rent .r_tabs__content.rentSlider > .swiper__buttons.rentSlider__buttons .js-rent-main-prev {
    left: 20px !important;
    right: auto !important;
  }

  .section--rent .r_tabs__content.rentSlider > .rentSlider__buttons .js-rent-main-next,
  .section--rent .r_tabs__content.rentSlider > .swiper__buttons.rentSlider__buttons .js-rent-main-next {
    right: 20px !important;
    left: auto !important;
  }
}

@media (min-width: 992px) {
  .section--rent .r_tabs__content.rentSlider > .rentSlider__buttons .js-rent-main-prev,
  .section--rent .r_tabs__content.rentSlider > .swiper__buttons.rentSlider__buttons .js-rent-main-prev {
    left: 5px !important;
  }

  .section--rent .r_tabs__content.rentSlider > .rentSlider__buttons .js-rent-main-next,
  .section--rent .r_tabs__content.rentSlider > .swiper__buttons.rentSlider__buttons .js-rent-main-next {
    right: 5px !important;
  }
}
@media (min-width: 1400px) {
  .section--rent .r_tabs__content.rentSlider > .rentSlider__buttons .js-rent-main-prev,
  .section--rent .r_tabs__content.rentSlider > .swiper__buttons.rentSlider__buttons .js-rent-main-prev {
    left: 20px !important;
  }

  .section--rent .r_tabs__content.rentSlider > .rentSlider__buttons .js-rent-main-next,
  .section--rent .r_tabs__content.rentSlider > .swiper__buttons.rentSlider__buttons .js-rent-main-next {
    right: 20px !important;
  }
}
@media (max-width: 575.98px) {
  .section--rent .r_tabs__content.rentSlider > .rentSlider__buttons,
  .section--rent .r_tabs__content.rentSlider > .swiper__buttons.rentSlider__buttons {
    display: none !important;
  }
}


/* Rent mobile gallery arrow states + main block autoplay support */
@media (max-width: 575.98px) {
  .section--rent .rentSlider .r_place__gallery_buttons .btn,
  .section--rent .rentSlider .r_place__gallery_buttons .btn:hover,
  .section--rent .rentSlider .r_place__gallery_buttons .btn:focus,
  .section--rent .rentSlider .r_place__gallery_buttons .btn:active {
    --btn-color: #041750 !important;
    --btn-color-hover: #041750 !important;
    --btn-bg: rgba(255, 255, 255, 0.96) !important;
    --btn-bg-hover: rgba(255, 255, 255, 0.96) !important;
    color: #041750 !important;
    background: rgba(255, 255, 255, 0.96) !important;
  }

  .section--rent .rentSlider .r_place__gallery_buttons .btn:active {
    box-shadow: inset 0 0 0 999px rgba(4, 23, 80, 0.06), 0 10px 24px rgba(4, 23, 80, 0.22) !important;
  }
}


/* Map message social icons: MAX + WhatsApp SVG + Telegram */
.section--msg .mapMsg .mapMsg__content {
  grid-template-columns: 230px minmax(0, 1fr) auto !important;
}

.section--msg .mapMsg .mapMsg__content .mapMsg__social {
  width: auto !important;
  justify-self: end;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 14px !important;
  flex: 0 0 auto !important;
  --social-size: 56px;
  --social-font-size: 22px;
  --social-background: #fff;
  --social-border: 0;
}

.section--msg .mapMsg .mapMsg__content .mapMsg__social .social__item_link {
  width: var(--social-size) !important;
  height: var(--social-size) !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: none !important;
}

.section--msg .mapMsg .mapMsg__content .mapMsg__social .social__item_link--svg::before {
  content: none !important;
  display: none !important;
}

.section--msg .mapMsg .mapMsg__content .mapMsg__social .social__item_icon {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .section--msg .mapMsg .mapMsg__content {
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
      "title social"
      "text text" !important;
  }

  .section--msg .mapMsg .mapMsg__content .mapMsg__social {
    --social-size: 52px;
    gap: 12px !important;
  }
}

@media (max-width: 575px) {
  .section--msg .mapMsg .mapMsg__content {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "title"
      "text"
      "social" !important;
  }

  .section--msg .mapMsg .mapMsg__content .mapMsg__social {
    justify-self: start;
    width: auto !important;
    --social-size: 48px;
    --social-font-size: 19px;
    gap: 10px !important;
  }

  .section--msg .mapMsg .mapMsg__content .mapMsg__social .social__item_icon {
    width: 22px;
    height: 22px;
  }
}

/* Video block under advertising support */
.section--videos .videoGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.section--videos .videoGrid__item {
  width: 100%;
  aspect-ratio: 248 / 500;
  overflow: hidden;
  border-radius: 24px;
  background: #000;
}

.section--videos .videoGrid__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}

@media (max-width: 1400px) {
  .section--videos .videoGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .section--videos .videoGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .section--videos .videoGrid {
    grid-template-columns: 1fr;
  }

  .section--videos .videoGrid__item {
    max-width: 360px;
    margin-inline: auto;
  }
}




/* 10.06.26 */

.section .section__header .section__header_title .h1{
  font-size: 2.5rem;
}
.main__title {
  color: #1769E8;
}
.main__title--third {
  color: #E92123 !important;
}

.section--announce .section__content{
      font-size: clamp(.75rem, 1vw, 1.125rem);
}

.r_territory__image.market video{
  border-radius: 10px;
}

@media (min-width: 1440px) {
    .territoryBenefits.market{
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
    .r_territory__image.market video{
      height: 350px;
      object-fit: cover;
    }
}


.directionsGrid .item {
    min-height: 240px;
}

.item.item--last .item__text{
  font-size: 12px;
}

.directionsGrid .item .item__image img{
  height: 120px;
}


/* главная анимация  */
/* 1я карточка */
.promoGrid .card--grey  img{
      max-width: 70%;
}

    .promoGrid .card--grey .card__float_item--1 {
        transform: translate(22%, -111%);
    }
    .promoGrid .card--grey .card__float_item--2 {
        transform: translate(10%, -77%);
    }
    .promoGrid .card--grey .card__float_item--3 {
        transform: translate(25%, -120%);
    }



@media (min-width: 992px) {

    .promoGrid .card--grey:hover .card__float_item--1 {
      transform: translate(22%, calc(-111% - 25px)) !important;
    }
    .promoGrid .card--grey:hover .card__float_item--2 {
        transform: translate(10%, calc(-77% - 18px)) !important;
    }
    .promoGrid .card--grey:hover .card__float_item--3 {
        transform: translate(25%, calc(-120% - 18px)) !important;
    }
    /* .promoGrid .card--grey:hover .card__float_item--1 {
        transform: translate(70%, calc(-130% - 25px)) !important;
    }
        .promoGrid .card--grey:hover .card__float_item--2 {
        transform: translate(20%, calc(-77% - 18px)) !important;
    }
        .promoGrid .card--grey:hover .card__float_item--3 {
        transform: translate(-50%, calc(-120% - 18px)) !important;
        
    } */
}

@media (min-width: 576px) and (max-width: 991.98px) {

    .promoGrid .card--grey .card__float_item--1 {
        transform: translate(-20%, 87%);
        width: 70px;
        display: flex;
    }
        .promoGrid .card--grey .card__float_item--2 {
        transform: translate(16%, 6%);
        width: 144px;
    }
   .promoGrid .card--grey .card__float_item--3 {
        transform: translate(-22%, 22%);
        width: 77px;
    }
}


@media (max-width: 575.98px) {
    .promoGrid .card--grey .card__float_item--1 {
        transform: translate(-22%, 128%);
        width: 70px;
        display: flex;
    }
    .promoGrid .card--grey .card__float_item--2 {
      transform: translate(0%, -10%);
    }
    .promoGrid .card--grey .card__float_item--3 {
        transform: translate(133%, -54%);
        width: 77px;
    }
}

/* 2я карточка */
@media (min-width: 992px) {
    .promoGrid .card--green .card__float_item--2{
        transform: translate(52%, -82%);
        z-index: 1;
    }
    .promoGrid .card--green .card__float_item--3 {
        transform: translate(-8%, -161%);
    }
    .promoGrid .card--green .card__float_item--4{
      transform: translate(30%, -110%);
      z-index: 4;
    }




    .promoGrid .card--green:hover .card__float_item--1 {
      z-index: 4;
      transform: translate(156%, -249%);
    }
    .promoGrid .card--green:hover .card__float_item--2 {
      transform: translate(52%, calc(-81% - 10px)) !important;
    }
    .promoGrid .card--green:hover .card__float_item--3 {
        transform: translate(-8%, calc(-161% - 10px)) !important;
    }
    .promoGrid .card--green:hover .card__float_item--4 {
        transform: translate(30%, calc(-110% - 10px)) !important;
    }
}



@media (min-width: 576px) and (max-width: 991.98px) {

    .promoGrid .card--green .card__float_item--2 {
        bottom: -20% !important;
    }
        .promoGrid .card--green .card__float_item--3 {
        bottom: 5% !important;
    }
   .promoGrid .card--green .card__float_item--4 {
        bottom: 55px !important;
    }
}


@media (max-width: 575.98px) {
    .promoGrid .card--green .card__float_item--2 {
        bottom: 18% !important;
        left: 35%;
    }
    .promoGrid .card--green .card__float_item--3 {
        bottom: 36% !important;
        left: 19%;
        height: 110px;
        width: auto;
    }
    .promoGrid .card--green .card__float_item--4 {
        bottom: 40px !important;
        left: -6%;
        z-index: 12;
    }
}

/* 3 карточка */

.promoGrid .card--blue img{
  max-width: 46%;
}

@media (min-width: 992px) {
    .promoGrid .card--blue .card__float_item--1 {
        transform: translate(38%, -65%);
    }
    .promoGrid .card--blue:hover .card__float_item--1 {
        transform: translate(38%, -73%);
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
      .promoGrid .card--blue .card__float_item--1{
        right: -6%;
      }
}

/*  */

/* 16.06.26 */

@media (max-width: 1440px) {
    .section--rent .r_tabs__content.rentSlider > .swiper {
      min-height: 430px;
    }
    .section--rent .r_tabs__content.rentSlider{
      min-height: 430px;
    }
}
@media (max-width: 991px) {
.section--rent .r_tabs__content.rentSlider{
  min-height: 830px;
}
.section--rent .r_tabs__content.rentSlider > .swiper {
      min-height: auto;
    }
}
@media (max-width: 767px) {
.section--rent .r_tabs__content.rentSlider{
  min-height: 750px;
}
}

@media (max-width: 575px) {
.section--rent .r_tabs__content.rentSlider{
  min-height: auto;
}
}

/*  */

/* 22.06.26 */

.r_place__form{
  display: flex;
  margin-top: 60px;
  justify-content: center;
}

@media (min-width: 992px) {
    .section--rent .r_tabs__content.rentSlider {
        padding-bottom: 60px;
    }
}
@media (max-width: 991px) {
  .r_place__form{
    margin-top: 10px;
  }
}

@media (max-width: 575px) {

  .section--rent{
    margin-bottom: 45px;
  }
  .r_place__form{
    background: url(bg1.png) center / cover no-repeat, linear-gradient(99deg, #185cc7 53.45%, #66affc 98.2%) !important;
    border-radius: 16px;
    box-shadow: 0 16px 36px rgba(4, 23, 80, 0.18);
    padding: 10px;
  }

  .section--rent .rentSlider .r_place{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: auto;
    height: 560px;
  }

  /* .r_place__form{
  display: none;
} */
}

/*  */

/* 23.06.26 */

.directionsGrid .item.item--last .item__title{
  font-size: 18px;
}

@media (max-width: 1439px) {
  .adv__items .item br{
    display: none;
  }
  
}
.promoGrid .card .card__title .h2{
    hyphens: none;
    word-break: keep-all;
    overflow-wrap: normal;
}


/*  */