@charset "UTF-8";
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

section,
aside,
nav,
footer,
main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

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

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 0;
}

fieldset {
  padding: 0;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

@media screen and (max-width: 1145px) {
  html.is-mobile-static {
    overflow: hidden;
  }
}

html,
body {
  min-height: 100%;
  height: 100%;
}
html.is-preload, html.is-overflow,
body.is-preload,
body.is-overflow {
  overflow: hidden;
}
@media screen and (max-width: 1380px) {
  html.is-mobile-overflow,
  body.is-mobile-overflow {
    overflow: hidden;
  }
}

body {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 16px;
  line-height: 139%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 320px;
  margin: 0;
  padding: 0;
  color: #151B44;
  background: #151B44;
}
@media screen and (max-width: 1080px) {
  body.is-menu-open {
    overflow: hidden;
  }
}
@media screen and (min-width: 681px) {
  body {
    font-size: 18px;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
}

svg {
  max-height: 100%;
}

select:not([multiple]) {
  vertical-align: middle;
}

table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}

th {
  font-weight: 700;
  text-align: left;
}

th,
td {
  line-height: inherit;
  padding: 5px 10px;
}

th {
  vertical-align: bottom;
}

td {
  vertical-align: top;
}

a {
  text-decoration: underline;
  color: #203735;
  outline: 0;
}
a:hover {
  text-decoration: none;
  color: #37605C;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1em;
}

p {
  margin: 0 0 1.2em;
}
p:last-child {
  margin-bottom: 0;
}

dl,
ol,
ul {
  margin: 0 0 2.6em 0;
}

ol {
  list-style: decimal;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
  font-weight: 600;
}

h5 {
  font-size: 16px;
}

hr {
  display: block;
  height: 1px;
  margin: 30px 0;
  border: 0;
  background: #DEDEDE;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.hidden-box {
  display: none;
  visibility: hidden;
}

iframe {
  border: 0;
  outline: 0;
}

.videoWrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-lead {
  font-size: 18px;
  line-height: 1.67;
}
@media screen and (min-width: 1381px) {
  .text-lead {
    font-weight: 500;
  }
}

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

header,
nav,
section {
  display: block;
}

@keyframes dropdown-display {
  0% {
    opacity: 0;
    transform: scale(0.98) translateY(-0.6em);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes dropdown-display-up {
  0% {
    opacity: 0;
    transform: scale(0.98) translateY(0.6em);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
blockquote {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 189%;
  position: relative;
  max-width: 830px;
  margin: 0 0 18px;
  background: #FFBE0B;
  color: #151B44;
  padding: 29px 33px;
  border-radius: 20px;
  border-left: 10px solid #151B44;
}
@media screen and (min-width: 1081px) {
  blockquote {
    margin: 0 0 28px -10px;
  }
}
@media screen and (min-width: 1381px) {
  blockquote {
    margin: 0 0 48px -10px;
  }
}

.main ul {
  list-style: none;
  padding-left: 0;
}
.main ul:first-child {
  margin-top: 0;
}
.main ul:last-child {
  margin-bottom: 0;
}
.main ul li {
  padding-left: 40px;
  position: relative;
  margin-top: 10px;
}
.main ul li:first-child {
  margin-top: 0;
}
.main ul li:before {
  content: "";
  left: 15px;
  top: 7px;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #FFBE0B;
  border-radius: 50%;
}

.hr-separator {
  width: 209px;
  height: 11px;
  margin: 35px auto;
  background: url("../images/line-orange.svg") no-repeat 0 0;
}
@media screen and (min-width: 1081px) {
  .hr-separator {
    margin: 45px auto;
  }
}
@media screen and (min-width: 1381px) {
  .hr-separator {
    margin: 65px auto;
  }
}

.icon-arrow {
  background: url("../images/sprite.svg?v1717584336694") 92.9203539823% 22.4489795918% no-repeat;
  width: 14px;
  height: 20px;
  display: inline-block;
}

.icon-arrow-right {
  background: url("../images/sprite.svg?v1717584336694") 98.1308411215% 40.3846153846% no-repeat;
  width: 20px;
  height: 14px;
  display: inline-block;
}

.icon-arrow-top {
  background: url("../images/sprite.svg?v1717584336694") 92.9203539823% 57.1428571429% no-repeat;
  width: 14px;
  height: 20px;
  display: inline-block;
}

.icon-arrow-top-orange {
  background: url("../images/sprite.svg?v1717584336694") 92.9203539823% 77.5510204082% no-repeat;
  width: 14px;
  height: 20px;
  display: inline-block;
}

.icon-arrow-white {
  background: url("../images/sprite.svg?v1717584336694") 42.8571428571% 77.5510204082% no-repeat;
  width: 15px;
  height: 20px;
  display: inline-block;
}

.icon-check {
  background: url("../images/sprite.svg?v1717584336694") 58.8785046729% 77.5510204082% no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.icon-checkbox {
  background: url("../images/sprite.svg?v1717584336694") 57.0175438596% 92.4528301887% no-repeat;
  width: 13px;
  height: 12px;
  display: inline-block;
}

.icon-dev {
  background: url("../images/sprite.svg?v1717584336694") 77.3195876289% 0 no-repeat;
  width: 30px;
  height: 42px;
  display: inline-block;
}

.icon-doc {
  background: url("../images/sprite.svg?v1717584336694") 74.7747747748% 77.5510204082% no-repeat;
  width: 16px;
  height: 20px;
  display: inline-block;
}

.icon-doc-black {
  background: url("../images/sprite.svg?v1717584336694") 0 100% no-repeat;
  width: 16px;
  height: 20px;
  display: inline-block;
}

.icon-doc-orange {
  background: url("../images/sprite.svg?v1717584336694") 14.4144144144% 100% no-repeat;
  width: 16px;
  height: 20px;
  display: inline-block;
}

.icon-earth {
  background: url("../images/sprite.svg?v1717584336694") 29.6296296296% 100% no-repeat;
  width: 19px;
  height: 20px;
  display: inline-block;
}

.icon-instagram {
  background: url("../images/sprite.svg?v1717584336694") 0 51.1627906977% no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.icon-mail {
  background: url("../images/sprite.svg?v1717584336694") 24.0384615385% 77.5510204082% no-repeat;
  width: 23px;
  height: 20px;
  display: inline-block;
}

.icon-next {
  background: url("../images/sprite.svg?v1717584336694") 0 0 no-repeat;
  width: 75px;
  height: 22px;
  display: inline-block;
}

.icon-phone {
  background: url("../images/sprite.svg?v1717584336694") 45.1327433628% 100% no-repeat;
  width: 14px;
  height: 20px;
  display: inline-block;
}

.icon-prev {
  background: url("../images/sprite.svg?v1717584336694") 0 22.9166666667% no-repeat;
  width: 75px;
  height: 22px;
  display: inline-block;
}

.icon-telegram {
  background: url("../images/sprite.svg?v1717584336694") 33.6842105263% 51.1627906977% no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.icon-telegram_b {
  background: url("../images/sprite.svg?v1717584336694") 0 79.1666666667% no-repeat;
  width: 25px;
  height: 22px;
  display: inline-block;
}

.icon-vk {
  background: url("../images/sprite.svg?v1717584336694") 67.3684210526% 51.1627906977% no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.icon-whatsapp {
  background: url("../images/sprite.svg?v1717584336694") 100% 0 no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
}

input[type=text],
input[type=email],
input[type=search],
input[type=number],
input[type=tel],
input[type=password],
select,
textarea {
  background-color: #FFF;
  border: 1px solid #151B44;
  border-radius: 8px;
  outline: 0;
  height: auto;
  padding: 14px 18px;
  line-height: 1.25;
  color: #000;
  max-width: 100%;
  transition: border 0.3s ease;
  font-size: 14px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=password]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000;
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=password]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
input[type=text].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=number].placeholder,
input[type=tel].placeholder,
input[type=password].placeholder,
select.placeholder,
textarea.placeholder {
  color: #000;
  opacity: 1;
}
input[type=text].focus, input[type=text]:focus,
input[type=email].focus,
input[type=email]:focus,
input[type=search].focus,
input[type=search]:focus,
input[type=number].focus,
input[type=number]:focus,
input[type=tel].focus,
input[type=tel]:focus,
input[type=password].focus,
input[type=password]:focus,
select.focus,
select:focus,
textarea.focus,
textarea:focus {
  border-color: #151B44;
}
input[type=text].error,
input[type=email].error,
input[type=search].error,
input[type=number].error,
input[type=tel].error,
input[type=password].error,
select.error,
textarea.error {
  border-color: #F30;
}
input[type=text].success,
input[type=email].success,
input[type=search].success,
input[type=number].success,
input[type=tel].success,
input[type=password].success,
select.success,
textarea.success {
  border-color: #3DB42C;
}
input[type=text].small,
input[type=email].small,
input[type=search].small,
input[type=number].small,
input[type=tel].small,
input[type=password].small,
select.small,
textarea.small {
  font-size: 13px;
  padding: 8px 10px;
}
input[type=text].big,
input[type=email].big,
input[type=search].big,
input[type=number].big,
input[type=tel].big,
input[type=password].big,
select.big,
textarea.big {
  font-size: 14px;
  padding: 15px 14px;
}
input[type=text].full-size,
input[type=email].full-size,
input[type=search].full-size,
input[type=number].full-size,
input[type=tel].full-size,
input[type=password].full-size,
select.full-size,
textarea.full-size {
  width: 100%;
}
input[type=text].disabled, input[type=text][disabled],
input[type=email].disabled,
input[type=email][disabled],
input[type=search].disabled,
input[type=search][disabled],
input[type=number].disabled,
input[type=number][disabled],
input[type=tel].disabled,
input[type=tel][disabled],
input[type=password].disabled,
input[type=password][disabled],
select.disabled,
select[disabled],
textarea.disabled,
textarea[disabled] {
  cursor: default;
  background-color: #F9F9F9;
  border-color: #BCBCBC;
  color: #939393;
}

input[type=radio],
input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  overflow: auto;
}
textarea.error {
  background-position: 100% 13px;
}
textarea.success {
  background-position: 100% 10px;
}

.b-form legend {
  color: #151B44;
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
  display: block;
}
.b-form fieldset {
  margin: 0;
  padding: 0;
}

.is-checkbox {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  line-height: 1.3;
}
.is-checkbox + .is-checkbox {
  margin-top: 13px;
}
.is-checkbox span {
  position: relative;
  padding-left: 25px;
  display: inline-block;
  vertical-align: top;
}
.is-checkbox span:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  background: #FFF;
  border: 1px solid #D2DCE1;
  box-sizing: border-box;
  border-radius: 4px;
}
.is-checkbox span:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  transition: opacity 0.3s ease;
  opacity: 0;
  background: url("../images/sprite.svg?v1717584336694") 57.0175438596% 92.4528301887% no-repeat;
  width: 13px;
  height: 12px;
  display: inline-block;
}
.is-checkbox input[type=checkbox] {
  position: absolute;
  left: -25px;
  top: 0;
  opacity: 0;
}
.is-checkbox input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.is-checkbox input[type=checkbox]:disabled + span {
  background: #F7F7F7;
}
.is-checkbox input[type=checkbox]:checked:disabled + span {
  background: #F7F7F7;
}
.is-checkbox input[type=checkbox]:checked:disabled + span:after {
  opacity: 1;
  filter: grayscale(100%);
}
.is-checkbox input[type=checkbox]:focus:before {
  border-color: rgba(21, 27, 68, 0.8);
}
.is-checkbox input[type=checkbox]:focus:disabled:before {
  border-color: #D2DCE1;
}

.b-form {
  position: relative;
}
.b-form .b-grid {
  margin: -7px;
}
.b-form .b-grid__item {
  padding: 7px;
}

.b-form__row {
  margin-top: 15px;
  position: relative;
}
@media screen and (min-width: 920px) {
  .b-form__row {
    margin-top: 28px;
  }
}
.b-form__row:first-child {
  margin-top: 0;
}
.b-form__row input[type=text],
.b-form__row input[type=email],
.b-form__row input[type=search],
.b-form__row input[type=number],
.b-form__row input[type=tel],
.b-form__row input[type=password],
.b-form__row textarea {
  width: 100%;
}
.b-form__row label {
  display: block;
  cursor: pointer;
  color: #444;
  font-size: 14px;
  margin: 0 0 10px;
  font-weight: 400;
}

.b-form__input {
  position: relative;
  z-index: 1;
}

.b-form__hint {
  position: relative;
  z-index: 2;
  color: #444;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  margin: 5px 0 0;
}

.b-form__error {
  margin-top: 5px;
  color: #F30;
  font-size: 12px;
  font-weight: 400;
  z-index: 3;
  position: relative;
  display: none;
}
.b-form__error.visible {
  display: block;
}

.form-contact {
  outline: 0;
}
@media screen and (min-width: 500px) {
  .form-contact {
    width: 427px;
    max-width: 100%;
    margin: auto;
  }
}
.form-contact form {
  outline: 0;
}
.form-contact input {
  text-align: center;
}

.form-contact__submit {
  text-align: center;
}
.form-contact__submit .b-btn {
  width: 100%;
}
.form-contact__submit .b-btn:hover {
  opacity: 0.7;
}
.form-contact__submit .b-btn:active, .form-contact__submit .b-btn:focus {
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 400px) {
  .form-contact__submit .b-btn {
    width: 320px;
    max-width: 100%;
  }
}

.form-contact__terms {
  text-align: center;
}
.form-contact__terms .is-checkbox span {
  text-align: left;
}

.b-alert {
  padding: 1em;
  background: #ebebeb;
  margin: 0.5em -1em 0;
  border-radius: 8px;
}
.b-alert h4 {
  margin-bottom: 0.25em;
}
@media screen and (max-width: 1081px) {
  .b-alert h4 {
    font-size: 16px;
  }
}
.b-alert ul {
  margin-bottom: 0;
}
.b-alert.danger h4 {
  color: #F30;
}

.b-btn {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 29px 33px;
  font-size: 16px;
  border-radius: 12px;
  transition: background 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.b-btn:hover, .b-btn:focus-within, .b-btn.focus {
  outline: 0;
}
.b-btn.disabled, .b-btn:disabled {
  cursor: default;
  opacity: 0.45;
  box-shadow: none;
  background: inherit;
}
.b-btn [class^=icon-],
.b-btn [class*=" icon-"] {
  vertical-align: middle;
  margin-right: 20px;
}
.b-btn--big {
  padding: 14px 30px;
  font-size: 16px;
}
.b-btn--small {
  padding: 8px 30px;
  font-size: 13px;
}
.b-btn--xsmall {
  padding: 4px 15px;
  font-size: 13px;
}
.b-btn--normal {
  padding: 12px 30px;
  font-size: 16px;
}
.b-btn--link {
  background-color: transparent;
  color: #FFBE0B;
}
.b-btn--link:hover, .b-btn--link:focus-within, .b-btn--link:active, .b-btn--link.active {
  background-color: #F7F7F7;
  color: #d79e00;
}
.b-btn--link.disabled:hover, .b-btn--link.disabled:focus-within, .b-btn--link.disabled:active, .b-btn--link.disabled.active, .b-btn--link:disabled:hover, .b-btn--link:disabled:focus-within, .b-btn--link:disabled:active, .b-btn--link:disabled.active {
  background-color: transparent;
  color: #FFBE0B;
}
.b-btn--orange {
  background-color: #FFBE0B;
  color: #151B44;
}
.b-btn--orange:hover, .b-btn--orange:focus-within, .b-btn--orange:active, .b-btn--orange.active {
  background-color: #ffcc3e;
  color: #151B44;
}
.b-btn--orange.disabled:hover, .b-btn--orange.disabled:focus-within, .b-btn--orange.disabled:active, .b-btn--orange.disabled.active, .b-btn--orange:disabled:hover, .b-btn--orange:disabled:focus-within, .b-btn--orange:disabled:active, .b-btn--orange:disabled.active {
  background-color: #FFBE0B;
  color: #151B44;
}
.b-btn--blue {
  background-color: #151B44;
  color: #FFF;
}
.b-btn--blue:hover, .b-btn--blue:focus-within, .b-btn--blue:active, .b-btn--blue.active {
  background-color: #212a6b;
  color: #FFF;
}
.b-btn--blue.disabled:hover, .b-btn--blue.disabled:focus-within, .b-btn--blue.disabled:active, .b-btn--blue.disabled.active, .b-btn--blue:disabled:hover, .b-btn--blue:disabled:focus-within, .b-btn--blue:disabled:active, .b-btn--blue:disabled.active {
  background-color: #151B44;
  color: #FFF;
}
.b-btn--outline-orange {
  border: 1px solid #FFBE0B;
  background-color: transparent;
  color: #FFBE0B;
}
.b-btn--outline-orange:hover, .b-btn--outline-orange:focus-within, .b-btn--outline-orange:active, .b-btn--outline-orange.active {
  background-color: #ffcc3e;
  color: #151B44;
}
.b-btn--outline-orange.disabled:hover, .b-btn--outline-orange.disabled:focus-within, .b-btn--outline-orange.disabled:active, .b-btn--outline-orange.disabled.active, .b-btn--outline-orange:disabled:hover, .b-btn--outline-orange:disabled:focus-within, .b-btn--outline-orange:disabled:active, .b-btn--outline-orange:disabled.active {
  border-color: #FFBE0B;
  background-color: transparent;
  color: #FFBE0B;
}
.b-btn--outline-blue {
  border: 1px solid #151B44;
  background-color: transparent;
  color: #151B44;
}
.b-btn--outline-blue:hover, .b-btn--outline-blue:focus-within, .b-btn--outline-blue:active, .b-btn--outline-blue.active {
  background-color: #212a6b;
  color: #FFF;
}
.b-btn--outline-blue.disabled:hover, .b-btn--outline-blue.disabled:focus-within, .b-btn--outline-blue.disabled:active, .b-btn--outline-blue.disabled.active, .b-btn--outline-blue:disabled:hover, .b-btn--outline-blue:disabled:focus-within, .b-btn--outline-blue:disabled:active, .b-btn--outline-blue:disabled.active {
  border-color: #151B44;
  background-color: transparent;
  color: #151B44;
}
.b-btn--loading:before {
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: 3px solid rgba(255, 255, 255, 0.6);
  border-top-color: #FFF;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: -15px;
  transition: border 0.3s ease;
  animation: loadingSpin 1s infinite linear;
}
.b-btn--loading.outline:before {
  border: 3px solid rgba(21, 27, 68, 0.2);
  border-top-color: #151B44;
}
.b-btn--loading.outline:hover:before {
  border: 3px solid rgba(255, 255, 255, 0.6);
  border-top-color: #FFF;
}
.b-btn--full-size {
  width: 100%;
  display: block;
}
.b-btn--full-size + .full-size {
  margin-right: 5px;
}
.b-btn + .b-btn {
  margin-left: 5px;
}

@keyframes loadingSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
a.b-btn.disabled,
fieldset[disabled] a.b-btn {
  pointer-events: none;
}

input[type=submit].full-size,
input[type=reset].full-size,
input[type=button].full-size {
  width: 100%;
}

@keyframes mmslideIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmslideOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(3, 31, 47, 0.65);
  -webkit-backdrop-filter: blur(13.5914px);
  backdrop-filter: blur(13.5914px);
  display: flex;
  flex-flow: row nowrap;
  justify-content: normal;
  align-items: normal;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  overflow-y: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99999;
}
@media screen and (min-width: 1081px) {
  .modal__overlay {
    padding: 20px;
  }
}
.overflowscrolling .modal__overlay {
  overflow-y: scroll;
}

.modal__container {
  background: #FFF;
  box-shadow: 0 0 14px 0 #4F5558;
  border-radius: 8px;
  padding: 25px;
  box-sizing: border-box;
  width: 700px;
  max-width: 100%;
  margin: auto;
  position: relative;
}

.modal__close {
  outline: 0;
  padding: 20px 20px 0 10px;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  transition: color 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
  color: #97999B;
  font-size: 18px;
  z-index: 300;
}
.modal__close:hover {
  color: #000;
}
.modal__close:before {
  content: "✕";
  vertical-align: top;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  width: 75px;
  flex: 0 0 75px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
  transition: opacity 0.3s ease;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1076px) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev {
  margin-right: 25px;
}
.swiper-button-prev:after {
  background: url("../images/sprite.svg?v1717584336694") 0 22.9166666667% no-repeat;
  width: 75px;
  height: 22px;
  display: inline-block;
}

.swiper-button-next {
  margin-left: 25px;
}
.swiper-button-next:after {
  background: url("../images/sprite.svg?v1717584336694") 0 0 no-repeat;
  width: 75px;
  height: 22px;
  display: inline-block;
}

.slider__pagination {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.swiper-pagination {
  text-align: center;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 10px;
  background: #D8D8D8;
  margin: 0 5px;
  will-change: width;
  transition: background-color 0.3s ease, width 0.3s ease;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #FFBE0B;
  width: 30px;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.page-wrapper {
  overflow: hidden;
  background: #FFF;
}

.wrapper {
  margin: auto;
  width: 1920px;
  padding: 0 20px;
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 1081px) {
  .wrapper {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1381px) {
  .wrapper {
    padding: 0 50px;
  }
}

.wrapper-short {
  margin: auto;
  width: 1240px;
  padding: 0 20px;
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 1081px) {
  .wrapper-short {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1381px) {
  .wrapper-short {
    padding: 0 50px;
  }
}

.wrapper-inner {
  margin: auto;
  width: 820px;
  padding: 0 20px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main {
  position: relative;
  z-index: 5;
  margin-bottom: 40px;
}
@media screen and (min-width: 681px) {
  .main {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1081px) {
  .main {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1381px) {
  .main {
    margin-bottom: 100px;
  }
}

[itemtype="https://schema.org/FAQPage"] {
  margin: 0 auto 1rem;
  padding: 1rem;
}
[itemtype="https://schema.org/FAQPage"] [itemprop=name] {
  cursor: pointer;
  margin: 0;
}
[itemtype="https://schema.org/FAQPage"] [itemprop=mainEntity] + [itemprop=mainEntity] {
  margin-top: 2.25rem;
}
[itemtype="https://schema.org/FAQPage"] [itemprop=text] {
  padding-top: 0.5rem;
}
[itemtype="https://schema.org/FAQPage"] [itemprop=text] ul {
  margin: 0;
}
.article.widestatic .section-learn {
  margin-top: 0;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1381px) {
  .article.widestatic .section-learn__main {
    margin-top: 0;
  }
}

.article__title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3043478261;
  margin-bottom: 24px;
}
@media screen and (min-width: 681px) {
  .article__title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1081px) {
  .article__title {
    font-size: 40px;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1381px) {
  .article__title {
    font-size: 46px;
  }
}

.article-image {
  margin: 0 0 1.2em;
}
.article-image img {
  border-radius: 20px;
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 1081px) {
  .article-image {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.article-image__caption {
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.25;
  mix-blend-mode: normal;
  opacity: 0.4;
  margin-top: 21px;
}
@media screen and (min-width: 1081px) {
  .article-image__caption {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    margin-top: 24px;
  }
}

.header {
  padding: 10px 0 0;
}
@media screen and (min-width: 1081px) {
  .header {
    padding: 36px 0 35px;
  }
}
.header .wrapper {
  position: relative;
  z-index: 10;
}
.header:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 260px;
  background: linear-gradient(180deg, #5E96C6 0.14%, rgba(94, 150, 198, 0.391554) 37.68%, rgba(94, 150, 198, 0.0821903) 70.96%, rgba(94, 150, 198, 0.0001) 99.93%);
}

@media screen and (max-width: 1080px) {
  .header--hero {
    position: absolute;
    z-index: 300;
    top: 0;
    right: 0;
    left: 0;
  }
}
.header--hero:after {
  display: none;
}

.header__panel {
  position: relative;
}
@media screen and (max-width: 1080px) {
  .header__panel {
    padding-bottom: 80px;
  }
  .header__panel:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    height: 20px;
    background: url("../images/pattern-header.svg") repeat-x 0 0;
  }
  .header--hero .header__panel {
    padding-bottom: 0;
  }
  .header--hero .header__panel:after {
    display: none;
  }
}
.header__panel > .wrapper {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.header__logo {
  width: 117px;
}
@media screen and (min-width: 1081px) {
  .header__logo {
    width: 161px;
  }
}
@media screen and (min-width: 1081px) {
  .header__main {
    position: relative;
    margin-top: 20px;
    padding-bottom: 51px;
  }
  .header__main:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    height: 20px;
    background: url("../images/pattern-header.svg") repeat-x 0 0;
  }
  .header--hero .header__main {
    padding-bottom: 0;
  }
  .header--hero .header__main:after {
    display: none;
  }
  .header__main > .wrapper {
    display: flex;
    align-items: flex-start;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1080px) {
  .header__main {
    position: fixed;
    z-index: 600;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
  }
  .header__main.is-active {
    display: block;
  }
  .header__main > .wrapper {
    position: absolute;
    z-index: 50;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 260px;
    padding: 26px 30px;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transform: translateX(100%);
    opacity: 0;
    background: #FFF;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    scrollbar-width: thin;
  }
  .header__main > .wrapper::-webkit-scrollbar-track {
    border-radius: 0;
    background: #EDEDED;
  }
  .header__main > .wrapper::-webkit-scrollbar {
    width: 2px;
    background: #EDEDED;
  }
  .header__main > .wrapper::-webkit-scrollbar-thumb {
    border: none;
    border-radius: 0;
    background-color: #FFBE0B;
  }
  .overflowscrolling .header__main > .wrapper {
    overflow-y: scroll;
  }
  .header__main.is-anim > .wrapper {
    transform: translateX(0);
    opacity: 1;
  }
}

.header__s {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 421px) {
  .header__s {
    display: block;
    visibility: visible;
    margin-left: auto;
  }
}
@media screen and (max-width: 1080px) {
  .header__s a {
    position: relative;
  }
  .header__s a:after {
    position: relative;
    z-index: 5;
  }
  .header__s a:before {
    content: "";
    border-radius: 50%;
    background: #FFF;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    position: absolute;
    z-index: 1;
  }
}

@media screen and (max-width: 1080px) {
  .header__nav {
    max-width: 159px;
  }
}
.header__nav ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: -10px 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1081px) {
  .header__nav ul {
    margin: -5px -10px;
  }
}
@media screen and (min-width: 1381px) {
  .header__nav ul {
    margin: -5px -15px;
  }
}
.header__nav ul li {
  width: 100%;
  margin: 10px 0;
}
@media screen and (min-width: 1081px) {
  .header__nav ul li {
    width: auto;
    margin: 5px 10px;
  }
}
@media screen and (min-width: 1381px) {
  .header__nav ul li {
    margin: 5px 15px;
  }
}
@media screen and (max-width: 1080px) {
  .header__nav ul li > a {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    line-height: 20px;
    transition: background-color 0.3s ease;
    text-decoration: none;
    color: #151B44;
    border-bottom: 1px solid #FFBE0B;
  }
}
@media screen and (min-width: 1081px) {
  .header__nav ul li > a {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3;
    display: block;
    padding: 2px 3px;
    transition: background-color 0.3s ease;
    text-decoration: none;
    color: #151B44;
    background: #FFBE0B;
  }
}
@media screen and (min-width: 1081px) {
  .header__nav ul li:hover > a {
    background: #ffcc3e;
  }
}

.header__info {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  line-height: 125%;
  color: #151B44;
}
@media screen and (max-width: 1080px) {
  .header__info {
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 1081px) {
  .header__info {
    position: relative;
    display: flex;
    flex: 0 0 auto;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin-left: 25px;
  }
}
.header__info a {
  text-decoration: none;
  color: #151B44;
}

.header__phone {
  position: relative;
  margin-bottom: 30px;
  padding-left: 33px;
}
@media screen and (min-width: 1081px) {
  .header__phone {
    margin-bottom: 0;
    padding-left: 23px;
  }
}
.header__phone:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("../images/sprite.svg?v1717584336694") 45.1327433628% 100% no-repeat;
  width: 14px;
  height: 20px;
  display: inline-block;
}

.header__mail {
  position: relative;
  padding-left: 33px;
}
@media screen and (min-width: 1081px) {
  .header__mail {
    margin-left: 30px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1381px) {
  .header__mail {
    margin-left: 54px;
  }
}
.header__mail:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("../images/sprite.svg?v1717584336694") 24.0384615385% 77.5510204082% no-repeat;
  width: 23px;
  height: 20px;
  display: inline-block;
}

.header__tg {
  position: relative;
  padding-left: 33px;
  margin-top: 30px;
}
@media screen and (min-width: 1081px) {
  .header__tg {
    display: none;
  }
}
.header__tg:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("../images/sprite.svg?v1717584336694") 0 79.1666666667% no-repeat;
  width: 25px;
  height: 22px;
  display: inline-block;
}

.header__wa {
  margin-top: 30px;
  position: relative;
  padding-left: 33px;
}
@media screen and (min-width: 1081px) {
  .header__wa {
    display: none;
  }
}
.header__wa:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("../images/sprite.svg?v1717584336694") 100% 0 no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
}

.header__trigger {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  margin-left: 25px;
  padding: 0;
  cursor: pointer;
  border: 0;
  border-radius: 10px;
  outline: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(27.1828px);
  backdrop-filter: blur(27.1828px);
  -webkit-tap-highlight-color: transparent;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}
.header__trigger::after, .header__trigger::before {
  position: absolute;
  top: 50%;
  display: block;
  height: 2px;
  border-radius: 1px;
  background: #FFF;
}
.header__trigger::after, .header__trigger::before {
  content: "";
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}
.header__trigger::before {
  left: 16px;
  width: 16px;
  margin-top: -4px;
}
.header__trigger::after {
  left: 16px;
  width: 12px;
  margin-top: 3px;
}
@media screen and (min-width: 1081px) {
  .header__trigger {
    display: none;
    visibility: hidden;
  }
}
.header__bg {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  cursor: pointer;
  transition: opacity 0.4s ease;
  opacity: 0;
  background: rgba(255, 190, 11, 0.8);
  -webkit-backdrop-filter: blur(3.5914px);
  backdrop-filter: blur(3.5914px);
}
@media screen and (max-width: 1080px) {
  .header__main.is-active .header__bg {
    display: block;
  }
  .header__main.is-anim .header__bg {
    opacity: 1;
  }
}
@media screen and (min-width: 1081px) {
  .header__bg {
    display: none;
  }
}
.s-block {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.s-block a {
  margin-right: 10px;
  display: block;
  transition: opacity 0.3s ease;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}
.s-block a:last-child {
  margin-right: 0;
}
.s-block a:hover {
  opacity: 0.6;
}
.s-block a:after {
  content: "";
  display: block;
}
.s-block a.s-block__i:after {
  background: url("../images/sprite.svg?v1717584336694") 0 51.1627906977% no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
}
.s-block a.s-block__t:after {
  background: url("../images/sprite.svg?v1717584336694") 33.6842105263% 51.1627906977% no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
}
.s-block a.s-block__v:after {
  background: url("../images/sprite.svg?v1717584336694") 67.3684210526% 51.1627906977% no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.section {
  margin: 42px 0;
}
@media screen and (min-width: 1081px) {
  .section {
    margin: 62px 0;
  }
}
@media screen and (min-width: 1381px) {
  .section {
    margin: 105px 0;
  }
}

.section__title {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 134.7%;
  letter-spacing: 0.1em;
  color: #466562;
  margin-bottom: 45px;
}
@media screen and (min-width: 1081px) {
  .section__title {
    margin-bottom: 54px;
  }
}
@media screen and (min-width: 1381px) {
  .section__title {
    margin-bottom: 74px;
  }
}

.section__subtitle {
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 139%;
  letter-spacing: 0.03em;
  color: #203735;
  margin: 0 0 27px;
}
@media screen and (min-width: 1081px) {
  .section__subtitle {
    font-size: 36px;
  }
}
.section-hero__panel {
  position: relative;
}
@media screen and (min-width: 1081px) {
  .section-hero__panel {
    padding-top: 0;
  }
}
.section-hero__main {
  font-size: 16px;
  line-height: 1.6666666667;
  position: relative;
  z-index: 10;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 18px;
  background: #B6D1E6;
}
@media screen and (min-width: 681px) {
  .section-hero__main {
    font-size: 18px;
  }
}
@media screen and (max-width: 1080px) {
  .section-hero__main {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-hero__main:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 20px;
    background: linear-gradient(180deg, rgba(182, 209, 230, 0.0001) 0%, #B6D1E6 100%);
  }
}
@media screen and (min-width: 1081px) {
  .section-hero__main {
    width: 510px;
    min-height: 470px;
    border-radius: 20px;
    background: #8ED7FF;
  }
}
@media screen and (min-width: 1381px) {
  .section-hero__main {
    width: 680px;
  }
}
@media screen and (min-width: 1541px) {
  .section-hero__main {
    width: 880px;
  }
}

.section-hero__bg {
  position: absolute;
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 1081px) {
  .section-hero__bg {
    bottom: 0;
    top: 0;
    right: 0;
    display: block;
    visibility: visible;
    height: auto;
    left: 490px;
    border-radius: 0 20px 20px 0;
    background: url("../images/hero.webp") no-repeat 30% 50%;
  }
  .no-webp .section-hero__bg {
    background: url("../images/hero.jpg") no-repeat 30% 50%;
  }
}
@media screen and (min-width: 1381px) {
  .section-hero__bg {
    left: 660px;
  }
}
@media screen and (min-width: 1541px) {
  .section-hero__bg {
    left: 860px;
  }
}

.section-hero__image {
  position: relative;
  z-index: 1;
}
.section-hero__image img {
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 1081px) {
  .section-hero__image {
    display: none;
    visibility: hidden;
  }
}
.section-hero__title {
  font-size: 30px;
  font-weight: 900;
  font-style: normal;
  line-height: 140%;
  margin-bottom: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (min-width: 681px) {
  .section-hero__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1081px) {
  .section-hero__title {
    font-size: 50px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1381px) {
  .section-hero__title {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1081px) {
  .section-hero__content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.section-hero__text {
  flex: 1 1 auto;
}
@media screen and (min-width: 1081px) {
  .section-hero__text {
    margin-right: 40px;
  }
}
.section-hero__button {
  margin-top: 34px;
}
@media screen and (max-width: 1080px) {
  .section-hero__button .b-btn br {
    display: none;
  }
  .section-hero__button .b-btn--orange i {
    margin-right: 0;
  }
}
@media screen and (max-width: 420px) {
  .section-hero__button .b-btn {
    width: 100%;
  }
  .section-hero__button .b-btn--orange {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 1081px) {
  .section-hero__button {
    flex: 0 0 160px;
    width: 160px;
    margin-top: 0;
  }
  .section-hero__button .b-btn {
    width: 100%;
  }
  .section-hero__button .b-btn--blue {
    padding-right: 23px;
    padding-left: 23px;
    text-align: left;
  }
  .section-hero__button .b-btn--orange {
    margin-top: 10px;
    padding: 14px;
  }
  .section-hero__button .b-btn--orange i {
    margin-right: 0;
  }
}
@media screen and (min-width: 1381px) {
  .section-hero__button {
    display: flex;
    align-items: stretch;
    flex: 0 0 230px;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 230px;
  }
  .section-hero__button .b-btn {
    width: auto;
    min-height: 140px;
  }
  .section-hero__button .b-btn--blue {
    padding-right: 23px;
    padding-left: 23px;
    text-align: left;
  }
  .section-hero__button .b-btn--orange {
    flex: 0 0 50px;
    width: 50px;
    margin-top: 0;
    margin-left: 20px;
    padding-right: 0;
    padding-left: 0;
  }
  .section-hero__button .b-btn--orange i {
    margin-right: 0;
  }
}

.section-hero__s {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(13.5914px);
  backdrop-filter: blur(13.5914px);
  padding: 8px 10px;
  border-radius: 30px;
  margin-top: 20px;
}
@media screen and (min-width: 421px) {
  .section-hero__s {
    display: none;
    visibility: hidden;
  }
}
.section-about {
  background: #151B44;
  color: #FFF;
  padding-bottom: 60px;
  padding-top: 35px;
  position: relative;
  line-height: 1.6666666667;
}
.section-about:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: url("../images/pattern-bottom.svg") repeat-x 0 0;
}
@media screen and (min-width: 1081px) {
  .section-about {
    margin-top: 75px;
    padding-top: 60px;
  }
}
.section-about__scroll {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 681px) {
  .section-about__scroll {
    display: block;
    visibility: visible;
    height: 30px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 961px) {
  .section-about__grid {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}

.section-about__main {
  flex: 1 1 auto;
}

.section-about__aside {
  margin-top: 25px;
}
@media screen and (min-width: 961px) {
  .section-about__aside {
    flex: 0 0 440px;
    margin-left: 40px;
    margin-top: 0;
  }
}

.section-about__title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 139%;
  color: #FFF;
  margin: 0;
}
@media screen and (max-width: 1110px) {
  .section-about__title br {
    display: none;
  }
}
@media screen and (min-width: 681px) {
  .section-about__title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1081px) {
  .section-about__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1381px) {
  .section-about__title {
    font-size: 36px;
  }
}

.section-about__text {
  margin-top: 25px;
}
@media screen and (min-width: 961px) {
  .section-about__text {
    max-width: 500px;
  }
}
@media screen and (min-width: 1081px) {
  .section-about__text {
    margin-top: 63px;
  }
}
.section-about__picture {
  text-align: center;
}
.section-about__picture img {
  vertical-align: top;
  border-radius: 20px;
}

.section-about__caption {
  margin-top: 25px;
}
@media screen and (min-width: 421px) {
  .section-about__caption {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1081px) {
  .section-about__caption {
    margin-top: 64px;
  }
}
.section-about__img {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 421px) {
  .section-about__img {
    flex: 0 0 auto;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: 0;
  }
}

.section-about__info {
  font-size: 16px;
}

.section-city {
  padding: 60px 0;
  line-height: 1.6666666667;
}
@media screen and (min-width: 1081px) {
  .section-city {
    padding: 30px 0 60px;
  }
}
@media screen and (min-width: 1381px) {
  .section-city {
    padding: 70px 0;
  }
}
.section-city > .wrapper-short {
  position: relative;
}
.section-city > .wrapper-short:after, .section-city > .wrapper-short:before {
  content: "";
  width: 209px;
  height: 11px;
  position: absolute;
  z-index: 1;
  background: url("../images/line-orange.svg") no-repeat 0 0;
}
.section-city > .wrapper-short:after {
  bottom: -35px;
  left: 45px;
}
@media screen and (min-width: 1081px) {
  .section-city > .wrapper-short:after {
    display: none;
  }
}
.section-city > .wrapper-short:before {
  left: -100px;
  top: -30px;
}
@media screen and (min-width: 1081px) {
  .section-city > .wrapper-short:before {
    left: 20px;
    top: 0;
  }
}
@media screen and (min-width: 1381px) {
  .section-city > .wrapper-short:before {
    left: -346px;
  }
}

@media screen and (min-width: 1081px) {
  .section-city__grid {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.section-city__main {
  flex: 1 1 auto;
}
@media screen and (min-width: 1081px) {
  .section-city__main {
    max-width: 560px;
    margin-right: 40px;
    padding-top: 60px;
  }
}
.section-city__title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 139%;
  margin-bottom: 45px;
  position: relative;
}
@media screen and (min-width: 681px) {
  .section-city__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1081px) {
  .section-city__title {
    font-size: 32px;
    max-width: 550px;
  }
}
@media screen and (min-width: 1381px) {
  .section-city__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1080px) {
  .section-city__title:after {
    content: "";
    width: 209px;
    height: 11px;
    position: absolute;
    z-index: 1;
    background: url("../images/line-orange.svg") no-repeat 0 0;
    bottom: -28px;
    right: -100px;
  }
}

.section-city__content {
  position: relative;
}
@media screen and (min-width: 1081px) {
  .section-city__content {
    margin-right: 215px;
  }
}
@media screen and (min-width: 1081px) {
  .section-city__content:after {
    content: "";
    width: 209px;
    height: 11px;
    position: absolute;
    z-index: 1;
    background: url("../images/line-orange.svg") no-repeat 0 0;
    bottom: 34px;
    right: -230px;
  }
}
@media screen and (min-width: 1381px) {
  .section-city__content:after {
    right: auto;
    left: -254px;
  }
}

.section-city__aside {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin-top: 30px;
}
@media screen and (min-width: 1081px) {
  .section-city__aside {
    flex: 0 0 750px;
    margin-left: -210px;
    margin-top: 0;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1081px) {
  .section-city__aside {
    flex: 0 0 650px;
  }
}
@media screen and (min-width: 1381px) {
  .section-city__aside {
    flex: 0 0 750px;
  }
}
.section-city__aside img {
  border-radius: 20px;
  vertical-align: top;
}

.section-city__image--full {
  margin-left: 5px;
}
@media screen and (min-width: 681px) {
  .section-city__image--full {
    margin-left: 15px;
  }
}
@media screen and (min-width: 1081px) {
  .section-city__image--full {
    position: relative;
    margin-left: 30px;
  }
  .section-city__image--full:after {
    content: "";
    width: 209px;
    height: 11px;
    position: absolute;
    z-index: 1;
    top: 37%;
    left: -103px;
    background: url("../images/line-orange.svg") no-repeat 0 0;
  }
}
.section-city__image--full img {
  position: relative;
  z-index: 10;
}
.section-city__image--short {
  margin-right: 5px;
}
@media screen and (min-width: 681px) {
  .section-city__image--short {
    margin-right: 15px;
  }
}
@media screen and (min-width: 1081px) {
  .section-city__image--short {
    margin-right: 0;
  }
  .section-city__image--short img {
    box-shadow: 13px 15px 50px rgba(21, 27, 68, 0.4);
  }
}
.section-bestsellers {
  position: relative;
  padding-bottom: 20px;
}
@media screen and (min-width: 681px) {
  .section-bestsellers {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 801px) {
  .section-bestsellers {
    padding-top: 68px;
    padding-bottom: 77px;
  }
}
@media screen and (min-width: 1381px) {
  .section-bestsellers {
    padding-top: 136px;
    padding-bottom: 77px;
  }
}
.section-bestsellers:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  height: 20px;
  background: url("../images/pattern-top.svg") repeat-x 0 0;
}
.section-bestsellers > .wrapper-short {
  position: relative;
  z-index: 10;
}

.section-bestsellers__bg {
  position: relative;
  z-index: 1;
}
.section-bestsellers__bg:after, .section-bestsellers__bg:before {
  content: "";
  position: absolute;
  width: 209px;
  height: 11px;
  background: url("../images/line-white.svg") no-repeat 0 0;
}
.section-bestsellers__bg:after {
  display: none;
}
@media screen and (min-width: 1101px) {
  .section-bestsellers__bg:after {
    display: block;
    top: 203px;
    left: -102px;
  }
}
@media screen and (min-width: 1227px) {
  .section-bestsellers__bg:after {
    left: -52px;
  }
}
@media screen and (min-width: 1381px) {
  .section-bestsellers__bg:after {
    left: -32px;
  }
}
.section-bestsellers__bg:before {
  top: 70px;
  right: -52px;
}
@media screen and (min-width: 801px) {
  .section-bestsellers__bg:before {
    top: 352px;
    right: -52px;
  }
}
@media screen and (min-width: 1381px) {
  .section-bestsellers__bg:before {
    right: -32px;
  }
}
.section-bestsellers__bg img {
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 801px) {
  .section-bestsellers__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    height: 730px;
    background: url("../images/about-3.webp") no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .no-webp .section-bestsellers__bg {
    background: url("../images/about-3.jpg") no-repeat 50% 50%;
  }
  .section-bestsellers__bg img {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 1381px) {
  .section-bestsellers__bg {
    height: 980px;
    background-position: 30% 50%;
  }
}
@media screen and (min-width: 1650px) {
  .section-bestsellers__bg {
    background-position: 0 50%;
  }
}

.section-bestsellers__hero {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .section-bestsellers__hero {
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
    background: #FFBE0B;
    position: relative;
  }
  .section-bestsellers__hero:after {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 20px;
    background: linear-gradient(180deg, rgba(252, 187, 91, 0.0001) 0%, #FCBB5B 100%);
  }
}
@media screen and (min-width: 801px) {
  .section-bestsellers__hero {
    margin-bottom: 180px;
    margin-left: 40%;
  }
}
@media screen and (min-width: 1081px) {
  .section-bestsellers__hero {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1381px) {
  .section-bestsellers__hero {
    margin-bottom: 270px;
  }
}

.section-bestsellers__title {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  line-height: 139%;
  max-width: 560px;
  margin-bottom: 27px;
}
@media screen and (min-width: 681px) {
  .section-bestsellers__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1081px) {
  .section-bestsellers__title {
    font-size: 36px;
    margin-bottom: 47px;
  }
}
@media screen and (min-width: 1381px) {
  .section-bestsellers__title {
    margin-bottom: 23px;
  }
}

.section-bestsellers__link a {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 125%;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  width: 150px;
  height: 150px;
  margin: auto;
  text-decoration: none;
  color: #151B44;
  border-radius: 50%;
  background: #FFF;
}
@media screen and (min-width: 801px) {
  .section-bestsellers__link a {
    margin: 0;
  }
}
.section-bestsellers__link a > i {
  flex: 0 0 auto;
  margin-left: 6px;
}

.section-bestsellers__grid {
  line-height: 1.6666666667;
}
@media screen and (max-width: 800px) {
  .section-bestsellers__grid {
    display: flex;
    align-content: flex-start;
    align-items: stretch;
    flex-flow: column nowrap;
    justify-content: flex-start;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media screen and (min-width: 801px) {
  .section-bestsellers__grid {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.section-bestsellers__main {
  order: 1;
  margin-top: 28px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 801px) {
  .section-bestsellers__main {
    flex: 1 1 auto;
    order: 0;
    margin-top: 0;
    margin-right: 30px;
    padding-top: 190px;
    padding-right: 0;
    padding-left: 0;
  }
}

.section-bestsellers__aside {
  order: 0;
  padding: 20px;
  background: #FFBE0B;
}
@media screen and (min-width: 801px) {
  .section-bestsellers__aside {
    background: transparent;
    padding: 0;
    flex: 0 0 60%;
    order: 1;
  }
}

.section-bestsellers__panel {
  order: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 20px;
  background: #FFF;
}
@media screen and (min-width: 801px) {
  .section-bestsellers__panel {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.1);
    padding: 28px 40px;
    -webkit-backdrop-filter: blur(27.1828px);
    backdrop-filter: blur(27.1828px);
  }
}

.section-bestsellers__more {
  margin: 40px -20px 0;
  border-top: 1px solid rgba(21, 27, 68, 0.2);
}
.section-bestsellers__more a {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  line-height: 1.25;
  font-size: 16px;
  text-decoration: none;
  width: 100%;
  padding: 10px 20px;
  color: #151B44;
}
.section-bestsellers__more a > i {
  flex: 0 0 auto;
  margin-left: 15px;
}
@media screen and (min-width: 801px) {
  .section-bestsellers__more {
    display: none;
    visibility: hidden;
  }
}

.section-bestsellers__button {
  margin-top: 32px;
}
@media screen and (max-width: 800px) {
  .section-bestsellers__button {
    margin: 0 -20px -20px;
    border-top: 1px solid rgba(21, 27, 68, 0.2);
  }
  .section-bestsellers__button .b-btn {
    background: transparent;
    padding: 10px 20px;
    width: 100%;
  }
  .section-bestsellers__button .b-btn > i {
    margin-right: 15px;
    background: url("../images/sprite.svg?v1717584336694") 14.4144144144% 100% no-repeat;
    width: 16px;
    height: 20px;
    display: inline-block;
  }
}

.section-bestsellers__subtitle {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  line-height: 139%;
  margin-bottom: 35px;
  color: #151B44;
}
@media screen and (min-width: 681px) {
  .section-bestsellers__subtitle {
    font-size: 28px;
  }
}
@media screen and (min-width: 1081px) {
  .section-bestsellers__subtitle {
    font-size: 36px;
  }
}

.section-bestsellers__text a {
  padding: 1px;
  text-decoration: none;
  color: #151B44;
  background: #FFBE0B;
}
@media screen and (min-width: 1081px) {
  .section-bestsellers__text a {
    background: #ffcc3e;
  }
}

.section-routes__slider > .swiper-container {
  position: relative;
}
@media screen and (min-width: 571px) {
  .section-routes__slider > .swiper-container:after, .section-routes__slider > .swiper-container:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
  }
  .section-routes__slider > .swiper-container:after {
    top: 0;
    height: 20px;
    background: url("../images/pattern-top.svg") repeat-x 0 0;
  }
  .section-routes__slider > .swiper-container:before {
    bottom: 0;
    height: 20px;
    background: url("../images/pattern-bottom.svg") repeat-x 0 0;
  }
}
.section-routes__slider .wrapper {
  position: relative;
}
@media screen and (min-width: 1041px) {
  .section-routes__slider .swiper-button-prev,
  .section-routes__slider .swiper-button-next {
    width: 180px;
    height: 120px;
    position: absolute;
    top: 52px;
    cursor: pointer;
    z-index: 50;
  }
  .section-routes__slider .swiper-button-prev:after,
  .section-routes__slider .swiper-button-next:after {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
  }
  .section-routes__slider .swiper-button-prev {
    left: 30px;
    border-right: 1px solid #E6E6E6;
  }
  .section-routes__slider .swiper-button-prev:after {
    right: auto;
    left: 0;
  }
  .section-routes__slider .swiper-button-next {
    right: 30px;
    border-left: 1px solid #E6E6E6;
  }
  .section-routes__slider .swiper-button-next:after {
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 1040px) {
  .section-routes__pagination {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .section-routes__pagination .swiper-button-prev,
  .section-routes__pagination .swiper-button-next {
    margin: 0;
  }
}
@media screen and (max-width: 570px) {
  .section-routes__pagination {
    margin-top: 15px;
  }
}

.section-routes__item {
  margin: 30px auto;
  width: 560px;
  max-width: 100%;
}
@media screen and (min-width: 681px) {
  .section-routes__item {
    margin: 40px auto;
  }
}
@media screen and (min-width: 1081px) {
  .section-routes__item {
    margin: 52px auto;
  }
}
.section-routes__title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 139%;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media screen and (min-width: 681px) {
  .section-routes__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1081px) {
  .section-routes__title {
    font-size: 36px;
  }
}
.swiper-slide-active .section-routes__title {
  opacity: 1;
  transform: translateY(0);
}

.section-routes__text {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition-delay: 0.2s;
}
.swiper-slide-active .section-routes__text {
  opacity: 1;
  transform: translateY(0);
}

.section-routes__button {
  margin-top: 35px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition-delay: 0.3s;
}
.swiper-slide-active .section-routes__button {
  opacity: 1;
  transform: translateY(0);
}

.section-routes__info {
  position: relative;
  z-index: 5;
  padding: 0 20px;
}

.section-routes__footer {
  margin-top: -17%;
  position: relative;
  z-index: 1;
}

.section-routes-bottom {
  background: #EBEBEB;
  padding-bottom: 60px;
  position: relative;
  padding-top: 40px;
}
.section-routes-bottom:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: url("../images/pattern-bottom.svg") repeat-x 0 0;
}

.section-routes-bottom__inner {
  width: 560px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  text-align: center;
}

.section-routes-bottom__title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 139%;
  margin-bottom: 20px;
}
@media screen and (min-width: 681px) {
  .section-routes-bottom__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1081px) {
  .section-routes-bottom__title {
    font-size: 36px;
  }
}

.section-routes-bottom__text {
  margin: auto;
  width: 390px;
  max-width: 100%;
  line-height: 1.6666666667;
}

.section-sup {
  padding: 35px 0;
  position: relative;
}
.section-sup:before, .section-sup:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 209px;
  height: 11px;
  background: url("../images/line-orange.svg") no-repeat 0 0;
}
.section-sup:before {
  top: 10px;
  left: -100px;
}
@media screen and (min-width: 681px) {
  .section-sup:before {
    top: 33px;
  }
}
@media screen and (min-width: 1381px) {
  .section-sup:before {
    left: -22px;
  }
}
.section-sup:after {
  bottom: 0;
  right: -50px;
}
@media screen and (min-width: 1381px) {
  .section-sup:after {
    right: 47px;
  }
}
@media screen and (min-width: 681px) {
  .section-sup {
    padding: 70px 0 42px;
  }
}
@media screen and (min-width: 991px) {
  .section-sup__grid {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
}

.section-sup__main {
  flex: 1 1 auto;
  margin-right: 30px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-sup__main {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 550px);
  }
}

.section-sup__image {
  margin-top: 53px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (min-width: 591px) {
  .section-sup__image {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 991px) {
  .section-sup__image {
    flex: 0 0 550px;
    margin-top: 0;
    justify-content: space-between;
  }
}

.section-sup__picture img {
  border-radius: 20px;
  vertical-align: top;
}
.section-sup__picture--full {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 990px) {
  .section-sup__picture--full {
    width: 100%;
  }
}
@media screen and (min-width: 991px) {
  .section-sup__picture--full {
    text-align: right;
    margin-left: auto;
  }
}
.section-sup__picture--full img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 591px) {
  .section-sup__picture--full:before {
    content: "";
    position: absolute;
    top: 40px;
    width: 414px;
    height: 49px;
    z-index: 5;
    left: -300px;
    background: url("../images/line-blur-2.svg") no-repeat 0 0;
  }
}
@media screen and (min-width: 991px) {
  .section-sup__picture--full:before {
    margin-left: -235px;
    left: 100%;
  }
}
@media screen and (min-width: 1381px) {
  .section-sup__picture--full:before {
    left: 100%;
    margin-left: 20px;
  }
}
.section-sup__picture--second {
  position: relative;
}
@media screen and (max-width: 990px) {
  .section-sup__picture--second {
    margin-right: 20px;
  }
}
@media screen and (max-width: 590px) {
  .section-sup__picture--second {
    margin-right: 0;
    width: 48%;
  }
  .section-sup__picture--second img {
    width: 100%;
  }
}
@media screen and (min-width: 1136px) {
  .section-sup__picture--second:before {
    content: "";
    position: absolute;
    left: -126px;
    bottom: 92px;
    width: 209px;
    height: 11px;
    z-index: 1;
    background: url("../images/line-orange.svg") no-repeat 0 0;
  }
}
.section-sup__picture--second img {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 590px) {
  .section-sup__picture--third {
    width: 48%;
  }
  .section-sup__picture--third img {
    width: 100%;
  }
}

.section-sup__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 139%;
  margin-bottom: 25px;
}
@media screen and (min-width: 681px) {
  .section-sup__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1081px) {
  .section-sup__title {
    font-size: 36px;
  }
}

.section-sup__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-sup__list li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin-top: 20px;
}
.section-sup__list li:first-child {
  margin-top: 0;
}

.section-sup__icon {
  flex: 0 0 40px;
  padding-right: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.section-sup__line {
  position: absolute;
  z-index: 1;
  right: -400px;
  top: 15%;
  width: 554px;
  height: 86px;
  background: url("../images/line-blur-1.svg") no-repeat 0 0;
}
@media screen and (min-width: 991px) {
  .section-sup__line {
    left: -205px;
    bottom: 0;
    top: auto;
    right: auto;
  }
}
@media screen and (min-width: 1381px) {
  .section-sup__line {
    bottom: 10px;
    left: -65px;
  }
}

.section-learn {
  position: relative;
}
@media screen and (min-width: 921px) {
  .section-learn {
    margin-top: 88px;
    background: url("../images/status-bg.webp") no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .no-webp .section-learn {
    background: url("../images/status-bg.png") no-repeat 50% 50%;
  }
}
.section-learn:after {
  content: "";
  position: absolute;
  z-index: 7;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  background: url("../images/pattern-bottom.svg") repeat-x 0 0;
}
@media screen and (min-width: 921px) {
  .section-learn .wrapper-short {
    position: relative;
    z-index: 5;
    height: 780px;
  }
}
@media screen and (min-width: 1381px) {
  .section-learn .wrapper-short {
    height: 1190px;
  }
}

.section-learn__hero {
  position: relative;
  z-index: 1;
}
.section-learn__hero img {
  width: 100%;
}
@media screen and (min-width: 921px) {
  .section-learn__hero {
    display: none;
    visibility: hidden;
  }
}
.section-learn__main {
  line-height: 1.6666666667;
}
@media screen and (max-width: 920px) {
  .section-learn__main {
    position: relative;
    z-index: 5;
    margin-right: -20px;
    margin-left: -20px;
    padding: 20px 20px 60px;
    background: #9EDAF3;
  }
  .section-learn__main:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 20px;
    background: linear-gradient(180deg, rgba(158, 218, 243, 0.0001) 0%, #9EDAF3 100%);
  }
}
@media screen and (min-width: 921px) {
  .section-learn__main {
    display: flex;
    align-content: flex-start;
    align-items: stretch;
    flex-flow: column nowrap;
    justify-content: flex-start;
    width: 520px;
    height: 665px;
    margin-top: 35px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1381px) {
  .section-learn__main {
    width: 592px;
    height: 955px;
    margin-top: 125px;
  }
}

.section-learn__title {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  line-height: 139%;
  margin-bottom: 32px;
}
@media screen and (min-width: 681px) {
  .section-learn__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1081px) {
  .section-learn__title {
    font-size: 36px;
  }
}

.section-learn__footer {
  position: relative;
  margin-top: -25px;
}
@media screen and (max-width: 920px) {
  .section-learn__footer {
    text-align: center;
  }
  .section-learn__footer picture {
    max-width: 200px;
  }
}
@media screen and (min-width: 921px) {
  .section-learn__footer {
    margin-top: auto;
  }
  .section-learn__footer picture {
    position: absolute;
    z-index: 1;
    top: -200px;
    right: -100px;
  }
}
@media screen and (min-width: 1381px) {
  .section-learn__footer picture {
    right: 0;
  }
}

.section-learn__subtext {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 920px) {
  .section-learn__subtext {
    max-width: 420px;
    margin-top: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 921px) {
  .section-learn__subtext {
    margin-right: 200px;
  }
}

.section-learn__button {
  position: relative;
  z-index: 5;
  margin-top: 21px;
}

.section-certificates {
  padding: 10px 0 220px;
  position: relative;
  margin-bottom: -40px;
  background: url("../images/certificate-m.webp") no-repeat 100% 100%;
}
.no-webp .section-certificates {
  background: url("../images/certificate-m.png") no-repeat 100% 100%;
}
@media screen and (min-width: 1081px) {
  .section-certificates {
    padding: 115px 0 135px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1381px) {
  .section-certificates {
    padding: 115px 0 118px;
  }
}
@media screen and (min-width: 1381px) {
  .section-certificates {
    background: url("../images/certificate.webp") no-repeat 400px 100%;
  }
  .no-webp .section-certificates {
    background: url("../images/certificate.png") no-repeat 400px 100%;
  }
}
@media screen and (min-width: 1275px) {
  .section-certificates {
    background-position: 200% 100%;
  }
  .no-webp .section-certificates {
    background-position: 200% 100%;
  }
}
@media screen and (min-width: 1441px) {
  .section-certificates {
    background-position: 100% 100%;
  }
  .no-webp .section-certificates {
    background-position: 100% 100%;
  }
}
.section-certificates:before {
  content: "";
  position: absolute;
  width: 209px;
  bottom: 180px;
  left: -70px;
  height: 11px;
  background: url("../images/line-orange.svg") no-repeat 0 0;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (min-width: 1081px) {
  .section-certificates:before {
    right: -108px;
    left: auto;
    bottom: 111px;
    margin-bottom: 21px;
  }
}
@media screen and (min-width: 1381px) {
  .section-certificates:before {
    right: 98px;
  }
}
.section-certificates:after {
  content: "";
  position: absolute;
  top: 10px;
  right: -300px;
  width: 554px;
  height: 86px;
  background: url("../images/line-blur-1.svg") no-repeat 0 0;
}
@media screen and (min-width: 1381px) {
  .section-certificates:after {
    right: 0;
  }
}
.section-certificates .wrapper {
  width: 1520px;
}

.section-certificates__main {
  line-height: 1.6666666667;
}
@media screen and (min-width: 1081px) {
  .section-certificates__main {
    width: 451px;
    max-width: 100%;
    position: relative;
  }
}
@media screen and (min-width: 1381px) {
  .section-certificates__main:before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 55px;
    margin-bottom: 21px;
    width: 133px;
    height: 7px;
    background: url("../images/line-orange.svg") no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .section-certificates__main:after {
    content: "";
    position: absolute;
    bottom: -86px;
    right: 100%;
    margin-right: -143px;
    width: 554px;
    height: 86px;
    background: url("../images/line-blur-1.svg") no-repeat 0 0;
  }
}

.section-certificates__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 139%;
  margin-bottom: 25px;
}
@media screen and (min-width: 681px) {
  .section-certificates__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1081px) {
  .section-certificates__title {
    font-size: 36px;
  }
}

@media screen and (max-width: 1080px) {
  .section-certificates__text {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 40px;
  }
}
@media screen and (max-width: 680px) {
  .section-certificates__text {
    padding: 20px;
  }
}

.section-form {
  margin: 50px 0;
  position: relative;
  z-index: 5;
  text-align: center;
}
@media screen and (min-width: 1081px) {
  .section-form {
    margin: 54px 0 110px;
  }
}
.section-form__title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2222222222;
  text-align: center;
  color: #151B44;
  margin-bottom: 6px;
}
@media screen and (min-width: 681px) {
  .section-form__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1081px) {
  .section-form__title {
    font-size: 36px;
  }
}
.section-form__text {
  width: 390px;
  max-width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 167%;
  text-align: center;
  margin: auto;
}
@media screen and (min-width: 1081px) {
  .section-form__text {
    font-size: 18px;
  }
}
.section-form__button {
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 681px) {
  .section-form__button {
    margin-top: 28px;
  }
}
.footer {
  color: #FFF;
  padding: 40px 0;
  position: relative;
}
@media screen and (min-width: 681px) {
  .footer {
    padding: 56px 0 40px;
  }
}
.footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  z-index: 1;
  background: url("../images/pattern-top.svg") repeat-x 0 0;
}
.footer .wrapper {
  position: relative;
  z-index: 10;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1190px) {
  .footer .wrapper {
    flex-flow: row nowrap;
  }
}

.footer__aside {
  width: 161px;
  flex: 0 0 161px;
  margin-right: 40px;
}
@media screen and (max-width: 1189px) {
  .footer__aside {
    order: 0;
  }
}

.footer__logo {
  width: 161px;
  display: block;
}

.footer__copyright {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #FFF;
  opacity: 0.6;
  margin-top: 10px;
  line-height: 115%;
}
@media screen and (min-width: 681px) {
  .footer__copyright {
    text-align: center;
  }
}
.footer__dev {
  flex: 0 0 auto;
  margin-left: 40px;
}
@media screen and (max-width: 680px) {
  .footer__dev {
    order: 6;
    margin-top: 30px;
    margin-left: auto;
  }
}
@media (min-width: 681px) and (max-width: 1189px) {
  .footer__dev {
    order: 1;
  }
}
.footer__dev a {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 167%;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 39px;
  position: relative;
  transition: color 0.3s ease;
  text-decoration: none;
}
.footer__dev a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/sprite.svg?v1717584336694") 77.3195876289% 0 no-repeat;
  width: 30px;
  height: 42px;
  display: inline-block;
}
.footer__dev a:hover {
  color: #FFF;
}

.footer__main {
  flex: 1 1 auto;
}
@media screen and (max-width: 1189px) {
  .footer__main {
    order: 2;
    width: 100%;
    margin-top: 20px;
  }
}

.footer__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 167%;
  margin: -5px;
}
@media screen and (min-width: 681px) {
  .footer__menu ul {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1081px) {
  .footer__menu ul {
    margin: -5px -10px;
  }
}
@media screen and (min-width: 1381px) {
  .footer__menu ul {
    margin: -5px -15px;
  }
}
.footer__menu ul > li {
  margin: 5px;
}
@media screen and (min-width: 1081px) {
  .footer__menu ul > li {
    margin: 5px 10px;
  }
}
@media screen and (min-width: 1381px) {
  .footer__menu ul > li {
    margin: 5px 15px;
  }
}
.footer__menu ul > li > a {
  display: block;
  text-decoration: none;
  color: #FFF;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  font-weight: 700;
}
@media screen and (min-width: 681px) {
  .footer__menu ul > li > a {
    font-weight: 400;
  }
}
.footer__menu ul > li.active > a, .footer__menu ul > li:hover > a {
  opacity: 1;
}
.footer__menu + .footer__menu {
  padding-top: 24px;
  margin-top: 24px;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 681px) {
  .footer__menu + .footer__menu {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.footer__up {
  display: block;
  background: #FFF;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.footer__up i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 681px) {
  .footer__up {
    display: none;
    visibility: hidden;
  }
}
.modal-box__title {
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #D8E1FD;
  line-height: 1.3;
}
@media screen and (min-width: 920px) {
  .modal-box__title {
    font-weight: 900;
    font-size: 36px;
    padding-bottom: 49px;
    position: relative;
    background: url("../images/blue-wave-header.svg") no-repeat 50% 70%;
  }
}
.modal-box__title + .modal-box__footer-inner {
  margin-bottom: 18px;
}
.modal-box__title + .modal-box__footer-inner i {
  margin-right: 6px;
}

.modal-box__subtitle {
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .modal-box__subtitle {
    font-size: 16px;
    margin-bottom: 38px;
  }
}

.modal-box__footer {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #D8E1FD;
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 920px) {
  .modal-box__footer {
    font-size: 16px;
    padding-top: 28px;
    margin-top: 38px;
    padding-left: 80px;
    padding-right: 80px;
  }
}

.modal-box__footer-inner {
  text-align: center;
  margin: 0 auto;
}
.modal-box__footer-inner p {
  margin-bottom: 3px;
}
@media screen and (min-width: 920px) {
  .modal-box__footer-inner {
    width: 500px;
    max-width: 100%;
  }
}

.modal-box__logo {
  margin-top: 10px;
}
@media screen and (min-width: 920px) {
  .modal-box__logo {
    margin-top: 18px;
  }
}