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

.sticky-wrapper {
  position: relative;
  z-index: 19;
}

.b_header {
  background-color: #fff;
}

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

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

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

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

@media (max-width: 1199px) {
  .b_header .link_wrap {
    max-width: 120px;
  }
}

@media (max-width: 767px) {
  .b_header .link_wrap {
    max-width: 118px;
  }
}

.b_header .buttons_list {
  gap: 8px;
  -ms-flex-align: center;
      align-items: center;
}

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

.b_header .lang_wrap {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  padding: 8px 8px;
}

.b_header .lang_wrap:hover .language_wrapper_list {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}

.b_header .lang {
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.b_header .language_wrapper_list {
  position: absolute;
  top: 100%;
  left: 0;
  font-weight: 500;
  font-size: 20px;
  z-index: 1;
  margin-top: -10px;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .2s linear;
}

.b_header .language_wrapper_list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  background-color: #fff;
  line-height: 1.2;
}

.b_header .language_wrapper_list a {
  color: #515D69;
  padding: 8px;
  display: block;
  min-width: 100px;
  font-weight: 500;
}

.b_header .language_wrapper_list a:hover {
  background-color: #D9D9D9;
}

.main_header_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 10;
  transition: all .2s linear;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(26px);
          backdrop-filter: blur(26px);
  padding: 116px 0 0;
}

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

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

.main_header_menu.open {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}

.main_header_menu .header_menu {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  overflow: auto;
  padding: 32px;
  gap: 40px 0;
}

@media (max-width: 374px) {
  .main_header_menu .header_menu {
    padding: 32px 16px;
  }
}

.main_header_menu .menu {
  font-weight: 600;
  font-size: 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1082px;
  width: 100%;
  margin: 0 auto;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (max-width: 1199px) {
  .main_header_menu .menu {
    font-size: 32px;
  }
}

.main_header_menu .menu .menu_column {
  max-width: 45%;
}

@media (max-width: 1199px) {
  .main_header_menu .menu .menu_column {
    max-width: unset;
    width: 100%;
    text-align: center;
  }
}

.main_header_menu .menu a {
  color: #515D69;
  transition: color .2s linear;
}

.main_header_menu .menu a:hover {
  color: #3FA033;
}

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

.main_header_menu .search_wrapper {
  width: 100%;
  text-align: center;
  margin: auto 0 0 0;
}

@media (max-width: 767px) {
  .main_header_menu .search_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    gap: 0 16px;
  }
}

.main_header_menu .search_wrapper .btn_row {
  display: none;
}

@media (max-width: 767px) {
  .main_header_menu .search_wrapper .btn_row {
    display: block;
  }
}

@media (max-width: 374px) {
  .main_header_menu .search_wrapper .btn_row .btn {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.main_header_menu .search_wrapper_inner {
  width: 308px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}

@media (max-width: 767px) {
  .main_header_menu .search_wrapper_inner {
    margin: 0 0 0 auto;
    width: 48px;
  }
}

.main_header_menu .open_form {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -29px;
}

@media (max-width: 767px) {
  .main_header_menu .open_form {
    position: relative;
    left: unset;
    margin: 0;
  }
}

.main_header_menu .open_form.active {
  opacity: 0;
  pointer-events: none;
}

.main_header_menu .form_wrapper {
  width: 0;
  overflow: hidden;
  transition: all .2s linear;
}

@media (max-width: 767px) {
  .main_header_menu .form_wrapper {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.main_header_menu .form_wrapper.active {
  width: 308px;
}

@media (max-width: 374px) {
  .main_header_menu .form_wrapper.active {
    width: 290px;
  }
}

.main_header_menu .search_form {
  position: relative;
  white-space: nowrap;
}

.main_header_menu .search_form .form_control {
  background-color: transparent;
  height: 56px;
  border: 1px solid #515D69;
  border-radius: 152px;
  padding: 5px 52px 5px 16px;
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  .main_header_menu .search_form .form_control {
    height: 48px;
  }
}

@media (max-width: 767px) {
  .main_header_menu .search_form .form_control {
    background-color: #fff;
  }
}

.main_header_menu .search_form .btn_search {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
}

.main_header_menu .btn_search {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  padding: 0;
  background-color: transparent;
  border: 1px solid #515D69;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.4682 21.6203L13.0337 14.1858C12.4437 14.6578 11.7651 15.0315 10.9981 15.3069C10.231 15.5822 9.41479 15.7199 8.5494 15.7199C6.4056 15.7199 4.59123 14.9774 3.1063 13.4925C1.62137 12.0076 0.878906 10.1932 0.878906 8.0494C0.878906 5.9056 1.62137 4.09123 3.1063 2.6063C4.59123 1.12137 6.4056 0.378906 8.5494 0.378906C10.6932 0.378906 12.5076 1.12137 13.9925 2.6063C15.4774 4.09123 16.2199 5.9056 16.2199 8.0494C16.2199 8.91479 16.0822 9.73101 15.8069 10.4981C15.5315 11.2651 15.1578 11.9437 14.6858 12.5337L22.1203 19.9682L20.4682 21.6203ZM8.5494 13.3597C10.0245 13.3597 11.2783 12.8435 12.3109 11.8109C13.3435 10.7783 13.8597 9.5245 13.8597 8.0494C13.8597 6.57431 13.3435 5.32048 12.3109 4.28791C11.2783 3.25534 10.0245 2.73906 8.5494 2.73906C7.07431 2.73906 5.82048 3.25534 4.78791 4.28791C3.75534 5.32048 3.23906 6.57431 3.23906 8.0494C3.23906 9.5245 3.75534 10.7783 4.78791 11.8109C5.82048 12.8435 7.07431 13.3597 8.5494 13.3597Z' fill='%23515D69'/%3E%3C/svg%3E");
}

@media (max-width: 1199px) {
  .main_header_menu .btn_search {
    height: 48px;
    width: 48px;
  }
}

.menu_toggler {
  position: relative;
  border: none;
  padding: 0;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #3FA033;
}

@media (max-width: 1500px) {
  .menu_toggler {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 767px) {
  .menu_toggler {
    background-color: #3FA033;
  }
}

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

@media (max-width: 767px) {
  .menu_toggler span {
    background-color: #fff;
  }
}

.menu_toggler .toggler_top {
  top: 20px;
}

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

.menu_toggler .toggler_middle {
  top: 25px;
}

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

.menu_toggler .toggler_bottom {
  top: 30px;
}

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

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

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

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

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

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

* {
  outline: 0 !important;
}

body {
  font-family: 'DIN 2014', Helvetica, sans-serif;
  font-size: 16px;
  min-width: 320px;
  background-color: #fff;
  color: #515D69;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (min-width: 992px) {
  body {
    min-height: 100vh;
  }
}

body.menuopen {
  overflow: hidden;
}

body > div,
body > section {
  width: 100%;
}

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

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

main {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: initial;
  margin: 30px 0;
}

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-weight: 400;
  font-size: 72px;
  line-height: 1;
}

@media (max-width: 1500px) {
  h1 {
    font-size: 58px;
  }
}

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

@media (max-width: 991px) {
  h1 {
    font-size: 46px;
    font-weight: 600;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
  }
}

h2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 1.1;
}

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

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

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

h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  h3 {
    font-size: 36px;
  }
}

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

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

h4 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
}

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

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

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

h5, h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  h5, h6 {
    font-size: 18px;
  }
}

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

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

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

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

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

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

.jsAnimateText {
  opacity: 0;
}

@media (max-width: 991px) {
  .jsAnimateText {
    opacity: 1;
  }
}

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

.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  vertical-align: middle;
  text-align: center;
  padding: 5px 32px 7px;
  transition: all .1s linear;
  font-weight: 500;
  font-size: 20px;
  height: auto;
  text-transform: none;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 40px;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 138px;
  min-height: 56px;
}

@media (max-width: 1500px) {
  .btn {
    min-height: 44px;
  }
}

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

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

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

.btn_template {
  color: #fff;
  border-color: #3FA033;
  background-color: #3FA033;
}

.btn_template:focus {
  color: #fff;
}

.btn_template:active {
  color: #fff;
}

.btn_template:hover {
  background-color: transparent;
  color: #537737;
}

.btn_link {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 54px;
  padding: 5px 8px 5px 44px;
  border: none;
  border-bottom: 2px solid #3FA033;
  font-size: 20px;
  font-weight: 600;
  color: #515D69;
  transition: all .2s linear;
  background-color: transparent;
}

@media (max-width: 475px) {
  .btn_link {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 15px;
    padding: 5px 8px;
  }
}

@media (min-width: 992px) {
  .btn_link:hover {
    padding: 5px 44px 5px 8px;
  }
}

@media (min-width: 992px) {
  .btn_link:hover::before {
    left: calc(100% - 32px);
    transform: scaleX(-1);
  }
}

.btn_link::before {
  content: '';
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='14' viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 14L11.575 12.6L16.175 8H0V6H16.175L11.6 1.4L13 0L20 7L13 14Z' fill='%23515D69'/%3E%3C/svg%3E");
  transition: all .2s linear;
}

@media (min-width: 476px) {
  .btn_link::before {
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -13px;
  }
}

@media (max-width: 475px) {
  .btn_link::before {
    margin-top: -2px;
  }
}

.btn_back {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-size: 16px;
  padding: 0 0 0 32px;
  transition: color .2s linear;
}

.btn_back:hover {
  color: #3FA033;
}

.btn_back:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.825 9L9.425 14.6L8 16L0 8L8 0L9.425 1.4L3.825 7H16V9H3.825Z' fill='%233FA033'/%3E%3C/svg%3E");
}

.btn_back::before {
  transition: all .2s linear;
  position: absolute;
  left: 0;
  content: '';
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.825 9L9.425 14.6L8 16L0 8L8 0L9.425 1.4L3.825 7H16V9H3.825Z' fill='%231C1B1F'/%3E%3C/svg%3E");
}

.btn_link_arrow_right {
  position: relative;
  padding: 0 50px 0 0;
  color: #515D69;
}

.btn_link_arrow_right:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.175 9H0V7H12.175L6.575 1.4L8 0L16 8L8 16L6.575 14.6L12.175 9Z' fill='%23515D69'/%3E%3C/svg%3E");
}

.file_link {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 32px;
  position: relative;
  color: #515D69;
  font-weight: 600;
  font-size: 20px;
  transition: color .2s linear;
}

.file_link:hover {
  color: #3FA033;
}

.file_link::before {
  position: absolute;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 14.999H15V13.3324H5V14.999ZM9.95 11.899L13.9167 7.94902L12.75 6.78237L10.8 8.69905V3.99902H9.13333V8.69905L7.18333 6.78237L6.01668 7.94902L9.95 11.899ZM10 19.999C8.62778 19.999 7.33334 19.7365 6.11668 19.2115C4.90001 18.6865 3.83889 17.9713 2.93333 17.0657C2.02778 16.1601 1.3125 15.099 0.7875 13.8824C0.2625 12.6657 0 11.3712 0 9.99902C0 8.61569 0.2625 7.31569 0.7875 6.09902C1.3125 4.88236 2.02778 3.82402 2.93333 2.92402C3.83889 2.02402 4.90001 1.31152 6.11668 0.786524C7.33334 0.261523 8.62778 -0.000976562 10 -0.000976562C11.3833 -0.000976562 12.6833 0.261523 13.9 0.786524C15.1167 1.31152 16.175 2.02402 17.075 2.92402C17.975 3.82402 18.6875 4.88236 19.2125 6.09902C19.7375 7.31569 20 8.61569 20 9.99902C20 11.3712 19.7375 12.6657 19.2125 13.8824C18.6875 15.099 17.975 16.1601 17.075 17.0657C16.175 17.9713 15.1167 18.6865 13.9 19.2115C12.6833 19.7365 11.3833 19.999 10 19.999ZM10 18.3324C12.3222 18.3324 14.2917 17.5213 15.9084 15.899C17.525 14.2768 18.3334 12.3101 18.3334 9.99902C18.3334 7.67681 17.525 5.70736 15.9084 4.09067C14.2917 2.47401 12.3222 1.66567 10 1.66567C7.68888 1.66567 5.72222 2.47401 4.1 4.09067C2.47777 5.70736 1.66665 7.67681 1.66665 9.99902C1.66665 12.3101 2.47777 14.2768 4.1 15.899C5.72222 17.5213 7.68888 18.3324 10 18.3324Z' fill='%23515D69'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  left: 0;
  top: 5px;
}

.decor_image {
  overflow: hidden;
}

.section_title {
  word-break: break-word;
}

.red_color {
  color: #C52222;
}

.max1512 {
  max-width: 1512px;
  margin: 0 auto;
}

.max1204 {
  max-width: 1204px;
  margin: 0 auto;
}

.pad-0-16 {
  padding: 0 16px;
}

.mar-0--16 {
  margin: 0 -16px;
}

.w50 {
  width: 50%;
}

.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: 105px 0;
  position: relative;
}

@media (max-width: 1199px) {
  .section {
    padding: 80px 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;
}

.form_row:not(:last-of-type) {
  margin: 0 0 24px;
}

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

.form_control {
  width: 100%;
}

input.form_control {
  height: 48px;
  border: none;
  border-bottom: 2px solid #CED8DF;
  padding: 5px 12px;
}

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

.ul_decor ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.ul_decor ul:last-child {
  margin-bottom: 0;
}

.ul_decor ul li {
  position: relative;
  padding: 0 0 0 36px;
}

.ul_decor ul li:not(:last-child) {
  margin-bottom: 3px;
}

.ul_decor ul li::before {
  position: absolute;
  content: '';
  left: 8px;
  top: 7px;
  width: 12px;
  height: 12px;
  background-color: #3FA033;
}

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

.square_block {
  position: relative;
}

@media (min-width: 992px) {
  .square_block:hover .block_hover_wrapper {
    opacity: 1;
    visibility: visible;
  }
}

.square_block .image_block_inner {
  position: relative;
  padding-top: 100%;
}

.square_block .img_wrap {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

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

.square_block .block_hover_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CED8DF;
  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;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .2s linear;
}

@media (max-width: 991px) {
  .square_block .block_hover_wrapper {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
    background-color: transparent;
    text-align: left;
  }
}

.square_block .block_hover {
  width: 100%;
  padding: 0 20px;
  font-size: 32px;
  font-weight: 600;
}

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

@media (max-width: 991px) {
  .square_block .block_hover {
    font-size: 18px;
    padding: 5px 10px;
  }
}

html body .swiper-pagination {
  position: static;
  width: auto !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

html body .swiper-pagination-bullet {
  display: block;
  opacity: 1;
  width: 28px;
  height: 28px;
  border-radius: 0;
  margin: 0 !important;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' fill='%23CED8DF'/%3E%3C/svg%3E");
}

html body .swiper-pagination-bullet-active {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' fill='%233FA033'/%3E%3C/svg%3E");
}

html .swiper-prev,
html .swiper-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #3FA033;
  border: 2px solid #3FA033;
  transition: all .2s linear;
}

html .swiper-prev:hover,
html .swiper-next:hover {
  background-color: #fff;
}

html .swiper-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 7H3.83L9.42 1.41L8 0L0 8L8 16L9.41 14.59L3.83 9H16V7Z' fill='white'/%3E%3C/svg%3E");
}

html .swiper-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 7H3.83L9.42 1.41L8 0L0 8L8 16L9.41 14.59L3.83 9H16V7Z' fill='%233FA033'/%3E%3C/svg%3E");
}

html .swiper-next {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0L6.59 1.41L12.17 7H0V9H12.17L6.59 14.59L8 16L16 8L8 0Z' fill='white'/%3E%3C/svg%3E");
}

html .swiper-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0L6.59 1.41L12.17 7H0V9H12.17L6.59 14.59L8 16L16 8L8 0Z' fill='%233FA033'/%3E%3C/svg%3E");
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .alignleft {
    display: block;
    float: none;
  }
  .alignright {
    display: block;
    float: none;
  }
}

.section_border_top {
  border-top: 2px solid #CED8DF;
}

.js-marquee,
.js-marquee-wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 0 32px;
}

@media (max-width: 991px) {
  .js-marquee,
  .js-marquee-wrapper {
    gap: 0 16px;
  }
}

.share_label {
  margin: 0 0 15px;
}

.share_list_wrapper .share_list {
  gap: 8px;
}

.share_list_wrapper .share_link {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #F4F4F4;
  display: block;
  transition: all .2s linear;
  position: relative;
  overflow: hidden;
}

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

.share_list_wrapper .share_link:hover {
  background-color: #3FA033;
}

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

html .file_select_wrapper .file_select .file_label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 6px 0 6px 32px;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  color: #515D69;
  cursor: pointer;
}

html .file_select_wrapper .file_select .file_label::before {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.00391 11.998V3.84805L4.40391 6.44805L3.00391 4.99805L8.00391 -0.00195312L13.0039 4.99805L11.6039 6.44805L9.00391 3.84805V11.998H7.00391ZM2.00391 15.998C1.45391 15.998 0.983073 15.8022 0.591406 15.4105C0.19974 15.0189 0.00390625 14.548 0.00390625 13.998V10.998H2.00391V13.998H14.0039V10.998H16.0039V13.998C16.0039 14.548 15.8081 15.0189 15.4164 15.4105C15.0247 15.8022 14.5539 15.998 14.0039 15.998H2.00391Z' fill='%23515D69'/%3E%3C/svg%3E");
  left: 0;
  top: 50%;
  margin-top: -12px;
}

html .file_select_wrapper .file_select .file_label [type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

html .file_select_wrapper .file {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}

html .file_select_wrapper .selected_list {
  padding: 11px 0 0;
}

.image-copyright-wrapper {
  position: relative;
}

.image-copyright {
  position: absolute;
  right: 0;
  bottom: 0;
  color: white;
  font-size: 16px;
  z-index: 2;
}

.image-copyright::before {
  display: block;
  content: '';
  width: 30px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12C5.1706 12 4.3937 11.8478 3.66929 11.5433C2.94488 11.2283 2.30446 10.7979 1.74803 10.252C1.2021 9.70604 0.771653 9.07087 0.456693 8.34646C0.152231 7.61155 0 6.8294 0 6C0 5.1706 0.152231 4.3937 0.456693 3.66929C0.771653 2.94488 1.2021 2.30971 1.74803 1.76378C2.30446 1.20735 2.94488 0.776903 3.66929 0.47244C4.3937 0.15748 5.1706 0 6 0C6.8294 0 7.6063 0.15748 8.33071 0.47244C9.05512 0.776903 9.69029 1.20735 10.2362 1.76378C10.7927 2.30971 11.2231 2.94488 11.5276 3.66929C11.8425 4.3937 12 5.1706 12 6C12 6.8294 11.8425 7.61155 11.5276 8.34646C11.2231 9.07087 10.7927 9.70604 10.2362 10.252C9.69029 10.7979 9.05512 11.2283 8.33071 11.5433C7.6063 11.8478 6.8294 12 6 12ZM6 10.6614C6.65092 10.6614 7.25459 10.5564 7.81102 10.3465C8.36745 10.126 8.85039 9.81102 9.25984 9.40157C9.66929 8.99213 9.98425 8.50394 10.2047 7.93701C10.4252 7.35958 10.5354 6.71391 10.5354 6C10.5354 5.29659 10.4252 4.66142 10.2047 4.09449C9.98425 3.51706 9.66929 3.02362 9.25984 2.61417C8.85039 2.19423 8.36745 1.87402 7.81102 1.65354C7.25459 1.43307 6.65092 1.32283 6 1.32283C5.32808 1.32283 4.71391 1.43307 4.15748 1.65354C3.60105 1.87402 3.11811 2.19423 2.70866 2.61417C2.30971 3.02362 2 3.51706 1.77953 4.09449C1.56955 4.66142 1.46457 5.29659 1.46457 6C1.46457 6.71391 1.56955 7.35958 1.77953 7.93701C2 8.50394 2.30971 8.99213 2.70866 9.40157C3.11811 9.81102 3.60105 10.126 4.15748 10.3465C4.71391 10.5564 5.32808 10.6614 6 10.6614ZM6.04724 2.61417C6.56168 2.61417 7.00262 2.70866 7.37008 2.89764C7.74803 3.08661 8.05249 3.32808 8.28346 3.62205C8.52493 3.90551 8.69816 4.19947 8.80315 4.50394C8.83465 4.58793 8.83465 4.65092 8.80315 4.69291C8.77165 4.72441 8.71916 4.74541 8.64567 4.75591L7.33858 4.88189C7.25459 4.90289 7.19685 4.86089 7.16535 4.75591C7.07087 4.53543 6.94488 4.33596 6.7874 4.15748C6.64042 3.979 6.4147 3.88976 6.11024 3.88976C5.70079 3.88976 5.37008 4.06299 5.11811 4.40945C4.87664 4.74541 4.75591 5.25984 4.75591 5.95276C4.75591 6.67717 4.88714 7.2126 5.14961 7.55906C5.41207 7.89501 5.76378 8.06299 6.20472 8.06299C6.56168 8.06299 6.84514 7.96325 7.05512 7.76378C7.27559 7.5643 7.46457 7.31759 7.62205 7.02362C7.65354 6.96063 7.72703 6.94488 7.84252 6.97638L8.74016 7.19685C8.83465 7.20735 8.86089 7.28084 8.8189 7.41732C8.75591 7.5958 8.65617 7.79528 8.51969 8.01575C8.3832 8.22572 8.19947 8.4357 7.9685 8.64567C7.74803 8.84514 7.47507 9.00787 7.14961 9.13386C6.83465 9.25984 6.46719 9.32283 6.04724 9.32283C5.41732 9.32283 4.85564 9.1811 4.3622 8.89764C3.87926 8.61417 3.50131 8.22572 3.22835 7.73228C2.95538 7.22835 2.8189 6.64567 2.8189 5.98425C2.8189 5.31234 2.95538 4.72966 3.22835 4.23622C3.51181 3.73228 3.89501 3.33858 4.37795 3.05512C4.87139 2.76115 5.42782 2.61417 6.04724 2.61417Z' fill='white'/%3E%3C/svg%3E");
}

.image-copyright:hover .image-copyright__text {
  cursor: default;
  right: 100%;
  opacity: 1;
}

.image-copyright__text {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  white-space: nowrap;
  padding: 0 12px 0 0;
}

.selectric-wrapper.selectric-open .selectric .button {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='4' viewBox='0 0 16 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.953125' width='16' height='2.28571' fill='%23515D69'/%3E%3C/svg%3E");
}

.selectric-wrapper .selectric {
  border: none;
  border-bottom: 2px solid #CED8DF;
  background-color: transparent;
  border-radius: 0;
}

.selectric-wrapper .selectric .label {
  margin: 0 50px 0 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  height: auto;
  padding: 15px 0;
  color: #515D69;
  height: 60px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.selectric-wrapper .selectric .button {
  background-color: transparent;
  font-size: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.85547 6.95312V0H6.56975L6.56975 6.95312H0V9.23884H6.56975L6.56975 16H8.85547V9.23884H16V6.95312H8.85547Z' fill='%23515D69'/%3E%3C/svg%3E");
}

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

.selectric-wrapper .selectric-items {
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-color: #fff;
  border: 2px solid #3FA033;
  margin: 0;
}

.selectric-wrapper .selectric-items li {
  line-height: 1.5;
  min-height: auto;
  font-size: 20px;
  color: #515D69;
}

.selectric-wrapper .selectric-items li.highlighted, .selectric-wrapper .selectric-items li:hover {
  background: rgba(63, 160, 51, 0.2);
}

.pagination_wrapper {
  margin: 40px 0 0;
}

.pagination_wrapper .prev_pag,
.pagination_wrapper .next_pag {
  min-width: 48px;
  text-align: center;
  padding: 0;
  background-color: #3FA033;
  border: 1px solid #3FA033;
  min-height: 48px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .2s linear;
}

@media (max-width: 767px) {
  .pagination_wrapper .prev_pag,
  .pagination_wrapper .next_pag {
    min-height: 40px;
    min-width: 40px;
  }
}

.pagination_wrapper .prev_pag:hover,
.pagination_wrapper .next_pag:hover {
  background-color: #3E8526;
  border-color: #3E8526;
}

.pagination_wrapper .prev_pag {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 7H4.33L9.92 1.41L8.5 0L0.5 8L8.5 16L9.91 14.59L4.33 9H16.5V7Z' fill='white'/%3E%3C/svg%3E");
}

.pagination_wrapper .next_pag {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 0L7.09 1.41L12.67 7H0.5V9H12.67L7.09 14.59L8.5 16L16.5 8L8.5 0Z' fill='white'/%3E%3C/svg%3E");
}

.pagination_wrapper .pagination {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 40px;
}

@media (max-width: 767px) {
  .pagination_wrapper .pagination {
    gap: 0 20px;
  }
}

.pagination_wrapper .pagination a {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  color: #515D69;
}

.pagination_wrapper .pagination_list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 20px;
}

.pagination_wrapper .pagination_list li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 5px;
}

.pagination_wrapper .pagination_list li a {
  text-align: center;
  padding: 0;
  background-color: #fff;
  padding: 4px 6px;
}

.pagination_wrapper .pagination_list li:hover a {
  color: #3FA033;
}

.pagination_wrapper .pagination_list li.active {
  font-weight: 700;
  color: #3FA033;
}

.pagination_wrapper .pagination_list li.active a {
  color: #3FA033;
}

.pagination_wrapper .pagination_list li .page-numbers.active {
  font-weight: 700;
  color: #3FA033;
}

.wpcf7-checkbox .wpcf7-list-item label,
.label_checkbox {
  display: inline-block;
  vertical-align: top;
}

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

.wpcf7-checkbox .wpcf7-list-item label [type="checkbox"]:checked + .checkbox_title::before,
.wpcf7-checkbox .wpcf7-list-item label [type="checkbox"]:checked + .wpcf7-list-item-label::before,
.label_checkbox [type="checkbox"]:checked + .checkbox_title::before,
.label_checkbox [type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background-color: #000;
  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-checkbox .wpcf7-list-item label .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item label .checkbox_title,
.label_checkbox .wpcf7-list-item-label,
.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;
}

.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::before,
.wpcf7-checkbox .wpcf7-list-item label .checkbox_title::before,
.label_checkbox .wpcf7-list-item-label::before,
.label_checkbox .checkbox_title::before {
  left: 0;
  border-radius: 0;
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  top: 3px;
  background-repeat: no-repeat;
  background-position: center;
}

.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label a,
.wpcf7-checkbox .wpcf7-list-item label .checkbox_title a,
.label_checkbox .wpcf7-list-item-label a,
.label_checkbox .checkbox_title a {
  color: #3FA033;
}

.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label a:hover,
.wpcf7-checkbox .wpcf7-list-item label .checkbox_title a:hover,
.label_checkbox .wpcf7-list-item-label a:hover,
.label_checkbox .checkbox_title a:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .word {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    line-height: 85%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
}

@media (max-width: 991px) {
  .word {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .word-child {
    transform: translateY(100%);
    will-change: transform;
    display: inline;
    display: inline-block;
    vertical-align: top;
    line-height: 1.2;
  }
}

@media (min-width: 992px) {
  .jsAnimationFadeUp {
    opacity: 0;
    transform: translateY(30px);
  }
}

.article_card {
  display: block;
  color: #515D69;
}

.article_card .article_poster {
  margin: 0 0 20px;
}

.article_card .poster_image {
  position: relative;
  padding-top: 57%;
  overflow: hidden;
}

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

.article_card .article_date {
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: 400;
}

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

@media (max-width: 767px) {
  .article_card .article_date {
    margin: 0 0 8px;
  }
}

.article_card .article_title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  transition: all .2s linear;
}

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

a.article_card:hover .article_title {
  color: #3FA033;
}

.offer_card {
  background-color: #CED8DF;
  padding: 24px 24px 64px;
  display: block;
  color: #000;
  position: relative;
}

.offer_card::after {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='14' viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 14L11.575 12.6L16.175 8H0V6H16.175L11.6 1.4L13 0L20 7L13 14Z' fill='black'/%3E%3C/svg%3E");
  bottom: 24px;
  right: 24px;
}

.offer_card .tag {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 8px 0;
  padding: 8px 12px 8px;
  font-size: 16px;
  font-weight: 700;
}

.offer_card .tag_new {
  background-color: #3FA033;
  color: #fff;
}

.offer_card .offer_title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 20px;
}

@media (max-width: 1500px) {
  .offer_card .offer_title {
    font-size: 28px;
  }
}

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

.offer_card .offer_info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 8px;
}

.offer_card .offer_location,
.offer_card .offer_time {
  border: 1px solid #000000;
  border-radius: 24px;
  min-height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  padding: 5px 24px 6px;
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
}

.offer_card .offer_location::before,
.offer_card .offer_time::before {
  content: '';
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.offer_card .offer_location::before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.00442 8C7.41814 8 7.77083 7.85269 8.0625 7.55808C8.35417 7.26346 8.5 6.90929 8.5 6.49558C8.5 6.08186 8.3527 5.72917 8.05808 5.4375C7.76346 5.14583 7.40929 5 6.99558 5C6.58186 5 6.22917 5.14731 5.9375 5.44192C5.64583 5.73654 5.5 6.09071 5.5 6.50442C5.5 6.91814 5.64731 7.27083 5.94192 7.5625C6.23654 7.85417 6.59071 8 7.00442 8ZM7 16C4.81979 14.1791 3.1914 12.4877 2.11483 10.926C1.03828 9.36421 0.5 7.90972 0.5 6.5625C0.5 4.70139 1.11806 3.14236 2.35417 1.88542C3.59028 0.628472 5.13542 0 6.98958 0C8.84375 0 10.3924 0.628472 11.6354 1.88542C12.8785 3.14236 13.5 4.70139 13.5 6.5625C13.5 7.90972 12.9653 9.36111 11.8958 10.9167C10.8264 12.4722 9.19444 14.1667 7 16Z' fill='%231C1B1F'/%3E%3C/svg%3E");
}

.offer_card .offer_time::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.74538 16C1.98457 16 1.33681 15.7311 0.802083 15.1933C0.267361 14.6555 0 14.0062 0 13.2454C0 12.4846 0.268507 11.8368 0.805521 11.3021C1.34252 10.7674 1.99085 10.5 2.75052 10.5C2.98628 10.5 3.2174 10.5312 3.44388 10.5938C3.67035 10.6562 3.8835 10.7431 4.08333 10.8542L7.25 7.67879V5.39583C6.66333 5.22468 6.18333 4.89883 5.81 4.41829C5.43667 3.93775 5.25 3.38151 5.25 2.74956C5.25 1.98597 5.5189 1.33681 6.05671 0.802083C6.59451 0.267361 7.24382 0 8.00463 0C8.76543 0 9.41319 0.268063 9.94792 0.804188C10.4826 1.34031 10.75 1.98759 10.75 2.74602C10.75 3.37367 10.5633 3.92918 10.19 4.41254C9.81667 4.89592 9.33667 5.22368 8.75 5.39583V7.67819L11.9107 10.8542C12.1159 10.7431 12.3314 10.6562 12.5572 10.5938C12.783 10.5312 13.0137 10.5 13.2495 10.5C14.0091 10.5 14.6575 10.7689 15.1945 11.3067C15.7315 11.8445 16 12.4938 16 13.2546C16 14.0154 15.7311 14.6632 15.1933 15.1979C14.6555 15.7326 14.0062 16 13.2454 16C12.4846 16 11.8368 15.7315 11.3021 15.1945C10.7674 14.6575 10.5 14.0091 10.5 13.2495C10.5 13.0137 10.5312 12.7826 10.5938 12.5561C10.6562 12.3297 10.7431 12.1165 10.8542 11.9167L8 9.0625L5.14583 11.9167C5.25694 12.115 5.34375 12.3266 5.40625 12.5513C5.46875 12.7761 5.5 13.0075 5.5 13.2455C5.5 14.0124 5.2311 14.6632 4.69329 15.1979C4.15549 15.7326 3.50618 16 2.74538 16ZM13.25 14.5C13.5972 14.5 13.8924 14.3785 14.1354 14.1354C14.3785 13.8924 14.5 13.5972 14.5 13.25C14.5 12.9028 14.3785 12.6076 14.1354 12.3646C13.8924 12.1215 13.5972 12 13.25 12C12.9028 12 12.6076 12.1215 12.3646 12.3646C12.1215 12.6076 12 12.9028 12 13.25C12 13.5972 12.1215 13.8924 12.3646 14.1354C12.6076 14.3785 12.9028 14.5 13.25 14.5ZM8 4C8.34722 4 8.64236 3.87847 8.88542 3.63542C9.12847 3.39236 9.25 3.09722 9.25 2.75C9.25 2.40278 9.12847 2.10764 8.88542 1.86458C8.64236 1.62153 8.34722 1.5 8 1.5C7.65278 1.5 7.35764 1.62153 7.11458 1.86458C6.87153 2.10764 6.75 2.40278 6.75 2.75C6.75 3.09722 6.87153 3.39236 7.11458 3.63542C7.35764 3.87847 7.65278 4 8 4ZM2.75 14.5C3.09722 14.5 3.39236 14.3785 3.63542 14.1354C3.87847 13.8924 4 13.5972 4 13.25C4 12.9028 3.87847 12.6076 3.63542 12.3646C3.39236 12.1215 3.09722 12 2.75 12C2.40278 12 2.10764 12.1215 1.86458 12.3646C1.62153 12.6076 1.5 12.9028 1.5 13.25C1.5 13.5972 1.62153 13.8924 1.86458 14.1354C2.10764 14.3785 2.40278 14.5 2.75 14.5Z' fill='%231C1B1F'/%3E%3C/svg%3E");
}

.faq_list .faq_row {
  border-bottom: 2px solid #CED8DF;
}

.faq_list .faq_row:not(:last-child) {
  margin: 0 0 8px;
}

.faq_list .faq_title {
  position: relative;
  min-height: 60px;
  padding: 5px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}

.faq_list .faq_title::after {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 7H16V9H0V7Z' fill='%23515D69'/%3E%3Cpath d='M9 8.74243e-08L9 16H7L7 0L9 8.74243e-08Z' fill='%23515D69'/%3E%3C/svg%3E");
}

.faq_list .faq_title.-active::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='2' viewBox='0 0 16 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='2' fill='%23515D69'/%3E%3C/svg%3E");
}

.faq_list .faq_content {
  padding: 0 16px 16px;
  display: none;
}

.filter .filter_tag {
  cursor: pointer;
  margin: 0 16px 16px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 2px 24px 4px;
  min-height: 44px;
  border: 1px solid #515D69;
  border-radius: 32px;
  font-weight: 600;
  font-size: 20px;
}

@media (max-width: 991px) {
  .filter .filter_tag {
    font-size: 18px;
    min-height: 42px;
  }
}

.filter .filter_tag.active {
  background-color: #3FA033;
  border-color: #3FA033;
  color: #fff;
}

.newsletter-toggle {
  border: 1px solid transparent;
  border-radius: 9999em;
  bottom: 3.021978022vw;
  color: #fff;
  height: 3vw;
  position: fixed;
  right: 3.4798534799vw;
  transition: all .3s ease-in-out;
  z-index: 9;
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid #3FA033;
  border-radius: 40px;
  overflow: hidden;
  pointer-events: all;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  width: 280px;
  min-height: 56px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 991px) {
  .newsletter-toggle {
    width: 56px;
    height: 56px;
    border-radius: 40px;
    border: 2px solid #3FA033;
    -webkit-backdrop-filter: blur(14px);
            backdrop-filter: blur(14px);
    background-color: rgba(255, 255, 255, 0.4);
    right: 20px;
    bottom: 20px;
  }
  .newsletter-toggle::before {
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12V8H2V18H18V8H8V6H18C18.55 6 19.0208 6.19583 19.4125 6.5875C19.8042 6.97917 20 7.45 20 8V18C20 18.55 19.8042 19.0208 19.4125 19.4125C19.0208 19.8042 18.55 20 18 20H2C1.45 20 0.979167 19.8042 0.5875 19.4125C0.195833 19.0208 0 18.55 0 18V8C0 7.45 0.195833 6.97917 0.5875 6.5875C0.979167 6.19583 1.45 6 2 6H4V0H12V4H6V12H4Z' fill='%231C1B1F'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.newsletter-toggle.btn_show {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}

.newsletter-toggle.btn_hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (min-width: 992px) {
  .newsletter-toggle.btn_icon {
    width: 56px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12V8H2V18H18V8H8V6H18C18.55 6 19.0208 6.19583 19.4125 6.5875C19.8042 6.97917 20 7.45 20 8V18C20 18.55 19.8042 19.0208 19.4125 19.4125C19.0208 19.8042 18.55 20 18 20H2C1.45 20 0.979167 19.8042 0.5875 19.4125C0.195833 19.0208 0 18.55 0 18V8C0 7.45 0.195833 6.97917 0.5875 6.5875C0.979167 6.19583 1.45 6 2 6H4V0H12V4H6V12H4Z' fill='%231C1B1F'/%3E%3C/svg%3E");
  }
}

@media (min-width: 992px) {
  .newsletter-toggle.btn_icon .newsletter-toggle__wrapper {
    opacity: 0;
  }
}

@media (min-width: 992px) {
  .newsletter-toggle:hover {
    width: 280px;
    background-image: none;
  }
}

@media (min-width: 992px) {
  .newsletter-toggle:hover .newsletter-toggle__wrapper {
    opacity: 1;
  }
}

.newsletter-toggle__wrapper {
  border-radius: 9999em;
  position: relative;
  width: 100%;
  min-height: 54px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.newsletter-toggle__content {
  -ms-flex-align: center;
      align-items: center;
  border-radius: 9999em;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  color: #000000;
  padding: 0 0 3px;
}

@media (max-width: 575.98px) {
  .newsletter-toggle__content {
    height: 14.358974359vw;
  }
}

.newsletter-toggle__content .newsletter-toggle__text {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.newsletter-toggle__content .newsletter-toggle__text span {
  animation: marquee 9s linear infinite;
  display: block;
  white-space: nowrap;
  will-change: transform;
}

.newsletter-toggle__content .newsletter-toggle__text span:after {
  content: attr(data-text);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.b_main_banner {
  padding-top: 10px;
}

@media (max-width: 767px) {
  .b_main_banner:first-child {
    padding-top: 32px;
  }
}

.b_main_banner .top_content {
  text-align: center;
  margin: 0 auto 80px;
  max-width: 1314px;
}

@media (max-width: 1500px) {
  .b_main_banner .top_content {
    margin: 0 auto 50px;
  }
}

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

@media (max-width: 767px) {
  .b_main_banner .top_content {
    margin: 0 auto 24px;
  }
}

.b_main_banner .top_content h1 {
  font-weight: 600;
}

@media (max-width: 767px) {
  .b_main_banner .gallery_wrapper {
    max-width: 500px;
    margin: 0 auto;
  }
}

.b_main_banner .gallery_list {
  gap: 48px;
}

@media (max-width: 1199px) {
  .b_main_banner .gallery_list {
    gap: 32px;
  }
}

@media (max-width: 991px) {
  .b_main_banner .gallery_list {
    gap: 16px;
  }
}

.b_main_banner .gallery_image {
  width: calc(33.33% - 48px*2/3);
}

@media (max-width: 1199px) {
  .b_main_banner .gallery_image {
    width: calc(33.33% - 32px*2/3);
  }
}

@media (max-width: 991px) {
  .b_main_banner .gallery_image {
    width: calc(33.33% - 16px*2/3);
  }
}

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

.b_main_banner .mobile_wrapper {
  display: none;
}

@media (max-width: 767px) {
  .b_main_banner .mobile_wrapper {
    display: block;
    text-align: center;
    margin: 0 0 48px;
  }
}

.b_main_banner .video_wrapper {
  margin: 0 auto;
}

.b_main_banner .video {
  position: relative;
  height: 570px;
  width: 100%;
}

@media (max-width: 991px) {
  .b_main_banner .video {
    padding-top: 56.25%;
    height: auto;
  }
}

.b_main_banner .video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.b_main_banner .button_wrapper .btn {
  width: 100%;
  max-width: 350px;
}

.b_decor_content {
  position: relative;
}

@media (max-width: 767px) {
  .b_decor_content:first-child {
    padding-top: 32px;
  }
}

.b_decor_content .decor_image {
  overflow: hidden;
  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_decor_content .decor_image_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  padding: 0 150px;
}

@media (max-width: 767px) {
  .b_decor_content .decor_image_inner {
    padding: 0 50px;
  }
}

@media (max-width: 450px) {
  .b_decor_content .decor_image_inner {
    padding: unset;
  }
}

.b_decor_content .decor_image_inner img {
  max-height: 90%;
  margin: auto;
}

@media (max-width: 450px) {
  .b_decor_content .decor_image_inner img {
    max-width: unset;
  }
}

.b_decor_content .section_content {
  width: 100%;
}

.b_decor_content .section_content_inner {
  max-width: 1512px;
  margin: 0 auto;
}

.b_decor_content .content_wrapper {
  font-weight: 500;
  font-size: 40px;
  color: #515D69;
}

@media (max-width: 1500px) {
  .b_decor_content .content_wrapper {
    font-size: 30px;
  }
}

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

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

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

.b_decor_content .btn_wrapper {
  margin: 56px 0 0;
}

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

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

.b_innovation .section_background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: end;
      align-items: flex-end;
  width: 100%;
  padding-right: 30%;
}

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

.b_innovation .section_background::after {
  position: absolute;
  content: '';
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  max-height: 105px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.b_innovation .section_inner {
  position: relative;
  z-index: 1;
}

.b_innovation .section_title {
  max-width: 1005px;
  margin: 0 0 60px;
}

.b_innovation .innovation_wrapper {
  margin: 0 -15px;
}

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

@media (max-width: 767px) {
  .b_innovation .innovation {
    gap: 32px 0;
  }
}

.b_innovation .innovation_graphic {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .b_innovation .innovation_graphic {
    width: 100%;
    text-align: center;
  }
}

.b_innovation .innovation_graphic .innovation_part {
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: var(--transition-time);
  transform-origin: 50% 50%;
  cursor: pointer;
}

.b_innovation .innovation_graphic .innovation_part:hover {
  transform: scale(1.02);
}

.b_innovation .innovation_graphic .innovation_part.innovation_part_active {
  transform: scale(1.1);
}

.b_innovation .innovation_graphic .innovation_icon {
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: var(--transition-time);
}

.b_innovation .innovation_graphic #innovation_01.innovation_part_active .innovation_icon {
  opacity: .1;
  transform: scale(1.2) translate(-8%, -17%);
}

.b_innovation .innovation_graphic #innovation_02.innovation_part_active .innovation_icon {
  opacity: .1;
  transform: scale(1.2) translate(-3%, -13%);
}

.b_innovation .innovation_graphic #innovation_03.innovation_part_active .innovation_icon {
  opacity: .1;
  transform: scale(1.2) translate(-7.5%, -1%);
}

.b_innovation .innovation_graphic #innovation_04.innovation_part_active .innovation_icon {
  opacity: .2;
  transform: scale(1.2) translate(-12.5%, -2%);
}

.b_innovation .innovation_graphic #innovation_05.innovation_part_active .innovation_icon {
  opacity: .2;
  transform: scale(1.2) translate(-17%, -5%);
}

.b_innovation .innovation_graphic #innovation_06.innovation_part_active .innovation_icon {
  opacity: .2;
  transform: scale(1.2) translate(-18%, -12%);
}

.b_innovation .innovation_graphic #innovation_07.innovation_part_active .innovation_icon {
  opacity: .2;
  transform: scale(1.2) translate(-14%, -18%);
}

.b_innovation .innovation_graphic #innovation_08.innovation_part_active .innovation_icon {
  opacity: .2;
  transform: scale(1.2) translate(-6%, -18%);
}

.b_innovation .innovation_graphic #innovation_09.innovation_part_active .innovation_icon {
  opacity: .2;
  transform: scale(1.2) translate(-1%, -15%);
}

@media (max-width: 767px) {
  .b_innovation .graphic {
    padding: 0 50px;
  }
}

@media (max-width: 500px) {
  .b_innovation .graphic {
    padding: 0;
  }
}

.b_innovation .graphic svg {
  overflow: visible;
  width: 100%;
  height: auto;
  filter: drop-shadow(4px 4px 12px rgba(0, 0, 0, 0.25));
}

.b_innovation .graphic_inner {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 30px);
  max-width: 690px;
  position: relative;
}

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

.b_innovation .graphic_inner.active_2 > svg,
.b_innovation .graphic_inner.active_2 .graphic_titles_wrapper {
  transform: rotate(-40deg);
}

.b_innovation .graphic_inner.active_2 .title_inner,
.b_innovation .graphic_inner.active_2 .graphic_icon_inner {
  transform: rotate(40deg);
}

.b_innovation .graphic_inner.active_3 > svg,
.b_innovation .graphic_inner.active_3 .graphic_titles_wrapper {
  transform: rotate(-80deg);
}

.b_innovation .graphic_inner.active_3 .title_inner,
.b_innovation .graphic_inner.active_3 .graphic_icon_inner {
  transform: rotate(80deg);
}

.b_innovation .graphic_inner.active_4 > svg,
.b_innovation .graphic_inner.active_4 .graphic_titles_wrapper {
  transform: rotate(-120deg);
}

.b_innovation .graphic_inner.active_4 .title_inner,
.b_innovation .graphic_inner.active_4 .graphic_icon_inner {
  transform: rotate(120deg);
}

.b_innovation .graphic_inner.active_5 > svg,
.b_innovation .graphic_inner.active_5 .graphic_titles_wrapper {
  transform: rotate(-160deg);
}

.b_innovation .graphic_inner.active_5 .title_inner,
.b_innovation .graphic_inner.active_5 .graphic_icon_inner {
  transform: rotate(160deg);
}

.b_innovation .graphic_inner.active_6 > svg,
.b_innovation .graphic_inner.active_6 .graphic_titles_wrapper {
  transform: rotate(-200deg);
}

.b_innovation .graphic_inner.active_6 .title_inner,
.b_innovation .graphic_inner.active_6 .graphic_icon_inner {
  transform: rotate(200deg);
}

.b_innovation .graphic_inner.active_7 > svg,
.b_innovation .graphic_inner.active_7 .graphic_titles_wrapper {
  transform: rotate(-240deg);
}

.b_innovation .graphic_inner.active_7 .title_inner,
.b_innovation .graphic_inner.active_7 .graphic_icon_inner {
  transform: rotate(240deg);
}

.b_innovation .graphic_inner.active_8 > svg,
.b_innovation .graphic_inner.active_8 .graphic_titles_wrapper {
  transform: rotate(-280deg);
}

.b_innovation .graphic_inner.active_8 .title_inner,
.b_innovation .graphic_inner.active_8 .graphic_icon_inner {
  transform: rotate(280deg);
}

.b_innovation .graphic_inner.active_9 > svg,
.b_innovation .graphic_inner.active_9 .graphic_titles_wrapper {
  transform: rotate(-320deg);
}

.b_innovation .graphic_inner.active_9 .title_inner,
.b_innovation .graphic_inner.active_9 .graphic_icon_inner {
  transform: rotate(320deg);
}

.b_innovation .graphic_inner svg {
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: var(--transition-time);
}

.b_innovation .graphic_icon {
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: 1;
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: var(--transition-time);
}

.b_innovation .graphic_icon.active img {
  opacity: .2;
  transform: scale(1.2);
}

@media (max-width: 470px) {
  .b_innovation .graphic_icon.active img {
    opacity: .4;
    transform: scale(1.4);
  }
}

.b_innovation .graphic_icon .graphic_icon_inner {
  width: 1px;
  height: 1px;
  position: relative;
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: var(--transition-time);
}

.b_innovation .graphic_icon .icon {
  position: absolute;
  width: 58px;
  height: 58px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1450px) {
  .b_innovation .graphic_icon .icon {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 1300px) {
  .b_innovation .graphic_icon .icon {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 1199px) {
  .b_innovation .graphic_icon .icon {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 991px) {
  .b_innovation .graphic_icon .icon {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 767px) {
  .b_innovation .graphic_icon .icon {
    width: 6vw;
    height: 6vw;
  }
}

@media (max-width: 500px) {
  .b_innovation .graphic_icon .icon {
    width: 7vw;
    height: 7vw;
  }
}

.b_innovation .graphic_icon .icon img {
  position: absolute;
  margin: auto;
  max-height: 100%;
  height: auto;
  width: auto;
  transition: inherit;
}

.b_innovation .graphic_icon:nth-child(1) {
  left: 70%;
  top: 49.5%;
}

.b_innovation .graphic_icon:nth-child(1).active {
  left: 92%;
  top: 49.5%;
}

.b_innovation .graphic_icon:nth-child(2) {
  top: 63.5%;
  left: 66.5%;
}

.b_innovation .graphic_icon:nth-child(2).active {
  top: 75%;
  left: 82%;
}

.b_innovation .graphic_icon:nth-child(3) {
  top: 70%;
  left: 53.5%;
}

.b_innovation .graphic_icon:nth-child(3).active {
  top: 91%;
  left: 58%;
}

.b_innovation .graphic_icon:nth-child(4) {
  top: 68%;
  left: 40%;
}

.b_innovation .graphic_icon:nth-child(4).active {
  top: 86%;
  left: 29%;
}

.b_innovation .graphic_icon:nth-child(5) {
  top: 56.5%;
  left: 30%;
}

.b_innovation .graphic_icon:nth-child(5).active {
  top: 65%;
  left: 10%;
}

.b_innovation .graphic_icon:nth-child(6) {
  top: 42.5%;
  left: 28%;
}

.b_innovation .graphic_icon:nth-child(6).active {
  top: 36%;
  left: 10%;
}

.b_innovation .graphic_icon:nth-child(7) {
  top: 31%;
  left: 39.5%;
}

.b_innovation .graphic_icon:nth-child(7).active {
  top: 13%;
  left: 28%;
}

.b_innovation .graphic_icon:nth-child(8) {
  top: 28%;
  left: 53.5%;
}

.b_innovation .graphic_icon:nth-child(8).active {
  top: 8%;
  left: 56.5%;
}

.b_innovation .graphic_icon:nth-child(9) {
  left: 67%;
  top: 36%;
}

.b_innovation .graphic_icon:nth-child(9).active {
  left: 81%;
  top: 23%;
}

.b_innovation .graphic_titles_wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: var(--transition-time);
}

.b_innovation .graphic_titles_list {
  position: relative;
  width: 100%;
  height: 100%;
}

.b_innovation .graphic_titles_list .graphic_title {
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: 2;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: var(--transition-time);
}

@media (max-width: 1500px) {
  .b_innovation .graphic_titles_list .graphic_title {
    font-size: 1vw;
  }
}

@media (max-width: 767px) {
  .b_innovation .graphic_titles_list .graphic_title {
    font-size: 2vw;
  }
}

@media (max-width: 500px) {
  .b_innovation .graphic_titles_list .graphic_title {
    font-size: 2.5vw;
  }
}

@media (max-width: 470px) {
  .b_innovation .graphic_titles_list .graphic_title {
    font-size: 2.4vw;
  }
}

.b_innovation .graphic_titles_list .graphic_title.title_active {
  font-size: 17.5px;
}

@media (max-width: 1500px) {
  .b_innovation .graphic_titles_list .graphic_title.title_active {
    font-size: 1.15vw;
  }
}

@media (max-width: 767px) {
  .b_innovation .graphic_titles_list .graphic_title.title_active {
    font-size: 2.15vw;
  }
}

@media (max-width: 500px) {
  .b_innovation .graphic_titles_list .graphic_title.title_active {
    font-size: 2.65vw;
  }
}

.b_innovation .graphic_titles_list .graphic_title:nth-child(1) {
  top: 49.5%;
  left: 87%;
}

.b_innovation .graphic_titles_list .graphic_title:nth-child(1).title_active {
  top: 49.5%;
  left: 90.5%;
}

.b_innovation .graphic_titles_list .graphic_title:nth-child(2) {
  top: 74%;
  left: 79%;
}

.b_innovation .graphic_titles_list .graphic_title:nth-child(2).title_active {
  top: 75.5%;
  left: 81.5%;
}

.b_innovation .graphic_titles_list .graphic_title:nth-child(3) {
  top: 88%;
  left: 56%;
}

.b_innovation .graphic_titles_list .graphic_title:nth-child(3).title_active {
  top: 92%;
  left: 57.5%;
}

.b_innovation .graphic_titles_list .graphic_title:nth-child(4) {
  top: 82%;
  left: 30%;
}

@media (max-width: 470px) {
  .b_innovation .graphic_titles_list .graphic_title:nth-child(4) {
    top: 81%;
    left: 30%;
  }
}

.b_innovation .graphic_titles_list .graphic_title:nth-child(4).title_active {
  top: 85%;
  left: 29.5%;
}

.b_innovation .graphic_titles_list .graphic_title:nth-child(5) {
  top: 61.5%;
  left: 13%;
}

.b_innovation .graphic_titles_list .graphic_title:nth-child(5).title_active {
  top: 65%;
  left: 9.5%;
}

.b_innovation .graphic_titles_list .graphic_title:nth-child(6) {
  top: 36%;
  left: 13%;
}

.b_innovation .graphic_titles_list .graphic_title:nth-child(6).title_active {
  top: 36%;
  left: 10%;
}

.b_innovation .graphic_titles_list .graphic_title:nth-child(7) {
  top: 14.5%;
  left: 29.5%;
}

.b_innovation .graphic_titles_list .graphic_title:nth-child(7).title_active {
  top: 11%;
  left: 26.5%;
}

.b_innovation .graphic_titles_list .graphic_title:nth-child(8) {
  top: 10%;
  left: 57.5%;
}

@media (max-width: 470px) {
  .b_innovation .graphic_titles_list .graphic_title:nth-child(8) {
    top: 11%;
    left: 57.2%;
  }
}

.b_innovation .graphic_titles_list .graphic_title:nth-child(8).title_active {
  top: 5%;
  left: 58%;
}

.b_innovation .graphic_titles_list .graphic_title:nth-child(9) {
  top: 26%;
  left: 79.5%;
}

.b_innovation .graphic_titles_list .graphic_title:nth-child(9).title_active {
  top: 23%;
  left: 81.5%;
}

.b_innovation .graphic_titles_list .title_inner {
  width: 1px;
  height: 1px;
  position: relative;
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: var(--transition-time);
  -ms-hyphens: auto;
      hyphens: auto;
}

.b_innovation .graphic_titles_list .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  text-align: center;
  display: inline-block;
}

@media (max-width: 470px) {
  .b_innovation .graphic_titles_list .title {
    line-height: 1.2;
    -ms-hyphens: auto;
        hyphens: auto;
  }
}

.b_innovation .innovation_content {
  width: 50%;
  padding: 0 15px;
}

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

.b_innovation .innovation_content .content_wrapper {
  max-width: 720px;
}

.b_innovation .innovation_content .content {
  font-size: 18px;
}

@media (max-width: 991px) {
  .b_innovation .innovation_content .content {
    font-size: 16px;
  }
}

.b_innovation .innovation_content .content_row:not(.content_active) {
  display: none;
}

.b_innovation .content_title {
  color: #42578C;
  margin: 0 0 15px;
}

.b_innovation .content_title,
.b_innovation .content_title h2,
.b_innovation .content_title h3 {
  font-weight: 600;
  font-size: 48px;
}

@media (max-width: 1199px) {
  .b_innovation .content_title,
  .b_innovation .content_title h2,
  .b_innovation .content_title h3 {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .b_innovation .content_title,
  .b_innovation .content_title h2,
  .b_innovation .content_title h3 {
    font-size: 32px;
  }
}

.b_innovation .btn_wrapper {
  margin: 15px 0 0;
}

.b_credentials .section_title {
  margin: 0 0 40px;
}

.b_credentials .controls_wrapper {
  margin: 40px 0 0;
}

.b_credentials .navigation {
  gap: 15px;
}

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

@media (max-width: 767px) {
  .b_future_together .section_inner {
    gap: 48px 0;
  }
}

.b_future_together .slider_wrapper {
  padding: 0 15px;
  width: 50%;
}

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

.b_future_together .future_together_slider {
  max-width: 732px;
}

.b_future_together .future_together_slider .swiper-slide {
  transition: all .2s linear;
}

.b_future_together .future_together_slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0;
  visibility: hidden;
}

.b_future_together .images_gallery {
  gap: 20px;
}

.b_future_together .gallery_item {
  width: calc(33.33% - 20px*2/3);
}

.b_future_together .gallery_item .gallery_image {
  padding-top: 100%;
  position: relative;
  background-color: #3FA033;
  overflow: hidden;
}

.b_future_together .gallery_item .gallery_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 104%;
  height: 104%;
  object-fit: cover;
  max-width: unset;
  margin: auto;
}

.b_future_together .data_wrapper {
  padding: 0 15px;
  width: 50%;
}

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

.b_future_together .section_title {
  margin: 0 0 15px;
}

.b_future_together .content_wrapper {
  font-size: 18px;
}

.b_future_together .btn_wrapper {
  margin: 30px 0 0;
}

.b_latest_news .section_title {
  margin: 0 0 40px;
}

.b_latest_news .latest_news {
  gap: 32px;
}

@media (max-width: 991px) {
  .b_latest_news .latest_news {
    gap: 32px 32px;
  }
}

@media (max-width: 767px) {
  .b_latest_news .latest_news {
    gap: 56px 32px;
  }
}

.b_latest_news .article_card {
  width: calc(33.33% - 32px*2/3);
}

@media (max-width: 991px) {
  .b_latest_news .article_card {
    width: calc(50% - 16px);
  }
}

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

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

.b_services .service_block {
  padding: 24px;
  width: calc(33.33%);
  transition: all .2s linear;
  position: relative;
}

@media (max-width: 1300px) {
  .b_services .service_block {
    width: 50%;
  }
}

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

@media (max-width: 767px) {
  .b_services .service_block.active .block_background {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 992px) {
  .b_services .service_block:hover .block_background {
    opacity: 1;
    visibility: visible;
  }
}

.b_services .service_block .block_background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  opacity: 0;
  transition: all .2s linear;
}

@media (min-width: 992px) {
  .b_services .service_block .block_background {
    visibility: hidden;
  }
}

.b_services .service_block .faq_row {
  border: none;
}

.b_services .service_block .faq_title {
  padding: 0;
  padding-right: 50px;
  width: auto;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.b_services .service_block .faq_content {
  width: 100%;
  padding: 15px 0 0;
}

.b_services .service_block .service_icon {
  width: 64px;
  height: 64px;
  margin: 0 0 24px;
  position: relative;
}

.b_services .service_block .service_icon img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
}

.b_services .service_block .service_title {
  margin: 0 0 20px;
}

.b_services .service_block .service_description {
  margin: 0 0 8px;
}

.b_services .additional_information {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px 0;
}

.b_services .contact_info,
.b_services .references_info,
.b_services .applications_info {
  width: 100%;
}

.b_services .contact_info .person_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b_services .contact_info .person_row:not(:last-child) {
  margin: 0 0 15px;
}

.b_services .contact_info .person_image {
  width: 144px;
}

@media (max-width: 1300px) {
  .b_services .contact_info .person_image {
    width: 100px;
  }
}

.b_services .contact_info .person_image .image {
  padding-top: 100%;
  position: relative;
}

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

.b_services .contact_info .person_info_wrapper {
  width: calc(100% - 144px);
  padding: 0 0 0 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  color: #000;
}

@media (max-width: 1300px) {
  .b_services .contact_info .person_info_wrapper {
    width: calc(100% - 100px);
    padding: 0 0 0 10px;
  }
}

.b_services .contact_info .person_link {
  margin: auto 0 0;
}

.b_services .contact_info .person_link a {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.b_services .references_info .btn_link_arrow_right {
  font-weight: 600;
  font-size: 20px;
  color: #515D69;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b_services .applications_info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.b_services .applications_info ul li:not(:last-child) {
  margin-bottom: 8px;
}

.b_services .applications_info ul a {
  color: #515D69;
}

.b_services .applications_info ul a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .b_application_detail:first-child {
    padding-top: 32px;
  }
}

.b_application_detail .back_wrapper {
  margin: 0 0 40px;
}

.b_application_detail .section_title {
  margin: 0 0 40px;
}

@media (max-width: 500px) {
  .b_application_detail .section_title h1 {
    font-size: 26px;
  }
}

.b_application_detail .content_wrapper {
  color: #000;
}

.b_application_detail .content_wrapper h2,
.b_application_detail .content_wrapper h3,
.b_application_detail .content_wrapper h4,
.b_application_detail .content_wrapper h5,
.b_application_detail .content_wrapper h6 {
  color: #515D69;
}

.b_application_detail .columns_wrapper {
  margin: 60px 0;
}

.b_application_detail .columns_wrapper:last-child {
  margin-bottom: 0;
}

.b_application_detail .columns_list {
  gap: 24px;
  margin: 0 -12px;
  gap: 30px 0;
}

.b_application_detail .columns_list .column {
  padding: 0 12px;
  width: calc(50% - 12px);
}

@media (max-width: 650px) {
  .b_application_detail .columns_list .column {
    width: 100%;
  }
}

.b_gallery_slider .section_inner {
  overflow: hidden;
}

.b_gallery_slider .swiper {
  overflow: visible;
}

.b_gallery_slider .image_block_inner {
  position: relative;
}

.b_gallery_slider .image_block_inner .img_wrap {
  padding-top: 56.25%;
  position: relative;
  display: block;
}

.b_gallery_slider .image_block_inner .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b_gallery_slider .controls_wrapper {
  margin: 80px 0 0;
}

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

@media (max-width: 767px) {
  .b_gallery_slider .swiper-pagination {
    display: none;
  }
}

.b_gallery_slider .navigation {
  gap: 15px;
}

@media (max-width: 767px) {
  .b_gallery_slider .navigation {
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .b_columns_content .columns_content {
    gap: 32px 0;
  }
}

.b_columns_content .columns_content.columns_reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.b_columns_content .columns_content.columns_reverse .images_wrapper {
  padding: 0 16px 0 0;
}

@media (max-width: 991px) {
  .b_columns_content .columns_content.columns_reverse .images_wrapper {
    padding: 0;
  }
}

.b_columns_content .columns_content.columns_reverse .main_content {
  padding: 0 0 0 16px;
}

@media (max-width: 991px) {
  .b_columns_content .columns_content.columns_reverse .main_content {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .b_columns_content .columns_content .column {
    width: 100%;
  }
}

.b_columns_content .columns_content.has_sticky .main_content {
  position: sticky;
  top: 120px;
}

.b_columns_content .main_content {
  padding: 0 16px 0 0;
  color: #515D69;
}

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

.b_columns_content .section_title {
  margin: 0 0 20px;
}

.b_columns_content .content_wrapper {
  color: #515D69;
}

.b_columns_content .images_wrapper {
  padding: 0 0 0 16px;
}

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

.b_columns_content .images_gallery {
  gap: 32px 0;
}

.b_columns_content .images_gallery .img_link {
  display: block;
  width: 100%;
}

.b_columns_content .images_gallery .img_link img {
  width: 100%;
}

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

.b_advantages .advantages_list {
  gap: 30px 0;
}

.b_advantages .advantage_item {
  width: 33.33%;
}

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

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

.b_advantages .advantage_icon {
  width: 64px;
  height: 64px;
  margin: 0 0 24px;
}

.b_advantages .advantage_icon .icon {
  position: relative;
  padding: 100% 0 0;
}

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

.b_advantages .advantage_title {
  margin: 0 0 24px;
}

.b_other_projects .section_title {
  margin: 0 0 50px;
}

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

.b_other_projects .projects_list {
  gap: 32px;
}

.b_other_projects .project_item {
  width: calc(33.33% - 32px*2/3);
}

@media (max-width: 991px) {
  .b_other_projects .project_item {
    width: calc(50% - 16px);
  }
}

@media (max-width: 650px) {
  .b_other_projects .project_item {
    width: 100%;
  }
}

.b_other_projects .project_block {
  color: #515D69;
  transition: all .2s linear;
}

.b_other_projects .project_block:hover {
  color: #3FA033;
}

.b_other_projects .project_block:hover .image_block img {
  transform: scale(1.1);
}

.b_other_projects .project_image {
  margin: 0 0 20px;
}

.b_other_projects .project_image .image_block {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.b_other_projects .project_image .image_block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .2s linear;
  object-fit: cover;
}

.b_other_projects .btn_wrapper {
  margin: 100px 0 0;
}

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

.b_credentials_page .section_title {
  margin: 0 0 40px;
}

.b_credentials_page .filter_wrapper {
  margin: 0 0 40px;
  gap: 32px;
}

.b_credentials_page .filter_wrapper .filter_row {
  max-width: calc(25% - 32px*3/4);
}

@media (max-width: 1199px) {
  .b_credentials_page .filter_wrapper .filter_row {
    max-width: calc(50% - 16px);
  }
}

@media (max-width: 600px) {
  .b_credentials_page .filter_wrapper .filter_row {
    width: 100%;
    max-width: 100%;
  }
}

.b_credentials_page .gutter-sizer {
  width: 32px;
}

.b_credentials_page .credential_item {
  width: calc(50% - 16px);
  margin: 0 0 48px;
  opacity: 0;
}

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

.b_credentials_page .credential_item.full_width {
  width: 100%;
}

.b_credentials_page .credential_item.full_width .image img {
  width: 100%;
}

.b_credentials_page .credential_item.is-visible {
  animation: Items .6s ease-in forwards;
  opacity: 1;
  transition: opacity .6s ease-in;
}

.b_credentials_page .credential_card {
  color: #515D69;
  transition: all .2s linear;
}

.b_credentials_page .credential_card:hover {
  color: #3FA033;
}

.b_credentials_page .credential_card:hover .image img {
  transform: scale(1.1);
  transition: all .4s linear;
}

.b_credentials_page .credential_card .image_wrapper {
  position: relative;
  overflow: hidden;
}

.b_credentials_page .credential_card .image {
  overflow: hidden;
}

@media (max-width: 600px) {
  .b_credentials_page .credential_card .image {
    padding-top: 56.25%;
  }
}

.b_credentials_page .credential_card .image img {
  transition: all .3s linear;
}

@media (max-width: 600px) {
  .b_credentials_page .credential_card .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.b_credentials_page .card_title {
  padding: 20px 0;
}

@keyframes Items {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

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

.b_our_customers .logotypes_wrapper {
  overflow: hidden;
}

@media (max-width: 991px) {
  .b_our_customers .our_customers.hide_mobile {
    display: none;
  }
}

.b_our_customers .our_customers.hide_desktop {
  display: none;
}

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

.b_our_customers .customers_list + .customers_list {
  margin: 32px 0 0;
}

@media (max-width: 991px) {
  .b_our_customers .customers_list + .customers_list {
    margin: 16px 0 0;
  }
}

.b_our_customers .logotypes_list {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.b_our_customers .logotypes_list .list {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  transform: translate3d(0%, 0, 0);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  position: relative;
  animation-duration: 57s;
}

.b_our_customers .logotypes_list .list_right_left {
  animation-name: marqueeRightLeft;
}

.b_our_customers .logotypes_list .list_left_right {
  animation-name: marqueeLeftRight;
}

.b_our_customers .logotypes_list .logo_item {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  height: 100%;
  padding: 0 18px;
}

.b_our_customers .logotypes_list .logo_item img {
  width: auto;
  max-width: none;
  filter: grayscale(1);
}

.dirRtl {
  direction: rtl;
}

@keyframes marqueeRightLeft {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes marqueeLeftRight {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}

@media (max-width: 1199px) {
  .b_partnerships .section_title {
    text-align: center;
  }
}

.b_partnerships .logotypes_list {
  -ms-flex-pack: end;
      justify-content: flex-end;
  height: 220px;
  overflow: hidden;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 1400px) {
  .b_partnerships .logotypes_list {
    height: 120px;
  }
}

@media (max-width: 1199px) {
  .b_partnerships .logotypes_list {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media (max-width: 650px) {
  .b_partnerships .logotypes_list {
    height: auto;
  }
}

.b_partnerships .swiper-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.b_partnerships .swiper-slide .logo_item {
  width: 25%;
  padding: 5px 10px;
}

@media (max-width: 1400px) {
  .b_partnerships .swiper-slide .logo_item {
    padding: 10px;
  }
}

@media (max-width: 650px) {
  .b_partnerships .swiper-slide .logo_item {
    width: 100%;
  }
}

.b_partnerships .logo_item {
  height: 100%;
}

@media (max-width: 650px) {
  .b_partnerships .logo_item {
    height: 64px;
  }
}

.b_partnerships .logo_item .item_inner {
  height: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.b_partnerships .logo_item .item_inner img {
  max-height: 100%;
}

@media (max-width: 1199px) {
  .b_partnerships .columns_list {
    gap: 30px 0;
  }
}

@media (max-width: 1199px) {
  .b_partnerships .columns_list .column {
    width: 100%;
  }
}

.b_stats .stats_list {
  gap: 24px;
}

.b_stats .stat_item {
  width: calc(33.33% - 24px*2/3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 0;
}

@media (max-width: 991px) {
  .b_stats .stat_item {
    gap: 14px 0;
  }
}

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

.b_stats .stat_item.item_reverse .stat_content {
  -ms-flex-order: -1;
      order: -1;
}

@media (max-width: 767px) {
  .b_stats .stat_item.item_reverse .stat_content {
    -ms-flex-order: unset;
        order: unset;
  }
}

.b_stats .stat_image {
  position: relative;
  width: 100%;
}

.b_stats .stat_image .image {
  position: relative;
  overflow: hidden;
  padding-top: 64%;
  height: 100%;
}

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

.b_stats .stat_image .slider_wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 64%;
  height: 100%;
}

.b_stats .stat_image .single_slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.b_stats .stat_image .single_slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b_stats .stat_content {
  background-color: #3FA033;
  color: #fff;
  width: 100%;
  min-height: 178px;
  padding: 20px;
  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;
  -ms-flex-direction: column;
      flex-direction: column;
  font-weight: 600;
  font-size: 20px;
}

@media (max-width: 991px) {
  .b_stats .stat_content {
    font-weight: 400;
    font-size: 16px;
    min-height: 100px;
  }
}

.b_stats .number {
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  margin: 0 0 5px;
}

@media (max-width: 991px) {
  .b_stats .number {
    font-size: 36px;
  }
}

.b_unsolicited {
  position: relative;
}

.b_unsolicited .decor_image {
  overflow: hidden;
  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_unsolicited .decor_image_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
}

.b_unsolicited .decor_image_inner img {
  max-width: 2800px;
}

@media (max-width: 1500px) {
  .b_unsolicited .decor_image_inner img {
    max-width: 155vw;
  }
}

@media (max-width: 1199px) {
  .b_unsolicited .decor_image_inner img {
    max-width: 1920px;
  }
}

.b_unsolicited .section_title {
  margin: 0 auto 40px;
}

.b_unsolicited .section_content {
  margin: 0 auto;
}

.b_unsolicited .content ul {
  text-align: left;
}

.b_unsolicited .emails_list_wrapper {
  margin: 40px 0 0;
}

.b_unsolicited .emails_list {
  gap: 25px 16px;
  -ms-flex-pack: center;
      justify-content: center;
}

.b_offers .section_title {
  margin: 0 0 70px;
}

.b_offers .offers_filter {
  margin: 0 0 90px;
}

@media (max-width: 1199px) {
  .b_offers .offers_filter {
    margin: 0 0 32px;
  }
}

.b_offers .filter_list {
  gap: 30px;
}

@media (max-width: 1199px) {
  .b_offers .filter_list {
    gap: 32px 24px;
  }
}

.b_offers .filter_row {
  width: calc(33.33% - 30px*2/3);
}

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

.b_offers .offer_item {
  margin: 0 0 30px;
}

.b_offers .offer_item {
  width: calc(33.33% - 30px*2/3);
}

@media (max-width: 1199px) {
  .b_offers .offer_item {
    width: calc(33.33% - 24px*2/3);
  }
}

@media (max-width: 991px) {
  .b_offers .offer_item {
    width: calc(50% - 24px/2);
  }
}

@media (max-width: 700px) {
  .b_offers .offer_item {
    width: 100%;
  }
}

.b_offers .gutter-sizer {
  width: 30px;
}

@media (max-width: 1199px) {
  .b_offers .gutter-sizer {
    width: 24px;
  }
}

@media (max-width: 700px) {
  .b_offers .gutter-sizer {
    width: 0;
  }
}

.b_form_section .decor_image {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}

.b_form_section .decor_image_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  -ms-flex-align: start;
      align-items: flex-start;
}

.b_form_section .decor_image_inner img {
  max-width: unset;
  margin-top: 1%;
}

.b_form_section .section_inner {
  padding: 0 20px;
  max-width: 932px;
  margin: 0 auto;
}

.b_form_section .section_title {
  margin: 0 0 24px;
}

.b_form_section .top_content {
  color: #000;
  margin: 0 0 90px;
}

.b_form_section .form_wrapper .form_btn:not(:last-child) {
  margin-bottom: 40px;
}

.b_form_section .form_wrapper .form_row:last-child {
  margin: 0;
}

.b_form_section .form_row {
  margin: 0 0 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 24px;
}

.b_form_section .form_row .form_column {
  width: calc(50% - 12px);
}

.b_form_section label:not(.label_checkbox) {
  color: #000;
  display: block;
  margin: 0 0 5px;
}

.b_form_section .file_select_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 100%;
  gap: 32px;
}

.b_manager_form {
  position: relative;
}

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

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

@media (max-width: 767px) {
  .b_manager_form .section_title {
    text-align: left;
  }
}

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

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

.b_manager_form .top_part {
  width: 100%;
  margin: 0 0 32px;
}

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

.b_manager_form .top_part .position {
  font-size: 20px;
  margin: 0 0 8px;
  color: #3FA033;
}

.b_manager_form .name:not(:last-child) {
  margin: 0 0 16px;
}

.b_manager_form .description {
  color: #000;
}

.b_manager_form .page_title {
  margin: 0 0 40px;
}

.b_manager_form .column_wrapper + .column_wrapper {
  margin: 65px 0 0;
}

.b_manager_form .column_wrapper:nth-child(2n) .column_wrapper_inner {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.b_manager_form .column_wrapper_inner {
  gap: 32px 0;
}

.b_manager_form .column_wrapper_inner.column_reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .b_manager_form .column_wrapper_inner.column_reverse {
    -ms-flex-direction: unset;
        flex-direction: unset;
  }
}

.b_manager_form .right_information {
  padding: 16px;
}

@media (max-width: 767px) {
  .b_manager_form .right_information {
    padding: 16px 0 0;
  }
}

.b_manager_form .info_block {
  color: #000;
  margin: 0 0 16px;
}

.b_manager_form .bottom_part {
  width: 100%;
  margin: auto 0 0;
}

.b_manager_form .bottom_part .contact_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  width: 100%;
}

.b_manager_form .bottom_part .contact_row:not(:last-child) {
  margin-bottom: 8px;
}

.b_manager_form .bottom_part .contact_row a {
  color: #000;
}

.b_manager_form .bottom_part .contact_row a:hover {
  text-decoration: underline;
}

.b_manager_form .bottom_part .contact_row .contact {
  max-width: calc(100% - 24px);
}

.b_manager_form .bottom_part .contact_icon {
  width: 24px;
  height: 24px;
  position: relative;
}

.b_manager_form .bottom_part .contact_icon img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

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

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

.b_similar_offers .offers_list {
  gap: 30px;
}

@media (max-width: 1199px) {
  .b_similar_offers .offers_list {
    gap: 30px 24px;
  }
}

.b_similar_offers .offer_item {
  width: calc(33.33% - 30px*2/3);
}

@media (max-width: 1199px) {
  .b_similar_offers .offer_item {
    width: calc(33.33% - 24px*2/3);
  }
}

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

@media (max-width: 700px) {
  .b_similar_offers .offer_item {
    width: 100%;
  }
}

.b_philosophy .section_container {
  -ms-flex-align: center;
      align-items: center;
  gap: 32px 0;
}

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

@media (max-width: 991px) {
  .b_philosophy .media_column {
    width: 100%;
    -ms-flex-order: -1;
        order: -1;
  }
}

.b_philosophy .section_title {
  margin: 0 0 40px;
}

.b_philosophy .additional_content {
  gap: 56px 0;
}

.b_philosophy .additional_content:not(:first-child) {
  margin-top: 70px;
}

@media (max-width: 1500px) {
  .b_philosophy .additional_content .column_row {
    width: 100%;
  }
}

.b_philosophy .block_title {
  margin: 0 0 15px;
}

.b_sustainability .section_title {
  margin: 0 0 40px;
}

.b_sustainability .section_container {
  gap: 32px 0;
}

@media (max-width: 1199px) {
  .b_sustainability .media_column,
  .b_sustainability .content_column {
    width: 100%;
  }
}

.b_sustainability .file_links_list:not(:first-child) {
  margin-top: 24px;
}

.b_sustainability .content_column {
  gap: 30px 0;
}

.b_sustainability .logotypes_wrapper {
  margin-top: auto;
}

.b_sustainability .logotypes_list {
  gap: 32px;
}

.b_sustainability .logotypes_list img {
  max-height: 80px;
  width: auto;
}

@media (max-width: 1500px) {
  .b_sustainability .logotypes_list img {
    max-height: 48px;
  }
}

.b_team .section_title {
  margin: 0 0 40px;
}

.b_team .filter_wrapper {
  margin: 0 0 40px;
}

.b_team .team_list {
  gap: 32px;
}

.b_team .team_block {
  width: calc(20% - 32px*4/5);
  color: #515D69;
}

@media (max-width: 1500px) {
  .b_team .team_block {
    width: calc(25% - 32px*3/4);
  }
}

@media (max-width: 1199px) {
  .b_team .team_block {
    width: calc(33.33% - 32px*2/3);
  }
}

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

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

.b_team .person_image {
  margin: 0 0 18px;
}

.b_team .person_image .image_block {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

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

.b_team .person_name {
  padding: 0 0 8px;
  border-bottom: 2px solid #CED8DF;
  font-weight: 600;
  font-size: 24px;
}

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

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

.b_team .more_wrapper {
  margin: 100px 0 0;
}

.b_advisory_board .section_title {
  margin: 0 0 40px;
}

.b_advisory_board .persons_list {
  display: -ms-grid;
  display: grid;
  gap: 32px;
  -ms-grid-columns: (calc(33.33% - 32px*2/3))[3];
      grid-template-columns: repeat(3, calc(33.33% - 32px*2/3));
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (max-width: 1500px) {
  .b_advisory_board .persons_list {
    gap: 16px;
    -ms-grid-columns: (calc(33.33% - 16px*2/3))[3];
        grid-template-columns: repeat(3, calc(33.33% - 16px*2/3));
  }
}

@media (max-width: 1199px) {
  .b_advisory_board .persons_list {
    -ms-grid-columns: (calc(50% - 8px))[2];
        grid-template-columns: repeat(2, calc(50% - 8px));
  }
}

@media (max-width: 767px) {
  .b_advisory_board .persons_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: unset;
        justify-content: unset;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-grid-columns: unset;
        grid-template-columns: unset;
    gap: 32px 0;
  }
}

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

@media (min-width: 768px) {
  .b_advisory_board .person_block_wrapper:nth-child(1) {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 3;
  }
}

.b_advisory_board .person_block_wrapper:nth-child(1) .person_image {
  width: 100%;
}

.b_advisory_board .person_block_wrapper:nth-child(1) .person_info {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: calc(50% - 16px);
  height: calc(50% - 16px);
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

@media (max-width: 500px) {
  .b_advisory_board .person_block_wrapper:nth-child(1) .person_info {
    width: 100%;
    height: 100%;
    position: static;
  }
}

.b_advisory_board .person_block_wrapper:nth-child(1) .info_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
}

.b_advisory_board .person_block_wrapper:nth-child(1) .info_inner .arrow {
  -ms-flex-order: -1;
      order: -1;
  transform: rotate(90deg);
}

.b_advisory_board .person_block_wrapper.block_reverse .person_info {
  -ms-flex-order: -1;
      order: -1;
}

.b_advisory_board .person_block_wrapper.block_reverse .arrow {
  transform: rotate(180deg);
}

.b_advisory_board .person_block_wrapper.white_color .person_info {
  color: #fff;
}

.b_advisory_board .person_block_wrapper.white_color .arrow {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='12' viewBox='0 0 9 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.85 6L6.85 12L8.25 10.6L3.65 6L8.25 1.4L6.85 0L0.85 6Z' fill='white'/%3E%3C/svg%3E");
}

.b_advisory_board .person_block_wrapper.white_color .info_additional .link_text {
  color: #fff;
}

.b_advisory_board .person_block_wrapper.white_color .info_additional .link_text::after {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7 13.7L4.3 12.3L8.6 8H5V6H12V13H10V9.4L5.7 13.7ZM16 9V2H9V0H18V9H16ZM2 18C1.45 18 0.979167 17.8042 0.5875 17.4125C0.195833 17.0208 0 16.55 0 16V0H2V16H18V18H2Z' fill='%23fff'/%3E%3C/svg%3E");
}

.b_advisory_board .person_block {
  gap: 0 32px;
  position: relative;
}

@media (max-width: 1500px) {
  .b_advisory_board .person_block {
    gap: 0 16px;
  }
}

@media (min-width: 992px) {
  .b_advisory_board .person_block.has_additional .person_info:hover .info_static {
    display: none;
  }
}

@media (min-width: 992px) {
  .b_advisory_board .person_block.has_additional .person_info:hover .info_additional {
    display: block;
  }
}

.b_advisory_board .person_image {
  display: block;
  position: relative;
  width: calc(50% - 16px);
}

@media (max-width: 1500px) {
  .b_advisory_board .person_image {
    width: calc(50% - 8px);
  }
}

@media (max-width: 500px) {
  .b_advisory_board .person_image {
    width: 100%;
    -ms-flex-order: -1;
        order: -1;
  }
}

.b_advisory_board .person_image .image_block {
  padding-top: 100%;
  position: relative;
}

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

.b_advisory_board .person_info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: calc(50% - 16px);
  color: #000;
  background-color: #C7D3D9;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  padding: 18px 15px;
  font-weight: 400;
  font-size: 16px;
  aspect-ratio: 1;
}

@media (max-width: 1500px) {
  .b_advisory_board .person_info {
    width: calc(50% - 8px);
  }
}

@media (max-width: 500px) {
  .b_advisory_board .person_info {
    width: 100%;
    min-height: 100%;
  }
}

@media (max-width: 991px) {
  .b_advisory_board .person_info.open .info_static {
    display: none;
  }
  .b_advisory_board .person_info.open .info_additional {
    display: block;
  }
}

@media (max-width: 500px) {
  .b_advisory_board .person_info.open .info_static {
    display: block;
  }
}

.b_advisory_board .person_info .info_inner {
  width: 100%;
  max-height: 100%;
}

@media (max-width: 500px) {
  .b_advisory_board .person_info .info_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.b_advisory_board .person_info .info_inner .info_static {
  width: 100%;
}

.b_advisory_board .person_info .info_inner .info_additional {
  width: 100%;
}

@media (max-width: 500px) {
  .b_advisory_board .person_info .info_inner .arrow {
    -ms-flex-order: -1;
        order: -1;
  }
}

.b_advisory_board .info_additional {
  display: none;
  width: 100%;
  max-height: calc(100% - 24px);
  overflow: auto;
  word-wrap: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}

@media (max-width: 1600px) {
  .b_advisory_board .info_additional {
    font-size: 14px;
  }
}

.b_advisory_board .info_additional .content {
  margin: 0 0 5px;
}

.b_advisory_board .info_additional p {
  margin: 0;
}

.b_advisory_board .info_additional a {
  color: #000;
}

.b_advisory_board .info_additional a:hover {
  text-decoration: underline;
}

.b_advisory_board .person_name {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}

.b_advisory_board .arrow {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='12' viewBox='0 0 9 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.85 6L6.85 12L8.25 10.6L3.65 6L8.25 1.4L6.85 0L0.85 6Z' fill='black'/%3E%3C/svg%3E");
}

@media (max-width: 500px) {
  .b_advisory_board .arrow {
    transform: rotate(90deg) !important;
  }
}

.b_advisory_board .link_text {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

.b_advisory_board .link_text::after {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  content: '';
  margin: 0 0 0 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7 13.7L4.3 12.3L8.6 8H5V6H12V13H10V9.4L5.7 13.7ZM16 9V2H9V0H18V9H16ZM2 18C1.45 18 0.979167 17.8042 0.5875 17.4125C0.195833 17.0208 0 16.55 0 16V0H2V16H18V18H2Z' fill='%231C1B1F'/%3E%3C/svg%3E");
}

.b_locations .section_title {
  margin: 0 0 40px;
}

.b_person_page {
  position: relative;
}

.b_person_page:first-child {
  padding-top: 30px;
}

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

.b_person_page .decor_image img {
  position: absolute;
  right: 50%;
  max-width: unset;
  transform: translate(14%, -35%);
}

.b_person_page .person_page_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.b_person_page .back_wrapper {
  margin: 0 0 44px;
}

@media (max-width: 1199px) {
  .b_person_page .back_wrapper {
    margin: 0 0 32px;
  }
}

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

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

.b_person_page .top_part {
  width: 100%;
  margin: 0 0 32px;
}

.b_person_page .position {
  font-size: 20px;
  color: #3FA033;
  margin: 0 0 8px;
}

.b_person_page .name {
  margin: 0 0 16px;
}

.b_person_page .description {
  color: #000;
}

.b_person_page .page_title {
  margin: 0 0 40px;
}

.b_person_page .column_wrapper_inner {
  gap: 32px 0;
}

@media (max-width: 767px) {
  .b_person_page .column_wrapper_inner {
    gap: 20px 0;
  }
}

.b_person_page .right_information {
  padding: 16px;
}

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

@media (max-width: 767px) {
  .b_person_page .right_information:not(:first-child) {
    margin: 16px 0 0;
  }
}

.b_person_page .info_block {
  color: #000;
}

.b_person_page .info_block:not(:last-child) {
  margin: 0 0 16px;
}

.b_person_page .bottom_part {
  width: 100%;
  margin: auto 0 0;
}

.b_person_page .bottom_part .contact_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.b_person_page .bottom_part .contact_row:not(:last-child) {
  margin-bottom: 8px;
}

.b_person_page .bottom_part .contact_row a {
  color: #000;
}

.b_person_page .bottom_part .contact_row a:hover {
  text-decoration: underline;
}

.b_person_page .bottom_part .contact_row .contact {
  max-width: calc(100% - 24px);
}

.b_person_page .bottom_part .contact_icon {
  width: 24px;
  height: 24px;
  position: relative;
}

.b_person_page .bottom_part .contact_icon img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.b_reference_detail_page {
  position: relative;
  color: #fff;
}

.b_reference_detail_page .section_content {
  width: 100%;
}

.b_reference_detail_page .hero_image::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 75%);
}

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

.b_reference_detail_page .hero_content {
  min-height: 884px;
  -ms-flex-align: end;
      align-items: flex-end;
  padding: 100px 0 110px;
}

@media (max-width: 1600px) {
  .b_reference_detail_page .hero_content {
    min-height: 600px;
  }
}

@media (max-width: 991px) {
  .b_reference_detail_page .hero_content {
    padding: 100px 0;
  }
}

.b_reference_detail_page .content_wrapper {
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 80px 0;
}

.b_reference_detail_page .left_part {
  width: calc(100% - 588px);
  padding: 0 32px 0 0;
}

@media (max-width: 1400px) {
  .b_reference_detail_page .left_part {
    width: calc(100% - 450px);
  }
}

@media (max-width: 991px) {
  .b_reference_detail_page .left_part {
    width: 100%;
    padding: 0;
  }
}

.b_reference_detail_page .left_part_inner {
  max-width: 888px;
}

@media (max-width: 991px) {
  .b_reference_detail_page .left_part_inner {
    max-width: unset;
  }
}

.b_reference_detail_page .right_part {
  width: 588px;
}

@media (max-width: 1400px) {
  .b_reference_detail_page .right_part {
    width: 450px;
  }
}

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

.b_reference_detail_page .right_part .description_content {
  max-width: 525px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .b_reference_detail_page .right_part .description_content {
    max-width: unset;
  }
}

.b_reference_detail_page .description_row:not(:last-child) {
  margin-bottom: 20px;
}

.b_reference_detail_page .description_row h6:not(:last-child) {
  margin-bottom: 5px;
}

.b_reference_detail_page + .b_decor_content {
  min-height: 600px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 991px) {
  .b_reference_detail_page + .b_decor_content {
    min-height: 400px;
  }
}

.b_job_head_info {
  position: relative;
}

.b_job_head_info .decor_image .decor_image_inner {
  width: 100%;
  height: 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;
}

.b_job_head_info .decor_image .decor_image_inner img {
  max-height: 100%;
}

@media (max-width: 767px) {
  .b_job_head_info .decor_image .decor_image_inner img {
    max-height: unset;
    max-width: 150%;
  }
}

@media (max-width: 500px) {
  .b_job_head_info .decor_image .decor_image_inner img {
    max-width: 190%;
  }
}

.b_job_head_info .section_title {
  margin: 0 0 20px;
}

.b_job_head_info .category_wrapper {
  text-align: center;
  margin: 0 0 24px;
}

.b_job_head_info .category {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  border: 1px solid #aaa;
  border-radius: 32px;
  padding: 5px 16px;
}

.b_job_head_info .info_list {
  -ms-flex-pack: center;
      justify-content: center;
  gap: 24px;
}

.b_job_head_info .info_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

.b_job_head_info .info_row .icon {
  width: 24px;
  height: 24px;
  position: relative;
}

.b_job_head_info .info_row .icon img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  margin: auto;
}

.b_job_head_info .btn_wrapper {
  margin: 40px 0 0;
}

.b_job_description {
  position: relative;
}

.b_job_description .section_inner {
  max-width: 892px;
  margin: 0 auto;
}

.b_job_description .columns_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}

.b_job_description .columns_wrapper .column {
  width: calc(50% - 12px);
}

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

@media (max-width: 767px) {
  .b_job_description .columns_wrapper .column h4 {
    font-size: 32px;
  }
}

.b_job_description .main_content:not(:first-child) {
  margin: 50px 0 0;
}

@media (max-width: 767px) {
  .b_job_description .main_content h4 {
    font-size: 32px;
  }
}

.b_job_description .share_wrapper:not(:first-child) {
  margin: 80px 0 0;
}

.b_job_description .bottom_back {
  margin: 48px 0 0;
  padding: 48px 0 0;
  border-top: 2px solid #CED8DF;
}

.b_publication_detail_page {
  position: relative;
}

@media (max-width: 767px) {
  .b_publication_detail_page:first-child {
    padding-top: 32px;
  }
}

.b_publication_detail_page .back_wrapper {
  margin: 0 0 40px;
}

.b_publication_detail_page .section_title {
  margin: 0 0 40px;
}

.b_publication_detail_page .publication_detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}

.b_publication_detail_page .media_wrapper {
  width: 432px;
}

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

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

.b_publication_detail_page .media img {
  filter: drop-shadow(0px 6.11157px 6.11157px rgba(0, 0, 0, 0.25));
}

@media (max-width: 991px) {
  .b_publication_detail_page .media img {
    margin: 0 auto;
  }
}

.b_publication_detail_page .content_wrapper {
  width: calc(100% - 464px);
}

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

.b_publication_detail_page .content_wrapper h5 {
  line-height: 1.4;
  font-size: 24px;
  color: #515D69;
}

@media (max-width: 767px) {
  .b_publication_detail_page .content_wrapper h5 {
    font-size: 18px;
  }
}

.b_publication_detail_page .content_wrapper .content {
  color: #000;
}

.b_publication_detail_page .content_wrapper .files_wrapper {
  margin: 40px 0 0;
}

.b_publication_detail_page .content_wrapper .files_label {
  margin: 0 0 32px;
}

.b_publication_detail_page .share_wrapper {
  margin: 40px 0 0;
}

.b_publication_detail_page .section_border_top {
  margin: 24px 0 0;
}

.b_publication_detail_page .author_wrapper {
  padding: 24px 0 0;
}

.b_section_form {
  position: relative;
}

.b_section_form .decor_image {
  overflow: hidden;
  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_section_form .decor_image_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
}

.b_section_form .decor_image_inner img {
  max-width: unset;
}

.b_section_form .section_inner {
  position: relative;
  z-index: 1;
}

.b_section_form .section_title {
  margin: 0 0 20px;
}

.b_section_form .top_content {
  margin: 0 0 40px;
}

.b_section_form .form_wrapper .form_btn:not(:last-child) {
  margin-bottom: 20px;
}

.b_section_form .form_row label:not(.label_checkbox) {
  font-size: 14px;
}

.b_section_form .checkboxes_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 432px;
  gap: 6px 32px;
}

.b_section_form .checkboxes_list:not(:first-child) {
  margin-top: 20px;
}

.b_section_form .checkboxes_list .label_checkbox .checkbox_title {
  color: #000;
}

.b_section_form .info_message {
  font-weight: 400;
  font-size: 12px;
  color: #000;
}

.b_section_form .info_message:not(:first-child) {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .b_news {
    padding: 30px 0 80px;
  }
}

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

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

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

@media (max-width: 991px) {
  .b_news .section_title h1 br {
    display: none;
  }
}

.b_news .articles_list {
  display: -ms-flexbox;
  display: flex;
  gap: 32px 32px;
}

@media (max-width: 1199px) {
  .b_news .articles_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.b_news .articles_control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 0 64px;
}

@media (max-width: 991px) {
  .b_news .articles_control {
    gap: 32px 0;
  }
}

.b_news .articles_control .articles_filter {
  width: calc(75% - 10px);
}

@media (max-width: 991px) {
  .b_news .articles_control .articles_filter {
    width: 100%;
  }
}

.b_news .articles_control .select_wrapper {
  width: calc(25% - 22px);
}

@media (max-width: 991px) {
  .b_news .articles_control .select_wrapper {
    width: 100%;
  }
}

.b_news .articles_control .select_label {
  display: none;
  font-size: 20px;
}

@media (max-width: 767px) {
  .b_news .articles_control .select_label {
    display: block;
  }
}

.b_news .article_block:hover .article_image img {
  transform: scale(1.1);
}

.b_news .article_block .article_image {
  margin: 0 0 24px;
  display: block;
}

.b_news .article_block .article_image img {
  transition: all .3s linear;
}

.b_news .article_block .article_info {
  width: 100%;
  color: #515D69;
}

.b_news .article_block .info_wrapper {
  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;
  margin: 0 0 15px;
}

.b_news .article_block .article_date {
  font-size: 20px;
}

.b_news .article_block .article_category {
  text-transform: uppercase;
  font-size: 16px;
}

.b_news .article_block .article_title {
  transition: all .2s linear;
}

.b_news .article_block .article_title:not(:last-child) {
  margin: 0 0 15px;
}

.b_news .article_block .article_title:hover {
  color: #3FA033;
}

.b_news .first_article {
  width: calc(50% - 16px);
  min-width: calc(50% - 16px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .b_news .first_article {
    width: 100%;
    min-width: unset;
  }
}

.b_news .first_article .article_image .image {
  padding-top: 56%;
}

.b_news .first_article .article_block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

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

.b_news .all_articles {
  width: 100%;
}

@media (max-width: 1500px) {
  .b_news .all_articles .article_title {
    font-size: 24px;
  }
}

@media (max-width: 1500px) {
  .b_news .all_articles .article_title h4 {
    font-size: 24px;
  }
}

.b_news .all_articles .article_title:hover {
  color: #3FA033;
}

.b_news .article_image {
  width: 100%;
}

.b_news .article_image .image {
  padding-top: 55%;
  position: relative;
  overflow: hidden;
}

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

.b_news .items_per_row_2 {
  gap: 24px 32px;
}

@media (max-width: 600px) {
  .b_news .items_per_row_2 {
    gap: 48px 0;
  }
}

.b_news .items_per_row_2 .article_block {
  width: calc(50% - 16px);
}

@media (max-width: 600px) {
  .b_news .items_per_row_2 .article_block {
    width: 100%;
  }
}

.b_news_detail {
  position: relative;
}

@media (max-width: 767px) {
  .b_news_detail:first-child {
    padding-top: 32px;
  }
}

.b_news_detail .back_wrapper {
  margin: 0 0 45px;
}

.b_news_detail .news_title {
  margin: 0 0 20px;
}

.b_news_detail .news_title h1 {
  font-weight: 600;
  font-size: 64px;
  line-height: 1.1;
}

@media (max-width: 1199px) {
  .b_news_detail .news_title h1 {
    font-size: 44px;
  }
}

@media (max-width: 991px) {
  .b_news_detail .news_title h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .b_news_detail .news_title h1 {
    font-size: 36px;
  }
}

.b_news_detail .news_detail {
  color: #000;
}

.b_news_detail .news_detail h1,
.b_news_detail .news_detail h2,
.b_news_detail .news_detail h3,
.b_news_detail .news_detail h4 {
  color: #515D69;
}

.b_news_detail .wp-caption {
  margin: 50px auto;
}

.b_news_detail .wp-block-image {
  padding: 30px 0;
}

.b_news_detail .wp-element-caption,
.b_news_detail .wp-caption-text {
  margin: 8px 0 0;
  padding: 0 0 0 10px;
  border-left: 2px solid #CED8DF;
}

.b_news_detail blockquote {
  padding: 0 0 0 20px;
  border-left: 2px solid #CED8DF;
  font-size: 20px;
  font-weight: 600;
  margin: 50px 0;
}

.b_news_detail .table_control {
  width: 100%;
  overflow: auto;
}

.b_news_detail table {
  width: 100%;
  font-size: 16px;
  color: #515D69;
}

.b_news_detail table thead {
  text-align: left;
  font-weight: 70;
}

.b_news_detail table tr {
  border-bottom: 2px solid #CED8DF;
}

.b_news_detail table th,
.b_news_detail table td {
  padding: 15px 24px;
}

.b_news_detail table tbody td:first-child {
  font-weight: 700;
}

.b_news_detail .blockquote_wrapper {
  margin: 50px 0;
}

.b_news_detail .blockquote_wrapper blockquote {
  margin: 0;
}

.b_news_detail .blockquote_wrapper .author_wrapper {
  margin: 30px 0 0;
}

.b_news_detail .faq_wrapper:not(:first-child) {
  margin: 30px 0 0;
}

.b_news_detail .faq_wrapper .faq_title {
  color: #515D69;
}

.b_news_detail .files_wrapper:not(:first-child) {
  padding: 50px 0;
}

.b_news_detail .files_label {
  margin: 0 0 50px;
}

.b_news_detail .share_wrapper {
  padding: 45px 0;
}

.b_news_detail .bottom_back {
  margin: 48px 0 0;
  text-align: center;
}

.b_news_detail .section_border_top {
  padding: 45px 0 0;
}

.b_news_detail .author_wrapper .author_name {
  color: #515D69;
  font-size: 20px;
}

.b_news_detail .columns_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}

.b_news_detail .columns_wrapper .column {
  width: calc(50% - 12px);
}

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

@media (max-width: 767px) {
  .b_news_detail .columns_wrapper .column h4 {
    font-size: 32px;
  }
}

.author_information {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  color: #000;
}

.author_information .author_image {
  width: 56px;
}

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

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

.author_information .info_block {
  width: calc(100% - 56px);
  padding: 0 0 0 16px;
}

.author_information .author_name {
  font-weight: 600;
}

.b_glossary .letters_wrapper {
  padding: 40px 0;
  border-bottom: 2px solid #CED8DF;
  margin: 0 0 40px;
}

@media (max-width: 767px) {
  .b_glossary .letters_wrapper {
    margin: 0 -20px;
    border: none;
  }
}

.b_glossary .letters_wrapper a {
  color: #515D69;
}

.b_glossary .letters_list {
  gap: 28px 28px;
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .b_glossary .letters_list {
    gap: 20px 22px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .b_glossary .letters_list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
    padding: 0 20px;
  }
}

.b_glossary .letter {
  cursor: pointer;
  transition: all .2s linear;
}

.b_glossary .letter:hover {
  color: #3FA033;
}

.b_glossary .glossary_result {
  max-width: 550px;
}

@media (max-width: 767px) {
  .b_glossary .glossary_result {
    max-width: unset;
  }
}

.b_glossary .glossary_row {
  border-bottom: 2px solid #CED8DF;
  padding: 24px;
}

@media (max-width: 1199px) {
  .b_glossary .glossary_row {
    padding: 15px 20px;
  }
}

.b_glossary .glossary_row:not(:last-child) {
  margin: 0 0 48px;
}

@media (max-width: 1199px) {
  .b_glossary .glossary_row:not(:last-child) {
    margin: 0 0 24px;
  }
}

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

.b_glossary .letter_block {
  width: 250px;
  font-weight: 600;
  font-size: 48px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .b_glossary .letter_block {
    line-height: 1.1;
  }
}

@media (max-width: 767px) {
  .b_glossary .letter_block {
    width: 80px;
    font-size: 32px;
  }
}

.b_glossary .links_list {
  width: calc(100% - 250px);
}

@media (max-width: 767px) {
  .b_glossary .links_list {
    width: calc(100% - 80px);
  }
}

.b_glossary .links_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.b_glossary .links_list ul li:not(:last-child) {
  margin: 0 0 8px;
}

.b_glossary .links_list ul a {
  font-weight: 400;
  font-size: 16px;
  color: #3FA033;
}

.b_glossary .links_list ul a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .b_glossary_detail:first-child {
    padding-top: 32px;
  }
}

.b_glossary_detail .top_control {
  margin: 0 0 48px;
}

.b_glossary_detail .section_title {
  margin: 0 0 30px;
}

.b_glossary_detail .content_wrapper {
  color: #000;
}

.b_glossary_detail .content_wrapper a {
  color: #3FA033;
}

.b_glossary_detail .content_wrapper a:hover {
  text-decoration: underline;
}

.b_glossary_detail .share_wrapper:not(:first-child) {
  margin: 50px 0 0;
}

.b_glossary_detail .bottom_control {
  margin: 48px 0 0;
  padding: 48px 0 0;
  border-top: 2px solid #CED8DF;
}

.b_related_topics .section_title {
  margin: 0 0 40px;
}

.b_related_topics .back_wrapper {
  margin: 80px 0 0;
}

.b_related_topics .topics_wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  column-count: 2;
  column-gap: 40px;
}

@media (max-width: 500px) {
  .b_related_topics .topics_wrapper ul {
    column-count: unset;
  }
}

@media (max-width: 500px) {
  .b_related_topics .topics_wrapper ul li:not(:last-child) {
    margin: 0 0 5px;
  }
}

.b_related_topics .topics_wrapper ul a {
  color: #3FA033;
}

.b_related_topics .topics_wrapper ul a:hover {
  text-decoration: underline;
}

.b_related_topics .btn_wrapper {
  margin: 80px 0 0;
  text-align: center;
}

.b_contact_page {
  position: relative;
}

@media (max-width: 767px) {
  .b_contact_page:first-child {
    padding-top: 32px;
  }
}

.b_contact_page .decor_image {
  overflow: hidden;
  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_contact_page .decor_image_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
}

.b_contact_page .decor_image_inner img {
  max-width: unset;
}

.b_contact_page .page_title {
  margin: 0 0 24px;
}

.b_contact_page .top_content {
  margin: 0 0 40px;
}

.b_contact_page .form_row {
  margin: 0 0 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 24px;
}

@media (max-width: 767px) {
  .b_contact_page .form_row {
    gap: 24px;
  }
}

.b_contact_page .form_row label:not(.label_checkbox) {
  color: #000;
  display: block;
  margin: 0 0 5px;
}

.b_contact_page .form_row .form_column {
  width: calc(50% - 12px);
}

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

.b_contact_page .form_row .label_checkbox .wpcf7-list-item-label::before {
  top: 1px;
}

.b_contact_page .form_control {
  border: none;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  border-bottom: 2px solid #CED8DF;
  padding: 5px 12px;
}

.b_contact_page input.form_control {
  height: 48px;
}

.b_contact_page .form_btn {
  margin: 24px 0 20px;
}

@media (max-width: 767px) {
  .b_contact_page .form_btn {
    margin: 20px 0;
    text-align: center;
  }
}

.b_contact_page .info_message {
  font-size: 12px;
}

.b_search_results {
  position: relative;
}

@media (max-width: 767px) {
  .b_search_results:first-child {
    padding-top: 32px;
  }
}

.b_search_results .page_title {
  margin: 0 0 40px;
}

.b_search_results .search_info {
  font-size: 20px;
  color: #000;
  margin: 0 0 40px;
}

.b_search_results .search_form {
  max-width: 836px;
  margin: 0 0 40px;
}

.b_search_results .search_form .form_block {
  position: relative;
}

.b_search_results .search_form .form_control {
  border: 1px solid #515D69;
  border-radius: 152px;
  height: 56px;
  padding: 5px 16px;
  padding-right: 50px;
  font-size: 20px;
  box-sizing: border-box;
}

.b_search_results .search_form .btn_search_submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9682 21.6203L12.5337 14.1858C11.9437 14.6578 11.2651 15.0315 10.4981 15.3069C9.73101 15.5822 8.91479 15.7199 8.0494 15.7199C5.9056 15.7199 4.09123 14.9774 2.6063 13.4925C1.12137 12.0076 0.378906 10.1932 0.378906 8.0494C0.378906 5.9056 1.12137 4.09123 2.6063 2.6063C4.09123 1.12137 5.9056 0.378906 8.0494 0.378906C10.1932 0.378906 12.0076 1.12137 13.4925 2.6063C14.9774 4.09123 15.7199 5.9056 15.7199 8.0494C15.7199 8.91479 15.5822 9.73101 15.3069 10.4981C15.0315 11.2651 14.6578 11.9437 14.1858 12.5337L21.6203 19.9682L19.9682 21.6203ZM8.0494 13.3597C9.5245 13.3597 10.7783 12.8435 11.8109 11.8109C12.8435 10.7783 13.3597 9.5245 13.3597 8.0494C13.3597 6.57431 12.8435 5.32048 11.8109 4.28791C10.7783 3.25534 9.5245 2.73906 8.0494 2.73906C6.57431 2.73906 5.32048 3.25534 4.28791 4.28791C3.25534 5.32048 2.73906 6.57431 2.73906 8.0494C2.73906 9.5245 3.25534 10.7783 4.28791 11.8109C5.32048 12.8435 6.57431 13.3597 8.0494 13.3597Z' fill='%23515D69'/%3E%3C/svg%3E");
  border: none;
  background-color: transparent;
  padding: 0;
}

.b_search_results .search_results_wrapper {
  max-width: 900px;
}

.b_search_results .search_results {
  margin: 0 0 40px;
}

.b_search_results .result_row {
  border-top: 2px solid #CED8DF;
  padding: 40px 0;
}

.b_search_results .result_row:last-child {
  border-bottom: 2px solid #CED8DF;
}

@media (max-width: 767px) {
  .b_search_results .result_row:first-child {
    border-top: none;
    padding-top: 0;
  }
}

.b_search_results .row_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000;
}

@media (max-width: 767px) {
  .b_search_results .row_inner {
    gap: 32px 0;
  }
}

@media (min-width: 992px) {
  .b_search_results .row_inner:hover .result_image {
    filter: drop-shadow(0px 6.11157px 6.11157px rgba(0, 0, 0, 0.25));
  }
}

.b_search_results .result_image {
  width: 272px;
  transition: all .2s linear;
}

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

.b_search_results .result_image .image {
  padding-top: 56.25%;
  position: relative;
}

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

.b_search_results .result_info {
  width: calc(100% - 272px);
  padding: 0 0 0 16px;
}

@media (max-width: 767px) {
  .b_search_results .result_info {
    width: 100%;
    padding: 0;
  }
}

.b_search_results .result_info .category {
  text-transform: uppercase;
  margin: 0 0 5px;
}

@media (max-width: 767px) {
  .b_search_results .result_info .category {
    margin: 0 0 15px;
  }
}

.b_search_results .result_info .category,
.b_search_results .result_info .title {
  color: #515D69;
}

.b_search_results .result_info .title {
  font-weight: 600;
  font-size: 32px;
  margin: 0 0 5px;
}

@media (max-width: 1199px) {
  .b_search_results .result_info .title {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .b_search_results .result_info .title {
    font-size: 24px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .b_search_results .result_info .title {
    margin: 0 0 15px;
  }
}

.b_search_results .pagination {
  -ms-flex-pack: unset;
      justify-content: unset;
}

@media (max-width: 767px) {
  .b_search_results .pagination {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.b_simple_content {
  color: #000;
  overflow: hidden;
}

@media (max-width: 767px) {
  .b_simple_content:first-child {
    padding-top: 32px;
  }
}

.b_simple_content .content_wrapper {
  max-width: 768px;
}

.b_simple_content .content_wrapper a {
  color: #3FA033;
  word-break: break-word;
}

.b_simple_content .content_wrapper a:hover {
  text-decoration: underline;
}

@media (max-width: 500px) {
  .b_simple_content h1 {
    font-size: 34px;
  }
}

.b_simple_content h1,
.b_simple_content h2,
.b_simple_content h3,
.b_simple_content h4,
.b_simple_content h5 {
  color: #515D69;
  word-break: break-word;
}

.b_error_page .image_wrapper {
  padding: 0 50px;
  margin: 0 auto 50px;
}

.b_error_page .image_wrapper img {
  margin: 0 auto;
}

.b_error_page .content_wrapper {
  margin: 0 0 70px;
  font-weight: 600;
  font-size: 24px;
}

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

.mfp-container {
  padding: 0;
}

.mfp-container .mfp-content {
  padding: 0;
  height: 100%;
}

.b_modal {
  background-color: #FFFFFF;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  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_modal.full_modal {
  width: 100%;
  height: 100%;
}

.b_modal.sm_modal {
  max-width: 595px;
  padding: 60px 30px 30px;
}

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

.b_modal .mfp-close {
  opacity: 1;
  top: 15px;
  right: 15px;
  width: 48px;
  height: 48px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 28L0 25.2L11.2 14L0 2.8L2.8 0L14 11.2L25.2 0L28 2.8L16.8 14L28 25.2L25.2 28L14 16.8L2.8 28Z' fill='%231C1B1F'/%3E%3C/svg%3E");
}

.b_modal .modal_wrapper {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
  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_modal .modal {
  width: 100%;
  position: relative;
  overflow: auto;
  z-index: 1;
  max-height: 100%;
  padding: 50px 0;
}

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

.b_modal .modal_inner {
  width: 100%;
  padding: 0 20px;
}

.b_modal .section_title {
  margin: 0 0 24px;
}

.b_modal .top_content {
  margin: 0 0 50px;
}

.b_modal .form_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b_modal .form_row .form_column {
  width: calc(50% - 16px);
}

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

@media (max-width: 767px) {
  .b_modal .form_row .form_column:not(:last-child) {
    margin-bottom: 24px;
  }
}

.b_modal .form_row label {
  color: #000;
}

.b_modal .checkboxes_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px 32px;
}

.b_modal .form_btn:not(:last-child) {
  margin-bottom: 40px;
}

.b_modal .label_checkbox a {
  color: #3FA033;
}

.b_modal .decor_image {
  overflow: hidden;
  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_modal .decor_image_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
}

.b_modal .decor_image_inner img {
  max-width: unset;
}

#popup_contact .modal_inner .section_inner {
  max-width: 1000px;
}

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

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

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

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

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

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

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

.b_footer {
  position: relative;
  padding: 35px 0;
  margin: auto 0 0 0;
}

.b_footer .footer_decor_image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.b_footer .footer_block {
  min-height: 90px;
  text-align: right;
  gap: 25px;
  padding: 30px 0;
}

@media (max-width: 1199px) {
  .b_footer .footer_block {
    min-height: 50px;
  }
}

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

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

@media (max-width: 767px) {
  .b_footer .bottom_part_wrapper {
    border-top: 2px solid #CED8DF;
    padding: 30px 0 0;
  }
}

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

@media (max-width: 991px) {
  .b_footer .bottom_part {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    gap: 64px 0;
  }
}

.b_footer .footer_menu_wrap {
  -ms-flex-align: center;
      align-items: center;
  gap: 28px;
}

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

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

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

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

.b_footer .footer_menu .menu_list ul a {
  color: #515D69;
  text-decoration: underline;
}

.b_footer .footer_menu .menu_list ul a:hover {
  text-decoration: none;
}

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

@media (max-width: 767px) {
  .b_footer .footer_menu .menu_list > ul {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
  }
}

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

html .wpcf7-checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

html .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

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

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

@font-face {
  font-family: 'DIN 2014';
  src: url("../fonts/DIN2014-DemiBold.eot");
  src: url("../fonts/DIN2014-DemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN2014-DemiBold.woff") format("woff"), url("../fonts/DIN2014-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
