.bx-yandex-view-layout,
.bx-yandex-view-map,
.ymaps-map.ymaps-i-ua_js_yes {
  height: 100%;
}

.faq-seo {
  margin-bottom: 30px;
}

.offers-routes {
  margin: 60px 0;
}

.form-group.captcha {
  margin-bottom: 0;
  border: 0 !important;
}

.form-group.captcha .help-block {
  display: none !important;
}

.form-group.phone .control-label {
  opacity: 0;
}

.form-group.captcha .form-control {
  position: absolute;
}

.iti__dropdown-content {
  width: 300px !important;
  z-index: 5 !important;
}

.iti__search-input {
  padding: 8px;
}

.ask-question .iti__arrow {
  border-top-color: #fff !important;
}

.ask-question .iti__arrow--up {
  border-top-color: transparent !important;
  border-bottom-color: #fff !important;
}

.services-filter .offers-filter__left {
  flex: 0 0 466px;
}

.services-filter .offers-filter__center {
  flex: 0 0 606px;
}

.services-filter .offers-filter__right {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
}

.services-filter .offers-filter__checks {
  justify-content: space-between;
  width: 100%;
}

.services-filter .offers-filter__checkbox .checkbox span::before,
.services-filter .offers-filter__checkbox .checkbox span::after {
  display: none;
}

.services-filter .offers-filter__checkbox .checkbox span {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 1;
}

.services-filter .offers-filter__checkbox .checkbox b {
  font-weight: 400;
  opacity: 0.5;
  transition: all 0.3s ease 0s;
}

.services-filter .offers-filter__checkbox .checkbox i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border: 1px solid #efefef;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}

.services-filter .offers-filter__checkbox .checkbox svg {
  opacity: 0.45;
  max-width: 25px;
  transition: all 0.3s ease 0s;
}

.services-filter .offers-filter__checkbox .checkbox input:checked + span b {
  opacity: 1;
}

.services-filter .offers-filter__checkbox .checkbox input:checked + span i {
  border-color: #021222;
}

.services-filter .offers-filter__checkbox .checkbox input:checked + span i svg {
  opacity: 1;
}

@media (max-width: 1850px) {
  .services-filter .offers-filter__body {
    flex-wrap: wrap;
  }

  .services-filter .offers-filter__center {
    flex: 0 1 calc(100% - 471px);
  }
}

@media (max-width: 1150px) {
  .offers-filter.services-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 10px;
  }

  .services-filter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .services-filter .offers-filter__top {
    margin: 10px 0px 0px 0px;
    text-align: center;
  }

  .services-filter .offers-filter__clear {
    margin-top: 10px;
  }

  .services-filter .offers-filter__body {
    gap: 0;
  }

  .services-filter .offers-filter__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border-radius: 30px 30px 0 0;
    padding-left: 30px;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .services-filter .offers-filter__transport {
    max-width: 100%;
  }

  .services-filter .offers-filter__center {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border-radius: 0;
  }

  .services-filter .offers-filter__right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background: #fff;
    border-radius: 0 0 30px 30px;
    padding-bottom: 10px;
    grid-template-columns: 1fr;
  }

  .services-filter .offers-filter__checks {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .services-filter .offers-filter__select {
    background: #fff;
    border-radius: 0 0 30px 30px;
    position: relative;
  }

  .services-filter .offers-filter__select::before {
    content: "";
    position: absolute;
    width: calc(100% - 90px);
    height: 1px;
    top: 0;
    left: 45px;
    background: #949494;
    opacity: 0.3;
    z-index: 2;
  }

  .services-filter .offers-filter__select button {
    height: auto;
    border-radius: 0 0 30px 30px;
  }

  .services-filter .offers-filter__select button.open {
    border-color: transparent;
  }

  .services-filter .offers-filter__select ul {
    top: calc(100% + 10px);
  }
}

@media (max-width: 640px) {
  .iti__dropdown-content {
    width: 100% !important;
  }

  .services-filter .offers-filter__checks::before {
    display: none;
  }

  .services-filter .offers-filter__select {
    margin: 0px auto;
  }

  .services-filter .offers-filter__left {
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-filter .offers-filter__transport {
    gap: 10px;
  }
}

@media (max-width: 500px) {
  .services-filter .offers-filter__item label {
    min-width: 60px;
  }
}

@media (max-width: 390px) {
  .form-group.captcha {
    transform: scale(0.77);
    transform-origin: left top;
    position: relative;
    height: 60px;
  }

  .form-group.captcha > div > div {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 359px) {
  .services-filter .offers-filter__item label {
    min-width: 50px;
  }

  .services-filter .offers-filter__checkbox .checkbox i {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
  }

  .services-filter .offers-filter__checkbox .checkbox i svg {
    max-width: 16px;
  }
}
