@import url("https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500&family=Source+Sans+Pro:wght@600;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
  position: relative;
}

body.scroll {
  overflow-y: hidden;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
  cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  border: none;
  -moz-appearance: textfield;
}

input[type=number]:focus {
  outline: none;
}

input[type=tel] {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=text] {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=tel]:focus {
  outline: none;
}

input[type=text]:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

textarea {
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
}

select {
  outline: none;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0px;
}

button:focus {
  border: none;
  outline: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

div {
  -webkit-tap-highlight-color: transparent;
}

input {
  border: none;
}

input:focus {
  outline: none;
}

.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 24px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .container {
    padding: 0px 48px;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 0px 64px;
  }
}
@media (min-width: 1360px) {
  .container {
    padding: 0px;
    max-width: 1300px;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  box-sizing: border-box;
  padding: 22px 0px;
  z-index: 2;
  opacity: 0;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.header_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.header_block_logo img {
  width: 164px;
}
.header_block ul {
  display: none;
}
.header_block_btn {
  position: relative;
  width: 22px;
  height: 16px;
  cursor: pointer;
}
.header_block_btn span {
  position: absolute;
  left: 0px;
  background-color: #fff;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header_block_btn span:first-child {
  top: 0px;
}
.header_block_btn span:nth-child(2) {
  top: 7px;
}
.header_block_btn span:nth-child(3) {
  bottom: 0px;
}
.header_block_btn.active span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
}
.header_block_btn.active span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.header_block_btn.active span:last-child {
  top: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header_block_right {
  display: none;
}
.header_drop {
  margin-top: 20px;
  position: relative;
  display: none;
}
.header_drop::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -15px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.header_drop_left ul li a {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.header_block_right_link {
  display: none;
}
@media (min-width: 1200px) {
  .header {
    padding: 32px 0px;
  }
  .header_block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_block ul li {
    margin-left: 20px;
  }
  .header_block ul li:first-child {
    margin-left: 0px;
  }
  .header_block ul li a {
    font-family: "Golos Text";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
  }
  .header_block ul li a::after {
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .header_block ul li a:hover::after {
    width: 100%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .header_block_btn {
    display: none;
  }
  .header_block_right {
    display: block;
  }
  .header_block_right_link {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 162px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #20BDFF;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 3px solid rgba(255, 255, 255, 0.36);
  }
  .header_block_right_link span {
    font-family: "Golos Text", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #00031E;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header_block_right_link:hover {
    background: #5433FF;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header_block_right_link:hover span {
    color: #FFFFFF;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}

.header_block_right_switcher {
  margin-left: 30px;
}

.header_block_right_switcher a span {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.header.other .header_block_right_switcher a span {
  color: black;
}

.header_block_right {
  display: flex;
  align-items: center;
}

.header.other .header_block_btn span {
  background-color: #00031E;
}
.header.other ul li a {
  color: #00031E;
}
.header.other ul li a::after {
  background-color: #00031E;
}
.header.other .header_drop::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -15px;
  width: 100%;
  height: 1px;
  background-color: #000;
}

@-webkit-keyframes mainDashLine {
  from {
    stroke-dashoffset: 1300;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes mainDashLine {
  from {
    stroke-dashoffset: 1300;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes mainDashLineMob {
  from {
    stroke-dashoffset: 650;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes mainDashLineMob {
  from {
    stroke-dashoffset: 650;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes opacityStar {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes opacityStar {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.main {
  background: -webkit-gradient(linear, right top, left top, color-stop(3.89%, #00031E), color-stop(90.62%, #0D123D));
  background: linear-gradient(270deg, #00031E 3.89%, #0D123D 90.62%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 85px;
  padding-bottom: 54px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_block_text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
.main_block_text_title {
  position: relative;
  width: 317px;
}
.main_block_text_title h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 31px;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.main_block_text_title h2 br {
  display: none;
}
.main_block_text_title svg {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main_block_text_title svg.main_anim_desk {
  display: none;
}
.main_block_text_title svg.main_anim_desk path {
  stroke-dasharray: 1300;
  stroke-dashoffset: 1300;
}
.main_block_text_title svg.main_anim_mob path {
  stroke-dasharray: 650;
  stroke-dashoffset: 650;
}
.main_block_text_bottom {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main_block_text_bottom a {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #20BDFF;
  border-radius: 10px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 3px solid rgba(255, 255, 255, 0.36);
}
.main_block_text_bottom a span {
  font-family: "Golos Text", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #00031E;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main_block_text_bottom a:hover {
  background: #5433FF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main_block_text_bottom a:hover span {
  color: #FFFFFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main_block_text_bottom p {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
.main_block_img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 248px;
  position: relative;
  opacity: 0;
}
.main_block_img_main {
  width: 100%;
}
.main_block_img_one {
  position: absolute;
  right: -66px;
  top: 0px;
  width: 90px;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 3.3s;
          animation-duration: 3.3s;
  -webkit-animation-name: opacityStar;
          animation-name: opacityStar;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.main_block_img_two {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 43px;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 3.4s;
          animation-duration: 3.4s;
  -webkit-animation-name: opacityStar;
          animation-name: opacityStar;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.main_block_img_three {
  position: absolute;
  left: -120px;
  bottom: 0px;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-name: opacityStar;
          animation-name: opacityStar;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.main_block_img_four {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 2.3s;
          animation-duration: 2.3s;
  -webkit-animation-name: opacityStar;
          animation-name: opacityStar;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.main.animation .main_block_img {
  -webkit-animation: fadeInDown 0.5s linear alternate forwards;
          animation: fadeInDown 0.5s linear alternate forwards;
}
.main.animation .main_anim_desk path {
  -webkit-animation: mainDashLine 1s linear alternate forwards;
          animation: mainDashLine 1s linear alternate forwards;
}
.main.animation .main_anim_mob path {
  -webkit-animation: mainDashLineMob 1s linear alternate forwards;
          animation: mainDashLineMob 1s linear alternate forwards;
}
.main.open {
  padding-top: 325px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .main {
    padding: 85px 0px 18px 0px;
  }
  .main_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .main_block_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main_block_img_one {
    right: -40px;
    top: -12px;
  }
  .main_block_img_three {
    width: 100px;
    left: -85px;
  }
  .main_block_text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 317px;
  }
}
@media (min-width: 1024px) {
  .main {
    padding: 125px 0px 104px 0px;
  }
  .main_block {
    position: relative;
  }
  .main_block_text {
    width: 400px;
  }
  .main_block_text_title {
    width: 400px;
  }
  .main_block_text_title h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .main_block_img {
    width: 400px;
    position: absolute;
    right: 0px;
    top: -30px;
  }
  .main_block_img_three {
    bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .main {
    padding: 190px 0px 144px 0px;
  }
  .main_block_text {
    width: auto;
  }
  .main_block_text_title {
    width: auto;
  }
  .main_block_text_title h2 {
    font-size: 52px;
    line-height: 57px;
  }
  .main_block_text_title h2 br {
    display: block;
  }
  .main_block_text_title svg.main_anim_desk {
    display: block;
  }
  .main_block_text_title svg.main_anim_mob {
    display: none;
  }
  .main_block_text_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 56px;
  }
  .main_block_text_bottom a {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0px;
    width: 222px;
  }
  .main_block_text_bottom p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 38px;
  }
  .main_block_img {
    width: 500px;
    top: -70px;
  }
  .main_block_img_one {
    right: 0px;
  }
  .main_block_img_two {
    width: auto;
  }
  .main_block_img_three {
    width: auto;
    left: -194px;
  }
}

@-webkit-keyframes founderDashLine {
  from {
    stroke-dashoffset: 370;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes founderDashLine {
  from {
    stroke-dashoffset: 370;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes founderDashArrow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes founderDashArrow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.about {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 56px;
  opacity: 0;
}
.about.animation {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
.about_block_left img {
  width: 100%;
}
.about_block_left img.desk {
  display: none;
}
.about_block_left_wrap_desk {
  display: none;
}
.about_block_right h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 35px;
  color: #00031E;
  position: relative;
}
.about_block_right_text {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #00031E;
  opacity: 0.7;
  margin-top: 20px;
}
.about_block_right_bot {
  margin-top: 20px;
}
.about_block_right_bot img {
  display: none;
}
.about_block_right_bot_right p {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #00031E;
  opacity: 0.7;
}
.about_block_right_bot_right a {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  background: #20BDFF;
  border-radius: 10px;
  border: 3px solid rgba(255, 255, 255, 0.36);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.about_block_right_bot_right a span {
  font-family: "Golos Text", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #00031E;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.about_block_right_bot_right a:hover {
  background: #5433FF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.about_block_right_bot_right a:hover span {
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.about_block_right_bot_wrap_mob {
  display: none;
}
@media (min-width: 768px) {
  .about_block_left img.mob {
    display: none;
  }
  .about_block_left img.desk {
    display: block;
  }
  .about_block_right {
    margin-top: 30px;
  }
  .about_block_right_bot_right a {
    width: 222px;
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .about_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .about_block_left {
    width: 370px;
  }
  .about_block_right {
    width: calc(100% - 420px);
  }
  .about_block_right_bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about_block_right_bot img {
    display: block;
  }
  .about_block_right_bot_right {
    margin-left: 30px;
  }
  .about_block_right_bot_right a {
    margin-left: 0px;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .about {
    margin-top: 160px;
  }
  .about_block_left {
    width: 570px;
    height: 470px;
    position: relative;
  }
  .about_block_left img {
    width: auto;
  }
  .about_block_left img.desk {
    display: none;
  }
  .about_block_left_wrap_desk {
    width: 570px;
    height: 470px;
    position: relative;
    display: block;
  }
  .about_block_left_wrap_desk img {
    position: absolute;
  }
  .about_block_left_wrap_desk .one {
    left: 0px;
    top: 16px;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .about_block_left_wrap_desk .two {
    left: 118px;
    top: 0px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .about_block_left_wrap_desk .three {
    right: 0px;
    top: 0px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .about_block_left_wrap_desk .four {
    left: 0px;
    top: 186px;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .about_block_left_wrap_desk .five {
    bottom: 20px;
    left: 0px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .about_block_left_wrap_desk .six {
    bottom: 0px;
    right: 138px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .about_block_right {
    width: calc(100% - 620px);
  }
  .about_block_right h2 {
    font-size: 52px;
    line-height: 57px;
  }
  .about_block_right_text {
    font-size: 16px;
    line-height: 19px;
  }
  .about_block_right_bot {
    margin-top: 30px;
  }
  .about_block_right_bot_right {
    margin-left: 0px;
  }
  .about_block_right_bot_right p {
    font-size: 16px;
    line-height: 19px;
  }
  .about_block_right_bot_wrap {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  .about_block_right_bot_wrap_mob {
    display: block;
  }
  .about_block_right_bot_wrap_mob .mob_line {
    stroke-dasharray: 370;
    stroke-dashoffset: 370;
  }
  .about_block_right_bot_wrap_mob .mob_arrow {
    opacity: 0;
  }
  .about.animation .mob_line {
    -webkit-animation: founderDashLine 1.2s linear alternate forwards;
            animation: founderDashLine 1.2s linear alternate forwards;
  }
  .about.animation .mob_arrow {
    -webkit-animation: workDashArrow 0.1s linear 0.6s alternate forwards;
            animation: workDashArrow 0.1s linear 0.6s alternate forwards;
  }
}

.featured {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 80px;
  opacity: 0;
}
.featured.animation {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.featured_nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured_nav h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 35px;
  color: #00031E;
  text-align: center;
}
.featured_nav_arrows {
  display: none !important;
}
.featured_slider {
  margin-top: 45px;
}
.featured_slider_item {
  width: 296px !important;
  margin: 0px 8px;
  position: relative;
}
.featured_slider_item_main {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  position: relative;
  z-index: 2;
  height: 200px;
  object-fit: cover;
}
.featured_slider_item_text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 38px 18px 30px 18px;
  position: relative;
}
.featured_slider_item_text_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.featured_slider_item_text_top span.black {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  color: #00031E;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.featured_slider_item_text_top span.blue {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  text-align: right;
  color: #5433FF;
  margin-top: 10px;
}
.featured_slider_item_text_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 38px;
  position: relative;
  z-index: 2;
}
.featured_slider_item_text_bottom_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.featured_slider_item_text_bottom_left_arrow {
  height: 2px;
  width: 25px;
  background-color: #5433FF;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.featured_slider_item_text_bottom_left_arrow::after {
  content: "";
  border: solid #5433FF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  position: absolute;
  right: 0px;
  top: -4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.featured_slider_item_text_bottom_left span {
  font-family: "Golos Text", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #00031E;
  display: inline-block;
  margin-left: 10px;
}
.featured_slider_item_text_bottom_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.featured_slider_item_text_bottom_right_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 12px;
}
.featured_slider_item_text_bottom_right_item img {
  margin-right: 8px;
}
.featured_slider_item_text_bottom_right_item span {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #00031E;
  opacity: 0.8;
}
.featured_slider_item_text::before {
  content: "";
  position: absolute;
  left: 0px;
  top: -50px;
  background: #fff;
  width: 100%;
  height: calc(100% + 50px);
  z-index: 1;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.featured_slider_item_text::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: #289BB5;
  opacity: 0.2;
  -webkit-filter: blur(21.5px);
          filter: blur(21.5px);
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.featured_slider_item:hover .featured_slider_item_text_bottom_left_arrow {
  width: 35px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.featured_slider .slick-list {
  padding-bottom: 50px !important;
}
.featured_all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  background: #20BDFF;
  border-radius: 10px;
  border: 3px solid rgba(255, 255, 255, 0.36);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.featured_all span {
  font-family: "Golos Text", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #00031E;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.featured_all:hover {
  background: #5433FF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.featured_all:hover span {
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .featured_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .featured_nav_arrows {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .featured_nav_arrows_left {
    cursor: pointer;
  }
  .featured_nav_arrows_right {
    margin-left: 22px;
    cursor: pointer;
  }
  .featured_slider_item {
    width: 360px !important;
    margin: 0px 10px;
  }
  .featured_slider_item_text {
    padding: 35px 22px 35px 22px;
  }
  .featured_slider_item_text_bottom {
    margin-top: 26px;
  }
  .featured_all {
    width: 222px;
    margin: 0 auto;
  }
  .featured_slider_item_main {
    height: 240px;
  }
}
@media (min-width: 1200px) {
  .featured {
    margin-top: 180px;
  }
  .featured_nav h2 {
    font-size: 52px;
    line-height: 57px;
  }
  .featured_slider {
    margin-top: 68px;
  }
  .featured_all {
    margin-top: 20px;
  }
}

.arrow_triangle {
  border: solid #5433FF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 7px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.arrow_triangle.prev {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-right: -5px;
}

.arrow_triangle.next {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: -5px;
}

.featured_nav_arrows_left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #5433FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.featured_nav_arrows_left:hover {
  border: 2px solid #20BDFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.featured_nav_arrows_left:hover .arrow_triangle {
  border-color: #20BDFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.featured_nav_arrows_right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #5433FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.featured_nav_arrows_right:hover {
  border: 2px solid #20BDFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.featured_nav_arrows_right:hover .arrow_triangle {
  border-color: #20BDFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@-webkit-keyframes neighDashLine {
  from {
    stroke-dashoffset: 1070;
    stroke-dasharray: 1070;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes neighDashLine {
  from {
    stroke-dashoffset: 1070;
    stroke-dasharray: 1070;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.one_feature_animation {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -21px;
  height: 48px;
}

.two_feature_animation {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.three_feature_animation {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -8px;
}

.four_feature_animation {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -20px;
}

.five_feature_animation {
  position: absolute;
  left: 70%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -36px;
}

.one_feature_animation {
  height: 48px;
}

.two_feature_animation {
  height: 60px;
}

.three_feature_animation {
  height: 6px;
}

.four_feature_animation {
  height: 6px;
}

.five_feature_animation {
  height: 50px;
}

.neighborhoods_slider_item .one_feature_animation {
  height: 68px;
}

.neighborhoods_slider_item .two_feature_animation {
  height: 100px;
}

.neighborhoods_slider_item .three_feature_animation {
  height: 9px;
}

.neighborhoods_slider_item .four_feature_animation {
  height: 9px;
}

.neighborhoods_slider_item .five_feature_animation {
  height: 70px;
}

@media (min-width: 768px) {
  .one_feature_animation {
    height: 68px;
  }
  .two_feature_animation {
    height: 100px;
  }
  .three_feature_animation {
    height: 9px;
  }
  .four_feature_animation {
    height: 9px;
  }
  .five_feature_animation {
    height: 70px;
  }
}
.neighborhoods {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 60px;
}
.neighborhoods h2 {
  text-align: center;
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 32px;
  line-height: 35px;
  color: #00031E;
}
.neighborhoods_wrap {
  margin-top: 45px;
}
.neighborhoods_wrap_next {
  display: none !important;
}
.neighborhoods_wrap .slick-prev {
  display: none !important;
}
.neighborhoods_slider_item {
  width: 296px !important;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
  margin: 0px 7px;
}
.neighborhoods_slider_item::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 189, 255, 0.37)), to(rgba(32, 189, 255, 0.37)));
  background: linear-gradient(0deg, rgba(32, 189, 255, 0.37), rgba(32, 189, 255, 0.37));
}
.neighborhoods_slider_item_main {
  width: 100%;
  height: 448px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
.neighborhoods_slider_item_text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.neighborhoods_slider_item_text p {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 39px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
}
.neighborhoods_slider .one_feature_animation {
  stroke-dashoffset: 1070;
  stroke-dasharray: 1070;
}
.neighborhoods_slider .two_feature_animation {
  stroke-dashoffset: 1070;
  stroke-dasharray: 1070;
}
.neighborhoods_slider .three_feature_animation {
  stroke-dashoffset: 1070;
  stroke-dasharray: 1070;
}
.neighborhoods_slider .four_feature_animation {
  stroke-dashoffset: 1070;
  stroke-dasharray: 1070;
}
.neighborhoods_slider .five_feature_animation {
  stroke-dashoffset: 1070;
  stroke-dasharray: 1070;
}
.neighborhoods_all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  background: #20BDFF;
  border-radius: 10px;
  border: 3px solid rgba(255, 255, 255, 0.36);
  margin-top: 45px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.neighborhoods_all span {
  font-family: "Golos Text", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #00031E;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.neighborhoods_all:hover {
  background: #5433FF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.neighborhoods_all:hover span {
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .neighborhoods_all {
    width: 222px;
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .neighborhoods {
    margin-top: 120px;
  }
  .neighborhoods h2 {
    font-size: 52px;
    line-height: 57px;
  }
  .neighborhoods_wrap {
    margin-top: 64px;
  }
  .neighborhoods_slider {
    cursor: url(../img/neighborhoods/arrows.svg), auto;
  }
  .neighborhoods_slider .slick-list {
    padding: 50px 50px !important;
  }
  .neighborhoods_slider_item {
    width: 400px !important;
    margin: 0px 10px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: url(../img/neighborhoods/arrows.svg), auto;
  }
  .neighborhoods_slider_item_main {
    height: 500px;
  }
  .neighborhoods_slider_item_text p {
    font-size: 35px;
    line-height: 39px;
  }
  .neighborhoods_slider_item::after {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .neighborhoods_slider_item:hover {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .neighborhoods_slider_item:hover::after {
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .neighborhoods_slider_item:hover svg path {
    -webkit-animation: neighDashLine 2.5s linear alternate forwards;
            animation: neighDashLine 2.5s linear alternate forwards;
  }
  .neighborhoods_slider_item:hover .two_feature_animation path {
    -webkit-animation: neighDashLine 0.9s linear alternate forwards;
            animation: neighDashLine 0.9s linear alternate forwards;
  }
  .neighborhoods_all {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .neighborhoods_slider .slick-active svg path {
    -webkit-animation: neighDashLine 2.5s linear alternate forwards;
            animation: neighDashLine 2.5s linear alternate forwards;
  }
  .neighborhoods_slider .slick-active .two_feature_animation path {
    -webkit-animation: neighDashLine 0.9s linear alternate forwards;
            animation: neighDashLine 0.9s linear alternate forwards;
  }
}
.testimonials {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 60px;
  opacity: 0;
}
.testimonials.animation {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
.testimonials h2 {
  text-align: center;
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 32px;
  line-height: 35px;
  color: #00031E;
}
.testimonials_desk {
  display: none !important;
}
.testimonials_desk_arrows {
  display: none !important;
}
.testimonials_mob {
  margin-top: 45px;
  position: relative;
}
.testimonials_mob::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background-color: #20BDFF;
}
.testimonials_mob_item_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonials_mob_item_top_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.testimonials_mob_item_top_img img {
  width: 14px;
}
.testimonials_mob_item_top h5 {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  color: #00031E;
  margin-left: 20px;
}
.testimonials_mob_item_text {
  margin-top: 24px;
}
.testimonials_mob_item_text p {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #00031E;
  opacity: 0.7;
}
.testimonials_mob .slick-slide:first-child .testimonials_mob_item_top_img {
  background: #20BDFF;
}
.testimonials_mob .slick-slide:nth-child(3n+4) .testimonials_mob_item_top_img {
  background: #20BDFF;
}
.testimonials_mob .slick-slide:nth-child(3n+2) .testimonials_mob_item_top_img {
  background: #A5FECB;
}
.testimonials_mob .slick-slide:nth-child(3n+3) .testimonials_mob_item_top_img {
  background: #5433FF;
}
.testimonials_mob_arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.testimonials_mob_arrows_prev {
  cursor: pointer;
}
.testimonials_mob_arrows_next {
  margin-left: 24px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .testimonials {
    margin-top: 100px;
  }
  .testimonials h2 {
    font-size: 52px;
    line-height: 57px;
  }
  .testimonials_desk {
    display: block !important;
    margin-top: 100px;
  }
  .testimonials_desk_item_wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 50px 90px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .testimonials_desk_item_wrap::before {
    background-color: #3c6d79;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.05;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
    z-index: -1;
  }
  .testimonials_desk_item_wrap:hover::before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .testimonials_desk_item_wrap::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #20BDFF;
  }
  .testimonials_desk_item_wrap:first-child {
    margin-top: 0px;
  }
  .testimonials_desk_item_wrap_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 280px;
  }
  .testimonials_desk_item_wrap_left_img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
  }
  .testimonials_desk_item_wrap_left h5 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 43px;
    color: #00031E;
    margin-left: 32px;
  }
  .testimonials_desk_item_wrap_right {
    width: calc(100% - 350px);
  }
  .testimonials_desk_item_wrap_right p {
    font-family: "Golos Text";
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #00031E;
    opacity: 0.7;
  }
  .testimonials_desk_item_wrap:first-child .testimonials_desk_item_wrap_left_img {
    background: #20BDFF;
  }
  .testimonials_desk_item_wrap:nth-child(2) .testimonials_desk_item_wrap_left_img {
    background: #A5FECB;
  }
  .testimonials_desk_item_wrap:nth-child(3) .testimonials_desk_item_wrap_left_img {
    background: #5433FF;
  }
  .testimonials_desk_item_wrap:last-child::after {
    display: none;
  }
  .testimonials_desk_arrows {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
  }
  .testimonials_desk_arrows_next {
    margin-left: 22px;
    cursor: pointer;
  }
  .testimonials_desk_arrows_prev {
    cursor: pointer;
  }
  .testimonials_mob {
    display: none !important;
  }
  .testimonials_mob_arrows {
    display: none !important;
  }
}

.testimonials_mob_arrows_prev {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #5433FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.testimonials_mob_arrows_prev:hover {
  border: 2px solid #20BDFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.testimonials_mob_arrows_prev:hover .arrow_triangle {
  border-color: #20BDFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.testimonials_mob_arrows_next {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #5433FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.testimonials_mob_arrows_next:hover {
  border: 2px solid #20BDFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.testimonials_mob_arrows_next:hover .arrow_triangle {
  border-color: #20BDFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.testimonials_desk_arrows_prev {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #5433FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.testimonials_desk_arrows_prev:hover {
  border: 2px solid #20BDFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.testimonials_desk_arrows_prev:hover .arrow_triangle {
  border-color: #20BDFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.testimonials_desk_arrows_next {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #5433FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.testimonials_desk_arrows_next:hover {
  border: 2px solid #20BDFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.testimonials_desk_arrows_next:hover .arrow_triangle {
  border-color: #20BDFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blog {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 70px;
  opacity: 0;
}
.blog h2 {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 32px;
  line-height: 35px;
  text-align: center;
  color: #00031E;
}
.blog_block_left {
  display: none;
}
.blog_block_right_item {
  position: relative;
  display: block;
  margin-top: 48px;
}
.blog_block_right_item img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 30px;
  position: relative;
  z-index: 2;
}
.blog_block_right_item_text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 36px 22px;
  position: relative;
}
.blog_block_right_item_text::before {
  content: "";
  position: absolute;
  left: 0px;
  top: -50px;
  background: #fff;
  width: 100%;
  height: calc(100% + 50px);
  z-index: 1;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.blog_block_right_item_text::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: #289BB5;
  opacity: 0.2;
  -webkit-filter: blur(21.5px);
          filter: blur(21.5px);
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.blog_block_right_item_text h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  color: #00031E;
  position: relative;
  z-index: 2;
}
.blog_block_right_item_text p {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #00031E;
  opacity: 0.8;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.blog_block_right_item_text_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.blog_block_right_item_text_arrow_line {
  height: 2px;
  width: 25px;
  background-color: #5433FF;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog_block_right_item_text_arrow_line::after {
  content: "";
  border: solid #5433FF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  position: absolute;
  right: 0px;
  top: -4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.blog_block_right_item_text_arrow span {
  font-family: "Golos Text";
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #00031E;
  display: inline-block;
  margin-left: 10px;
}
.blog_block_right_item:hover .blog_block_right_item_text_arrow_line {
  width: 35px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog_block_wrap_link {
  width: 100%;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #20BDFF;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  border: 3px solid rgba(255, 255, 255, 0.36);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog_block_wrap_link span {
  font-family: "Golos Text";
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #00031E;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog_block_wrap_link:hover {
  background: #5433FF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog_block_wrap_link:hover span {
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog_block .small_star {
  display: none;
}
.blog .big_star {
  display: none;
}
.blog.animation {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
.blog.animation .small_star {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 3.3s;
          animation-duration: 3.3s;
  -webkit-animation-name: opacityStar;
          animation-name: opacityStar;
}
@media (min-width: 768px) {
  .blog_block_wrap_link {
    width: 222px;
    margin: 0 auto;
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .blog_block_right_item_text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    height: 3.9em;
  }
  .blog {
    margin-top: 80px;
  }
  .blog h2 {
    font-size: 52px;
    line-height: 57px;
  }
  .blog_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 80px;
  }
  .blog_block_left {
    width: calc(50% - 40px);
    display: block;
    position: relative;
    z-index: 2;
    height: 645px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    border-radius: 36px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 163, 188, 0.05)), to(rgba(164, 173, 176, 0)));
    background: linear-gradient(180deg, rgba(102, 163, 188, 0.05) 0%, rgba(164, 173, 176, 0) 100%);
  }
  .blog_block_left_item {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    left: 15px;
    top: 15px;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .blog_block_left_item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 25px;
  }
  .blog_block_left_item.active {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .blog_block_wrap {
    width: calc(50% - 40px);
    position: relative;
    z-index: 2;
  }
  .blog_block_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog_block_right_item {
    width: calc(50% - 16px);
    margin-top: 32px;
  }
  .blog_block_right_item:first-child {
    margin-top: 0px;
  }
  .blog_block_right_item:nth-child(2) {
    margin-top: 0px;
  }
  .blog_block_right_item_main {
    display: none;
  }
  .blog_block_right_item_text::before {
    top: 0px;
    height: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
  .blog_block .small_star {
    display: block;
    position: absolute;
    left: -62px;
    top: -38px;
  }
  .blog .big_star {
    display: block;
    position: absolute;
    right: 0px;
    bottom: -58px;
    width: 580px;
  }
}
@media (min-width: 1600px) {
  .blog .big_star {
    width: auto;
    bottom: -80px;
  }
}

@-webkit-keyframes workDashLine {
  from {
    stroke-dashoffset: 1400;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes workDashLine {
  from {
    stroke-dashoffset: 1400;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes workDashLineMob {
  from {
    stroke-dashoffset: 650;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes workDashLineMob {
  from {
    stroke-dashoffset: 650;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes workDashArrow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes workDashArrow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.work {
  margin-top: 72px;
}
.work_block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #262a50;
  border-radius: 36px;
  padding: 10px;
}
.work_block_wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, right top, left top, color-stop(3.89%, #00031E), color-stop(90.62%, #0D123D));
  background: linear-gradient(270deg, #00031E 3.89%, #0D123D 90.62%);
  border-radius: 30px;
  padding: 60px 10px;
}
.work_block_wrap h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 35px;
  text-align: center;
  color: #FFFFFF;
}
.work_block_wrap_text {
  position: relative;
}
.work_block_wrap_text p {
  font-family: "Golos Text";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.8;
  margin-top: 24px;
}
.work_block_wrap_text p a {
  color: #FFFFFF;
}
.work_block_wrap_text svg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -63px;
  width: auto;
}
.work_block_wrap_text svg.desk {
  display: none;
}
.work_block_wrap_text svg.mob {
  display: block;
}
.work_block_wrap_text .desk_line {
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
}
.work_block_wrap_text .desk_arrow {
  opacity: 0;
}
.work_block_wrap_text .mob_line {
  stroke-dasharray: 650;
  stroke-dashoffset: 650;
}
.work_block_wrap_text .mob_arrow {
  opacity: 0;
}
.work_block_wrap_text.animation .mob_line {
  -webkit-animation: workDashLineMob 1s linear alternate forwards;
          animation: workDashLineMob 1s linear alternate forwards;
}
.work_block_wrap_text.animation .mob_arrow {
  -webkit-animation: workDashArrow 0.1s linear 1s alternate forwards;
          animation: workDashArrow 0.1s linear 1s alternate forwards;
}
.work_block_wrap_text.animation .desk_line {
  -webkit-animation: workDashLine 1s linear alternate forwards;
          animation: workDashLine 1s linear alternate forwards;
}
.work_block_wrap_text.animation .desk_arrow {
  -webkit-animation: workDashArrow 0.1s linear 1s alternate forwards;
          animation: workDashArrow 0.1s linear 1s alternate forwards;
}
.work_block_wrap_btn {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #20BDFF;
  border-radius: 10px;
  border: 3px solid rgba(255, 255, 255, 0.36);
  margin-top: 73px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.work_block_wrap_btn span {
  font-family: "Golos Text";
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #00031E;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.work_block_wrap_btn:hover {
  background: #5433FF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.work_block_wrap_btn:hover span {
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.work_block_wrap .star_one {
  display: none;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 3.4s;
          animation-duration: 3.4s;
  -webkit-animation-name: opacityStar;
          animation-name: opacityStar;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.work_block_wrap .star_two {
  display: none;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-name: opacityStar;
          animation-name: opacityStar;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.work_block_wrap .star_three {
  display: none;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 3.6s;
          animation-duration: 3.6s;
  -webkit-animation-name: opacityStar;
          animation-name: opacityStar;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
@media (min-width: 768px) {
  .work_block_wrap_btn {
    width: 222px;
    margin: 0 auto;
    margin-top: 73px;
  }
}
@media (min-width: 1200px) {
  .work {
    margin-top: 140px;
  }
  .work_block {
    padding: 14px;
    border-radius: 42px;
  }
  .work_block_wrap {
    position: relative;
    padding: 68px 162px;
  }
  .work_block_wrap h2 {
    font-size: 52px;
    line-height: 57px;
  }
  .work_block_wrap_text p {
    font-size: 16px;
    line-height: 19px;
  }
  .work_block_wrap_text svg {
    bottom: -120px;
  }
  .work_block_wrap_text svg.desk {
    display: block;
  }
  .work_block_wrap_text svg.mob {
    display: none;
  }
  .work_block_wrap_btn {
    position: relative;
    z-index: 2;
  }
  .work_block_wrap .star_one {
    display: block;
    position: absolute;
    left: 80px;
    bottom: 80px;
  }
  .work_block_wrap .star_two {
    display: block;
    position: absolute;
    right: 330px;
    top: 50px;
  }
  .work_block_wrap .star_three {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 42px;
  }
}

@-webkit-keyframes aboutDashUsMob {
  from {
    stroke-dashoffset: 300;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes aboutDashUsMob {
  from {
    stroke-dashoffset: 300;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes aboutDashUsDesk {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes aboutDashUsDesk {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.about_main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-top: 86px;
  padding-bottom: 40px;
  background: -webkit-gradient(linear, right top, left top, color-stop(3.89%, #00031E), color-stop(90.62%, #0D123D));
  background: linear-gradient(270deg, #00031E 3.89%, #0D123D 90.62%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.about_main.open {
  padding-top: 325px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.about_main_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_main_block h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 31px;
  text-align: center;
  color: #FFFFFF;
}
.about_main_block p {
  font-family: "Golos Text";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.7;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .about_main {
    min-height: 240px;
    padding-top: 112px;
  }
  .about_main.neigh_single {
    padding-bottom: 50px;
  }
  .about_main.neigh_single p {
    width: 816px;
    margin: 0 auto;
    margin-top: 16px;
  }
  .about_main_block h2 {
    font-size: 52px;
    line-height: 57px;
  }
  .about_main_block p {
    font-size: 16px;
    line-height: 19px;
  }
}

.about_main_us svg.about_anime_desk {
  display: none;
}
.about_main_us svg.about_anime_desk path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.about_main_us svg.about_anime_mob {
  display: block;
}
.about_main_us svg.about_anime_mob path {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
}
.about_main_us.animation .about_anime_desk path {
  -webkit-animation: aboutDashUsDesk 2s linear alternate forwards;
          animation: aboutDashUsDesk 2s linear alternate forwards;
}
.about_main_us.animation .about_anime_mob path {
  -webkit-animation: aboutDashUsMob 1s linear alternate forwards;
          animation: aboutDashUsMob 1s linear alternate forwards;
}
@media (min-width: 1200px) {
  .about_main_us svg.about_anime_mob {
    display: none;
  }
  .about_main_us svg.about_anime_desk {
    display: block;
  }
}

@-webkit-keyframes aboutDashConMob {
  from {
    stroke-dashoffset: 300;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes aboutDashConMob {
  from {
    stroke-dashoffset: 300;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes aboutDashConDesk {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes aboutDashConDesk {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.about_main_contacts svg.about_anime_desk {
  display: none;
}
.about_main_contacts svg.about_anime_desk path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.about_main_contacts svg.about_anime_mob {
  display: block;
}
.about_main_contacts svg.about_anime_mob path {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
}
.about_main_contacts.animation .about_anime_desk path {
  -webkit-animation: aboutDashUsDesk 2s linear alternate forwards;
          animation: aboutDashUsDesk 2s linear alternate forwards;
}
.about_main_contacts.animation .about_anime_mob path {
  -webkit-animation: aboutDashUsMob 1s linear alternate forwards;
          animation: aboutDashUsMob 1s linear alternate forwards;
}
@media (min-width: 1200px) {
  .about_main_contacts svg.about_anime_mob {
    display: none;
  }
  .about_main_contacts svg.about_anime_desk {
    display: block;
  }
}

@-webkit-keyframes aboutDashBlogMob {
  from {
    stroke-dashoffset: 175;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes aboutDashBlogMob {
  from {
    stroke-dashoffset: 175;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes aboutDashBlogDesk {
  from {
    stroke-dashoffset: 400;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes aboutDashBlogDesk {
  from {
    stroke-dashoffset: 400;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.about_main_blog svg.about_anime_desk {
  display: none;
}
.about_main_blog svg.about_anime_desk path {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
}
.about_main_blog svg.about_anime_mob {
  display: block;
}
.about_main_blog svg.about_anime_mob path {
  stroke-dasharray: 175;
  stroke-dashoffset: 175;
}
.about_main_blog.animation .about_anime_desk path {
  -webkit-animation: aboutDashBlogDesk 1s linear alternate forwards;
          animation: aboutDashBlogDesk 1s linear alternate forwards;
}
.about_main_blog.animation .about_anime_mob path {
  -webkit-animation: aboutDashBlogMob 1s linear alternate forwards;
          animation: aboutDashBlogMob 1s linear alternate forwards;
}
@media (min-width: 1200px) {
  .about_main_blog svg.about_anime_mob {
    display: none;
  }
  .about_main_blog svg.about_anime_desk {
    display: block;
  }
}

@-webkit-keyframes aboutDashNeightMob {
  from {
    stroke-dashoffset: 650;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes aboutDashNeightMob {
  from {
    stroke-dashoffset: 650;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes aboutDashNeightDesk {
  from {
    stroke-dashoffset: 1200;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes aboutDashNeightDesk {
  from {
    stroke-dashoffset: 1200;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.neigh_single svg.about_anime_desk {
  display: none;
}
.neigh_single svg.about_anime_desk path {
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
}
.neigh_single svg.about_anime_mob {
  display: block;
}
.neigh_single svg.about_anime_mob path {
  stroke-dasharray: 650;
  stroke-dashoffset: 650;
}
.neigh_single.animation .about_anime_desk path {
  -webkit-animation: aboutDashNeightDesk 1s linear alternate forwards;
          animation: aboutDashNeightDesk 1s linear alternate forwards;
}
.neigh_single.animation .about_anime_mob path {
  -webkit-animation: aboutDashNeightMob 1s linear alternate forwards;
          animation: aboutDashNeightMob 1s linear alternate forwards;
}
@media (min-width: 1200px) {
  .neigh_single svg.about_anime_mob {
    display: none;
  }
  .neigh_single svg.about_anime_desk {
    display: block;
  }
}

@-webkit-keyframes aboutDashNeighborhoodsMob {
  from {
    stroke-dashoffset: 400;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes aboutDashNeighborhoodsMob {
  from {
    stroke-dashoffset: 400;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes aboutDashNeighborhoodsDesk {
  from {
    stroke-dashoffset: 700;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes aboutDashNeighborhoodsDesk {
  from {
    stroke-dashoffset: 700;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.neigh svg.about_anime_desk {
  display: none;
}
.neigh svg.about_anime_desk path {
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
}
.neigh svg.about_anime_mob {
  display: block;
}
.neigh svg.about_anime_mob path {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
}
.neigh.animation .about_anime_desk path {
  -webkit-animation: aboutDashNeighborhoodsDesk 1s linear alternate forwards;
          animation: aboutDashNeighborhoodsDesk 1s linear alternate forwards;
}
.neigh.animation .about_anime_mob path {
  -webkit-animation: aboutDashNeighborhoodsMob 1s linear alternate forwards;
          animation: aboutDashNeighborhoodsMob 1s linear alternate forwards;
}
@media (min-width: 1200px) {
  .neigh svg.about_anime_mob {
    display: none;
  }
  .neigh svg.about_anime_desk {
    display: block;
  }
}

@-webkit-keyframes aboutDashPropMob {
  from {
    stroke-dashoffset: 400;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes aboutDashPropMob {
  from {
    stroke-dashoffset: 400;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes aboutDashPropDesk {
  from {
    stroke-dashoffset: 700;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes aboutDashPropDesk {
  from {
    stroke-dashoffset: 700;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.about_main_prop svg.about_anime_desk {
  display: none;
}
.about_main_prop svg.about_anime_desk path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.about_main_prop svg.about_anime_mob {
  display: block;
}
.about_main_prop svg.about_anime_mob path {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
}
.about_main_prop.animation .about_anime_desk path {
  -webkit-animation: aboutDashPropDesk 1s linear alternate forwards;
          animation: aboutDashPropDesk 1s linear alternate forwards;
}
.about_main_prop.animation .about_anime_mob path {
  -webkit-animation: aboutDashPropMob 1s linear alternate forwards;
          animation: aboutDashPropMob 1s linear alternate forwards;
}
@media (min-width: 1200px) {
  .about_main_prop svg.about_anime_mob {
    display: none;
  }
  .about_main_prop svg.about_anime_desk {
    display: block;
  }
}

.welcome {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 43px;
  opacity: 0;
}
.welcome.animation {
  -webkit-animation: fadeInDown 0.5s linear alternate forwards;
          animation: fadeInDown 0.5s linear alternate forwards;
}
.welcome_block_top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.welcome_block_top h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 35px;
  color: #00031E;
}
.welcome_block_top h2 br {
  display: none;
}
.welcome_block_top p {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #00031E;
  opacity: 0.7;
  margin-top: 20px;
}
.welcome_block_img {
  margin-top: 48px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 163, 188, 0.05)), to(rgba(164, 173, 176, 0)));
  background: linear-gradient(180deg, rgba(102, 163, 188, 0.05) 0%, rgba(164, 173, 176, 0) 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 34px;
  padding: 10px;
}
.welcome_block_img img {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
}
.welcome_block_bot_main {
  display: none;
}
.welcome_block_bot_text {
  margin-top: 45px;
  position: relative;
}
.welcome_block_bot_text p {
  font-family: "Golos Text";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #00031E;
  opacity: 0.7;
  margin-top: 20px;
}
.welcome_block_bot_text svg {
  width: 100%;
  margin-top: 32px;
}
.welcome_block_bot_text svg.desk {
  display: none;
}
.welcome_block_bot_text svg.mob {
  display: block;
}
.welcome_block_bot_desk {
  display: none;
}
.welcome_block .star_big {
  display: none;
}
.welcome_block .star_mob {
  display: none;
}
@media (min-width: 768px) {
  .welcome_block_img {
    border-radius: 38px;
    padding: 15px;
  }
  .welcome_block_bot_text svg.desk {
    display: block;
  }
  .welcome_block_bot_text svg.mob {
    display: none;
  }
}
@media (min-width: 1200px) {
  .welcome {
    margin-top: 110px;
  }
  .welcome_block {
    position: relative;
  }
  .welcome_block_top {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
  }
  .welcome_block_top h2 {
    font-size: 52px;
    line-height: 57px;
    white-space: nowrap;
  }
  .welcome_block_top h2 br {
    display: block;
  }
  .welcome_block_top p {
    font-size: 16px;
    line-height: 19px;
    margin-top: 0px;
    margin-left: 50px;
  }
  .welcome_block_img {
    margin-top: 57px;
    position: relative;
    z-index: 2;
  }
  .welcome_block_img img {
    height: 508px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .welcome_block_bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 70px;
  }
  .welcome_block_bot_main {
    display: none;
  }
  .welcome_block_bot_desk {
    display: block;
    min-width: 546px;
    height: 310px;
    position: relative;
  }
  .welcome_block_bot_desk img {
    position: absolute;
  }
  .welcome_block_bot_desk .welcome_one {
    left: 0px;
    top: 4px;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .welcome_block_bot_desk .welcome_two {
    right: 0px;
    top: 0px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .welcome_block_bot_desk .welcome_three {
    left: 0px;
    bottom: 0px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .welcome_block_bot_desk .welcome_four {
    right: 0px;
    bottom: 7px;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .welcome_block_bot_text {
    margin-top: 0px;
    margin-left: 112px;
  }
  .welcome_block_bot_text p {
    font-size: 16px;
    line-height: 19px;
  }
  .welcome_block .star_big {
    display: block;
    position: absolute;
    left: -407px;
    top: -60px;
  }
  .welcome_block .star_mob {
    display: block;
    position: absolute;
    right: -25px;
    bottom: 332px;
  }
}

@keyframes founderDashLine {
  from {
    stroke-dashoffset: 370;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes founderDashLineMob {
  from {
    stroke-dashoffset: 200;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes founderDashLineMob {
  from {
    stroke-dashoffset: 200;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes founderDashArrow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.founder {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 70px;
}
.founder_block h2 {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 32px;
  line-height: 35px;
  text-align: center;
  color: #00031E;
}
.founder_block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.founder_block_wrap_right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 24px;
}
.founder_block_wrap_right_main {
  width: 100%;
}
.founder_block_wrap_right_feature {
  display: none;
}
.founder_block_wrap_right_mob {
  position: absolute;
  top: 14px;
  left: 8px;
}
.founder_block_wrap_right .desk_line {
  stroke-dasharray: 370;
  stroke-dashoffset: 370;
}
.founder_block_wrap_right .desk_arrow {
  opacity: 0;
}
.founder_block_wrap_right .mob_line {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}
.founder_block_wrap_right .mob_arrow {
  opacity: 0;
}
.founder_block_wrap_right.animation .desk_line {
  -webkit-animation: founderDashLine 1s linear alternate forwards;
          animation: founderDashLine 1s linear alternate forwards;
}
.founder_block_wrap_right.animation .desk_arrow {
  -webkit-animation: workDashArrow 0.1s linear 1s alternate forwards;
          animation: workDashArrow 0.1s linear 1s alternate forwards;
}
.founder_block_wrap_right.animation .mob_line {
  -webkit-animation: founderDashLineMob 1s linear alternate forwards;
          animation: founderDashLineMob 1s linear alternate forwards;
}
.founder_block_wrap_right.animation .mob_arrow {
  -webkit-animation: workDashArrow 0.1s linear 1s alternate forwards;
          animation: workDashArrow 0.1s linear 1s alternate forwards;
}
.founder_block_wrap_left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.founder_block_wrap_left h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 31px;
  color: #00031E;
}
.founder_block_wrap_left_bold {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #00031E;
  margin-top: 2px;
}
.founder_block_wrap_left_thin {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #00031E;
  opacity: 0.7;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .founder_block_wrap_right {
    width: 537px;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
  }
  .founder_block_wrap_right_main {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .founder_block_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    margin-top: 50px;
  }
  .founder_block_wrap_left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .founder_block_wrap_right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0px;
    min-width: 400px;
    margin-left: 60px;
    margin-right: auto;
  }
  .founder_block_wrap_right_mob {
    display: none;
  }
  .founder_block_wrap_right_feature {
    display: block;
    position: absolute;
    width: 180px;
    left: -60px;
  }
}
@media (min-width: 1200px) {
  .founder {
    margin-top: 100px;
  }
  .founder_block h2 {
    font-size: 52px;
    line-height: 57px;
  }
  .founder_block_wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 74px;
  }
  .founder_block_wrap_left h3 {
    font-size: 35px;
    line-height: 39px;
  }
  .founder_block_wrap_left_bold {
    font-size: 22px;
    line-height: 28px;
    margin-top: 12px;
    margin-bottom: 42px;
  }
  .founder_block_wrap_left_thin {
    font-size: 16px;
    line-height: 19px;
  }
  .founder_block_wrap_right {
    min-width: 508px;
    margin-left: 125px;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  .founder_block_wrap_right_feature {
    width: auto;
    left: -110px;
  }
  .blog_block_right_item_text h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.mission {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 72px;
  opacity: 0;
}
.mission.animation {
  -webkit-animation: fadeInDown 0.5s linear alternate forwards;
          animation: fadeInDown 0.5s linear alternate forwards;
}
.mission_block {
  position: relative;
}
.mission_block::after {
  content: "";
  position: absolute;
  left: -24px;
  bottom: -60px;
  width: calc(100% + 48px);
  height: 70%;
  background: #E7FFF6;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mission_block img {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
  position: relative;
  z-index: 2;
}
.mission_block_text {
  position: relative;
  z-index: 2;
  margin-top: 37px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mission_block_text h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 35px;
  color: #00031E;
  margin-bottom: 20px;
}
.mission_block_text p {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #00031E;
  opacity: 0.7;
  margin-top: 15px;
}
.mission_block_wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border-radius: 33px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 163, 188, 0.05)), to(rgba(164, 173, 176, 0)));
  background: linear-gradient(180deg, rgba(102, 163, 188, 0.05) 0%, rgba(164, 173, 176, 0) 100%);
}
@media (min-width: 768px) {
  .mission_block_wrap {
    border-radius: 38px;
    padding: 15px;
  }
}
@media (min-width: 1024px) {
  .mission_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 48px;
  }
  .mission_block::after {
    width: 100%;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: auto;
    height: 300px;
  }
  .mission_block img {
    min-width: 300px;
  }
  .mission_block_text {
    margin-top: 0px;
    margin-left: 50px;
  }
}
@media (min-width: 1200px) {
  .mission_block::after {
    height: 400px;
  }
  .mission_block img {
    min-width: 512px;
    width: 512px;
  }
  .mission_block_text {
    margin-left: 112px;
  }
  .mission_block_text h2 {
    font-size: 52px;
    line-height: 57px;
  }
  .mission_block_text p {
    font-size: 16px;
    line-height: 19px;
  }
}

@-webkit-keyframes visionDashLineMob {
  from {
    stroke-dashoffset: 400;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes visionDashLineMob {
  from {
    stroke-dashoffset: 400;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes visionDashLine {
  from {
    stroke-dashoffset: 700;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes visionDashLine {
  from {
    stroke-dashoffset: 700;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.vision {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 120px;
}
.vision_block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #262a50;
  border-radius: 36px;
  padding: 10px;
}
.vision_block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, right top, left top, color-stop(3.89%, #00031E), color-stop(90.62%, #0D123D));
  background: linear-gradient(270deg, #00031E 3.89%, #0D123D 90.62%);
  border-radius: 30px;
  padding: 100px 10px;
}
.vision_block_wrap h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 35px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}
.vision_block_wrap_mob {
  position: absolute;
  left: -6px;
  top: -8px;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
}
.vision_block_wrap_desk {
  display: none;
}
.vision_block_wrap p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 20px;
}
.vision_block_wrap .star_one {
  display: none;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 3.4s;
          animation-duration: 3.4s;
  -webkit-animation-name: opacityStar;
          animation-name: opacityStar;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.vision_block_wrap .star_two {
  display: none;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-name: opacityStar;
          animation-name: opacityStar;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.vision_block_wrap .star_three {
  display: none;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 3.6s;
          animation-duration: 3.6s;
  -webkit-animation-name: opacityStar;
          animation-name: opacityStar;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.vision.animation .vision_block_wrap_mob {
  -webkit-animation: visionDashLineMob 1s linear alternate forwards;
          animation: visionDashLineMob 1s linear alternate forwards;
}
@media (min-width: 768px) {
  .vision_block_wrap {
    padding: 50px 20px;
  }
}
@media (min-width: 1200px) {
  .vision {
    margin-top: 92px;
  }
  .vision_block {
    padding: 14px;
    border-radius: 42px;
  }
  .vision_block_wrap {
    padding: 62px 96px;
    position: relative;
  }
  .vision_block_wrap_mob {
    display: none;
  }
  .vision_block_wrap_desk {
    display: block;
    position: absolute;
    left: -14px;
    top: -13px;
    stroke-dasharray: 700;
    stroke-dashoffset: 700;
  }
  .vision_block_wrap h2 {
    font-size: 52px;
    line-height: 57px;
    position: relative;
    z-index: 2;
  }
  .vision_block_wrap p {
    font-size: 35px;
    line-height: 44px;
    margin-top: 20px;
    position: relative;
    z-index: 2;
  }
  .vision_block_wrap .star_one {
    position: absolute;
    display: block;
    left: 66px;
    bottom: 66px;
  }
  .vision_block_wrap .star_two {
    position: absolute;
    display: block;
    right: 400px;
    top: 80px;
  }
  .vision_block_wrap .star_three {
    position: absolute;
    display: block;
    right: 0px;
    bottom: 16px;
  }
  .vision_block:hover .vision_block_wrap_desk {
    -webkit-animation: visionDashLine 1s linear alternate forwards;
            animation: visionDashLine 1s linear alternate forwards;
  }
}

.neighborhoods_page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.neighborhoods_page_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.neighborhoods_page_block_item {
  width: calc(50% - 10px);
  position: relative;
  margin-top: 20px;
  height: 210px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
}
.neighborhoods_page_block_item_title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.neighborhoods_page_block_item_title h3 {
  text-align: center;
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  box-sizing: border-box;
  width: 100%;
  padding: 0px 10px;
}
.neighborhoods_page_block_item_title img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.neighborhoods_page_block_item_text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  width: calc(100% - 20px);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.neighborhoods_page_block_item_text p {
  font-family: "Golos Text";
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #FFFFFF;
}
.neighborhoods_page_block_item_text_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.neighborhoods_page_block_item_text_btn span {
  font-family: "Golos Text";
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
}
.neighborhoods_page_block_item svg path {
  stroke-dashoffset: 570;
  stroke-dasharray: 570;
}
.neighborhoods_page_block_item::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 210px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 189, 255, 0.37)), to(rgba(32, 189, 255, 0.37)));
  background: linear-gradient(0deg, rgba(32, 189, 255, 0.37), rgba(32, 189, 255, 0.37));
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.neighborhoods_page_block_item:hover::after {
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.neighborhoods_page_block_item:hover .neighborhoods_page_block_item_title {
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.neighborhoods_page_block_item:hover .neighborhoods_page_block_item_text {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.neighborhoods_page_block_item.animation svg path {
  -webkit-animation: neighDashLine 2.5s linear alternate forwards;
          animation: neighDashLine 2.5s linear alternate forwards;
}
.neighborhoods_page_block_item.animation .two_feature_animation path {
  -webkit-animation: neighDashLine 0.9s linear alternate forwards;
          animation: neighDashLine 0.9s linear alternate forwards;
}
@media (min-width: 768px) {
  .neighborhoods_page_block_item {
    height: 430px;
  }
  .neighborhoods_page_block_item_title h3 {
    font-size: 35px;
    line-height: 39px;
  }
  .neighborhoods_page_block_item_text p {
    font-size: 16px;
    line-height: 19px;
  }
  .neighborhoods_page_block_item_text_btn span {
    font-size: 16px;
    line-height: 19px;
    margin-left: 10px;
  }
  .neighborhoods_page_block_item::after {
    height: 430px;
  }
}
@media (min-width: 1200px) {
  .neighborhoods_page {
    margin-top: 58px;
  }
  .neighborhoods_page_block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .neighborhoods_page_block_item {
    width: calc(25% - 12px);
    margin-left: 16px;
    margin-top: 16px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .neighborhoods_page_block_item:first-child {
    margin-left: 0px;
  }
  .neighborhoods_page_block_item:nth-child(4n+1) {
    margin-left: 0px;
  }
}

@-webkit-keyframes dreamDashLineMob {
  from {
    stroke-dashoffset: 300;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dreamDashLineMob {
  from {
    stroke-dashoffset: 300;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dreamDashLine {
  from {
    stroke-dashoffset: 450;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dreamDashLine {
  from {
    stroke-dashoffset: 450;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.dream {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 44px;
}
.dream_block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #262a50;
  border-radius: 36px;
  padding: 10px;
}
.dream_block_wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 10px 46px 10px;
  background: -webkit-gradient(linear, right top, left top, color-stop(3.89%, #00031E), color-stop(90.62%, #0D123D));
  background: linear-gradient(270deg, #00031E 3.89%, #0D123D 90.62%);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.dream_block_wrap h2 {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}
.dream_block_wrap h2 span {
  position: relative;
  z-index: 2;
}
.dream_block_wrap h2 svg {
  z-index: 1;
}
.dream_block_wrap h2 .dream_mob_svg {
  position: absolute;
  left: 0px;
  bottom: -5px;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
}
.dream_block_wrap h2 .dream_desk_svg {
  display: none;
  stroke-dasharray: 450;
  stroke-dashoffset: 450;
  left: 216px;
  top: 0px;
}
.dream_block_wrap h2 .dream_img {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20px;
  opacity: 0;
}
.dream_block_wrap a {
  width: 100%;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #20BDFF;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  border: 3px solid rgba(255, 255, 255, 0.36);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.dream_block_wrap a span {
  font-family: "Golos Text", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #00031E;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.dream_block_wrap a:hover {
  background: #5433FF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.dream_block_wrap a:hover span {
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.dream_block_wrap .star_one {
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 70px;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 3.4s;
          animation-duration: 3.4s;
  -webkit-animation-name: opacityStar;
          animation-name: opacityStar;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.dream_block_wrap .star_two {
  display: block;
  position: absolute;
  right: 10px;
  top: 35px;
  width: 46px;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-name: opacityStar;
          animation-name: opacityStar;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.dream_block_wrap .star_three {
  display: none;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 3.6s;
          animation-duration: 3.6s;
  -webkit-animation-name: opacityStar;
          animation-name: opacityStar;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
@media (min-width: 768px) {
  .dream_block_wrap a {
    width: 222px;
  }
}
@media (min-width: 1200px) {
  .dream {
    margin-top: 100px;
  }
  .dream_block {
    padding: 14px;
    border-radius: 42px;
  }
  .dream_block_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 74px 40px 66px 40px;
  }
  .dream_block_wrap h2 {
    font-size: 52px;
    line-height: 57px;
  }
  .dream_block_wrap h2 .dream_mob_svg {
    display: none;
  }
  .dream_block_wrap h2 .dream_desk_svg {
    display: block;
    position: absolute;
  }
  .dream_block_wrap h2 br {
    display: none;
  }
  .dream_block_wrap h2 .dream_img {
    width: auto;
    right: -30px;
    top: -3px;
  }
  .dream_block_wrap a {
    margin-top: 0px;
  }
  .dream_block_wrap .star_one {
    width: auto;
    left: 46%;
    top: 80px;
  }
  .dream_block_wrap .star_two {
    right: 39%;
    top: 35px;
    width: auto;
  }
  .dream_block_wrap .star_three {
    display: block;
    position: absolute;
    right: 22%;
  }
  .dream_block:hover .dream_desk_svg {
    -webkit-animation: dreamDashLine 1s linear alternate forwards;
            animation: dreamDashLine 1s linear alternate forwards;
  }
  .dream_block:hover .dream_img {
    -webkit-animation: workDashArrow 0.1s linear 1s alternate forwards;
            animation: workDashArrow 0.1s linear 1s alternate forwards;
  }
}

@media only screen and (max-width: 1199px) {
  .dream.animation .dream_mob_svg {
    -webkit-animation: dreamDashLineMob 1s linear alternate forwards;
            animation: dreamDashLineMob 1s linear alternate forwards;
  }
  .dream.animation .dream_desk_svg {
    -webkit-animation: dreamDashLine 1s linear alternate forwards;
            animation: dreamDashLine 1s linear alternate forwards;
  }
  .dream.animation .dream_img {
    -webkit-animation: workDashArrow 0.1s linear 1s alternate forwards;
            animation: workDashArrow 0.1s linear 1s alternate forwards;
  }
}
.neighborhoods_single_block {
  margin-top: 48px;
  opacity: 0;
}
.neighborhoods_single_block_left {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border-radius: 33px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 163, 188, 0.05)), to(rgba(164, 173, 176, 0)));
  background: linear-gradient(180deg, rgba(102, 163, 188, 0.05) 0%, rgba(164, 173, 176, 0) 100%);
}
.neighborhoods_single_block_left img {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
}
.neighborhoods_single_block_right {
  margin-top: 42px;
}
.neighborhoods_single_block_right h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  color: #00031E;
}
.neighborhoods_single_block_right p {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #00031E;
  opacity: 0.8;
  margin-top: 20px;
}
.neighborhoods_single_block_right ul li {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #00031E;
  opacity: 0.8;
  margin-top: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 30px;
}
.neighborhoods_single_block_right ul li::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 7px;
  width: 4px;
  height: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background: #00031E;
}
.neighborhoods_single_block_right ul li b {
  font-weight: 700;
}
.neighborhoods_single_block.animation {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
.neighborhoods_single_list {
  margin-top: 40px;
  opacity: 0;
}
.neighborhoods_single_list_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 16px;
  position: relative;
  margin-top: 40px;
}
.neighborhoods_single_list_item_wrap {
  position: relative;
  z-index: 2;
}
.neighborhoods_single_list_item_wrap h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  color: #00031E;
  margin-top: 26px;
}
.neighborhoods_single_list_item_wrap p {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #00031E;
  opacity: 0.8;
  margin-top: 17px;
}
.neighborhoods_single_list_item::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.neighborhoods_single_list_item::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: #289BB5;
  opacity: 0.2;
  -webkit-filter: blur(21.5px);
          filter: blur(21.5px);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.neighborhoods_single_list.animation {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
@media (min-width: 768px) {
  .neighborhoods_single_block_left {
    padding: 15px;
    border-radius: 40px;
  }
  .neighborhoods_single_block_left img {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1024px) {
  .neighborhoods_single_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .neighborhoods_single_block_left {
    width: calc(50% - 25px);
  }
  .neighborhoods_single_block_left img {
    height: 500px;
  }
  .neighborhoods_single_block_right {
    width: calc(50% - 25px);
    margin-top: 0px;
  }
  .neighborhoods_single_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .neighborhoods_single_list_item {
    width: calc(50% - 15px);
    padding: 52px 42px;
  }
  .neighborhoods_single_list_item_wrap h4 {
    font-size: 32px;
    line-height: 38px;
    margin-top: 17px;
  }
  .neighborhoods_single_list_item_wrap p {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (min-width: 1200px) {
  .neighborhoods_single_block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 80px;
  }
  .neighborhoods_single_block_left {
    min-width: 592px;
  }
  .neighborhoods_single_block_left img {
    height: 440px;
  }
  .neighborhoods_single_block_right {
    width: auto;
    margin-left: 95px;
  }
  .neighborhoods_single_block_right h2 {
    font-size: 35px;
    line-height: 44px;
  }
  .neighborhoods_single_block_right p {
    font-size: 16px;
    line-height: 19px;
  }
  .neighborhoods_single_block_right ul li {
    font-size: 16px;
    line-height: 19px;
  }
  .neighborhoods_single_list_item {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .neighborhoods_single_list_item:hover {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
}

.map_neighborhoods {
  margin-top: 60px;
}
.map_neighborhoods_block iframe {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .map_neighborhoods {
    margin-top: 50px;
  }
}

.gallery {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 60px;
}
.gallery_slider_item_wrap_left img {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery_slider_item_wrap_right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.gallery_slider_item_wrap_right img {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery_slider_item_wrap_right_one {
  width: calc(50% - 5px);
  position: relative;
  cursor: pointer;
}
.gallery_slider_item_wrap_right_two {
  position: relative;
  width: calc(50% - 5px);
  cursor: pointer;
}
.gallery_slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.gallery_slider .slick-dots li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  position: relative;
  width: 10px;
  height: 10px;
  background: #00031E;
  opacity: 0.2;
  margin-left: 15px;
}
.gallery_slider .slick-dots li button {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  opacity: 0;
}
.gallery_slider .slick-dots li.slick-active {
  opacity: 1;
}
.gallery_slider .slick-dots li:first-child {
  margin-left: 0px;
}
@media (min-width: 1024px) {
  .gallery_slider_item_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .gallery_slider_item_wrap_left {
    width: calc(50% - 8px);
    cursor: pointer;
  }
  .gallery_slider_item_wrap_left img {
    height: 500px;
  }
  .gallery_slider_item_wrap_right {
    width: calc(50% - 8px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0px;
  }
  .gallery_slider_item_wrap_right_one {
    width: 100%;
  }
  .gallery_slider_item_wrap_right_one img {
    height: 242px;
  }
  .gallery_slider_item_wrap_right_two {
    width: 100%;
    margin-top: 16px;
  }
  .gallery_slider_item_wrap_right_two img {
    height: 242px;
  }
}
@media (min-width: 1200px) {
  .gallery {
    margin-top: 100px;
  }
  .gallery_slider_item_wrap_left img {
    height: 560px;
  }
  .gallery_slider_item_wrap_right_one img {
    height: 272px;
  }
  .gallery_slider_item_wrap_right_two img {
    height: 272px;
  }
}

.blog_page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.blog_page_list_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 48px;
  display: block;
}
.blog_page_list_item_main {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}
.blog_page_list_item_text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 36px 26px;
  position: relative;
}
.blog_page_list_item_text h3 {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  color: #00031E;
  position: relative;
  z-index: 2;
}
.blog_page_list_item_text p {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #00031E;
  opacity: 0.8;
  margin-top: 24px;
  position: relative;
  z-index: 2;
}
.blog_page_list_item_text_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.blog_page_list_item_text_btn_line {
  height: 2px;
  width: 25px;
  background-color: #5433FF;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog_page_list_item_text_btn_line::after {
  content: "";
  border: solid #5433FF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  position: absolute;
  right: 0px;
  top: -4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.blog_page_list_item_text_btn span {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #00031E;
  display: inline-block;
  margin-left: 10px;
}
.blog_page_list_item_text::before {
  content: "";
  position: absolute;
  left: 0px;
  top: -50px;
  background: #fff;
  width: 100%;
  height: calc(100% + 50px);
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.blog_page_list_item_text::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: #289BB5;
  opacity: 0.2;
  -webkit-filter: blur(21.5px);
          filter: blur(21.5px);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.blog_page_list_item:hover .blog_page_list_item_text_btn_line {
  width: 35px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .blog_page_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog_page_list_item {
    width: calc(50% - 15px);
  }
  .blog_page_list_item_text {
    height: calc(100% - 430px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .blog_page {
    margin-top: 30px;
    margin-bottom: 100px;
  }
  .blog_page_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .blog_page_list_item {
    margin-top: 54px;
    width: calc(33.3333333333% - 30px);
    margin-left: 40px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .blog_page_list_item:first-child {
    margin-left: 0px;
  }
  .blog_page_list_item:nth-child(3n+4) {
    margin-left: 0px;
  }
  .blog_page_list_item_text_top {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .blog_page_list_item_text_top p {
    font-size: 16px;
    line-height: 19px;
  }
  .blog_page_list_item:hover {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}

.properties {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.properties_block_item {
  display: block;
  margin-top: 38px;
}
.properties_block_item_img {
  position: relative;
  z-index: 2;
}
.properties_block_item_img img {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.properties_block_item_img_info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #fff;
  border-radius: 39px;
}
.properties_block_item_img_info span {
  font-family: "Golos Text", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #5433FF;
}
.properties_block_item_mob {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 16px 32px 16px;
  position: relative;
}
.properties_block_item_mob h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  color: #00031E;
  position: relative;
  z-index: 2;
}
.properties_block_item_mob p {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #00031E;
  opacity: 0.8;
  margin-top: 7px;
  position: relative;
  z-index: 2;
}
.properties_block_item_mob_price {
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  color: #5433FF;
  margin-top: 18px;
  position: relative;
  z-index: 2;
}
.properties_block_item_mob_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  position: relative;
  z-index: 2;
}
.properties_block_item_mob_details_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.properties_block_item_mob_details_left_line {
  height: 2px;
  width: 25px;
  background-color: #5433FF;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.properties_block_item_mob_details_left_line::after {
  content: "";
  border: solid #5433FF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  position: absolute;
  right: 0px;
  top: -4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.properties_block_item_mob_details_left span {
  font-family: "Golos Text", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #00031E;
  display: inline-block;
  margin-left: 10px;
}
.properties_block_item_mob_details_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.properties_block_item_mob_details_right_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
.properties_block_item_mob_details_right_wrap span {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #00031E;
  opacity: 0.8;
  display: inline-block;
  margin-left: 10px;
}
.properties_block_item_mob::before {
  content: "";
  position: absolute;
  left: 0px;
  top: -50px;
  background: #fff;
  width: 100%;
  height: calc(100% + 50px);
  z-index: 1;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.properties_block_item_mob::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: #289BB5;
  opacity: 0.2;
  -webkit-filter: blur(21.5px);
          filter: blur(21.5px);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.properties_block_item_desk {
  display: none;
}
.properties_block_item:hover .properties_block_item_mob_details_left_line {
  width: 35px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .properties {
    margin-top: 24px;
    margin-bottom: 100px;
  }
  .properties_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .properties_block_item {
    width: calc(50% - 12px);
    margin-top: 64px;
  }
  .properties_block_item_mob {
    display: none;
  }
  .properties_block_item_desk {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px;
    position: relative;
    height: calc(100% - 322.5px);
  }
  .properties_block_item_desk_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  .properties_block_item_desk_top h3 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
    color: #00031E;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .properties_block_item_desk_top_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .properties_block_item_desk_top_info_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 20px;
  }
  .properties_block_item_desk_top_info_wrap span {
    font-family: "Golos Text", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #00031E;
    opacity: 0.8;
    display: inline-block;
    margin-left: 10px;
  }
  .properties_block_item_desk_top_info_price {
    font-family: "Source Sans Pro";
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
    color: #5433FF;
    display: inline-block;
    margin-left: 16px;
    white-space: nowrap;
  }
  .properties_block_item_desk_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    margin-top: 30px;
    z-index: 2;
  }
  .properties_block_item_desk_bottom p {
    font-family: "Golos Text";
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #00031E;
    opacity: 0.8;
    width: 70%;
  }
  .properties_block_item_desk_bottom_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 120px;
  }
  .properties_block_item_desk_bottom_btn_line {
    height: 2px;
    width: 25px;
    background-color: #5433FF;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .properties_block_item_desk_bottom_btn_line::after {
    content: "";
    border: solid #5433FF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    position: absolute;
    right: 0px;
    top: -4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .properties_block_item_desk_bottom_btn span {
    display: inline-block;
    font-family: "Golos Text", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #00031E;
    margin-left: 0px;
  }
  .properties_block_item_desk::before {
    content: "";
    position: absolute;
    left: 0px;
    top: -50px;
    background: #fff;
    width: 100%;
    height: calc(100% + 50px);
    z-index: 1;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .properties_block_item_desk::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: #289BB5;
    opacity: 0.2;
    -webkit-filter: blur(21.5px);
            filter: blur(21.5px);
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }
  .properties_block_item:hover .properties_block_item_desk_bottom_btn_line {
    width: 35px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}

.properties_mob_filter {
  margin-top: 30px;
}
.properties_mob_filter_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.properties_mob_filter_top span {
  font-family: "Golos Text";
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  color: #00031E;
  opacity: 0.8;
}
.properties_mob_filter_top img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.properties_mob_filter_top.active img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.properties_mob_filter_body {
  display: none;
}
.properties_mob_filter_body_left {
  margin-top: 30px;
}
.properties_mob_filter_body_left_name {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #00031E;
  opacity: 0.7;
}
.properties_mob_filter_body_left_range {
  margin-top: 20px;
  width: calc(100% - 15px);
}
.properties_mob_filter_body_left_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 17px;
}
.properties_mob_filter_body_left_price span {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #00031E;
  opacity: 0.7;
}
.properties_mob_filter_body_center {
  margin-top: 30px;
}
.properties_mob_filter_body_center_name {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #00031E;
  opacity: 0.7;
}
.properties_mob_filter_body_center_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
}
.properties_mob_filter_body_center label {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #00031E;
  opacity: 0.7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 20px;
  position: relative;
}
.properties_mob_filter_body_center label:first-child {
  margin-left: 0px;
}
.properties_mob_filter_body_center label input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  left: 0px;
  top: 0px;
  cursor: pointer;
  z-index: 2;
}
.properties_mob_filter_body_center .checkmark {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 24px;
  width: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #20BDFF;
}
.properties_mob_filter_body_center .checkmark:after {
  content: "";
  position: absolute;
  background: url(../img/properties/ok.svg);
  background-size: cover;
  background-position: 50%;
  width: 20px;
  height: 14px;
  left: 3px;
  top: 3px;
  display: none;
}
.properties_mob_filter_body_center label input:checked ~ .checkmark::after {
  display: block;
}
.properties_mob_filter_body_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
}
.properties_mob_filter_body_right_name {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #00031E;
  opacity: 0.7;
}
.properties_mob_filter_body_right .nice-select {
  width: 100%;
  padding: 0px;
  background-color: transparent;
  border: none;
  height: auto;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #00031E;
  margin-top: 20px;
}
.properties_mob_filter_body_right .nice-select::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #20BDFF;
  position: absolute;
  left: 0px;
  bottom: -10px;
  width: 100%;
}
.properties_mob_filter_body_right .nice-select::after {
  border-bottom: 2px solid #00031E;
  border-right: 2px solid #00031E;
}
.properties_mob_filter_body_right .nice-select .list {
  width: 100%;
  margin-top: 24px;
}
.properties_mob_filter .noUi-target {
  height: 6px;
}
.properties_mob_filter .noUi-connect {
  background: #20BDFF;
}
.properties_mob_filter .noUi-horizontal .noUi-handle {
  width: 14px;
  height: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background: #20BDFF;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  right: -13px;
  top: -5px;
}
.properties_mob_filter .noUi-horizontal .noUi-handle::before {
  display: none;
}
.properties_mob_filter .noUi-horizontal .noUi-handle::after {
  display: none;
}
@media (min-width: 1200px) {
  .properties_mob_filter {
    display: none;
  }
}

.properties_filter {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 3;
  margin-top: 60px;
  display: none;
}
@media (min-width: 1200px) {
  .properties_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.properties_filter_left {
  width: calc(100% - 292px - 372px);
}
.properties_filter_left_name {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #00031E;
  opacity: 0.7;
}
.properties_filter_left_range {
  margin-top: 36px;
}
.properties_filter_left_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 17px;
}
.properties_filter_left_price span {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #00031E;
  opacity: 0.7;
}
.properties_filter_center {
  min-width: 292px;
  margin-left: 50px;
}
.properties_filter_center_name {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #00031E;
  opacity: 0.7;
}
.properties_filter_center_list {
  margin-top: 28px;
}
.properties_filter_center_list label {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #00031E;
  opacity: 0.7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 20px;
  position: relative;
}
.properties_filter_center_list label:first-child {
  margin-left: 0px;
}
.properties_filter_center_list label input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  left: 0px;
  top: 0px;
  cursor: pointer;
  z-index: 2;
}
.properties_filter_center_list .checkmark {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 24px;
  width: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #20BDFF;
}
.properties_filter_center_list .checkmark:after {
  content: "";
  position: absolute;
  background: url(../img/properties/ok.svg);
  background-size: cover;
  background-position: 50%;
  width: 20px;
  height: 14px;
  left: 3px;
  top: 3px;
  display: none;
}
.properties_filter_center_list label input:checked ~ .checkmark::after {
  display: block;
}
.properties_filter_right {
  min-width: 372px;
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.properties_filter_right_name {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #00031E;
  opacity: 0.7;
}
.properties_filter_right .nice-select {
  width: 100%;
  padding: 0px;
  background-color: transparent;
  border: none;
  height: auto;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #00031E;
  margin-top: 26px;
}
.properties_filter_right .nice-select::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #20BDFF;
  position: absolute;
  left: 0px;
  bottom: -10px;
  width: 100%;
}
.properties_filter_right .nice-select::after {
  border-bottom: 2px solid #00031E;
  border-right: 2px solid #00031E;
}
.properties_filter_right .nice-select .list {
  width: 100%;
  margin-top: 24px;
}
.properties_filter .noUi-target {
  height: 6px;
}
.properties_filter .noUi-connect {
  background: #20BDFF;
}
.properties_filter .noUi-horizontal .noUi-handle {
  width: 14px;
  height: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background: #20BDFF;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  right: -13px;
  top: -5px;
}
.properties_filter .noUi-horizontal .noUi-handle::before {
  display: none;
}
.properties_filter .noUi-horizontal .noUi-handle::after {
  display: none;
}

.properties_single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-top: 90px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.properties_single.open {
  padding-top: 325px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.properties_single_wrap {
  position: relative;
  opacity: 0;
}
.properties_single_wrap_slider_item img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.properties_single_wrap_slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.properties_single_wrap_slider .slick-dots li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background: #00031E;
  opacity: 0.2;
  margin-left: 14px;
  position: relative;
}
.properties_single_wrap_slider .slick-dots li:first-child {
  margin-left: 0px;
}
.properties_single_wrap_slider .slick-dots li.slick-active {
  opacity: 1;
}
.properties_single_wrap_slider .slick-dots li button {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  opacity: 0;
}
.properties_single_wrap_prev {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: -17px;
  top: calc(50% - 30px - 9px);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #A5FECB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.properties_single_wrap_prev img {
  width: 30px;
}
.properties_single_wrap_next {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: -17px;
  top: calc(50% - 30px - 9px);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #A5FECB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.properties_single_wrap_next img {
  width: 30px;
}
.properties_single_wrap.animation {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
.properties_single_info {
  opacity: 0;
}
.properties_single_info_left {
  margin-top: 60px;
}
.properties_single_info_left_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.properties_single_info_left_top span {
  display: inline-block;
}
.properties_single_info_left_top span.thin {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #00031E;
  opacity: 0.8;
}
.properties_single_info_left_top span.bold {
  font-family: "Golos Text", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #00031E;
  margin-top: 10px;
}
.properties_single_info_left h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  color: #00031E;
  margin-top: 17px;
}
.properties_single_info_left p {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #00031E;
  opacity: 0.8;
  margin-top: 17px;
}
.properties_single_info_right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
}
.properties_single_info_right_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 46px;
  padding: 0px 10px 46px 10px;
}
.properties_single_info_right_list::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.properties_single_info_right_list::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: #289BB5;
  opacity: 0.2;
  -webkit-filter: blur(21.5px);
          filter: blur(21.5px);
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.properties_single_info_right_list_item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 46px;
  position: relative;
  z-index: 2;
}
.properties_single_info_right_list_item span {
  font-family: "Golos Text", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #00031E;
  display: inline-block;
  margin: 10px 0px;
}
.properties_single_info_right_list_item p {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #00031E;
  opacity: 0.8;
}
.properties_single_info_right_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 15px;
}
.properties_single_info_right_bottom span {
  display: flex;
}

.properties_single_info_right_bottom span .price_digital {
  margin-left: 10px;
  margin-top: 0px !important;
}
.properties_single_info_right_bottom::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.properties_single_info_right_bottom::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #289BB5;
  opacity: 0.2;
  -webkit-filter: blur(21.5px);
          filter: blur(21.5px);
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.properties_single_info_right_bottom span {
  width: 100%;
  font-family: "Golos Text", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #5433FF;
  position: relative;
  z-index: 2;
  display: flex;
}

.properties_single_info_right_bottom span:last-child {
  margin-top: 10px;
}

.properties_single_info.animation {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
@media (min-width: 768px) {
  .properties_single_info_right {
    margin-top: 30px;
  }
  .properties_single_info_right_list {
    padding: 40px;
  }
  .properties_single_info_right_list_item {
    width: auto;
    margin-top: 0px;
  }
  .properties_single_info_right_bottom {
    margin-top: 30px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .properties_single_info_right_bottom span {
    width: auto;
  }
  .properties_single_info_right_bottom span:last-child {
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .properties_single {
    padding-top: 130px;
  }
  .properties_single_wrap_prev {
    width: 58px;
    height: 58px;
    left: 20px;
  }
  .properties_single_wrap_prev img {
    width: auto;
  }
  .properties_single_wrap_next {
    width: 58px;
    height: 58px;
    right: 20px;
  }
  .properties_single_wrap_next img {
    width: auto;
  }
  .properties_single_wrap_slider_item img {
    height: 500px;
  }
  .properties_single_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 75px;
  }
  .properties_single_info_left {
    width: 530px;
    margin-top: 0px;
  }
  .properties_single_info_left_top span.thin {
    font-size: 22px;
    line-height: 26px;
  }
  .properties_single_info_left_top span.bold {
    font-size: 22px;
    line-height: 26px;
  }
  .properties_single_info_left h2 {
    font-size: 35px;
    line-height: 44px;
  }
  .properties_single_info_left p {
    font-size: 16px;
    line-height: 19px;
  }
  .properties_single_info_right {
    margin-top: 0px;
    width: 664px;
  }
  .properties_single_info_right_list_item span {
    font-size: 28px;
    line-height: 34px;
    margin: 15px 0px;
  }
  .properties_single_info_right_list_item p {
    font-size: 16px;
    line-height: 19px;
  }
  .properties_single_info_right_bottom {
    padding: 14px 40px;
  }
  .properties_single_info_right_bottom span {
    font-size: 28px;
    line-height: 34px;
  }
}

.amenities {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 80px;
  opacity: 0;
}
.amenities.animation {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
.amenities h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
  color: #000000;
}
.amenities_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 12px;
}
.amenities_nav_item span {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #00031E;
  position: relative;
  cursor: pointer;
}
.amenities_nav_item span::after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #20BDFF;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.amenities_nav_item span:hover {
  color: #20BDFF;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.amenities_nav_item span:hover::after {
  width: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.amenities_nav_item.active span {
  color: #20BDFF;
}
.amenities_nav_item.active span::after {
  width: 100%;
  background-color: #20BDFF;
}
.amenities_block_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
  display: none;
}
.amenities_block_item.active {
  display: block;
}
.amenities_block_first_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.amenities_block_first_left::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.amenities_block_first_left::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: #289BB5;
  opacity: 0.2;
  -webkit-filter: blur(21.5px);
          filter: blur(21.5px);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.amenities_block_first_left_wrap {
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.amenities_block_first_left_wrap:first-child {
  margin-top: 0px;
}
.amenities_block_first_left_wrap:nth-child(2) {
  margin-top: 0px;
}
.amenities_block_first_left_wrap p {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #00031E;
  opacity: 0.8;
}
.amenities_block_first_left_wrap span {
  display: inline-block;
  font-family: "Golos Text", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #00031E;
  margin-top: 14px;
}
.amenities_block_first_center {
  margin-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 30px;
  position: relative;
}
.amenities_block_first_center::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.amenities_block_first_center::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: #289BB5;
  opacity: 0.2;
  -webkit-filter: blur(21.5px);
          filter: blur(21.5px);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.amenities_block_first_center_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.amenities_block_first_center_wrap:first-child {
  margin-top: 0px;
}
.amenities_block_first_center_wrap span {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #00031E;
  opacity: 0.8;
  display: inline-block;
}
.amenities_block_first_center_wrap p {
  font-family: "Golos Text", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #00031E;
  margin-top: 12px;
}
.amenities_block_first_right {
  margin-top: 50px;
  position: relative;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.amenities_block_first_right::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.amenities_block_first_right::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: #289BB5;
  opacity: 0.2;
  -webkit-filter: blur(21.5px);
          filter: blur(21.5px);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.amenities_block_first_right_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.amenities_block_first_right_wrap:first-child {
  margin-top: 0px;
}
.amenities_block_first_right_wrap span {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #00031E;
  opacity: 0.8;
  display: inline-block;
}
.amenities_block_first_right_wrap p {
  font-family: "Golos Text", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #00031E;
  margin-top: 12px;
}
.amenities_block_second_wrap {
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.amenities_block_second_wrap::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.amenities_block_second_wrap::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: #289BB5;
  opacity: 0.2;
  -webkit-filter: blur(21.5px);
          filter: blur(21.5px);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.amenities_block_second_wrap_item {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.amenities_block_second_wrap_item:first-child {
  margin-top: 0px;
}
.amenities_block_second_wrap_item span {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #00031E;
  opacity: 0.8;
}
.amenities_block_second_wrap_item p {
  font-family: "Golos Text", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #00031E;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .amenities_block_second_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .amenities_block_second_wrap_item {
    width: calc(50% - 15px);
  }
  .amenities_block_second_wrap_item:nth-child(2) {
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  .amenities_nav {
    margin-top: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .amenities_nav_item {
    margin-left: 50px;
  }
  .amenities_nav_item:first-child {
    margin-left: 0px;
  }
  .amenities_block_first {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0px;
  }
  .amenities_block_first.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .amenities_block_first_left {
    width: calc(33.3333333333% - 30px);
  }
  .amenities_block_first_left_wrap:first-child {
    margin-top: 0px;
  }
  .amenities_block_first_left_wrap:nth-child(2) {
    margin-top: 0px;
  }
  .amenities_block_first_center {
    width: calc(33.3333333333% - 30px);
    margin-top: 0px;
  }
  .amenities_block_first_center_wrap:first-child {
    margin-top: 0px;
  }
  .amenities_block_first_right {
    width: calc(33.3333333333% - 30px);
    margin-top: 0px;
  }
  .amenities_block_first_right_wrap:first-child {
    margin-top: 0px;
  }
  .amenities_block_second_wrap_item {
    width: calc(33.3333333333% - 15px);
  }
  .amenities_block_second_wrap_item:nth-child(3) {
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .amenities {
    margin-top: 120px;
  }
  .amenities h2 {
    font-size: 52px;
    line-height: 58px;
  }
  .amenities_nav_item span {
    font-size: 28px;
    line-height: 35px;
  }
  .amenities_block_first {
    margin-top: 50px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .amenities_block_first_left {
    width: calc(33.3333333333% - 30px);
  }
  .amenities_block_first_center {
    width: calc(33.3333333333% - 30px);
  }
  .amenities_block_first_right {
    width: calc(33.3333333333% - 30px);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .amenities_block_first_right_wrap {
    width: calc(50% - 15px);
  }
  .amenities_block_first_right_wrap:nth-child(2) {
    margin-top: 0px;
  }
  .amenities_block_first_right_wrap:last-child {
    width: 100%;
  }
  .amenities_block_second_wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 58px 70px;
  }
  .amenities_block_second_wrap_item {
    width: calc(20% - 25px);
    margin-left: 30px;
  }
  .amenities_block_second_wrap_item:first-child {
    margin-left: 0px;
  }
  .amenities_block_second_wrap_item:nth-child(4) {
    margin-top: 0px;
  }
  .amenities_block_second_wrap_item:nth-child(5) {
    margin-top: 0px;
  }
  .amenities_block_second_wrap_item:nth-child(6) {
    margin-left: 0px;
  }
}

.contacts {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 40px;
  margin-bottom: 50px;
}
.contacts_block_left h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 31px;
  color: #00031E;
  text-align: center;
}
.contacts_block_left_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.contacts_block_left_info a {
  font-family: "Golos Text", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #00031E;
}
.contacts_block_left_info p {
  text-align: center;
  font-family: "Golos Text";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #00031E;
  margin-top: 20px;
}
.contacts_block_left_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.contacts_block_left_social a {
  display: block;
  margin-left: 20px;
}
.contacts_block_left_social a:first-child {
  margin-left: 0px;
}
.contacts_block_right {
  margin-top: 50px;
}
.contacts_block_right h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 31px;
  color: #00031E;
  text-align: center;
}
.contacts_block_right_form {
  margin-top: 16px;
}
.contacts_block_right_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
}
.contacts_block_right_form form span {
  width: 100%;
  display: block;
  margin-top: 10px;
}
.contacts_block_right_form form span input {
  background: #E7FFF6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding: 0px 30px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #00031E;
  width: 100%;
}
.contacts_block_right_form form span textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px;
  background: #E7FFF6;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #00031E;
  width: 100%;
  border-radius: 10px;
}
.contacts_block_right_form form span .nice-select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: #E7FFF6;
  height: 50px;
  border-radius: 10px;
  padding-left: 30px;
  border: none;
}
.contacts_block_right_form form span .nice-select::after {
  right: 20px;
  border-bottom: 2px solid #00031E;
  border-right: 2px solid #00031E;
}
.contacts_block_right_form form span .nice-select .current {
  margin-top: 0px;
  line-height: 50px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #00031E;
  opacity: 0.6;
}
.contacts_block_right_form form span .nice-select .list {
  width: 100%;
}
.contacts_block_right_form form span .nice-select .list li {
  font-family: "Golos Text", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #00031E;
  padding-left: 30px;
}
.contacts_block_right_form form input[type=submit] {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  background: #20BDFF;
  border-radius: 10px;
  border: 3px solid rgba(255, 255, 255, 0.36);
  font-family: "Golos Text", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 42px;
  text-transform: uppercase;
  color: #00031E;
  margin-top: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.contacts_block_right_form form input[type=submit]:hover {
  background: #5433FF;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .contacts_block_right_form form input[type=submit] {
    width: 222px;
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .contacts {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .contacts_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 60px 100px;
  }
  .contacts_block_left {
    width: 310px;
    position: relative;
    z-index: 2;
  }
  .contacts_block_left h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .contacts_block_left_info {
    margin-top: 50px;
  }
  .contacts_block_left_social {
    margin-top: 50px;
  }
  .contacts_block_right {
    width: 568px;
    position: relative;
    z-index: 2;
    margin-top: 0px;
  }
  .contacts_block_right h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .contacts_block_right_form {
    margin-top: 40px;
  }
  .contacts_block_right_form form input[type=submit] {
    width: 100%;
  }
  .contacts_block::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .contacts_block::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: #289BB5;
    opacity: 0.2;
    -webkit-filter: blur(21.5px);
            filter: blur(21.5px);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border: none;
}

.footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 80px;
}
.footer_block_left p {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #00031E;
  opacity: 0.71;
  margin-top: 30px;
}
.footer_block_left_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.footer_block_left_social a {
  width: 28px;
  height: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  background: #00031E;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer_block_left_social a:hover {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #5433FF;
}
.footer_block_left_social a:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_block_left_social a:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_block_left_social a:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 24px;
}
.footer_block_left_social a:nth-child(4) img {
  position: absolute;
  right: 6px;
  bottom: 0px;
}
.footer_block_left_social a:nth-child(5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_block_left_social a:nth-child(6) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_block_mid {
  margin-top: 36px;
}
.footer_block_mid h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #00031E;
}
.footer_block_mid_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 23px;
}
.footer_block_mid_link a {
  font-family: "Golos Text", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #00031E;
  opacity: 0.8;
  display: inline-block;
}
.footer_block_mid p {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #00031E;
  opacity: 0.8;
  margin-top: 20px;
}
.footer_block_right {
  margin-top: 33px;
  position: relative;
}
.footer_block_right h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #00031E;
}
.footer_block_right iframe {
  width: 100%;
  margin-top: 23px;
}
@media (min-width: 1024px) {
  .footer_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .footer_block_left {
    width: calc(40% - 20px);
  }
  .footer_block_mid {
    width: calc(30% - 20px);
    margin-top: 0px;
  }
  .footer_block_right {
    width: calc(30% - 20px);
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .footer {
    margin-top: 64px;
  }
  .footer_block_left {
    width: 435px;
  }
  .footer_block_left_social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer_block_left_social a {
    margin-right: 18px;
  }
  .footer_block_mid {
    width: 292px;
  }
  .footer_block_right {
    width: 466px;
  }
}

.footer_under {
  margin-top: 23px;
  margin-bottom: 28px;
}
.footer_under_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_under_block_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_under_block_left a {
  font-family: "Golos Text";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #00031E;
  opacity: 0.5;
  margin-left: 20px;
}
.footer_under_block_left a:first-child {
  margin-left: 0px;
}
.footer_under_block_right {
  margin-top: 8px;
}
.footer_under_block_right p {
  font-family: "Golos Text";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #00031E;
  opacity: 0.5;
}
@media (min-width: 1024px) {
  .footer_under_block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-response-output {
  display: none !important;
}

.contacts_block_right_form form span input.wpcf7-not-valid {
  background: rgba(255, 0, 0, 0.5);
}

.properties_block_item.hidden {
  display: none;
}

.properties_block_item.price {
  display: none;
}

.properties_block_empty {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.properties_block_empty.visible {
  display: flex;
}

.properties_block_empty p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
  color: #00031E;
  position: relative;
  z-index: 2;
}

.blog_single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.blog_single_block_main {
  margin-top: 30px;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 36px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 163, 188, 0.05)), to(rgba(164, 173, 176, 0)));
  background: linear-gradient(180deg, rgba(102, 163, 188, 0.05) 0%, rgba(164, 173, 176, 0) 100%);
}
.blog_single_block_main img {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
}
.blog_single_block_description {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #00031E;
  opacity: 0.8;
  text-align: center;
  margin-top: 20px;
}
.blog_single_block_description strong {
  font-weight: 700;
}
.blog_single_block_description a {
  text-decoration: underline;
  color: #00031E;
}
.blog_single_block_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}
.blog_single_block_list_item_img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 36px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 163, 188, 0.05)), to(rgba(164, 173, 176, 0)));
  background: linear-gradient(180deg, rgba(102, 163, 188, 0.05) 0%, rgba(164, 173, 176, 0) 100%);
}
.blog_single_block_list_item_img img {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
}
.blog_single_block_list_item_text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 20px;
}
.blog_single_block_list_item_text h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #00031E;
}
.blog_single_block_list_item_text_description {
  margin-top: 10px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #00031E;
  opacity: 0.8;
}
.blog_single_block_list_item_text_description strong {
  font-weight: 700;
}
.blog_single_block_list_item_text_description a {
  text-decoration: underline;
  color: #00031E;
}
.blog_single_block_title {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 32px;
  line-height: 35px;
  text-align: center;
  color: #000000;
  margin-top: 50px;
}
.blog_single_block_link {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #20BDFF;
  border-radius: 10px;
  border: 3px solid rgba(255, 255, 255, 0.36);
  margin-top: 73px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog_single_block_link span {
  font-family: "Golos Text";
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #00031E;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog_single_block_link:hover {
  background: #5433FF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog_single_block_link:hover span {
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog_single_block_more_item {
  position: relative;
  display: none;
  margin-top: 48px;
}
.blog_single_block_more_item:first-child {
  display: block;
}
.blog_single_block_more_item:nth-child(2) {
  display: block;
}
.blog_single_block_more_item:nth-child(3) {
  display: block;
}
.blog_single_block_more_item img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 30px;
  position: relative;
  z-index: 2;
}
.blog_single_block_more_item_text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 36px 22px;
  position: relative;
}
.blog_single_block_more_item_text::before {
  content: "";
  position: absolute;
  left: 0px;
  top: -50px;
  background: #fff;
  width: 100%;
  height: calc(100% + 50px);
  z-index: 1;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.blog_single_block_more_item_text::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: #289BB5;
  opacity: 0.2;
  -webkit-filter: blur(21.5px);
          filter: blur(21.5px);
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.blog_single_block_more_item_text h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  color: #00031E;
  position: relative;
  z-index: 2;
}
.blog_single_block_more_item_text p {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #00031E;
  opacity: 0.8;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.blog_single_block_more_item_text_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.blog_single_block_more_item_text_arrow_line {
  height: 2px;
  width: 25px;
  background-color: #5433FF;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog_single_block_more_item_text_arrow_line::after {
  content: "";
  border: solid #5433FF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  position: absolute;
  right: 0px;
  top: -4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.blog_single_block_more_item_text_arrow span {
  font-family: "Golos Text";
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #00031E;
  display: inline-block;
  margin-left: 10px;
}
.blog_single_block_more_item:hover .blog_block_right_item_text_arrow_line {
  width: 35px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog_single_block_slider {
  display: none;
}
@media (min-width: 768px) {
  .blog_single_block_link {
    width: 222px;
    margin: 0 auto;
    margin-top: 73px;
  }
}
@media (min-width: 1200px) {
  .blog_single_block_main {
    padding: 15px;
  }
  .blog_single_block_description {
    font-size: 16px;
    line-height: 19px;
  }
  .blog_single_block_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
  }
  .blog_single_block_list_item_img {
    min-width: 45%;
    max-width: 45%;
    padding: 15px;
  }
  .blog_single_block_list_item_text {
    width: 100%;
    margin-top: 0px;
  }
  .blog_single_block_list_item_text h4 {
    font-size: 35px;
    line-height: 44px;
  }
  .blog_single_block_list_item_text_description {
    font-size: 16px;
    line-height: 19px;
  }
  .blog_single_block_list_item:nth-child(odd) .blog_single_block_list_item_img {
    margin-right: 70px;
  }
  .blog_single_block_list_item:nth-child(even) .blog_single_block_list_item_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 70px;
  }
  .blog_single_block_list_item:nth-child(even) .blog_single_block_list_item_text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .blog_single_block_title {
    font-size: 52px;
    line-height: 57px;
  }
  .blog_single_block_more {
    display: none;
  }
  .blog_single_block_slider {
    display: block;
    margin-top: 60px;
    cursor: url(../img/neighborhoods/arrows.svg), auto;
  }
  .blog_single_block_slider .slick-slide {
    margin: 0px 24px;
  }
  .blog_single_block_slider .slick-list {
    padding-bottom: 50px !important;
  }
  .blog_single_block_slider_item {
    display: block;
    cursor: url(../img/neighborhoods/arrows.svg), auto;
  }
  .blog_single_block_slider_item_main {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 2;
  }
  .blog_single_block_slider_item_text {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
  }
  .blog_single_block_slider_item_text::before {
    content: "";
    position: absolute;
    left: 0px;
    top: -50px;
    background: #fff;
    width: 100%;
    height: calc(100% + 50px);
    z-index: 1;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .blog_single_block_slider_item_text::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: #289BB5;
    opacity: 0.2;
    -webkit-filter: blur(21.5px);
    filter: blur(21.5px);
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }
  .blog_single_block_slider_item_text h3 {
    position: relative;
    z-index: 2;
    font-family: "Source Sans Pro";
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
    color: #00031E;
    height: 105px;
  }
  .blog_single_block_slider_item_text p {
    font-family: "Golos Text", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #00031E;
    opacity: 0.8;
    position: relative;
    z-index: 2;
    margin-top: 10px;
    height: 38px;
  }
  .blog_single_block_slider_item_text_arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 2;
    margin-top: 15px;
  }
  .blog_single_block_slider_item_text_arrow_line {
    height: 2px;
    width: 25px;
    background-color: #5433FF;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .blog_single_block_slider_item_text_arrow_line::after {
    content: "";
    border: solid #5433FF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    position: absolute;
    right: 0px;
    top: -4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .blog_single_block_slider_item_text_arrow span {
    font-family: "Golos Text", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #00031E;
    display: inline-block;
    margin-left: 10px;
    text-transform: uppercase;
  }
  .blog_single_block_slider_item:hover .blog_single_block_slider_item_text_arrow_line {
    width: 35px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .blog_single_block_link {
    margin-top: 20px;
  }
}

.properties_single_info_left_qr {
  width: 120px;
}

@keyframes reveal-cover {
  0% { width: 0;left: 0; }
  44% { width: 100%;left: 0; }
  54% { width: 100%;left: 0;  }
  100% { width: 0;left: 100%; }
}

@keyframes reveal-text {
  0%  { opacity: 0; }
  44% { opacity: 0; }
  54% { opacity: 1; }
}

.about_block_right_title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.neighborhoods_bloc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials_bloc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog_bloc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.founder_block_bloc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.neighborhoods_bloc_title {
  position: relative;
}

.testimonials_bloc_title {
  position: relative;
}

.blog_bloc_title {
  position: relative;
}

.founder_block_bloc_title {
  position: relative;
}

.mission_block_text_title {
  position: relative;
}

.neighborhoods_bloc_title h2 {
  opacity: 0;
}

.about_block_right_title h2 {
  opacity: 0;
}

.testimonials_bloc_title h2 {
  opacity: 0;
}

.blog_bloc_title h2 {
  opacity: 0;
}

.founder_block_bloc_title h2 {
  opacity: 0;
}

.mission_block_text_title h2 {
  opacity: 0;
}

.reval {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: 1;
  background-color: #5433FF;
}

.about.animation .reval {
  animation: reveal-cover 1.5s ease-in-out;
}
.about.animation .about_block_right_title h2 {
  opacity: 1;
  animation: reveal-text 1.5s ease-in-out;
}

.featured_nav_title {
  position: relative;
}
.featured.animation .reval {
  animation: reveal-cover 1.5s ease-in-out;
}
.featured.animation .featured_nav_title h2 {
  opacity: 1;
  animation: reveal-text 1.5s ease-in-out;
}

.neighborhoods.animation .reval {
  animation: reveal-cover 1.5s ease-in-out;
}
.neighborhoods.animation .neighborhoods_bloc_title h2 {
  opacity: 1;
  animation: reveal-text 1.5s ease-in-out;
}

.testimonials.animation .reval {
  animation: reveal-cover 1.5s ease-in-out;
}
.testimonials.animation .testimonials_bloc_title h2 {
  opacity: 1;
  animation: reveal-text 1.5s ease-in-out;
}

.blog.animation .reval {
  animation: reveal-cover 1.5s ease-in-out;
}
.blog.animation .blog_bloc_title h2 {
  opacity: 1;
  animation: reveal-text 1.5s ease-in-out;
}

.welcome_block_top_title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.welcome_block_top_title h2 {
  opacity: 0;
}
.welcome.animation .reval {
  animation: reveal-cover 1.5s ease-in-out;
}
.welcome.animation .welcome_block_top_title h2 {
  opacity: 1;
  animation: reveal-text 1.5s ease-in-out;
}

.founder.animation .reval {
  animation: reveal-cover 1.5s ease-in-out;
}
.founder.animation .founder_block_bloc_title h2 {
  opacity: 1;
  animation: reveal-text 1.5s ease-in-out;
}

.mission.animation .reval {
  animation: reveal-cover 1.5s ease-in-out;
}
.mission.animation .mission_block_text_title h2 {
  opacity: 1;
  animation: reveal-text 1.5s ease-in-out;
}

.back_modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
  display: none;
  cursor: pointer;
}

.back_modal.active {
  display: block;
}

.popup_image {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  width: calc(100% - 48px);
  display: none;
}

@media (min-width: 768px) {
  .popup_image {
    width: calc(100% - 96px);
  }
}

.popup_image_close {
  position: absolute;
  right: 0px;
  top: -30px;
  width: 20px;
  cursor: pointer;
}

.popup_image_close img {
  width: 100%;
}

.popup_image.active {
  display: block;
}

.popup_image_main {
  width: 100%;
}

@media (min-width: 768px) {
  .popup_image_close {
    width: 30px;
    right: -35px;
    top: -35px;
  }
}

@media (min-width: 1024px) {
  .popup_image {
    width: 900px;
  }
  .popup_image_main {
    max-height: 80vh;
    object-fit: cover;
  }
}

@media (min-width: 1200px) {
  .popup_image {
    width: 1140px;
  }
}