* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
  --app-height: 100%;
  --white: #ffffff;
  --dark: #202024;
  --blue: #315b9a;
  --bg_dark: #30303b;
  --orange: #df4113;
  --orange_hover: #ff3a00;
  --grey1: #f2f4f8;
  --grey2: #dae7ff;
}

body.page-template-template-main {
  overflow: hidden;
}

.circle {
  border-radius: 50%;
  border-color: var(--grey2);
  border-style: solid;
  position: absolute;
}

.c_wh {
  color: var(--white);
}

.c_dark {
  color: var(--dark);
}

.c_blue {
  color: var(--blue);
}

.c_orange {
  color: var(--orange);
}

.c_grey1 {
  color: var(--grey1);
}

.c_grey2 {
  color: var(--grey2);
}

.bg_wh {
  background-color: var(--white);
}

.bg_dark {
  background-color: var(--bg_dark);
}

.bg_blue {
  background-color: var(--315B9A);
}

.bg_orange {
  background-color: var(--orange);
}

.bg_grey1 {
  background-color: var(--grey1);
}

.bg_grey2 {
  background-color: var(--grey2);
}

body,
html {
  scrollbar-color: var(--orange) var(--grey1);
  scrollbar-width: thick;
  overflow-x: hidden;
}

.swiper-container {
  overflow: hidden;
}

.xyz_start {
  opacity: 0;
}

.xyz_start.xyz-in {
  opacity: 1;
}

body {
  font-family: "Gilroy", sans-serif;
  color: var(--dark);
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section {
  position: relative;
}

/* ::-webkit-scrollbar {
  height: 5px;
} */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--grey1);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--orange);
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

a:hover,
a:active,
a:visited,
a {
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

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

li {
  display: block;
}

p {
  margin-bottom: 0;
}

input:hover,
select:hover,
textarea:hover,
input:active,
select:active,
textarea:active,
input:focus,
select:focus,
textarea:focus,
input,
select,
textarea {
  display: block;
  outline: none;
  font-family: "Gilroy", sans-serif;
}

button,
button:focus,
button:active,
button:hover {
  outline: none;
}

svg,
path {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.container {
  position: relative;
}

a.btn,
button.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;
  font-weight: 400;
  font-size: 20px;
  width: 100%;
  height: 60px;
  background-color: var(--orange);
  border-radius: 10px;
  font-family: "Gilroy";
  color: var(--white);
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none;
}
a.btn:hover,
button.btn:hover {
  background-color: var(--orange_hover);
}
a.btn.btn_wh,
button.btn.btn_wh {
  background-color: var(--white);
  color: var(--dark);
}
a.btn.btn_wh:hover,
button.btn.btn_wh:hover {
  background-color: var(--orange_hover);
  color: var(--white);
}

.page-template-templait-simple .header {
  background-color: var(--bg_dark);
}
.page-template-templait-simple .header .header__wrap {
  padding: 5px 0;
  border-bottom: transparent;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header.header_fixed {
  position: fixed;
  background-color: var(--bg_dark);
}
.header.header_fixed .header__wrap {
  padding: 5px 0;
  border-bottom: transparent;
}
.header .header__btn {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  border: none;
  background-color: transparent;
  text-align: right;
  display: block;
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 1px solid var(--white);
  line-height: 1em;
}
.header .header__btn:hover {
  color: var(--orange_hover);
  border-bottom: 1px solid var(--orange_hover);
}
.header .header__phone {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
}
.header .header__phone:hover {
  color: var(--orange_hover);
}
.header .header__wrap {
  padding: 12px 0;
  border-bottom: 1px solid var(--white);
}

.custom-logo-link {
  width: 69px;
  display: block;
}
.custom-logo-link img {
  width: 100%;
  height: auto;
}

.nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__menu .nav__item {
  position: relative;
  margin-right: 30px;
}
.nav__menu .nav__item:last-child {
  margin-right: 0;
}
.nav__menu .nav__item a {
  font-size: 18px;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  color: var(--white);
  padding: 0;
}

.menu__burger {
  display: none;
  width: 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu__burger span {
  display: block;
  height: 2px;
  width: 25px;
  border-radius: 4px;
  background-color: var(--white);
  margin-bottom: 4px;
  pointer-events: none;
}
.menu__burger span:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .header .header__wrap {
    border-bottom: none;
  }
  .custom-logo-link {
    width: 55px;
  }
  .nav {
    position: fixed;
    width: 100%;
    max-width: 450px;
    height: 100vh;
    padding: 12px;
    z-index: 999999;
    right: -450px;
    top: 0;
    opacity: 0;
    pointer-events: none;
    background: var(--bg_dark);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-bottom: 100px;
    overflow-y: auto;
    padding-top: 15px;
    margin: 0;
  }
  .nav.open_menu {
    right: 0;
    top: 0px;
    opacity: 1;
    pointer-events: all;
  }
  .nav .nav__row {
    width: 100%;
    margin-bottom: 70px;
    padding: 15px 0;
    position: relative;
  }
  .nav .nav__row .custom-logo-link {
    width: 56px;
  }
  .nav .menu__close {
    width: 36px;
    height: 36px;
    background: url(../img/close_wh.svg) no-repeat center;
    outline: none;
    /* margin-left: auto; */
    position: relative;
    background-color: none;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .nav .menu__close > * {
    pointer-events: none;
  }
  .nav .nav__menu {
    width: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 65px;
  }
  .nav .header__phone {
    text-align: center;
    display: block;
    margin: 0 auto 14px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .nav .header__btn {
    margin: 0 auto 65px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .nav .header_social a {
    display: block;
    margin: 0 12px;
  }
  .nav .header_social a:hover path {
    fill: var(--orange_hover);
  }
  .menu__burger {
    display: block;
    cursor: pointer;
    background-color: transparent;
    border: none;
  }
  .nav .nav__item {
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    margin-right: 0;
  }
  .nav .nav__item a {
    font-size: 24px;
    font-weight: 400;
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: var(--white);
  }
  .nav .nav__item a:hover {
    color: var(--orange_hover);
  }
  @-webkit-keyframes fromBottom {
    0% {
      opacity: 0;
      -webkit-transform: translateY(15px);
              transform: translateY(15px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fromBottom {
    0% {
      opacity: 0;
      -webkit-transform: translateY(15px);
              transform: translateY(15px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  .header__contact {
    width: 180px;
    margin: 0 auto;
    padding-top: 80px;
  }
  .header__contact .footer__title {
    color: var(--white);
  }
  .header__contact .footer__menu li {
    margin-bottom: 8px;
  }
  .header__contact .footer__menu li a {
    color: var(--white);
    font-size: 14px;
    text-decoration: underline;
  }
  .header__contact .footer__menu li a:last-child {
    text-decoration: none;
  }
}
p b,
p strong,
li b,
li strong {
  font-weight: 600;
}

.section__title {
  font-family: Raleway;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.title_1 {
  font-family: "Raleway";
  font-size: 130px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

.title_2 {
  font-family: "Raleway";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.title_3 {
  font-family: "Raleway";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 37.2px */
  text-transform: uppercase;
}

.text_24 {
  font-family: "Gilroy";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}

.text_18 {
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.text_18R {
  font-family: "Raleway";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.text_14 {
  font-family: "Gilroy";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}

.text_12 {
  font-family: "Gilroy";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}

.text__content h2 {
  font-family: "Raleway";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.text__content h3 {
  font-family: "Raleway";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 37.2px */
  text-transform: uppercase;
}
.text__content.text_24 {
  font-family: "Gilroy";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
.text__content.text_18 p,
.text__content.text_18 li {
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.text__content.text_18R p,
.text__content.text_18R li {
  font-family: "Raleway";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.text__content.text_14 p,
.text__content.text_14 li {
  font-family: "Gilroy";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
.text__content.text_12 p,
.text__content.text_12 li {
  font-family: "Gilroy";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}

@media screen and (max-width: 1199px) {
  .text_24 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .title_1 {
    font-size: 58px;
  }
  .section__title,
  .title_2 {
    font-size: 28px;
  }
  .title_3 {
    font-size: 20px;
  }
  .text_24 {
    font-size: 18px;
  }
  .text_18 {
    font-size: 14px;
  }
  .text__content h2 {
    font-size: 28px;
  }
  .text__content h3 {
    font-size: 20px;
  }
  .text__content.text_18 p,
  .text__content.text_18 li {
    font-size: 14px;
  }
  .text__content.text_24 p,
  .text__content.text_24 li {
    font-size: 18px;
  }
}
.form__wrap {
  width: 100%;
}
.form__wrap .input__group {
  margin-bottom: 25px;
}
.form__wrap .input__group .order__input {
  display: block;
  width: 100%;
  height: 43px;
  border-radius: 10px;
  padding-left: 26px;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: var(--dark);
  background-color: transparent;
  border: 1px solid var(--dark);
}
.form__wrap .input__group .order__input.wpcf7-not-valid {
  border-color: var(--orange);
}
.form__wrap .input__group .order__input::-webkit-input-placeholder {
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #c5c5c5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::-moz-placeholder {
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #c5c5c5;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input:-ms-input-placeholder {
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #c5c5c5;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::-ms-input-placeholder {
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #c5c5c5;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::placeholder {
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #c5c5c5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input:focus::-webkit-input-placeholder {
  color: var(--bg_dark);
}
.form__wrap .input__group .order__input:focus::-moz-placeholder {
  color: var(--bg_dark);
}
.form__wrap .input__group .order__input:focus:-ms-input-placeholder {
  color: var(--bg_dark);
}
.form__wrap .input__group .order__input:focus::-ms-input-placeholder {
  color: var(--bg_dark);
}
.form__wrap .input__group .order__input:focus::placeholder {
  color: var(--bg_dark);
}
.form__wrap .input__group textarea.order__input {
  padding-top: 15px;
}
.form__wrap .wpcf7-not-valid-tip {
  font-size: 18px;
  color: var(--orange);
}
.head__section {
  height: 100vh;
  max-height: 900px;
  min-height: 600px;
  background-color: #065e9e;
  z-index: 2;
}
.head__section .circle {
  width: 413px;
  height: 413px;
  background-color: var(--white);
  opacity: 0.1;
  top: 120px;
  left: -250px;
}
.head__section .circle.circle2 {
  width: 477px;
  height: 477px;
  top: 285px;
  left: auto;
  right: -150px;
}
.head__section .container {
  z-index: 5;
}
.head__section.head__section_invest .offer_subtitle {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 200px;
}
.head__section.head__section_invest .head__images {
  position: absolute;
  left: 50%;
  top: 260px;
  width: 100%;
  height: calc(100% - 260px);
  overflow: hidden;
  max-width: 1700px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.head__section.head__section_invest .scene.house {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.head__section.head__section_invest .scene.house img {
  width: 100%;
  height: auto;
}
.head__section.head__section_invest .scene.tree_1 {
  position: absolute;
  bottom: 0;
  left: -80px;
  width: 369px;
  height: 350px;
  overflow: hidden;
}
.head__section.head__section_invest .scene.tree_1 img {
  width: 100%;
}
.head__section.head__section_invest .scene.tree_2 {
  position: absolute;
  bottom: -80px;
  right: -200px;
}
.head__section .scroll_to {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-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;
}
.head__section .scroll_to:hover {
  color: var(--orange_hover);
}
.head__section .scroll_to:hover path {
  fill: var(--orange_hover);
}
.head__section .scroll_to svg {
  margin-top: 12px;
  pointer-events: none;
}
.head__section.head__section_med .label {
  width: 220px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 32px;
  text-align: center;
  padding: 28px 10px;
  position: absolute;
  top: 66px;
  left: 250px;
  z-index: 2;
}
.head__section.head__section_med .label:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -15px;
  border-radius: 50%;
  background-color: var(--white);
  border: 4px solid var(--blue);
}
.head__section.head__section_med .circle {
  top: 350px;
}
.head__section.head__section_med .circle.circle2 {
  top: 0;
}
.head__section.head__section_med .offer_subtitle {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 200px;
}
.head__section.head__section_med .head__images {
  position: absolute;
  top: 400px;
  width: 100%;
  height: calc(100% - 400px);
  overflow: hidden;
  max-width: 1700px;
  margin-left: auto;
  -webkit-transform: none;
          transform: none;
  right: 0;
  left: auto;
}
.head__section.head__section_med .scene.house {
  margin-left: auto;
  width: auto;
  left: auto;
  right: 0;
}
.head__section.head__section_med .scene.house img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  height: auto;
}
.head__section.head__section_med .scene.tree_1 {
  position: absolute;
  bottom: -150px;
  left: -200px;
  z-index: 2;
}
.head__section.head__section_med .scene.tree_1 img {
  width: 100%;
}
.head__section.head__section_med .scene.tree_2 {
  position: absolute;
  bottom: -80px;
  right: -200px;
}
.head__section.head__section_success .btn {
  max-width: 280px;
}

@media screen and (max-width: 1440px) {
  .head__section.head__section_med .title_1, .head__section.head__section_invest .title_1 {
    font-size: 123px;
  }
  .head__section.head__section_med .scene.tree_1 {
    width: 500px;
    bottom: -100px;
  }
  .head__section.head__section_med .label {
    left: 11%;
  }
}
@media screen and (max-width: 1199px) {
  .head__section {
    max-height: 800px;
  }
  .head__section.head__section_med .title_1, .head__section.head__section_invest .title_1 {
    font-size: 100px;
  }
  .head__section.head__section_med .offer_subtitle, .head__section.head__section_invest .offer_subtitle {
    top: 175px;
    font-size: 20px;
  }
  .head__section.head__section_med .scene.tree_1 {
    width: 500px;
    bottom: -100px;
  }
}
@media screen and (max-width: 991px) {
  .head__section {
    padding-top: 85px;
    max-height: 700px;
  }
  .head__section .circle {
    display: none;
  }
  .head__section.head__section_invest .title_1 {
    font-size: 75px;
  }
  .head__section.head__section_invest .offer_subtitle {
    top: 145px;
  }
  .head__section.head__section_invest .scene.tree_2 {
    width: 276px;
    -webkit-transform: rotate(18deg) !important;
            transform: rotate(18deg) !important;
    bottom: 220px;
  }
  .head__section.head__section_invest .scene.tree_2 img {
    width: 100%;
  }
  .head__section.head__section_med .title_1 {
    font-size: 75px;
  }
  .head__section.head__section_med .offer_subtitle {
    top: 145px;
  }
  .head__section.head__section_invest .head__images {
    width: 992px;
  }
  .head__section.head__section_med .scene.tree_1 {
    width: 400px;
    bottom: -80px;
  }
  .head__section.head__section_med .label {
    left: 50%;
    top: 25px;
    width: 142px;
    padding: 18px 3px;
    font-size: 18px;
  }
  .head__section.head__section_med .label:after {
    width: 14px;
    height: 14px;
    left: calc(50% - 7px);
    bottom: -7px;
    border-width: 3px;
  }
}
@media screen and (max-width: 767px) {
  .head__section.head__section_invest .title_1 {
    font-size: 58px;
  }
  .head__section.head__section_invest {
    padding-bottom: 417px;
    height: auto;
    min-height: initial;
    max-height: initial;
  }
  .head__section.head__section_invest .offer_subtitle {
    position: static;
    width: 100%;
    max-width: 375px;
  }
  .head__section.head__section_invest .head__images {
    width: 792px;
    height: auto;
    top: auto;
    bottom: 0;
  }
  .head__section.head__section_med {
    padding-bottom: 350px;
    height: auto;
    min-height: initial;
    max-height: initial;
  }
  .head__section.head__section_med .title_1 {
    font-size: 58px;
  }
  .head__section.head__section_med .offer_subtitle {
    position: static;
    width: 100%;
    max-width: 375px;
  }
  .head__section.head__section_med .head__images {
    height: auto;
    top: auto;
    bottom: 0;
    padding-top: 20px;
  }
  .head__section.head__section_med .head__images .scene img {
    height: 320px;
    width: auto;
    margin: 0 auto;
    max-width: initial;
  }
  .head__section.head__section_med .scene.tree_1 {
    width: 300px;
    bottom: -80px;
  }
}
@media screen and (max-width: 576px) {
  .head__section.head__section_invest .scene.tree_2 {
    bottom: 274px;
    right: -224px;
  }
}
.about_1 {
  position: relative;
}
.about_1 .about_1_img {
  width: 100%;
  height: auto;
}
.about_1 .circle {
  width: 312px;
  height: 312px;
  right: -180px;
  bottom: -70px;
  border-width: 50px;
}
.about_1 .about_1__label {
  position: absolute;
  width: 200px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  text-align: center;
  padding: 13px 20px 9px;
}
.about_1 .about_1__label:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: calc(50% - 9px);
  bottom: -9px;
  border-radius: 50%;
  background-color: var(--white);
  border: 4px solid var(--blue);
}
.about_1 .about_1__label.about_1__label1 {
  left: 4%;
  top: 6%;
}
.about_1 .about_1__label.about_1__label2 {
  width: 165px;
  right: 12%;
  top: 10%;
}
.about_1 .about_1__label.about_1__label3 {
  color: var(--white);
  background-color: rgba(41, 65, 130, 0.9);
  right: 15%;
  bottom: 15%;
}
.about_1 .about_1__label.about_1__label3:after {
  bottom: auto;
  top: -9px;
}
.about_1 .text__content h2 {
  margin-bottom: 22px;
}
.about_1 .text__content p {
  margin-bottom: 1em;
}
.about_1 .text__content p:last-child {
  margin-bottom: 0;
}
.possible .possible__item {
  margin-bottom: 48px;
}
.possible .possible__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--white);
  -webkit-box-shadow: 11px 12px 26px rgba(28, 69, 131, 0.09);
          box-shadow: 11px 12px 26px rgba(28, 69, 131, 0.09);
  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-right: 25px;
}
.possible .btn {
  max-width: 265px;
}

.advant {
  position: relative;
  z-index: 2;
}
.advant .circle {
  border-width: 68px;
  width: 410px;
  height: 410px;
  left: -305px;
  bottom: -205px;
}
.advant .section__title {
  margin-bottom: 60px;
}
.advant .advant__item {
  height: 180px;
  position: relative;
  background-color: var(--white);
  border-radius: 20px;
  -webkit-box-shadow: 11px 12px 26px 0px rgba(28, 69, 131, 0.09);
          box-shadow: 11px 12px 26px 0px rgba(28, 69, 131, 0.09);
  padding: 26px;
  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-bottom: 70px;
}
.advant .advant__item .advant__icon {
  width: 75px;
  height: 75px;
  position: absolute;
  right: 29px;
  top: -38px;
  background-color: var(--white);
  border-radius: 50%;
  border: 10px solid var(--grey1);
  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;
}
.advant .advant__item .advant__icon img {
  width: 30px;
  height: auto;
}

@media screen and (max-width: 1199px) {
  .advant {
    padding-top: 60px;
  }
  .advant .advant__item {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .about_1 .text__content {
    margin-bottom: 32px;
  }
  .about_1 .text__content.text_18 p {
    font-size: 18px;
  }
  .about_1 .circle {
    width: 118px;
    height: 118px;
    right: auto;
    left: -60px;
    bottom: 0;
    border-width: 20px;
  }
  .advant .advant__item {
    margin-bottom: 40px;
    height: auto;
    min-height: 128px;
    padding: 10px 26px;
  }
  .advant .advant__item {
    margin-bottom: 40px;
  }
  .advant .advant__item p {
    width: 100%;
  }
  .advant .advant__item p br {
    display: none;
  }
  .advant .advant__item .advant__icon {
    width: 50px;
    height: 50px;
    border-width: 6px;
    top: -25px;
    right: 20px;
  }
  .advant .advant__item .advant__icon img {
    width: 20px;
  }
  .advant .circle {
    border-width: 35px;
    width: 220px;
    height: 220px;
    left: -150px;
    bottom: -110px;
  }
}
@media screen and (max-width: 767px) {
  .about_1 .about_1__label {
    width: 130px;
    font-size: 14px;
  }
  .about_1 .about_1__label.about_1__label1 {
    top: 40%;
  }
  .about_1 .about_1__label.about_1__label2 {
    width: 130px;
    top: 5%;
    right: 5%;
  }
  .about_1 .about_1__label.about_1__label3 {
    top: 99%;
    right: 10%;
    bottom: auto;
  }
}
.attraction {
  padding-bottom: 370px;
}
.attraction .circle {
  right: -124px;
  top: 44px;
  border-width: 90px;
  width: 554px;
  height: 554px;
}
.attraction .btn {
  max-width: 280px;
}
.attraction .text__content h2,
.attraction .text__content h3 {
  margin-bottom: 22px;
}
.attraction .text__content p {
  margin-bottom: 0;
}
.attraction .attraction_img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 1320px;
}

@media screen and (max-width: 1199px) {
  .attraction .circle {
    width: 400px;
    height: 400px;
    border-width: 65px;
  }
}
@media screen and (max-width: 991px) {
  .attraction .attraction_img {
    width: 1000px;
  }
  .attraction .container {
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .attraction {
    padding-bottom: 302px;
  }
  .attraction .attraction_img {
    width: auto;
    height: 320px;
  }
  .attraction .circle {
    width: 254px;
    height: 254px;
    border-width: 40px;
    right: -70px;
    bottom: 80px;
    top: auto;
  }
  .attraction .text__content {
    text-align: center;
  }
  .attraction .text__content p {
    margin-bottom: 1em;
  }
  .attraction .btn {
    margin: 0 auto;
    max-width: 256px;
  }
}
@media screen and (max-width: 576px) {
  .attraction .attraction_img {
    width: auto;
    height: 285px;
  }
  .attraction .circle {
    bottom: 35px;
  }
}
.commercial {
  padding-top: 156px;
  padding-bottom: 180px;
  overflow: hidden;
}
.commercial .text__content h2 {
  margin-bottom: 22px;
}
.commercial .text__content p {
  margin-bottom: 24px;
}
.commercial .text__content h3 {
  margin-bottom: 22px;
  text-transform: initial;
}
.commercial .commercial_blur {
  position: absolute;
  border-radius: 50%;
  background: #294182;
  width: 404px;
  height: 243px;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  right: 50px;
  top: 40px;
}
.commercial .commercial__img {
  width: 100%;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  position: relative;
}
.commercial .label {
  position: absolute;
  width: 200px;
  left: 15%;
  top: -15%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  padding: 9px 20px;
  text-align: center;
  color: var(--dark);
  font-size: 18px;
}
.commercial .label b {
  font-weight: 700;
  font-size: 36px;
}
.commercial .label:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: calc(50% - 9px);
  bottom: -9px;
  background-color: var(--white);
  border: 5px solid var(--orange);
  border-radius: 50%;
}
.commercial .circle {
  width: 415px;
  height: 415px;
  border-width: 70px;
  left: -140px;
  bottom: -80px;
  border-color: var(--white);
  opacity: 0.1;
}
.commercial.commercial_med {
  padding-top: 30px;
  overflow: visible;
  z-index: 2;
}

@media screen and (max-width: 1440px) {
  .commercial {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .commercial {
    padding-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .commercial {
    padding-top: 90px;
  }
  .commercial .text__content {
    margin-bottom: 100px;
    text-align: center;
  }
  .commercial .commercial__img {
    -webkit-transform: none;
            transform: none;
  }
  .commercial .label {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .commercial {
    padding-top: 96px;
    padding-bottom: 120px;
  }
  .commercial .label {
    width: 166px;
    font-size: 14px;
  }
  .commercial .label b {
    font-size: 28px;
  }
  .commercial .commercial_blur {
    width: 248px;
    height: 149px;
    right: 19px;
    top: 9px;
  }
  .commercial.commercial_med .fz_32 {
    font-size: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .commercial .text__content h3 {
    font-size: 18px;
  }
}
.section_overflow {
  position: absolute;
  left: 0;
  top: -87px;
  width: 100%;
  height: 140px;
  overflow: hidden;
}
.section_overflow::after {
  content: "";
  display: block;
  width: 150%;
  height: 680px;
  border-radius: 50%;
  position: absolute;
  left: -25%;
  top: 0;
  background-color: var(--white);
}

.bg_dark .section_overflow:after {
  background-color: var(--bg_dark);
}

.clients .section_overflow:after {
  background-color: var(--white);
}
.clients .section__title {
  margin-bottom: 38px;
}
.clients .clients__icon {
  width: 80px;
  height: 80px;
  background-color: var(--white);
  -webkit-box-shadow: 11px 12px 26px rgba(28, 69, 131, 0.09);
          box-shadow: 11px 12px 26px rgba(28, 69, 131, 0.09);
  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: 0 auto 12px;
  border-radius: 50%;
}
.clients .clients__icon img {
  width: 30px;
  height: auto;
}

@media screen and (max-width: 991px) {
  .section_overflow::after {
    height: 480px;
  }
  .clients {
    padding-top: 20px;
  }
  .clients .clients__item {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 576px) {
  .section_overflow::after {
    height: 280px;
  }
}
.about_2 {
  padding-top: 130px;
  padding-bottom: 190px;
}
.about_2 .text__content h2 {
  margin-bottom: 35px;
}
.about_2 .text__content p {
  margin-bottom: 1em;
}
.about_2 .btn {
  max-width: 297px;
}
.about_2 .about_logo {
  width: 320px;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.about_2 .container {
  z-index: 2;
}
.about_2 .about_2__img {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: calc(100% - 130px);
  bottom: 0;
  overflow: hidden;
}
.about_2 .about_2__img img {
  margin-left: 50%;
}

@media screen and (max-width: 1440px) {
  .about_2 {
    padding-top: 110px;
  }
}
@media screen and (max-width: 1199px) {
  .about_2 {
    padding-top: 90px;
  }
}
@media screen and (max-width: 991px) {
  .about_2 {
    padding-top: 70px;
  }
  .about_2 .about_logo {
    margin: 60px auto 20px;
    -webkit-transform: none;
            transform: none;
  }
  .about_2 {
    padding-bottom: 0;
  }
  .about_2 .about_2__img {
    max-width: 375px;
    margin: 0 auto;
    position: static;
  }
  .about_2 .about_2__img img {
    margin: 0;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .about_2 {
    padding-top: 20px;
  }
  .about_2 .btn {
    margin: 0 auto;
  }
  .about_2 .text__content p {
    font-size: 18px;
  }
}
.contact .contact__item {
  margin-bottom: 20px;
}
.contact .contact__item .contact__icon {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  border-radius: 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;
}
.contact .contact__item p span {
  display: block;
  line-height: 1em;
}
.contact .contact__item p a {
  line-height: 1.2em;
}
.contact .contact__item p a:hover {
  color: var(--orange_hover);
}
.contact .contact_social a {
  display: block;
  margin-right: 16px;
}
.contact .contact_social a:last-child {
  margin-right: 0;
}
.contact .contact_social a:hover path {
  fill: var(--orange_hover);
}
.contact .contact__form {
  padding: 68px 25px 47px;
  border-radius: 20px;
  background-color: var(--white);
  -webkit-box-shadow: 11px 12px 26px 0px rgba(28, 69, 131, 0.09);
          box-shadow: 11px 12px 26px 0px rgba(28, 69, 131, 0.09);
}
.contact .contact__form .title_3 {
  max-width: 378px;
  margin: 0 auto 28px;
}
.contact .contact__form .form__wrap {
  max-width: 378px;
  margin: 0 auto;
}
.contact .contact__form .form__wrap .btn {
  height: 50px;
}
.contact .contact__form .form__wrap .text_14 a {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .contact {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .contact .section__title {
    text-align: center;
  }
  .contact .contact_social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 60px;
  }
  .contact .contact__form {
    padding-top: 44px;
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact__item a {
    font-size: 18px;
  }
}
.footer .footer__logo {
  display: block;
  width: 96px;
}
.footer .footer__logo img {
  width: 100%;
  height: auto;
}

.sticky_btn {
  width: 74px;
  height: 74px;
  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: var(--white);
  border-radius: 50%;
  position: fixed;
  right: 30px;
  bottom: 30px;
  -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 0px rgba(255, 255, 255, 0.2);
  -webkit-animation: pulsShadow 2s linear infinite;
          animation: pulsShadow 2s linear infinite;
  -webkit-transform: translateX(400px);
          transform: translateX(400px);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  border: none;
  cursor: pointer;
  z-index: 99;
}
.sticky_btn svg {
  width: 40px;
  height: 40px;
}
.sticky_btn > * {
  pointer-events: none;
}

@-webkit-keyframes pulsShadow {
  0% {
    -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0px rgba(255, 255, 255, 0.4);
  }
  50% {
    -webkit-box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 12pxrgba 255, 255, 255, 0;
            box-shadow: 0 0 0 12pxrgba 255, 255, 255, 0;
  }
}

@keyframes pulsShadow {
  0% {
    -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0px rgba(255, 255, 255, 0.4);
  }
  50% {
    -webkit-box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 12pxrgba 255, 255, 255, 0;
            box-shadow: 0 0 0 12pxrgba 255, 255, 255, 0;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer__logo {
    margin: 0 auto 25px;
  }
  .sticky_btn {
    width: 55px;
    height: 55px;
  }
  .sticky_btn svg {
    width: 24px;
    height: 24px;
  }
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
  opacity: 0;
  z-index: 999999;
}
.popup.open {
  opacity: 1;
  pointer-events: all;
}
.popup .popup__content {
  background: #fff;
  border-radius: 20px;
  padding: 62px 24px 57px;
  width: 96%;
  max-width: 358px;
  max-height: 98%;
  position: relative;
  overflow-y: auto;
  -webkit-box-shadow: 11px 12px 26px 0px rgba(28, 69, 131, 0.09);
          box-shadow: 11px 12px 26px 0px rgba(28, 69, 131, 0.09);
}
.popup .popup__content .close_popup {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  background: url(../img/close_dark.svg) no-repeat center;
  border: none;
  cursor: pointer;
}
.popup .popup__content h3 {
  text-align: center;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 154.4%;
  margin-bottom: 16px;
}

.main_page {
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 30px;
}
.main_page .logo {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_page .logo img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 160px;
  height: auto;
}
.main_page .logo .logo_text {
  display: block;
  color: var(--white);
  font-size: 90px;
  line-height: 1.1em;
  padding-left: 75px;
  font-weight: 600;
}
.main_page .logo__subtitle {
  color: #25ff00;
  padding-left: 235px;
}
.main_page .content {
  height: 150px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 33px;
  border-radius: 10px;
  position: absolute;
}
.main_page .content p {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 11px;
  color: #202024;
}
.main_page .content .btn {
  width: 140px;
  height: 39px;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto;
}
.main_page .content::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 6px solid #315b9a;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -15px;
}
.main_page .content.content1 {
  width: 305px;
  right: 12px;
  top: 35%;
}
.main_page .content.content2 {
  width: 380px;
  left: 12px;
  top: 45%;
}

@media screen and (max-width: 1440px) {
  .main_page .main__col .content p {
    font-size: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .main_page .logo .logo_text {
    font-size: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .main_page .logo .logo_text {
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) {
  .main_page .logo {
    margin-bottom: 0px;
  }
  .main_page .logo .logo_text {
    font-size: 50px;
  }
  .main_page .logo__subtitle {
    margin-bottom: 40px;
  }
  .main_page .content {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
  }
  .main_page .content.content1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: auto;
  }
  .main_page .content.content2 {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .main_page {
    min-height: 700px;
    padding-top: 15px;
  }
  .main_page:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.3;
  }
  .main_page .logo {
    margin-bottom: 20px;
  }
  .main_page .logo img {
    width: 100px;
    margin: 0 auto 22px;
    display: block;
  }
  .main_page .logo .logo_text {
    font-size: 50px;
    width: 250px;
    margin: 0 auto;
    padding-left: 0;
  }
  .main_page .logo__subtitle {
    padding: 0;
    width: 250px;
    margin: 0 auto 30px;
    font-size: 22px;
    line-height: 1.2em;
    color: var(--white);
  }
  .main_page .content {
    height: 100px;
    padding-top: 12px;
  }
  .main_page .content.content1 {
    position: absolute;
    top: auto;
    right: 12px;
    bottom: 50px;
    width: 216px;
  }
  .main_page .content.content2 {
    margin-bottom: 150px;
    width: 246px;
  }
  .main_page .content::after {
    width: 20px;
    height: 20px;
    border-width: 4px;
    bottom: -10px;
    left: calc(50% - 10px);
  }
  .main_page .content p {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .main_page .content .btn {
    width: 110px;
    height: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .main_page .logo img {
    width: 70px;
  }
  .main_page .logo .logo_text {
    padding-top: 5px;
  }
}
@media screen and (max-width: 375px) {
  .main_page {
    min-height: 580px;
  }
  .main_page .logo .logo_text {
    font-size: 32px;
    width: 100%;
  }
}
.simple_text .text__content h2 {
  margin: 1em 0;
}
.simple_text .text__content p,
.simple_text .text__content li {
  margin-bottom: 1em;
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
  margin: 10px 0 0 !important;
  font-size: 15px;
}/*# sourceMappingURL=main.css.map */