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

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

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.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.is-sticky .bottom_part {
  box-shadow: 0px 4px 30px 0px rgba(41, 59, 102, 0.07);
}

.sticky-wrapper.is-sticky .bottom_part::after {
  opacity: 1;
}

.b_header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
}

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

@media (max-width: 991px) {
  .b_header .link_logo {
    max-width: 126px;
  }
}

.b_header .top_header {
  height: 62px;
}

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

.b_header .top_header .info {
  gap: 0 30px;
}

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

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

.b_header .info_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px 16px;
}

.b_header .info_row .text a {
  color: #000;
}

.b_header .info_row .text a:hover {
  text-decoration: underline;
}

.b_header .info_row .text p {
  margin: 0;
}

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

.b_header .bottom_part {
  background-color: #fff;
}

@media (max-width: 991px) {
  .b_header .bottom_part {
    background-color: transparent;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  }
}

@media (max-width: 991px) {
  .b_header .bottom_part::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: #fff;
    opacity: 0;
    transition: all .2s linear;
  }
}

@media (max-width: 991px) {
  .b_header .header_menu_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #fff;
    display: none;
    padding-top: 62px;
  }
}

@media (max-width: 991px) {
  .b_header .header_menu {
    width: calc(100% - 30px);
    height: 100%;
    overflow: auto;
    display: block;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 0 30px;
  }
}

@media (max-width: 991px) {
  .b_header .menu .btn_more {
    margin: 0 0 0 auto;
    width: 36px;
    height: 36px;
    position: relative;
  }
}

@media (max-width: 991px) {
  .b_header .menu .btn_more:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.168817 0.196507C0.401182 -0.0574741 0.786491 -0.0664358 1.02943 0.17649L6.29096 5.43775C6.677 5.82378 7.323 5.82378 7.70904 5.43775L12.9706 0.17649C13.2135 -0.0664358 13.5988 -0.0574741 13.8312 0.196507C14.0635 0.450489 14.055 0.853312 13.812 1.09624L8.55051 6.3575C7.6938 7.21417 6.3062 7.21417 5.44949 6.3575L0.187963 1.09624C-0.0549753 0.853312 -0.0635474 0.450489 0.168817 0.196507Z' fill='%23072440'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media (max-width: 991px) {
  .b_header .menu .btn_more::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(100vw - 30px);
  }
}

.b_header .menu .btn_more.open:after {
  transform: rotate(180deg);
}

.b_header .menu a {
  color: #000000;
}

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

.b_header .menu ul li:hover > a {
  color: #0C47A0;
}

.b_header .menu ul li a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 12px;
  vertical-align: top;
}

.b_header .menu ul li a .icon {
  -ms-flex-order: -1;
      order: -1;
  min-width: 24px;
  width: 24px;
  height: 24px;
  position: relative;
}

.b_header .menu ul li a .icon img,
.b_header .menu ul li a .icon svg {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
}

@media (min-width: 992px) {
  .b_header .menu .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
}

@media (min-width: 992px) {
  .b_header .menu .sub-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .2s linear;
  }
}

.b_header .menu > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b_header .menu > ul > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  min-height: 96px;
  border-right: 1px solid #D9D9D9;
  position: relative;
}

@media (max-width: 1199px) {
  .b_header .menu > ul > li {
    min-height: 76px;
  }
}

@media (max-width: 991px) {
  .b_header .menu > ul > li {
    width: 100%;
    min-height: unset;
    display: block;
    border-right: unset;
    border-bottom: 1px solid #D9D9D9;
    padding: 12px 0;
  }
}

@media (max-width: 991px) {
  .b_header .menu > ul > li.menu-item-has-children {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .b_header .menu > ul > li.menu-item-has-children > a {
    max-width: calc(100% - 36px);
    -ms-flex-order: -1;
        order: -1;
  }
}

@media (min-width: 992px) {
  .b_header .menu > ul > li.menu-item-has-children > a:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.45702 0L9 0.538352L4.5 5L1.73734e-07 0.538352L0.542979 0L4.5 3.9233L8.45702 0Z' fill='black'/%3E%3C/svg%3E");
    margin-left: 10px;
  }
}

@media (min-width: 992px) {
  .b_header .menu > ul > li.menu-item-has-children > .sub-menu {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .b_header .menu > ul > li.menu-item-has-children > .sub-menu {
    display: none;
    width: 100%;
  }
}

.b_header .menu > ul > li.menu-item-has-children > .sub-menu .btn_more {
  display: none !important;
}

.b_header .menu > ul > li > a {
  display: inline-block;
  vertical-align: top;
  padding: 0 40px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .b_header .menu > ul > li > a {
    padding: 0 25px;
  }
}

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

@media (min-width: 992px) {
  .b_header .menu > ul > .menu-item-has-children:hover > a {
    text-decoration: underline;
  }
}

.b_header .menu > ul > .menu-item-has-children > .sub-menu {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 5px 0;
}

@media (min-width: 992px) {
  .b_header .menu > ul > .menu-item-has-children > .sub-menu {
    position: absolute;
    min-width: 244px;
    background-color: #fff;
    left: 0;
    top: 100%;
    box-shadow: 0px 4px 30px 0px rgba(41, 59, 102, 0.07);
  }
}

@media (max-width: 991px) {
  .b_header .menu > ul > .menu-item-has-children > .sub-menu {
    border: none;
    padding: 0;
  }
}

.b_header .menu > ul > .menu-item-has-children > .sub-menu li {
  width: 100%;
  padding: 16px 20px;
}

@media (max-width: 991px) {
  .b_header .menu > ul > .menu-item-has-children > .sub-menu li {
    padding: 16px 16px;
  }
}

.b_header .menu > ul > .menu-item-has-children > .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
}

@media (max-width: 991px) {
  .b_header .menu > ul > .menu-item-has-children > .sub-menu li:not(:last-child) {
    border: none;
  }
}

.b_header .menu > ul > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
  position: absolute;
  min-width: 244px;
  background-color: #fff;
  left: 100%;
  top: 0;
  padding: 10px 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

@media (max-width: 1800px) {
  .b_header .menu > ul > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
    left: unset;
    right: 100%;
  }
}

@media (min-width: 992px) {
  .b_header .menu > ul > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
    box-shadow: 0px 4px 30px 0px rgba(41, 59, 102, 0.07);
    min-height: 100%;
  }
}

@media (max-width: 991px) {
  .b_header .menu > ul > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
    position: static;
    border: none;
  }
}

.b_header .menu > ul > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu li {
  padding: 10px 20px;
}

@media (max-width: 991px) {
  .b_header .menu > ul > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu li {
    padding: 5px 20px;
  }
}

.b_header .mobile_data_wrap {
  display: none;
}

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

.b_header .mobile_data_wrap .lang_info {
  margin-top: 40px;
}

.b_header .mobile_data_wrap .icons_info:not(:first-child) {
  margin-top: 60px;
}

.b_header .mobile_data_wrap .icons_info .info_row:not(:first-child) {
  margin-top: 20px;
}

.b_header .mobile_btn {
  display: none;
}

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

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

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

.menu_toggler .toggler_top {
  top: 7px;
}

.menu_toggler .toggler_middle {
  top: 14px;
}

.menu_toggler .toggler_bottom {
  top: 21px;
}

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

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

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

.header_decor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

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

.header_decor img {
  max-width: none;
  position: relative;
  left: 50%;
  min-width: 100%;
  transform: translate(-50%, 0);
}

* {
  outline: 0 !important;
}

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

body.menuopen {
  overflow: hidden;
}

h1, h2 {
  font-size: 52px;
  line-height: 1.3;
  font-family: Montserrat;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  padding: 10px 10px;
  transition: all .1s linear;
  font-size: 16px;
  font-weight: 500;
  height: auto;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 0;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 60px;
  min-width: 165px;
}

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

.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: #0C47A0;
  background-color: #0C47A0;
}

.btn_template:focus {
  color: #fff;
}

.btn_template:active {
  color: #fff;
}

.btn_template:hover {
  background-color: #fff;
  border-color: #0C47A0;
  color: #0C47A0;
}

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

.btn_white:focus {
  color: #0C47A0;
}

.btn_white:active {
  color: #0C47A0;
}

.btn_white:hover {
  background-color: #0C47A0;
  border-color: #fff;
  color: #fff;
}

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

main {
  padding-top: 160px;
}

@media (max-width: 991px) {
  main {
    padding: 0;
  }
}

.second_font {
  font-family: 'Montserrat';
  font-weight: 600;
}

.section_label {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 500;
  color: #0C47A0;
  position: relative;
  text-transform: uppercase;
}

.section_label::before {
  content: '//';
  margin-right: 5px;
}

.section_title h2 {
  line-height: 1.2;
  font-size: 52px;
  text-transform: uppercase;
}

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

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

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

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

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

.section .block_decor {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

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

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

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

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

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

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

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

input.form_control {
  min-height: 60px;
}

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

.form_control {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #D9D9D9;
}

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

.icon_in_middle {
  position: relative;
}

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

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

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

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

.link_more {
  color: #0C47A0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding: 0 40px 0 0;
}

.link_more:after {
  position: absolute;
  content: '';
  right: 0;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.232 0.00195312L13.3006 1.05556L21.4928 8.29723H0V9.70348H21.4928L13.3006 16.9452L14.232 17.9988L24 9.36416V8.63656L14.232 0.00195312Z' fill='%230C47A0'/%3E%3C/svg%3E");
}

.slick-arrow {
  font-size: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1500px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
  }
}

.slick-arrow:hover {
  background-color: white;
}

.slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6735 20.4528L15.552 21.584L6.25687 12.209L15.552 2.83398L16.6735 3.96519L8.5 12.209L16.6735 20.4528Z' fill='%23626262'/%3E%3C/svg%3E");
}

.slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.08333 20.4528L8.2049 21.584L17.5 12.209L8.2049 2.83398L7.08333 3.96519L15.2569 12.209L7.08333 20.4528Z' fill='%23626262'/%3E%3C/svg%3E");
}

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

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

.ul_decor ul li::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #0C47A0;
  left: 0;
  top: 8px;
}

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

ol li:not(:last-child) {
  margin-bottom: 15px;
}

.form_block {
  padding: 48px 40px;
  background-color: #fff;
  color: #000000;
  max-width: 620px;
  filter: drop-shadow(0px 4px 20px rgba(41, 59, 102, 0.15));
}

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

.form_block .form_title {
  text-align: center;
  font-size: 32px;
  margin: 0 0 30px;
  font-weight: 600;
  text-transform: uppercase;
}

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

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

.form_block .form_control {
  color: #000000;
}

.form_block .form_row {
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .form_block .form_row {
    margin: 0 0 10px;
  }
}

.form_block .form_btn {
  margin: 40px 0 0;
}

@media (max-width: 767px) {
  .form_block .form_btn {
    margin: 30px 0 0;
  }
}

.form_block .form_btn .btn {
  width: 100%;
}

.file_wrapper {
  position: relative;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.file_wrapper .attached_file_wrapper {
  display: none;
}

.file_wrapper .info_label {
  font-size: 14px;
}

@media (max-width: 767px) {
  .file_wrapper .info_label {
    font-size: 13px;
  }
}

.file_wrapper .title {
  color: #212121;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

.file_wrapper .size {
  display: block;
  font-size: 12px;
}

.file_wrapper .file_info {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 20px 0 22px;
  max-width: 240px;
  width: calc(100% - 130px);
  font-size: 16px;
  color: rgba(33, 33, 33, 0.4);
  line-height: 1.1;
}

@media (max-width: 767px) {
  .file_wrapper .file_info {
    width: calc(100% - 100px);
    padding: 0 40px 0 22px;
  }
}

@media (max-width: 374px) {
  .file_wrapper .file_info {
    padding: 0 10px 0 22px;
  }
}

@media (max-width: 330px) {
  .file_wrapper .file_info {
    font-size: 14px;
  }
}

.file_wrapper .file_info::before {
  position: absolute;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2934 7.36726L8.1667 13.4939C7.41614 14.2445 6.39815 14.6662 5.3367 14.6662C4.27524 14.6662 3.25726 14.2445 2.5067 13.4939C1.75613 12.7434 1.33447 11.7254 1.33447 10.6639C1.33447 9.60248 1.75613 8.58449 2.5067 7.83393L8.63336 1.70726C9.13374 1.20689 9.81239 0.925781 10.52 0.925781C11.2277 0.925781 11.9063 1.20689 12.4067 1.70726C12.9071 2.20764 13.1882 2.88629 13.1882 3.59393C13.1882 4.30157 12.9071 4.98022 12.4067 5.4806L6.27336 11.6073C6.02318 11.8575 5.68385 11.998 5.33003 11.998C4.97621 11.998 4.63689 11.8575 4.3867 11.6073C4.13651 11.3571 3.99596 11.0177 3.99596 10.6639C3.99596 10.3101 4.13651 9.97079 4.3867 9.7206L10.0467 4.06726' stroke='%230C47A0' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 15px;
  height: 16px;
  left: 0;
  top: 0;
}

.file_wrapper [type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  width: 0;
  overflow: hidden;
}

.file_wrapper .file_btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 130px;
  min-height: 40px;
  background-color: #ededed;
  transition: all .2s linear;
  color: #273746;
  text-transform: uppercase;
  cursor: pointer;
  padding: 2px 0 0;
}

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

.file_wrapper .file_btn:hover {
  background-color: #0C47A0;
  color: #fff;
}

.file_wrapper .btn_remove {
  top: -4px;
  right: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background-color: transparent;
  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='M11.6306 0.342339C12.1185 0.830322 12.1185 1.64363 11.6577 2.1045L7.75379 6.00837L11.6577 9.91223C12.1185 10.3731 12.0914 11.1593 11.6306 11.6202C11.1426 12.1082 10.3835 12.1082 9.92261 11.6473L6.01874 7.74342L2.11488 11.6473C1.62689 12.1353 0.840698 12.1082 0.352715 11.6202C-0.108158 11.1593 -0.108158 10.4002 0.379825 9.91223L4.28369 6.00837L0.379825 2.1045C-0.108158 1.61652 -0.135269 0.830322 0.352715 0.342339C0.813588 -0.118534 1.62689 -0.118534 2.11488 0.369449L6.01874 4.27332L9.92261 0.369449C10.3564 -0.118534 11.1697 -0.118534 11.6306 0.342339Z' fill='%230C47A0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.socials_list {
  gap: 12px;
}

.socials_list .social_link {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  position: relative;
  background-color: #fff;
  display: block;
  transition: all .2s linear;
}

.socials_list .social_link:hover {
  background-color: rgba(255, 255, 255, 0.65);
}

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

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

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

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

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

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

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

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

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

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

.label_checkbox [type="checkbox"]:checked + .checkbox_title::before {
  background-color: #85589C;
  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");
}

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

.label_checkbox .checkbox_title::before {
  right: 0;
  border-radius: 2px;
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #85589C;
  top: 2px;
  background-repeat: no-repeat;
  background-position: center;
}

.label_checkbox .checkbox_title a {
  color: #65388B;
}

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

.b_banner_template {
  position: relative;
  margin-top: -160px;
  overflow: hidden;
}

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

.b_banner_template .banner_content_section {
  min-height: 95vh;
  padding-top: 160px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (max-width: 1199px) {
  .b_banner_template .banner_content_section {
    padding-top: 140px;
    -ms-flex-align: unset;
        align-items: unset;
    -ms-flex-line-pack: unset;
        align-content: unset;
  }
}

@media (max-width: 991px) {
  .b_banner_template .banner_content_section {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .b_banner_template .banner_content_section {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .b_banner_template.style_2 .banner_content_section {
    min-height: unset;
  }

  .b_banner_template.style_2 .main_content{
    margin-bottom: 100px;
  }
}

.b_banner_template .base_part {
  width: 100%;
}

.b_banner_template .banner_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .b_banner_template .banner_image img {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}

.b_banner_template .banner_content_wrapper {
  width: 100%;
  padding: 30px 0 50px;
  position: relative;
  z-index: 4;
}

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

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

.b_banner_template .banner_content_wrapper .content_inner {
  width: 100%;
}

.b_banner_template .main_content {
  font-size: 22px;
  position: relative;
  max-width: 46%;
}

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

@media (max-width: 991px) {
  .b_banner_template .main_content {
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  .b_banner_template .main_content {
    max-width: unset;
    font-size: 19px;
    padding-right: 30px;
    margin-bottom: 230px;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .b_banner_template .main_content p {
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .b_banner_template .main_content::after {
    content: '';
    z-index: -1;
    position: absolute;
    left: -20%;
    right: -20%;
    top: 30px;
    bottom: 30px;
    background-color: #fff;
    filter: blur(75px);
  }
}

.b_banner_template .main_content h1,
.b_banner_template .main_content h2 {
  text-transform: uppercase;
  line-height: 1.2;
}

@media (min-width: 1501px) {
  .b_banner_template .main_content h1,
  .b_banner_template .main_content h2 {
    font-size: 56px;
  }
}

.b_banner_template .main_content h1:not(:last-child),
.b_banner_template .main_content h2:not(:last-child) {
  margin-bottom: 20px;
}

.b_banner_template .mobile_decor {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .b_banner_template .mobile_decor {
    display: block;
  }
}

.b_banner_template .mobile_decor img {
  max-width: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.b_banner_template .buttons_wrapper:not(:first-child) {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .b_banner_template .buttons_wrapper:not(:first-child) {
    margin-top: 30px;
  }
}

.b_banner_template .buttons_wrapper .btn {
  min-width: 250px;
}

@media (max-width: 767px) {
  .b_banner_template .buttons_wrapper .btn {
    min-width: 220px;
  }
}

.b_banner_template .numbers_wrapper {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%;
}

.numbers_wrapper {
  width: 100%;
  font-size: 24px;
  text-align: center;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

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

@media (max-width: 767px) {
  .numbers_wrapper {
    font-size: 16px;
    padding: 0 0 30px;
  }
}

@media (max-width: 500px) {
  .numbers_wrapper {
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .numbers_wrapper::after {
    content: '';
    position: absolute;
    z-index: -1;
    background-color: #fff;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 20px;
    filter: blur(55px);
    opacity: .8;
  }
}

.numbers_wrapper:not(:first-child) {
  margin-top: 60px;
}

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

.numbers_wrapper .numbers_list {
  gap: 20px 30px;
}

@media (max-width: 1199px) {
  .numbers_wrapper .numbers_list {
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .numbers_wrapper .numbers_list {
    gap: 20px 20px;
  }
}

@media (max-width: 500px) {
  .numbers_wrapper .numbers_list {
    gap: 20px 5px;
  }
}

.numbers_wrapper .numbers_list .number_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: calc(25% - 30px*3/4);
}

@media (max-width: 767px) {
  .numbers_wrapper .numbers_list .number_row {
    max-width: calc(25% - 20px*3/4);
  }
}

@media (max-width: 500px) {
  .numbers_wrapper .numbers_list .number_row {
    max-width: calc(25% - 5px*3/4);
  }
}

.numbers_wrapper .number {
  font-size: 52px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .numbers_wrapper .number {
    font-size: 35px;
  }
}

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

@media (max-width: 767px) {
  .numbers_wrapper .number {
    font-size: 25px;
  }
}

.numbers_wrapper .title {
  max-width: 200px;
  text-align: center;
}

@media (max-width: 1199px) {
  .numbers_wrapper .title {
    max-width: 150px;
  }
}

.mobile_numbers {
  display: none;
}

@media (max-width: 1199px) {
  .mobile_numbers {
    display: block;
    padding: 20px 0;
  }
}

.b_testimonials {
  position: relative;
  margin-top: 75px;
}

@media (max-width: 1199px) {
  .b_testimonials {
    margin-top: 50px;
  }
}

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

@media (max-width: 767px) {
  .b_testimonials .section_title {
    padding-right: 40px;
  }
}

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

@media (max-width: 767px) {
  .b_testimonials .section_decor img {
    max-width: unset;
    width: 250%;
    position: relative;
    left: 50%;
    transform: translate(-72%, 0);
  }
}

.b_testimonials .testimonials_wrapper:not(:first-child) {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .b_testimonials .testimonials_wrapper:not(:first-child) {
    margin: 0;
  }
}

.b_testimonials .testimonials_list {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 70px;
}

@media (max-width: 1199px) {
  .b_testimonials .testimonials_list {
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  .b_testimonials .testimonials_list {
    padding: 0;
    max-width: unset;
    margin: 0 -15px;
  }
}

.b_testimonials .testimonial_block {
  background-color: #fff;
  padding: 40px 30px;
  gap: 20px 0;
  filter: drop-shadow(0px 4px 30px rgba(41, 59, 102, 0.07));
  height: 100%;
}

.b_testimonials .testimonial_block .top_part {
  -ms-flex-align: center;
      align-items: center;
}

.b_testimonials .testimonial_block .icon_block {
  width: 60px;
}

.b_testimonials .testimonial_block .icon {
  padding-top: 100%;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
}

.b_testimonials .testimonial_block .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b_testimonials .testimonial_block .top_content {
  width: calc(100% - 60px);
  padding: 0 0 0 20px;
}

.b_testimonials .testimonial_block .name {
  text-transform: uppercase;
}

.b_testimonials .testimonial_block .city {
  color: #8A8A8A;
}

.b_testimonials .testimonial_block .content:not(:first-child) {
  margin: 20px 0 0;
}

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

.b_testimonials .slick-list {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .b_testimonials .slick-list {
    padding: 40px 20px;
  }
}

.b_testimonials .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b_testimonials .slide_wrap {
  padding: 0 15px;
  height: auto;
}

@media (max-width: 1199px) {
  .b_testimonials .slide_wrap {
    padding: 0 8px;
  }
}

.b_testimonials .slick-dots {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}

@media (max-width: 767px) {
  .b_testimonials .slick-dots {
    padding: 0 30px;
  }
}

.b_testimonials .slick-dots li {
  background: #D9D9D9;
  width: 124px;
  height: 2px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .b_testimonials .slick-dots li {
    width: 100%;
  }
}

.b_testimonials .slick-dots li.slick-active {
  background-color: #0C47A0;
}

.b_testimonials .slick-dots button {
  border: none;
  padding: 0;
  background: none;
}

.b_testimonials .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 1;
  background-color: #0C47A0;
}

.b_testimonials .slick-prev {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6735 20.4528L15.552 21.584L6.25687 12.209L15.552 2.83398L16.6735 3.96519L8.5 12.209L16.6735 20.4528Z' fill='%23fff'/%3E%3C/svg%3E");
}

.b_testimonials .slick-next {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.08333 20.4528L8.2049 21.584L17.5 12.209L8.2049 2.83398L7.08333 3.96519L15.2569 12.209L7.08333 20.4528Z' fill='%23fff'/%3E%3C/svg%3E");
}

.b_section_services {
  overflow: hidden;
}

.b_section_services .columnn_content {
  width: 41.66666667%;
  padding: 0 15px;
}

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

.b_section_services .columnn_slider {
  width: 58.33333333%;
  padding: 0 15px;
}

@media (max-width: 1199px) {
  .b_section_services .columnn_slider {
    width: 100%;
    margin-top: 40px;
  }
}

.b_section_services .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b_section_services .slide_card {
  height: auto;
  padding: 0 15px;
}

@media (max-width: 1500px) {
  .b_section_services .slide_card {
    padding: 0 5px;
  }
}

.b_section_services .service_card {
  position: relative;
  height: 100%;
  display: block;
}

.b_section_services .service_card:hover .card_image {
  opacity: 0;
  visibility: hidden;
}

.b_section_services .card_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  min-height: 510px;
  color: #fff;
  background-color: #0C47A0;
  padding: 30px;
  height: 100%;
}

@media (max-width: 1500px) {
  .b_section_services .card_content {
    padding: 15px 20px;
    min-height: 450px;
  }
}

.b_section_services .card_content .content_wrap {
  width: 100%;
}

.b_section_services .card_content .title {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 1500px) {
  .b_section_services .card_content .title {
    font-size: 20px;
  }
}

.b_section_services .card_content .content {
  margin: 20px 0;
}

.b_section_services .card_content .content ul {
  padding: 0 0 0 20px;
}

.b_section_services .card_content .content ul li {
  text-decoration: underline;
}

.b_section_services .card_content .content ul li:not(:last-child) {
  margin-bottom: 10px;
}

.b_section_services .card_content .more_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.b_section_services .card_content .link_more {
  color: #fff;
}

.b_section_services .card_content .link_more::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.232 0.00195312L13.3006 1.05556L21.4928 8.29723H0V9.70348H21.4928L13.3006 16.9452L14.232 17.9988L24 9.36416V8.63656L14.232 0.00195312Z' fill='%23fff'/%3E%3C/svg%3E");
}

.b_section_services .card_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: end;
      align-items: flex-end;
  padding: 10px 30px 60px;
  transition: all .2s linear;
}

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

.b_section_services .card_image .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.b_section_services .card_image .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b_section_services .card_image::before {
  position: absolute;
  z-index: 1;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.01%, #000 100%);
}

.b_section_services .card_image .title {
  position: relative;
  z-index: 2;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 1500px) {
  .b_section_services .card_image .title {
    font-size: 20px;
  }
}

.b_section_services .slider_wrapper {
  position: relative;
}

.b_section_services .slick-list {
  padding: 0 15vw 0 0;
}

@media (max-width: 1500px) {
  .b_section_services .slick-list {
    padding: 0 5vw 0 0;
  }
}

.b_section_services .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -25px;
}

.b_section_services .slick-prev {
  left: 30px;
}

@media (max-width: 1500px) {
  .b_section_services .slick-prev {
    left: 15px;
  }
}

.b_section_services .slick-next {
  right: 30px;
}

.b_image_content .image_column,
.b_image_content .content_column {
  width: 50%;
  padding: 0 15px;
}

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

@media (max-width: 991px) {
  .b_image_content .content_column {
    -ms-flex-order: -1;
        order: -1;
  }
}

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

.b_image_content .image_content.reverse .image_column {
  text-align: right;
}

@media (max-width: 991px) {
  .b_image_content .image_content.reverse .image_column {
    text-align: center;
  }
}

.b_image_content .image_content.reverse .mini_image {
  left: -55px;
  right: auto;
}

@media (max-width: 991px) {
  .b_image_content .image_content.reverse .mini_image {
    left: 10px;
  }
}

@media (max-width: 991px) {
  .b_image_content .image_column {
    margin-top: 30px;
  }
}

.b_image_content .media_wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 75px);
}

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

.b_image_content .mini_image {
  position: absolute;
  bottom: -55px;
  right: -55px;
  filter: drop-shadow(0px 4px 10px rgba(41, 59, 102, 0.2));
  max-width: 200px;
}

@media (max-width: 991px) {
  .b_image_content .mini_image {
    bottom: -35px;
    right: 10px;
    max-width: 150px;
  }
}

.b_image_content .m_image {
  border: 20px solid #fff;
}

@media (max-width: 991px) {
  .b_image_content .m_image {
    border: 10px solid #fff;
  }
}

.b_image_content .additional_wrapper:not(:first-child) {
  margin-top: 50px;
}

.b_advantages .advantages_wrapper {
  gap: 38px 0;
}

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

.b_advantages .main_content,
.b_advantages .advantage {
  padding: 0 15px;
}

.b_advantages .main_content {
  width: 66.67%;
}

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

.b_advantages .main_content .content {
  font-size: 24px;
}

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

.b_advantages .main_content .content h2 {
  text-transform: uppercase;
  line-height: 1.1;
}

@media (max-width: 991px) {
  .b_advantages .main_content .content h2 {
    line-height: 1.3;
  }
}

.b_advantages .main_content .content h2:not(:last-child) {
  margin-bottom: 10px;
}

.b_advantages .main_content .content p {
  line-height: 1.4;
}

.b_advantages .advantage {
  width: 33.33%;
}

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

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

.b_advantages .advantage_card {
  box-shadow: 0px 4px 30px 0px rgba(41, 59, 102, 0.07);
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}

@media (max-width: 767px) {
  .b_advantages .advantage_card {
    padding: 30px 20px;
  }
}

.b_advantages .card_main_part .head {
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 15px;
}

.b_advantages .card_icon {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #F6F7F9;
  position: relative;
}

@media (max-width: 767px) {
  .b_advantages .card_icon {
    width: 60px;
    height: 60px;
  }
}

.b_advantages .card_icon img {
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  max-width: 80%;
  max-height: 80%;
  filter: drop-shadow(0px 0px 8px rgba(16, 66, 186, 0.12));
}

.b_advantages .card_title {
  width: calc(100% - 70px);
  padding: 0 0 0 24px;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .b_advantages .card_title {
    width: calc(100% - 60px);
  }
}

.b_advantages .more_wrap {
  width: 100%;
  margin-top: 32px;
}

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

.b_process .process_block {
  max-width: 1010px;
  margin: 0 auto;
}

.b_process .process_block:not(:first-child) {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .b_process .process_block:not(:first-child) {
    margin-top: 30px;
  }
}

.b_process .process_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-increment: req;
  position: relative;
}

.b_process .process_row:not(:last-child) {
  margin-bottom: 42px;
}

.b_process .process_row:last-child::after {
  position: absolute;
  content: '';
  width: 116px;
  height: 90%;
  background-color: #fff;
  z-index: 0;
  bottom: 0;
}

@media (max-width: 600px) {
  .b_process .process_row:last-child::after {
    display: none;
  }
}

.b_process .image_wrapper {
  width: 116px;
  position: relative;
  z-index: 1;
}

.b_process .image_wrapper:before {
  z-index: 1;
  position: absolute;
  content: counter(req, decimal-leading-zero);
  top: 0;
  right: 0;
  width: 39px;
  height: 39px;
  border-radius: 100%;
  background-color: #D80027;
  color: #fff;
  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;
  border: 5px solid #fff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  padding: 2px 0 0 1px;
  box-shadow: 0px 4px 4px 0px rgba(41, 59, 102, 0.25);
}

.b_process .image_wrapper .image {
  position: relative;
  border-radius: 100%;
  padding-top: 100%;
  background-color: rgba(226, 237, 252, 0.6);
  overflow: hidden;
}

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

.b_process .content_wrapper {
  width: calc(100% - 116px);
  padding: 0 0 0 45px;
}

@media (max-width: 600px) {
  .b_process .content_wrapper {
    width: 100%;
    padding: 20px 0 0;
  }
}

.b_process .content_wrapper h3 {
  text-transform: uppercase;
  font-size: 22px;
  margin: 0 0 10px;
}

@media (max-width: 767px) {
  .b_process .content_wrapper h3 {
    font-size: 20px;
  }
}

.b_process .process_list {
  position: relative;
  background-repeat: repeat-y;
  background-position: 30px 100px;
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='622' viewBox='0 0 52 622' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1C24 4.5 26.4656 7.97305 25.1243 10.7397C21.6382 17.9307 19.7781 31.9292 19.0106 40.3734C17.5395 56.5567 17.1975 72.9803 18.6187 89.2008C19.2136 95.9912 21.4348 102.605 23.8702 108.495C28.0842 118.686 32.0078 129.054 36.0585 139.375C43.0737 157.25 48.2194 179.464 50.5591 199.412C51.9297 211.098 50.1238 226.262 44.8764 235.682C39.8782 244.656 32.9173 250.731 27.4758 259.18C17.7271 274.316 7.75243 293.562 3.37347 312.965C0.295501 326.604 0.656803 344.792 1.9626 358.559C3.71173 377 10.7418 390.587 17.7173 405.985C22.828 417.267 29.6913 424.42 33.6679 436.866C37.8042 449.811 43.0318 460.598 41.0357 474.968C38.9177 490.217 39.2603 505.075 34.7652 519.701C29.8449 535.711 23.2226 550.693 18.1484 566.642C15.151 576.064 15.2922 589.946 17.4037 599.625C18.3936 604.162 19.6063 608.906 21.2836 613.044C22.4678 615.966 24 617.699 24 621' stroke='%230C47A0' stroke-linecap='round' stroke-dasharray='4 4'/%3E%3C/svg%3E");
}

@media (max-width: 600px) {
  .b_process .process_list {
    background: none;
  }
}

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

.b_contact_section .contact_section {
  margin: 80px 0;
}

@media (max-width: 767px) {
  .b_contact_section .contact_section {
    margin: 0 0 300px;
  }
}

.b_partners .block_decor {
  overflow: hidden;
  top: -20%;
}

@media (max-width: 1199px) {
  .b_partners .block_decor {
    max-width: 35%;
  }
}

@media (max-width: 767px) {
  .b_partners .block_decor {
    max-width: 40%;
  }
}

.b_partners .block_decor img {
  transform: translate(-50%, 0);
}

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

.b_partners .partners_wrapper:not(:first-child) {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .b_partners .partners_wrapper:not(:first-child) {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .b_partners .partners_slider {
    margin: 0 -15px;
  }
}

.b_partners .slide_wrap {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .b_partners .slide_wrap {
    padding: 0 7px;
  }
}

.b_partners .partner_block {
  position: relative;
}

.b_partners .partner_image {
  padding: 50% 0 0;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 4px 30px rgba(41, 59, 102, 0.07);
}

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

.b_partners .slick-list {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .b_partners .slick-list {
    padding: 30px 15vw 20px 7px;
  }
}

.b_mini_banner .mini_banner_wrap {
  position: relative;
}

.b_mini_banner .banner_image {
  background-color: #F1F6FE;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.b_mini_banner .banner_image::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(89deg, #0C47A0 29.31%, rgba(12, 71, 160, 0.8) 47.95%, rgba(12, 71, 160, 0) 124.05%);
}

.b_mini_banner .banner_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b_mini_banner .mini_banner_content {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  min-height: 580px;
  padding: 50px 135px;
  color: #fff;
}

@media (max-width: 1199px) {
  .b_mini_banner .mini_banner_content {
    padding: 50px 50px;
    min-height: 450px;
  }
}

@media (max-width: 767px) {
  .b_mini_banner .mini_banner_content {
    min-height: 474px;
    padding: 50px 20px;
  }
}

.b_mini_banner .content_inner_wrap {
  width: 100%;
}

.b_mini_banner .content_inner {
  max-width: 700px;
  font-size: 24px;
}

@media (max-width: 1199px) {
  .b_mini_banner .content_inner {
    font-size: 20px;
  }
}

.b_mini_banner .content_inner h2 {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .b_mini_banner .content_inner h2 {
    font-size: 24px;
    line-height: 1.5;
  }
}

.b_mini_banner .button_wrap:not(:first-child) {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .b_mini_banner .button_wrap:not(:first-child) {
    margin-top: 30px;
  }
}

.b_mini_banner .button_wrap .btn {
  min-width: 250px;
}

.b_team .team_wrapper:not(:first-child) {
  margin-top: 80px;
}

.b_team .team_list {
  margin: 0 -15px;
  gap: 20px 0;
}

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

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

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

.b_team .team_block_wrap {
  padding: 0 15px;
  width: 25%;
}

@media (max-width: 1500px) {
  .b_team .team_block_wrap {
    padding: 0 8px;
  }
}

@media (max-width: 1199px) {
  .b_team .team_block_wrap {
    width: 50%;
  }
}

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

.b_team .team_block {
  background-color: #0C47A0;
  color: #fff;
  min-height: 514px;
  position: relative;
  padding: 30px;
  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;
}

@media (max-width: 1500px) {
  .b_team .team_block {
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  .b_team .team_block {
    min-height: 450px;
  }
}

@media (max-width: 650px) {
  .b_team .team_block {
    max-width: 350px;
    margin: 0 auto;
  }
}

.b_team .team_block .team_name,
.b_team .team_block .position {
  margin-bottom: 10px;
}

.b_team .team_block:hover .team_image_wrap {
  opacity: 0;
}

.b_team .team_info {
  height: 100%;
}

.b_team .team_image_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all .2s linear;
  pointer-events: none;
}

.b_team .team_image {
  width: 100%;
  height: 100%;
  position: relative;
}

.b_team .team_image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}

.b_team .team_image::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.01%, #000 100%);
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.b_team .team_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b_team .team_img_info {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 40px;
  text-align: left;
}

@media (max-width: 991px) {
  .b_team .team_img_info {
    padding: 20px 30px;
  }
}

.b_team .team_name {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

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

.b_team .position {
  font-weight: 500;
  text-transform: uppercase;
}

.b_content_rows .top_content:not(:first-child) {
  margin-top: 20px;
}

.b_content_rows .rows_content {
  margin: 0 -15px;
}

.b_content_rows .row_block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

.b_content_rows .row_block:not(:last-child) {
  margin-bottom: 50px;
}

.b_content_rows .row_block:nth-child(2n+1) {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

@media (max-width: 991px) {
  .b_content_rows .row_block:nth-child(2n+1) {
    -ms-flex-direction: unset;
        flex-direction: unset;
  }
}

.b_content_rows .row_block:nth-child(2n) .content_column_inner {
  margin: 0 0 0 auto;
}

@media (max-width: 991px) {
  .b_content_rows .row_block:nth-child(2n) .content_column_inner {
    margin: 0;
  }
}

.b_content_rows .rows_content_wrapper:not(:first-child) {
  margin-top: 50px;
}

.b_content_rows .image_column,
.b_content_rows .content_column {
  width: 50%;
  padding: 0 15px;
}

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

@media (max-width: 991px) {
  .b_content_rows .content_column {
    margin-top: 20px;
  }
}

.b_content_rows .content_column_inner {
  max-width: 680px;
}

@media (max-width: 991px) {
  .b_content_rows .content_column_inner {
    max-width: unset;
  }
}

.b_content_rows .content_column_inner h3 {
  text-transform: uppercase;
  font-family: Montserrat;
}

.b_content_rows .link_block:not(:first-child) {
  margin-top: 30px;
}

.b_faq .faq_wrapper:not(:first-child) {
  margin-top: 80px;
}

.b_faq .faq_list .content {
  padding: 0 20px 20px;
}

.b_faq .row_content {
  display: none;
}

.b_faq .list_row {
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
}

.b_faq .row_title {
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  min-height: 82px;
  width: 100%;
  padding: 15px 50px 15px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}

@media (min-width: 1200px) {
  .b_faq .row_title h3 {
    font-size: 24px;
  }
}

.b_faq .row_title.-active:after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='2' viewBox='0 0 14 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1H13' stroke='%230C47A0' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.b_faq .row_title:after {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  right: 0;
  top: 50%;
  margin-top: -12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7H13' stroke='black' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M7 13V1' stroke='%230C47A0' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}

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

.b_contact_us .left_column,
.b_contact_us .right_column {
  width: 50%;
  padding: 0 15px;
}

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

@media (max-width: 991px) {
  .b_contact_us .right_column {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .b_contact_us .right_column .form_block {
    margin: 0 auto;
  }
}

.b_contact_us .left_column .content_wrapper:not(:first-child) {
  margin-top: 24px;
}

.b_contact_us .main_content {
  max-width: 620px;
}

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

.b_contact_us .contacts_list_wrap:not(:first-child) {
  margin-top: 40px;
}

.b_contact_us .contacts_list {
  font-weight: 500;
}

.b_contact_us .contacts_list .contact_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b_contact_us .contacts_list .contact_row:not(:last-child) {
  margin-bottom: 24px;
}

.b_contact_us .contacts_list .icon_wrap {
  width: 24px;
}

.b_contact_us .contacts_list .icon {
  padding-top: 100%;
  position: relative;
}

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

.b_contact_us .contacts_list .content {
  width: calc(100% - 24px);
  padding: 0 0 0 16px;
}

.b_contact_us .contacts_list .content a {
  color: #000000;
}

.b_contact_us .contacts_list .content a:hover {
  text-decoration: underline;
}

.b_single_content .content h3 {
  text-transform: uppercase;
}

.b_more_services {
  position: relative;
}

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

@media (max-width: 767px) {
  .b_more_services .section_decor img {
    max-width: unset;
    width: 250%;
    position: relative;
    left: 50%;
    transform: translate(-72%, 0);
  }
}

.b_more_services .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b_more_services .slide_card {
  height: auto;
  padding: 0 15px;
}

@media (max-width: 1500px) {
  .b_more_services .slide_card {
    padding: 0 5px;
  }
}

.b_more_services .service_card {
  position: relative;
  height: 100%;
  display: block;
}

.b_more_services .service_card:hover .card_image {
  opacity: 0;
  visibility: hidden;
}

.b_more_services .card_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  min-height: 510px;
  color: #fff;
  background-color: #0C47A0;
  padding: 30px;
  height: 100%;
}

@media (max-width: 1500px) {
  .b_more_services .card_content {
    padding: 15px 20px;
    min-height: 450px;
  }
}

.b_more_services .card_content .content_wrap {
  width: 100%;
}

.b_more_services .card_content .title {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 1500px) {
  .b_more_services .card_content .title {
    font-size: 20px;
  }
}

.b_more_services .card_content .content {
  margin: 20px 0;
}

.b_more_services .card_content .content ul {
  padding: 0 0 0 20px;
}

.b_more_services .card_content .content ul li {
  text-decoration: underline;
}

.b_more_services .card_content .content ul li:not(:last-child) {
  margin-bottom: 10px;
}

.b_more_services .card_content .more_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.b_more_services .card_content .link_more {
  color: #fff;
}

.b_more_services .card_content .link_more::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.232 0.00195312L13.3006 1.05556L21.4928 8.29723H0V9.70348H21.4928L13.3006 16.9452L14.232 17.9988L24 9.36416V8.63656L14.232 0.00195312Z' fill='%23fff'/%3E%3C/svg%3E");
}

.b_more_services .card_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: end;
      align-items: flex-end;
  padding: 10px 30px 60px;
  transition: all .2s linear;
}

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

.b_more_services .card_image .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.b_more_services .card_image .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b_more_services .card_image::before {
  position: absolute;
  z-index: 1;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.01%, #000 100%);
}

.b_more_services .card_image .title {
  position: relative;
  z-index: 2;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 1500px) {
  .b_more_services .card_image .title {
    font-size: 20px;
  }
}

.b_more_services .section_slider_wrapper {
  overflow: hidden;
  width: 100%;
  margin-top: 80px;
}

.b_more_services .slider_wrapper {
  position: relative;
}

.b_more_services .slick-list {
  overflow: visible;
}

.b_more_services .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -25px;
}

.b_more_services .slick-prev {
  left: 30px;
}

@media (max-width: 1500px) {
  .b_more_services .slick-prev {
    left: 15px;
  }
}

.b_more_services .slick-next {
  right: 30px;
}

.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-bg {
  background: #000;
  opacity: 0.7;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}

.b_modal {
  max-width: 620px;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin: 0 auto;
  position: relative;
  background: #FFFFFF;
  padding: 65px 40px 40px;
  color: #000;
}

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

.b_modal .mfp-close {
  transition: all .2s linear;
  background: transparent;
  padding: 0;
  color: #fff;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 24.8129L24.8077 0L26 1.18707L1.18707 26L0 24.8129Z' fill='black'/%3E%3Cpath d='M0 1.18707L1.18707 0L26 24.8077L24.8077 26L0 1.18707Z' fill='black'/%3E%3C/svg%3E");
  top: 25px;
  right: 25px;
  opacity: 1;
  width: 26px;
  height: 26px;
  background-color: transparent;
  border-radius: 0;
}

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

.b_modal .modal_inner {
  position: relative;
}

.b_modal .icon_decoration {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -35px;
}

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

.b_modal .modal_head {
  margin: 0 0 20px;
}

.b_modal .modal_title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 30px;
  text-transform: uppercase;
}

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

.b_modal .modal_sub_title {
  margin: 0 0 20px;
}

.b_modal .modal_form_wrapper {
  padding: 20px 0 0;
}

.b_modal .form_row + .form_row {
  margin: 20px 0 0;
}

.b_modal .btn {
  width: 100%;
  padding: 14px 10px;
}

.b_modal .control_wrapper {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  color: #9093A1;
}

@media (max-width: 767px) {
  .b_modal .control_wrapper {
    display: block;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.b_footer {
  background-color: #000000;
  color: #fff;
}

.b_footer .link_logo {
  max-width: 200px;
}

@media (max-width: 700px) {
  .b_footer .link_logo {
    max-width: 125px;
  }
}

.b_footer .footer_top {
  padding: 75px 0 10px;
}

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

@media (max-width: 767px) {
  .b_footer .footer_top {
    padding: 70px 0 30px;
  }
}

.b_footer .footer_wrapper {
  margin: 0 -15px;
}

.b_footer .left_part {
  width: calc(40% - 130px);
  padding: 0 15px;
}

@media (max-width: 991px) {
  .b_footer .left_part {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .b_footer .left_part {
    margin-bottom: 50px;
  }
}

.b_footer .center_part {
  width: calc(60% - 130px);
  padding: 0 15px;
}

@media (max-width: 991px) {
  .b_footer .center_part {
    width: calc(100% - 260px);
  }
}

@media (max-width: 700px) {
  .b_footer .center_part {
    width: 100%;
    margin: 0 0 20px;
  }
}

.b_footer .center_part a {
  color: #fff;
}

.b_footer .center_part a:hover {
  text-decoration: underline;
}

.b_footer .right_part {
  width: 260px;
  padding: 0 15px;
}

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

.b_footer .right_part .icon_wrap {
  width: 24px;
}

.b_footer .right_part .icon {
  position: relative;
  padding-top: 100%;
}

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

.b_footer .right_part .content {
  width: calc(100% - 24px);
  padding: 0 0 0 16px;
}

.b_footer .right_part .content p:not(:last-child) {
  margin-bottom: 4px;
}

.b_footer .right_part .socials_list_wrap {
  margin: 24px 0 0;
}

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

.b_footer .contact_row:not(:last-child) {
  margin-bottom: 24px;
}

.b_footer .contact_row a {
  color: #fff;
}

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

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

.b_footer .menu_wrapper > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b_footer .menu_wrapper > ul li {
  width: calc(50% - 20px);
  margin: 0 0 30px;
}

@media (max-width: 1199px) {
  .b_footer .menu_wrapper > ul li {
    width: calc(50% - 10px);
  }
}

.b_footer .footer_bottom {
  padding: 20px 0;
}

.b_footer .copy a {
  color: #fff;
}

.b_footer .copy a:hover {
  text-decoration: underline;
}

.btn_contact_us {
  position: fixed;
  z-index: 3;
  bottom: 30px;
  right: 30px;
}

.btn_contact_us.active {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.btn_contact_us .btn_contact_us_inner {
  position: relative;
}

.btn_contact_us .circlephone {
  border: 2px solid #0C47A0;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  left: 50%;
  top: 50%;
  position: absolute;
  border-radius: 100%;
  opacity: .7;
  animation: circle-anim 2.4s infinite ease-in-out !important;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .btn_contact_us .circlephone {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
  }
}

.btn_contact_us .circle-fill {
  background-color: #0C47A0;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  left: 50%;
  top: 50%;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  animation: circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .btn_contact_us .circle-fill {
    width: 46px;
    height: 46px;
    margin: -23px 0 0 -23px;
  }
}

.btn_contact_us .img-circle {
  width: 42px;
  height: 42px;
  margin: 0 auto;
  position: relative;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
}

.btn_contact_us .img-circleblock {
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.2035 14.3065C19.6797 13.7634 19.0478 13.4731 18.3782 13.4731C17.7139 13.4731 17.0767 13.7581 16.5312 14.3011L14.8247 15.9946C14.7171 15.9369 14.6095 15.8824 14.5043 15.8286C14.5358 15.8449 14.4723 15.8122 14.5043 15.8286C14.3101 15.7319 14.0307 15.5913 13.8743 15.4946C12.2757 14.4839 10.823 13.1667 9.42972 11.4624C8.75467 10.6129 8.30103 9.89784 7.97161 9.17204C8.3714 8.80803 8.86164 8.31281 9.22451 7.94624C9.14891 8.02287 9.30011 7.87097 9.22451 7.94624C9.30011 7.86961 9.60254 7.56451 9.67814 7.48925C10.8122 6.36023 10.8122 4.89785 9.67814 3.76881C9.67814 3.76881 8.77958 2.87426 8.20383 2.30107C7.61121 1.71109 7.03734 1.11291 6.68632 0.790326C6.16248 0.274196 5.53603 0 4.87718 0C4.21833 0 3.57028 0.284941 3.03024 0.801071L1.19411 2.64517C0.502859 3.33333 0.108633 4.17205 0.0222219 5.14517C-0.107388 6.71505 0.357046 8.17743 0.713477 9.13442C1.58834 11.4839 2.89524 13.6613 4.84478 15.9946C7.21016 18.8065 10.0562 21.0269 13.3072 22.5914C14.5493 23.1774 16.2072 23.871 18.0596 23.9893C18.173 23.9946 18.2918 24 18.3998 24C19.6473 24 20.7166 23.5269 21.5374 22.6398C21.5334 22.6439 21.5401 22.6344 21.5374 22.6398C21.5347 22.6451 21.5415 22.6358 21.5374 22.6398C21.7973 22.3264 22.0942 22.0405 22.4066 21.7397L22.4825 21.6667C22.7147 21.4463 22.9523 21.2151 23.1845 20.9731C23.7192 20.4194 24 19.7742 24 19.1129C24 18.4463 23.7138 17.8065 23.1683 17.2688L20.2035 14.3065Z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  animation-name: tossing;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

@media (max-width: 767px) {
  .btn_contact_us .img-circleblock {
    background-size: 15px;
  }
}

@keyframes tossing {
  0% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(-8deg);
  }
}

@keyframes circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .7;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 1;
  }
}

@keyframes circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .4;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .4;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .6;
  }
}

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

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

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

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