:root {
  --text-color-1: #017142;
  --text-color-2: #4AAD33;
  --text-color-3: #95C11F;
  --text-color-4: #FBB401;
  --text-color-5: #005746;
  --bg-color-1: #017142;
  --bg-color-2: #005746;
  --bg-color-3: #95C11F;
  --bg-color-4: #FBB401;
  --bg-color-5: #E5EDEA;
  --bg-button-1: #017142;
  --bg-button-2: #4AAD33;
  --border-1: #017142;
  --border-3: #95C11F;
  --border-4: #FBB401;
  --play-button: #E93A86;
}

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: 20px;
  padding-right: 20px;
}

@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: 20px;
  padding-right: 20px;
}

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

.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 {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid: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;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.font-light {
  font-weight: 300;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.gap-x-15 {
  column-gap: 15px;
}

.gap-y-20 {
  row-gap: 20px;
}

.gap-y-40 {
  row-gap: 40px;
}

.fixed {
  position: fixed;
}

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

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

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

.align-end {
  -ms-flex-align: end;
      align-items: flex-end;
}

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

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

.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

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

.row-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.flex-col {
  -ms-flex-direction: column;
      flex-direction: column;
}

.flex-1 {
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
}

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

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

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

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

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

.opacity-40 {
  opacity: .4;
}

.rounded-8 {
  border-radius: 8px;
}

.rounded-24 {
  border-radius: 24px;
}

.rounded-24-24-0-0 {
  border-radius: 24px 24px 0 0;
}

.rounded-100p {
  border-radius: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

body.static_header .b-header .header {
  position: static;
  padding: 20px 0;
}

body.static_header .b-header .header .logo-static {
  opacity: 0;
  visibility: hidden;
}

body.static_header .b-header .header .logo-active {
  opacity: 1;
  visibility: visible;
}

body.static_header .b-header .header .menu a {
  color: var(--text-color-1);
}

.b-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}

.b-header.scrolled .header {
  padding: 20px 0;
}

@media (max-width: 500px) {
  .b-header.scrolled .header {
    padding: 10px 0;
  }
}

.b-header.scrolled .header::before {
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.b-header.scrolled .header .logo-static {
  opacity: 0;
  visibility: hidden;
}

.b-header.scrolled .header .logo-active {
  opacity: 1;
  visibility: visible;
}

.b-header.scrolled .header .menu a {
  color: var(--text-color-1);
}

.b-header .header {
  transition: all .2s linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 60px 0 30px;
}

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

@media (max-width: 500px) {
  .b-header .header {
    padding: 10px 0;
  }
}

.b-header .header::before {
  transition: all .2s linear;
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.b-header .header__menu {
  gap: 0 80px;
}

@media (max-width: 1500px) {
  .b-header .header__menu {
    gap: 0 30px;
  }
}

@media (max-width: 767px) {
  .b-header .header__menu {
    gap: 0 20px;
  }
}

@media (max-width: 370px) {
  .b-header .header__menu {
    gap: 0 10px;
  }
}

.b-header .link-logo {
  max-width: 190px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1500px) {
  .b-header .link-logo {
    max-width: 120px;
  }
}

@media (max-width: 370px) {
  .b-header .link-logo {
    max-width: 100px;
  }
}

.b-header .link-logo .logo-active {
  opacity: 0;
}

@media (min-width: 992px) {
  .b-header .menu__wrapper {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .b-header .menu__wrapper {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 100px 20px 20px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
}

.b-header .menu {
  font-size: 20px;
}

@media (max-width: 1500px) {
  .b-header .menu {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .b-header .menu {
    font-size: 20px;
  }
}

.b-header .menu a {
  color: #fff;
  transition: all .2s linear;
  text-underline-offset: 4px;
}

.b-header .menu a:hover {
  text-decoration: underline;
  color: var(--text-color-1);
}

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

.b-header .menu > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 40px;
}

@media (max-width: 991px) {
  .b-header .menu > ul {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 10px 0;
  }
}

@media (max-width: 1199px) {
  .b-header .btn-wrap .btn {
    min-height: 46px;
    padding: 10px 20px;
    min-width: unset;
    padding-right: 55px;
  }
}

@media (max-width: 1199px) {
  .b-header .btn-wrap .btn.btn-dot::after {
    right: 27px;
  }
}

@media (max-width: 767px) {
  .b-header .btn-wrap .btn.btn-dot::after {
    right: 10px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.27586 1.00954L2.49891 1.00954V0H7.49529C7.77403 0 8 0.225993 8 0.504771V5.50174L6.99058 5.50174V1.72244L0.713769 8L0 7.28615L6.27586 1.00954Z' fill='white'/%3E%3C/svg%3E");
  }
}

@media (max-width: 1199px) {
  .b-header .btn-wrap .btn.btn-dot:hover::after {
    right: 10px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

.menu_toggler {
  position: relative;
  border: none;
  padding: 0;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: none;
  z-index: 2;
  background-color: var(--bg-button-1);
  border-radius: 8px;
}

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

.menu_toggler span {
  display: block;
  width: 24px;
  height: 2px;
  padding: 0;
  background: #fff;
  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;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.menu_toggler .toggler_top {
  top: 12px;
}

.menu_toggler .toggler_middle {
  top: 19px;
}

.menu_toggler .toggler_bottom {
  top: 26px;
}

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

@media (max-width: 991px) {
  * {
    outline: 0 !important;
  }
}

html {
  font-size: 16px;
}

body {
  font-family: 'Asap', sans-serif;
  min-width: 320px;
  color: var(--text-color-1);
  background-color: #fff;
  line-height: 1.5;
  font-size: 22px;
  font-weight: 400;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.4;
}

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 {
  font-size: 160px;
  font-size: clamp(2.5rem, calc(0.68rem + 7.767vw), 10rem);
  line-height: 1.1;
}

h2 {
  font-size: 80px;
  line-height: 1.1;
  font-size: clamp(1.75rem, calc(0.961rem + 3.366vw), 5rem);
}

@media (max-width: 767px) {
  h2 {
    line-height: 1.2;
  }
}

h3 {
  font-size: 42px;
  font-size: clamp(1.375rem, calc(1.072rem + 1.294vw), 2.625rem);
}

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

.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;
  padding: 10px 30px;
  transition: all .1s linear;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 100px;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 66px;
  min-width: 128px;
}

@media (max-width: 991px) {
  .btn {
    min-height: 48px;
    padding: 10px 20px;
  }
}

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

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

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

.btn.btn-dot {
  padding-right: 65px;
}

@media (max-width: 991px) {
  .btn.btn-dot {
    padding-right: 55px;
  }
}

.btn.btn-dot::after {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--bg-color-3);
  right: 30px;
  top: 50%;
  overflow: hidden;
  transition: all .2s linear;
  margin-top: -5px;
}

@media (max-width: 991px) {
  .btn.btn-dot::after {
    right: 27px;
  }
}

.btn.btn-dot:hover::after {
  right: 10px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.27586 1.00954L2.49891 1.00954V0H7.49529C7.77403 0 8 0.225993 8 0.504771V5.50174L6.99058 5.50174V1.72244L0.713769 8L0 7.28615L6.27586 1.00954Z' fill='white'/%3E%3C/svg%3E");
}

@media (max-width: 991px) {
  .btn.btn-dot:hover::after {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

.btn-style-white {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

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

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

.btn-style-white:hover {
  background-color: var(--bg-color-1);
  border-color: var(--border-1);
  color: var(--text-color-3);
}

.btn-style-white.btn-dot:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.27586 1.00954L2.49891 1.00954V0H7.49529C7.77403 0 8 0.225993 8 0.504771V5.50174L6.99058 5.50174V1.72244L0.713769 8L0 7.28615L6.27586 1.00954Z' fill='%23017142'/%3E%3C/svg%3E");
}

.btn-style-1 {
  color: #fff;
  border-color: var(--border-1);
  background-color: var(--bg-color-1);
}

.btn-style-1:focus {
  color: #fff;
}

.btn-style-1:active {
  color: #fff;
}

.btn-style-1:hover {
  border-color: var(--border-1);
  background-color: var(--bg-color-1);
}

.btn-style-2 {
  color: var(--text-color-1);
  border-color: var(--border-1);
  background-color: transparent;
}

.btn-style-2:focus {
  color: var(--text-color-1);
}

.btn-style-2:active {
  color: var(--text-color-1);
}

.btn-style-2:hover {
  background-color: var(--bg-color-1);
  color: var(--text-color-3);
}

.btn-style-2.btn-dot:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.27586 1.00954L2.49891 1.00954V0H7.49529C7.77403 0 8 0.225993 8 0.504771V5.50174L6.99058 5.50174V1.72244L0.713769 8L0 7.28615L6.27586 1.00954Z' fill='%23017142'/%3E%3C/svg%3E");
}

.btn-style-3 {
  color: var(--text-color-4);
  border-color: var(--border-3);
  background-color: transparent;
}

.btn-style-3:focus {
  color: var(--text-color-1);
}

.btn-style-3:active {
  color: var(--text-color-1);
}

.btn-style-3:hover {
  background-color: var(--bg-color-1);
  border-color: var(--border-1);
  color: var(--text-color-3);
}

.btn-style-3.btn-dot:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.27586 1.00954L2.49891 1.00954V0H7.49529C7.77403 0 8 0.225993 8 0.504771V5.50174L6.99058 5.50174V1.72244L0.713769 8L0 7.28615L6.27586 1.00954Z' fill='%23017142'/%3E%3C/svg%3E");
}

.btn-style-4 {
  color: var(--text-color-4);
  border-color: var(--border-1);
  background-color: transparent;
}

.btn-style-4:focus {
  color: var(--text-color-1);
}

.btn-style-4:active {
  color: var(--text-color-1);
}

.btn-style-4:hover {
  background-color: var(--bg-color-1);
  border-color: var(--border-1);
  color: var(--text-color-3);
}

.btn-style-4.btn-dot::after {
  background-color: var(--bg-color-4);
}

.btn-style-4.btn-dot:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.27586 1.00954L2.49891 1.00954V0H7.49529C7.77403 0 8 0.225993 8 0.504771V5.50174L6.99058 5.50174V1.72244L0.713769 8L0 7.28615L6.27586 1.00954Z' fill='%23017142'/%3E%3C/svg%3E");
}

.text-white {
  color: #fff;
}

.text-color-2 {
  color: var(--text-color-2);
}

.text-color-4 {
  color: var(--text-color-4);
}

.text-color-4 .dot-text {
  color: var(--text-color-4);
}

.text-color-4 .dot-text::before {
  background-color: var(--bg-color-4);
}

.bg-color-1 {
  background-color: var(--bg-color-1);
}

.bg-color-2 {
  background-color: var(--bg-color-2);
}

.section {
  padding: 70px 0;
}

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

.section-title:not(:last-child) {
  margin-bottom: 40px;
}

.dot-text {
  color: var(--text-color-2);
  text-transform: uppercase;
  position: relative;
  padding: 0 0 0 30px;
  font-size: 16px;
}

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

.dot-text::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: var(--bg-button-2);
}

@media (max-width: 991px) {
  .dot-text::before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
}

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

input.form__control {
  min-height: 70px;
}

@media (max-width: 767px) {
  input.form__control {
    min-height: 46px;
  }
}

.form__control {
  padding: 10px 20px;
  width: 100%;
  border: 1px solid #73AF96;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 16px;
  background-color: transparent;
}

.form__control::-webkit-input-placeholder {
  color: var(--text-color-1);
  opacity: 1;
}

.form__control:-moz-placeholder {
  color: var(--text-color-1);
  opacity: 1;
}

.form__control::-moz-placeholder {
  color: var(--text-color-1);
  opacity: 1;
}

.form__control:-ms-input-placeholder {
  color: var(--text-color-1);
  opacity: 1;
}

textarea.form__control {
  display: block;
  resize: none;
  padding: 20px 20px;
}

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

.columns {
  row-gap: 30px;
}

.columns.col-50 .column {
  width: 50%;
}

@media (max-width: 991px) {
  .columns.col-50 .column {
    width: 100%;
  }
}

.play-icon {
  width: 78px;
  height: 78px;
  transition: all .2s linear;
}

@media (max-width: 991px) {
  .play-icon {
    width: 60px;
    height: 60px;
  }
}

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

.play-icon .bg-icon {
  background-color: var(--play-button);
}

.play-icon .icon {
  padding: 10px;
  width: 100%;
  height: 100%;
}

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

@media (max-width: 767px) {
  .play-icon .icon {
    padding: 8px;
  }
}

.play-icon svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.wpcf7-acceptance label,
.wpcf7-checkbox label,
.label_checkbox {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}

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

.wpcf7-acceptance label [type="checkbox"]:checked + .wpcf7-list-item-label::before,
.wpcf7-acceptance label [type="checkbox"]:checked + .checkbox_title::before,
.wpcf7-checkbox label [type="checkbox"]:checked + .wpcf7-list-item-label::before,
.wpcf7-checkbox label [type="checkbox"]:checked + .checkbox_title::before,
.label_checkbox [type="checkbox"]:checked + .wpcf7-list-item-label::before,
.label_checkbox [type="checkbox"]:checked + .checkbox_title::before {
  background-color: var(--bg-color-1);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5509 7.98144L3.5326 7.99994L0 4.43137L1.48862 2.92759L3.55096 5.01094L8.51138 0L10 1.50378L3.56927 8L3.5509 7.98144Z' fill='white'/%3E%3C/svg%3E");
}

.wpcf7-acceptance label .wpcf7-list-item-label,
.wpcf7-acceptance label .checkbox_title,
.wpcf7-checkbox label .wpcf7-list-item-label,
.wpcf7-checkbox label .checkbox_title,
.label_checkbox .wpcf7-list-item-label,
.label_checkbox .checkbox_title {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 52px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.wpcf7-acceptance label .wpcf7-list-item-label::before,
.wpcf7-acceptance label .checkbox_title::before,
.wpcf7-checkbox label .wpcf7-list-item-label::before,
.wpcf7-checkbox label .checkbox_title::before,
.label_checkbox .wpcf7-list-item-label::before,
.label_checkbox .checkbox_title::before {
  left: 0;
  border-radius: 8px;
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  border: 1px solid var(--border-1);
  top: 2px;
  background-repeat: no-repeat;
  background-position: center;
}

.wpcf7-acceptance label .wpcf7-list-item-label a,
.wpcf7-acceptance label .checkbox_title a,
.wpcf7-checkbox label .wpcf7-list-item-label a,
.wpcf7-checkbox label .checkbox_title a,
.label_checkbox .wpcf7-list-item-label a,
.label_checkbox .checkbox_title a {
  color: var(--text-color-1);
  text-decoration: underline;
}

.wpcf7-acceptance label .wpcf7-list-item-label a:hover,
.wpcf7-acceptance label .checkbox_title a:hover,
.wpcf7-checkbox label .wpcf7-list-item-label a:hover,
.wpcf7-checkbox label .checkbox_title a:hover,
.label_checkbox .wpcf7-list-item-label a:hover,
.label_checkbox .checkbox_title a:hover {
  color: var(--text-color-4);
}

.b_main-banner.style_2 .section__inner {
  padding-top: 18vw;
}

@media (max-width: 767px) {
  .b_main-banner.style_2 .section__inner {
    padding-top: 320px;
  }
}

.b_main-banner .container {
  position: relative;
}

.b_main-banner .scroll__title {
  position: absolute;
  right: 20px;
  transform: translate(0, -115%);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.9;
}

@media (max-width: 767px) {
  .b_main-banner .scroll__title {
    font-size: 14px;
  }
}

.b_main-banner .scroll__title:hover {
  text-decoration: underline;
  opacity: 1;
}

.b_main-banner .bg-section img {
  object-position: center 0;
}

@media (max-width: 1199px) {
  .b_main-banner .bg-section img {
    object-position: center -10vw;
  }
}

@media (max-width: 767px) {
  .b_main-banner .bg-section img {
    object-position: center -15vw;
    height: 115%;
  }
}

.b_main-banner .bg-decor svg {
  position: relative;
  margin-top: -5%;
  left: 50%;
  transform: translate(-53%, 0);
  width: auto;
  height: 110%;
}

.b_main-banner .box-gradient::before, .b_main-banner .box-gradient::after {
  content: '';
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
}

.b_main-banner .box-gradient::before {
  top: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  height: 30%;
}

.b_main-banner .box-gradient::after {
  bottom: 0;
  height: 90%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.b_main-banner .section__inner {
  min-height: 100vh;
  max-width: 1496px;
  padding-top: 50vw;
  padding-bottom: 260px;
}

@media (max-width: 1199px) {
  .b_main-banner .section__inner {
    padding-bottom: 160px;
  }
}

@media (max-width: 767px) {
  .b_main-banner .section__inner {
    padding-top: 320px;
    padding-bottom: 50px;
  }
}

.b_main-banner .title:not(:last-child) {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .b_main-banner .title:not(:last-child) {
    margin-bottom: 20px;
  }
}

.b_main-banner .content {
  font-size: 26px;
  max-width: 778px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .b_main-banner .content {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .b_main-banner .content {
    font-size: 18px;
  }
}

.b_main-banner .content:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .b_main-banner .content:not(:last-child) {
    margin-bottom: 20px;
  }
}

.b_main-banner .media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-about .section-title,
.b-about .section-title h2 {
  font-size: clamp(1.75rem, calc(0.961rem + 3.366vw), 5rem);
}

.b-about .columns-wrapper:not(:first-child) {
  padding-top: 50px;
}

@media (max-width: 991px) {
  .b-about .columns-wrapper:not(:first-child) {
    padding-top: 25px;
  }
}

.b-about .columns-wrapper:not(:first-child)::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--border-4);
  opacity: .4;
}

@media (max-width: 1700px) {
  .b-about .main-columns .left-part {
    width: 45%;
  }
}

@media (max-width: 1199px) {
  .b-about .main-columns .left-part {
    width: 100%;
  }
}

@media (max-width: 1700px) {
  .b-about .main-columns .right-part {
    -ms-flex: 1;
        flex: 1;
  }
}

@media (max-width: 991px) {
  .b-about .main-columns .right-part {
    width: 100%;
    -ms-flex: unset;
        flex: unset;
  }
}

.b-about .main-columns .right-part img {
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .b-about .main-columns .right-part .column {
    width: 100%;
  }
}

.b-about .content-columns:not(:last-child) {
  margin-bottom: 60px;
}

@media (max-width: 1199px) {
  .b-about .content-columns:not(:last-child) {
    margin-bottom: 30px;
  }
}

.b-our-team .dot-text:not(:last-child) {
  margin-bottom: 65px;
}

@media (max-width: 1199px) {
  .b-our-team .dot-text:not(:last-child) {
    margin-bottom: 30px;
  }
}

.b-our-team .media-block {
  max-width: 738px;
}

.b-our-team .content-part .content {
  font-size: 44px;
}

@media (max-width: 1500px) {
  .b-our-team .content-part .content {
    font-size: 36px;
  }
}

@media (max-width: 1199px) {
  .b-our-team .content-part .content {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .b-our-team .content-part .content {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .b-our-team .content-part .content {
    font-size: 20px;
  }
}

.b-our-team .content-part .content:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .b-our-team .content-part .content:not(:last-child) {
    margin-bottom: 20px;
  }
}

.b-our-team .btn-wrapper:not(:first-child) {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .b-our-team .btn-wrapper:not(:first-child) {
    margin-top: 20px;
  }
}

.b-video-slider .video-poster {
  display: block;
}

@media (max-width: 991px) {
  .b-video-slider .video-poster {
    margin-bottom: 10px;
  }
}

.b-video-slider .play-icon {
  left: 48px;
  bottom: 30px;
}

@media (max-width: 1500px) {
  .b-video-slider .play-icon {
    left: 20px;
    bottom: 20px;
  }
}

.b-video-slider .poster {
  aspect-ratio: 16/11;
}

.b-video-slider .poster img {
  object-position: center 0;
}

.b-video-slider .video-block {
  padding-right: 10%;
}

@media (max-width: 1199px) {
  .b-video-slider .video-block {
    padding: 0;
  }
}

@media (max-width: 500px) {
  .b-video-slider .video-block {
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .b-video-slider .title {
    margin-bottom: 10px;
  }
}

.b-video-slider .title,
.b-video-slider .title h2,
.b-video-slider .title h3 {
  font-size: clamp(1.125rem, calc(0.913rem + 0.906vw), 2rem);
}

@media (max-width: 1500px) {
  .b-video-slider .tags-list {
    font-size: 18px;
    gap: 5px 10px;
  }
}

@media (max-width: 1199px) {
  .b-video-slider .tags-list {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .b-video-slider .tags-list {
    font-size: 14px;
  }
}

.b-video-slider .tag {
  text-transform: uppercase;
}

.b-video-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.b-workplace .workplace-slider:not(:first-child) {
  margin-top: 90px;
}

@media (max-width: 1199px) {
  .b-workplace .workplace-slider:not(:first-child) {
    margin-top: 50px;
  }
}

@media (max-width: 1199px) {
  .b-workplace .main-columns .column {
    width: 100%;
  }
}

@media (max-width: 1500px) {
  .b-workplace .columns-content .column {
    width: 100%;
  }
}

.b-workplace .swiper-wrapper {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition-timing-function: linear;
}

.b-tabs-section .dot-text:not(:last-child) {
  margin-bottom: 70px;
}

@media (max-width: 1500px) {
  .b-tabs-section .dot-text:not(:last-child) {
    margin-bottom: 30px;
  }
}

.b-tabs-section .titles__list {
  gap: 20px;
}

@media (max-width: 767px) {
  .b-tabs-section .titles__list {
    gap: 10px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 5px;
    margin: 0 -20px;
    padding: 0 15px;
  }
}

.b-tabs-section .titles__list:not(:last-child) {
  margin-bottom: 60px;
}

@media (max-width: 1199px) {
  .b-tabs-section .titles__list:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 1500px) {
  .b-tabs-section .titles__list {
    font-size: 18px;
  }
}

.b-tabs-section .title {
  cursor: pointer;
  padding: 10px;
  opacity: .6;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 1px solid transparent;
}

.b-tabs-section .title.-active {
  opacity: 1;
  border-color: var(--border-4);
}

.b-tabs-section .columns__list {
  gap: 18px;
}

.b-tabs-section .column__block {
  width: calc(50% - 9px);
}

@media (max-width: 1199px) {
  .b-tabs-section .column__block {
    width: 100%;
  }
}

.b-tabs-section .content-part {
  padding: 50px 44px;
  width: 100%;
}

@media (max-width: 991px) {
  .b-tabs-section .content-part {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .b-tabs-section .content-part {
    padding: 30px 20px;
  }
}

@media (max-width: 1500px) {
  .b-tabs-section .content__item {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .b-tabs-section .content__item {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .b-tabs-section .content__item {
    font-size: 16px;
  }
}

.b-tabs-section .media {
  position: sticky;
  top: 0;
}

.b-tabs-section .media .decor {
  bottom: 0;
  left: 0;
  right: 0;
}

.b-tabs-section .media .decor svg {
  display: block;
  transform: translate(0, 40%);
  max-width: 100%;
}

.b-accordion-section .section-title {
  padding: 0 40px;
}

@media (max-width: 1199px) {
  .b-accordion-section .section-title {
    padding: 0;
  }
}

.b-accordion-section .section-title:not(:last-child) {
  margin-bottom: 40px;
}

.b-accordion-section .section-title.max-width {
  max-width: 1300px;
}

.b-accordion-section .top-part {
  padding: 0 40px;
}

@media (max-width: 1199px) {
  .b-accordion-section .top-part {
    padding: 0 20px;
  }
}

.b-accordion-section .top-part:not(:first-child) {
  padding-top: 50px;
}

@media (max-width: 1199px) {
  .b-accordion-section .top-part:not(:first-child) {
    padding-top: 30px;
  }
}

.b-accordion-section .top-part:not(:first-child)::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--border-1);
  opacity: .4;
}

.b-accordion-section .top-part:not(:last-child) {
  margin-bottom: 100px;
}

@media (max-width: 1199px) {
  .b-accordion-section .top-part .main-columns .column {
    width: 100%;
  }
}

@media (max-width: 1700px) {
  .b-accordion-section .top-part .columns-content .column {
    width: 100%;
  }
}

.b-accordion-section .accordion .btn-tab-control {
  top: 30px;
  right: 40px;
  width: 60px;
  height: 60px;
  border: 1px solid var(--border-1);
  border-radius: 100%;
  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: 1199px) {
  .b-accordion-section .accordion .btn-tab-control {
    width: 40px;
    height: 40px;
    padding: 10px;
    right: 20px;
    top: 20px;
  }
}

.b-accordion-section .accordion .btn-tab-control.-active .vertical {
  opacity: 0;
  visibility: hidden;
}

.b-accordion-section .accordion .btn-tab-control svg {
  display: block;
  width: auto;
  height: auto;
}

.b-accordion-section .accordion:not(:first-child)::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--border-1);
  opacity: .4;
}

.b-accordion-section .accordion__row {
  padding: 30px 40px;
}

@media (max-width: 1199px) {
  .b-accordion-section .accordion__row {
    padding: 30px 20px;
  }
}

.b-accordion-section .accordion__row::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--border-1);
  opacity: .4;
}

.b-accordion-section .accordion .title {
  padding-right: 80px;
}

@media (max-width: 991px) {
  .b-accordion-section .accordion .title {
    padding: 0;
  }
}

.b-accordion-section .accordion .date__wrapper {
  width: 160px;
}

@media (max-width: 991px) {
  .b-accordion-section .accordion .date__wrapper {
    width: 100%;
    padding-bottom: 20px;
    padding-right: 80px;
  }
}

.b-accordion-section .toggle-wrapper {
  padding-top: 30px;
  display: none;
}

@media (max-width: 991px) {
  .b-accordion-section .toggle-wrapper {
    padding-top: 20px;
  }
}

.b-video-background .decor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 0 0 60px;
}

@media (max-width: 991px) {
  .b-video-background .decor {
    padding: 0 0 0 30px;
  }
}

.b-video-background .decor img {
  min-height: 100%;
  max-height: 120%;
}

.b-video-background .section__container {
  height: 100vh;
}

@media (max-width: 991px) {
  .b-video-background .section__container {
    height: auto;
    aspect-ratio: 16/9;
  }
}

.b-video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-testimonials .dot-text:not(:last-child) {
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .b-testimonials .top-part {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: unset;
        align-items: unset;
  }
}

.b-testimonials .top-part .section-title {
  max-width: 1042px;
}

.b-testimonials .testimonials:not(:first-child) {
  padding-top: 55px;
}

.b-testimonials .testimonials:not(:first-child) .testimonials__inner {
  border-top: 1px solid var(--border-1);
  padding-top: 60px;
}

.b-line-animation {
  color: var(--text-color-3);
}

.b-line-animation .text {
  font-size: 120px;
}

@media (max-width: 1500px) {
  .b-line-animation .text {
    font-size: 90px;
  }
}

@media (max-width: 1199px) {
  .b-line-animation .text {
    font-size: 70px;
  }
}

@media (max-width: 991px) {
  .b-line-animation .text {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .b-line-animation .text {
    font-size: 30px;
  }
}

.b-line-animation .swiper-slide {
  width: auto;
}

.b-line-animation .swiper-wrapper {
  transition-timing-function: linear;
}

.b-line-animation:last-child {
  margin-bottom: -30px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .b-line-animation:last-child {
    padding-bottom: 80px;
  }
}

.b_content_page .entry-header:not(:last-child) {
  margin-bottom: 30px;
}

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

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

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

.file_wrapper {
  position: relative;
}

.file_wrapper .select_file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
}

.file_wrapper .select_file.error {
  border-color: #dc3232;
}

.file_wrapper [type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.file_wrapper [type="file"]::file-selector-button {
  background-color: none !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  opacity: 0;
}

.file_wrapper [type="file"]:focus-visible {
  border-color: var(--border-black-1);
}

.file_wrapper .file_btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 60px 0 20px;
  border-radius: 8px;
  min-height: 70px;
  position: relative;
  width: 100%;
  line-height: 1.2;
  border: 1px solid #73AF96;
  background-color: transparent;
}

@media (max-width: 767px) {
  .file_wrapper .file_btn {
    min-height: 46px;
  }
}

.file_wrapper .file_btn:after {
  position: absolute;
  content: '';
  width: 22px;
  height: 28px;
  right: 24px;
  top: 50%;
  margin-top: -14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='28' viewBox='0 0 22 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.82353 22.6666H16.1765V21.3333H5.82353V22.6666Z' fill='%23017142'/%3E%3Cpath d='M11.6474 12.9428V18.6666H10.3533V12.9429L7.57555 15.8048L6.66047 14.862L10.5428 10.862C10.7955 10.6017 11.2052 10.6017 11.4579 10.862L15.3403 14.862L14.4252 15.8048L11.6474 12.9428Z' fill='%23017142'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 3.33333C0 1.49239 1.44849 0 3.23529 0H11.3367C12.109 0 12.8558 0.284641 13.4422 0.802478L20.8702 7.3623C21.5873 7.99558 22 8.92008 22 9.89316V24.6667C22 26.5076 20.5515 28 18.7647 28H3.23529C1.44849 28 0 26.5076 0 24.6667V3.33333ZM3.23529 1.33333C2.16321 1.33333 1.29412 2.22876 1.29412 3.33333V24.6667C1.29412 25.7712 2.16321 26.6667 3.23529 26.6667H18.7647C19.8368 26.6667 20.7059 25.7712 20.7059 24.6667V9.89316C20.7059 9.70168 20.6792 9.51333 20.6283 9.33325H14.8824C13.0955 9.33325 11.6471 7.84087 11.6471 5.99992V1.35906C11.545 1.34203 11.4412 1.33333 11.3367 1.33333H3.23529ZM12.9412 2.11615L19.6037 7.99992H14.8824C13.8103 7.99992 12.9412 7.10449 12.9412 5.99992V2.11615Z' fill='%23017142'/%3E%3C/svg%3E");
}

@media (max-width: 767px) {
  .file_wrapper .file_btn:after {
    right: 18px;
  }
}

.mfp-bg {
  background-color: var(--bg-color-2);
  opacity: .9;
}

.mfp-container {
  padding: 0;
  padding-left: 312px;
}

@media (max-width: 1500px) {
  .mfp-container {
    padding-left: 200px;
  }
}

@media (max-width: 1199px) {
  .mfp-container {
    padding-left: 100px;
  }
}

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

.mfp-content {
  height: 100%;
}

.b_modal {
  margin: 0 auto;
  padding: 0;
  position: relative;
  background-color: var(--bg-color-5);
  box-shadow: none;
  height: 100%;
  color: var(--text-color-1);
  border-radius: 24px 0 0 24px;
}

@media (max-width: 767px) {
  .b_modal {
    border-radius: 0;
  }
}

.b_modal .mfp-close {
  width: 72px;
  height: 72px;
  font-size: 0;
  transition: all .2s linear;
  border-radius: 50%;
  font-size: 0;
  top: 30px;
  right: 40px;
  opacity: 1;
  background-color: var(--bg-button-2);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8218 14.0069L0.0134203 26.828L1.19907 28.0125L14.0075 15.1914L26.829 28L28.0134 26.8143L15.1919 14.0057L28.0005 1.18446L26.8148 0L14.0063 12.8213L1.1852 0.0131103L0.000732422 1.19875L12.8218 14.0069Z' fill='%23F5F4EE'/%3E%3C/svg%3E");
}

@media (max-width: 991px) {
  .b_modal .mfp-close {
    width: 32px;
    height: 32px;
    background-size: 16px;
  }
}

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

.b_modal .modal-inner {
  padding: 0;
  height: 100%;
}

.b_modal .modal__container {
  padding-left: 80px;
  padding-right: 50px;
}

@media (max-width: 1500px) {
  .b_modal .modal__container {
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .b_modal .modal__container {
    padding: 0 20px;
  }
}

.b_modal .modal__head {
  padding: 90px 0 30px;
}

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

.b_modal .modal__head-inner {
  min-height: 72px;
}

@media (max-width: 991px) {
  .b_modal .modal__head-inner {
    min-height: 32px;
  }
}

.b_modal .modal__body {
  -ms-flex: 1;
      flex: 1;
  overflow: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 80px;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .b_modal .modal__body {
    padding: 30px;
  }
}

.b_modal .dot-text:not(:last-child) {
  margin-bottom: 30px;
}

.b_modal .career__content .sub-title:not(:last-child) {
  margin-bottom: 50px;
}

.b_modal .career__content .content:not(:last-child) {
  margin-bottom: 30px;
}

.b_modal .career__content .columns ul {
  padding-left: 22px;
}

.b_modal .career__content .columns li:not(:last-child) {
  margin-bottom: 30px;
}

.b_modal .career__form {
  position: relative;
}

.b_modal .career__form:not(:first-child) {
  margin-top: 40px;
  padding-top: 40px;
}

.b_modal .career__form:not(:first-child)::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--bg-color-1);
  opacity: .3;
}

.b_modal .career__form .form__row {
  margin-bottom: 20px;
}

.b_modal .career__form .columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 600px) {
  .b_modal .career__form .columns {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.b_modal .career__form .columns .column {
  -ms-flex: 1;
      flex: 1;
}

@media (max-width: 600px) {
  .b_modal .career__form .columns .column {
    -ms-flex: unset;
        flex: unset;
  }
}

.b_modal .career__form .form__btn {
  margin-top: 40px;
}

.b_modal.info-modal .content-part {
  padding-right: 70px;
}

@media (max-width: 991px) {
  .b_modal.info-modal .content-part {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .b_modal.info-modal .content-part {
    padding-right: 0;
    padding-top: 20px;
  }
}

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

.mfp-move-from-left {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-from-left .mfp-content {
  vertical-align: top;
}

.mfp-move-from-left .mfp-with-anim {
  opacity: 0;
  transition: all 0.5s ease;
  transform: translateX(100%);
}

.mfp-move-from-left.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}

.mfp-move-from-left.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}

.mfp-move-from-left.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-from-left.mfp-removing .mfp-with-anim {
  transform: translateX(100%);
  opacity: 0;
}

.mfp-move-from-left.mfp-removing.mfp-bg {
  opacity: 0;
}

.b-footer {
  background-color: var(--bg-color-3);
  padding: 64px 0 25px;
  color: var(--text-color-5);
}

@media (max-width: 500px) {
  .b-footer {
    padding: 30px 0 25px;
  }
}

.b-footer a {
  color: var(--text-color-5);
}

@media (max-width: 1400px) {
  .b-footer .footer__top {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: unset;
        align-items: unset;
  }
}

@media (max-width: 991px) {
  .b-footer .footer__top {
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 20px;
    padding: 0 0 20px;
  }
}

@media (max-width: 767px) {
  .b-footer .footer__top {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.b-footer .footer__block {
  margin-left: 400px;
}

@media (max-width: 1500px) {
  .b-footer .footer__block {
    margin-left: 300px;
  }
}

@media (max-width: 991px) {
  .b-footer .footer__block {
    margin-left: 150px;
  }
}

@media (max-width: 500px) {
  .b-footer .footer__block {
    margin: 0;
  }
}

.b-footer .top__left {
  padding-bottom: 50px;
}

@media (max-width: 1400px) {
  .b-footer .top__left {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .b-footer .top__left {
    width: calc(50% - 10px);
  }
}

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

.b-footer .top__right {
  padding: 20px 0;
  width: 100%;
  max-width: 750px;
}

@media (max-width: 991px) {
  .b-footer .top__right {
    width: calc(50% - 10px);
    padding: 0;
  }
}

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

@media (max-width: 500px) {
  .b-footer .top__right {
    padding-left: 30px;
  }
}

.b-footer .top__right a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .b-footer .top__right .contacts {
    gap: 20px 0;
  }
}

.b-footer .top__right .contacts .column {
  width: calc(50% - 60px);
}

@media (max-width: 1199px) {
  .b-footer .top__right .contacts .column {
    width: calc(50% - 10px);
  }
}

@media (max-width: 991px) {
  .b-footer .top__right .contacts .column {
    width: 100%;
  }
}

.b-footer .top__right .contacts p:not(:last-child) {
  margin-bottom: 5px;
}

.b-footer .person__wrapper {
  gap: 20px 40px;
}

@media (max-width: 500px) {
  .b-footer .person__wrapper {
    gap: 20px;
  }
}

@media (max-width: 370px) {
  .b-footer .person__wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.b-footer .person__image {
  width: 192px;
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 40px;
}

@media (max-width: 991px) {
  .b-footer .person__image {
    width: 120px;
    margin-right: 20px;
  }
}

@media (max-width: 500px) {
  .b-footer .person__image {
    position: relative;
    right: unset;
    margin: 0;
  }
}

.b-footer .person__image .decor {
  z-index: -1;
  top: -3px;
  right: -3px;
}

.b-footer .person__image .decor svg {
  display: block;
  width: auto;
  height: auto;
}

@media (max-width: 991px) {
  .b-footer .person__image .decor svg {
    max-width: 258px;
  }
}

.b-footer .person__contact {
  -ms-flex: 1;
      flex: 1;
}

@media (max-width: 1400px) {
  .b-footer .person__contact {
    -ms-flex: unset;
        flex: unset;
  }
}

@media (max-width: 500px) {
  .b-footer .person__contact {
    -ms-flex: 1;
        flex: 1;
  }
}

@media (max-width: 370px) {
  .b-footer .person__contact {
    -ms-flex: unset;
        flex: unset;
    padding: 15px 0 0 30px;
  }
}

.b-footer .person__contact .tags-list {
  font-size: 16px;
  text-transform: uppercase;
  opacity: .75;
}

.b-footer .person__contact .btn-wrapper:not(:first-child) {
  margin-top: 30px;
}

.b-footer .person__contact .btn-wrapper .btn-style-4:hover::after {
  background-color: var(--bg-color-3);
}

.b-footer .footer__bottom {
  position: relative;
  font-size: 18px;
}

@media (max-width: 1400px) {
  .b-footer .footer__bottom {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}

@media (max-width: 991px) {
  .b-footer .footer__bottom {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .b-footer .footer__bottom {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .b-footer .footer__bottom {
    padding-left: 30px;
  }
}

@media (max-width: 1400px) {
  .b-footer .footer__bottom::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--bg-color-2);
    opacity: .3;
  }
}

@media (max-width: 991px) {
  .b-footer .bottom__left {
    width: 100%;
  }
}

.b-footer .bottom__right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

@media (max-width: 1400px) {
  .b-footer .bottom__right {
    -ms-flex: unset;
        flex: unset;
  }
}

@media (max-width: 991px) {
  .b-footer .bottom__right {
    width: 100%;
  }
}

.b-footer .bottom__right a:hover {
  text-decoration: underline;
}

.b-footer .footer-menu {
  padding: 20px 0;
  width: 100%;
  max-width: 750px;
}

@media (max-width: 1400px) {
  .b-footer .footer-menu {
    max-width: 100%;
    gap: 20px 30px;
  }
}

.b-footer .footer-menu a:hover {
  text-decoration: underline;
}

.b-footer .footer-menu::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--bg-color-2);
  opacity: .3;
}

@media (max-width: 1400px) {
  .b-footer .footer-menu::before {
    display: none;
  }
}

.b-footer .footer-menu .left-menu,
.b-footer .footer-menu .right-menu {
  width: calc(50% - 60px);
}

@media (max-width: 1400px) {
  .b-footer .footer-menu .left-menu,
  .b-footer .footer-menu .right-menu {
    width: unset;
  }
}

.b-footer .footer-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px 30px;
}

@media (max-width: 370px) {
  .b-footer .footer-menu ul {
    gap: 20px;
  }
}

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

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

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