html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

body.header_abs .sticky-wrapper {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
}

body.header_abs .sticky-wrapper.is-sticky .b_header {
  padding: 0;
}

body.header_abs .sticky-wrapper.is-sticky .b_header:after {
  background-color: rgba(20, 33, 61, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

body:not(.header_abs) .b_header {
  padding: 0;
}

body:not(.header_abs) .b_header:after {
  background-color: rgba(20, 33, 61, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.b_header {
  padding: 15px 0;
  position: relative;
  transition: padding .2s linear;
}

.b_header:after {
  transition: background-color .2s linear;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.b_header .header_wrapper {
  padding: 10px 30px;
  gap: 0 30px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 1500px) {
  .b_header .header_wrapper {
    padding: 10px 15px;
    gap: 0 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (max-width: 767px) {
  .b_header .header_wrapper {
    padding: 10px 10px;
  }
}

.b_header .logo_wrapper {
  max-width: 150px;
}

.b_header .logo_wrapper img {
  width: auto;
}

@media (max-width: 1500px) {
  .b_header .logo_wrapper img {
    max-height: 50px;
  }
}

.b_header .logo_link {
  display: inline-block;
  vertical-align: top;
}

.b_header .logo_link a {
  display: inline-block;
  vertical-align: top;
}

.b_header .header_menu_controls {
  width: calc(100% - 180px);
  position: relative;
}

@media (max-width: 1500px) {
  .b_header .header_menu_controls {
    width: calc(100% - 20px);
  }
}

@media (min-width: 1391px) {
  .b_header .header_menu_controls {
    display: block !important;
  }
}

@media (max-width: 1390px) {
  .b_header .header_menu_controls {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    width: 100%;
    padding: 100px 0 0;
    background-color: rgba(20, 33, 61, 0.8);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    display: none;
  }
}

@media (max-width: 1390px) {
  .b_header .header_menu_controls .header_menu {
    height: 100%;
    overflow: auto;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 30px 30px 100px;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.b_header .header_menu_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (max-width: 1390px) {
  .b_header .header_menu_inner {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 30px 0;
  }
}

.b_header .menu {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

@media (max-width: 1400px) {
  .b_header .menu {
    font-size: 14px;
  }
}

@media (max-width: 1390px) {
  .b_header .menu {
    font-size: 20px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .b_header .menu {
    font-size: 16px;
  }
}

.b_header .menu > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
}

@media (max-width: 1390px) {
  .b_header .menu > ul {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.b_header .menu ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.b_header .menu a {
  color: #FFFDFD;
  transition: all .2s linear;
}

.b_header .menu a:hover {
  color: #FF7700;
}

@media (max-width: 500px) {
  .b_header .contacts_menu {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
}

.b_header .contacts_list {
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 1400px) {
  .b_header .contacts_list {
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .b_header .contacts_list {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media (max-width: 500px) {
  .b_header .contacts_list {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.b_header .contacts_list .list_row {
  background-color: #FFFDFD;
  padding: 7px 10px;
  border-radius: 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 8px;
  color: #14213D;
  transition: all .2s linear;
}

@media (max-width: 1500px) {
  .b_header .contacts_list .list_row {
    padding: 8px 10px;
    gap: 0 5px;
  }
}

@media (max-width: 500px) {
  .b_header .contacts_list .list_row {
    width: 100%;
    gap: 0 15px;
  }
}

.b_header .contacts_list .list_row:hover:hover {
  color: #FF7700;
}

.b_header .contacts_list .list_row:hover:hover svg path {
  fill: #FF7700;
}

.b_header .contacts_list .row_icon {
  width: 24px;
  height: 24px;
  position: relative;
}

@media (max-width: 1500px) {
  .b_header .contacts_list .row_icon {
    width: 18px;
    height: 18px;
  }
}

.b_header .contacts_list .row_icon img,
.b_header .contacts_list .row_icon svg {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.b_header .contacts_list .row_icon svg {
  width: 100%;
  height: 100%;
  max-width: 80%;
  max-height: 80%;
}

.b_header .contacts_list .row_icon svg path {
  fill: #273B4A;
  transition: all .2s linear;
}

.b_header .btn_open {
  display: none;
  position: relative;
  z-index: 20;
}

@media (max-width: 1390px) {
  .b_header .btn_open {
    display: block;
  }
}

.menu_toggler {
  position: relative;
  border: none;
  padding: 0;
  top: 0;
  right: 0;
  width: 40px;
  height: 39px;
  z-index: 1;
  background-color: #14213D;
  border-radius: 7px;
}

.menu_toggler span {
  display: block;
  width: 24px;
  height: 3px;
  padding: 0;
  background: #fff;
  position: absolute;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0.2s;
  transform-origin: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.menu_toggler .toggler_top {
  top: 11px;
}

.menu_toggler .toggler_middle {
  top: 18px;
}

.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: 18px;
  transform: rotate(135deg);
}

.menu_toggler.menu-is-active span.toggler_middle {
  opacity: 0;
  transform: rotate(135deg);
}

.menu_toggler.menu-is-active span.toggler_bottom {
  top: 18px;
  transform: rotate(225deg);
}

* {
  outline: 0 !important;
}

body {
  font-family: 'Archivo', sans-serif;
  font-size: 16px;
  color: #121212;
  min-width: 320px;
  background-color: #FFFDFD;
  line-height: 1.4;
}

body.menuopen {
  overflow: hidden;
}

@media (min-width: 1500px) {
  .container {
    padding: 0 40px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1690px;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}

h1,
h2 {
  font-size: 41px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  h1,
  h2 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  h1,
  h2 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  h1,
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  h3 {
    font-size: 18px;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
  margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child {
  margin-bottom: 0;
}

p {
  margin: 0;
  line-height: 1.4;
}

p:not(:last-child) {
  margin-bottom: 20px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  display: none;
}

@media (max-width: 991px) {
  input,
  textarea,
  select,
  select:focus {
    font-size: 16px;
  }
}

.btn_reset {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  text-align: center;
  padding: 8px 10px 5px;
  transition: all .1s linear;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 7px;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 165px;
  min-height: 50px;
}

.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: #FF7700;
  background-color: #FF7700;
}

.btn_template:focus {
  color: #fff;
}

.btn_template:active {
  color: #fff;
}

.btn_template:hover {
  background-color: transparent;
  color: #FF7700;
}

.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;
}

@media (max-width: 991px) {
  .section {
    padding: 40px 0;
  }
}

.border_radius {
  border-radius: 17px;
}

@media (max-width: 767px) {
  .border_radius {
    border-radius: 10px;
  }
}

.overflow_hidden {
  overflow: hidden;
}

.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: 50px;
}

.form_control {
  width: 100%;
  border: 1px solid #FF7700;
  border-radius: 7px;
  padding: 10px 25px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .form_control {
    padding: 10px 15px;
  }
}

textarea.form_control {
  display: block;
  resize: none;
}

.icon_in_middle {
  position: relative;
}

.icon_in_middle img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 90%;
  max-width: 90%;
}

.image_cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg_image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.section_title {
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .section_title {
    margin: 0 0 15px;
  }
}

.section_title h1,
.section_title h2,
.section_title h3 {
  font-size: 46px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .section_title h1,
  .section_title h2,
  .section_title h3 {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .section_title h1,
  .section_title h2,
  .section_title h3 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .section_title h1,
  .section_title h2,
  .section_title h3 {
    font-size: 30px;
  }
}

.section_content {
  font-size: 18px;
}

.section_content.max_width {
  max-width: 630px;
}

.section_content h3 {
  font-weight: 600;
}

.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,
.label_checkbox [type="checkbox"]:checked + .wpcf7-list-item-label .checkbox_title::before {
  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 10L9 13L18 2' stroke='%2314213D' stroke-width='2'/%3E%3C/svg%3E");
}

.label_checkbox .checkbox_title {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 56px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: left;
}

@media (max-width: 991px) {
  .label_checkbox .checkbox_title {
    padding: 0 0 0 36px;
  }
}

.label_checkbox .checkbox_title::before {
  left: 0;
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #FF7700;
  top: 2px;
  background-repeat: no-repeat;
  background-position: center;
}

.label_checkbox .checkbox_title a {
  color: #FF7700;
}

.label_checkbox .checkbox_title a:hover {
  text-decoration: underline;
}

.b_head_banners:first-child {
  padding-top: 0;
}

.b_head_banners .head_banners {
  gap: 10px;
}

.b_head_banners .left_column {
  width: calc(58.33333333% - 5px);
  gap: 10px 0;
}

@media (max-width: 991px) {
  .b_head_banners .left_column {
    width: 100%;
  }
}

.b_head_banners .main_banner_wrapper {
  width: 100%;
}

.b_head_banners .main_banner {
  background-color: #14213D;
  color: #fff;
  padding: 120px 30px 40px;
  min-height: 550px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: end;
      align-items: flex-end;
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (max-width: 1500px) {
  .b_head_banners .main_banner {
    padding: 100px 30px 30px;
    min-height: 450px;
  }
}

@media (max-width: 600px) {
  .b_head_banners .main_banner {
    min-height: 350px;
  }
}

.b_head_banners .main_banner .content_wrapper {
  width: 100%;
}

.b_head_banners .main_banner .content {
  max-width: 560px;
}

.b_head_banners .mini_banners {
  width: 100%;
}

.b_head_banners .mini_banners_list {
  gap: 10px;
}

.b_head_banners .mini_banners_list .mini_banner {
  min-height: 200px;
  border: 1px solid #979797;
  width: 100%;
  padding: 40px 30px;
}

@media (max-width: 1500px) {
  .b_head_banners .mini_banners_list .mini_banner {
    padding: 30px;
  }
}

@media (max-width: 500px) {
  .b_head_banners .mini_banners_list .mini_banner {
    min-height: 150px;
  }
}

.b_head_banners .mini_banners_list .mini_banner.w-1-3 {
  width: calc(38% - 5px);
}

@media (max-width: 1300px) {
  .b_head_banners .mini_banners_list .mini_banner.w-1-3 {
    width: calc(50% - 5px);
  }
}

@media (max-width: 650px) {
  .b_head_banners .mini_banners_list .mini_banner.w-1-3 {
    width: 100%;
  }
}

.b_head_banners .mini_banners_list .mini_banner.w-2-3 {
  width: calc(62% - 5px);
}

@media (max-width: 1300px) {
  .b_head_banners .mini_banners_list .mini_banner.w-2-3 {
    width: calc(50% - 5px);
  }
}

@media (max-width: 650px) {
  .b_head_banners .mini_banners_list .mini_banner.w-2-3 {
    width: 100%;
  }
}

.b_head_banners .mini_banners_list .mini_banner.banner_dark_bg {
  border-color: #14213D;
  background-color: #14213D;
  color: #fff;
}

.b_head_banners .mini_banners_list .btn_wrapper:not(:first-child) {
  margin: 20px 0 0;
}

.b_head_banners .mini_banners_list .content {
  font-weight: 500;
}

.b_head_banners .mini_banners_list .content p {
  line-height: 1.5;
}

.b_head_banners .mini_banners_list .btn {
  width: 100%;
  max-width: 210px;
}

.b_head_banners .right_column {
  width: calc(41.66666667% - 5px);
}

@media (max-width: 991px) {
  .b_head_banners .right_column {
    width: 100%;
  }
}

.b_head_banners .right_column .image_banner {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.b_head_banners .media_banner {
  height: 100%;
}

.b_head_banners .image_banner {
  display: block;
  height: 100%;
}

.b_head_banners .image_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b_advantages .advantages_wrapper:not(:first-child) {
  margin: 40px 0 0;
}

.b_advantages .advantages_list {
  gap: 10px;
}

@media (max-width: 991px) {
  .b_advantages .advantages_list {
    gap: 20px;
  }
}

.b_advantages .advantage_item {
  width: calc(33.33% - 10px*2/3);
  border: 1px solid #979797;
  border-radius: 17px;
  padding: 36px 50px;
}

@media (max-width: 1500px) {
  .b_advantages .advantage_item {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .b_advantages .advantage_item {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .b_advantages .advantage_item {
    padding: 20px;
    border-radius: 10px;
  }
}

.b_advantages .advantage_item .item_icon {
  width: 70px;
  height: 70px;
  margin: 0 0 20px;
  position: relative;
}

@media (max-width: 991px) {
  .b_advantages .advantage_item .item_icon {
    width: 50px;
    height: 50px;
  }
}

.b_advantages .advantage_item .item_icon img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
}

.b_advantages .advantage_item h3:not(:last-child) {
  margin-bottom: 10px;
}

.b_about_part .columns_wrapper {
  margin: 0 -15px;
}

@media (max-width: 991px) {
  .b_about_part .columns_wrapper {
    gap: 30px 0;
  }
}

.b_about_part .left_column {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .b_about_part .left_column {
    width: 100%;
  }
}

.b_about_part .left_column_inner {
  max-width: 630px;
}

.b_about_part .right_column {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .b_about_part .right_column {
    width: 100%;
  }
}

.b_about_part .right_column .content p {
  line-height: 1.7;
}

.b_about_part .media_part:not(:first-child) {
  margin: 40px 0 0;
}

.b_mini_banners .banners_list {
  gap: 30px 10px;
}

@media (max-width: 1199px) {
  .b_mini_banners .banners_list {
    gap: 0;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.b_mini_banners .banner_block {
  width: calc(50% - 5px);
}

@media (max-width: 1199px) {
  .b_mini_banners .banner_block {
    width: 100%;
  }
}

.b_mini_banners .banner_image {
  position: relative;
  height: 100%;
  display: block;
}

@media (max-width: 1199px) {
  .b_mini_banners .banner_image {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.b_mini_banners .banner_image::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.b_mini_banners .banner_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b_mini_banners .banner_content {
  min-height: 100%;
  background-color: #14213D;
  color: #fff;
  padding: 50px 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 1700px) {
  .b_mini_banners .banner_content {
    padding: 40px 40px;
  }
}

@media (max-width: 1500px) {
  .b_mini_banners .banner_content {
    padding: 30px 30px;
  }
}

@media (max-width: 1199px) {
  .b_mini_banners .banner_content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.b_mini_banners .banner_content .banner_content_inner {
  width: 100%;
}

.b_mini_banners .banner_content .banner_content_inner h2 {
  font-size: 46px;
  line-height: 1.2;
}

@media (max-width: 1700px) {
  .b_mini_banners .banner_content .banner_content_inner h2 {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .b_mini_banners .banner_content .banner_content_inner h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .b_mini_banners .banner_content .banner_content_inner h2 {
    font-size: 30px;
  }
}

.b_mini_banners .banner_content .button_wrapper {
  margin: 30px 0 0;
}

.b_mini_banners .banner_content .button_wrapper .btn {
  min-width: 210px;
}

.b_photo_gallery .photo_gallery:not(:first-child) {
  margin: 40px 0 0;
}

.b_photo_gallery .grid-item {
  margin-bottom: 10px;
}

.b_photo_gallery .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b_photo_gallery .grid-item {
  width: calc(25% - 8px);
}

@media (max-width: 530px) {
  .b_photo_gallery .grid-item {
    width: calc(50% - 5px);
  }
}

.b_photo_gallery .gutter-sizer {
  width: 10px;
}

.b_photo_gallery .grid-item--width2 {
  width: calc(50% - 4px);
}

@media (max-width: 530px) {
  .b_photo_gallery .grid-item--width2 {
    width: calc(50% - 5px);
  }
}

.b_faq .section_inner:not(:first-child) {
  margin-top: 40px;
}

.b_faq .columns_wrapper {
  gap: 30px 70px;
}

@media (max-width: 1500px) {
  .b_faq .columns_wrapper {
    gap: 30px 20px;
  }
}

.b_faq .left_column {
  width: 630px;
}

@media (max-width: 1500px) {
  .b_faq .left_column {
    width: 450px;
  }
}

.b_faq .right_column {
  width: calc(100% - 700px);
}

@media (max-width: 1500px) {
  .b_faq .right_column {
    width: calc(100% - 650px);
  }
}

@media (max-width: 1500px) {
  .b_faq .right_column {
    width: calc(100% - 470px);
  }
}

@media (max-width: 1199px) {
  .b_faq .right_column {
    width: 100%;
  }
}

.b_faq .faq_row {
  padding: 35px 0;
  border-bottom: 1px solid #979797;
}

@media (max-width: 1500px) {
  .b_faq .faq_row {
    padding: 20px 0;
  }
}

.b_faq .faq_row:first-child {
  border-top: 1px solid #979797;
}

.b_faq .faq_title {
  min-height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 60px 0 0;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 500px) {
  .b_faq .faq_title {
    min-height: 30px;
    padding: 0 50px 0 0;
  }
}

.b_faq .faq_title::after {
  top: 0;
  right: 0;
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.0498 20C18.2485 20.9795 19.0205 21.7515 20 21.9502V40H21V21.9502C21.9795 21.7515 22.7515 20.9795 22.9502 20H40V19H22.9502C22.7515 18.0205 21.9795 17.2485 21 17.0498V0H20V17.0498C19.0205 17.2485 18.2485 18.0205 18.0498 19H0V20H18.0498Z' fill='%23273B4A'/%3E%3C/svg%3E");
}

@media (max-width: 500px) {
  .b_faq .faq_title::after {
    width: 30px;
    height: 30px;
    background-size: 25px;
  }
}

.b_faq .faq_title.-active::after {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='5' viewBox='0 0 40 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.9502 2H40V3H22.9502C22.7188 4.14111 21.7095 5 20.5 5C19.2905 5 18.2812 4.14111 18.0498 3H0V2H18.0498C18.2812 0.858887 19.2905 0 20.5 0C21.7095 0 22.7188 0.858887 22.9502 2Z' fill='%23273B4A'/%3E%3C/svg%3E");
}

.b_faq .faq_answer {
  padding: 6px 0 0;
  font-weight: 500;
  display: none;
}

.b_faq .faq_answer .content {
  max-width: 770px;
}

.b_faq .faq_answer .content p {
  line-height: 1.6;
}

.b_contacts .contacts_inner {
  border: 1px solid #979797;
  padding: 48px 70px;
  gap: 30px 70px;
}

@media (max-width: 1500px) {
  .b_contacts .contacts_inner {
    padding: 40px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .b_contacts .contacts_inner {
    padding: 20px;
  }
}

.b_contacts .form_block {
  max-width: 630px;
}

.b_contacts .form_block:not(:first-child) {
  margin: 40px 0 0;
}

@media (max-width: 1199px) {
  .b_contacts .form_block:not(:first-child) {
    margin: 40px auto 0;
  }
}

.b_contacts .form_column {
  width: calc(50% - 35px);
}

@media (max-width: 1199px) {
  .b_contacts .form_column {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .b_contacts .form_column .section_content {
    margin: 0 auto;
  }
}

.b_contacts .form_column .form_row {
  margin: 0 0 20px;
}

.b_contacts .form_column .form_btn {
  margin: 30px 0 0;
}

.b_contacts .form_column .btn {
  width: 100%;
}

.b_contacts .contacts_column {
  width: calc(50% - 35px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (max-width: 1199px) {
  .b_contacts .contacts_column {
    width: 100%;
  }
}

.b_contacts .contacts_list {
  font-size: 37px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .b_contacts .contacts_list {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .b_contacts .contacts_list {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .b_contacts .contacts_list {
    font-size: 18px;
  }
}

.b_contacts .contacts_list a {
  color: #121212;
  transition: all .2s linear;
}

.b_contacts .contacts_list a:hover {
  color: #FF7700;
}

.b_contacts .contacts_list a:hover svg path {
  fill: #FF7700;
}

.b_contacts .contacts_list .list_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

.b_contacts .contacts_list .list_row:not(:last-child) {
  margin-bottom: 30px;
}

.b_contacts .contacts_list .row_icon {
  width: 46px;
  height: 46px;
  position: relative;
}

@media (max-width: 767px) {
  .b_contacts .contacts_list .row_icon {
    width: 30px;
    height: 30px;
  }
}

.b_contacts .contacts_list .row_icon img,
.b_contacts .contacts_list .row_icon svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
}

.b_contacts .contacts_list .row_icon svg {
  width: 100%;
  height: 100%;
  max-width: 90%;
  max-height: 90%;
}

.b_contacts .contacts_list .row_icon svg path {
  transition: all .2s linear;
}

.b_contacts .contacts_list .row_content {
  max-width: calc(100% - 46px);
  padding: 0 0 0 20px;
  text-align: left;
}

.jsTabs .jsTabsItem {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
}

.jsTabs .jsTabsItem.-active {
  overflow: visible;
  position: static;
  z-index: 1;
}

.jsTabs .jsTabsItem.-fade {
  opacity: 1;
  visibility: visible;
  transition: .3s;
}

.modals {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
}

.modals__wrap {
  max-width: 700px;
  background-color: #fff;
  border-radius: 3px;
  margin: 20px auto;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.b_footer {
  background-color: #272727;
  color: #fff;
  padding: 50px 0;
}

@media (max-width: 991px) {
  .b_footer {
    padding: 30px 0;
  }
}

.b_footer .top_part,
.b_footer .bottom_part {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (max-width: 767px) {
  .b_footer .top_part {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 30px 0;
  }
}

@media (max-width: 991px) {
  .b_footer .bottom_part {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 30px 0;
    text-align: center;
  }
}

.b_footer .top_part {
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  .b_footer .top_part {
    margin: 0 0 50px;
  }
}

.b_footer .footer_logo {
  max-width: 210px;
}

.b_footer .contacts_list {
  -ms-flex-align: center;
      align-items: center;
  gap: 20px 50px;
}

.b_footer .contacts_list a {
  display: block;
  width: 35px;
  height: 35px;
  position: relative;
}

.b_footer .contacts_list a:hover svg path {
  fill: #FF7700;
}

.b_footer .contacts_list a img,
.b_footer .contacts_list a svg {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.b_footer .contacts_list a svg {
  width: 100%;
  height: 100%;
  max-width: 90%;
  max-height: 90%;
}

.b_footer .contacts_list a svg path {
  fill: #fff;
  transition: all .2s linear;
}

.b_footer .description .content {
  font-size: 16px;
  max-width: 490px;
}

.b_footer .short_menu {
  font-weight: 600;
}

.b_footer .short_menu > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 50px;
}

.b_footer .short_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.b_footer .short_menu ul a {
  color: #fff;
  transition: all .2s linear;
}

.b_footer .short_menu ul a:hover {
  color: #FF7700;
}

.b_footer .copy_wrapper:not(:first-child) {
  margin-top: 30px;
  text-align: center;
}

@font-face {
  font-family: 'Archivo';
  src: url("../fonts/Archivo-Medium.eot");
  src: url("../fonts/Archivo-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Archivo-Medium.woff2") format("woff2"), url("../fonts/Archivo-Medium.woff") format("woff"), url("../fonts/Archivo-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archivo';
  src: url("../fonts/Archivo-Regular.eot");
  src: url("../fonts/Archivo-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Archivo-Regular.woff2") format("woff2"), url("../fonts/Archivo-Regular.woff") format("woff"), url("../fonts/Archivo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archivo';
  src: url("../fonts/Archivo-SemiBold.eot");
  src: url("../fonts/Archivo-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Archivo-SemiBold.woff2") format("woff2"), url("../fonts/Archivo-SemiBold.woff") format("woff"), url("../fonts/Archivo-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archivo';
  src: url("../fonts/Archivo-Bold.eot");
  src: url("../fonts/Archivo-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Archivo-Bold.woff2") format("woff2"), url("../fonts/Archivo-Bold.woff") format("woff"), url("../fonts/Archivo-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
