@font-face {
  font-family: "GolosText";
  src: url("../fonts/GolosText-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GolosText";
  src: url("../fonts/GolosText-Medium.ttf"), format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "GolosText";
  src: url("../fonts/GolosText-ExtraBold.ttf"), format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "GolosText";
  src: url("../fonts/GolosText-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

*,
::after,
::before {
  box-sizing: border-box;
}

html {
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  font-size: 16px;
}

body {
  height: 100%;
  line-height: 1.4;
  font-family: "GolosText", sans-serif;
  color: #08133f;
}

h1 {
  font-size: clamp(1.75rem, 0.4107rem + 3.3482vw, 3.625rem);
  line-height: 1.2;
  margin: 0 0 1em;
  color: #006935;
}

h1.white {
  color: #fff;
}

h2 {
  text-transform: uppercase;
  font-family: "Geometria", sans-serif;
  font-size: clamp(1.5rem, 1.1429rem + 0.8929vw, 2rem);
  margin: 0.5em 0 1em;
  color: #006935;
}

h3 {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  margin: 0.5em 0 1em;
  color: #006935;
}

h4 {
  font-size: 16px;
  margin: 0 0 1em;
  color: #006935;
}

a {
  text-decoration: none;
  color: #10312c;
}

a:hover {
  color: #006935;
}

a:focus {
  outline: 0 none;
}

p {
  color: #404040;
  margin: 0.2em 0 1.2em;
}

img {
  width: 100%;
  border-radius: 20px;
}

svg.genplan {
  width: 100%;
  height: auto;
}

polygon {
  fill: #fff;
  opacity: 0.7;
  cursor: pointer;
}

polygon.free {
  fill: transparent;
}

polygon.booked {
  fill: #f4eeb9;
}

polygon.sold {
  fill: #fafafa;
}

.hint {
  display: none;
  padding: 14px;
  width: 270px;
  background-color: #eee;
  border-radius: 20px;
  position: absolute;
}

.hint.active {
  display: block;
}

.hint .hint__close {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.hint .hint__close svg {
  width: 15px;
  height: 15px;
}

.legend {
  margin-top: 40px;
}

.legend span {
  position: relative;
  margin-right: 60px;
}

.legend span:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: -30px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #000;
}

.legend span.booked:before {
  background-color: #f4eeb9;
  border: none;
}

.legend span.sold:before {
  background-color: #fafafa;
  border: 1px solid #000;
}

.toner {
  position: relative;
}

.toner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.upp {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.grid {
  font-size: 0px;
}

.grid-reverse-flex {
  display: flex;
}

@media screen and (max-width: 860px) {
  .grid-reverse-flex {
    flex-direction: column;
  }

  .md-order-2 {
    order: 2;
  }
}

.grid:before,
.grid:after {
  content: "";
  display: table;
  clear: both;
}

[class*="col-"] {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-height: 1px;
  width: 8.33%;
  word-spacing: normal;
  font-size: 1rem;
}

.col-1 {
  width: 8.33%;
}

.col-2 {
  width: 16.66%;
}

.col-3 {
  width: 24.99%;
}

.col-4 {
  width: 33.32%;
}

.col-5 {
  width: 41.65%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33%;
}

.col-8 {
  width: 66.66%;
}

.col-9 {
  width: 74.99%;
}

.col-10 {
  width: 83.32%;
}

.col-11 {
  width: 91.65%;
}

.col-12 {
  width: 100%;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* margin: 0.6em 0; */
  padding: 1em 2em;
  min-height: 48px;
  background-color: #bfe882;
  color: #10312c;
  font-family: "Onest", sans-serif;
  /* font-size: 12px; */
  font-weight: bold;
  /* line-height: 0; */
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 40px;
  z-index: 0;
}

.btn.btn-default {
  padding: 1em 2em;
  color: #fff;
  margin-right: 20px;
  border-radius: 25px;
}

.btn.btn-lite {
  font-size: 14px;
  min-height: 0;
  padding: 0.7em 1.5em;
}

.btn.btn-white {
  color: #fff;
}

.btn.btn-white:hover {
  color: #fff;
}

.btn.btn-down {
  padding: 1em 2em;
  margin-right: 20px;
}

.btn.btn-outlined {
  border: 2px solid #bfe882;
  background-color: transparent;
  color: #bfe882;
}

.btn.btn-dashed {
  background-color: transparent;
  padding: 0.1em 0;
  border-radius: 0;
  border-bottom: 2px solid #006935;
}

.btn.btn-dashed:hover {
  box-shadow: 0 2px 0 0 #006935;
}

.btn.btn-text {
  background-color: transparent;
  padding: 1em 0;
  box-shadow: 0 0 0 0;
}

.btn.btn-text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1em;
  z-index: -1;
  width: 100%;
  height: 8px;
  background-color: #bfe882;
  opacity: 0.5;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.btn.btn-text:hover {
  box-shadow: 0 0 0 0;
}

.btn.btn-text:hover::before {
  height: 16px;
}

@media screen and (hover: hover) {
  .btn:hover {
    color: #10312c;
    background-color: #aad26f;
  }

  .btn.btn-outlined:hover {
    background-color: hsla(84, 69%, 71%, 0.4);
  }

  .btn-text:hover {
    background-color: transparent;
    color: inherit;
  }
}

.btn-right {
  position: relative;
}

.btn-right a.btn {
  position: absolute;
  right: 0;
}

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

.wrapper {
  max-width: 1350px;
  margin: auto;
}

.sp-circle {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}

.sp-circle.top circle {
  cy: 0%;
}

.sp-circle.top circle.grey {
  stroke: #404040;
  opacity: 0.1;
}

.sp-circle .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sp-circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sp-circle circle {
  fill: none;
  cx: 50%;
  cy: 100%;
}

.sp-circle circle.grey {
  stroke: #f5f3f4;
  stroke-width: 1;
  opacity: 0.3;
}

.sp-circle circle.color {
  stroke: #006935;
  stroke-width: 3;
  stroke-dasharray: 25% 110%;
  stroke-dashoffset: 60%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.sp-circle circle.circ01 {
  r: 150;
}

.sp-circle circle.circ02 {
  r: 350;
}

.sp-circle circle.circ03 {
  r: 550;
}

.s-sputnik {
  position: relative;
}

.s-sputnik__img {
  background-image: url("../images/v2/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 20%;
  width: 100%;
}

.s-sputnik__text {
  /* max-width: 800px; */
  font-size: 32px;
  text-align: center;
  margin-bottom: 2em;
}

.sp-left {
  padding-right: 12%;
}

.sp-right {
  padding-left: 12%;
}

.sp-media {
  position: relative;
  width: 100%;
  padding-top: 75%;
  background-color: #404040;
  z-index: 1;
  box-shadow: 0 10px 50px rgba(8, 19, 63, 0.16);
  border-radius: 20px;
}

.sp-media img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.sp-media::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -15px;
  width: 100%;
  height: 100%;
  border: 2px solid #ded7db;
  z-index: -1;
  border-radius: 20px;
}

.sp-media.right::before {
  left: inherit;
  left: -15px;
}

.sp-media.height {
  padding: 0;
}

.sp-line {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background-image: url("../images/v2/line.svg");
  background-attachment: fixed;
  z-index: 2;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.s-infra {
  position: relative;
  background: #f5f3f4;
  border-radius: 40px;
}

.s-builder-features {
  position: relative;
  background: #f5f3f4;
}

.s-news {
  position: relative;
  background: #f5f3f4;
  border-radius: 40px 40px 0 0;
}

.s-page-title {
  padding-top: 80px;
  padding-bottom: 0;
}

.s-page-title .breadcrumbs {
  margin: 1em 0;
  font-size: 14px;
  color: #404040;
  opacity: 0.5;
}

.s-page-title .breadcrumbs a {
  color: #404040;
}

.s-page-title h1 {
  font-size: 36px;
  margin: 0 0 0.5em;
}

.s-page {
  padding-top: 2%;
}

.s-genplan {
  position: relative;
  width: 100%;
  height: 560px;
  background-color: #f5f3f4;
  margin-bottom: 75px;
}

.s-genplan .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 10px 4%;
  z-index: 5;
  display: flex;
  z-index: 20;
  align-items: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

header:before,
header:after {
  content: "";
  display: table;
  clear: both;
}

header .header-left {
  display: flex;
  align-items: center;
  flex: 1;
}

header .header-right {
  float: right;
  display: flex;
  align-items: center;
}

header .burger {
  position: relative;
  width: 44px;
  height: 44px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/burger.svg) center center no-repeat;
  margin-right: 5px;
  cursor: pointer;
  display: none;
  z-index: 2;
}

header .logo {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
  z-index: 1;
}

header .logo img {
  display: block;
  width: 185px;
  height: 60px;
}

header .menu {
  display: inline-block;
  vertical-align: middle;
}

header .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  /* font-size: 14px; */
  /* font-weight: bold; */
  font-family: "Onest", sans-serif;
}

header .menu ul li {
  display: inline-block;
  margin: 0.2em 1em 0.2em 0;
}

header .menu ul li.current a {
  color: #006935;
}

header .menu ul li a {
  color: #10312c;
}

header .menu ul li a:hover {
  color: #006935;
  box-shadow: 0 2px 0 0 #006935;
}

header .menu ul li a.current {
  color: #006935;
}

/* header .menu ul:last-child {
  font-weight: normal;
  font-family: "GolosText", sans-serif;
  opacity: 0.8;
} */

header .phone {
  display: flex;
  vertical-align: middle;
  font-family: "Noto Sans", sans-serif;
  margin-right: 1em;
  gap: 4px;
}

header .phone a {
  display: flex;
  flex-direction: column;
  cursor: default;
}

header .phone a:nth-child(2) {
  /* margin-right: 1em; */
}

header .phone a:hover {
  color: #000;
}

header .phone img {
  width: 20px;
}

header .phone__descr {
  opacity: 0.5;
  font-size: 10px;
}

header .phone .phone__m {
  display: none;
  margin-top: 4px;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid;
}

header .phone .phone__m.active {
  display: inline-block;
}

header .phone .phone__m-container {
  position: absolute;
  top: 69px;
  left: 0;
  width: 100%;
  padding: 20px 40px;
  display: none;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

header .phone .phone__m-container a {
  display: inline-block;
}

header .phone .phone__m-container.active {
  display: block;
}

header .callback {
  display: inline-block;
  vertical-align: middle;
}

.konkurs-link {
  position: absolute;
  left: 8%;
  bottom: -12px;
  display: inline-block;
  background-color: #f00;
  color: #fff;
  padding: 0.2em 0.5em;
  margin: 0 0.5em;
}

.konkurs-link:hover {
  background: #006935;
  color: #fff;
}

.konkurs-link:hover::before {
  border-left-color: #006935;
}

.konkurs-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  border: 14px solid transparent;
  border-left: 14px solid red;
}

.text-container {
  padding-right: 15%;
}

.text-container img {
  max-width: 120%;
  margin-left: -4%;
}

.text-container ul li {
  margin: 0 0 0.4em;
}

.text-container a {
  text-decoration: underline;
}

p.news-image {
  border: 1px solid #eee;
}

p.news-image img {
  max-width: 100%;
}

section {
  padding: 4%;
}

section.nopad {
  padding: 0 4%;
}

section.nopad-top {
  padding: 0 4% 4%;
}

.b-home {
  text-align: center;
  color: #fff;
  position: relative;
}

.b-home .actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.b-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.b-home p {
  color: #fff;
}

.b-home .inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-top: 70px;
}

.b-home .mininame {
  font-size: clamp(1rem, 0.9107rem + 0.2232vw, 1.125rem);
  margin: 0 0 20px;
  color: #bfe882;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.b-home {
  font-family: "Geometria", sans-serif;
  font-weight: bold;
}

.b-home .wrapper {
  max-width: 700px;
}

.b-home .wrapper .btn {
  margin-right: 0;
}

.b-infra {
}

.b-infra-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 16px 38px;
}

.b-infra-actions {
  margin-top: 32px;
}

.b-infra.features .item {
  /* width: 49%; */
}

.b-infra .item {
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
  /* vertical-align: top; */
  position: relative;
  /* width: 32.33%; */
  font-size: 14px;
  /* background: red; */
  /* margin-right: 1%; */
  padding: 2em;
  min-height: clamp(16.25rem, 12.6786rem + 8.9286vw, 21.25rem);
  /* margin-bottom: 1%; */
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 20px;
}

.b-infra .item h3 {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  font-family: "Golostext", sans-serif;
  margin: 0;
}

.b-infra .item p {
  margin: 24px 0 0;
  color: #fff;
  font-size: 16px;
  font-family: "Geometria", sans-serif;
  font-weight: 500;
}

.b-infra .item .image {
  align-self: flex-end;
  width: 100%;
  text-align: right;
}

.b-infra .item .image img {
  height: 54px;
  width: 50px;
}

.b-infra .item .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  border-radius: 20px;
  z-index: 0;
}

.b-infra .item:hover {
  background-image: none !important;
  background-color: #006935;
}

.b-title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 24px;
  justify-content: space-between;
  margin-bottom: 32px;
}

.b-title h2 {
  margin: 0;
}

.b-title .btn {
  /* display: inline-flex; */
  padding: 0;
  /* position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); */
}

.b-gallery {
  font-size: 0px;
  width: 100%;
  margin-bottom: 4%;
}
.b-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  font-size: 0px;
  width: 100%;
  margin-bottom: 4%;
}

.b-gallery.banks .item {
  width: 16%;
  margin-right: 4%;
}
.b-news.banks .item {
  width: 16%;
  margin-right: 4%;
}

/* .b-gallery .owl-stage .owl-item {
  margin-left: 60px;
} */

.b-gallery .item {
  position: relative;
  display: inline-block;
  /* vertical-align: top; */
  /* width: 28.33%; */
  width: 100%;
  font-size: 1rem;
  margin-right: 5%;
  margin-bottom: 3.2%;
  cursor: pointer;
}
.b-news .item {
  position: relative;
  display: inline-block;
  /* vertical-align: top; */
  /* width: 28.33%; */
  width: 100%;
  font-size: 1rem;
  margin-right: 5%;
  margin-bottom: 3.2%;
  cursor: pointer;
}

.b-gallery .item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -8%;
  width: 106%;
  height: 100%;
  border: 2px solid #ded7db;
  opacity: 0;
  visibility: hidden;
  border-radius: 20px;
  -webkit-transform: translate(0, -8px);
  -moz-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  -o-transform: translate(0, -8px);
  transform: translate(0, -8px);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.b-news .item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -8%;
  width: 106%;
  height: 100%;
  border: 2px solid #ded7db;
  opacity: 0;
  visibility: hidden;
  border-radius: 20px;
  -webkit-transform: translate(0, -8px);
  -moz-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  -o-transform: translate(0, -8px);
  transform: translate(0, -8px);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.b-gallery .item.full {
  width: 60.66%;
  margin-right: 6%;
}
.b-news .item.full {
  width: 60.66%;
  margin-right: 6%;
}

.b-gallery .item:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.b-news .item:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.b-gallery .item:hover .image {
  box-shadow: 0 10px 50px rgba(8, 19, 63, 0.16);
}
.b-news .item:hover .image {
  box-shadow: 0 10px 50px rgba(8, 19, 63, 0.16);
}

.b-gallery .image {
  position: relative;
  width: 106%;
  padding-top: 75%;
  background-color: #404040;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -3%;
  border-radius: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.b-news .image {
  position: relative;
  width: 106%;
  padding-top: 75%;
  background-color: #404040;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -3%;
  border-radius: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.b-gallery .title {
  position: relative;
  padding-right: 6%;
}
.b-news .title {
  position: relative;
  padding-right: 6%;
}

.b-gallery .date {
  font-size: 14px;
  color: #404040;
  margin-bottom: 1em;
}
.b-news .date {
  font-size: 14px;
  color: #404040;
  margin-bottom: 1em;
}

.cslider .slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.cslider .slides:before,
.cslider .slides:after {
  content: "";
  display: table;
  clear: both;
}

.cslider .slide {
  position: relative;
  float: left;
}

.b-reasons {
  position: relative;
  top: 0;
  left: 0;
}

.b-reasons .slider-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.b-reasons .slider-number i {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  font-size: 280px;
  font-style: normal;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
  color: #f5f3f4;
  line-height: 1;
}

.b-reasons .slider-number i.current {
  opacity: 1;
  visibility: visible;
}

.b-reasons [class^="slider-nav"] {
  position: relative;
}

.b-reasons [class^="slider-nav"] > div {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  margin-right: 0.5em;
  cursor: pointer;
}

.b-reasons [class^="slider-nav"] > div.disabled {
  cursor: default;
  opacity: 0.3;
}

.b-reasons [class^="slider-nav"] > div.disabled:hover.next::after {
  border-top: 40px #199b35 solid;
}

.b-reasons [class^="slider-nav"] > div.prev {
  background-image: url(../images/v2/arrow-left.svg);
}

.b-reasons [class^="slider-nav"] > div.prev:hover::after {
  border-bottom: 40px #006935 solid;
}

.b-reasons [class^="slider-nav"] > div.next {
  background-image: url(../images/v2/arrow-right.svg);
}

.b-reasons [class^="slider-nav"] > div.next:hover::after {
  border-top: 40px #006935 solid;
}

.b-km {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.33%;
  row-gap: 16px;
}

.b-km li {
  display: block;
  /* vertical-align: top; */
  flex-basis: 140px;
  font-size: 1rem;
  /* margin-right: 3.33%; */
  width: 30%;
}

.b-km li h4 {
  font-size: 24px;
  color: #006935;
  margin: 0 0 0.2em;
}

.b-km li p {
  margin: 0;
}

.b-home-video,
.b-home-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-home-map .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.b-home-house {
  position: relative;
}

.b-home-house img {
  display: block;
  width: 100%;
}

.b-home-house::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(../images/home-house-top.png) center bottom no-repeat;
  background-size: 100% auto;
}

.b-home-house::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 14px;
  height: 100%;
  background: url(../images/home-house-r.png) left center no-repeat;
  background-size: auto 100%;
}

.b-menu-title {
  text-align: right;
  margin: 1em 0 0;
}

.b-menu-title a {
  font-size: 12px;
  font-family: "Noto Sans", sans-serif;
  margin: 0 0 0 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.b-menu-title a.current {
  color: #006935;
}

.b-genplan-legend {
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin-left: 0;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.b-genplan-legend li {
  margin: 0 0 1em;
}

.b-genplan-legend li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 0.5em;
  background-position: center;
  background-repeat: no-repeat;
}

.b-genplan-legend li.icon1::before {
  background-image: url(../images/genplan-legend1.svg);
}

.b-genplan-legend li.icon-freezone::before {
  height: 3px;
  width: 15px;
  background-color: orange;
}

.b-genplan-legend li.icon-camera::before {
  background-image: url(../images/genplan-legend-camera.svg);
}

.b-genplan-legend li.icon2::before {
  background-image: url(../images/genplan-legend2.svg);
}

.b-genplan-legend li.icon3::before {
  background-image: url(../images/genplan-legend3.svg);
}

.b-genplan-legend li.icon4::before {
  background-image: url(../images/genplan-legend4.svg);
}

.b-genplan-legend li.icon5::before {
  background-image: url(../images/genplan-legend5.svg);
}

.b-genplan-legend li.icon6::before {
  background-image: url(../images/genplan-legend6.svg);
}

body.loading .b-config .images {
  opacity: 0.3;
}

.b-object-props .price {
  font-size: 24px;
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 0.5em;
}

.b-object-props .query-object {
  display: inline-block;
  color: #000;
  border-radius: 24px;
  padding: 0 10px;
  font-size: 16px;
  margin: 0 1em 3em;
}

.b-object-props .query-object span {
  border-bottom: 1px dashed #000;
}

.b-object-props .query-object.current {
  background: #eee;
  box-shadow: 0 0 0 5px #eee;
}

.b-config-wrap {
  -webkit-transition: all 0.6s ease 0ms;
  -moz-transition: all 0.6s ease 0ms;
  -ms-transition: all 0.6s ease 0ms;
  -o-transition: all 0.6s ease 0ms;
  transition: all 0.6s ease 0ms;
}

.b-config {
  font-size: 0px;
}

.b-config > div {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.b-config .left {
  width: 22%;
}

.b-config .images {
  width: 56%;
  padding: 0 5%;
}

.b-config .right {
  width: 22%;
}

.b-config .project-description {
  margin-bottom: 1em;
  font-size: 14px;
  font-style: italic;
  color: #777;
}

.b-config .tabs .tabs-nav {
  font-family: "Noto Sans", sans-serif;
  cursor: default;
  font-size: 12px;
  margin-bottom: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.b-config .tabs .tabs-nav a {
  margin-right: 0.7em;
}

.b-config .tabs .tabs-nav .current {
  color: #006935;
  cursor: default;
  border-bottom: 2px solid #006935;
}

.b-config .tabs .tabs-content {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}

.b-config .tabs .tabs-content li {
  display: none;
}

.b-config .tabs .tabs-content li.current {
  display: block;
}

.b-config .checks {
  margin-bottom: 2em;
}

.b-config .checks .check {
  margin-bottom: 0.5em;
}

.b-config .checks .check input {
  display: none;
}

.b-config .checks .check input + label {
  cursor: pointer;
}

.b-config .checks .check input:not(checked) {
  position: absolute;
  opacity: 0;
}

.b-config .checks .check input:not(checked) + label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

.b-config .checks .check input:not(checked) + label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #006935;
}

.b-config .checks .check input:not(checked) + label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(../images/checkbox.svg) center no-repeat;
  background: none;
}

.b-config .checks .check input[disabled] + label::before {
  border-color: #ccc;
  background-color: #ccc;
  opacity: 0.5;
}

.b-config .checks .check input:checked + label::after {
  background: url(../images/checkbox.svg) center no-repeat;
}

.b-config .checks .radio {
  margin-bottom: 0.5em;
}

.b-config .checks .radio input {
  display: none;
}

.b-config .checks .radio input + label {
  cursor: pointer;
}

.b-config .checks .radio input:not(checked) {
  position: absolute;
  opacity: 0;
}

.b-config .checks .radio input:not(checked) + label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

.b-config .checks .radio input:not(checked) + label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #006935;
}

.b-config .checks .radio input:not(checked) + label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.b-config .checks .radio input[disabled="disabled"] + label::before {
  border-color: #ccc;
  background-color: #ccc;
  opacity: 0.5;
}

.b-config .checks .radio input:checked + label::after {
  background-color: #000;
}

.b-config .price {
  font-size: 24px;
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 0px;
}

.b-config .price-text {
  margin-bottom: 1em;
}

.b-config .description {
  font-size: 14px;
  font-style: italic;
  color: #777;
  margin: 0.2em 0 0.2em 30px;
}

.b-place {
  margin-bottom: 1em;
}

.country-slider {
  position: relative;
  width: 100%;
}

.country-slider .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.country-slider .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.country-slider .slide {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

.country-slider .slider-nav > div {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #199b35;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-right: 0.5em;
  cursor: pointer;
}

.country-slider .slider-nav > div.disabled {
  cursor: default;
  opacity: 0.3;
  background-color: #199b35;
}

.country-slider .slider-nav > div.prev,
.country-slider .slider-nav > div.owl-prev {
  background-image: url(../images/v2/arrow-left.svg);
  background-position: 10px;
  margin-left: 20px;
  left: -20px;
}

.country-slider .slider-nav > div.prev::after,
.country-slider .slider-nav > div.owl-prev::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -20px;
  border-bottom: 40px #199b35 solid;
  border-top: 0px #199b35 solid;
  border-left: 20px transparent solid;
  border-right: 0px transparent solid;
}

.country-slider .slider-nav > div.prev:hover::after,
.country-slider .slider-nav > div.owl-prev:hover::after {
  border-bottom: 40px #006935 solid;
}

.country-slider .slider-nav > div.next,
.country-slider .slider-nav > div.owl-prev {
  background-image: url(../images/v2/arrow-right.svg);
  background-position: 20px;
  right: -20px;
}

.country-slider .slider-nav > div.next::after,
.country-slider .slider-nav > div.owl-prev::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -20px;
  border-bottom: 0px #199b35 solid;
  border-top: 40px #199b35 solid;
  border-left: 0px transparent solid;
  border-right: 20px transparent solid;
}

.country-slider .slider-nav > div.next:hover::after,
.country-slider .slider-nav > div.owl-prev:hover::after {
  border-top: 40px #006935 solid;
}

.country-slider .slider-nav > div:hover {
  background-color: #006935;
}

.country-slider .slider-points {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin: 1em 0;
}

.country-slider .slider-points li {
  display: inline-block;
  padding: 4px;
  cursor: pointer;
  color: #404040;
}

.country-slider .slider-points li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #cecece;
  margin: 0 0.5em;
}

.country-slider .slider-points li.current {
  cursor: default;
  color: #006935;
}

.country-slider .slider-points li.current::before {
  background-color: #006935;
}

.b-config-slider {
  width: 100%;
  padding-top: 100%;
  margin-bottom: 5em;
}

.b-config-slider .slider {
  top: 20px;
}

.b-config-slider .slide {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 1px;
}

.b-config-slider .slider-points {
  top: 5px;
  margin: 0;
}

.b-map {
  position: relative;
  width: 100%;
  height: 450px;
  background-color: #f5f3f4;
  margin-bottom: 4%;
}

.b-map::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -15px;
  width: 100%;
  height: 100%;
  border: 2px solid #ded7db;
  z-index: -1;
  border-radius: 20px;
}

.b-map .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.b-map .map .ymaps-2-1-79-events-pane {
  border-radius: 20px;
}

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

ul.b-doclist li {
  margin-bottom: 1em;
  background: url(../images/icon-doc.svg) top left no-repeat;
  background-size: 20px;
  background-position: center left;
  padding-left: 35px;
  padding-bottom: 5px;
  padding-top: 5px;
}

ul.b-doclist li span {
  display: block;
  color: #404040;
  font-style: italic;
  text-decoration: none;
  font-size: 14px;
}

.logo-bks {
  width: 100px;
  height: 100px;
  -webkit-mask-image: url(../images/logo-bks.svg);
  -moz-mask-image: url(../images/logo-bks.svg);
  mask-image: url(../images/logo-bks.svg);
  -webkit-mask-size: 100% 100%;
  -moz-mask-size: 100% 100%;
  -ms-mask-size: 100% 100%;
  -o-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #ffffff;
}

.phone__descrr {
  opacity: 0.5;
  font-size: 10px;
}

footer {
  background-color: #f5f3f4;
  padding: 0 4%;
  border-radius: 40px 40px 0 0;
}

footer:before,
footer:after {
  content: "";
  display: table;
  clear: both;
}

footer .phone__descrr {
  opacity: 0.5;
  font-size: 10px;
}

footer .footer-top {
  padding: 0 0 2em;
}

footer .footer-bottom {
  padding: 2em 0;
}

footer .col-10 {
  border-top: 2px solid #e4e4e4;
}

footer .footer-col {
  float: left;
  width: 33.33%;
  font-size: 14px;
  margin: 20px 0 40px;
}

footer .footer-phone {
  font-family: "Noto Sans", sans-serif;
}

footer .footer-phone a {
  cursor: default;
}

footer .footer-phone a:hover {
  color: #000;
}

footer .copyright {
  font-size: 14px;
}

.country {
  text-align: right;
  font-size: 14px;
}

.country span {
  display: inline-block;
  vertical-align: middle;
  margin: 0.2em 0 0.2em 0.5em;
  margin-right: 1em;
}

.country span img {
  width: 120px;
  display: block;
  border-radius: 0;
}

.b-footer_menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.b-footer_menu li {
  margin: 0 0 0.8em 0;
}

.sidebar {
  margin-left: 20%;
}

.b-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 2px solid #006935;
  padding-left: 10%;
}

.b-menu li {
  margin: 0 0 0.5em;
}

.b-menu li h2 {
  margin: 0 0 0.5em 0;
  font-size: 20px;
}

.b-menu li a {
  font-size: 12px;
  font-family: "Noto Sans", sans-serif;
  color: #404040;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.b-menu li a:hover {
  color: #006935;
}

.b-menu li.current a {
  color: #006935;
}

.b-form {
  font-size: 0px;
}

.b-form.modal-form .field {
  width: 100%;
}

.b-form.modal-form .field input {
  width: 100%;
}

.b-form.modal-form .field textarea {
  height: 80px;
}

.b-form .field {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  width: 50%;
}

.b-form .field label {
  display: block;
  margin: 0.2em 0;
  color: #404040;
}

.b-form .field input {
  width: 82%;
  height: 40px;
  border: 1px solid #ded7db;
  margin: 0.1em 0 1em;
  padding: 0 1em;
}

.b-form .field input.error {
  box-shadow: 0 0 0 2px red;
  border-color: red;
}

.b-form .field textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #e2dde0;
  margin: 0.1em 0 1em;
  padding: 0.6em 1em;
}

.b-form .field textarea.error {
  box-shadow: 0 0 0 2px red;
  border-color: red;
}

.b-form .field .pd {
  width: 90%;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 0;
}

body.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.modal.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.modal .modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 105, 53, 0.5);
}

.modal .modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  max-width: 400px;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 50px rgba(0, 105, 53, 0.7);
}

.modal .modal-title {
  border-bottom: 2px solid #006935;
  margin-bottom: 0.5em;
}

.modal .modal-title h3 {
  margin: 0.5em 0;
}

.modal .modal-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 44px;
  height: 44px;
  background: url(../images/modal-close.svg) center no-repeat;
  cursor: pointer;
}

.b-info span {
  display: inline-block;
  vertical-align: top;
}

.b-info span a {
  display: inline-block;
  padding: 0 0.4em;
  border-radius: 3px;
  color: #000;
}

.b-info span a.current {
  background-color: #006935;
}

.main-slider {
  padding: 0 !important;
}

.main-slider .owl-item .mininame {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10%);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}

.main-slider .owl-item h1 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10%);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
}

.main-slider .owl-item h2 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10%);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
}

.main-slider .owl-item p {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10%);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
}

.main-slider .owl-item.active .mininame {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}

.main-slider .owl-item.active h1 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}

.main-slider .owl-item.active h2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}

.main-slider .owl-item.active p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}

.main-slide {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
  width: 100%;
  height: 90vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

.main-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.owl-prev {
  pointer-events: all;
  user-select: none;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #199b35;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-left: 3%;
  cursor: pointer;
  background-image: url(//xn--22-6kcip4bovo1b8c.xn--p1ai/bitrix/templates/satellite/images/v2/arrow-left.svg);
  background-position: 10px;
}

.owl-prev::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -20px;
  border-bottom: 40px #199b35 solid;
  border-top: 0px #199b35 solid;
  border-left: 20px transparent solid;
  border-right: 0px transparent solid;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.owl-prev:hover {
  background-color: #006935;
}

.owl-prev:hover::after {
  border-bottom: 40px #006935 solid;
  border-top: 0px #006935 solid;
}

.owl-next {
  pointer-events: all;
  user-select: none;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #199b35;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-right: 3%;
  cursor: pointer;
  background-image: url(//xn--22-6kcip4bovo1b8c.xn--p1ai/bitrix/templates/satellite/images/v2/arrow-right.svg);
  background-position: 10px;
}

.owl-next::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -20px;
  border-bottom: 0px #199b35 solid;
  border-top: 40px #199b35 solid;
  border-left: 0px transparent solid;
  border-right: 20px transparent solid;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.owl-next:hover {
  background-color: #006935;
}

.owl-next:hover::after {
  border-top: 40px #006935 solid;
}

.owl-slider-nav {
  position: absolute;
  top: 50%;
  margin-top: 18px;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.owl-slider-nav.disabled {
  display: none;
}

.owl-slider-dots {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 0;
}

.owl-slider-dot {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  border: none;
  padding: 0;
  background: none;
  padding: 20px;
  outline: none;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.owl-slider-dot.active span {
  background-color: #006935;
  height: 10px;
  width: 10px;
}

.owl-slider-dot span {
  position: absolute;
  background-position: center;
  height: 6px;
  width: 6px;
  background-color: #199b35;
  border-radius: 50%;
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.projects-top {
  margin-bottom: 4%;
}

.projects-table {
  min-width: 600px;
  width: 100%;
  border-collapse: collapse;
}

.projects-table thead {
  font-weight: bold;
}

.projects-table thead tr:hover {
  background: none;
}

.projects-table tr:hover {
  background-color: #f5f5f5;
}

.projects-table td {
  padding: 0.5em 0;
  border: 2px solid #ddd;
  border-color: #ddd transparent;
}

.projects-table td a {
  display: block;
}

.projects-table td:not(:first-child) {
  width: 180px;
  text-align: right;
}

.projects-table tr:last-child td {
  border-color: transparent;
}

.projects-table__wrap {
  overflow: auto;
}

.contacts-item {
  font-size: 14px;
  margin-bottom: 4em !important;
}

.contacts-item h2 {
  margin-bottom: 0.3em;
}

.contacts-item span {
  display: block;
}

.contacts-item__block {
  margin-bottom: 1em;
}

.contacts__link {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #08133f;
  border-bottom: 1px solid rgba(8, 19, 63, 0.3);
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 0.1em;
}

.contacts__link.tel {
  border-bottom: none;
}

.contacts__link.tel:hover {
  color: #08133f;
}

.contacts__link:hover {
  border-color: #006935;
}

@media screen and (max-height: 800px) {
  .s-genplan {
    height: 490px;
  }
}

@media screen and (max-height: 700px) {
  .s-genplan {
    height: 440px;
  }
}

@media screen and (max-width: 1330px) {
  .phone__descr {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  header .callback {
    display: none;
  }

  /* header .phone a {
    display: none;
  } */

  header .phone a:last-child {
    display: inline-block;
  }

  header .phone .phone__m {
    display: inline-block;
  }

  .col-1 {
    width: 0;
  }

  .col-4,
  .col-5,
  .col-6 {
    width: 50%;
  }

  .col-10 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  header .phone .phone__m-container {
    top: 70px;
  }

  .konkurs-link {
    bottom: -20px;
    left: 7em;
  }

  header {
    padding: 5px 0%;
  }

  header .burger {
    display: inline-block;
  }

  header .menu {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: white;
    overflow: hidden;
    height: 0%;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  }

  header .menu ul {
    padding: 12px;
  }

  header .menu ul > li + li {
    margin-top: 14px;
  }

  header .menu ul li {
    display: block;
    margin: 0;
  }

  header .menu ul li a {
    display: block;
    line-height: 40px;
    font-size: 24px;
    /* color: #fff; */
  }

  header .menu.open {
    height: 100%;
  }

  header .phone {
    line-height: 22px;
    font-size: 14px;
  }
}

@media screen and (max-width: 860px) {
  h3 {
    font-size: 18px;
  }

  [class*="col-"] {
    width: 100%;
    margin-bottom: 4%;
  }

  .col-1 {
    width: 0;
    margin: 0;
  }

  .sp-circle,
  .sp-line,
  .sp-point {
    display: none;
  }

  .s-page-title {
    padding-top: 50px;
  }

  .s-page-title h1 {
    font-size: 30px;
    margin: 0;
  }

  .sp-left {
    padding-right: 0;
  }

  .sp-right {
    padding-left: 0;
  }

  .b-infra.features .item {
    width: 100%;
  }

  /* .b-gallery .item {
    width: 45%;
  } */

  .b-gallery .item.full {
    width: 95%;
    margin-right: 5%;
  }

  .b-news {
    grid-template-columns: repeat(2, 1fr);
  }

  .b-news .item.full {
    width: 95%;
    margin-right: 5%;
  }

  .b-gallery .item .image {
    width: 100%;
    margin-left: 0;
  }
  .b-news .item .image {
    width: 100%;
    margin-left: 0;
  }

  .b-gallery .item:hover::before {
    display: none;
  }

  .b-gallery.banks .item {
    width: 31.33%;
  }

  .b-news .item:hover::before {
    display: none;
  }

  .b-news.banks .item {
    width: 31.33%;
  }

  .b-menu-title {
    text-align: left;
  }

  .b-menu-title a {
    margin: 0 1em 0 0;
  }

  .country {
    text-align: left;
  }

  .country span {
    margin-left: 0;
    margin-right: 1em;
  }

  .b-form .field {
    width: 100%;
  }

  .b-form .field input {
    width: 100%;
  }

  .sidebar {
    margin: 0;
  }

  footer .footer-col {
    width: 100%;
  }
}

@media screen and (max-width: 660px) {
  .b-gallery .item {
    width: 100%;
    margin-right: 0;
  }

  .b-gallery .item.full {
    width: 100%;
    margin-right: 0;
  }

  .b-news {
    grid-template-columns: repeat(1, 1fr);
  }

  .b-news .item {
    width: 100%;
    margin-right: 0;
  }

  .b-news .item.full {
    width: 100%;
    margin-right: 0;
  }

  .b-config .left,
  .b-config .right,
  .b-config .images {
    width: 100%;
  }

  .s-sputnik__text {
    font-size: 24px;
  }

  .b-reasons .slider-number i {
    font-size: 250px;
  }

  .sp-media.right::before {
    right: -10px;
  }
}

.default-slider.owl-carousel {
  display: block;
  background-color: transparent;
}

.default-slider.owl-carousel .owl-stage {
  display: flex;
}

.owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.owl-nav > * {
  pointer-events: initial;
  margin: 0;
}

.owl-nav > *::after {
  display: none;
}

.owl-nav > * svg circle,
.owl-nav > * svg path {
  stroke: #87969e;
}

.genplan {
  height: clamp(18.75rem, calc(-17.1429rem + 89.7321vw), 69rem);
}

.genplan [id^="genplan-area"] {
  transition: opacity 300ms ease;
}

.genplan [id^="genplan-area"][aria-current="true"] {
  stroke-width: 4px;
  stroke: rgb(194, 70, 70);
  fill: rgb(194, 70, 70);
}

.genplan [id^="genplan-area"]:not([aria-disabled="true"]):hover {
  cursor: pointer;
}

.genplan [id^="genplan-area"]:not([aria-disabled="true"]):hover:hover {
  opacity: 0.6;
}

.genplan-legend {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  margin-left: 8.33%;
  gap: 24px;
  padding: 0;
}

.genplan-legend-item {
  color: #10312c;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  gap: 12px;
}

.genplan-legend-item::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: hsla(202, 11%, 58%, 0.6);
  border: 1px solid #898989;
}

.genplan-legend-item--on-sale:before {
  background-color: hsla(150, 100%, 21%, 0.4);
  border-color: #006935;
}

.genplan-legend-item--booked:before {
  background-color: hsla(42, 100%, 35%, 0.5);
  border-color: #898700;
}

@media screen and (max-width: 1200px) {
  .genplan-legend {
    margin: 0;
  }
}

.genplan-hint {
  position: absolute;
  top: var(--y, 0);
  left: var(--x, 0);
  max-width: 320px;
  width: 100%;
  background-color: #f3f5f5;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 14px;
  line-height: 1.3;
  opacity: 0;
  z-index: 10;
  visibility: hidden;
  transition: 300ms ease;
}

.genplan-hint[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}

.genplan-hint-head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px 12px;
}

.genplan-hint-head h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
  color: #006935;
}

.genplan-hint-head p {
  margin: 0;
  margin-top: 4px;
  color: #006935;
}

.genplan-hint-head span {
  color: #10312c;
  font-weight: 500;
}

.genplan-hint-content {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: #10312c;
}

.genplan-hint-actions {
  margin-top: 12px;
}

.genplan-hint-actions .btn {
  margin: 0;
  border: none;
}

.genplan-zoom-controls {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
}

.genplan-zoom-controls button {
  background-color: transparent;
  border: 0;
  color: #006935;
  padding: 0;
  cursor: pointer;
}

.zoomist-wrapper {
  background-color: transparent;
}

@media screen and (max-width: 640px) {
  .genplan-hint {
    position: fixed;
    top: auto;
    left: auto;
    bottom: 0;
    inset-inline: 0;
    max-width: none;
  }
}

@media screen and (max-width: 500px) {
  [class*="col-"] {
    margin-bottom: 8%;
  }
  header .phone {
    flex-direction: column;
    gap: 0px;
  }
}

.videos-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: clamp(1.75rem, 0.8571rem + 2.2321vw, 3rem)
    clamp(2.375rem, 1.3036rem + 2.6786vw, 3.875rem);
}

.videos-item__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(0.625rem, 0rem + 1.5625vw, 1.5rem);
  margin-top: clamp(1.125rem, 0.8571rem + 0.6696vw, 1.5rem);
}

.videos-item__title {
  font-size: clamp(1.125rem, 0.6786rem + 1.1161vw, 1.75rem);
  line-height: 1.25;
  color: #10312c;
  margin: 0;
}

.videos-item__link {
  font-size: clamp(0.875rem, 0.6964rem + 0.4464vw, 1.125rem);
  line-height: 1.25;
  color: #aad26f;
}

.fancybox-slide--iframe .fancybox-content {
  border-radius: 12px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .videos-list {
    grid-template-columns: 1fr;
  }

  .fancybox-slide--iframe .fancybox-content {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    margin: 0;
  }
}
