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;
}

body.menuopen .b_header {
  background-color: transparent !important;
}

body.menuopen .b_header .buttons .btn_white:not(:hover) {
  background-color: transparent;
  color: #fff;
}

body.menuopen .b_header .logo_block {
  background-color: transparent;
}

body.menuopen .b_header .active_logo {
  opacity: 1;
  visibility: visible;
}

body.menuopen .menu_btn {
  background-color: transparent;
}

body.menuopen .logo_link>img {
  opacity: 0;
  visibility: hidden;
}

body.menuopen .menu_toggler span {
  background-color: #fff;
}

body.home_page .sticky-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.sticky-wrapper.is-sticky .b_header {
  background-color: #000;
}

.b_header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0 20px;
  transition: background-color .2s linear;
}

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

.b_header .logo_wrapper {
  display: -ms-flexbox;
  display: flex;
}

.b_header .logo_block {
  background-color: #EEEEEE;
  border: 2px solid #DADADA;
  height: 80px;
  width: 348px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1500px) {
  .b_header .logo_block {
    height: 60px;
  }
}

@media (max-width: 1199px) {
  .b_header .logo_block {
    width: 200px;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .b_header .logo_block {
    border-width: 1px;
    height: 40px;
  }
}

.b_header .active_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all .2s linear;
}

.b_header .menu_btn {
  width: 80px;
  height: 80px;
  background-color: #EEEEEE;
  margin-right: -1px;
}

@media (max-width: 1500px) {
  .b_header .menu_btn {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 767px) {
  .b_header .menu_btn {
    width: 40px;
    height: 40px;
  }
}

.b_header .logo_link {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.b_header .head_controls {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .b_header .buttons {
    display: none;
  }
}

.b_header .buttons_list {
  gap: 25px;
}

@media (max-width: 767px) {
  .b_header .buttons_list {
    gap: 15px;
  }
}

.main_menu_wrapper {
  position: fixed;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  overflow: hidden;
  padding: 180px 0 0;
  background-color: #000;
}

@media (max-width: 1500px) {
  .main_menu_wrapper {
    padding: 120px 0 0;
  }
}

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

.main_menu_wrapper .main_menu_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

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

.main_menu_wrapper .main_menu_inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  z-index: 1;
}

.main_menu_wrapper .header_menu {
  padding: 0 0 100px;
}

.main_menu_wrapper .header_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 500;
  font-size: 45px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .main_menu_wrapper .header_menu ul {
    font-size: 35px;
  }
}

@media (max-width: 991px) {
  .main_menu_wrapper .header_menu ul {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .main_menu_wrapper .header_menu ul {
    font-size: 26px;
    text-align: center;
  }
}

.main_menu_wrapper .menu>ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 55px 0;
}

@media (max-width: 1500px) {
  .main_menu_wrapper .menu>ul {
    gap: 35px 0;
  }
}

@media (max-width: 1199px) {
  .main_menu_wrapper .menu>ul {
    gap: 25px 0;
  }
}

.main_menu_wrapper .menu a {
  color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: top;
  transition: all .2s linear;
}

@media (min-width: 992px) {
  .main_menu_wrapper .menu a:hover {
    padding: 0 0 0 45px;
  }
}

@media (min-width: 992px) {
  .main_menu_wrapper .menu a:hover::before {
    width: 40px;
  }
}

@media (min-width: 992px) {
  .main_menu_wrapper .menu a::before {
    position: absolute;
    content: '';
    top: 50%;
    width: 0;
    left: 0;
    height: 2px;
    background-color: #fff;
    margin-top: -1px;
    transition: all .2s linear;
  }
}

.menu_toggler {
  position: relative;
  border: none;
  padding: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: transparent;
  border: 2px solid #DADADA;
}

@media (max-width: 767px) {
  .menu_toggler {
    border-width: 1px;
  }
}

.menu_toggler span {
  display: block;
  width: 30px;
  height: 1px;
  padding: 0;
  background-color: #373737;
  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: 30px;
}

@media (max-width: 1500px) {
  .menu_toggler .toggler_top {
    top: 20px;
  }
}

@media (max-width: 767px) {
  .menu_toggler .toggler_top {
    top: 10px;
  }
}

.menu_toggler .toggler_middle {
  top: 39px;
}

@media (max-width: 1500px) {
  .menu_toggler .toggler_middle {
    top: 29px;
  }
}

@media (max-width: 767px) {
  .menu_toggler .toggler_middle {
    top: 19px;
  }
}

.menu_toggler .toggler_bottom {
  top: 48px;
}

@media (max-width: 1500px) {
  .menu_toggler .toggler_bottom {
    top: 38px;
  }
}

@media (max-width: 767px) {
  .menu_toggler .toggler_bottom {
    top: 28px;
  }
}

.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: 39px;
  transform: rotate(135deg);
}

@media (max-width: 1500px) {
  .menu_toggler.menu-is-active span.toggler_top {
    top: 29px;
  }
}

@media (max-width: 767px) {
  .menu_toggler.menu-is-active span.toggler_top {
    top: 19px;
  }
}

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

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

@media (max-width: 1500px) {
  .menu_toggler.menu-is-active span.toggler_bottom {
    top: 29px;
  }
}

@media (max-width: 767px) {
  .menu_toggler.menu-is-active span.toggler_bottom {
    top: 19px;
  }
}

* {
  outline: 0 !important;
}

body {
  font-family: 'Bitter', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #000;
  min-width: 320px;
  background-color: #F6F6F6;
  line-height: 1.4;
}

@media (max-width: 991px) {
  body {
    font-size: 18px;
  }
}

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

body.menuopen {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1680px;
    padding: 0 40px;
  }
}

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

h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}

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

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

h2 {
  margin-bottom: 20px;
  font-size: 45px;
  text-transform: uppercase;
}

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

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

h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}

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

@media (max-width: 767px) {
  p {
    line-height: 1.7;
  }
}

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;
  }
}

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

.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 15px 30px;
  transition: all .2s linear;
  font-weight: 700;
  font-size: 20px;
  height: auto;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 50px;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 165px;
  min-height: 56px;
}

@media (max-width: 1500px) {
  .btn {
    padding: 10px 30px;
  }
}

@media (max-width: 1199px) {
  .btn {
    font-size: 16px;
    min-height: 48px;
    padding: 15px 30px;
  }
}

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

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

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

.btn_blue {
  color: #fff;
  border-color: rgba(35, 150, 255, 0.75);
  background: rgba(35, 150, 255, 0.75);
}

.btn_blue:focus {
  color: #fff;
}

.btn_blue:active {
  color: #fff;
}

.btn_blue:hover {
  border-color: #0085FF;
  background: #0085FF;
}

.btn_white {
  color: #373737;
  border-color: #fff;
  background-color: #fff;
}

.btn_white:focus {
  color: #373737;
}

.btn_white:active {
  color: #373737;
}

.btn_white:hover {
  color: #fff;
  border-color: #0085FF;
  background: #0085FF;
}

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

.white_color {
  color: #fff;
}

.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: 160px 0;
}

@media (max-width: 1500px) {
  .section {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .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%;
  border: 1px solid #3D4953;
  background-color: #3D4953;
  border-radius: 10px;
  font-weight: 500;
  font-size: 20px;
  padding: 10px 25px;
}

@media (max-width: 767px) {
  .form_control {
    font-size: 18px;
    padding: 10px 15px;
  }
}

input.form_control {
  height: 80px;
}

@media (max-width: 1500px) {
  input.form_control {
    height: 60px;
  }
}

@media (max-width: 767px) {
  input.form_control {
    height: 52px;
  }
}

textarea.form_control {
  display: block;
  resize: none;
  padding: 25px 25px;
}

@media (max-width: 767px) {
  textarea.form_control {
    padding: 15px 15px;
  }
}

.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;
}

html .air-datepicker-nav--title {
  font-size: 18px;
}

html .air-datepicker-body--day-name {
  color: #2396FF;
  font-size: 16px;
  font-weight: 400;
}

html .air-datepicker-cell {
  font-size: 18px;
  font-weight: 400;
}

.jsAnimateTitle {
  visibility: hidden;
}

@media (max-width: 991px) {
  .jsAnimateTitle {
    visibility: visible;
  }
}

.jsAnimateTitle .word {
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  transform: translateX(-30px);
  opacity: 0;
}

@media (max-width: 991px) {
  .jsAnimateTitle .word {
    opacity: 1;
    overflow: unset;
    transform: none !important;
  }
}

.jsAnimateText h1,
.jsAnimateText h2,
.jsAnimateText h3 {
  visibility: hidden;
}

@media (max-width: 991px) {

  .jsAnimateText h1,
  .jsAnimateText h2,
  .jsAnimateText h3 {
    visibility: visible;
  }
}

.jsAnimateText h1 .word,
.jsAnimateText h2 .word,
.jsAnimateText h3 .word,
.jsAnimateText h4 .word {
  display: -ms-inline-flexbox;
  display: inline-flex;
  transform: translateY(30px);
  opacity: 0;
}

@media (max-width: 991px) {

  .jsAnimateText h1 .word,
  .jsAnimateText h2 .word,
  .jsAnimateText h3 .word,
  .jsAnimateText h4 .word {
    opacity: 1;
    overflow: unset;
    transform: none !important;
  }
}

.fade-up {
  opacity: 0;
  transform: translateY(30px);
}

@media (max-width: 991px) {
  .fade-up {
    opacity: 1;
    transform: none !important;
  }
}

.selectric-wrapper .selectric {
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 8px;
}

.selectric-wrapper .selectric .label {
  margin: 0 10px 0 38px;
  font-size: 16px;
  color: #7030A0;
  line-height: 1.5;
  height: auto;
  padding: 9px 0;
}

.selectric-wrapper .selectric .button {
  left: 0;
  right: auto;
  background-color: transparent;
  font-size: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.selectric-wrapper .selectric .button::after {
  display: none;
}

.selectric-wrapper .selectric-items {
  border-radius: 6px;
  border: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin: 4px 0 0;
}

.selectric-wrapper .selectric-items li {
  line-height: 1.5;
  min-height: auto;
  font-size: 16px;
}

.selectric-wrapper .selectric-items li.highlighted,
.selectric-wrapper .selectric-items li:hover {
  background-color: #F0EBF3;
}

.label_checkbox {
  display: inline-block;
  vertical-align: top;
}

.label_checkbox [type="checkbox"] {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.label_checkbox [type="checkbox"]:checked+.checkbox_title::before {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='23' viewBox='0 0 32 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29 2.60547L11.5 20.1055L2.75 11.3555' stroke='white' stroke-width='4.84615' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.label_checkbox .checkbox_title {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 26px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.label_checkbox .checkbox_title::before {
  left: 0;
  border-radius: 5px;
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background-color: #3D4953;
  border: 1px solid #373737;
  top: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}

.label_checkbox .checkbox_title a {
  color: #FF9A23;
}

.label_checkbox .checkbox_title a:hover {
  text-decoration: underline;
}

@keyframes moving_up_down {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(0);
  }
}

.b_main_banner {
  position: relative;
}

.b_main_banner .main_banner {
  overflow: hidden;
}

.b_main_banner .main_banner::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.2) 67%), linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

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

.b_main_banner .section_content {
  min-height: 100vh;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  padding: 150px 0 120px;
}

@media (max-width: 1500px) {
  .b_main_banner .section_content {
    min-height: 70vh;
    padding: 200px 0 120px;
  }
}

@media (max-width: 991px) {
  .b_main_banner .section_content {
    padding: 150px 0 80px;
  }
}

@media (max-width: 767px) {
  .b_main_banner .section_content {
    padding: 120px 0 30px;
    min-height: unset;
  }
}

.b_main_banner .section_content_inner {
  width: 100%;
  color: #fff;
  max-width: 1260px;
  margin: 0 auto;
}

.b_main_banner .section_content_inner .content {
  font-size: 32px;
}

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

@media (max-width: 767px) {
  .b_main_banner .section_content_inner .content {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .b_main_banner .section_content_inner .content {
    font-size: 18px;
  }
}

.b_main_banner .section_content_inner .content h1 {
  font-weight: 300;
  font-size: 60px;
  line-height: 1.1;
}

@media (max-width: 1199px) {
  .b_main_banner .section_content_inner .content h1 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .b_main_banner .section_content_inner .content h1 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .b_main_banner .section_content_inner .content h1 {
    font-size: 34px;
  }
}

.b_main_banner .section_content_inner .content h1:not(:last-child) {
  margin-bottom: 20px;
}

.b_main_banner .section_content_inner .content p {
  line-height: 1.4;
}

.b_main_banner .arrow_wrapper {
  text-align: center;
  margin: 60px 0 0;
}

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

.b_main_banner .btn_arrow {
  background-color: transparent;
  border: none;
  display: block;
  margin: 0 auto;
  width: 32px;
  height: 32px;
  padding: 0;
  position: relative;
}

.b_main_banner .btn_arrow::before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='11' viewBox='0 0 21 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.8274 0.997702L11.0194 8.68224C10.8491 8.85078 10.6191 8.94531 10.3795 8.94531C10.1398 8.94531 9.90985 8.85078 9.73949 8.68224L1.93152 0.999369C1.76011 0.83092 1.52939 0.736532 1.28905 0.736531C1.04872 0.736531 0.818002 0.830919 0.646584 0.999369C0.562173 1.08166 0.495089 1.18001 0.449286 1.28863C0.403481 1.39726 0.379884 1.51395 0.379884 1.63183C0.379884 1.74972 0.403481 1.86641 0.449286 1.97503C0.495089 2.08365 0.562173 2.182 0.646584 2.26429L8.45288 9.94717C8.96706 10.452 9.65886 10.7349 10.3795 10.7349C11.1 10.7349 11.7919 10.452 12.306 9.94717L20.1123 2.26429C20.197 2.18198 20.2643 2.08352 20.3102 1.97475C20.3562 1.86597 20.3799 1.74908 20.3799 1.631C20.3799 1.51291 20.3562 1.39603 20.3103 1.28725C20.2643 1.17848 20.197 1.08002 20.1123 0.997703C19.9409 0.829253 19.7102 0.734865 19.4699 0.734865C19.2295 0.734865 18.9988 0.829253 18.8274 0.997702Z' fill='white'/%3E%3C/svg%3E");
  width: 21px;
  height: 11px;
  left: 0;
  right: 0;
  top: 10px;
  margin: 0 auto;
  animation: moving_up_down 3s infinite;
}

.b_main_banner .btn_arrow::after {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='154' height='92' viewBox='0 0 154 92' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M151.951 20.4489C155.329 30.3997 150.399 42.415 139.084 53.8939C127.815 65.3255 110.43 75.9772 89.5863 83.0824C68.7431 90.1876 48.4823 92.369 32.5959 90.1944C16.6438 88.0108 5.42674 81.5009 2.04923 71.5511C-1.32859 61.6003 3.6014 49.585 14.9164 38.1061C26.1847 26.6745 43.5704 16.0228 64.4136 8.91758C85.2569 1.81238 105.518 -0.369021 121.404 1.80562C137.356 3.98924 148.573 10.4991 151.951 20.4489Z' stroke='%232396FF' stroke-width='2'/%3E%3C/svg%3E");
  width: 154px;
  height: 92px;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (max-width: 767px) {
  .b_main_banner .btn_arrow::after {
    width: 114px;
    height: 52px;
    background-size: contain;
    top: -5px;
  }
}

.b_about {
  position: relative;
  overflow: hidden;
}

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

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

.b_about .section_content {
  margin: 0 -12px;
}

.b_about .about_wrapper {
  gap: 30px 0;
}

.b_about .content_column,
.b_about .media_column {
  padding: 0 12px;
  width: 50%;
}

@media (max-width: 991px) {

  .b_about .content_column,
  .b_about .media_column {
    width: 100%;
  }
}

.b_about .content_column {
  color: #373737;
}

.b_about .content_column strong {
  font-weight: 500;
}

.b_about .content_wrapper {
  position: relative;
}

@media (max-width: 1400px) {
  .b_about .content_wrapper {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .b_about .content_wrapper {
    font-size: 16px;
  }
}

.b_about .content_wrapper .content {
  position: relative;
  z-index: 1;
}

.b_about .content_wrapper .content p {
  line-height: 1.8;
}

@media (max-width: 1500px) {
  .b_about .content_wrapper .content p {
    line-height: 1.6;
  }
}

.b_about .content_decor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.b_about .content_decor img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  max-height: 100%;
}

.b_about .media_column img {
  border-radius: 10px;
}

.b_services {
  position: relative;
  overflow: hidden;
}

.b_services .section_decor {
  overflow: hidden;
  background: linear-gradient(0deg, #152B36, #152B36), #000000;
}

.b_services .section_title {
  margin: 0 auto 30px;
}

.b_services .bottom_decor {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.b_services .bottom_decor img {
  position: relative;
  max-width: unset;
  left: 50%;
  transform: translate(-50%, 0);
  mix-blend-mode: screen;
}

@media (max-width: 1199px) {
  .b_services .bottom_decor img {
    max-width: 130%;
  }
}

.b_services .section_content {
  font-weight: 500;
  margin: 0 0 80px;
}

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

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

.b_services .services_wrapper {
  margin: 0 -12px;
  position: relative;
}

.b_services .services_wrapper .line {
  position: absolute;
  background-color: #fff;
  width: 24px;
  left: 50%;
  margin-left: -12px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  transition: all .2s linear;
}

@media (max-width: 1500px) {
  .b_services .services_wrapper .line {
    top: 0;
  }
}

@media (max-width: 1199px) {
  .b_services .services_wrapper .line {
    top: 0;
    width: 14px;
    margin-left: -7px;
  }
}

@media (max-width: 991px) {
  .b_services .services_wrapper .line {
    display: none;
  }
}

.b_services .services_wrapper .line_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #2396FF;
  transition: all .2s linear;
  height: 0;
}

.b_services .services_list {
  position: relative;
  margin: 0 0 160px;
}

@media (max-width: 1199px) {
  .b_services .services_list {
    margin: 0 0 80px;
  }
}

.b_services .service_row {
  padding: 160px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

@media (max-width: 1500px) {
  .b_services .service_row {
    padding: 80px 0;
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .b_services .service_row {
    font-size: 16px;
    padding: 40px 0;
  }
}

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

.b_services .service_row:first-child .line {
  border-radius: 10px 10px 0 0;
  top: 160px;
  bottom: 0;
}

@media (max-width: 1500px) {
  .b_services .service_row:first-child .line {
    top: 80px;
  }
}

@media (max-width: 1199px) {
  .b_services .service_row:first-child .line {
    top: 40px;
  }
}

.b_services .service_row:last-child .line {
  border-radius: 0 0 10px 10px;
}

@media (max-width: 991px) {
  .b_services .service_row:not(:last-child) {
    margin-bottom: 50px;
  }
}

.b_services .service_row:nth-child(2n) {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.b_services .service_row:nth-child(2n) .content_wrapper {
  margin-left: auto;
  padding-left: 40px;
}

@media (max-width: 991px) {
  .b_services .service_row:nth-child(2n) .content_wrapper {
    padding: 0;
  }
}

.b_services .service_row:nth-child(2n) .media_block {
  padding-right: 40px;
}

@media (max-width: 991px) {
  .b_services .service_row:nth-child(2n) .media_block {
    padding: 0;
  }
}

.b_services .service_row:nth-child(2n+1) .content_wrapper {
  padding-right: 40px;
}

@media (max-width: 991px) {
  .b_services .service_row:nth-child(2n+1) .content_wrapper {
    padding: 0;
  }
}

.b_services .service_row:nth-child(2n+1) .media_block {
  margin-left: auto;
  padding-left: 40px;
}

@media (max-width: 991px) {
  .b_services .service_row:nth-child(2n+1) .media_block {
    padding: 0;
  }
}

.b_services .column_content,
.b_services .column_media {
  padding: 0 12px;
  width: 50%;
}

@media (max-width: 991px) {

  .b_services .column_content,
  .b_services .column_media {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .b_services .column_content {
    margin: 0 0 20px;
  }
}

.b_services .head_part {
  color: #FF9A23;
  margin: 0 0 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10px;
}

@media (max-width: 991px) {
  .b_services .head_part {
    margin: 0 0 10px;
  }
}

.b_services .head_part .title {
  width: calc(100% - 64px - 10px);
}

@media (max-width: 1199px) {
  .b_services .head_part .title {
    width: calc(100% - 50px - 10px);
  }
}

@media (max-width: 1500px) {
  .b_services .head_part .title h3 {
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  .b_services .head_part .title h3 {
    font-size: 18px;
  }
}

.b_services .icon {
  width: 64px;
  height: 64px;
  position: relative;
}

@media (max-width: 1199px) {
  .b_services .icon {
    width: 50px;
    height: 50px;
  }
}

.b_services .content_wrapper {
  max-width: 748px;
}

.b_services .media_block {
  max-width: 748px;
}

.b_services .media_block img {
  border-radius: 10px;
}

.b_services .services_cta {
  margin: 80px 0 0;
}

@media (max-width: 991px) {
  .b_services .services_cta {
    padding: 0 0 50px;
  }
}

.b_services .cta_title {
  margin: 0 0 80px;
}

@media (max-width: 1199px) {
  .b_services .cta_title {
    margin: 0 0 40px;
  }
}

.b_services .cta_button {
  text-align: center;
  position: relative;
}

.b_services .cta_button::before {
  position: absolute;
  content: '';
  background: rgba(35, 150, 255, 0.25);
  filter: blur(50px);
  width: 286px;
  height: 286px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.b_media_gallery .section_title {
  margin: 0 auto 80px;
}

@media (max-width: 1199px) {
  .b_media_gallery .section_title {
    margin: 0 auto 30px;
  }
}

.b_media_gallery .photo_gallery:not(:first-child) {
  margin: 40px 0 0;
}

.b_media_gallery .grid-item {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .b_media_gallery .grid-item {
    margin-bottom: 10px;
  }
}

.b_media_gallery .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.b_media_gallery .image::before,
.b_media_gallery .video::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .2s linear;
  opacity: 0;
  background: linear-gradient(0deg, rgba(35, 150, 255, 0.2), rgba(35, 150, 255, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  border-radius: 10px;
}

.b_media_gallery .image {
  display: block;
  border-radius: 10px;
  position: relative;
}

.b_media_gallery .image:hover::before {
  opacity: 1;
}

.b_media_gallery .image:hover::after {
  opacity: 1;
}

.b_media_gallery .image::after {
  opacity: 0;
  position: absolute;
  z-index: 1;
  content: '';
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3578 29.1588L6.97855 38.858L0.399353 31.0852V51.6004H20.8378L13.0618 44.9412L22.7578 35.5588L16.3578 29.1588ZM31.161 0.400391L38.937 7.05959L29.241 16.442L35.641 22.842L45.0202 13.1428L51.5994 20.9156V0.400391H31.161Z' fill='%232396FF'/%3E%3C/svg%3E");
  width: 52px;
  height: 52px;
  transition: all .2s linear;
}

.b_media_gallery .video {
  display: block;
  border-radius: 10px;
  position: relative;
}

.b_media_gallery .video:hover::before {
  opacity: 1;
}

.b_media_gallery .video:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='54' viewBox='0 0 43 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42.0693 25.3091C43.3118 26.094 43.3118 27.906 42.0693 28.6909L3.94324 52.7747C2.61151 53.6159 0.875127 52.659 0.875127 51.0838L0.875129 2.91617C0.875129 1.34099 2.61152 0.384043 3.94325 1.22528L42.0693 25.3091Z' fill='%232396FF'/%3E%3C/svg%3E");
}

.b_media_gallery .video::after {
  position: absolute;
  z-index: 1;
  content: '';
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='54' viewBox='0 0 43 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42.0693 25.3091C43.3118 26.094 43.3118 27.906 42.0693 28.6909L3.94324 52.7747C2.61151 53.6159 0.875127 52.659 0.875127 51.0838L0.875129 2.91617C0.875129 1.34099 2.61152 0.384043 3.94325 1.22528L42.0693 25.3091Z' fill='white'/%3E%3C/svg%3E");
  width: 43px;
  height: 54px;
  transition: all .2s linear;
}

.b_media_gallery .grid-item {
  width: calc(33.33% - 25px*2/3);
}

@media (max-width: 767px) {
  .b_media_gallery .grid-item {
    width: calc(50% - 10px/2);
  }
}

.b_media_gallery .gutter-sizer {
  width: 25px;
}

@media (max-width: 767px) {
  .b_media_gallery .gutter-sizer {
    width: 10px;
  }
}

.b_advantages {
  position: relative;
  overflow: hidden;
}

.b_advantages .section_decor {
  background: linear-gradient(0deg, #152B36, #152B36), #000000;
}

.b_advantages .section_decor_image {
  width: 100%;
  height: 100%;
}

.b_advantages .section_title {
  margin: 0 0 90px;
}

@media (max-width: 1199px) {
  .b_advantages .section_title {
    margin: 0 0 30px;
  }
}

.b_advantages .advantages_list {
  gap: 24px;
}

.b_advantages .advantage_item {
  width: calc(50% - 12px);
  position: relative;
  background: rgba(35, 150, 255, 0.25);
  border-radius: 10px;
  min-height: 400px;
  counter-increment: advantage;
}

@media (max-width: 991px) {
  .b_advantages .advantage_item {
    width: 100%;
    min-height: unset;
  }
}

.b_advantages .advantage_item.type_2 {
  background: rgba(35, 150, 255, 0.1);
}

.b_advantages .advantage_item:before {
  content: counter(advantage);
  color: #FF9A23;
  font-weight: 700;
  font-size: 28px;
  position: absolute;
  top: 50px;
  right: 50px;
}

@media (max-width: 1500px) {
  .b_advantages .advantage_item:before {
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 1199px) {
  .b_advantages .advantage_item:before {
    font-size: 20px;
    right: 20px;
  }
}

.b_advantages .advantage_inner {
  height: 100%;
  padding: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

@media (max-width: 1500px) {
  .b_advantages .advantage_inner {
    padding: 30px 50px 30px 30px;
  }
}

@media (max-width: 500px) {
  .b_advantages .advantage_inner {
    padding: 20px 20px 20px 20px;
  }
}

.b_advantages .left_part {
  width: 110px;
  position: relative;
}

@media (max-width: 1199px) {
  .b_advantages .left_part {
    width: 80px;
  }
}

@media (max-width: 500px) {
  .b_advantages .left_part {
    width: 100%;
  }
}

.b_advantages .left_part::before {
  position: absolute;
  content: '';
  width: 1px;
  background-color: #2396FF;
  height: 100%;
  left: 50%;
  z-index: -1;
}

@media (max-width: 500px) {
  .b_advantages .left_part::before {
    width: auto;
    height: 1px;
    left: 20px;
    top: 25px;
    right: 30px;
  }
}

.b_advantages .right_part {
  width: calc(100% - 110px);
  padding: 0 0 0 40px;
}

@media (max-width: 1500px) {
  .b_advantages .right_part {
    padding: 0 0 0 20px;
  }
}

@media (max-width: 1199px) {
  .b_advantages .right_part {
    width: calc(100% - 80px);
  }
}

@media (max-width: 500px) {
  .b_advantages .right_part {
    width: 100%;
    padding: 15px 0 0;
  }
}

.b_advantages .icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #2396FF;
  position: relative;
}

@media (max-width: 1199px) {
  .b_advantages .icon {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 500px) {
  .b_advantages .icon {
    width: 50px;
    height: 50px;
  }
}

.b_advantages .icon img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 1199px) {
  .b_advantages .icon img {
    max-width: 50%;
    max-height: 50%;
  }
}

@media (max-width: 1199px) {
  .b_advantages .item_content {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .b_advantages .item_content {
    font-size: 14px;
    font-weight: 400;
  }
}

.b_advantages .item_content h3 {
  font-weight: 500;
}

@media (max-width: 1199px) {
  .b_advantages .item_content h3 {
    font-size: 20px;
  }
}

.b_advantages .item_content p {
  line-height: 1.6;
}

.b_reviews .title_wrapper {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.b_reviews .switcher {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 62px;
}

@media (max-width: 991px) {
  .b_reviews .switcher {
    gap: 20px 42px;
  }
}

@media (max-width: 767px) {
  .b_reviews .switcher {
    gap: 20px 32px;
  }
}

.b_reviews .switcher .switcher_item {
  position: relative;
}

.b_reviews .switcher .switcher_item+.switcher_item::before {
  position: absolute;
  content: '|';
  font-weight: 500;
  font-size: 36px;
  color: #B0B0B0;
  right: 100%;
  margin-right: 25px;
  top: 0;
}

@media (max-width: 1500px) {
  .b_reviews .switcher .switcher_item+.switcher_item::before {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .b_reviews .switcher .switcher_item+.switcher_item::before {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .b_reviews .switcher .switcher_item+.switcher_item::before {
    font-size: 22px;
    top: 1px;
    margin-right: 18px;
  }
}

@media (max-width: 767px) {
  .b_reviews .switcher .switcher_item+.switcher_item::before {
    font-size: 20px;
    margin-right: 12px;
  }
}

.b_reviews .switcher .btn_switcher {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  font-weight: 600;
  font-size: 36px;
  color: #373737;
  transition: all .2s linear;
}

@media (max-width: 1500px) {
  .b_reviews .switcher .btn_switcher {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .b_reviews .switcher .btn_switcher {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .b_reviews .switcher .btn_switcher {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .b_reviews .switcher .btn_switcher {
    font-size: 20px;
  }
}

.b_reviews .switcher .btn_switcher.-active,
.b_reviews .switcher .btn_switcher:hover {
  color: #2396FF;
}

.b_reviews .swiper-container {
  overflow: hidden;
  padding: 0 20px;
}

@media (max-width: 991px) {
  .b_reviews .swiper-container {
    padding: 0;
  }
}

.b_reviews .reviews_slider_block {
  width: 100%;
  padding: 60px 0 95px;
}

@media (max-width: 767px) {
  .b_reviews .reviews_slider_block {
    padding: 60px 0 0;
  }
}

.b_reviews .swiper-slide {
  position: relative;
  border-radius: 12px;
}

.b_reviews .swiper-slide .swiper-slide-shadow-coverflow {
  background: none !important;
}

.b_reviews .video_link {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.b_reviews .video_link:hover::before {
  opacity: 1;
}

.b_reviews .video_link:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='54' viewBox='0 0 43 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42.0693 25.3091C43.3118 26.094 43.3118 27.906 42.0693 28.6909L3.94324 52.7747C2.61151 53.6159 0.875127 52.659 0.875127 51.0838L0.875129 2.91617C0.875129 1.34099 2.61152 0.384043 3.94325 1.22528L42.0693 25.3091Z' fill='%232396FF'/%3E%3C/svg%3E");
}

.b_reviews .video_link::before {
  position: absolute;
  z-index: 1;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .2s linear;
  opacity: 0;
  background: linear-gradient(0deg, rgba(35, 150, 255, 0.2), rgba(35, 150, 255, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  border-radius: 10px;
}

.b_reviews .video_link::after {
  position: absolute;
  content: '';
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='54' viewBox='0 0 43 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42.0693 25.3091C43.3118 26.094 43.3118 27.906 42.0693 28.6909L3.94324 52.7747C2.61151 53.6159 0.875127 52.659 0.875127 51.0838L0.875129 2.91617C0.875129 1.34099 2.61152 0.384043 3.94325 1.22528L42.0693 25.3091Z' fill='white'/%3E%3C/svg%3E");
  width: 43px;
  height: 54px;
  z-index: 2;
}

.b_reviews .link_image {
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.b_reviews .buttons_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 120px;
}

@media (max-width: 991px) {
  .b_reviews .buttons_wrapper {
    gap: 0 60px;
  }
}

.b_reviews .buttons_wrapper button {
  width: 58px;
  height: 58px;
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  transition: all .2s linear;
}

.b_reviews .buttons_wrapper button::before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='152' height='90' viewBox='0 0 152 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M149.966 20.014C153.294 29.7315 148.439 41.4746 137.271 52.7039C126.151 63.8848 108.993 74.3043 88.4213 81.2548C67.8494 88.2053 47.8525 90.3392 32.1732 88.2119C16.4256 86.0754 5.36323 79.7066 2.03404 69.986C-1.29411 60.2685 3.56083 48.5254 14.7287 37.2961C25.8486 26.1152 43.0068 15.6957 63.5787 8.74517C84.1506 1.79469 104.147 -0.3392 119.827 1.78806C135.574 3.92458 146.637 10.2934 149.966 20.014Z' stroke='%232396FF' stroke-width='2'/%3E%3C/svg%3E");
  width: 152px;
  height: 90px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .b_reviews .buttons_wrapper button::before {
    width: 102px;
    height: 60px;
  }
}

.b_reviews .buttons_wrapper button:not(.swiper-button-lock) {
  margin-top: 56px;
}

@media (max-width: 767px) {
  .b_reviews .buttons_wrapper button:not(.swiper-button-lock) {
    margin-top: 26px;
  }
}

.b_reviews .buttons_wrapper .jsReviewsBtnPrev {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 30L12.4 15L24 -4.13256e-07L5 15L24 30Z' fill='%232396FF'/%3E%3C/svg%3E");
}

.b_reviews .buttons_wrapper .jsReviewsBtnPrev:hover {
  background-position: 20% center;
}

.b_reviews .buttons_wrapper .jsReviewsBtnNext {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 30L17.6 15L6 -4.13256e-07L25 15L6 30Z' fill='%232396FF'/%3E%3C/svg%3E");
}

.b_reviews .buttons_wrapper .jsReviewsBtnNext:hover {
  background-position: 80% center;
}

.b_reviews .testimonial_block {
  position: relative;
  overflow: hidden;
  background-color: #EBEBEB;
  border-radius: 10px;
}

.b_reviews .testimonial_block .short_content {
  color: #373737;
  font-size: 20px;
}

@media (max-width: 991px) {
  .b_reviews .testimonial_block .short_content {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .b_reviews .testimonial_block .short_content {
    font-size: 16px;
  }
}

.b_reviews .testimonial_block .short_content:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .b_reviews .testimonial_block .short_content:not(:last-child) {
    margin-bottom: 10px;
  }
}

.b_reviews .testimonial_block_inner {
  padding: 25px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .b_reviews .testimonial_block_inner {
    padding: 15px;
  }
}

.b_reviews .link_button {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #2396FF;
  padding: 10px 30px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  min-height: 50px;
}

@media (max-width: 767px) {
  .b_reviews .link_button {
    padding: 10px 15px;
    min-height: 40px;
  }
}

.b_reviews .link_button:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .b_reviews .link_button:not(:last-child) {
    margin-bottom: 10px;
  }
}

.b_reviews .link_button::after {
  display: block;
  content: '';
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5 0.326172H2.5C1.96957 0.326172 1.46086 0.536885 1.08579 0.911958C0.710714 1.28703 0.5 1.79574 0.5 2.32617V22.3262C0.5 22.8566 0.710714 23.3653 1.08579 23.7404C1.46086 24.1155 1.96957 24.3262 2.5 24.3262H22.5C23.0304 24.3262 23.5391 24.1155 23.9142 23.7404C24.2893 23.3653 24.5 22.8566 24.5 22.3262V2.32617C24.5 1.79574 24.2893 1.28703 23.9142 0.911958C23.5391 0.536885 23.0304 0.326172 22.5 0.326172ZM10.9625 20.3874C9.8482 21.1469 8.49055 21.4632 7.15531 21.2744C5.82007 21.0856 4.60336 20.4052 3.74337 19.3665C2.88337 18.3278 2.442 17.0055 2.50565 15.6585C2.5693 14.3114 3.13339 13.0367 4.0875 12.0837L7.25875 8.91242C8.27468 7.89835 9.65145 7.32881 11.0869 7.32881C12.5223 7.32881 13.8991 7.89835 14.915 8.91242C15.4639 9.45805 15.8882 10.116 16.1588 10.8412C16.2047 10.9643 16.226 11.0952 16.2213 11.2266C16.2167 11.3579 16.1862 11.487 16.1317 11.6066C16.0771 11.7262 15.9995 11.8338 15.9034 11.9234C15.8072 12.0129 15.6944 12.0827 15.5713 12.1287C15.4481 12.1746 15.3172 12.1959 15.1858 12.1912C15.0545 12.1866 14.9254 12.1561 14.8058 12.1016C14.6863 12.047 14.5786 11.9694 14.4891 11.8733C14.3995 11.7771 14.3297 11.6643 14.2838 11.5412C14.0828 11.0064 13.7509 10.5306 13.3185 10.1572C12.8861 9.78382 12.367 9.52485 11.8086 9.40398C11.2503 9.28311 10.6705 9.30419 10.1224 9.46529C9.57434 9.6264 9.07539 9.92239 8.67125 10.3262L5.5 13.4974C4.89887 14.0986 4.54358 14.9023 4.50359 15.7515C4.46361 16.6007 4.7418 17.4343 5.28379 18.0893C5.82577 18.7443 6.59257 19.1735 7.43425 19.2932C8.27594 19.4128 9.13198 19.2142 9.835 18.7362C9.94314 18.6553 10.0665 18.5972 10.1977 18.5653C10.3289 18.5334 10.4653 18.5284 10.5984 18.5506C10.7316 18.5729 10.8589 18.6218 10.9727 18.6946C11.0864 18.7673 11.1843 18.8624 11.2603 18.974C11.3363 19.0856 11.389 19.2114 11.415 19.3439C11.4411 19.4764 11.4401 19.6128 11.412 19.7448C11.384 19.8769 11.3295 20.0019 11.2518 20.1124C11.1741 20.2228 11.0748 20.3164 10.96 20.3874H10.9625ZM20.9137 12.5687L17.7425 15.7399C17.2412 16.2444 16.6447 16.6444 15.9877 16.9167C15.3307 17.1889 14.6262 17.3281 13.915 17.3262C12.8133 17.3247 11.7383 16.9875 10.8332 16.3596C9.92802 15.7316 9.23579 14.8426 8.84875 13.8112C8.75592 13.5625 8.76567 13.2872 8.87585 13.0457C8.98603 12.8043 9.18761 12.6165 9.43625 12.5237C9.68489 12.4308 9.96022 12.4406 10.2017 12.5508C10.4431 12.6609 10.6309 12.8625 10.7238 13.1112C10.9678 13.7598 11.4031 14.319 11.9722 14.7145C12.5412 15.1101 13.217 15.3234 13.91 15.3262C14.3587 15.3275 14.8031 15.2397 15.2177 15.0681C15.6322 14.8964 16.0086 14.6443 16.325 14.3262L19.5 11.1549C20.1011 10.5538 20.4564 9.75002 20.4964 8.90082C20.5364 8.05161 20.2582 7.21803 19.7162 6.56305C19.1742 5.90808 18.4074 5.47881 17.5657 5.35917C16.7241 5.23954 15.868 5.43815 15.165 5.91617C15.0569 5.99704 14.9335 6.05516 14.8023 6.08705C14.6711 6.11893 14.5347 6.12392 14.4016 6.10169C14.2684 6.07947 14.1411 6.03051 14.0273 5.95776C13.9136 5.885 13.8157 5.78996 13.7397 5.67837C13.6637 5.56678 13.611 5.44095 13.585 5.30847C13.5589 5.17598 13.5599 5.03959 13.588 4.90751C13.616 4.77543 13.6705 4.6504 13.7482 4.53996C13.8259 4.42952 13.9252 4.33596 14.04 4.26492C15.1545 3.50922 16.5106 3.19589 17.8437 3.38606C19.1768 3.57624 20.3911 4.25628 21.2499 5.29349C22.1086 6.33069 22.5501 7.65065 22.4882 8.99579C22.4263 10.3409 21.8654 11.6147 20.915 12.5687H20.9137Z' fill='white'/%3E%3C/svg%3E");
}

.b_reviews .read_more_wrap:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .b_reviews .read_more_wrap:not(:last-child) {
    margin-bottom: 10px;
  }
}

.b_reviews .read_more_wrap a {
  display: inline-block;
  vertical-align: top;
  color: #2396FF;
  position: relative;
}

.b_reviews .read_more_wrap a:hover:after {
  width: 64px;
}

.b_reviews .read_more_wrap a:after {
  position: absolute;
  content: '';
  width: 58px;
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='16' viewBox='0 0 52 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M51.2071 9.03328C51.5976 8.64275 51.5976 8.00959 51.2071 7.61907L44.8431 1.2551C44.4526 0.86458 43.8195 0.86458 43.4289 1.2551C43.0384 1.64563 43.0384 2.27879 43.4289 2.66932L49.0858 8.32617L43.4289 13.983C43.0384 14.3736 43.0384 15.0067 43.4289 15.3972C43.8195 15.7878 44.4526 15.7878 44.8431 15.3972L51.2071 9.03328ZM0.5 9.32617H50.5V7.32617H0.5V9.32617Z' fill='%232396FF'/%3E%3C/svg%3E");
  height: 16px;
  background-repeat: no-repeat;
  background-position: 100% center;
  top: 50%;
  margin-top: -8px;
  transition: all .2s linear;
}

.b_reviews .user_info_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.b_reviews .user_info_wrapper .user_icon {
  width: 44px;
  position: relative;
}

.b_reviews .user_info_wrapper .icon {
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.b_reviews .user_info_wrapper .icon img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b_reviews .user_info_wrapper .user_info {
  width: calc(100% - 44px);
  padding: 0 0 0 5px;
}

.b_reviews .user_info_wrapper .user_name {
  font-weight: 700;
  font-size: 16px;
  color: #373737;
}

.b_reviews .user_info_wrapper .user_name+.user_stars {
  margin: 10px 0 0;
}

.b_reviews .user_info_wrapper .user_stars {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 2px;
}

.b_faq {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.b_faq .section_decor {
  background: linear-gradient(0deg, #152B36, #152B36), #000000;
}

.b_faq .section_decor_image {
  width: 100%;
  height: 100%;
}

.b_faq .section_title {
  margin: 0 auto 30px;
}

.b_faq .faq_row {
  padding: 25px 0;
  counter-increment: faq;
}

@media (max-width: 767px) {
  .b_faq .faq_row {
    padding: 15px 0;
  }
}

.b_faq .faq_row:not(:last-child) {
  border-bottom: 1px solid #606060;
}

.b_faq .faq_row .content p {
  line-height: 1.7;
}

.b_faq .faq_question {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  min-height: 80px;
  padding: 0 35px 0 90px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 1500px) {
  .b_faq .faq_question {
    min-height: 60px;
  }
}

@media (max-width: 991px) {
  .b_faq .faq_question {
    padding: 0 35px 0 50px;
  }
}

@media (max-width: 767px) {
  .b_faq .faq_question {
    padding: 0 25px 0 0;
  }
}

.b_faq .faq_question.-active {
  color: #2396FF;
}

.b_faq .faq_question.-active::before {
  color: #2396FF;
}

.b_faq .faq_question.-active::after {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='4' viewBox='0 0 28 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 2.26562H28' stroke='%232396FF' stroke-width='3'/%3E%3C/svg%3E");
}

.b_faq .faq_question::before {
  position: absolute;
  content: counter(faq) ".";
  left: 0;
  width: 64px;
  text-align: center;
  color: #FF9A23;
  font-size: 28px;
  font-weight: 300;
}

@media (max-width: 1500px) {
  .b_faq .faq_question::before {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .b_faq .faq_question::before {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .b_faq .faq_question::before {
    width: 40px;
  }
}

@media (max-width: 767px) {
  .b_faq .faq_question::before {
    display: none;
  }
}

.b_faq .faq_question::after {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 14.2656H28M14 0.265625L14 28.2656' stroke='%23FF9A23' stroke-width='3'/%3E%3C/svg%3E");
  width: 28px;
  height: 29px;
  right: 0;
  top: 50%;
  margin-top: -14px;
}

@media (max-width: 767px) {
  .b_faq .faq_question::after {
    width: 20px;
    height: 20px;
    background-size: 18px;
  }
}

.b_faq .question {
  font-weight: 500;
  font-size: 28px;
}

@media (max-width: 1500px) {
  .b_faq .question {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .b_faq .question {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .b_faq .question {
    font-size: 18px;
  }
}

.b_faq .faq_ansver {
  display: none;
  padding: 15px 0 0;
}

.b_team .section_title {
  margin: 0 auto 80px;
}

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

.b_team .team_list {
  gap: 24px;
}

@media (max-width: 991px) {
  .b_team .team_list {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.b_team .team_block {
  width: calc(33.33% - 24px*2/3);
  text-align: center;
}

@media (max-width: 991px) {
  .b_team .team_block {
    width: calc(50% - 12px);
  }
}

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

.b_team .user_image {
  width: 100%;
  max-width: 516px;
  margin: 0 auto 40px;
}

@media (max-width: 1500px) {
  .b_team .user_image {
    max-width: 300px;
    margin: 0 auto 20px;
  }
}

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

@media (max-width: 767px) {
  .b_team .user_image {
    max-width: 200px;
    margin: 0 auto 10px;
  }
}

.b_team .image_wrap {
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: radial-gradient(50% 50% at 50% 50%, rgba(62, 77, 88, 0.7) 0%, rgba(40, 53, 63, 0.7) 100%), #373737;
  position: relative;
}

.b_team .image_wrap img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b_team .user_name {
  margin: 0 auto;
  font-weight: 700;
  font-size: 36px;
  color: #2396FF;
}

@media (max-width: 1500px) {
  .b_team .user_name {
    font-size: 32px;
  }
}

.b_team .user_position {
  font-weight: 500;
  font-size: 28px;
  color: #000;
}

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

.b_team .description {
  font-size: 20px;
  color: #000;
}

@media (max-width: 1500px) {
  .b_team .description {
    font-size: 16px;
    font-weight: 400;
  }
}

.b_team .description:not(:first-child) {
  margin: 20px 0 0;
}

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

@media (max-width: 1199px) {
  .b_partners .section_title {
    margin: 0 0 30px;
  }
}

.b_partners .partners_list {
  gap: 30px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 650px) {
  .b_partners .partners_list {
    gap: 20px 15px;
  }
}

.b_partners .partners_list img {
  width: auto !important;
}

@media (max-width: 1500px) {
  .b_partners .partners_list img {
    max-height: 200px;
  }
}

@media (max-width: 991px) {
  .b_partners .partners_list img {
    max-width: 200px;
    max-height: 150px;
    width: 100%;
  }
}

@media (max-width: 650px) {
  .b_partners .partners_list img {
    max-height: 100px;
  }
}

@media (max-width: 650px) {
  .b_partners .image {
    max-width: calc(33.33% - 15px*2/3);
  }
}

.b_contacts {
  position: relative;
  overflow: hidden;
}

.b_contacts .section_decor {
  background: linear-gradient(0deg, #152B36, #152B36), #000000;
}

.b_contacts .section_decor_image {
  width: 100%;
  height: 100%;
}

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

@media (max-width: 1199px) {
  .b_contacts .section_title {
    margin: 0 0 30px;
  }
}

.b_contacts .columns_wrapper:not(:last-child) {
  margin: 0 0 80px;
}

.b_contacts .columns_list {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199px) {
  .b_contacts .columns_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 0;
  }
}

.b_contacts .separator {
  background: rgba(255, 154, 35, 0.5);
  margin: 0 auto;
  width: 2px;
}

@media (max-width: 1199px) {
  .b_contacts .separator {
    width: 100%;
    height: 2px;
  }
}

.b_contacts .left_column {
  width: 50%;
}

@media (max-width: 1500px) {
  .b_contacts .left_column {
    width: calc(50% - 20px);
  }
}

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

.b_contacts .contacts_list {
  gap: 24px;
}

.b_contacts .contacts_list .item_decor_image {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 220px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b_contacts .contacts_list .item_decor_image .decor_image {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  margin: auto;
}

.b_contacts .contacts_list .item_decor_image .decor_image svg {
  width: 100%;
  height: 100%;
}

.b_contacts .contacts_list .item_decor_image .decor_image svg path {
  fill: rgba(38, 48, 56, 0.5);
}

.b_contacts .contacts_list .contact_item {
  width: calc(50% - 12px);
  padding: 60px;
  background: rgba(35, 150, 255, 0.25);
  border-radius: 10px;
  min-height: 215px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 1500px) {
  .b_contacts .contacts_list .contact_item {
    padding: 30px;
    min-height: 180px;
  }
}

.b_contacts .contacts_list .contact_item.type_2 {
  background: rgba(35, 150, 255, 0.1);
}

.b_contacts .contacts_list .contact_inner {
  position: relative;
  z-index: 1;
}

.b_contacts .contacts_list .contact_title {
  font-weight: 500;
  font-size: 28px;
  margin: 0 0 20px;
  width: 100%;
}

@media (max-width: 1500px) {
  .b_contacts .contacts_list .contact_title {
    font-size: 22px;
  }
}

.b_contacts .contacts_list .contact_data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.b_contacts .contacts_list .icon {
  min-width: 32px;
  width: 32px;
  height: 32px;
}

.b_contacts .contacts_list .contact a {
  font-weight: 500;
  font-size: 20px;
  color: #2396FF;
  display: inline-block;
  vertical-align: top;
}

.b_contacts .right_column {
  width: 41.66666667%;
}

@media (max-width: 1500px) {
  .b_contacts .right_column {
    width: calc(50% - 20px);
  }
}

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

.b_contacts .form_wrapper .form_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 25px;
}

@media (max-width: 1500px) {
  .b_contacts .form_wrapper .form_row {
    margin: 0 0 20px;
  }
}

@media (max-width: 500px) {
  .b_contacts .form_wrapper .form_row {
    gap: 20px 0;
  }
}

.b_contacts .form_wrapper .column {
  width: calc(50% - 12px);
}

@media (max-width: 500px) {
  .b_contacts .form_wrapper .column {
    width: 100%;
  }
}

.b_contacts .form_wrapper .column+.column {
  margin-left: auto;
}

.b_contacts .form_wrapper input.form_control[required] {
  padding-right: 50px;
  background-repeat: no-repeat;
  background-position: calc(100% - 25px) 35%;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.55287 8.97152L4.54079 5.72468L4.73112 4.84177L5.60121 4.9557L7.91239 7.88924L6.55287 8.97152ZM2.61027 9L1.16918 7.9462L3.50755 4.89873L4.35045 4.84177L4.54079 5.72468L2.61027 9ZM3.50755 4.89873L0 4.12975L0.543807 2.36392L3.88822 3.61709L4.24169 4.47152L3.50755 4.89873ZM4.54079 4.21519L3.88822 3.61709L3.61631 0.0284806L5.3565 0L5.22054 3.61709L4.54079 4.21519ZM5.60121 4.9557L4.89426 4.41456L5.22054 3.61709L8.45619 2.30696L9 4.07278L5.60121 4.9557Z' fill='%23FF0000'/%3E%3C/svg%3E");
}

@media (max-width: 767px) {
  .b_contacts .form_wrapper input.form_control[required] {
    background-position: calc(100% - 15px) 35%;
    padding-right: 35px;
  }
}

.b_contacts .form_wrapper .label_checkbox .checkbox_title {
  padding: 0 0 0 88px;
  font-weight: 300;
  font-size: 16px;
  min-height: 64px;
}

@media (max-width: 1199px) {
  .b_contacts .form_wrapper .label_checkbox .checkbox_title {
    min-height: 34px;
    padding: 0 0 0 50px;
  }
}

.b_contacts .form_wrapper .label_checkbox .checkbox_title::before {
  width: 64px;
  height: 64px;
}

@media (max-width: 1199px) {
  .b_contacts .form_wrapper .label_checkbox .checkbox_title::before {
    width: 34px;
    height: 34px;
  }
}

.b_contacts .form_wrapper .btn_row {
  margin: 25px 0 0;
}

.b_contacts .form_wrapper .datepicker {
  width: 100%;
  position: relative;
}

.b_contacts .form_wrapper .datepicker::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 80px;
  background: rgba(35, 150, 255, 0.5);
  width: 110px;
  border-radius: 0 10px 10px 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='32' viewBox='0 0 28 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.27298 0V5.01384H7.85316V0H5.27298ZM20.1468 0V5.01384H22.7232V0H20.1468ZM0 2.40981V9.42917H28V2.40981H24.568V6.89387H18.302V2.40981H9.69413V6.89387H3.43204V2.40981H0ZM0 11.2722V32H28V11.2722L0 11.2722ZM10.9991 16.0614C12.4244 16.0758 13.7732 16.7746 14.3094 18.0749C14.5616 18.8517 14.6959 19.6797 14.3819 20.4028C13.9889 21.237 13.192 21.6713 12.4102 21.9512C13.8774 22.3419 14.843 23.2835 14.8519 24.8129C14.8282 25.8619 14.3471 26.7911 13.6207 27.3984C12.8483 28.0215 11.9143 28.3697 10.9991 28.3761C8.41801 28.3761 7.12688 27.1885 7.12688 24.8129H9.40541C9.45383 25.813 9.91723 26.5737 10.8709 26.5872C12.0833 26.5029 12.5633 25.6899 12.5733 24.649C12.5728 24.0203 12.3479 23.376 11.8121 23.1337C11.1209 22.8406 10.3494 22.8754 9.67597 22.8747V21.066C10.7768 21.0894 12.2889 20.8913 12.3002 19.552C12.2574 18.5669 11.8623 17.864 10.9253 17.8516C9.92719 17.913 9.37946 18.4921 9.36917 19.4066H7.12688C7.17557 17.1007 9.03177 16.0717 10.9991 16.0614ZM18.8639 16.2847H20.8719V28.1567H18.6995V18.61C17.8672 19.3362 16.946 19.8533 15.9329 20.161V18.1304C17.1149 17.6626 18.092 17.0479 18.8639 16.2847Z' fill='white'/%3E%3C/svg%3E");
}

@media (max-width: 1500px) {
  .b_contacts .form_wrapper .datepicker::before {
    height: 60px;
  }
}

@media (max-width: 767px) {
  .b_contacts .form_wrapper .datepicker::before {
    height: 52px;
    width: 60px;
  }
}

.b_contacts .form_wrapper .datepicker input {
  cursor: pointer;
  padding-right: 140px;
}

@media (max-width: 767px) {
  .b_contacts .form_wrapper .datepicker input {
    padding-right: 80px;
  }
}

.jsTabs {
  position: relative;
}

.jsTabs .jsTabsItem {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
}

.jsTabs .jsTabsItem.-active {
  overflow: visible;
  position: static;
  z-index: 1;
}

.jsTabs .jsTabsItem.-fade {
  opacity: 1;
  visibility: visible;
  transition: .3s;
}

.modals {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
}

.modals__wrap {
  max-width: 700px;
  background-color: #fff;
  border-radius: 3px;
  margin: 20px auto;
}

/**
 * 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;
}

.b_footer {
  background: #1D1D1D;
  color: #fff;
  padding: 80px 0;
}

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

.b_footer .footer_top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

@media (max-width: 991px) {
  .b_footer .footer_top {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.b_footer .footer_top:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 1199px) {
  .b_footer .footer_top:not(:last-child) {
    margin-bottom: 40px;
  }
}

.b_footer .footer_menu ul {
  padding: 0;
  list-style: none;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
}

.b_footer .footer_menu>ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
}

@media (max-width: 767px) {
  .b_footer .footer_menu>ul {
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px 15px;
  }
}

.b_footer .footer_menu a {
  color: #2396FF;
  transition: all .2s linear;
  display: inline-block;
  vertical-align: top;
}

.b_footer .footer_menu a:hover {
  color: #FF9A23;
}

.b_footer .footer_bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

@media (max-width: 991px) {
  .b_footer .footer_bottom {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.b_footer .copy_wrap {
  font-weight: 500;
  font-size: 16px;
}

@media (max-width: 991px) {
  .b_footer .copy_wrap {
    text-align: center;
  }
}

.b_footer .copy_wrap p {
  margin: 0;
}

.b_footer .copy_wrap a {
  color: #2396FF;
  transition: all .1s linear;
  text-decoration: underline;
}

.b_footer .copy_wrap a:hover {
  color: #FF9A23;
  text-decoration: none;
}

.b_footer .socials_list {
  gap: 24px;
}

.b_footer .socials_list a {
  width: 48px;
  height: 48px;
  position: relative;
  display: block;
}

@media (max-width: 1199px) {
  .b_footer .socials_list a {
    width: 32px;
    height: 32px;
  }
}

.b_footer .socials_list a img,
.b_footer .socials_list a svg {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
}

.b_footer .socials_list svg {
  max-width: 100%;
}

.b_footer .socials_list svg:hover path {
  fill: #2396FF;
}

.b_footer .socials_list svg path {
  fill: #fff;
  transition: all .2s linear;
}

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

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

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

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

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