.section:not(
    .section--whitebox-about,
    .section--textwithimage,
    .section--slogan,
    .section--carousel,
    .section--whitebox,
    .section--object-banners
  )
  .container {
  margin-top: 100px;
}

.section--finder {
  /* display: none !important; */
}

.button_up {
  position: relative;
  display: none;
}

.button_up__visible {
  display: flex;
}

.button_up img {
  position: fixed;
  right: 4%;
  bottom: 50px;
  max-height: 60px;
  z-index: 10;
}

@media (max-width: 576px) {
  .button_up img {
    right: 3%;
    max-height: 45px;
    bottom: 25px;
  }
}

.swiper-container {
  overflow: hidden;
  width: 100%;
  max-width: 1040px;
  height: 600px;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .swiper-container {
    height: auto;
  }
}

.mainBanner .item {
  height: 93vh;
}

.textBanner__text {
  font-weight: 200;
}

.benefits .benefits__item {
  grid-template-rows: 20% 80%;
}

.benefits .benefits__item_title {
  align-self: normal;
}

.eventsGrid .card {
  justify-content: flex-start !important;
}

.section--services .card:hover .card__title h4 {
  color: #b9e889;
}

.card__description {
  visibility: hidden;
  opacity: 0;
  padding: 20px 0 30px;
  transition: 2s;
  font-size: 15px;
  color: white;
}

@media (max-width: 576px) {
  .pc_head_phone {
    display: none;
  }
  .mobile_head_phone {
    display: block;
  }

  .mobile-banner_link-img .r_imageBg.item__image {
    display: block;
  }
  .pc-banner.r_imageBg.item__image {
    display: none;
  }
}

@media (min-width: 577px) {
  .pc_head_phone {
    display: block;
    cursor: pointer;
  }
  .mobile_head_phone {
    display: none;
  }

  .mobile-banner_link-img .r_imageBg.item__image {
    display: none;
  }
  .pc-banner.r_imageBg.item__image {
    display: block;
  }
}

.eventsGrid .card {
  display: grid;
  grid-template-rows: 30% 17% 53% 3%;
  grid-template-columns: 1fr;
}

.eventsGrid .card .card__title > * {
  --max: 25px;
}

@media (max-width: 576px) {
  .eventsGrid .card {
    max-width: 290px;
  }
  .eventsGrid .card {
    max-width: 345px;
  }
  .eventsGrid .card {
    grid-template-rows: 22% 28% 50% 3%;
  }
}

.benefits .benefits__item {
  grid-row-gap: 35px;
  grid-column-gap: 15px;
}

.section--textwithimage .textBanner .js-textimage-carousel img {
  max-width: 100%;
}

@media (max-width: 576px) {
  .mainBanner .swiper__pagination {
    bottom: 100px;
  }
  .section--mainbanner {
    margin-bottom: -125px;
  }
}

.section--whitebox .section__header .section__header_title .h3 {
  color: var(--color-main);
  font-weight: 200;
  text-transform: uppercase;
  line-height: 157.143%;
}

.section--finder {
  position: relative;
  z-index: 1;
}

.btn--dark.btn--outline:hover {
  background: var(--color-main);
}

@media (min-width: 992px) {
  .section--textwithimage .textBanner .textBanner__content {
    align-items: start;
  }
}

/* .bx-ui-slider-handle.left {
  width: 19px;
  height: 19px;
  background-color: #b9e889;
  border-radius: 50%;
  position: absolute;
  display: block;
  top: 40px;
  left: 50px;
} */

/* Для Фильтра */
.layer {
  background: none;
}
.js-show-filter .layer {
  opacity: 0;
  visibility: hidden;
}
.section--finder {
  z-index: 5;
}
.bx-filter-parameters-box-container {
  display: flex;
  gap: 10px;
}
@media (min-width: 767px) {
  #set_filter {
    display: none;
  }
}
@media (max-width: 576px) {
  .section--finder .filter {
    overflow: scroll;
    padding-top: 70px;
  }
  .link.link--clear {
    display: none;
  }
  body.js-show-filter .button_up {
    display: none;
  }
}

@media (min-width: 1440px) {
  .header .header__col--nav {
    padding: 0 20px;
  }
}

.btn:hover:before {
  background: #c3ff86;
}
.btn:hover {
  color: #000;
}
.captcha__cancellation {
  color: red;
  font-size: inherit;
  display: none;
  position: absolute;
  left: 40%;
  bottom: 20px;
}
.captcha__cancellation.view {
  display: flex;
}
@media (max-width: 576px) {
  .captcha__cancellation {
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
}
@media (min-width: 577px) {
  .main_title {
    padding-top: 60px;
  }
}

.nca-cookiesaccept-line.style-2 {
  background-color: #002649 !important;
}

.nca-cookiesaccept-line #nca-cookiesaccept-line-accept-btn {
  background-color: #b9e889 !important;
  padding: 5px !important;
}

/* captcha */
.captcha_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 13px;
}

.captcha_wrapper .form__group_label {
  display: block;
  color: gray;
}

.captcha_wrapper b {
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.captcha_wrapper .form__group_control {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}

@media (max-width: 576px) {
  .captcha_wrapper .form__group_control {
    flex-direction: column;
    align-items: self-end;
  }
  .captcha_wrapper .input--outline {
    max-width: 80%;
  }
}

@media (max-width: 576px) {
  .popup--window .popup__inner {
    overflow-y: scroll;
  }
}
@media (max-width: 400px) {
  .popup--window .popup__header {
    margin-top: 520px;
  }
}

/* Меняем для нового каталога в меню */

@media (min-width: 1440px) {
  .header .nav .nav__item {
    padding: 0 8px;
  }
}
@media (min-width: 1440px) {
  .header .nav {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .header .header__col--nav {
    padding: 0 0px;
  }
}
@media (min-width: 1440px) {
  .header .header__col--logo {
    flex: 0 0 220px;
  }
}
@media (min-width: 1440px) {
  .header .logo {
    font-size: 55px;
    line-height: 63px;
  }
}
@media (min-width: 1440px) {
  .header .header__col--phone {
    font-size: 25px;
  }
}
.js-menu-hover.is-no-touchdevice .header .nav .nav__item.is-dd .subnav {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}

.js-menu-hover.is-no-touchdevice
  .header
  .nav
  .nav__item.is-dd.is-hover
  .subnav {
  border: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

.objectsGrid .card .card__title > * {
  font-size: 30px;
}

.card__price .place {
  font-size: 16px;
  color: #6e91b0;
}

.js-menu-hover.is-no-touchdevice
  .header
  .nav
  .nav__item.is-dd.is-hover
  .nav__item_link {
  color: #b9e889 !important;
}

.captcha-error {
  color: #fc5454;
}

.banner_video {
  object-fit: cover !important;
}
