html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.b_header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  font-family: 'Mont';
  font-size: 16px;
}

.b_header.scrolled .header {
  background: rgba(0, 0, 0, 0.7);
}

.b_header .header {
  transition: all .2s linear;
}

.b_header .header_wrapper {
  padding: 24px 0;
}

@media (max-width: 1199px) {
  .b_header .header_wrapper {
    padding: 15px 0;
  }
}

.b_header .logo {
  display: inline-block;
  vertical-align: top;
  max-width: 185px;
}

@media (max-width: 1199px) {
  .b_header .logo {
    max-width: 145px;
  }
}

@media (max-width: 991px) {
  .b_header .menu_wrapper {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear;
  }
}

@media (max-width: 991px) {
  .b_header .menu_wrapper.open {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
}

@media (max-width: 991px) {
  .b_header .menu {
    overflow: auto;
    height: 100%;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    display: -ms-flexbox;
    display: flex;
  }
}

.b_header .menu > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px 30px;
}

@media (max-width: 1199px) {
  .b_header .menu > ul {
    gap: 5px 15px;
  }
}

@media (max-width: 991px) {
  .b_header .menu > ul {
    text-align: center;
    gap: 15px 15px;
    width: 100%;
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .b_header .menu > ul > li {
    width: 100%;
  }
}

.b_header .menu > ul > li > a {
  color: #fff;
}

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

.menu_toggler {
  position: relative;
  border: none;
  padding: 0;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  display: none;
  z-index: 1000;
  background-color: transparent;
}

@media (max-width: 991px) {
  .menu_toggler {
    display: block;
  }
}

.menu_toggler span {
  display: block;
  width: 24px;
  height: 2px;
  padding: 0;
  background-color: #31b44b;
  position: absolute;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0.2s;
  transform-origin: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.menu_toggler .toggler_top {
  top: 10px;
}

.menu_toggler .toggler_middle {
  top: 17px;
}

.menu_toggler .toggler_bottom {
  top: 24px;
}

.menu_toggler.menu-is-active span {
  transition: transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.menu_toggler.menu-is-active span.toggler_top {
  top: 17px;
  transform: rotate(135deg);
}

.menu_toggler.menu-is-active span.toggler_middle {
  opacity: 0;
  transform: rotate(135deg);
}

.menu_toggler.menu-is-active span.toggler_bottom {
  top: 17px;
  transform: rotate(225deg);
}

* {
  outline: 0 !important;
}

body {
  font-family: 'Aeroport';
  font-size: 18px;
  color: #000;
  min-width: 320px;
  background-color: #fff;
  line-height: 1.4;
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

h1, h2 {
  font-size: 54px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  h1, h2 {
    font-size: 44px;
  }
}

@media (max-width: 991px) {
  h1, h2 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  h1, h2 {
    font-size: 32px;
    line-height: 1.4;
  }
}

h3 {
  font-size: 32px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}

p {
  margin: 0;
  line-height: 1.5;
}

p:not(:last-child) {
  margin-bottom: 20px;
}

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

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  display: none;
}

@media (max-width: 991px) {
  input, textarea, select, select:focus {
    font-size: 16px;
  }
}

a:hover {
  text-decoration: none;
}

.btn_reset {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 15px 10px;
  transition: all .1s linear;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  text-transform: none;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 0;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 165px;
}

.btn:hover, .btn:focus {
  box-shadow: none;
}

.btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.btn:disabled:hover {
  opacity: .5;
}

@media (min-width: 992px) {
  .container {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
  }
}

.second_font {
  font-family: 'Mont';
}

.section_title,
.section_title h2 {
  font-weight: 700;
  font-size: 54px;
}

@media (max-width: 1199px) {
  .section_title,
  .section_title h2 {
    font-size: 44px;
  }
}

@media (max-width: 991px) {
  .section_title,
  .section_title h2 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .section_title,
  .section_title h2 {
    font-size: 32px;
  }
}

.w100 {
  width: 100%;
}

.-z-1 {
  z-index: -1;
}

.inset-0 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.section {
  padding: 50px 0;
}

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex.align_center {
  -ms-flex-align: center;
      align-items: center;
}

.flex.justify_between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.flex.justify_center {
  -ms-flex-pack: center;
      justify-content: center;
}

.self_end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

input.form_control,
textarea.form_control {
  -webkit-appearance: none;
}

.form_control {
  width: 100%;
}

textarea.form_control {
  display: block;
  resize: none;
}

.icon_in_middle {
  position: relative;
}

.icon_in_middle img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 90%;
  max-width: 90%;
}

.image_cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg_image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.images_content .row_content {
  overflow: hidden;
}

.images_content .row_content_inner {
  -ms-flex-align: center;
      align-items: center;
}

.images_content .image_block_wrapper {
  width: 50%;
  padding: 0 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  .images_content .image_block_wrapper {
    width: 100%;
    display: block;
  }
}

.images_content .image_block_wrapper .image {
  position: relative;
  padding-top: 70%;
}

.images_content .image_block_wrapper .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.images_content .content_block {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .images_content .content_block {
    width: 100%;
    margin: 30px 0 0;
  }
}

.images_content .content_block .content {
  max-width: 505px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .images_content .content_block .content {
    max-width: 100%;
  }
}

.images_content .content_block .content ul {
  padding: 0 0 0 20px;
}

.images_content .content_block .content a:hover span {
  border-bottom: 1px solid;
}

.btn_link {
  color: #4AA4E0;
  text-decoration: underline;
}

@keyframes move {
  0% {
    top: 0;
  }
  50% {
    top: -20px;
  }
  100% {
    top: 0;
  }
}

.b_banner {
  position: relative;
}

.b_banner .banner_content {
  min-height: 100vh;
  color: #fff;
  position: relative;
}

@media (max-width: 991px) {
  .b_banner .banner_content {
    min-height: 75vh;
  }
}

.b_banner .video_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}

.b_banner .video_wrapper::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -18.18%, rgba(0, 0, 0, 0.6) 145.32%);
  opacity: .1;
}

.b_banner .video_wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b_banner .banner_content_inner {
  padding: 70px 0;
}

.b_banner .banner_content_inner .content {
  max-width: 700px;
  font-size: 32px;
}

@media (max-width: 991px) {
  .b_banner .banner_content_inner .content {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .b_banner .banner_content_inner .content {
    font-size: 26px;
  }
}

.b_banner .banner_content_inner h1 {
  font-family: 'Mont';
  font-size: 90px;
  margin: 0 0 20px;
}

@media (max-width: 1199px) {
  .b_banner .banner_content_inner h1 {
    font-size: 82px;
  }
}

@media (max-width: 991px) {
  .b_banner .banner_content_inner h1 {
    font-size: 68px;
  }
}

@media (max-width: 767px) {
  .b_banner .banner_content_inner h1 {
    font-size: 52px;
    line-height: 1.2;
  }
}

.b_banner .scroll_icon_wrapper {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
}

.b_banner .scroll_icon {
  margin: 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='44' viewBox='0 0 27 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 11L13.5 25M13.5 43C6.59644 43 1 37.4036 1 30.5V13.5C1 6.59644 6.59644 1 13.5 1C20.4036 1 26 6.59644 26 13.5V30.5C26 37.4036 20.4036 43 13.5 43Z' stroke='%23A7A7A7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 27px;
  height: 44px;
  animation: move 1s infinite;
  position: relative;
}

.b_about_us {
  padding: 120px 0 0;
}

@media (max-width: 1199px) {
  .b_about_us {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .b_about_us {
    padding: 40px 0;
  }
}

.b_about_us .main_content {
  font-size: 28px;
  max-width: 890px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .b_about_us .main_content {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .b_about_us .main_content {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .b_about_us .main_content {
    font-size: 22px;
  }
}

.b_about_us .main_content a:hover span {
  border-bottom: 1px solid;
}

.b_about_us .images_content {
  margin: 100px 0 0;
}

@media (max-width: 767px) {
  .b_about_us .images_content {
    margin: 40px 0 0;
  }
}

.b_about_us .row_content:nth-child(2n+1) .image_block_wrapper {
  -ms-flex-pack: end;
      justify-content: end;
}

.b_about_us .row_content:nth-child(2n+1) .content {
  margin: 0 auto;
}

.b_about_us .row_content:nth-child(2n) .content_block {
  -ms-flex-order: -1;
      order: -1;
}

@media (max-width: 991px) {
  .b_about_us .row_content:nth-child(2n) .content_block {
    -ms-flex-order: unset;
        order: unset;
  }
}

.b_approach {
  background-color: #F5FAF6;
  padding: 120px 0;
}

@media (max-width: 1199px) {
  .b_approach {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .b_approach {
    padding: 40px 0;
  }
}

.b_approach .section_content {
  max-width: 890px;
  margin: 20px auto;
  font-size: 28px;
}

@media (max-width: 1199px) {
  .b_approach .section_content {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .b_approach .section_content {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .b_approach .section_content {
    font-size: 20px;
  }
}

.b_approach .images_content {
  margin: 80px 0 0;
}

.b_approach .images_content .row_content + .row_content {
  margin: 80px 0 0;
}

.b_approach .images_content .row_content:nth-child(2n+1) .content_block {
  -ms-flex-order: -1;
      order: -1;
}

@media (max-width: 991px) {
  .b_approach .images_content .row_content:nth-child(2n+1) .content_block {
    -ms-flex-order: unset;
        order: unset;
  }
}

.b_approach .images_content .row_content:nth-child(2n) .content {
  margin: 0 auto;
}

.b_approach .images_content .row_content:nth-child(2n) .image_block_wrapper {
  -ms-flex-pack: end;
      justify-content: end;
}

.b_horizen {
  padding: 120px 0;
  position: relative;
}

@media (max-width: 1199px) {
  .b_horizen {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .b_horizen {
    padding: 40px 0;
  }
}

.b_horizen .section_decor {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .b_horizen .section_decor {
    display: none;
  }
}

.b_horizen .section_decor img {
  position: absolute;
  object-fit: cover;
  max-width: none;
  margin: auto;
  bottom: 0;
  left: 50%;
  right: 0;
  height: 100%;
  transform: translate(-50%, 0);
  width: 100%;
  object-fit: cover;
}

@media (min-width: 1920px) {
  .b_horizen .section_decor img {
    height: auto;
    width: 100%;
  }
}

.b_horizen .mobile_image_block {
  display: none;
}

@media (max-width: 991px) {
  .b_horizen .mobile_image_block {
    display: block;
    width: 100%;
    margin: 30px 0 0;
  }
}

.b_horizen .mobile_image_block .image_block {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
}

.b_horizen .mobile_image_block .image_block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b_horizen .section_inner {
  margin: 0 -15px;
}

.b_horizen .left_column {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 1199px) {
  .b_horizen .left_column {
    width: 100%;
  }
}

.b_horizen .right_column {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 1199px) {
  .b_horizen .right_column {
    width: 100%;
    margin: 30px 0 0;
  }
}

.b_horizen .icons_list {
  max-width: 545px;
}

@media (max-width: 1199px) {
  .b_horizen .icons_list {
    margin: 0 auto;
  }
}

.b_horizen .list_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 40px;
}

@media (max-width: 991px) {
  .b_horizen .list_row {
    padding: 0 0 20px;
  }
}

.b_horizen .list_row:not(:first-of-type) {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .b_horizen .list_row:not(:first-of-type) {
    margin-top: 20px;
  }
}

.b_horizen .list_row:not(:last-of-type) {
  border-bottom: 1px solid #E9E9E9;
}

.b_horizen .list_row .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(49, 180, 75, 0.13);
  position: relative;
}

.b_horizen .list_row .icon img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}

.b_horizen .list_row .content_block {
  width: calc(100% - 60px);
  padding: 0 0 0 24px;
}

.b_team {
  padding: 30px 0 120px;
  margin-top: -30px;
}

@media (max-width: 1199px) {
  .b_team {
    padding: 30px 0 60px;
  }
}

@media (max-width: 767px) {
  .b_team {
    padding: 30px 0 40px;
  }
}

.b_team .team_wrapper {
  max-width: 1350px;
  margin: 60px auto 0;
}

@media (max-width: 1199px) {
  .b_team .team_wrapper {
    margin: 40px auto 0;
  }
}

@media (max-width: 991px) {
  .b_team .team_wrapper {
    margin: 20px auto 0;
  }
}

@media (max-width: 1199px) {
  .b_team .team_list {
    margin: 0 -15px;
  }
}

.b_team .team_item {
  width: 33.33%;
  padding: 15px;
}

@media (max-width: 767px) {
  .b_team .team_item {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .b_team .team_item {
    width: 100%;
  }
}

.b_team .team_block {
  text-align: center;
}

.b_team .team_block .image_block {
  max-width: 280px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .b_team .team_block .image_block {
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .b_team .team_block .image_block {
    max-width: 210px;
  }
}

.b_team .team_block .image {
  position: relative;
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.b_team .team_block .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b_team .block_content {
  margin: 30px 0 0;
}

@media (max-width: 1199px) {
  .b_team .block_content {
    margin: 10px 0 0;
  }
}

.b_team .team_title {
  font-size: 32px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .b_team .team_title {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .b_team .team_title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .b_team .team_title {
    font-size: 20px;
  }
}

.b_team .position {
  margin: 15px 0 0;
}

@media (max-width: 1199px) {
  .b_team .position {
    margin: 5px 0 0;
  }
}

.b_team .more_wrap {
  margin: 15px 0 0;
}

@media (max-width: 767px) {
  .b_team .more_wrap {
    margin: 0;
  }
}

.b_team .more {
  color: #4AA4E0;
  border-bottom: 1px solid;
}

.b_team .more:hover {
  border-color: transparent;
}

.b_about {
  background-color: #F5FAF6;
  padding: 120px 0;
}

@media (max-width: 1199px) {
  .b_about {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .b_about {
    padding: 40px 0;
  }
}

.b_about .section_title {
  margin: 0 0 80px;
}

@media (max-width: 767px) {
  .b_about .section_title {
    margin: 0 0 20px;
  }
}

.b_about .section_content {
  overflow: hidden;
}

.b_about .section_inner {
  margin: 0 -15px;
  -ms-flex-align: center;
      align-items: center;
}

.b_about .left_column {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .b_about .left_column {
    width: 100%;
  }
}

.b_about .left_column .content_wrapper {
  max-width: 595px;
  margin: 0 auto;
}

.b_about .left_column img {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}

@media (min-width: 992px) {
  .b_about .left_column h3 {
    font-size: 28px;
  }
}

.b_about .left_column a:hover span {
  border-bottom: 1px solid;
}

.b_about .right_column {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .b_about .right_column {
    width: 100%;
    margin: 30px 0 0;
  }
}

.b_about .right_column .image_block_wrapper {
  padding: 0 0 0 105px;
}

@media (max-width: 1500px) {
  .b_about .right_column .image_block_wrapper {
    padding: 0;
  }
}

.b_about .right_column .image {
  padding-top: 65%;
  position: relative;
}

@media (max-width: 991px) {
  .b_about .right_column .image {
    min-height: auto;
  }
}

.b_about .right_column img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b_about .full_content {
  display: none;
  margin: 30px 0 0;
}

.b_about .more_wrapper {
  margin: 28px 0 0;
}

.b_modal {
  max-width: 660px;
  margin: 40px auto;
  padding: 60px 60px;
  position: relative;
  background-color: #fff;
  border-radius: 0;
}

@media (max-width: 991px) {
  .b_modal {
    padding: 40px 20px;
    margin: 20px auto;
  }
}

.b_modal .mfp-close {
  font-size: 0;
  transition: all .2s linear;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.81711 0.182884C9.57327 -0.0609615 9.1822 -0.0609615 8.93835 0.182884L5 4.12123L1.06165 0.182884C0.817806 -0.0609615 0.426731 -0.0609615 0.182885 0.182884C-0.0609616 0.42673 -0.0609616 0.817804 0.182885 1.06165L4.12123 4.99999L0.182885 8.93834C-0.0609616 9.18218 -0.0609616 9.57325 0.182885 9.8171C0.302507 9.93672 0.463538 10.0011 0.619968 10.0011C0.776398 10.0011 0.937428 9.94132 1.05705 9.8171L4.9954 5.87876L8.93375 9.8171C9.05337 9.93672 9.2144 10.0011 9.37083 10.0011C9.53186 10.0011 9.68829 9.94132 9.80791 9.8171C10.0518 9.57325 10.0518 9.18218 9.80791 8.93834L5.87877 4.99999L9.81711 1.06165C10.061 0.817804 10.061 0.42673 9.81711 0.182884Z' fill='%23828A99'/%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  top: -30px;
  right: -28px;
  opacity: 1;
}

@media (max-width: 1199px) {
  .b_modal .mfp-close {
    top: 5px;
    right: 5px;
  }
}

.b_modal .team_head {
  margin: 0 0 20px;
  -ms-flex-align: center;
      align-items: center;
}

.b_modal .team_head .image_wrap {
  width: 100px;
}

@media (max-width: 767px) {
  .b_modal .team_head .image_wrap {
    width: 70px;
  }
}

.b_modal .team_head .image {
  padding-top: 100%;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
}

.b_modal .team_head .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b_modal .team_head .info_wrap {
  width: calc(100% - 100px);
  padding: 0 0 0 24px;
}

@media (max-width: 767px) {
  .b_modal .team_head .info_wrap {
    width: calc(100% - 70px);
    padding: 0 0 0 15px;
  }
}

.b_modal .team_head .name_wrap {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 5px;
}

@media (max-width: 1199px) {
  .b_modal .team_head .name_wrap {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .b_modal .team_head .name_wrap {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .b_modal .team_head .name_wrap {
    font-size: 24px;
  }
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.b_footer {
  position: relative;
  color: #fff;
  padding: 70px 0 75px;
  font-size: 14px;
}

@media (max-width: 991px) {
  .b_footer {
    padding: 40px 0;
  }
}

.b_footer .decor_image {
  background-color: #063710;
}

.b_footer .decor_image::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(0, 0, 0, 0.8);
}

.b_footer .decor_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b_footer a {
  color: #fff;
}

.b_footer a:hover {
  border-bottom: 1px solid;
}

.b_footer .footer_wrapper {
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 -15px;
}

.b_footer .column_info {
  width: calc(40% - 168px);
  max-width: 335px;
  padding: 0 15px;
}

@media (max-width: 1199px) {
  .b_footer .column_info {
    width: 300px;
    max-width: unset;
  }
}

@media (max-width: 991px) {
  .b_footer .column_info {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .b_footer .column_info {
    width: 100%;
  }
}

.b_footer .column_contacts {
  width: 336px;
  padding: 0 15px;
}

@media (max-width: 1199px) {
  .b_footer .column_contacts {
    width: 300px;
  }
}

@media (max-width: 991px) {
  .b_footer .column_contacts {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .b_footer .column_contacts {
    width: 100%;
    margin: 50px 0 0;
  }
}

.b_footer .column_menu {
  width: calc(60% - 168px);
  max-width: 474px;
  padding: 0 15px;
}

@media (max-width: 1199px) {
  .b_footer .column_menu {
    width: calc(100% - 300px - 300px);
    max-width: unset;
  }
}

@media (max-width: 991px) {
  .b_footer .column_menu {
    width: 100%;
    margin: 50px 0 0;
  }
}

.b_footer .footer_menu {
  width: 100%;
}

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

.b_footer .footer_menu .menu > ul {
  margin: 0 -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px 0;
}

@media (max-width: 1199px) {
  .b_footer .footer_menu .menu > ul {
    gap: 15px 0;
  }
}

.b_footer .footer_menu .menu > ul > li {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 600px) {
  .b_footer .footer_menu .menu > ul > li {
    width: 100%;
  }
}

@font-face {
  font-family: 'Aeroport';
  src: url("../fonts/Aeroport.eot");
  src: url("../fonts/Aeroport.eot?#iefix") format("embedded-opentype"), url("../fonts/Aeroport.woff2") format("woff2"), url("../fonts/Aeroport.woff") format("woff"), url("../fonts/Aeroport.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeroport';
  src: url("../fonts/Aeroport-Medium.eot");
  src: url("../fonts/Aeroport-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Aeroport-Medium.woff2") format("woff2"), url("../fonts/Aeroport-Medium.woff") format("woff"), url("../fonts/Aeroport-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeroport';
  src: url("../fonts/Aeroport-Bold.eot");
  src: url("../fonts/Aeroport-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Aeroport-Bold.woff2") format("woff2"), url("../fonts/Aeroport-Bold.woff") format("woff"), url("../fonts/Aeroport-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mont';
  src: url("../fonts/Mont-SemiBold.eot");
  src: url("../fonts/Mont-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-SemiBold.woff2") format("woff2"), url("../fonts/Mont-SemiBold.woff") format("woff"), url("../fonts/Mont-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
