@charset "UTF-8";
/* Basic */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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: 1px dotted ButtonText;
}

progress {
  vertical-align: baseline;
}

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

html {
  line-height: 1.4;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-weight: 300;
  font-size: 18px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  color: #4b4b4b;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #ffffff;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/*   typography */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 10px;
  margin-bottom: 0.65em;
}

h1, .h1 {
  font-size: 48px;
}
@media screen and (max-width: 991.8px) {
  h1, .h1 {
    font-size: 38px;
    line-height: 1.3;
  }
}

h2, .h2 {
  font-size: 38px;
}
@media screen and (max-width: 991.8px) {
  h2, .h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}

h3, .h3 {
  font-size: 30px;
  line-height: 1.5;
}

h4, .h4 {
  font-size: 24px;
  line-height: 1.5;
}

h5, .h5 {
  font-size: 20px;
  line-height: 1.5;
}

h6, .h6 {
  font-size: 16px;
  line-height: 1.5;
}

/* абзацы с заголовочным размером на мобильных читаются как обычный текст */
@media screen and (max-width: 767.8px) {
  .text.h2,
  .text.h3 {
    font-size: 18px;
    line-height: 1.4;
  }
}

.text-canvas h1, .text-canvas h2, .text-canvas h3, .text-canvas h4, .text-canvas h5, .text-canvas h6,
.text-canvas .h1, .text-canvas .h2, .text-canvas .h3, .text-canvas .h4, .text-canvas .h5, .text-canvas .h6 {
  margin-top: 1.3em;
  margin-bottom: 0.65em;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

a {
  color: #2e7fc2;
  -webkit-text-decoration-skip: skip;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  background-color: transparent;
}
a:hover {
  text-decoration: none;
}

mark {
  padding: 0.05em;
  background-color: #fcf8e3;
}

/*   typography.end */
/*   elements */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 17px;
}

ol, ul {
  padding-left: 34px;
}
ol li, ul li {
  margin-bottom: 17px;
}

dd {
  margin-bottom: 8.5px;
  margin-left: 0;
}

hr {
  overflow: visible;
  height: 0;
  margin-top: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

svg,
img {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

caption {
  padding-top: 12.75px;
  padding-bottom: 12.75px;
  color: #b2b2b2;
  text-align: left;
  caption-side: bottom;
}

/*   elements.end */
/*   forms */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.65em;
  padding: 0;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.3;
  color: inherit;
  white-space: normal;
}

label {
  display: inline-block;
  margin-bottom: 8.5px;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

/*   forms.end */
/*   code */
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/*   code.end */
@media screen and (max-width: 767.8px) {
  .diplay-min-md {
    display: none;
  }
}

@media screen and (max-width: 991.8px) {
  .diplay-min-lg {
    display: none;
  }
}

@media screen and (max-width: 1199.8px) {
  .diplay-min-xl {
    display: none;
  }
}

.muted {
  opacity: 0.75;
}

.grecaptcha-badge {
  display: none !important;
}

/*   misc */
[hidden],
.hidden {
  display: none !important;
}

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

.clearfix::after {
  display: table;
  clear: both;
  content: "";
}

.close {
  display: block;
  width: 29px;
  height: 29px;
  padding: 0;
  background-color: transparent;
  border: 0;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.15s ease-in-out;
  -webkit-appearance: none;
}
.close::before, .close::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 2px;
  height: 18px;
  margin: auto;
  background-color: #595959;
  border-radius: 1px;
  content: "";
}
.close::before {
  transform: rotate(45deg);
}
.close::after {
  transform: rotate(-45deg);
}
.close:focus {
  outline: none;
}
.close:focus, .close:hover {
  opacity: 0.9;
}
.close:active {
  opacity: 1;
}
.close:not(:disabled) {
  cursor: pointer;
}

/*   misc.end */
/*   displaying */
.d-b {
  display: block !important;
}

.d-ib {
  display: inline-block !important;
}

.d-f {
  display: flex !important;
}

.d-if {
  display: inline-flex !important;
}

/*   displaying.end */
/*   typography.end */
.ff-base {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

.ff-secondary {
  font-family: "Exo 2", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

.ff-m {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.fs-i {
  font-style: italic !important;
}

.fw-l {
  font-weight: 300 !important;
}

.fw-n {
  font-weight: 400 !important;
}

.fw-m {
  font-weight: 600 !important;
}

.fw-b {
  font-weight: 700 !important;
}

.fz-h6 {
  font-size: 16px !important;
}

.fz-h5 {
  font-size: 20px !important;
}

.fz-h4 {
  font-size: 24px !important;
}

.fz-h3 {
  font-size: 30px !important;
}

.fz-h2 {
  font-size: 38px !important;
}

.fz-h1 {
  font-size: 48px !important;
}

.fz-base {
  font-size: 18px !important;
}

.fz-xxl {
  font-size: 24px !important;
}

.fz-xl {
  font-size: 22px !important;
}

.fz-lg {
  font-size: 20px !important;
}

.fz-sm {
  font-size: 16px !important;
}

.fz-xs {
  font-size: 14px !important;
}

.fz-xxs {
  font-size: 12px !important;
}

.ta-l {
  text-align: left !important;
}

.ta-r {
  text-align: right !important;
}

.ta-c {
  text-align: center !important;
}

.ta-j {
  text-align: justify !important;
}

.tt-l {
  text-transform: lowercase !important;
}

.tt-u {
  text-transform: uppercase !important;
}

.tt-c {
  text-transform: capitalize !important;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*   typography.end */
/*   vertical align */
.val-base {
  vertical-align: baseline !important;
}

.val-t {
  vertical-align: top !important;
}

.val-m {
  vertical-align: middle !important;
}

.val-b {
  vertical-align: bottom !important;
}

.val-tb {
  vertical-align: text-bottom !important;
}

.val-tt {
  vertical-align: text-top !important;
}

/*   vertical align.end */
/*   colors */
.c-base {
  color: #4b4b4b !important;
}

.c-white {
  color: #ffffff !important;
}

.c-black {
  color: #3e3e3e !important;
}

.c-muted {
  color: #b2b2b2 !important;
}

.c-default {
  color: #2e7fc2 !important;
}

.c-primary {
  color: #2e7fc2 !important;
}

.c-secondary {
  color: #30b153 !important;
}

.c-success {
  color: #30b153 !important;
}

.c-danger {
  color: #e84836 !important;
}

.bg-body {
  background-color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-black {
  background-color: #3e3e3e !important;
}

.bg-muted {
  background-color: #b2b2b2 !important;
}

.bg-default {
  background-color: #2e7fc2 !important;
}

.bg-primary {
  background-color: #2e7fc2 !important;
}

.bg-secondary {
  background-color: #30b153 !important;
}

.bg-success {
  background-color: #30b153 !important;
}

.bg-danger {
  background-color: #e84836 !important;
}

/*   colors.end */
/*   spacing */
.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 4.25px !important;
}

.m-2 {
  margin: 8.5px !important;
}

.m-3 {
  margin: 17px !important;
}

.m-4 {
  margin: 25.5px !important;
}

.m-5 {
  margin: 51px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 4.25px !important;
}

.mt-2 {
  margin-top: 8.5px !important;
}

.mt-3 {
  margin-top: 17px !important;
}

.mt-4 {
  margin-top: 25.5px !important;
}

.mt-5 {
  margin-top: 51px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 4.25px !important;
}

.mr-2 {
  margin-right: 8.5px !important;
}

.mr-3 {
  margin-right: 17px !important;
}

.mr-4 {
  margin-right: 25.5px !important;
}

.mr-5 {
  margin-right: 51px !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 4.25px !important;
}

.mb-2 {
  margin-bottom: 8.5px !important;
}

.mb-3 {
  margin-bottom: 17px !important;
}

.mb-4 {
  margin-bottom: 25.5px !important;
}

.mb-5 {
  margin-bottom: 51px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 4.25px !important;
}

.ml-2 {
  margin-left: 8.5px !important;
}

.ml-3 {
  margin-left: 17px !important;
}

.ml-4 {
  margin-left: 25.5px !important;
}

.ml-5 {
  margin-left: 51px !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 4.25px !important;
}

.p-2 {
  padding: 8.5px !important;
}

.p-3 {
  padding: 17px !important;
}

.p-4 {
  padding: 25.5px !important;
}

.p-5 {
  padding: 51px !important;
}

.p-auto {
  padding: auto !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 4.25px !important;
}

.pt-2 {
  padding-top: 8.5px !important;
}

.pt-3 {
  padding-top: 17px !important;
}

.pt-4 {
  padding-top: 25.5px !important;
}

.pt-5 {
  padding-top: 51px !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 4.25px !important;
}

.pr-2 {
  padding-right: 8.5px !important;
}

.pr-3 {
  padding-right: 17px !important;
}

.pr-4 {
  padding-right: 25.5px !important;
}

.pr-5 {
  padding-right: 51px !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 4.25px !important;
}

.pb-2 {
  padding-bottom: 8.5px !important;
}

.pb-3 {
  padding-bottom: 17px !important;
}

.pb-4 {
  padding-bottom: 25.5px !important;
}

.pb-5 {
  padding-bottom: 51px !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 4.25px !important;
}

.pl-2 {
  padding-left: 8.5px !important;
}

.pl-3 {
  padding-left: 17px !important;
}

.pl-4 {
  padding-left: 25.5px !important;
}

.pl-5 {
  padding-left: 51px !important;
}

.pl-auto {
  padding-left: auto !important;
}

/*   spacing.end */
/*   float */
.fl-l {
  float: left !important;
}

.fl-r {
  float: right !important;
}

.fl-n {
  float: none !important;
}

/*   float.end */
/*   sizing */
.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

/*   sizing.end */
/*   flex */
.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/*   flex.end */
/*   order */
.order-first {
  order: -1;
}

@media screen and (min-width: 576px) {
  .order-min-sm-first {
    order: -1;
  }
}

@media screen and (min-width: 768px) {
  .order-min-md-first {
    order: -1;
  }
}

@media screen and (min-width: 992px) {
  .order-min-lg-first {
    order: -1;
  }
}

@media screen and (min-width: 1200px) {
  .order-min-xl-first {
    order: -1;
  }
}

@media screen and (max-width: 575.8px) {
  .order-max-sm-first {
    order: -1;
  }
}

@media screen and (max-width: 767.8px) {
  .order-max-md-first {
    order: -1;
  }
}

@media screen and (max-width: 991.8px) {
  .order-max-lg-first {
    order: -1;
  }
}

@media screen and (max-width: 1199.8px) {
  .order-max-xl-first {
    order: -1;
  }
}

/*   order.end */
/* Fonts */
/* cyrillic-ext */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url(/fonts/memnYaGs126MiZpBA-UFUKWyV9hmIqOxjaPXZSk.woff2?a6f403d07f4b4cf94d12b5ff48d764e9) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url(/fonts/memnYaGs126MiZpBA-UFUKWyV9hvIqOxjaPXZSk.woff2?c00434953030a3f9bf9bcb895ddab5fc) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url(/fonts/memnYaGs126MiZpBA-UFUKWyV9hnIqOxjaPXZSk.woff2?71cb917426e646da4a709f8a94871303) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url(/fonts/memnYaGs126MiZpBA-UFUKWyV9hoIqOxjaPXZSk.woff2?091b7e6d8b870ca1bf5055fc6eb575a2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url(/fonts/memnYaGs126MiZpBA-UFUKWyV9hkIqOxjaPXZSk.woff2?c46a2d1aa0733247e992117ca2c12a9b) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url(/fonts/memnYaGs126MiZpBA-UFUKWyV9hlIqOxjaPXZSk.woff2?5855ac45e095966a35a8c6e6317934d6) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url(/fonts/memnYaGs126MiZpBA-UFUKWyV9hrIqOxjaPX.woff2?f9d11b5d4831f29245c8687b13b5b00e) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url(/fonts/memnYaGs126MiZpBA-UFUKXGUdhmIqOxjaPXZSk.woff2?466b489a269f72467832a468db2bdfe9) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url(/fonts/memnYaGs126MiZpBA-UFUKXGUdhvIqOxjaPXZSk.woff2?0445827ebaeaf39dbddcf3f753304996) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url(/fonts/memnYaGs126MiZpBA-UFUKXGUdhnIqOxjaPXZSk.woff2?2a12a710bef5b8eacef4068acba0f1c9) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url(/fonts/memnYaGs126MiZpBA-UFUKXGUdhoIqOxjaPXZSk.woff2?3cf077ace7e94a0c818883ff6ddd2a62) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url(/fonts/memnYaGs126MiZpBA-UFUKXGUdhkIqOxjaPXZSk.woff2?05e79a59ae0332b508837d28acee3020) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url(/fonts/memnYaGs126MiZpBA-UFUKXGUdhlIqOxjaPXZSk.woff2?b9a2091997c0e6812d02a8e82af05066) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url(/fonts/memnYaGs126MiZpBA-UFUKXGUdhrIqOxjaPX.woff2?f356182e1dc28ee0d6545d9c66b7014a) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(/fonts/mem5YaGs126MiZpBA-UN_r8OX-hpKKSTj5PW.woff2?e7355ddf8009c51ee2809248ef593be8) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(/fonts/mem5YaGs126MiZpBA-UN_r8OVuhpKKSTj5PW.woff2?291b9175c9569813e1c457076ae67c91) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(/fonts/mem5YaGs126MiZpBA-UN_r8OXuhpKKSTj5PW.woff2?d9a131011e66722723011a27d4168e3e) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(/fonts/mem5YaGs126MiZpBA-UN_r8OUehpKKSTj5PW.woff2?5174e95b985c8eb8a247abdd85e730af) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(/fonts/mem5YaGs126MiZpBA-UN_r8OXehpKKSTj5PW.woff2?c0efff773bb1d82297e3df1c87b91a2e) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(/fonts/mem5YaGs126MiZpBA-UN_r8OXOhpKKSTj5PW.woff2?6b2255912bb9f10719185ae6d356c502) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(/fonts/mem5YaGs126MiZpBA-UN_r8OUuhpKKSTjw.woff2?7eaa3b990583dc1a5d69ae71b04cec1c) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(/fonts/mem5YaGs126MiZpBA-UNirkOX-hpKKSTj5PW.woff2?07dea17e09286974153b4fa1b0cb57be) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(/fonts/mem5YaGs126MiZpBA-UNirkOVuhpKKSTj5PW.woff2?70f5285e647702aab9a35b8d1fe007d3) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(/fonts/mem5YaGs126MiZpBA-UNirkOXuhpKKSTj5PW.woff2?329ed28ed99b754310daa18214eb9a30) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(/fonts/mem5YaGs126MiZpBA-UNirkOUehpKKSTj5PW.woff2?5568564009ca9612897034f66c01ea2a) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(/fonts/mem5YaGs126MiZpBA-UNirkOXehpKKSTj5PW.woff2?56c1bbeb6d25e280a3b4ea8e09ae614a) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(/fonts/mem5YaGs126MiZpBA-UNirkOXOhpKKSTj5PW.woff2?04654af70835f6a17df8a85797fecaa5) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(/fonts/mem5YaGs126MiZpBA-UNirkOUuhpKKSTjw.woff2?df29fd5007ba01096d6b7d70342a78ff) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/7cHmv4okm5zmbtYlK-4W4nIppT4.woff2?aa16b2ffe309f9d7b02ee54729c7a7c0) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/7cHmv4okm5zmbtYsK-4W4nIppT4.woff2?9e0c0e027c7d72dd9375190390daf45e) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/7cHmv4okm5zmbtYnK-4W4nIppT4.woff2?7c127a2cc130d8c0d09fc4d849332c9c) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/7cHmv4okm5zmbtYmK-4W4nIppT4.woff2?a162183e54a5e99aa83ac6e02d6aa0fd) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/7cHmv4okm5zmbtYoK-4W4nIp.woff2?319534aa51519df0265412363d3e54b3) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/7cHmv4okm5zmbtYlK-4W4nIppT4.woff2?aa16b2ffe309f9d7b02ee54729c7a7c0) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/7cHmv4okm5zmbtYsK-4W4nIppT4.woff2?9e0c0e027c7d72dd9375190390daf45e) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/7cHmv4okm5zmbtYnK-4W4nIppT4.woff2?7c127a2cc130d8c0d09fc4d849332c9c) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/7cHmv4okm5zmbtYmK-4W4nIppT4.woff2?a162183e54a5e99aa83ac6e02d6aa0fd) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/7cHmv4okm5zmbtYoK-4W4nIp.woff2?319534aa51519df0265412363d3e54b3) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Grid */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -17px;
  margin-right: -17px;
}

.col-auto, .col-sm-auto, .col-md-auto, .col-lg-auto, .col-xl-auto,
.col, .col-sm, .col-md, .col-lg, .col-xl,
.col-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1,
.col-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2,
.col-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3,
.col-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4,
.col-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5,
.col-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6,
.col-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7,
.col-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8,
.col-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9,
.col-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10,
.col-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11,
.col-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  width: 100%;
  padding-left: 17px;
  padding-right: 17px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Marking */
strong {
  font-weight: 600;
}

u {
  text-decoration: underline;
  text-decoration-style: solid;
}

u.udot {
  text-decoration: underline;
  text-decoration-style: dotted;
}

sub, sup {
  font-size: 40%;
  vertical-align: top;
  top: 1.2em;
}

a {
  cursor: pointer;
}
a:focus, a:not(:disabled):hover {
  opacity: 0.65;
}

/* выделение — без подсветки, только очень жирное начертание */
mark {
  padding: 0;
  background: none;
  background-color: transparent;
  color: inherit;
  font-weight: 800;
}

@media screen and (max-width: 992px) {
  br.hideonmin {
    display: none;
  }
}
/* галочка в списках преимуществ (заменяет «→») */
.check-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.45em;
  border-radius: 0.4em;
  background-color: #30b153;
  color: #ffffff;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1;
  vertical-align: baseline;
}

/* светлый акцент в заголовках (@@…@@) */
.text-accent-light {
  color: #bfe6ff;
}

/* Controls */
/*   buttons themes */
.btn {
  display: inline-block;
  min-width: 64px;
  padding: 16px 32px 14px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  vertical-align: top;
  border: 1px solid transparent;
  border-radius: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.btn:not(:disabled) {
  cursor: pointer;
}
.btn:focus {
  outline: none;
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
.btn-default {
  color: #4b4b4b;
  background-color: #2e7fc2;
}
.btn-default:focus, .btn-default:hover {
  color: #4b4b4b;
  background-color: #2669a1;
}
.btn-default:disabled {
  color: #4b4b4b;
  background-color: #2e7fc2;
}
.btn-default:not(:disabled):active {
  background-color: #1e5480;
}
.btn-primary {
  color: #fff;
  background-color: #2e7fc2;
}
.btn-primary:focus, .btn-primary:hover {
  color: #fff;
  background-color: #2669a1;
}
.btn-primary:disabled {
  color: #fff;
  background-color: #2e7fc2;
}
.btn-primary:not(:disabled):active {
  background-color: #1e5480;
}
.btn-secondary {
  color: #fff;
  background-color: #30b153;
}
.btn-secondary:focus, .btn-secondary:hover {
  color: #fff;
  background-color: #279144;
}
.btn-secondary:disabled {
  color: #fff;
  background-color: #30b153;
}
.btn-secondary:not(:disabled):active {
  background-color: #1f7135;
}
.btn-success {
  color: #fff;
  background-color: #30b153;
}
.btn-success:focus, .btn-success:hover {
  color: #fff;
  background-color: #279144;
}
.btn-success:disabled {
  color: #fff;
  background-color: #30b153;
}
.btn-success:not(:disabled):active {
  background-color: #1f7135;
}
.btn-danger {
  color: #fff;
  background-color: #e84836;
}
.btn-danger:focus, .btn-danger:hover {
  color: #fff;
  background-color: #dc2d19;
}
.btn-danger:disabled {
  color: #fff;
  background-color: #e84836;
}
.btn-danger:not(:disabled):active {
  background-color: #b72515;
}
.btn-link {
  color: #2e7fc2;
  background-color: transparent;
  color: #2e7fc2;
  background-color: transparent;
}
.btn-link:focus, .btn-link:hover {
  color: #2e7fc2;
  background-color: rgba(0, 0, 0, 0);
}
.btn-link:disabled {
  color: #2e7fc2;
  background-color: transparent;
}
.btn-link:not(:disabled):active {
  background-color: rgba(0, 0, 0, 0);
}
.btn-link:focus, .btn-link:not(:disabled):hover {
  text-decoration: underline;
}
.btn:disabled {
  opacity: 0.65;
}

/*   buttons themes.end */
/*   buttons modifications */
.btn-block {
  display: block;
  width: 100%;
}

.btn-gradient-round {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #60e384, #49cc6d);
  border-radius: 30px;
  box-shadow: 0 7px 15px rgba(74, 205, 110, 0.35);
  transition: box-shadow 0.1s ease-in-out;
}
.btn-gradient-round:hover, .btn-gradient-round:focus {
  box-shadow: 0 7px 25px rgba(74, 205, 110, 0.5);
}
.btn-gradient-round:active {
  box-shadow: 0 3px 5px rgba(74, 205, 110, 0.35);
}

/*   buttons modifications.end */
/*   base and inputs */
.form-group {
  margin-bottom: 17px;
}

.form-feedback {
  margin: 4.25px 0 0;
}
.form-helper {
  display: block;
  margin: 4.25px 0 0;
  color: #4b4b4b;
}
.form--error {
  color: #e84836;
}
.form--error .input,
.form--error .input:focus {
  border-color: #e84836;
}
.form--disabled {
  color: #636c72;
}

.input {
  display: block;
  width: 100%;
  padding: 16px 20px 14px;
  line-height: 1.4;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  vertical-align: top;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  transition: border-color 0.1s ease-in-out;
}
.input option {
  padding-left: 0;
  padding-right: 0;
  font-weight: inherit;
}
.input::-webkit-input-placeholder {
  color: #b3b3b3;
}
.input::-moz-placeholder {
  color: #b3b3b3;
}
.input:-ms-input-placeholder {
  color: #b3b3b3;
}
.input:focus {
  outline: none;
  border-color: #2e7fc2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.input:disabled {
  background-color: #eceeef;
}

select:not([multiple]):not([size]).input {
  padding-right: 30px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 20px 6px;
  background-position: right -16px center;
  background-repeat: no-repeat;
  background-origin: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.input {
  min-height: 54px;
}

/*   base and inputs.end */
/*   check and radio */
.form-check {
  position: relative;
  padding-left: 20px;
}
.form-check__input {
  position: absolute;
  margin-top: 5px;
  margin-left: -20px;
}
.form-check__input:not(:disabled), .form-check__input:not(:disabled) ~ .form-check__label {
  cursor: pointer;
}
.form-check__input:disabled ~ .form-check__label {
  color: #636c72;
}
.form-check__label {
  margin-bottom: 0;
}
.form-check--inline {
  display: inline-block;
  margin-right: 12.75px;
}
.form-check--no-label .form-check__input {
  position: static;
}

/*   check and radio.end */
/*   custom check and radio */
.custom-check {
  position: relative;
  padding-left: 22px;
}
.custom-check__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.custom-check__input:checked ~ .custom-check__label::before {
  border-color: rgba(0, 0, 0, 0.7);
}
.custom-check__input:checked ~ .custom-check__label::after {
  transform: scale(1, 1);
}
.custom-check__input:focus ~ .custom-check__label::before {
  box-shadow: 0 0 0 2px rgba(92, 179, 253, 0.6);
}
.custom-check__input:not(:disabled) ~ .custom-check__label {
  cursor: pointer;
}
.custom-check__input:disabled ~ .custom-check__label {
  opacity: 0.6;
}
.custom-check__label {
  margin-bottom: 0;
}
.custom-check__label::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.5);
  content: "";
  transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}
.custom-check__label::after {
  position: absolute;
  display: block;
  content: "";
  transform: scale(0, 0);
  transition: transform 0.1s ease-in-out;
}
.custom-check--inline {
  display: inline-block;
  margin-right: 12.75px;
}

.custom-check__input[type=checkbox] ~ .custom-check__label::before {
  border-radius: 2px;
}
.custom-check__input[type=checkbox] ~ .custom-check__label::after {
  top: 6px;
  left: 6px;
  width: 5px;
  height: 10px;
  transform: rotate(45deg) scale(0, 0);
  border-style: none solid solid none;
  border-width: 0 2px 2px 0;
  border-color: rgba(0, 0, 0, 0.7);
}
.custom-check__input[type=checkbox]:checked ~ .custom-check__label::after {
  transform: rotate(45deg) scale(1, 1);
}

.custom-check__input[type=radio] ~ .custom-check__label::before {
  border-radius: 50%;
}
.custom-check__input[type=radio] ~ .custom-check__label::after {
  top: 8px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
}
/*   custom check and radio.end */
/* Page */
/* Сквозной фон полотна: градиент растянут на всю высоту документа,
   от шапки до подвала. Секции поверх него по умолчанию прозрачные. */
html {
  background-color: #110f31;
}

body {
  background-color: transparent;
  background-image: linear-gradient(180deg, #2e80c2 0%, #2b78ba 10%, #235f99 20%, #1f507d 35%, #27506e 50%, #1e3958 60%, #1b3051 70%, #1c2a4b 80%, #161b3e 90%, #110f31 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.ui-content {
  flex: 1 0 auto;
  margin-top: 100px;
}
@media screen and (max-width: 767.8px) {
  .ui-content {
    margin-top: 30px;
  }
}

.container,
.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 576px) {
  .container,
  .container-fluid {
    width: 100%;
  }
}

.container {
  max-width: 1200px;
}

@media screen and (max-width: 767.8px) {
  .container-x-space,
  .container-x-top-space {
    padding-top: 12px;
  }
  .container-x-space,
  .container-x-bottom-space {
    padding-bottom: 12px;
  }
}
.content {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 767.8px) {
  .content {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.section {
  background-color: transparent;
}
.section--alt-bg {
  background-color: #f2f2f2;
}
.section--padding {
  padding-top: 34px;
  padding-bottom: 25.5px;
}
@media screen and (min-width: 992px) {
  .section--padding {
    padding-top: 68px;
    padding-bottom: 51px;
  }
}
.section--small-padding {
  padding-top: 17px;
  padding-bottom: 12.75px;
}
@media screen and (min-width: 992px) {
  .section--small-padding {
    padding-top: 34px;
    padding-bottom: 25.5px;
  }
}
.section__col-padding {
  padding-top: 17px;
  padding-bottom: 17px;
}
@media screen and (min-width: 992px) {
  .section__col-padding {
    padding-top: 1.7px;
    padding-bottom: 1.7px;
  }
}

/* Страницы ошибок: логотип, контакт и мелкая техническая строка внизу */
.error-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 20px;
  text-align: center;
  color: #ffffff;
}
.error-page__logo {
  display: block;
  margin-bottom: 42.5px;
}
.error-page__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.error-page__title {
  margin: 0 0 17px;
  font-size: 34px;
  font-weight: 700;
  text-shadow: 0 1px 4px rgba(8, 20, 40, 0.3);
}
@media screen and (min-width: 992px) {
  .error-page__title {
    font-size: 48px;
  }
}
.error-page__text {
  max-width: 620px;
  margin: 0 0 25.5px;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
}
.error-page__text a,
.error-page__text a:link,
.error-page__text a:visited,
.error-page__text a:hover,
.error-page__text a:focus,
.error-page__text a:active {
  color: #ffffff;
  white-space: nowrap;
}
.error-page__home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-image: linear-gradient(180deg, #2fa568, #30b153);
  border-radius: 40px;
  box-shadow: 0 10px 25px rgba(8, 20, 40, 0.25);
  text-decoration: none;
}
.error-page__home:hover, .error-page__home:focus {
  color: #ffffff;
  opacity: 0.92;
}
.error-page__details {
  margin: 51px 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.28);
}

/*   toggle core */
[data-toggle-cnt][data-toggle-state=animated] {
  overflow: hidden;
  transition: height 0.15s ease-out;
}

[data-toggle-cnt][data-toggle-state=collapsed] {
  display: none;
}

/*   toggle core.end */
/* Уведомление о cookies: окно снизу шириной с карточку контента */
.cookie_notice {
  display: none;
  position: fixed;
  z-index: 1040;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
}
@media screen and (max-width: 767.8px) {
  .cookie_notice {
    padding: 10px;
  }
}
.cookie_notice__box {
  width: 100%;
  max-width: 1262px;
  margin: 0 auto;
  padding: 50px 51px 45px;
  color: #ffffff;
  background: linear-gradient(130deg, #111033, #1a2547), #000000;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  box-shadow: 0 -10px 60px rgba(8, 20, 40, 0.55), 0 20px 45px rgba(8, 20, 40, 0.25);
}
@media screen and (max-width: 767.8px) {
  .cookie_notice__box {
    padding: 12px 12px;
  }
}
.cookie_notice__text {
  margin: 0 0 17px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
.cookie_notice__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8.5px;
  margin-bottom: 11.3333333333px;
}
.cookie_notice__link {
  display: inline-block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}
.cookie_notice__link:hover, .cookie_notice__link:focus {
  color: #ffffff;
}

/* Кнопки согласия */
.cookie_btn {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  vertical-align: middle;
  background-color: transparent;
  border: 0 solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  color: #ffffff;
  border-radius: 40px;
  cursor: pointer;
  transition: opacity 0.1s ease-in-out, background-color 0.1s ease-in-out;
}
.cookie_btn:not(:disabled) {
  cursor: pointer;
}
.cookie_btn:focus {
  outline: none;
}
.cookie_btn:focus, .cookie_btn:hover {
  text-decoration: none;
}
.cookie_btn--accept {
  background-image: linear-gradient(180deg, #2fa568, #30b153);
  box-shadow: 0 10px 25px rgba(8, 20, 40, 0.25);
}
.cookie_btn--accept:hover, .cookie_btn--accept:focus {
  opacity: 0.9;
}
.cookie_btn--accept:active {
  opacity: 0.75;
}
.cookie_btn--settings {
  background-color: rgba(255, 255, 255, 0.12);
}
.cookie_btn--settings:hover, .cookie_btn--settings:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
.cookie_btn--decline {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.cookie_btn--decline:hover, .cookie_btn--decline:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.cookie_btn--decline:active {
  background-color: rgba(255, 255, 255, 0.18);
}

/* Категории cookies в режиме «Настроить» */
.cookie_option {
  display: block;
  margin-bottom: 11.3333333333px;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.cookie_option input {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  accent-color: #30b153;
  cursor: pointer;
}
.cookie_option__title {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}
.cookie_option__text {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.6);
}
.cookie_option input:disabled {
  cursor: default;
  opacity: 0.6;
}

.ui-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1020;
  display: flex;
  align-items: center;
  min-height: 72px;
  padding-top: 8.5px;
  padding-bottom: 8.5px;
  color: #ffffff;
  background: none;
  /** @include media-min-lg() { **/
  position: fixed;
  /**transition: background-color $transition-controls;**/
  /** } **/
}
.ui-header--alt {
  color: #3e3e3e;
  background-color: #ffffff;
  box-shadow: 0 6px 18px rgba(8, 20, 40, 0.18);
}
.ui-header--alt .header-logo__colored {
  display: block;
}
.ui-header--alt .header-logo__white {
  display: none;
}
.ui-header--alt .header-nav__item:focus, .ui-header--alt .header-nav__item:hover {
  color: #21598e;
}
.ui-header--alt .header-nav__item--to-form {
  color: #ffffff;
  background-image: linear-gradient(180deg, #2fa568, #30b153);
  border-radius: 20px;
}
.ui-header--alt .header-nav__item--to-form:focus, .ui-header--alt .header-nav__item--to-form:hover {
  color: #ffffff;
  opacity: 0.9;
}
.ui-header--alt .header-nav__item--to-form:active {
  opacity: 0.75;
  box-shadow: none;
}
.ui-header .header-menu-trigger {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  vertical-align: middle;
  background-color: transparent;
  border: 0 solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  position: relative;
  display: flex;
  width: 50px;
  height: 50px;
  margin-left: auto;
  padding: 9px;
  color: #ffffff;
}
.ui-header .header-menu-trigger:not(:disabled) {
  cursor: pointer;
}
.ui-header .header-menu-trigger:focus {
  outline: none;
}
.ui-header .header-menu-trigger:focus, .ui-header .header-menu-trigger:hover {
  text-decoration: none;
}
.ui-header .header-menu-trigger__ico {
  position: relative;
  width: 25px;
  height: 4px;
  margin: auto;
  background-color: currentColor;
}
.ui-header .header-menu-trigger__ico::before, .ui-header .header-menu-trigger__ico::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  content: "";
}
.ui-header .header-menu-trigger__ico::before {
  bottom: 9px;
}
.ui-header .header-menu-trigger__ico::after {
  top: 9px;
}
.ui-header .header-menu-trigger:focus, .ui-header .header-menu-trigger:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.ui-header .header-menu-trigger:active, .ui-header .header-menu-trigger[data-toggle-state=animated], .ui-header .header-menu-trigger[data-toggle-state=opened] {
  background-color: rgba(255, 255, 255, 0.25);
}
.ui-header .header-menu-trigger[data-toggle-state=opened]:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
@media screen and (min-width: 992px) {
  .ui-header .header-menu-trigger {
    display: none;
  }
}
.ui-header--alt .header-menu-trigger__ico {
  background-color: #565656;
}
.ui-header--alt .header-menu-trigger__ico::before, .ui-header--alt .header-menu-trigger__ico::after {
  background-color: #565656;
}

.header-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header-content {
  margin-left: 20px;
  margin-right: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header-logo {
  display: block;
  margin: 6.375px 0;
  margin-right: 17px;
}
.header-logo__colored {
  display: none;
}

@media screen and (max-width: 991.8px) {
  .header-menu {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    z-index: 1000;
    padding: 8.5px 20px 21.25px;
    background-color: #ffffff;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    box-shadow: 0 18px 40px rgba(8, 20, 40, 0.22);
  }
}
@media screen and (min-width: 992px) {
  .header-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: auto;
  }
  .header-menu[data-toggle-state=collapsed] {
    display: flex;
  }
}

.header-nav {
  font-weight: 600;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .header-nav {
    font-size: 14px;
  }
}
.header-nav__item {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  vertical-align: middle;
  background-color: transparent;
  border: 0 solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  display: block;
  padding: 8.5px 13.6px;
  color: inherit;
  text-align: left;
  border-radius: 16px;
}
.header-nav__item:not(:disabled) {
  cursor: pointer;
}
.header-nav__item:focus {
  outline: none;
}
.header-nav__item:focus, .header-nav__item:hover {
  text-decoration: none;
}
@media screen and (max-width: 991.8px) {
  .header-nav {
    color: #3e3e3e;
    font-size: 16px;
  }
  .header-nav__item {
    padding: 11.9px 8.5px;
    border-radius: 16px;
  }
  .header-nav__item:focus, .header-nav__item:hover, .header-nav__item:active {
    color: #21598e;
    background-color: rgba(33, 89, 142, 0.07);
  }
  .header-nav__item--to-form {
    margin-top: 12.75px;
    padding: 13.6px 17px;
    color: #ffffff;
    background-image: linear-gradient(180deg, #2fa568, #30b153);
    border-radius: 40px;
    box-shadow: 0 10px 25px rgba(8, 20, 40, 0.25);
    text-align: center;
  }
  .header-nav__item--to-form:focus, .header-nav__item--to-form:hover, .header-nav__item--to-form:active {
    color: #ffffff;
    opacity: 0.92;
  }
  .header-nav__item.phone-main {
    margin-top: 8.5px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .header-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .header-nav__item {
    padding-top: 8.5px;
    padding-bottom: 8.5px;
  }
  .header-nav__item:focus, .header-nav__item:hover {
    background-color: rgba(255, 255, 255, 0.08);
  }
  .header-nav__item:active {
    background-color: rgba(255, 255, 255, 0.16);
  }
  .header-nav__item--to-form {
    margin-left: 4.25px;
    margin-right: 4.25px;
    padding-left: 34px;
    padding-right: 34px;
    color: #21598e;
    background-color: #ffffff;
    border-radius: 20px;
  }
  .header-nav__item--to-form:focus, .header-nav__item--to-form:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .header-nav__item--to-form:active {
    background-color: rgba(255, 255, 255, 0.75);
  }
}

.header-nav-dropdown__title {
  margin: 0;
}
@media screen and (max-width: 991.8px) {
  .header-nav-dropdown {
    margin-bottom: 4.25px;
  }
  .header-nav-dropdown__title {
    border-top: 0;
    font-weight: 700;
  }
  .header-nav-dropdown__menu {
    margin: 4.25px 0 8.5px;
    padding-left: 8.5px;
    border-left: 2px solid rgba(33, 89, 142, 0.15);
  }
  .header-nav-dropdown__item {
    padding-left: 17px;
    font-size: 15px;
    font-weight: 400;
    color: #3e3e3e;
  }
  .header-nav-dropdown__item:focus, .header-nav-dropdown__item:hover, .header-nav-dropdown__item:active {
    color: #21598e;
  }
}
@media screen and (min-width: 992px) {
  .header-nav-dropdown {
    position: relative;
  }
  .header-nav-dropdown__title::after {
    display: inline-block;
    margin-left: 4.25px;
    border-width: 5px 4px 0 4px;
    border-style: solid;
    border-color: transparent;
    border-top-color: currentColor;
    vertical-align: middle;
    content: "";
  }
  .header-nav-dropdown__menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 100%;
    padding: 4.25px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  }
  .header-nav-dropdown__item {
    padding: 8.5px 17px;
    color: #3e3e3e;
    white-space: nowrap;
    transition: color 0.1s ease-in-out;
  }
  .header-nav-dropdown__item:focus, .header-nav-dropdown__item:hover {
    color: #21598e;
  }
  .header-nav-dropdown:hover .header-nav-dropdown__menu {
    visibility: visible;
    opacity: 1;
  }
}

.ui-footer {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
}

.footer-copyright {
  text-align: center;
}
.footer-copyright__logo {
  display: inline-block;
  margin: 12.75px;
  vertical-align: bottom;
}
.footer-copyright__text {
  display: inline-block;
  margin-bottom: 12.75px;
}

.footer-links {
  margin-bottom: 42.5px;
  text-align: center;
  color: inherit;
}
.footer-links__item {
  display: inline-block;
  padding: 0 2px;
  color: inherit;
}
.footer-links__item:hover, .footer-links__item:focus, .footer-links__item:active, .footer-links__item:visited {
  color: inherit;
}

/* Components */
/* Обложка секции: рисуется псевдоэлементом по CSS-переменным из Section.php,
   чтобы не занимать background самого блока (там может быть фон карточки). */
.section-with-wide-cover .wide-container::before, .section-with-nomal-cover .container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: var(--cover, none);
  background-position: var(--cover-position, right bottom);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-origin: padding-box;
  background-size: var(--cover-size, 600px auto);
  pointer-events: none;
}

.section {
  position: relative;
}
.section .wide-container {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: -86px;
  padding-bottom: 86px;
}
@media screen and (max-width: 767.8px) {
  .section .wide-container {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.section .container-x-space {
  padding-top: 51px;
  padding-bottom: 51px;
}
.section .container-x-top-space {
  padding-top: 51px;
}
.section .container-x-bottom-space {
  padding-bottom: 51px;
}
@media screen and (min-width: 1200px) {
  .section .content-margin-left {
    margin-left: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .section .content-margin-right {
    margin-right: 350px;
  }
}
.section-with-nomal-cover .container {
  position: relative;
  min-height: 600px;
  margin-bottom: -86px;
}
@media screen and (max-width: 767.8px) {
  .section-with-nomal-cover .container {
    margin-bottom: 0;
    padding-bottom: 600px;
  }
  .section-with-nomal-cover .container::before {
    background-position: center bottom;
  }
}
.section-with-nomal-cover .content {
  position: relative;
}
.section-with-wide-cover .container {
  position: relative;
  margin-bottom: -86px;
}
@media screen and (max-width: 767.8px) {
  .section-with-wide-cover .container {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .section-with-wide-cover .container {
    min-height: 800px;
  }
}
.section-with-wide-cover .wide-container {
  position: relative;
}
@media screen and (max-width: 1199.8px) {
  .section-with-wide-cover .wide-container::before {
    background-image: none;
  }
}
.section-with-wide-cover .content {
  position: relative;
}

/* Карточка контента: фон не на всю ширину секции, а только под контентом —
   скруглённая плашка с тенью поверх градиента полотна (см. SEA-Design1). */
.section-background-none {
  color: #ffffff;
  background-color: transparent;
  padding-top: 51px;
  padding-bottom: 51px;
}
.section-background-none a {
  color: #ffffff;
}
.section-background-none a.button-color-white {
  color: #26234b;
}
.section-background-none .feature-block__icon {
  color: #ffffff;
}
.section-background-white {
  background-color: transparent;
  padding-top: 17px;
  padding-bottom: 17px;
  color: #3e3e3e;
}
.section-background-white > .wide-container {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767.8px) {
  .section-background-white > .wide-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section-background-white > .wide-container > .container {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 20px 45px rgba(8, 20, 40, 0.25);
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 45px;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 1184px;
  overflow: hidden;
}
@media screen and (max-width: 767.8px) {
  .section-background-white > .wide-container > .container {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 992px) {
  .section-background-white > .wide-container > .container {
    padding-left: 51px;
    padding-right: 51px;
    max-width: 1262px;
  }
}
.section-background-white > .wide-container > .container > .content:not(.content-margin-left):not(.content-margin-right) {
  margin-left: 0;
  margin-right: 0;
}
.section-background-white a.button-color-white {
  color: #3e3e3e;
}
.section-background-white .feature-block__icon {
  color: #2e7fc2;
}
.section-background-silver {
  background-color: transparent;
  padding-top: 17px;
  padding-bottom: 17px;
  color: #3e3e3e;
}
.section-background-silver > .wide-container {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767.8px) {
  .section-background-silver > .wide-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section-background-silver > .wide-container > .container {
  background: #f6f5f7;
  border-radius: 24px;
  box-shadow: 0 20px 45px rgba(8, 20, 40, 0.25);
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 45px;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 1184px;
  overflow: hidden;
}
@media screen and (max-width: 767.8px) {
  .section-background-silver > .wide-container > .container {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 992px) {
  .section-background-silver > .wide-container > .container {
    padding-left: 51px;
    padding-right: 51px;
    max-width: 1262px;
  }
}
.section-background-silver > .wide-container > .container > .content:not(.content-margin-left):not(.content-margin-right) {
  margin-left: 0;
  margin-right: 0;
}
.section-background-silver a.button-color-white {
  color: #3e3e3e;
}
.section-background-silver .feature-block__icon {
  color: #b2b2b2;
}
.section-background-blue {
  color: #ffffff;
  background-color: #2e7fc2;
  padding-top: 85px;
  padding-bottom: 85px;
}
.section-background-blue a {
  color: #ffffff;
}
.section-background-blue a.button-color-white {
  color: #2e7fc2;
}
.section-background-blue .feature-block__icon {
  color: #ffffff;
}
.section-background-red {
  color: #ffffff;
  background-color: #e84836;
  padding-top: 85px;
  padding-bottom: 85px;
}
.section-background-red a {
  color: #ffffff;
}
.section-background-red a.button-color-white {
  color: #e84836;
}
.section-background-red .feature-block__icon {
  color: #ffffff;
}
.section-background-mystery-lake {
  color: #ffffff;
  background-color: #4e909e;
  padding-top: 85px;
  padding-bottom: 85px;
}
.section-background-mystery-lake a {
  color: #ffffff;
}
.section-background-mystery-lake a.button-color-white {
  color: #4e909e;
}
.section-background-mystery-lake .feature-block__icon {
  color: #ffffff;
}
.section-background-navy {
  background-color: transparent;
  padding-top: 17px;
  padding-bottom: 17px;
  color: #ffffff;
}
.section-background-navy > .wide-container {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767.8px) {
  .section-background-navy > .wide-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section-background-navy > .wide-container > .container {
  background: linear-gradient(130deg, #111033, #1a2547), #000000;
  border-radius: 24px;
  box-shadow: 0 20px 45px rgba(8, 20, 40, 0.25);
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 45px;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 1184px;
  overflow: hidden;
}
@media screen and (max-width: 767.8px) {
  .section-background-navy > .wide-container > .container {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 992px) {
  .section-background-navy > .wide-container > .container {
    padding-left: 51px;
    padding-right: 51px;
    max-width: 1262px;
  }
}
.section-background-navy > .wide-container > .container > .content:not(.content-margin-left):not(.content-margin-right) {
  margin-left: 0;
  margin-right: 0;
}
.section-background-navy a {
  color: #ffffff;
}
.section-background-navy a.button-color-white {
  color: #26234b;
}
.section-background-navy .feature-block__icon {
  color: #ffffff;
}

/* заголовки на градиенте: мягкая тень, чтобы текст отделялся от фона */
.section-background-none h1, .section-background-none h2, .section-background-none h3, .section-background-none h4, .section-background-none h5, .section-background-none h6,
.section-background-none .h1, .section-background-none .h2, .section-background-none .h3, .section-background-none .h4, .section-background-none .h5, .section-background-none .h6,
.section-background-navy h1,
.section-background-navy h2,
.section-background-navy h3,
.section-background-navy h4,
.section-background-navy h5,
.section-background-navy h6,
.section-background-navy .h1,
.section-background-navy .h2,
.section-background-navy .h3,
.section-background-navy .h4,
.section-background-navy .h5,
.section-background-navy .h6 {
  text-shadow: 0 1px 4px rgba(8, 20, 40, 0.3);
}

.section-decoration-circle {
  background-image: url("/images/decoration/circle.svg");
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 40%;
  background-size: 1090px;
}
.section-decoration-net {
  background-image: url("/images/decoration/net.svg");
  background-repeat: repeat-x;
  background-position: right 22vw top -10%;
  background-size: 1400px;
}
.section-decoration-light-flow {
  background-image: url("/images/decoration/light-flow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* на мобильных у блока заявки обложка не нужна */
@media screen and (max-width: 767.8px) {
  #request.section-with-nomal-cover .container {
    min-height: 0;
    padding-bottom: 0;
  }
  #request.section-with-nomal-cover .container::before {
    background-image: none;
  }
}

/* исключение: первый блок главной на мобильных сохраняет нахлёст,
   чтобы иллюстрация заходила под следующий блок */
@media screen and (max-width: 767.8px) {
  #hero .wide-container {
    margin-bottom: -86px;
    padding-bottom: 86px;
  }
  #hero.section-with-nomal-cover .container {
    margin-bottom: -86px;
  }
}

/* Волна и угол были переходом между белой и цветной секциями. На сквозном
   градиенте полотна они дают белую полосу поперёк фона — скрываем. */
.divider-default,
.divider-wave,
.divider-angle {
  display: none;
}

.divider-default, .divider-wave {
  position: relative;
  z-index: 10;
  height: 100px;
  margin-top: -50px;
  margin-bottom: -42px;
  background: url("/images/decoration/wave.svg") center center/1920px auto repeat-x transparent;
  border: 0;
}
.divider-default--alt, .divider-wave--alt {
  background-image: url("/images/decoration/wave-alt.svg");
}

.divider-angle {
  position: relative;
  z-index: 10;
  height: 100px;
  margin-top: -50px;
  margin-bottom: -42px;
  background: url("/images/decoration/angle.svg") center center/1920px auto repeat-x transparent;
  border: 0;
}

.divider-blank {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0;
}

.button-wrapper {
  margin-top: 30px;
}

.button {
  display: inline-block;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
  font-weight: 400;
  padding: 18px 35px 20px 35px;
  margin-bottom: 5px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(8, 20, 40, 0.25);
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  vertical-align: middle;
  transition: box-shadow 0.1s ease-in-out;
  opacity: 1;
}
.button-wide {
  width: 100%;
}
.button:hover {
  opacity: 0.9;
}
.button:active {
  opacity: 0.75;
  box-shadow: none;
}
.button:disabled {
  opacity: 0.5;
}
.button i {
  font-size: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.button-with-icon-left {
  padding-left: 65px;
}
.button-with-icon-left i {
  left: 20px;
}
.button-with-icon-right {
  padding-right: 65px;
}
.button-with-icon-right i {
  right: 20px;
}
.button-rounded {
  border-radius: 50px;
}
.button-color-white, a.button-color-white {
  /*color: $color-blue;*/ /* defined in section*/
  background-color: #ffffff;
}
.button-color-silver, a.button-color-silver {
  color: #3e3e3e;
  background-color: #f6f5f7;
}
.button-color-muted, a.button-color-muted {
  color: #ffffff;
  background-color: #b2b2b2;
}
.button-color-blue, a.button-color-blue {
  color: #ffffff;
  background-image: linear-gradient(180deg, rgba(46, 127, 194, 0.8), #2e7fc2);
}
.button-color-blue-lighter, a.button-color-blue-lighter {
  color: #ffffff;
  background-image: linear-gradient(180deg, rgba(78, 152, 213, 0.8), #4e98d5);
}
.button-color-green, a.button-color-green {
  color: #ffffff;
  background-image: linear-gradient(180deg, #2fa568, #30b153);
}
.button-color-red, a.button-color-red {
  color: #ffffff;
  background-image: linear-gradient(180deg, rgba(232, 72, 54, 0.8), #e84836);
}
.button-color-mystery-lake, a.button-color-mystery-lake {
  color: #ffffff;
  background-image: linear-gradient(180deg, rgba(78, 144, 158, 0.8), #4e909e);
}
.button-color-navy, a.button-color-navy {
  color: #ffffff;
  background-image: linear-gradient(180deg, rgba(38, 35, 75, 0.8), #26234b);
}
.button-color-celestial, a.button-color-celestial {
  color: #ffffff;
  background-image: linear-gradient(180deg, rgba(1, 82, 135, 0.8), #015287);
}

.feature-block {
  text-align: left;
}
.feature-block__icon {
  font-size: 64px;
}
.feature-block__title {
  margin-bottom: 8.5px;
  font-weight: bolder;
  line-height: 1;
  font-size: 34px;
}
@media screen and (min-width: 992px) {
  .feature-block__title {
    font-size: 42px;
  }
}
.feature-block__text {
  font-size: 18px;
}

/* иконка статуса на страницах результата заявки */
#request-result-success .feature-block__icon {
  color: #30b153;
}

#request-result-error .feature-block__icon {
  color: #e84836;
}

/*   blogs */
.blog__header {
  height: 140px;
  background: url("/images/bg-net.svg") center/1700px auto repeat-x #2e7fc2;
}
.blog__inner {
  padding-top: 25.5px;
  padding-bottom: 12.75px;
}
@media screen and (min-width: 992px) {
  .blog__inner {
    padding-top: 51px;
    padding-bottom: 25.5px;
  }
}

.blog-article {
  margin-bottom: 34px;
  padding-bottom: 42.5px;
  line-height: 1.75;
  border-bottom: 2px solid rgba(0, 0, 0, 0.07);
}
.blog-article::after {
  display: table;
  clear: both;
  content: "";
}
.blog-article__title {
  font-size: 34px;
}
.blog-article__title a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.1s ease-in-out;
}
.blog-article__title a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 992px) {
  .blog-article__title {
    font-size: 42px;
  }
}
.blog-article__sub-title {
  margin-bottom: 8.5px;
  font-size: 26px;
}
@media screen and (min-width: 992px) {
  .blog-article__sub-title {
    font-size: 34px;
  }
}
.blog-article__img {
  display: block;
  height: auto;
  margin: 0 auto 17px;
}
@media screen and (min-width: 768px) {
  .blog-article__img--float-left {
    max-width: 50%;
    margin-right: 17px;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .blog-article__img--float-right {
    max-width: 50%;
    margin-left: 17px;
    float: right;
  }
}
.blog-article__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.blog-article__date {
  display: inline-block;
  margin: 10.625px;
  font-size: 16px;
  color: #858585;
}
.blog-article__more-link {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  vertical-align: middle;
  background-color: transparent;
  border: 0 solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  padding: 14px 22px 12px;
  line-height: 1.4;
  font-size: 16px;
  color: #2e7fc2;
  border: 1px solid currentColor;
  border-radius: 6px;
}
.blog-article__more-link:not(:disabled) {
  cursor: pointer;
}
.blog-article__more-link:focus {
  outline: none;
}
.blog-article__more-link:focus, .blog-article__more-link:hover {
  text-decoration: none;
}
.blog-article__more-link::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4.25px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  content: "";
}
.blog-article__more-link:focus, .blog-article__more-link:hover {
  background-color: rgba(46, 127, 194, 0.05);
}
.blog-article__more-link:active {
  background-color: rgba(46, 127, 194, 0.1);
}
.blog-article li {
  margin-bottom: 17px;
}

/*
.posts-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: $spacer / 2;

  &__dots { margin: $spacer / 4; }

  &__link {
    @include btn-reset();
    display: flex;
    align-items: center;
    margin: $spacer / 4;
    padding: 12px 16px 10px;
    line-height: 1.4;
    font-size: 12px;
    color: $color-link;
    border: 1px solid currentColor;
    border-radius: 3px;

    &:focus,
    &:hover { background-color: rgba($color-link,.05); }

    &:active { background-color: rgba($color-link,.1); }

    &--active {
      color: $color-white;
      background-color: rgba($color-link,.65);
      border-color: $color-link;

      &:focus,
      &:hover { background-color: rgba($color-link,.5); }
    }

    &--prev,
    &--next {

      &::after {
        display: inline-block;
        width: 6px;
        height: 6px;
        border-top: 1px solid currentColor;
        border-right: 1px solid currentColor;
        content: '';
      }
    }

    &--prev {

      &::after {
        order: -1;
        margin-right: $spacer / 4;
        transform: rotate(-135deg);
      }
    }

    &--next {

      &::after {
        margin-left: $spacer / 4;
        transform: rotate(45deg);
      }
    }
  }
}
*/
/*   blogs.end */
.textblock {
  position: relative;
  overflow: hidden;
}
.textblock .textblock-content img {
  margin-top: 32px;
  margin-bottom: 32px;
}
.textblock-hideable {
  position: relative;
  overflow: hidden;
}
.textblock-hideable .textblock-content {
  padding-bottom: 45px;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.textblock-hideable .textblock-content-limit-500 {
  max-height: 500px;
}
.textblock-hideable .textblock-content-limit-600 {
  max-height: 600px;
}
.textblock-hideable .textblock-content-limit-700 {
  max-height: 700px;
}
.textblock-hideable .textblock-content-limit-800 {
  max-height: 800px;
}
.textblock-hideable .textblock-content-limit-900 {
  max-height: 900px;
}
.textblock-hideable .textblock-content-limit-1000 {
  max-height: 1000px;
}
.textblock-hideable .textblock-toggle {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  vertical-align: middle;
  background-color: transparent;
  border: 0 solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  bottom: 0;
  padding: 17px;
  font-weight: 400;
  font-size: 18px;
  color: #3d3d3d;
  vertical-align: top;
  transform: translate(0, -24px);
  transition: color 0.05s ease-in-out, transform 0.5s ease-in-out;
}
.textblock-hideable .textblock-toggle:not(:disabled) {
  cursor: pointer;
}
.textblock-hideable .textblock-toggle:focus {
  outline: none;
}
.textblock-hideable .textblock-toggle:focus, .textblock-hideable .textblock-toggle:hover {
  text-decoration: none;
}
.textblock-hideable .textblock-toggle, .textblock-hideable .textblock-toggle::before {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
}
.textblock-hideable .textblock-toggle::before {
  bottom: -24px;
  height: 200px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.95) 44%, #fff 100%);
  transition: transform 0.2s ease-in-out;
  pointer-events: none;
  content: "";
}
.textblock-hideable .textblock-toggle::after {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  margin-bottom: 3px;
  border-width: 6px 4px 0;
  border-style: solid;
  border-color: currentColor transparent transparent;
  transition: transform 0.2s ease-in-out;
  content: "";
}
.textblock-hideable .textblock-toggle__text-hide, .textblock-hideable .textblock-toggle__text-show {
  position: relative;
}
.textblock-hideable .textblock-toggle__text-hide {
  display: none;
}
.textblock-hideable .textblock-toggle:focus, .textblock-hideable .textblock-toggle:hover, .textblock-hideable .textblock-toggle:active {
  color: #3e3e3e;
}
.textblock-hideable .textblock-toggle:hover::before {
  transform: translate(0, 50px);
}
.textblock-hideable--expanded .textblock-content {
  max-height: 9999px;
  transition: max-height 0.5s cubic-bezier(1, 0, 1, 0.32);
}
.textblock-hideable--expanded .textblock-toggle {
  transform: translate(0, 0);
}
.textblock-hideable--expanded .textblock-toggle::before {
  transform: translate(0, 200px);
}
.textblock-hideable--expanded .textblock-toggle::after {
  transform: rotate(90deg);
}
.textblock-hideable--expanded .textblock-toggle__text-show {
  display: none;
}
.textblock-hideable--expanded .textblock-toggle__text-hide {
  display: inline;
}
.textblock-left {
  text-align: left;
}
.textblock-right {
  text-align: right;
}
.textblock-center {
  text-align: center;
}
.textblock-justify {
  text-align: justify;
}
.textblock-justify h1, .textblock-justify h2, .textblock-justify h3, .textblock-justify h4 {
  text-align: left;
}

/* нумерованные списки: цифра в квадратной плашке (как в шагах, но мельче) */
.text-canvas ol {
  list-style: none;
  counter-reset: tb-num;
  padding-left: 0;
}
.text-canvas ol li {
  counter-increment: tb-num;
  position: relative;
  padding-left: 44px;
  margin-bottom: 8.5px;
}
.text-canvas ol li::before {
  content: counter(tb-num);
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background-color: rgba(0, 0, 0, 0.06);
  color: #2e7fc2;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

/* на тёмном фоне плашка светлая */
.section-background-none .text-canvas ol li::before,
.section-background-navy .text-canvas ol li::before {
  background-color: rgba(255, 255, 255, 0.13);
  color: #bfe6ff;
}

.icon {
  display: inline-block;
}

.image {
  display: block;
  margin-top: 34px;
  margin-bottom: 34px;
}

/* картинки со скруглёнными углами */
picture {
  display: block;
}
picture img {
  border-radius: 15px;
}

/* лёгкое затемнение — только у картинок-превью (/images/preveiw/).
   data-src нужен до подгрузки lazysizes, src — после. */
picture img[src*="/images/preveiw/"],
picture img[data-src*="/images/preveiw/"] {
  filter: brightness(0.94);
}

/* fade image in after load */
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

/* блок преимуществ на главной: превью скрыты */
#benefits picture {
  display: none;
}

.case-card {
  padding: 0;
}
.case-card__row {
  align-items: center;
  height: 100%;
}
.case-card__title {
  line-height: 1.2;
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  .case-card__title {
    font-size: 30px;
  }
}
.case-card__desc {
  margin-bottom: 25.5px;
}
.case-card__desc b {
  font-weight: 600;
}
.case-card__img {
  display: block;
}

.rk-switcher {
  margin-left: -8px;
}
@media screen and (min-width: 768px) {
  .rk-switcher {
    display: flex;
  }
}
.rk-switcher__item {
  flex: 1 1 0;
  margin: 0 0 8px 8px;
}

.rk-switcher-btn {
  position: relative;
  padding: 10px 10px 10px 82px;
  background: #36356c;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}
.rk-switcher-btn__img, .rk-switcher-btn__img-active {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translate(0, -50%);
}
.rk-switcher-btn__img-active {
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.rk-switcher-btn__title {
  margin-bottom: 5px;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  color: #8d8cc3;
  letter-spacing: -0.5px;
  transition: color 0.15s ease-in-out;
}
.rk-switcher-btn__subtitle {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
  color: #8d8cc3;
  letter-spacing: -0.2px;
  opacity: 0.4;
  transition: color 0.15s ease-in-out, opacity 0.15s ease-in-out;
}
.rk-switcher-btn:hover .rk-switcher-btn__img-active, .rk-switcher-btn:focus .rk-switcher-btn__img-active, .rk-switcher-btn--active .rk-switcher-btn__img-active {
  opacity: 1;
}
.rk-switcher-btn:hover .rk-switcher-btn__title, .rk-switcher-btn:focus .rk-switcher-btn__title, .rk-switcher-btn--active .rk-switcher-btn__title {
  color: #fff;
}
.rk-switcher-btn:hover .rk-switcher-btn__subtitle, .rk-switcher-btn:focus .rk-switcher-btn__subtitle, .rk-switcher-btn--active .rk-switcher-btn__subtitle {
  opacity: 1;
}
.rk-switcher-btn--active {
  background: #2e7fc2;
}
.rk-switcher-btn--active .rk-switcher-btn__subtitle {
  color: #1e5984;
}
@media screen and (min-width: 768px) {
  .rk-switcher-btn {
    padding: 82px 6px 12px;
    text-align: center;
  }
  .rk-switcher-btn__img, .rk-switcher-btn__img-active {
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .rk-switcher-btn::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 38px;
    height: 30px;
    background: url("/img/sections/rocket-form__select.png") center no-repeat;
    content: "";
    opacity: 0;
    transform: translate(-50%, 16px);
    transition: opacity 0.15s ease-in-out;
  }
  .rk-switcher-btn--active::before {
    opacity: 1;
  }
}

.rk-slides-wrap {
  position: relative;
  margin-bottom: 20px;
  padding: 0px;
  background: transparent;
  border-radius: 2px;
}
.rk-slides-wrap-color-transparent {
  background: transparent;
}
.rk-slides-wrap-color-white {
  background: #ffffff;
}
.rk-slides-wrap-color-blue {
  background: #2e7fc2;
}
.rk-slides-wrap-color-green {
  background: #30b153;
}
.rk-slides-wrap-color-red {
  background: #e84836;
}
.rk-slides-wrap-color-mystery-lake {
  background: #4e909e;
}
.rk-slides-wrap-color-navy {
  background: #26234b;
}
.rk-slides-wrap-color-celestial {
  background: #015287;
}
.rk-slides-wrap__form {
  margin-top: 24px;
  margin-bottom: -72px;
}
@media screen and (min-width: 992px) {
  .rk-slides-wrap__form {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 410px;
    margin: 0;
  }
}

.rk-slide {
  display: none;
  color: #fff;
}
.rk-slide__heading {
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 900;
}
.rk-slide__list {
  min-height: 230px;
  margin-top: 17px;
  padding-left: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  list-style-type: none;
}
.rk-slide__list li {
  position: relative;
  margin-bottom: 17px;
  padding-left: 17px;
}
.rk-slide__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "-";
}
.rk-slide__footer {
  margin-top: auto;
}
.rk-slide__links {
  margin: 0;
}
.rk-slide__link {
  margin-right: 16px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  opacity: 0.5;
}
.rk-slide--active {
  display: block;
}
@media screen and (min-width: 992px) {
  .rk-slide {
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 435px;
    margin-right: 434px;
  }
  .rk-slide--active {
    display: flex;
  }
}

.rk-stats {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}
.rk-stats__item {
  flex: 1 1 auto;
  margin-left: 10px;
}

.rk-stat-block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin-bottom: 24px;
  padding: 8px 8px 4px;
  font-weight: bold;
  color: #2e7fc2;
  background: #fefefe;
  box-shadow: 0 15px 25px 0 rgba(0, 102, 155, 0.24);
  border-radius: 2px;
}
.rk-stat-block__val {
  margin: 0 6px;
  padding-bottom: 4px;
  font-size: 50px;
  letter-spacing: -2.7px;
}

.rk-form {
  padding: 0;
  color: #242323;
  /*background-image: linear-gradient(to bottom, #ffffff, #fcfcfc);*/
  /*box-shadow: 0 5px 7px 0 rgba(0, 109, 165, 0.24);*/
  border-radius: 2px;
}
.rk-form .button {
  text-align: left;
}
.rk-form-bg-transparent {
  background: transparent;
}
.rk-form-bg-white {
  background: transparent;
}
.rk-form__heading {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .rk-form {
    padding: 0;
  }
}

.rk-form-divider {
  position: relative;
  margin-left: -12px;
  margin-right: -12px;
  padding: 0 12px;
  margin-top: 22px;
  background: linear-gradient(#f7f7f7 1px, transparent 1px) center center/100% 1px no-repeat;
}
.rk-form-divider__text {
  display: inline-block;
  padding: 2px 14px;
  background: #fff;
}
.rk-form-divider::before, .rk-form-divider::after {
  position: absolute;
  top: 50%;
  display: block;
  border-width: 8px 0 8px 8px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #2e7fc2;
  transform: translate(0, -50%);
  content: "";
}
.rk-form-divider::before {
  left: 0;
}
.rk-form-divider::after {
  right: 0;
  transform: translate(0, -50%) rotate(180deg);
}
@media screen and (min-width: 576px) {
  .rk-form-divider {
    margin-left: -24px;
    margin-right: -24px;
    padding: 0 24px;
  }
}

@media screen and (min-width: 576px) {
  .rk-form-row {
    display: flex;
    margin-left: -10px;
  }
}

@media screen and (min-width: 576px) {
  .rk-form-col {
    flex: 1 1 0;
    margin-left: 10px;
  }
  .rk-form-col--short {
    flex: 2 1 0;
  }
  .rk-form-col--long {
    flex: 3 1 0;
  }
}

.rk-form-group {
  position: relative;
  margin-bottom: 10px;
}
.rk-form-group--error .rk-input {
  border-color: #ff4945;
  color: #ff4945;
}
.rk-form-group--error .rk-input:focus {
  border-color: #ff4945;
}
.rk-form-group--error .rk-input-label,
.rk-form-group--error .rk-input:focus ~ .rk-input-label,
.rk-form-group--error .rk-input.hasvalue ~ .rk-input-label,
.rk-form-group--error .rk-form-feedback {
  color: #ff4945;
}

.rk-form-feedback {
  margin: 4px 0 10px;
  font-size: 10px;
}

.rk-input {
  display: inline-block;
  position: relative;
  width: 100%;
  line-height: 1.4;
  padding: 11px 12px;
  border: 1px solid #dadada;
  border-radius: 16px;
  background-color: #ffffff;
  color: #3e3e3e;
  font-weight: 400;
  font-size: 18px;
  height: 69px;
  vertical-align: top;
  transition: border-color 0.1s ease-in-out;
}
.rk-input:after {
  content: "";
  height: 5px;
  width: 99%;
  position: absolute;
  opacity: 0.5;
  border-radius: 2px;
  bottom: -6px;
  left: 3px;
  /*background-image: linear-gradient(180deg, rgba($color-gray,.8), $color-gray 110%);*/
  background: red;
}
.rk-input:focus {
  outline: none;
  border-color: #2e7fc2;
}
.rk-input:disabled {
  background-color: #eceeef;
}
.rk-input:focus ~ .rk-input-label, .rk-input.hasvalue ~ .rk-input-label {
  font-weight: 300;
  color: #8a8a8a;
  transform: translateY(-18px) scale(0.75);
}
.rk-input:focus ~ .rk-input-label {
  color: #2e7fc2;
}
.rk-input::-webkit-input-placeholder {
  font-weight: 300;
  color: #8a8a8a;
}
.rk-input::-moz-placeholder {
  font-weight: 300;
  color: #8a8a8a;
}
.rk-input:-ms-input-placeholder {
  font-weight: 300;
  color: #8a8a8a;
}
.rk-input:-moz-placeholder {
  font-weight: 300;
  color: #8a8a8a;
}

textarea.rk-input {
  min-height: 130px;
}

.rk-input-label {
  position: absolute;
  left: 9px;
  top: 20px;
  padding: 3px 4px;
  font-weight: 300;
  font-size: 18px;
  color: #6f6f6f;
  background: #fff;
  transform-origin: 0 0;
  transition: color 0.1s ease-in-out, transform 0.1s ease-in-out, font-weight 0.1s ease-in-out;
  pointer-events: none;
}

/**
.rk-btn {
  display: block;
  width: 100%;
  padding: 16px 18px;
  line-height: 1.45;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  vertical-align: top;
  background-image: linear-gradient(to bottom, lighten($color-blue, 6%), $color-blue);
  border: 1px solid transparent;
  border-radius: $btn-radius;
  box-shadow: 0 15px 35px 0 rgba($color-blue,.24);
  cursor: pointer;
  transition: box-shadow .1s ease-in-out;

  &:focus {
    outline: none;
  }

  &:focus,
  &:hover {
    color: #fff;
    text-decoration: none;
  }

  &:active { box-shadow: 0 5px 15px 0 rgba($color-blue,.24); }
}
**/
.rk-policy {
  margin: 10px 0 0;
  font-size: 11px;
  line-height: 1.1;
  text-align: left;
  color: #ffffff;
}
.rk-policy a,
.rk-policy a:hover,
.rk-policy a:focus {
  color: #ffffff;
}

/* Согласие на обработку персональных данных */
.rk-consent {
  margin-top: 10px;
}
.rk-consent__label {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.rk-consent__input {
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  accent-color: #30b153;
  cursor: pointer;
}
.rk-consent__text {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.75);
}
.rk-consent__text a {
  color: inherit;
  text-decoration: underline;
}

.pagination .page-item {
  display: inline-block;
  margin-bottom: 50px;
}
.pagination .page-item:hover {
  opacity: 0.9;
}
.pagination .page-item.active {
  opacity: 0.5;
}
.pagination .page-link {
  text-decoration: none;
  color: #ffffff;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
  font-weight: 400;
  padding: 18px 35px 20px 35px;
  margin-bottom: 5px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  vertical-align: middle;
  transition: box-shadow 0.1s ease-in-out;
  opacity: 1;
  /** Blue **/
  color: #ffffff;
  background-image: linear-gradient(180deg, rgba(46, 127, 194, 0.8), #2e7fc2);
}
.pagination .page-link:after {
  background-image: linear-gradient(180deg, rgba(46, 127, 194, 0.8), #2e7fc2 110%);
}

.table {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #252045;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .table th.hideonmin, .table td.hideonmin {
    display: none;
  }
}

.table th:nth-child(1),
.table td:nth-child(1) {
  text-align: left;
  padding-left: 20px;
  padding-right: 6px;
}

.table thead {
  background-color: #f6f5f7;
}

.table th {
  font-weight: 600;
}

.table th,
.table td {
  font-size: 14px;
}

.table tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.table td {
  padding: 15px 15px;
  position: relative;
}

.table th {
  padding: 10px 15px;
  position: relative;
}

.table td:first-child,
.table th:first-child {
  min-width: 200px;
}

.table td:after,
.table th:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #252045;
  right: 0;
  opacity: 0.1;
  top: 30%;
}

.table th:after {
  height: 28px;
  top: 15px;
}

.table td:last-child:after,
.table th:last-child:after {
  display: none;
}

.table .green {
  color: #50ac59;
}

.table .red {
  color: #d9534f;
}

/* Экран ожидания при отправке заявки */
.sending-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: rgba(8, 20, 40, 0.78);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.sending-overlay[hidden] {
  display: none;
}
.sending-overlay__box {
  width: 100%;
  max-width: 420px;
  padding: 34px;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(130deg, #111033, #1a2547), #000000;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  box-shadow: 0 20px 45px rgba(8, 20, 40, 0.25);
}
.sending-overlay__title {
  margin: 0 0 8.5px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}
.sending-overlay__text {
  margin: 0 0 17px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}
.sending-overlay__bar {
  position: relative;
  height: 6px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.13);
  border-radius: 3px;
}
.sending-overlay__bar span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  background-color: #4e98d5;
  border-radius: 3px;
  animation: sending-progress 1.2s ease-in-out infinite;
}

@keyframes sending-progress {
  0% {
    left: -40%;
    width: 40%;
  }
  50% {
    left: 30%;
    width: 55%;
  }
  100% {
    left: 100%;
    width: 40%;
  }
}
/* пока идёт отправка — страница не скроллится */
body.is-sending {
  overflow: hidden;
}

/* Custom Blocks */
.block-rocket-steps__title {
  margin-top: 40px;
  margin-bottom: 45px;
  font-size: 26px;
}
@media screen and (min-width: 992px) {
  .block-rocket-steps__title {
    font-size: 38px;
  }
}
.block-rocket-steps__row {
  min-height: 620px; /* required for Microsoft Edge 16 */
  background: url("/images/content/steps__bg.svg") center bottom/contain no-repeat scroll;
  margin-bottom: -85px;
}
@media screen and (max-width: 767.8px) {
  .block-rocket-steps__row {
    min-height: 0;
    margin-bottom: 0;
    background-image: none;
  }
}
.block-rocket-steps__steps {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  width: 100%;
  padding-top: 34px;
}

/* карточка шага: номер — заголовок — текст */
.rocket-step {
  flex: 1 1 0;
  min-width: 0;
  padding: 25.5px;
  background-color: #22304f;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
}
.rocket-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 17px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.13);
  color: #bfe6ff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.rocket-step__title {
  margin: 0 0 8.5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
}
.rocket-step__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 767.8px) {
  .rocket-step {
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 575.8px) {
  .rocket-step {
    padding: 17px;
  }
  .rocket-step__title {
    font-size: 18px;
  }
  .rocket-step__text {
    font-size: 14px;
  }
}
