@font-face {
  font-family: "Avenir";
  src: url("../fonts/avenir/avenirnextcyr-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/avenir/avenirnextcyr-demi.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/avenir/avenirnextcyr-bold.ttf") format("truetype");
  font-weight: 750;
  font-style: normal;
}

/**
 * Minified by jsDelivr using clean-css v5.3.2.
 * Original file: /npm/modern-normalize@3.0.1/modern-normalize.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}

body {
  margin: 0;
}

b, strong {
  font-weight: bolder;
}

code, kbd, pre, samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: currentcolor;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}


.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
html {
  scroll-behavior: smooth;
}

html,
body {
  min-height: 100%;
  font-family: "Avenir", sans-serif;
  background: white;
  position: relative;
  z-index: 1;
  font-size: 16px;
}

section {
  position: relative;
  z-index: 2;
}

* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  position: relative;
  color: #000;
}
body.is-fixed {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a {
  text-decoration: none;
  color: #000;
}

p {
  margin-top: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
}

p:last-child {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.container {
  max-width: 800px;
  padding: 0 40px;
  margin: 0 auto;
  width: 100%;
}
.container-larger {
  max-width: 1520px;
  padding: 0 40px;
  margin: 0 auto;
  width: 100%;
}

input {
  height: 40px;
  width: 100%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 144%;
  border: none;
  outline: none;
  transition: 0.3s;
  font-weight: 700;
  color: rgb(44, 49, 72);
}
input::placeholder {
  color: rgba(44, 49, 72, 0.5);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: uppercase;
}

textarea {
  height: 70px;
  width: 100%;
  padding: 10px;
  font-size: 13px;
  line-height: 144%;
  resize: none;
  border: none;
  outline: none;
  transition: 0.3s;
  font-weight: 700;
  color: rgb(44, 49, 72);
}
textarea::placeholder {
  color: rgba(44, 49, 72, 0.5);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
  .container-larger {
    padding: 0 10px;
  }
  p {
    font-size: 14px;
  }
  input:not([type=checkbox]):not([type=radio]) {
    padding: 0 20px;
    font-size: 16px;
  }
  input:not([type=checkbox]):not([type=radio])::placeholder {
    font-size: 16px;
  }
}

.footer {
  padding-top: 58px;
  padding-bottom: 50px;
  background: rgb(235, 243, 255);
}
.footer__body {
  height: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.footer__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  color: rgba(44, 49, 72, 0.5);
}
.footer__left, .footer__right {
  max-width: 200px;
  width: 1000%;
}
.footer__middle {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.footer__left {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer-soc {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer__link {
  font-weight: 750;
  font-size: 24px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: rgb(44, 49, 72);
}

@media (max-width: 767px) {
  .footer__body {
    flex-direction: column;
    align-items: center;
  }
  .footer__left {
    align-items: center;
  }
}
.header {
  background: white;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header__body {
  height: 80px;
  display: flex;
  align-items: center;
}
.header__logo {
  max-width: 155px;
  width: 100%;
  position: relative;
}
.header__logo::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgb(213, 226, 247);
}
.header__logo img {
  max-width: 135px;
  display: block;
}
.header-nav {
  padding-left: 20px;
}
.header-nav ul {
  display: flex;
  align-self: center;
  gap: 20px;
}
.header-nav ul li a {
  font-weight: 700;
  font-size: 13px;
  line-height: 144%;
  text-transform: uppercase;
  color: rgb(0, 93, 159);
}

@media (max-width: 767px) {
  .header__logo img {
    max-width: 100px;
  }
  .header-nav ul {
    gap: 16px;
  }
  .header-nav ul li a {
    font-size: 11px;
  }
  .header-nav {
    padding-left: 10px;
  }
  .header__logo {
    max-width: 110px;
  }
}
.intro {
  height: calc(var(--vh, 1vh) * 100 - 80px);
  display: flex;
  flex-direction: column;
}
.intro__grid {
  flex: 1 1 auto;
  display: flex;
}
.intro__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.intro-card {
  position: relative;
  padding: 40px 40px 20px;
  z-index: 2;
  width: 100%;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
}
.intro-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(44, 49, 72, 0.25) 50%, rgba(44, 49, 72, 0.8) 100%);
  z-index: 1;
  transition: 0.3s;
}
.intro-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(44, 49, 72, 0) 50%, rgba(44, 49, 72, 0.3) 100%);
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
}
.intro-card:hover::before {
  opacity: 0;
}
.intro-card:hover::after {
  opacity: 1;
}
.intro-card:hover .intro-card__arrow {
  background-image: url("data:image/svg+xml,%3Csvg width='90' height='90' viewBox='0 0 90 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M69.65 20.1525L73.15 20.1487C73.1479 18.2187 71.5839 16.6546 69.6539 16.6525L69.65 20.1525ZM22.6274 72.1249L72.1249 22.6274L67.1751 17.6777L17.6777 67.1751L22.6274 72.1249ZM69.6539 16.6525L29.393 16.6083L29.3853 23.6083L69.6462 23.6525L69.6539 16.6525ZM66.15 20.1564L66.1942 60.4173L73.1942 60.4096L73.15 20.1487L66.15 20.1564Z' fill='%23F08400'/%3E%3C/svg%3E%0A");
}
.intro-card:hover .intro-card__bg {
  transform: scale(1.1);
}
.intro-card__body {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  justify-content: flex-end;
  flex-direction: column;
  display: flex;
  gap: 50px;
}
.intro-card__name {
  font-weight: 750;
  font-size: 24px;
  line-height: 133%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  min-height: 100px;
  display: flex;
  align-items: center;
}
.intro-card__arrow {
  width: 90px;
  height: 90px;
  flex: 0 0 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='90' height='90' viewBox='0 0 90 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M69.65 20.1525L73.15 20.1487C73.1479 18.2187 71.5839 16.6546 69.6539 16.6525L69.65 20.1525ZM22.6274 72.1249L72.1249 22.6274L67.1751 17.6777L17.6777 67.1751L22.6274 72.1249ZM69.6539 16.6525L29.393 16.6083L29.3853 23.6083L69.6462 23.6525L69.6539 16.6525ZM66.15 20.1564L66.1942 60.4173L73.1942 60.4096L73.15 20.1487L66.15 20.1564Z' fill='white'/%3E%3C/svg%3E%0A");
  margin-left: auto;
  transition: 0.3s;
}
.intro-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: 0.3s;
}
.intro-card__bg.is-mob {
  display: none;
}

@media (max-width: 1199px) {
  .intro-card {
    padding: 40px 16px 16px;
  }
  .intro-card__name {
    font-size: 20px;
  }
  .intro-card__body {
    gap: 30px;
  }
  .intro-card__arrow {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
  }
}
@media (max-width: 1023px) {
  .intro-card__bg {
    display: none;
  }
  .intro-card__bg.is-mob {
    display: block;
  }
  .intro__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .intro-card__name {
    font-size: 16px;
    min-height: auto;
  }
  .intro-card__body {
    gap: 16px;
  }
  .intro-card__arrow {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
}
@media (max-width: 560px) {
  .intro-card {
    padding: 20px 6px 6px;
  }
  .intro-card__name {
    font-size: 13px;
  }
  .intro-card__arrow {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }
}
.nok {
  overflow-x: clip;
}
.nok-banner {
  max-width: 1512px;
  margin: 0 auto;
  position: relative;
  min-height: 500px;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.nok-banner__container {
  flex: 1 1 auto;
  display: flex;
}
.nok-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.nok-banner__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(44, 49, 72, 0.15) 50%, rgba(44, 49, 72, 0.8) 100%);
}
.nok-banner__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.nok-banner__bg img.is-mob {
  display: none;
}
.nok-banner__body {
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: auto;
  width: 100%;
  padding: 50px 0;
}
.nok-banner__title {
  font-weight: 750;
  font-size: 78px;
  line-height: 110%;
  letter-spacing: -0.04rem;
  color: rgb(255, 255, 255);
  max-width: 980px;
}
.nok-banner__btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 13px;
  line-height: 144%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  min-height: 50px;
  padding: 0 25px;
  transition: 0.3s;
  background: rgb(0, 93, 159);
  white-space: nowrap;
}
.nok-banner__btn:hover {
  background: rgb(240, 132, 0);
}
.nok-banner__btn::after {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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='M17.4141 10L10 17.4141L8.58594 16L13.5859 11H3V9H13.5859L8.58594 4L10 2.58594L17.4141 10Z' fill='white'/%3E%3C/svg%3E%0A");
}
.nok__body {
  display: flex;
  gap: 60px;
  padding-top: 40px;
  padding-bottom: 80px;
}
.nok__left, .nok__right {
  max-width: 300px;
  width: 100%;
}
.nok__right {
  display: none;
}
.nok__middle {
  width: 100%;
  max-width: 710px;
}
.nok__left {
  z-index: 3;
}
.nok-nav {
  position: sticky;
  top: 120px;
}
.nok-nav__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nok-nav__link {
  font-weight: 750;
  font-size: 24px;
  line-height: 133%;
  text-transform: uppercase;
  color: rgb(0, 93, 159);
  transition: 0.3s;
}
.nok-nav__link:hover, .nok-nav__link.is-active {
  color: rgb(240, 132, 0);
}
.nok-content__block {
  margin-bottom: 80px;
}
.nok-content__block.list-grid ol {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.nok-content__block.list-grid ol li {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  padding: 20px;
  margin-bottom: 0;
}
.nok-content__block.list-grid ol li:last-child:nth-child(odd) {
  grid-column: span 2;
}
.nok-content__block.list-grid ol li::before {
  height: 40px;
  flex: 0 0 40px;
  position: static;
}
.nok-content__block:last-child {
  margin-bottom: 0;
}
.nok-content__more-btn {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  transition: 0.3s;
  background: rgba(0, 93, 159, 0.1);
  font-weight: 700;
  font-size: 13px;
  line-height: 144%;
  text-transform: uppercase;
  color: rgb(0, 93, 159);
  cursor: pointer;
}
.nok-content__more-btn:hover {
  background: rgb(240, 132, 0);
  color: white;
}
.nok-content__more-btn:hover::after {
  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='M14.4141 8.70703L10.707 12.4141C10.5195 12.6016 10.2652 12.707 10 12.707C9.73478 12.707 9.4805 12.6016 9.29297 12.4141L5.58594 8.70703L7 7.29297L10 10.293L13 7.29297L14.4141 8.70703Z' fill='white'/%3E%3C/svg%3E%0A");
}
.nok-content__more-btn::after {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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='M14.4141 8.70703L10.707 12.4141C10.5195 12.6016 10.2652 12.707 10 12.707C9.73478 12.707 9.4805 12.6016 9.29297 12.4141L5.58594 8.70703L7 7.29297L10 10.293L13 7.29297L14.4141 8.70703Z' fill='%23005D9F'/%3E%3C/svg%3E%0A");
  transition: 0.3s;
}
.nok-content__more__hidden {
  padding-top: 30px;
}
.nok-content__desc {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: rgb(44, 49, 72);
  padding-bottom: 30px;
  border-bottom: 4px solid rgb(213, 226, 247);
  margin-bottom: 30px;
}
.nok-content__btn {
  min-height: 142px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  font-weight: 750;
  font-size: 24px;
  line-height: 133%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  position: relative;
  gap: 10px;
  transition: 0.3s;
  background: rgb(0, 93, 159);
  margin-top: 40px;
}
.nok-content__btn:hover {
  background: rgb(240, 132, 0);
}
.nok-content__btn::before {
  content: "";
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M46.4334 13.4349L48.7667 13.4324C48.7653 12.1457 47.7226 11.103 46.436 11.1016L46.4334 13.4349ZM15.085 48.0832L48.0833 15.0849L44.7834 11.7851L11.7852 44.7833L15.085 48.0832ZM46.436 11.1016L19.5954 11.0721L19.5902 15.7388L46.4308 15.7683L46.436 11.1016ZM44.1 13.4375L44.1295 40.2781L48.7962 40.273L48.7667 13.4324L44.1 13.4375Z' fill='white'/%3E%3C/svg%3E%0A");
  margin-left: auto;
}
.nok-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: rgb(44, 49, 72);
  margin-bottom: 40px;
  position: relative;
  padding-left: 16px;
}
.nok-content p + ol, .nok-content p + ul {
  margin-top: 40px;
}
.nok-content p a {
  font-weight: 700;
  font-size: 13px;
  line-height: 144%;
  text-transform: uppercase;
  color: rgb(0, 93, 159);
}
.nok-content p::before {
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  background: rgb(240, 132, 0);
}
.nok-content li {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.03rem;
  color: rgb(44, 49, 72);
  position: relative;
}
.nok-content ol,
.nok-content ul {
  margin-bottom: 40px;
}
.nok-content ul:not(.select2-results__options) li {
  padding: 20px;
  margin-bottom: 6px;
  background: rgb(235, 243, 255);
}
.nok-content ul:not(.select2-results__options) li:last-child {
  margin-bottom: 0;
}
.nok-content ol {
  counter-reset: my-counter;
}
.nok-content ol + .nok-content__tip {
  margin-top: -34px;
}
.nok-content ol li {
  counter-increment: my-counter;
  position: relative;
  padding: 20px 20px 20px 60px;
  background: rgb(235, 243, 255);
  margin-bottom: 6px;
}
.nok-content ol li a {
  font-weight: 700;
  font-size: 13px;
  line-height: 144%;
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
  color: rgb(0, 93, 159);
}
.nok-content ol li:last-child {
  margin-bottom: 0;
}
.nok-content ol li::before {
  content: counter(my-counter);
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: rgb(240, 132, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 750;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.03rem;
  color: rgb(255, 255, 255);
}
.nok-content__tip {
  padding: 20px;
  display: flex;
  flex-direction: column;
  background: rgba(240, 132, 0, 0.15);
  margin-bottom: 40px;
}
.nok-content__tip span:first-child {
  font-weight: 700;
  font-size: 13px;
  line-height: 144%;
  text-transform: uppercase;
  color: rgb(240, 132, 0);
}
.nok-content__tip span:last-child {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: rgb(44, 49, 72);
}
.nok-content__email {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.nok-content__email span {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: rgb(44, 49, 72);
}
.nok-content__email a {
  font-weight: 700;
  font-size: 13px;
  line-height: 144%;
  text-transform: uppercase;
  color: rgb(0, 93, 159);
}
.nok-form {
  padding: 80px 0;
  position: relative;
  z-index: 2;
}
.nok-form:has(.nok-form__agree input:checked) .nok-form__submit {
  opacity: 1;
  pointer-events: all;
}
.nok-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 300vw;
  transform: translateX(-50%);
  z-index: -1;
  background: linear-gradient(0deg, #ebf3ff, #ebf3ff), linear-gradient(270deg, rgba(0, 93, 159, 0) 50%, rgba(0, 93, 159, 0.25) 100%);
}
.nok-form__head {
  margin-bottom: 40px;
}
.nok-form__title {
  font-weight: 750;
  font-size: 24px;
  line-height: 144%;
  text-transform: uppercase;
  color: rgb(44, 49, 72);
}
.nok-form__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  row-gap: 17px;
}
.nok-form__item:first-child, .nok-form__item:last-child {
  grid-column: span 3;
}
.nok-form__bottom {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.nok-form__agree {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nok-form__agree:has(input:checked)::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%3Crect width='20' height='20' fill='%23005D9F'/%3E%3Cpath d='M16.0801 6.5L15.373 7.20703L8.95703 13.624L8.25 14.3311L3.91895 10L5.33301 8.58594L8.24902 11.502L13.959 5.79297L14.666 5.08594L16.0801 6.5Z' fill='white'/%3E%3C/svg%3E%0A");
}
.nok-form__agree::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s;
}
.nok-form__agree span {
  font-weight: 700;
  font-size: 13px;
  line-height: 144%;
  text-transform: uppercase;
  color: rgba(44, 49, 72, 0.5);
}
.nok-form__agree span a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: rgb(0, 93, 159);
}
.nok-form__submit {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 13px;
  line-height: 144%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  min-height: 50px;
  padding: 0 25px;
  transition: 0.3s;
  background: rgb(0, 93, 159);
  outline: none;
  box-shadow: none;
  border: none;
  opacity: 0.5;
  pointer-events: none;
}
.nok-form__submit:hover {
  background: rgb(240, 132, 0);
}
.nok-form__submit::after {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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='M17.4141 10L10 17.4141L8.58594 16L13.5859 11H3V9H13.5859L8.58594 4L10 2.58594L17.4141 10Z' fill='white'/%3E%3C/svg%3E%0A");
}
.nok-steps {
  padding-bottom: 80px;
}
.nok-steps__banner {
  padding: 40px 0;
  z-index: 2;
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
}
.nok-steps__banner-title {
  font-weight: 750;
  font-size: 24px;
  line-height: 144%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.nok-steps__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.nok-steps__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(44, 49, 72, 0.15) 50%, rgba(44, 49, 72, 0.8) 100%);
}
.nok-steps__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.nok-steps__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
  overflow: hidden;
}
.nok-steps__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
.nok-steps__card:first-child .nok-steps__card-head::before {
  width: 50%;
  left: auto;
  right: 0;
}
.nok-steps__card:last-child .nok-steps__card-head::before {
  width: 50%;
  left: 0;
}
.nok-steps__card-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
}
.nok-steps__card-head::before {
  content: "";
  position: absolute;
  bottom: 7px;
  height: 10px;
  width: calc(100% + 40px);
  z-index: -1;
  background: rgb(235, 243, 255);
}
.nok-steps__card-head::after {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background: rgb(240, 132, 0);
}
.nok-steps__card-name {
  font-weight: 700;
  font-size: 13px;
  line-height: 144%;
  text-transform: uppercase;
  color: rgb(0, 93, 159);
  text-align: center;
}
.nok-steps__card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.nok-steps__card-icon {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(235, 243, 255);
}
.nok-steps__card-icon img {
  display: block;
}
.nok-steps__card-main {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1 1 auto;
  justify-content: space-between;
  padding: 10px 15px 15px;
  border: 1px solid var(--UI-Divider, rgba(44, 49, 72, 0.1));
  border-top: none;
}
.nok-steps__card-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  color: rgb(44, 49, 72);
}
.nok-steps__card-link {
  font-weight: 700;
  font-size: 13px;
  line-height: 144%;
  text-transform: uppercase;
  color: rgb(0, 93, 159);
}

.select2-container {
  width: 100% !important;
}

.select2-results__options {
  margin-bottom: 0 !important;
}

.select2-container--default .select2-selection--single {
  height: 40px;
  border: none !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  height: 100%;
  align-content: center;
  padding-right: 40px;
  font-family: "Avenir";
  font-weight: 700;
  font-size: 13px;
  line-height: 144%;
  text-transform: uppercase;
  color: rgb(44, 49, 72);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-family: "Avenir";
  font-weight: 700;
  font-size: 13px;
  line-height: 144%;
  text-transform: uppercase;
  color: rgba(44, 49, 72, 0.5);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-dropdown {
  border: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: rgb(0, 93, 159);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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='M14.4141 8.70703L10.707 12.4141C10.5195 12.6016 10.2652 12.707 10 12.707C9.73478 12.707 9.4805 12.6016 9.29297 12.4141L5.58594 8.70703L7 7.29297L10 10.293L13 7.29297L14.4141 8.70703Z' fill='%232C3148'/%3E%3C/svg%3E%0A");
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.centers {
  padding-bottom: 80px;
}
.centers__head {
  margin-bottom: 40px;
}
.centers__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: rgb(44, 49, 72);
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 4px solid rgb(213, 226, 247);
}
.centers__tabs {
  display: flex;
  gap: 6px;
}
.centers__tab {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  background: rgba(0, 93, 159, 0.1);
  color: rgb(0, 93, 159);
  font-weight: 700;
  font-size: 13px;
  line-height: 144%;
  text-transform: uppercase;
  transition: 0.3s;
  cursor: pointer;
}
.centers__tab-content {
  display: none;
}
.centers__tab-content.is-active {
  display: block;
}
.centers__tab:hover, .centers__tab.is-active {
  background: rgb(0, 93, 159);
  color: rgb(255, 255, 255);
}
.centers-table {
  overflow: auto;
}
.centers-table table {
  width: 100%;
  border-collapse: collapse;
}
.centers-table th,
.centers-table td {
  border: 1px solid rgb(213, 226, 247);
}
.centers-table thead {
  background: rgb(235, 243, 255);
}
.centers-table thead th {
  padding: 15px;
  font-weight: 700;
  font-size: 13px;
  line-height: 144%;
  text-transform: uppercase;
  color: rgb(44, 49, 72);
  text-align: left;
}
.centers-table thead th:nth-child(1) {
  min-width: 50px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.centers-table thead th:nth-child(2) {
  width: 35%;
  min-width: 325px;
}
.centers-table thead th:nth-child(3) {
  width: 11%;
  min-width: 150px;
}
.centers-table thead th:nth-child(4) {
  width: 35%;
  min-width: 225px;
  text-align: center;
}
.centers-table thead th:nth-child(5) {
  text-align: center;
}
.centers-table tbody tr:nth-child(even) {
  background: rgb(235, 243, 255);
}
.centers-table tbody tr td {
  padding: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  color: rgb(44, 49, 72);
}
.centers-table tbody tr td a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  position: relative;
  font-weight: 700;
  font-size: 13px;
  line-height: 144%;
  text-transform: uppercase;
  color: rgb(0, 93, 159);
  transition: 0.3s;
}
.centers-table tbody tr td a:hover {
  color: rgb(240, 132, 0);
}
.centers-table tbody tr td a::after {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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%3Cg clip-path='url(%23clip0_2008_6565)'%3E%3Cmask id='mask0_2008_6565' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='20' height='20'%3E%3Cpath d='M20 0H0V20H20V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2008_6565)'%3E%3Cpath d='M3.27515 15.8925L15.0602 4.10742M15.0602 4.10742L5.55851 4.18108M15.0602 4.10742L14.9866 13.6092' stroke='%23F08400' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2008_6565'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.centers-table tbody tr td:first-child {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.centers__map {
  min-height: 520px;
  position: relative;
}
.centers__map-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map__marker {
  width: 24px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='49' viewBox='0 0 24 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' fill='%23005D9F'/%3E%3Crect x='11' y='24' width='2' height='25' fill='%23005D9F'/%3E%3Cpath d='M12 12.1147C12.3438 12.1147 12.6381 11.9948 12.8831 11.7551C13.1277 11.5158 13.25 11.228 13.25 10.8917C13.25 10.5554 13.1277 10.2674 12.8831 10.0277C12.6381 9.78843 12.3438 9.66879 12 9.66879C11.6562 9.66879 11.3621 9.78843 11.1175 10.0277C10.8725 10.2674 10.75 10.5554 10.75 10.8917C10.75 11.228 10.8725 11.5158 11.1175 11.7551C11.3621 11.9948 11.6562 12.1147 12 12.1147ZM12 18C11.9167 18 11.8333 17.9847 11.75 17.9541C11.6667 17.9236 11.5938 17.8828 11.5312 17.8318C10.0104 16.5172 8.875 15.2969 8.125 14.171C7.375 13.0447 7 11.9924 7 11.014C7 9.48535 7.50271 8.26752 8.50813 7.36051C9.51313 6.4535 10.6771 6 12 6C13.3229 6 14.4869 6.4535 15.4919 7.36051C16.4973 8.26752 17 9.48535 17 11.014C17 11.9924 16.625 13.0447 15.875 14.171C15.125 15.2969 13.9896 16.5172 12.4688 17.8318C12.4062 17.8828 12.3333 17.9236 12.25 17.9541C12.1667 17.9847 12.0833 18 12 18Z' fill='white'/%3E%3C/svg%3E%0A");
  transition: 0.3s;
  position: absolute;
}
.map__marker.is-active {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='49' viewBox='0 0 24 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' fill='%23F08400'/%3E%3Crect x='11' y='24' width='2' height='25' fill='%23F08400'/%3E%3Cpath d='M12 12.1147C12.3438 12.1147 12.6381 11.9948 12.8831 11.7551C13.1277 11.5158 13.25 11.228 13.25 10.8917C13.25 10.5554 13.1277 10.2674 12.8831 10.0277C12.6381 9.78843 12.3438 9.66879 12 9.66879C11.6562 9.66879 11.3621 9.78843 11.1175 10.0277C10.8725 10.2674 10.75 10.5554 10.75 10.8917C10.75 11.228 10.8725 11.5158 11.1175 11.7551C11.3621 11.9948 11.6562 12.1147 12 12.1147ZM12 18C11.9167 18 11.8333 17.9847 11.75 17.9541C11.6667 17.9236 11.5938 17.8828 11.5312 17.8318C10.0104 16.5172 8.875 15.2969 8.125 14.171C7.375 13.0447 7 11.9924 7 11.014C7 9.48535 7.50271 8.26752 8.50813 7.36051C9.51313 6.4535 10.6771 6 12 6C13.3229 6 14.4869 6.4535 15.4919 7.36051C16.4973 8.26752 17 9.48535 17 11.014C17 11.9924 16.625 13.0447 15.875 14.171C15.125 15.2969 13.9896 16.5172 12.4688 17.8318C12.4062 17.8828 12.3333 17.9236 12.25 17.9541C12.1667 17.9847 12.0833 18 12 18Z' fill='white'/%3E%3C/svg%3E%0A");
}

.custom-balloon {
  width: 368px;
  padding-top: 15px;
  background: white;
  position: absolute;
  bottom: 60px;
  left: -12px;
}
.custom-balloon__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: white;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.4141 5L11.4141 10L16.4141 15L15 16.4141L10 11.4141L5 16.4141L3.58594 15L8.58594 10L3.58594 5L5 3.58594L10 8.58594L15 3.58594L16.4141 5Z' fill='%232C3148' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
  border: none;
}
.custom-balloon__num {
  font-weight: 400;
  font-size: 11px;
  line-height: 133%;
  color: rgba(44, 49, 72, 0.5);
  padding: 3px 15px 8px;
}
.custom-balloon__name {
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  color: rgb(44, 49, 72);
  padding: 0 15px 15px;
}
.custom-balloon__adress {
  padding: 12px 15px;
  font-weight: 400;
  font-size: 11px;
  line-height: 133%;
  color: rgb(44, 49, 72);
  background: rgb(235, 243, 255);
}
.custom-balloon__link {
  padding: 15px;
  font-weight: 700;
  font-size: 13px;
  line-height: 144%;
  text-transform: uppercase;
  color: rgb(0, 93, 159);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition: 0.3s;
}
.custom-balloon__link:hover {
  color: rgb(240, 132, 0);
}
.custom-balloon__link::after {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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%3Cg clip-path='url(%23clip0_2008_6813)'%3E%3Cmask id='mask0_2008_6813' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='20' height='20'%3E%3Cpath d='M20 0H0V20H20V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2008_6813)'%3E%3Cpath d='M3.27527 15.8925L15.0604 4.10742M15.0604 4.10742L5.55864 4.18108M15.0604 4.10742L14.9867 13.6092' stroke='%23F08400' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2008_6813'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.ymaps3x0--map-copyrights {
  display: none !important;
}

.nok-content__block.is-contact .nok-content__desc {
  margin-bottom: 0;
  border: none;
  font-weight: 700;
  padding-top: 30px;
}

@media (max-width: 1439px) {
  .nok-banner__title {
    font-size: 58px;
  }
}
@media (max-width: 1023px) {
  .nok-banner__title {
    font-size: 42px;
  }
  .nok-nav__link,
  .nok-content__btn,
  .nok-form__title,
  .nok-steps__banner-title {
    font-size: 20px;
  }
  .nok-banner__body {
    padding: 20px 0;
  }
  .nok__body {
    flex-direction: column;
    padding-top: 30px;
  }
  .nok-nav__list {
    flex-direction: row;
    gap: 30px;
    overflow: auto;
  }
  .nok__left,
  .nok__right {
    width: 100%;
    max-width: none;
  }
  .nok__middle {
    max-width: none;
  }
  .nok-nav__link {
    white-space: nowrap;
  }
  .nok__body {
    gap: 40px;
  }
  .nok-content__btn::before {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
  .nok-content__btn {
    min-height: auto;
  }
  .nok-content__block {
    margin-bottom: 40px;
  }
  .nok-steps__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .nok-content__desc,
  .nok-content p,
  .nok-content__email span,
  .nok-content__tip span:last-child {
    font-size: 16px;
  }
  .nok-form__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .nok-form__item:first-child, .nok-form__item:last-child {
    grid-column: 1;
  }
  .nok-content__tip {
    gap: 16px;
  }
  .nok-content__block.list-grid ol li {
    gap: 16px;
  }
  .nok-content__block.list-grid ol li::before {
    height: 30px;
    flex: 0 0 30px;
  }
  .nok__body {
    padding-bottom: 40px;
  }
  .nok-content ol li::before {
    width: 30px;
  }
  .nok-content li {
    font-size: 14px;
  }
  .nok-content__block.list-grid ol li,
  .nok-content__btn {
    padding: 10px;
  }
  .nok-steps__banner {
    min-height: 300px;
    padding: 20px 0;
  }
  .nok-nav__link, .nok-content__btn,
  .nok-form__title,
  .nok-steps__banner-title {
    font-size: 18px;
  }
  .nok-form {
    padding: 60px 0;
  }
  .nok-content ol li {
    padding: 10px 10px 10px 40px;
  }
  .nok-content__tip {
    padding: 10px;
  }
  .nok-steps {
    padding-bottom: 40px;
  }
  .nok-content p::before {
    top: 11px;
  }
}
@media (max-width: 560px) {
  .nok-banner__body {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 16px;
  }
  .nok-banner__title {
    font-size: 30px;
  }
  .nok-form__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .nok-form__submit {
    max-width: none;
    width: 100%;
    justify-content: center;
  }
  .nok-banner__btn {
    min-height: 40px;
    margin-left: auto;
  }
  .nok-steps__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .nok-content__block.list-grid ol {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 480px) {
  .nok-banner__bg img {
    display: none;
  }
  .nok-banner__bg img.is-mob {
    display: block;
  }
}


