html,
body {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  width: 100%;
}

html {
  min-height: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: Inter, serif;
  color: #4f4f4f;
  /* Chrome + Safari =/- */
  text-rendering: geometricPrecision;
  /* Safari */
  -webkit-font-smoothing: antialiased;
  /* Firefox */
  -moz-osx-font-smoothing: grayscale;
  /* Just in case */
  font-smooth: antialiased;
}
body.a-fixed {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

picture img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

sup {
  line-height: 0;
}

button {
  border: none;
  outline: none;
  appearance: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s;
}

svg {
  transition: fill 0.3s;
}

.a-container {
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  overflow: hidden;
}
@media only screen and (min-width: 1280px) {
  .a-container {
    max-width: 1280px;
    padding: 0 44px;
  }
}

.a-anchor {
  position: relative;
}
.a-anchor__top {
  position: absolute;
  top: -128px;
  left: 0;
  pointer-events: none;
}

.a-decorated-title {
  display: flex;
  align-items: center;
}
.a-decorated-title:before {
  transform: skewX(-25deg);
  width: 5px;
  height: 25px;
  content: "";
  background: #f52b2b;
  display: block;
  margin: 0 6px 0 6px;
}

h2.a-title {
  font-weight: 800;
  font-size: 1.75rem;
  line-height: 2.125rem;
  text-align: center;
  text-transform: uppercase;
  font-family: Inter, serif;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  h2.a-title {
    font-size: 3rem;
    line-height: 3.625rem;
  }
}

.a-subtitle {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  font-family: Raleway, serif;
  color: #000000;
  margin: 8px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .a-subtitle {
    font-size: 1.25rem;
    line-height: 2.125rem;
    margin: 4px 0 0 0;
  }
}
.a-subtitle_desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .a-subtitle_desktop {
    display: block;
  }
}
.a-subtitle_mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .a-subtitle_mobile {
    display: none;
  }
}

/** text block **/
.a-text-block {
  font-family: Raleway, serif;
}
.a-text-block + .a-text-block {
  margin: 32px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .a-text-block + .a-text-block {
    margin: 40px 0 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .a-text-block + .a-text-block {
    margin: 60px 0 0 0;
  }
}
.a-text-block_about {
  margin: 32px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .a-text-block_about {
    margin: 48px 0 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .a-text-block_about {
    margin: 64px 0 0 0;
  }
}
.a-text-block_infrastructure {
  margin: 8px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .a-text-block_infrastructure {
    margin: 48px 0 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .a-text-block_infrastructure {
    margin: 80px 0 0 0;
  }
}
.a-text-block__columns {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1280px) {
  .a-text-block__columns {
    flex-direction: row;
    align-items: flex-start;
  }
}
.a-text-block__subtitle {
  font-weight: 500;
  color: #000000;
  font-size: 1rem;
  line-height: 1.6875rem;
}
@media only screen and (min-width: 768px) {
  .a-text-block__subtitle {
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
}
.a-text-block__desc {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8125rem;
  margin: 24px 0 0 0;
}
.a-text-block__desc p {
  margin: 0;
}
.a-text-block__desc p + p {
  margin: 24px 0 0 0;
}
.a-text-block__text {
  flex: 1;
}
.a-text-block__img {
  width: calc(100% + 40px);
  margin: 36px -20px 0;
}
@media only screen and (min-width: 768px) {
  .a-text-block__img {
    width: 100%;
    margin: 32px 0 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .a-text-block__img {
    flex: 0 0 49%;
    max-width: 49%;
    margin: 0 0 0 48px;
  }
}
.a-text-block__title {
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 1.75rem;
  line-height: 2.125rem;
  text-transform: uppercase;
  color: #000000;
  font-family: Inter, serif;
}
.a-text-block__title:before {
  transform: skewX(-25deg);
  width: 4px;
  height: 24px;
  content: "";
  background: #f52b2b;
  display: block;
  margin: 8px;
}
@media only screen and (min-width: 768px) {
  .a-text-block__title {
    display: flex;
    align-items: center;
    font-size: 3rem;
    line-height: 3.625rem;
  }
  .a-text-block__title:before {
    transform: skewX(-25deg);
    width: 6px;
    height: 36px;
    content: "";
    background: #f52b2b;
    display: block;
    margin: 12px;
  }
}
.a-text-block__title_desktop {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .a-text-block__title_desktop {
    display: flex;
  }
  .a-text-block__title_desktop + * {
    margin-top: 16px;
  }
}
.a-text-block__title_tablet {
  display: flex;
}
@media only screen and (min-width: 1280px) {
  .a-text-block__title_tablet {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .a-text-block_image-left .a-text-block__columns {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1280px) {
  .a-text-block_image-left .a-text-block__img {
    margin: 0 48px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .a-text-block_image-left .a-text-block__title {
    margin-left: calc(49% + 48px);
  }
}
.a-text-block_image-top .a-text-block__img {
  order: 1;
  margin: 0 -20px 32px;
}
@media only screen and (min-width: 768px) {
  .a-text-block_image-top .a-text-block__img {
    margin: 0 0 40px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .a-text-block_image-top .a-text-block__img {
    order: 2;
    margin: 0 0 0 48px;
  }
}
@media only screen and (min-width: 1280px) {
  .a-text-block_image-top.a-text-block_image-left .a-text-block__img {
    margin: 0 48px 0 0;
  }
}
.a-text-block_image-top .a-text-block__text {
  order: 2;
}
@media only screen and (min-width: 1280px) {
  .a-text-block_image-top .a-text-block__text {
    order: 1;
  }
}

/** text block **/
/** decor with 2 lines **/
.a-decor {
  display: flex;
}
.a-decor__line {
  align-self: stretch;
  transform: skewX(-25deg);
}

/** decor with 2 lines **/
/** header **/
.a-header {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 24px 0;
  color: #ffffff;
  transition: all 0.3s;
}
.a-header_fixed {
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 768px) {
  .a-header {
    padding: 28px 0;
  }
}
.a-header .a-container {
  display: flex;
  align-items: center;
}
.a-header__link {
  position: relative;
  font-weight: 600;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: Inter, serif;
}
.a-header__link:before {
  position: absolute;
  left: 0;
  bottom: -7px;
  height: 2px;
  width: 100%;
  background: transparent;
  content: "";
  transition: background-color 0.3s;
}
.a-header__link:hover:before {
  background: rgba(255, 255, 255, 0.5);
}
.a-header__favourite {
  flex: 0 0 32px;
  max-width: 32px;
  height: 26px;
  margin: -2px 12px 0 auto;
  position: relative;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 1280px) {
  .a-header__favourite {
    margin: -2px 0 0 12px;
  }
}
.a-header__favourite[data-visible=true] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.a-header__favourite[data-visible=false] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.a-header__favourite svg {
  display: block;
  width: 100%;
  pointer-events: none;
}
.a-header__favourite svg path {
  stroke: transparent;
  fill: #f52b2b;
}
.a-header__favourite-number {
  font-size: 0.75rem;
  line-height: 0.75rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  position: absolute;
  font-weight: 600;
  margin: 2px 0 0 0;
  pointer-events: none;
}
.a-header__menu {
  align-items: center;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: Inter, serif;
  color: #ffffff;
  margin: 0 0 0 auto;
  display: none;
}
.a-header__menu .a-decor {
  height: 18px;
  margin: 0 24px;
}
.a-header__menu .a-decor__line {
  width: 3px;
  background: #f52b2b;
  transform: skewX(-22deg);
}
@media only screen and (min-width: 1280px) {
  .a-header__menu {
    display: flex;
  }
}
.a-header__phone {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: Inter, serif;
}
@media only screen and (min-width: 1280px) {
  .a-header__phone {
    margin-left: auto;
  }
}
.a-header__phone_desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .a-header__phone_desktop {
    display: block;
  }
}
.a-header__phone_mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .a-header__phone_mobile {
    display: none;
  }
}
.a-header__messengers {
  align-items: center;
  margin: 0 0 0 12px;
  display: none;
}
@media only screen and (min-width: 1280px) {
  .a-header__messengers {
    display: flex;
  }
}
.a-header__messenger {
  flex: 0 0 24px;
  max-width: 24px;
}
.a-header__messenger + .a-header__messenger {
  margin: 0 0 0 12px;
}
.a-header__messenger:hover {
  opacity: 0.5;
}
.a-header__callback {
  border: 2px solid rgba(255, 255, 255, 0.5);
  height: 32px;
  min-width: 212px;
  padding: 0 16px;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1rem;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: Inter, serif;
  color: #ffffff;
  cursor: pointer;
  margin: 0 0 0 32px;
  transition: background-color 0.3s;
  display: none;
}
.a-header__callback:hover {
  background: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 1280px) {
  .a-header__callback {
    display: block;
  }
}

/** header **/
/** head **/
h1.a-title {
  text-transform: uppercase;
  font-family: Inter, serif;
  font-size: 3rem;
  line-height: 3.25rem;
}
h1.a-title span {
  font-weight: 700;
}
@media only screen and (min-width: 1280px) {
  h1.a-title {
    font-size: 2.875rem;
    line-height: 3.375rem;
  }
}

.a-head {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 596px;
  padding: 268px 0 24px;
}
@media only screen and (min-width: 768px) {
  .a-head {
    min-height: 544px;
    padding: 220px 0 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .a-head {
    min-height: 726px;
    padding: 200px 0 40px;
  }
}
.a-head__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  object-fit: cover;
  z-index: 0;
}
.a-head .a-container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .a-head .a-container {
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
  }
}
.a-head__text {
  background: rgba(0, 0, 0, 0.7);
  padding: 16px 20px 24px 16px;
  width: 328px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .a-head__text {
    flex: 0 0 328px;
    max-width: 328px;
    width: auto;
    margin: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .a-head__text {
    flex: 0 0 438px;
    max-width: 438px;
    padding: 36px 20px 32px 30px;
  }
}
.a-head__text .a-decor {
  height: 36px;
  margin: 0 0 4px 0;
}
@media only screen and (min-width: 1280px) {
  .a-head__text .a-decor {
    height: 36px;
    margin: 0 0 6px 0;
  }
}
.a-head__text .a-decor__line {
  width: 6px;
  background: #f52b2b;
  margin-left: 10px;
}
@media only screen and (min-width: 1280px) {
  .a-head__text .a-decor__line {
    margin-left: 16px;
  }
}
.a-head__subtitle {
  font-size: 1.375rem;
  line-height: 2.0625rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  font-family: Raleway, serif;
  margin: 8px 0 0 0;
  display: none;
}
@media only screen and (min-width: 1280px) {
  .a-head__subtitle {
    display: block;
  }
}
.a-head__address {
  font-weight: 500;
  font-family: Raleway, serif;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.a-head__address:before {
  flex: 0 0 100%;
  width: 100%;
  height: 1px;
  margin: 0 0 20px 0;
  background: rgba(255, 255, 255, 0.3);
  content: "";
}
@media only screen and (min-width: 768px) {
  .a-head__address {
    font-size: 1rem;
    line-height: 1.1875rem;
    margin: 32px 0 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .a-head__address {
    font-size: 1.25rem;
    line-height: 1.4375rem;
    letter-spacing: 0.01em;
    margin: 20px 0 0 0;
  }
}
.a-head__pin {
  margin: 0 8px 0 0;
}
.a-head__promo {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: Raleway, serif;
  background: #f52b2b;
  border: solid 2px #ffffff;
  padding: 12px 20px;
  color: #ffffff;
  overflow: hidden;
  transition: all 0.3s;
}
.a-head__promo-animate {
  display: flex;
  transition: all 0.5s;
}
.a-head__promo-animate.a-moving {
  transform: translateY(-200%);
}
.a-head__promo_desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .a-head__promo_desktop {
    opacity: 0.9;
    display: block;
  }
}
.a-head__promo_mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .a-head__promo_mobile {
    display: none;
    padding: 12px 18px 12px 16px;
  }
}
@media only screen and (min-width: 768px) {
  .a-head__promo {
    flex: 0 0 360px;
    max-width: 360px;
  }
}
.a-head__promo .a-decor {
  display: none;
  height: 18px;
}
.a-head__promo .a-decor__line {
  background: #ffffff;
  width: 3px;
  margin-left: 6px;
}
.a-head__promo-text {
  margin: 0 0 0 10px;
}

/** head **/
/** partners **/
.a-partners {
  margin: 32px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .a-partners {
    margin: 40px 0 0 0;
  }
}
.a-partners__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000000;
  font-family: Raleway, serif;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .a-partners__title {
    font-size: 1.375rem;
    line-height: 2.3125rem;
  }
}
@media only screen and (min-width: 1280px) {
  .a-partners__title {
    text-align: left;
  }
}
.a-partners__title strong,
.a-partners__title b {
  color: #f52b2b;
}
.a-partners .a-container:after {
  border-bottom: solid 1px #cdcdcd;
  width: 100%;
  content: "";
  display: block;
  margin: 30px 0 0 0;
}
.a-partners__banks {
  margin: 36px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .a-partners__banks {
    margin: -8px 0 0 -84px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (min-width: 1280px) {
  .a-partners__banks {
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 30px 0 0 0;
  }
}
.a-partners__bank {
  display: block;
  margin: 0 auto;
}
.a-partners__bank + .a-partners__bank {
  margin-top: 48px;
}
@media only screen and (min-width: 768px) {
  .a-partners__bank + .a-partners__bank {
    margin: 42px 0 0 84px;
  }
}
@media only screen and (min-width: 1280px) {
  .a-partners__bank + .a-partners__bank {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .a-partners__bank {
    margin: 42px 0 0 84px;
  }
}
@media only screen and (min-width: 1280px) {
  .a-partners__bank {
    margin: 0;
  }
}

/** partners **/
/** features **/
.a-features {
  margin: 48px 0 0 0;
}
@media only screen and (min-width: 1280px) {
  .a-features {
    margin: 80px 0 0 0;
  }
}
.a-features__list {
  margin: -52px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .a-features__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -48px 0 0 -60px;
  }
}
@media only screen and (min-width: 1280px) {
  .a-features__list {
    margin: -80px 0 0 -120px;
  }
}
.a-features__feature {
  width: 300px;
  text-align: center;
  margin: 52px auto 0;
}
@media only screen and (min-width: 768px) {
  .a-features__feature {
    flex: 0 0 300px;
    max-width: 300px;
    width: auto;
    margin: 48px 0 0 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .a-features__feature {
    margin: 80px 0 0 120px;
  }
}
.a-features__icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #f52b2b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.a-features__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #000000;
  font-family: Inter, serif;
  margin: 24px 0 0 0;
}
.a-features_one-line {
  margin-top: 48px;
}
@media only screen and (min-width: 1280px) {
  .a-features_one-line {
    margin-top: 56px;
  }
}
.a-features_one-line .a-features__list {
  margin: -34px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .a-features_one-line .a-features__list {
    margin: -52px 0 0 -22px;
  }
}
@media only screen and (min-width: 1280px) {
  .a-features_one-line .a-features__list {
    flex-wrap: nowrap;
    margin: 0 0 0 -12px;
  }
}
.a-features_one-line .a-features__feature {
  margin: 34px auto 0;
  flex: 0 0 228px;
  max-width: 228px;
}
@media only screen and (min-width: 768px) {
  .a-features_one-line .a-features__feature {
    margin: 52px 0 0 22px;
  }
}
@media only screen and (min-width: 1280px) {
  .a-features_one-line .a-features__feature {
    margin: 0 0 0 12px;
    flex: 1;
    max-width: none;
  }
}
.a-features_one-line .a-features__text {
  font-size: 0.9375rem;
  line-height: 1.5rem;
}

/** features **/
.a-tabs {
  display: flex;
  justify-content: center;
}
.a-tabs button {
  height: 48px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875rem;
  text-align: center;
  text-transform: uppercase;
  font-family: Inter, serif;
  color: #000000;
  cursor: pointer;
  position: relative;
  border: 2px solid #cdcdcd;
  border-right-width: 0;
}
.a-tabs button:last-child {
  border-right-width: 2px;
}
.a-tabs button:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  left: -2px;
  top: -2px;
  transition: border 0.3s;
}
.a-tabs button:hover:before, .a-tabs button_active:before, .a-tabs button[data-active=true]:before {
  border-color: #f52b2b;
  z-index: 2;
}

/** popups **/
.a-overlay {
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s;
}

.a-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  color: #000000;
  padding: 40px 36px;
  width: 100%;
}
.a-popup__title {
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 1.75rem;
  line-height: 2.125rem;
  text-align: left;
  text-transform: uppercase;
  font-family: Inter, serif;
  margin: 0 0 24px 0;
}
.a-popup__title:before {
  transform: skewX(-25deg);
  width: 5px;
  height: 25px;
  content: "";
  background: #f52b2b;
  display: block;
  margin: 0 10px 0 6px;
}
.a-popup__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #f52b2b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.a-popup_callback {
  width: 460px;
}
.a-popup_plan {
  width: 100%;
  height: 100%;
  padding: 0;
}
.a-popup_favourite {
  width: 100%;
  overflow: auto;
  max-height: calc(100% - 40px);
  max-width: calc(100% - 40px);
}
@media only screen and (min-width: 768px) {
  .a-popup_favourite {
    max-width: 700px;
  }
}

/** popups **/
/** forms **/
.a-form {
  position: relative;
}
.a-form__row + .a-form__row {
  margin: 24px 0 0 0;
}
.a-form__form {
  position: relative;
}
.a-form__field {
  position: relative;
}
.a-form__label {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: Inter, serif;
  display: flex;
  color: #000000;
  margin: 0 0 10px 0;
}
.a-form__label_mandatory:after {
  content: "*";
  color: #f52b2b;
  margin: 0 0 0 8px;
}
.a-form__input, .a-form__textarea {
  appearance: none;
  outline: none;
  margin: 0;
  padding: 0;
  color: #000000;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875rem;
  width: 100%;
  font-family: Inter, serif;
  border: solid 2px #000000;
}
.a-form__input {
  height: 48px;
  padding: 0 12px;
}
.a-form__textarea {
  min-height: 112px;
  resize: vertical;
  padding: 8px;
}
.a-form .a-button {
  width: 100%;
  margin: 28px 0 0 0;
}
.a-form__disclaimer {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #161616;
  font-family: Inter, serif;
  margin: 16px 0 0 0;
}
.a-form__disclaimer a {
  color: #f52b2b;
  border-bottom: solid 1px #f52b2b;
  padding-bottom: 2px;
}
.a-form__disclaimer a:hover {
  border-bottom-color: transparent;
}
.a-form__error {
  position: absolute;
  left: 0;
  bottom: -18px;
  color: #f52b2b;
  font-size: 0.75rem;
}
.a-form__form {
  position: relative;
}
.a-form__message {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #161616;
  background: #ffffff;
  z-index: 11;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.a-form__message_visible {
  opacity: 1;
}
.a-form__checkbox-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
.a-form__checkbox-wrapper input[type=checkbox] {
  position: absolute;
  left: 4px;
  top: 6px;
  margin: 0;
  pointer-events: none;
  opacity: 0;
}
.a-form__checkbox-wrapper + .a-form__checkbox-wrapper {
  margin: 24px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .a-form__checkbox-wrapper + .a-form__checkbox-wrapper {
    margin: 0 0 0 40px;
  }
}
.a-form__checkbox {
  width: 24px;
  height: 24px;
  border: solid 2px #000000;
  cursor: pointer;
  position: relative;
}
.a-form__checkbox-label {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-family: Inter, serif;
  color: #000000;
  margin: 0 0 0 12px;
  cursor: pointer;
  user-select: none;
}
.a-form input:checked + .a-form__checkbox:before {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: #f52b2b;
}

/** forms **/
/** contacts **/
.a-contacts {
  margin: 40px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .a-contacts {
    margin: 60px 0 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .a-contacts {
    margin: 80px 0 0 0;
  }
}
.a-contacts__map {
  min-height: 452px;
  width: calc(100% + 40px);
  margin: 28px -20px 0;
}
@media only screen and (min-width: 768px) {
  .a-contacts__map {
    width: 100%;
    margin: 40px 0 0 0;
  }
}

/** contacts **/
.a-button {
  color: #ffffff;
  background: #f52b2b;
  height: 48px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875rem;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: Inter, serif;
  transition: background-color 0.3s, color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a-button:hover {
  background: #db0000;
}
.a-button_bordered {
  background: #ffffff;
  border: solid 1px #f52b2b;
  height: 40px;
  padding: 0 40px;
  color: #000000;
}
.a-button_bordered:hover {
  color: #ffffff;
  background: #f52b2b;
}

/** filter **/
.a-filter {
  margin: 36px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .a-filter {
    margin: 80px 0 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .a-filter {
    margin: 80px 0 0 0;
  }
}
.a-filter .a-tabs {
  margin: 28px 0 0 0;
}
.a-filter .a-tabs button {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (min-width: 1280px) {
  .a-filter .a-tabs button {
    flex: 0 0 380px;
    max-width: 380px;
  }
}
.a-filter__not-found {
  text-align: center;
  margin: 40px 0;
  font-size: 2.25rem;
  line-height: 2.625rem;
  text-transform: uppercase;
  font-family: Inter, serif;
  color: #000000;
}
.a-filter__form {
  margin: 20px -20px 0;
  padding: 24px 24px 40px;
  background: #f1f1f1;
}
@media only screen and (min-width: 768px) {
  .a-filter__form {
    margin: 28px 0 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .a-filter__form {
    display: flex;
  }
}
@media only screen and (min-width: 1280px) {
  .a-filter .a-form {
    display: flex;
  }
}
.a-filter__row {
  display: flex;
  flex-wrap: wrap;
}
.a-filter__row + .a-filter__row {
  margin: 24px 0 0 0;
}
@media only screen and (min-width: 1280px) {
  .a-filter__row {
    flex: 1;
  }
}
.a-filter__label {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #000000;
  font-family: Inter, serif;
  margin: 0 0 10px 0;
}
.a-filter label {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #000000;
  font-family: Inter, serif;
  margin: 0 0 0 10px;
}
.a-filter__block {
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .a-filter__block {
    flex: 1;
  }
}
.a-filter__block + .a-filter__block {
  margin: 28px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .a-filter__block + .a-filter__block {
    margin: 0 0 0 24px;
  }
}
.a-filter__block:last-child {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 38px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .a-filter__block:last-child {
    display: flex;
    flex-wrap: wrap;
    margin: 26px 0 0 -24px;
  }
}
@media only screen and (min-width: 768px) {
  .a-filter__block:last-child .a-form__checkbox-wrapper {
    margin: 12px 0 0 24px;
    white-space: nowrap;
  }
}
.a-filter__inputs {
  display: flex;
}
.a-filter__buttons {
  margin: 32px 0 0 0;
  text-align: center;
}
.a-filter__buttons .a-filter__label {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .a-filter__buttons .a-filter__label {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .a-filter__buttons {
    margin: 0 0 0 24px;
    flex: 0 0 290px;
    max-width: 290px;
  }
}
.a-filter__clear {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.1875rem;
  text-align: center;
  color: #000000;
  font-family: Inter, serif;
  display: inline;
  margin: 18px 0 0 0;
}
.a-filter__clear:after {
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  background: url(../images/dashes.svg) left bottom repeat-x;
  transition: all 0.3s;
  margin: 5px 0 0 0;
}
.a-filter__clear:hover:after {
  opacity: 0;
}
.a-filter__range {
  margin: 20px 0 0 10px;
  width: calc(100% - 20px);
}
.a-filter__range.noUi-target {
  box-shadow: none;
  border: none;
  background: #161616;
}
.a-filter__range.noUi-horizontal {
  height: 2px;
}
.a-filter__range.noUi-horizontal .noUi-handle {
  top: -9px;
}
.a-filter__range .noUi-connect {
  background: #f52b2b;
}
.a-filter__range .noUi-handle {
  width: 20px;
  height: 20px;
  border: 2px solid #000000;
  background: #ffffff;
  box-shadow: none;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.3s;
  right: -10px;
}
.a-filter__range .noUi-handle:before, .a-filter__range .noUi-handle:after {
  display: none;
}
.a-filter .a-button {
  margin: 0;
  padding: 0 20px;
}
.a-filter .a-form__input {
  flex: 1;
  margin: 0 0 0 12px;
}
.a-filter .a-form__input:first-child {
  margin: 0;
}
.a-filter__cards {
  margin: 0 auto;
  max-width: 320px;
}
@media only screen and (min-width: 768px) {
  .a-filter__cards {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    margin: -8px 0 0 -24px;
  }
}
@media only screen and (min-width: 1280px) {
  .a-filter__cards {
    margin: -12px 0 0 -40px;
  }
}
.a-filter__more {
  display: block;
  width: 100%;
  color: #000000;
  background: transparent;
  border: solid 2px #f52b2b;
  max-width: 320px;
}
.a-filter__more.a-button {
  margin: 32px auto 0;
}
.a-filter__more:hover {
  background: #f52b2b;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .a-filter__more {
    max-width: none;
  }
}
@media only screen and (min-width: 1280px) {
  .a-filter__more {
    margin: 40px 0 0 0;
  }
}

.a-filter-card {
  position: relative;
  border: solid 2px #4f4f4f;
  color: #000000;
  font-family: Inter, serif;
  display: flex;
  flex-direction: column;
  margin: 24px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .a-filter-card {
    margin: 24px 0 0 24px;
    flex: auto;
    width: calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
}
@media only screen and (min-width: 1280px) {
  .a-filter-card {
    margin: 44px 0 0 40px;
    width: calc(33.3333333333% - 40px);
    max-width: calc(33.3333333333% - 40px);
  }
}
.a-filter-card__sale {
  background: #f52b2b;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a-filter-card__tools {
  position: absolute;
  right: 8px;
  top: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.a-filter-card__favourite {
  margin: 0 0 0 8px;
}
.a-filter-card__favourite svg {
  pointer-events: none;
}
.a-filter-card__favourite svg path {
  fill: transparent;
  transition: fill 0.3s;
}
.a-filter-card__favourite[data-active=true] svg path {
  fill: red;
}
.a-filter-card__block {
  padding: 24px;
}
.a-filter-card__block:first-child {
  padding-bottom: 20px;
  border-bottom: solid 2px #4f4f4f;
}
.a-filter-card__block:last-child {
  padding-top: 16px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.a-filter-card__img {
  max-width: 100%;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.a-filter-card__image {
  position: relative;
  margin: 12px 0 0 0;
  width: 100%;
  cursor: pointer;
}
.a-filter-card__image:before, .a-filter-card__image:after {
  position: absolute;
  content: "";
}
.a-filter-card__image:after {
  background: url(../images/icon-zoom.svg) center center no-repeat;
  right: 4px;
  bottom: 4px;
  z-index: 3;
  width: 24px;
  height: 24px;
}
.a-filter-card__image:before {
  width: 32px;
  height: 32px;
  background: #ffffff;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.a-filter-card__image_no-image {
  cursor: default;
}
.a-filter-card__image_no-image:before, .a-filter-card__image_no-image:after {
  display: none;
}
.a-filter-card__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.a-filter-card__title span {
  color: #f52b2b;
}
.a-filter-card__info {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 2px 0 0 0;
}
.a-filter-card__info span:last-child {
  color: #f52b2b;
}
.a-filter-card__features {
  margin: 20px 0 0 0;
}
.a-filter-card__feature {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  letter-spacing: 0.01em;
  color: #4f4f4f;
}
.a-filter-card__feature span {
  font-weight: 700;
  color: #000000;
}
.a-filter-card__feature + .a-filter-card__feature {
  margin: 12px 0 0 0;
}
.a-filter-card__price-title {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  letter-spacing: 0.01em;
  color: #4f4f4f;
}
.a-filter-card__old-price {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #f52b2b;
  margin: 0 0 0 6px;
}
.a-filter-card__old-price span {
  text-decoration: line-through;
}
.a-filter-card__price {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.375rem;
  margin-bottom: 12px;
  text-align: center;
}
.a-filter-card__price span {
  color: #f52b2b;
}
.a-filter-card__price-label {
  margin: -20px 0 12px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
}
.a-filter-card__button.a-button {
  margin: auto auto 0;
  width: 100%;
  display: block;
}

/** filter **/
/** plan **/
.a-plan {
  display: flex;
  height: 100%;
  width: 100%;
  overflow: scroll;
}
@media only screen and (min-width: 1280px) {
  .a-plan {
    overflow: hidden;
  }
}
.a-plan .a-floors {
  flex: 0 0 128px;
  max-width: 128px;
  background: #f1f1f1;
}
.a-plan .a-floors__floor[data-exists=false] {
  pointer-events: none;
  opacity: 0.3;
}
.a-plan__favourite {
  position: absolute;
  width: 38px;
  height: 34px;
  top: 8px;
  right: -54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.a-plan__favourite svg {
  display: block;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.a-plan__favourite svg path {
  stroke: transparent;
  fill: #f52b2b;
}
.a-plan__favourite-number {
  font-family: Inter, serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.a-plan__favourite[data-visible=false] {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.a-plan__info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.a-plan__title {
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 2rem;
  line-height: 2.4375rem;
  text-transform: uppercase;
  font-family: Inter, serif;
  color: #000000;
  flex: 0 0 180px;
  max-width: 180px;
  margin: -20px 0 0 0;
}
.a-plan__title:before {
  transform: skewX(-25deg);
  width: 6px;
  height: 28px;
  content: "";
  background: #f52b2b;
  display: block;
  margin: 14px;
}
.a-plan__header {
  padding: 28px 54px 0 32px;
  display: flex;
}
.a-plan .a-tabs {
  justify-content: center;
  width: 100%;
}
.a-plan .a-tabs button {
  flex: 0 0 238px;
  max-width: 238px;
}
.a-plan__header-group {
  flex: 0 0 476px;
  max-width: 476px;
  margin: 0 auto;
  position: relative;
}
.a-plan__phone {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  color: #000000;
  font-family: Inter, serif;
  margin: 0 0 8px 0;
}
.a-plan__statuses {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
  font-family: Inter, serif;
  margin: 12px 0 0 0;
  justify-content: center;
}
.a-plan__status {
  position: relative;
  padding: 0 0 0 24px;
}
.a-plan__status + .a-plan__status {
  margin: 0 0 0 16px;
}
.a-plan__status:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
}
.a-plan__status_free:before {
  background: #c0fad6;
}
.a-plan__status_occupied:before {
  background: #ffb6b9;
}
.a-plan__status_booked:before {
  background: #fae6cb;
}
.a-plan__footer {
  background: #f1f1f1;
}
.a-plan__footer-fade {
  display: flex;
  align-items: flex-start;
  margin: auto 0 0 0;
  min-height: 134px;
  padding: 0 40px 0 0;
  font-family: Inter, serif;
}
.a-plan__lot-info-left {
  background: #f52b2b;
  padding: 12px 30px 20px 32px;
  color: #ffffff;
  flex: 0 0 242px;
  max-width: 242px;
  align-self: stretch;
}
.a-plan__lot-info-right {
  display: flex;
  align-self: stretch;
  flex: 1;
}
.a-plan__lot-type {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.a-plan__lot-number {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.a-plan__lot-favourite {
  height: 25px;
  width: 28px;
  margin: 12px auto 0;
  display: block;
}
.a-plan__lot-favourite svg {
  pointer-events: none;
  transition: all 0.3s;
}
.a-plan__lot-favourite[data-active=false] svg path {
  fill: transparent;
  stroke: #000000;
}
.a-plan__lot-favourite[data-active=true] svg path {
  fill: #f52b2b;
  stroke: transparent;
}
.a-plan__lot-pictures {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: Inter, serif;
  color: #ffffff;
  border: solid 2px #ffffff;
  height: 40px;
  width: 100%;
  padding: 0 12px;
  margin: 10px 0 0 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, color 0.3s;
}
.a-plan__lot-pictures-text {
  margin: 0 0 0 6px;
}
.a-plan__lot-pictures_hidden {
  opacity: 0;
  pointer-events: none;
}
.a-plan__lot-pictures:hover {
  background: #ffffff;
  color: #f52b2b;
}
.a-plan__features {
  padding: 22px 0 14px;
  margin: 0 26px 0 40px;
}
.a-plan__feature-list {
  display: flex;
}
.a-plan__feature {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
}
.a-plan__feature + .a-plan__feature {
  margin: 0 0 0 68px;
}
.a-plan__feature-label {
  font-weight: 500;
  color: #4f4f4f;
}
.a-plan__feature-value {
  color: #000000;
  margin: 4px 0 0 0;
  font-weight: 700;
}
.a-plan__description {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  color: #4f4f4f;
  margin: 14px 0 0 0;
}
.a-plan__price {
  padding: 22px 0 14px;
  margin: 0 32px 0 auto;
}
.a-plan__meter-price {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #4f4f4f;
}
.a-plan__current-price {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.375rem;
}
.a-plan__current-price strong {
  color: #f52b2b;
}
.a-plan__current-price-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: -8px 0 0 0;
}
.a-plan__old-price {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #f52b2b;
}
.a-plan__order {
  width: 100%;
}
.a-plan__order_hidden {
  opacity: 0;
  pointer-events: none;
}
.a-plan__order:hover {
  background: #db0000;
}
.a-plan__right-buttons {
  flex: 0 0 234px;
  max-width: 234px;
  margin: 34px 0 0 0;
}
.a-plan__schema {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
  transition: opacity 0.3s;
  width: 1152px;
  margin: 0 40px;
}
@media only screen and (min-width: 1280px) {
  .a-plan__schema {
    width: 96%;
    margin: 0 auto;
  }
}
.a-plan__schema_hidden {
  opacity: 0;
}
.a-plan__schema-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.a-plan__schema-lots {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 100%;
}
.a-plan__schema-lots svg {
  width: 100%;
  height: 100%;
}

.a-lot {
  cursor: pointer;
  fill-opacity: 0.5;
  transition: fill-opacity 0.3s;
}
.a-lot_booked {
  fill: #fae6cb;
}
.a-lot_occupied {
  fill: #ffb6b9;
}
.a-lot_free {
  fill: #c0fad6;
}
.a-lot:hover, .a-lot[data-active=true] {
  fill-opacity: 1;
}

/** plan **/
@keyframes blink-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/** building **/
.a-building {
  margin: 60px 0 36px;
}
@media only screen and (min-width: 768px) {
  .a-building {
    margin: 80px 0 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .a-building {
    margin: 120px 0 80px;
  }
}
.a-building__arrow {
  margin: 16px auto 40px;
  display: block;
}
@media only screen and (min-width: 1280px) {
  .a-building__arrow {
    margin: 28px auto 48px;
  }
}
@media only screen and (min-width: 1280px) {
  .a-building__group {
    display: flex;
    align-items: center;
  }
}
.a-building__levels {
  flex: 1;
  position: relative;
}
.a-building__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.a-building__overlay > g {
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
}
.a-building__overlay > g:hover, .a-building__overlay > g[data-active=true] {
  opacity: 1;
}
.a-building__overlay_mobile {
  display: block;
  cursor: pointer;
  animation: blink-animation 3s infinite;
}
@media (pointer: coarse) {
  .a-building__overlay_mobile {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .a-building__overlay_mobile {
    display: none;
  }
}
.a-building__info {
  position: absolute;
  z-index: 2;
  min-width: 102px;
  right: 30px;
  bottom: 28px;
  background: #ffffff;
  border: 2px solid #000000;
  font-family: Inter, serif;
}
.a-building__info-head {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  color: #f52b2b;
  padding: 12px 16px 8px;
  border-bottom: 2px solid #000000;
}
.a-building__info-features {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #000000;
  padding: 12px 16px;
}
.a-building__info-features strong {
  font-weight: 700;
}
.a-building__image {
  width: 100%;
  pointer-events: none;
  display: block;
}
.a-building .a-floors {
  flex-direction: row;
  margin: 16px 0 0 0;
  justify-content: space-between;
  overflow: scroll;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .a-building .a-floors {
    overflow: hidden;
  }
}
@media only screen and (min-width: 1280px) {
  .a-building .a-floors {
    justify-content: center;
    flex-direction: column;
    margin: 0 0 0 30px;
    min-width: 100px;
  }
}
.a-building .a-floors__floor + .a-building .a-floors__floor {
  margin: 0 0 0 32px;
}
@media only screen and (min-width: 768px) {
  .a-building .a-floors__floor + .a-building .a-floors__floor {
    margin: 0;
  }
}
@media (hover: hover) {
  .a-building .a-floors__floor:hover {
    color: #f52b2b;
    background: #ffffff;
    border-color: #000000;
  }
}
.a-building .a-floors__floor-decor {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .a-building .a-floors__floor-decor {
    display: block;
  }
}

/** building **/
/** floors **/
.a-floors {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: center;
}
.a-floors__floor {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
  font-family: Inter, serif;
  padding: 8px 11px 9px;
  transition: all 0.3s;
  width: 86px;
  border: solid 2px transparent;
}
.a-floors__floor[data-active=true] {
  color: #f52b2b;
  background: #ffffff;
  border-color: #000000;
}
@media (hover: hover) {
  .a-floors__floor:hover {
    color: #f52b2b;
  }
}
.a-floors__floor-decor {
  height: 40px;
  width: 2px;
  background: #000000;
  margin: 20px 0;
}

/** floors **/
.a-slider {
  margin: 48px 0 8px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .a-slider {
    margin: 48px auto;
  }
}
@media only screen and (min-width: 1280px) {
  .a-slider {
    margin: 60px auto 80px;
  }
}
.a-slider__img {
  display: block;
  max-height: 20vh;
}
@media only screen and (min-width: 768px) {
  .a-slider__img {
    max-height: 30vh;
  }
}
@media only screen and (min-width: 1280px) {
  .a-slider__img {
    max-height: 48vh;
  }
}
.a-slider .a-arrow-button {
  display: none;
}
@media only screen and (min-width: 768px) {
  .a-slider .a-arrow-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: #ffffff;
    border: solid 2px #000000;
    z-index: 4;
    color: #f52b2b;
  }
}
@media only screen and (min-width: 768px) {
  .a-slider .a-arrow-button_prev {
    left: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .a-slider .a-arrow-button_prev {
    left: 48px;
  }
}
.a-slider .a-arrow-button_prev svg {
  transform: scaleX(-1);
}
@media only screen and (min-width: 768px) {
  .a-slider .a-arrow-button_next {
    right: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .a-slider .a-arrow-button_next {
    right: 48px;
  }
}

.tns-autowidth {
  display: block !important;
}

.a-feedback {
  margin: 40px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .a-feedback {
    margin: 48px 0 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .a-feedback {
    margin: 80px 0 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .a-feedback .a-container {
    display: flex;
  }
}
.a-feedback__image {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .a-feedback__image {
    display: block;
    flex: 0 0 49%;
    max-width: 49%;
    margin: 0 48px 0 0;
  }
}
.a-feedback__title {
  display: flex;
  align-items: center;
  font-size: 1.75rem;
  line-height: 2.125rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #000000;
  font-family: Inter, serif;
}
.a-feedback__title:before {
  transform: skewX(-25deg);
  width: 4px;
  height: 24px;
  content: "";
  background: #f52b2b;
  display: block;
  margin: 8px;
}
@media only screen and (min-width: 768px) {
  .a-feedback__title {
    display: flex;
    align-items: center;
    font-size: 3rem;
    line-height: 3.625rem;
  }
  .a-feedback__title:before {
    transform: skewX(-25deg);
    width: 6px;
    height: 38px;
    content: "";
    background: #f52b2b;
    display: block;
    margin: 12px;
  }
}
.a-feedback__subtitle {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6875rem;
  font-family: Raleway, serif;
  color: #000000;
  margin: 16px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .a-feedback__subtitle {
    font-size: 1.25rem;
    line-height: 2.125rem;
    margin: 20px 0 0 0;
  }
}
.a-feedback .a-form {
  width: 100%;
  max-width: 728px;
  margin: 0 auto;
}
@media only screen and (min-width: 1280px) {
  .a-feedback .a-form {
    max-width: 100%;
  }
}
.a-feedback .a-form__input, .a-feedback .a-form__textarea {
  background: #f1f1f1;
}
.a-feedback .a-form__disclaimer {
  text-align: center;
}
@media only screen and (min-width: 1280px) {
  .a-feedback .a-form__disclaimer {
    text-align: left;
  }
}
.a-feedback .a-form__form {
  margin: 28px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .a-feedback .a-form__form {
    margin: 32px 0 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .a-feedback .a-form__form {
    margin: 20px 0 0 0;
  }
}
.a-feedback .a-button {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1280px) {
  .a-feedback .a-button {
    margin-left: 0;
    margin-right: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.a-loader {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.a-loader__part {
  position: absolute;
  border: 4px solid #f52b2b;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.a-loader__part:nth-child(2) {
  animation-delay: -0.5s;
}

.a-loader-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
.a-loader-overlay_visible {
  opacity: 1;
  pointer-events: auto;
}

.a-secret-1 {
  display: none !important;
}

.a-secret-2 {
  position: absolute;
  left: -10000px;
  top: -10000px;
}

.a-footer {
  margin: 44px 0 0 0;
  text-align: center;
  font-family: Inter, serif;
  color: #000000;
}
@media only screen and (min-width: 1280px) {
  .a-footer {
    text-align: left;
  }
}
.a-footer .a-container {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .a-footer .a-container {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .a-footer .a-container {
    padding: 0 44px;
  }
}
@media only screen and (min-width: 1280px) {
  .a-footer__block:first-child {
    padding: 32px 0;
    border-top: solid 2px #000000;
  }
}
.a-footer__block:last-child {
  padding: 24px 20px 32px;
}
@media only screen and (min-width: 1280px) {
  .a-footer__block:last-child {
    padding: 12px 0 68px;
    border-top: solid 1px #cdcdcd;
  }
}
@media only screen and (min-width: 1280px) {
  .a-footer__block {
    display: flex;
  }
}
.a-footer__contacts {
  padding: 32px 20px 28px;
  border-top: solid 2px #000000;
}
@media only screen and (min-width: 1280px) {
  .a-footer__contacts {
    padding: 0;
    border: none;
  }
}
@media only screen and (min-width: 1280px) {
  .a-footer__feedback {
    display: flex;
    align-items: center;
  }
}
.a-footer__phone {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.8125rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.a-footer__phone:hover {
  color: #f52b2b;
}
@media only screen and (min-width: 1280px) {
  .a-footer__phone {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
}
.a-footer__messengers {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0 0 0;
}
@media only screen and (min-width: 1280px) {
  .a-footer__messengers {
    margin: 0 0 0 12px;
  }
}
.a-footer__messenger {
  color: #f52b2b;
  transition: all 0.3s;
}
.a-footer__messenger:hover {
  color: #000000;
}
.a-footer__messenger + .a-footer__messenger {
  margin: 0 0 0 12px;
}
.a-footer__email {
  color: #f52b2b;
  margin: 8px 0 0 0;
  display: inline-block;
}
.a-footer__email:hover {
  color: #000000;
}
@media only screen and (min-width: 1280px) {
  .a-footer__email {
    margin: 0 0 0 16px;
  }
}
.a-footer__address {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  margin: 8px 0 0 0;
  white-space: nowrap;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .a-footer__address {
    padding: 0 0 0 28px;
  }
}
@media only screen and (min-width: 1280px) {
  .a-footer__address {
    margin: 18px 0 0 0;
  }
}
.a-footer__pin {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media only screen and (min-width: 768px) {
  .a-footer__pin {
    display: block;
  }
}
.a-footer__projects {
  border: solid #000000;
  border-width: 2px 0;
  padding: 20px 0 28px;
}
@media only screen and (min-width: 1280px) {
  .a-footer__projects {
    border: none;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin: 0 0 0 70px;
    flex: 1;
  }
}
.a-footer__project-title {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5625rem;
}
.a-footer__logos {
  margin: 12px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a-footer__project + .a-footer__project {
  margin: 28px 0 0 0;
}
@media only screen and (min-width: 1280px) {
  .a-footer__project + .a-footer__project {
    margin: 0;
  }
}
.a-footer__logo + .a-footer__logo {
  margin: 0 0 0 24px;
}
.a-footer__copy {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.4375rem;
}
.a-footer__policy {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.4375rem;
  margin: 16px 0 0 0;
  display: inline-block;
  color: #f52b2b;
}
.a-footer__policy:hover {
  color: #000000;
}
@media only screen and (min-width: 1280px) {
  .a-footer__policy {
    margin: 0 0 0 78px;
  }
}
.a-footer__delimiter {
  color: #f52b2b;
}
.a-footer__offer {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.4375rem;
  margin: 16px 0 0 0;
}
@media only screen and (min-width: 1280px) {
  .a-footer__offer {
    margin: 0 0 0 78px;
  }
}
.a-footer__dev {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.4375rem;
  margin: 24px 0 0 0;
  display: inline-block;
}
.a-footer__dev:hover {
  color: #f52b2b;
}
@media only screen and (min-width: 1280px) {
  .a-footer__dev {
    margin: 0 0 0 auto;
  }
}

.a-popup_order {
  max-width: calc(100% - 40px);
}
.a-popup_order .a-title {
  margin: 0;
}
.a-popup_order .a-title_success {
  display: none;
}
@media only screen and (min-width: 768px) {
  .a-popup_order {
    max-width: 460px;
  }
}

.a-order-header {
  background: #f1f1f1;
  display: flex;
  position: relative;
  margin: 20px 0;
  color: #000000;
}
.a-order-header:before {
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  background: #cdcdcd;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.a-order-header__block {
  padding: 16px 24px 14px;
  flex: 1;
}
.a-order-header__name {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875rem;
  text-transform: uppercase;
}
.a-order-header__name span {
  color: #f52b2b;
}
.a-order-header__type {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 2px 0 0 0;
}
.a-order-header__meter-price, .a-order-header__rent-title {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
  color: #4f4f4f;
}
.a-order-header__price {
  font-weight: 700;
  font-size: 1rem;
  line-height: 0.875rem;
}

.a-none {
  display: none;
}

.a-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}

.a-transition {
  pointer-events: auto;
  transition: opacity 0.5s;
}

.a-visibility-button {
  position: absolute;
  z-index: 2000;
  left: 0px;
  top: 0px;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-skip-ink: none;
  transition: text-decoration 0.3s;
  width: 128px;
  padding: 8px;
}
.a-visibility-button:hover {
  text-decoration-color: transparent;
}

svg *[data-exists=false] {
  pointer-events: none;
}

.a-favourite-list {
  margin: 60px 0 0 0;
  font-family: Inter, serif;
  color: #000000;
}
.a-favourite-list__item {
  padding: 16px 80px 16px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .a-favourite-list__item {
    display: flex;
  }
}
.a-favourite-list__item:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  content: "";
  background: #000000;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .a-favourite-list__item:after {
    width: calc(100% - 80px);
  }
}
.a-favourite-list__number {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8125rem;
  text-transform: uppercase;
}
.a-favourite-list__type {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.a-favourite-list__type-type {
  display: inline-block;
}
.a-favourite-list__type-saletype {
  display: inline-block;
  margin: 0 0 0 8px;
  padding: 0 6px;
  background: #cdcdcd;
}
.a-favourite-list__price {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.375rem;
  margin: 0 0 0 auto;
}
.a-favourite-list__currency {
  font-weight: 600;
  color: #f52b2b;
  display: inline-block;
  margin: 0 0 0 4px;
}
.a-favourite-list__favourite {
  position: absolute;
  width: 28px;
  height: 24px;
  display: block;
  right: 0;
  top: 24px;
}
.a-favourite-list__favourite svg {
  pointer-events: none;
}