@charset "UTF-8";
/* stylelint-disable scss/dollar-variable-empty-line-before */
/**
 * $val is rem value in assumption that it's calculated with base of rems(1)=10px
 * it returns value with rems(1) =16px (which is default in browsers)
 * Primarily use this function to get value which can be used in calculation in scss, still read about rems() usage below.
 */
/**
 * Use this function instead of rem() only for font: 400 rems(12)/1.5 $font;
 * Because scss interperts /1.5 in setting line height as division and
 * performs calculation if rem() used instead of rems() - this function casts value to string explicitly.
 * as alternative we can use 6.25rem notation -> also this notation should be used in css calc() expressions.
 */
/**
 * Function to make svg-load postcss-inlinde-svg plugin working in SCSS
 *
 * Usage:
 *   background-image: svg-load('../path/to/file.svg', '#FILLCO', '#STROKE');
 *
 * Default directory to search images: src/icons
 */
/* Load bootstrap with custom variables */
/* Override breakpoints as we need more for larger screens */
/* Load SCSS style theme parts */
/* stylelint-disable max-line-length */
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* Colors */
/* Fonts */
/* Other */
/*
Slick icon entity codes outputs the following
"\2190" outputs ascii character "←"
"\2192" outputs ascii character "→"
"\2022" outputs ascii character "•"
*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable selector-not-notation */
/* stylelint-disable scss/at-extend-no-missing-placeholder */
/* stylelint-disable no-descending-specificity */
/* stylelint-disable font-family-no-missing-generic-family-keyword */
#allrecords a {
  color: unset;
}

#allrecords a.btn--secondary,
#allrecords a.btn--secondary:hover,
#allrecords a.btn--secondary:active,
#allrecords a.btn--secondary:focus {
  color: #00489a;
}

#allrecords a.btn--primary,
#allrecords a.button,
#allrecords a.btn--primary:hover,
#allrecords a.btn--primary:active,
#allrecords a.btn--primary:focus {
  color: #fff;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.35;
}
body {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  background: #f6f7f8;
  color: #1b1f3b;
}

.section {
  overflow: hidden;
}
@media (min-width: 1000px) {
  .section {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 4%;
  }
}
@media (min-width: 1366px) {
  .section {
    padding: 0 4rem;
  }
}

.hidden {
  display: none;
}

@media (min-width: 1000px) {
  .d-bp-none {
    display: none;
  }
}

.d-bp-block {
  display: none;
}
@media (min-width: 1000px) {
  .d-bp-block {
    display: block;
  }
}

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

/* Input elements */
button,
input[type=button],
input[type=submit],
input[type=reset] {
  outline: 0 !important;
  cursor: pointer;
  appearance: none;
}

label {
  display: block;
  margin: 0 0 0.37rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #b6b9bc;
}
@media (min-width: 1000px) {
  label {
    font-size: 0.875rem;
  }
}

.error label {
  color: #00489a !important;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]),
select,
textarea {
  width: 100%;
  margin: 0;
  padding: 0.8125rem 1rem;
  background: #fff;
  border: 1.5px solid rgba(0, 72, 154, 0.1);
  border-radius: 0.75rem;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4375rem;
  color: #1b1f3b;
}
@media (min-width: 576px) {
  input:not([type=submit]):not([type=checkbox]):not([type=radio]),
  select,
  textarea {
    border-width: 0.09375rem;
  }
}
@media (min-width: 1000px) {
  input:not([type=submit]):not([type=checkbox]):not([type=radio]),
  select,
  textarea {
    padding: 1rem;
  }
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]).error,
select.error,
textarea.error {
  border-color: #fb3b2a !important;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):hover, input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus, input:not([type=submit]):not([type=checkbox]):not([type=radio]):active,
select:hover,
select:focus,
select:active,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
select::placeholder,
textarea::placeholder {
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.35;
  color: #757575;
  transition: all 0.3s ease-out;
}
@media (min-width: 1000px) {
  input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
  select::placeholder,
  textarea::placeholder {
    font-size: 1.125rem;
  }
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus::placeholder,
select:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  height: 12.5rem;
  line-height: 1.3;
}

/* Typography */
b,
strong {
  font-weight: 700;
}

h1 {
  font-family: "Golos Text", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 2.5rem;
}
@media (min-width: 1000px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-family: "Golos Text", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 1.25rem;
}
@media (min-width: 1000px) {
  h2 {
    font-size: 3rem;
    margin: 0 0 2rem;
  }
}

h3 {
  font-family: "Golos Text", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
@media (min-width: 1000px) {
  h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

h4 {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0.5rem;
}
@media (min-width: 1000px) {
  h4 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
}

h5 {
  font-family: "Golos Text", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
@media (min-width: 1000px) {
  h5 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}

h6 {
  font-family: "Golos Text", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
@media (min-width: 1000px) {
  h6 {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
}

a {
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: #00489a;
}
a:hover, a:active, a:focus {
  outline: none;
  text-decoration: none;
  color: rgba(0, 72, 154, 0.082);
}

p {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.35;
}
p:last-of-type {
  margin: 0;
}

.two-col {
  column-count: 2;
  column-gap: 1.875rem;
}

/* Other */
img {
  max-width: 100%;
}

.img-fit {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

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

iframe {
  border: none;
}

*:focus,
*:focus-visible {
  outline: 0 !important;
}

.oh {
  overflow: hidden;
}

.clients {
  margin: 0 auto 3.75rem;
}
@media (min-width: 1000px) {
  .clients {
    padding: 0.2rem;
    margin: 0 auto 7.5rem;
  }
}
.clients__title {
  font-size: 1.8125rem;
  text-align: center;
}
@media (min-width: 1000px) {
  .clients__title {
    font-size: calc(-19.1803px + 4.91803vw);
  }
}
@media (min-width: 1366px) {
  .clients__title {
    font-size: 3rem;
  }
}
.clients__title b {
  color: #00489a;
}
.clients__slider {
  padding: 0.75rem 1.25rem;
  background: #fff;
  border-radius: 2.125rem;
}
@media (min-width: 1000px) {
  .clients__slider {
    padding: 1.5625rem 1.5625rem 3.8125rem;
  }
}
.clients__slider__inner {
  overflow: hidden;
  width: calc(100% + 0.125rem);
  margin: 0 -0.0625rem;
}
.clients__list {
  display: flex !important;
}
.clients__list.slick-initialized {
  display: block !important;
  width: 90.74%;
}
@media (min-width: 480px) {
  .clients__list.slick-initialized {
    width: 58%;
  }
}
@media (min-width: 576px) {
  .clients__list.slick-initialized {
    width: 84.22%;
  }
}
@media (min-width: 1000px) {
  .clients__list.slick-initialized {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .clients__list.slick-initialized {
    width: 79.48%;
  }
}
@media (min-width: 1366px) {
  .clients__list.slick-initialized {
    width: calc(100% + 1.3rem);
    margin: 0 -0.75rem;
  }
}
.clients__list > div:not(.slick-list) {
  flex: 0 0 100%;
  width: 100%;
  padding-right: 1.25rem;
}
@media (min-width: 1000px) {
  .clients__list > div:not(.slick-list) {
    flex: 0 0 25%;
    width: 25%;
    padding: 0 0.75rem;
  }
}
.clients__item {
  width: 100%;
}
.clients__item__info {
  overflow: hidden;
}
.clients__item__wrapper, .clients__item__wrapper.slick-slide {
  display: block !important;
  flex-shrink: 0;
  padding-right: 1.5rem;
}
@media (min-width: 1000px) {
  .clients__item__wrapper, .clients__item__wrapper.slick-slide {
    padding: 0 0.75rem;
  }
}
.clients__item__photo {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 110% 0 0;
  border-radius: 1rem 1rem 0 0;
}
.clients__item__data {
  padding: 1rem;
  border-radius: 0 0 1rem 1rem;
  border: 1px solid rgba(0, 72, 154, 0.1);
  border-top: none;
}
@media (min-width: 576px) {
  .clients__item__data {
    border-width: 0.0625rem;
  }
}
.clients__item__desc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 1.5rem;
  margin: 0 0 1rem;
  font-size: 0.875rem;
  font-weight: 700;
}
.clients__item__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #00489a;
}
.clients__item__city {
  font-size: 0.875rem;
}
.clients__controls {
  margin: 1.25rem 0 0;
}

.cta {
  margin: 0 1.25rem 3.75rem;
}
@media (min-width: 1000px) {
  .cta {
    margin: 0 1.25rem 7.5rem;
  }
}
.cta__title {
  max-width: 50rem;
  margin: 0 auto 1.5rem;
  font-size: 1.625rem;
  text-align: center;
}
@media (min-width: 1000px) {
  .cta__title {
    margin: 0 auto 1.5rem;
    font-size: calc(-6.7869px + 3.2787vw);
  }
}
@media (min-width: 1366px) {
  .cta__title {
    font-size: 2.375rem;
  }
}
.cta__title b {
  color: #00489a;
}
.cta__img {
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
  text-align: center;
}
.cta__img svg {
  width: auto;
  height: 100%;
}

.hero {
  padding: 2rem 1.25rem 4.25rem;
}
@media (min-width: 1000px) {
  .hero {
    padding: 4.125rem 1.25rem 3.75rem;
  }
}
.hero__title {
  max-width: 43.75rem;
  margin: 0 auto 1rem;
  text-align: center;
  font-size: 1.875rem;
  color: #00489a;
}
@media (min-width: 1000px) {
  .hero__title {
    margin: 0 auto 1.5rem;
    font-size: calc(-19.1803px + 4.918vw);
  }
}
@media (min-width: 1366px) {
  .hero__title {
    font-size: 3rem;
  }
}
.hero__title b {
  font-weight: 600;
  color: #f34886;
}
@media (min-width: 1000px) {
  .hero__title br {
    display: none;
  }
}
.hero__txt {
  margin: 0 0 1.5rem;
  font-size: 0.875rem;
  text-align: center;
}
@media (min-width: 1000px) {
  .hero__txt {
    margin: 0 0 2.625rem;
    font-size: 1rem;
  }
}
.hero__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1000px) {
  .hero__list {
    flex-flow: row-reverse;
  }
}
.hero__list__item {
  flex: 0 0 calc(50% - 0.5rem);
  margin: 0 0.25rem 0.5rem;
  padding: 1rem;
  background: #fff;
  border-radius: 0.75rem;
  text-align: center;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .hero__list__item {
    border-width: 0.0625rem;
  }
}
@media (min-width: 1000px) {
  .hero__list__item {
    flex: 0 0 13.75rem;
    margin: 0 0.375rem;
    padding: 1.5rem;
  }
}
.hero__list__item__icon {
  width: 1.5rem;
  margin: 0 auto 1rem;
}
@media (min-width: 1000px) {
  .hero__list__item__icon {
    width: 2rem;
    margin: 0 auto 1.5rem;
  }
}
.hero__list__item__icon svg {
  display: block;
  width: 100%;
  height: auto;
}
.hero__list__item__txt {
  font-size: 0.875rem;
}
@media (min-width: 1000px) {
  .hero__list__item__txt {
    font-size: 1rem;
  }
}
.hero__btn {
  margin: 1.5rem 0 0;
  text-align: center;
}
@media (min-width: 1000px) {
  .hero__btn {
    margin: 2rem 0 2.625rem;
  }
}
.hero__btn .btn, .hero__btn button,
.hero__btn a.button,
.hero__btn input[type=submit] {
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
}
@media (min-width: 1000px) {
  .hero__btn .btn, .hero__btn button,
  .hero__btn a.button,
  .hero__btn input[type=submit] {
    padding: 1.125rem 1.5rem;
    border-radius: 1rem;
    font-size: 1.25rem;
  }
}
.hero__img {
  display: none;
}
@media (min-width: 1000px) {
  .hero__img {
    display: block;
    width: 60.8125rem;
    margin: 0 auto;
  }
}

.quiz {
  margin: 0 auto 3.75rem;
}
@media (min-width: 1000px) {
  .quiz {
    margin: 0 auto 7.5rem;
    padding: 0 2rem;
  }
}
.quiz__form {
  padding: 2rem 1.25rem;
  background: #fff;
  border-radius: 1.25rem;
}
@media (min-width: 1000px) {
  .quiz__form {
    display: flex;
    justify-content: space-between;
    padding: 2.625rem;
  }
}
@media (min-width: 1000px) {
  .quiz__form__col {
    flex: 0 0 41.4%;
  }
}
.quiz__item {
  margin: 0 0 2.5rem;
}
.quiz__item:last-child {
  margin: 0;
}
.quiz__item__name {
  margin: 0 0 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 1000px) {
  .quiz__item__name {
    font-size: calc(9.071px + 1.0929vw);
  }
}
@media (min-width: 1366px) {
  .quiz__item__name {
    font-size: 1.5rem;
  }
}
.quiz label {
  position: relative;
  margin: 0;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  color: #1b1f3b;
  cursor: pointer;
  white-space: nowrap;
}
@media (min-width: 1000px) {
  .quiz label {
    font-size: calc(10.5355px + 0.546448vw);
  }
}
@media (min-width: 1366px) {
  .quiz label {
    font-size: 1.125rem;
  }
}
.quiz__question {
  display: flex;
  margin: 0 0 1rem;
}
.quiz__question__checkbox {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.75rem;
  padding: 0.1875rem;
  border-radius: 0.5rem;
  stroke-dasharray: 19;
  stroke: #fff;
  stroke-dashoffset: 19;
  border: 1px solid #778a96;
  transition: stroke-dashoffset 0.5s ease-in-out 0s, background 0.25s ease-in-out 0.3s, border-color 0.25s ease-in-out 0.3s;
}
@media (min-width: 576px) {
  .quiz__question__checkbox {
    border-width: 0.0625rem;
  }
}
.quiz__input {
  margin: 0 0 1rem;
}
.quiz input[type=radio] {
  display: none;
}
.quiz input[type=radio] + label {
  padding-left: 2.25rem;
}
.quiz input[type=radio] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.75rem;
  border-radius: 50%;
  border: 1px solid #778a96;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .quiz input[type=radio] + label:before {
    border: 0.0625rem solid #778a96;
  }
}
.quiz input[type=radio]:checked + label:before {
  border-width: 0.5rem;
  border-color: #00489a;
}
.quiz input[type=checkbox] {
  display: none;
}
.quiz input[type=checkbox] + label {
  display: flex;
  align-items: center;
}
.quiz input[type=checkbox]:checked + label .quiz__question__checkbox {
  background: #00489a;
  border-color: #00489a;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.5s ease-in-out 0.2s, background 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
.quiz__txt {
  /*margin: 2.5rem 0 5rem;*/
  margin: 2.5rem 0 1rem;
  font-size: 1rem;
  opacity: 0.8;
}
@media (min-width: 1000px) {
  .quiz__txt {
    font-size: calc(10.5355px + 0.546448vw);
  }
}
@media (min-width: 1366px) {
  .quiz__txt {
    font-size: 1.125rem;
  }
}
.quiz .btn, .quiz button,
.quiz a.button,
.quiz input[type=submit] {
  width: 100%;
  font-size: 1.125rem;
}
@media (min-width: 1000px) {
  .quiz .btn, .quiz button,
  .quiz a.button,
  .quiz input[type=submit] {
    padding: 1.125rem 1.5rem;
    border-radius: 1rem;
    font-size: 1.25rem;
  }
}

.btn, button,
a.button,
input[type=submit] {
  display: inline-block;
  padding: 0.6875rem 1.5rem;
  border-radius: 0.75rem;
  border: none;
  transition: all 0.3s ease-out;
  text-transform: none;
  text-align: center;
  cursor: pointer;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: 0;
}
.btn, button,
a.button,
input[type=submit] {
  text-decoration: none !important;
}
.btn:hover, button:hover,
a.button:hover,
input[type=submit]:hover, .btn:active, button:active,
a.button:active,
input[type=submit]:active, .btn:focus, button:focus,
a.button:focus,
input[type=submit]:focus {
  text-decoration: none !important;
}
.btn--disabled, .btn:disabled, button:disabled,
a.button:disabled,
input[type=submit]:disabled {
  background: #f6f7f8 !important;
  box-shadow: none;
  color: #778a96;
}
.btn--disabled:hover, .btn--disabled:active, .btn--disabled:focus, .btn:disabled:hover, button:disabled:hover,
a.button:disabled:hover,
input[type=submit]:disabled:hover, .btn:disabled:active, button:disabled:active,
a.button:disabled:active,
input[type=submit]:disabled:active, .btn:disabled:focus, button:disabled:focus,
a.button:disabled:focus,
input[type=submit]:disabled:focus {
  background: #f6f7f8 !important;
  transform: none;
  box-shadow: none;
  color: #778a96;
}
.btn--primary, button,
a.button,
input[type=submit] {
  background: #00489a;
  color: #fff;
}
.btn--primary:disabled, button:disabled,
a.button:disabled,
input[type=submit]:disabled {
  background: #f6f7f8 !important;
  box-shadow: none;
  color: #778a96;
}
.btn--primary:disabled:hover, button:disabled:hover,
a.button:disabled:hover,
input[type=submit]:disabled:hover, .btn--primary:disabled:active, button:disabled:active,
a.button:disabled:active,
input[type=submit]:disabled:active, .btn--primary:disabled:focus, button:disabled:focus,
a.button:disabled:focus,
input[type=submit]:disabled:focus {
  background: #f6f7f8 !important;
  transform: none;
  box-shadow: none;
  color: #778a96;
}
.btn--primary:hover, button:hover,
a.button:hover,
input[type=submit]:hover, .btn--primary:active, button:active,
a.button:active,
input[type=submit]:active, .btn--primary:focus, button:focus,
a.button:focus,
input[type=submit]:focus {
  background: #406eb0;
  color: #fff;
}
.btn--secondary {
  background: transparent;
  border: 1px solid #00489a;
  color: #00489a;
}
@media (min-width: 576px) {
  .btn--secondary {
    border-width: 0.0625rem;
  }
}
.btn--secondary:hover, .btn--secondary:active, .btn--secondary:focus {
  background: rgba(0, 72, 154, 0.082);
  color: #00489a;
}
.btn--secondary:disabled {
  background: #f6f7f8 !important;
  box-shadow: none;
  color: #778a96;
}
.btn--secondary:disabled:hover, .btn--secondary:disabled:active, .btn--secondary:disabled:focus {
  background: #f6f7f8 !important;
  transform: none;
  box-shadow: none;
  color: #778a96;
}

.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2100;
  max-height: 8.125rem;
  transform: translateY(0);
  transition: all 0.5s ease-out;
}
.cookie.cookie--hidden {
  max-height: 0;
  overflow: hidden;
  transform: translateY(150%);
}
.cookie__inner {
  padding: 0.75rem;
  background: #fff;
  text-align: center;
}
.cookie__txt {
  margin: 0 0 0.5rem;
  font-size: 0.6875rem;
}
@media (min-width: 1000px) {
  .cookie__txt {
    font-size: calc(-8.1256px + 1.9125vw);
  }
}
@media (min-width: 1366px) {
  .cookie__txt {
    padding: 1rem 4rem;
    font-size: 1.125rem;
  }
}
.cookie__btn {
  margin-left: 0.5rem;
}
.cookie__btn .btn, .cookie__btn button,
.cookie__btn a.button,
.cookie__btn input[type=submit] {
  padding: 0.3125rem 0.9375rem;
  border-radius: 0.3125rem;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: none;
}

/* stylelint-disable no-descending-specificity */
.footer {
  padding: 2.5rem 1.25rem 0;
  background: #00489a;
  color: #fff;
}
@media (min-width: 1000px) {
  .footer {
    padding: 4.37rem 0 0;
  }
}
.footer a {
  color: #fff;
}
.footer a:hover, .footer a:focus, .footer a:active {
  outline: none;
  color: #fff;
}
.footer__top {
  margin: 0 0 2.5rem;
}
@media (min-width: 1000px) {
  .footer__top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer__top > div {
    flex: 0 1 50%;
  }
}
.footer__logo {
  width: 10.25rem;
  margin: 0 0 2.5rem;
}
.footer__logo .logo {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1000px) {
  .footer__logo .logo {
    width: 15rem;
  }
}
.footer__logo .logo img {
  width: 100%;
  height: auto;
}
.footer__contacts {
  margin: 0 0 1.875rem;
}
@media (min-width: 1000px) {
  .footer__contacts {
    margin: 0 0 2.5rem;
    text-align: right;
  }
}
.footer__tel {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}
.footer__tel a {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  color: #51b44c;
}
@media (min-width: 1000px) {
  .footer__tel a {
    font-size: 2.5;
  }
}
.footer__tel a:hover, .footer__tel a:focus, .footer__tel a:active {
  color: #51b44c;
}
.footer__time {
  margin: 0 0 2.5rem;
  font-size: 1rem;
}
@media (min-width: 1000px) {
  .footer__time {
    order: 4;
    margin: 0;
    text-align: right;
  }
}
.footer__time b {
  display: block;
  margin: 0 0 0.5rem;
}
.footer__time span {
  display: inline-block;
  text-align: right;
}
.footer__soc {
  align-self: center;
}
.footer__soc__inner {
  display: flex;
  gap: 0.5rem;
}
@media (min-width: 1000px) {
  .footer__soc__inner {
    /*width: 20.9375rem;*/
    width: 15.9375rem;
  }
}
.footer__soc__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  flex: 0 1 50%;
  height: 3rem;
  background-color: #009be3;
  border-radius: 0.9375rem;
  font-weight: 700;
}
.footer__soc__item--max {
  background: url("https://static.tildacdn.com/tild3535-6466-4233-b830-313966623464/bg-max.png") no-repeat center/cover;
}
.footer__middle {
  padding: 0 0 2rem;
}
@media (min-width: 1000px) {
  .footer__middle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.footer__data {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  font-weight: 700;
}
@media (min-width: 1000px) {
  .footer__data {
    flex: 0 0 50%;
    align-self: self-end;
    margin: 0 0 1.25rem;
    order: 1;
    font-size: 1rem;
    text-align: right;
  }
}
.footer__data span {
  margin: 0 0.3rem;
}
.footer__links {
  list-style: none;
  margin: 0 0 1.875rem;
  padding: 0;
}
@media (min-width: 1000px) {
  .footer__links {
    display: flex;
    align-self: center;
    order: 3;
    margin: 0 0 0 auto;
  }
}
.footer__links li {
  padding: 0;
}
@media (min-width: 1000px) {
  .footer__links li {
    margin: 0 0 0 1.5rem;
  }
  .footer__links li:last-child {
    margin: 0 0 0 1.5rem;
  }
}
@media (min-width: 1366px) {
  .footer__links li {
    margin: 0 0 0 3.125rem;
  }
  .footer__links li:last-child {
    margin: 0 0 0 3.125rem;
  }
}
.footer__links li:before {
  display: none;
}
.footer__links li a {
  font-size: 0.8125rem;
  font-weight: 400;
}
.footer__oferta {
  margin: 0 0 3.75rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.18;
}
@media (min-width: 1000px) {
  .footer__oferta {
    order: 0;
    flex: 0 0 50%;
    align-self: center;
    margin: 0 0 1.25rem;
  }
}
.footer__copyright {
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 1000px) {
  .footer__copyright {
    order: 2;
    text-align: left;
  }
}
.footer__bottom {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  padding: 0.75rem 0;
  background: #fff;
  box-shadow: 0 -0.5rem 1.25rem 0 rgba(0, 0, 0, 0.05);
  font-size: 0.6875rem;
  line-height: 0.84375rem;
  text-align: center;
  color: #1b1f3b;
}
@media (min-width: 1000px) {
  .footer__bottom {
    padding: 1.53rem 0;
    font-size: 0.875rem;
    line-height: 1.25;
  }
}

.form__group {
  margin: 0 0 0.5rem;
}
.form__group--submit {
  margin: 2.5rem 0 1rem;
}
.form__group--submit .btn, .form__group--submit button,
.form__group--submit a.button,
.form__group--submit input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.625rem;
}
.form__group--text {
  margin: 0;
  font-size: 0.875rem;
  text-align: center;
}

/* stylelint-disable no-descending-specificity */
.header {
  width: 100%;
  transition: all 0.3s ease-out;
}
.header .section {
  padding: 0 1.25rem;
}
@media (min-width: 1000px) {
  .header .section {
    padding: 0 4%;
  }
}
.header .logo {
  align-items: center;
  width: 6.125rem;
}
@media (min-width: 1000px) {
  .header .logo {
    width: 10rem;
  }
}
.header .logo svg {
  width: 100%;
  height: auto;
}
.header .logo svg path {
  fill: #00489a;
}
.header__top {
  background: #f6f7f8;
}
.header__top .section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3rem;
}
.header__top__location {
  display: none;
}
@media (min-width: 1000px) {
  .header__top__location {
    display: flex;
    align-items: center;
  }
}
.header__top__txt {
  margin-left: 0.25rem;
  font-size: 0.875rem;
}
@media (min-width: 1000px) {
  .header__top__txt {
    font-size: 1rem;
  }
}
.header__top__logo {
  display: flex;
}
@media (min-width: 1000px) {
  .header__top__logo {
    display: none;
  }
}
.header__top__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__top__phone {
  margin-left: 0.875rem;
  line-height: 1.5;
  font-size: 1rem;
  color: #1b1f3b;
}
.header__top__phone:hover, .header__top__phone:focus, .header__top__phone:active {
  color: #1b1f3b;
}
@media (min-width: 1000px) {
  .header__top__phone {
    margin-left: 1.5rem;
  }
}
.header__top__phone span {
  display: none;
}
@media (min-width: 1000px) {
  .header__top__phone span {
    display: inline-block;
    height: 1.71875rem;
  }
}
@media (min-width: 1000px) {
  .header__top__phone svg {
    display: none;
  }
}
.header__top__teleg svg {
  display: block;
}
.header__top__max {
  margin-left: 0.875rem;
}
.header__top__max svg {
  display: block;
}
.header__bottom {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 3rem;
  background: #fff;
}
@media (min-width: 1000px) {
  .header__bottom {
    height: 4rem;
  }
}
.header__bottom .section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header__bottom__logo {
  display: none;
}
@media (min-width: 1000px) {
  .header__bottom__logo {
    display: flex;
  }
}
.header__bottom__phone {
  font-size: 0.875rem;
  color: #1b1f3b;
}
@media (min-width: 1000px) {
  .header__bottom__phone {
    display: none;
  }
}
.header__bottom__phone:hover, .header__bottom__phone:focus, .header__bottom__phone:active {
  color: #1b1f3b;
}
.header__bottom .btn, .header__bottom button,
.header__bottom a.button,
.header__bottom input[type=submit] {
  padding: 0.375rem 0.5rem;
}
@media (min-width: 1000px) {
  .header__bottom .btn, .header__bottom button,
  .header__bottom a.button,
  .header__bottom input[type=submit] {
    padding: 0.6875rem 1.5rem;
  }
}

.popup-form {
  position: relative;
  width: 100%;
  max-width: 28.125rem;
  margin: 2rem 0 1.5rem;
  background: #fff;
  border-radius: 1.5rem;
  transform: translate(0, 100%);
  transition: transform 0.3s ease-out 0.3s;
}
@media (min-width: 1000px) {
  .popup-form {
    height: auto;
    border-radius: 1.5rem;
  }
}
.popup-cover__closed .popup-form {
  position: static;
}
.popup-cover__open .popup-form {
  transform: translate(0, 0);
  transition: transform 0.3s ease-out 0.3s;
}
@media (min-width: 1000px) {
  .popup-form--failure {
    width: 23.4375rem;
    margin-top: 2rem;
  }
}
.popup-form__icon {
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  background: #f6f7f8;
  border: 0.1875rem solid #00489a;
  transform: translate(-50%, -50%);
}
.popup-form__icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.popup-form__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 3rem;
  right: 1.25rem;
  z-index: 2000;
  width: 2.625rem;
  height: 2.625rem;
  margin: 0;
  background: #f6f7f8;
  border-radius: 0.875rem;
  cursor: pointer;
}
.popup-form__close svg {
  width: 1rem;
  height: auto;
}
.popup-form__form {
  padding: 3rem 1.25rem 2rem;
}
.popup-form__form .form__group {
  margin: 0 0 1rem;
}
.popup-form__form .form__group--text {
  color: #778a96;
}
.popup-form__form .form__group--text a {
  color: #00489a;
}
.popup-form__form .form__group--text a:hover, .popup-form__form .form__group--text a:focus, .popup-form__form .form__group--text a:active {
  color: #00489a;
}
.popup-form__form .form__group--submit {
  margin: 1rem 0;
}
.popup-form__form .form__group--submit button {
  height: auto;
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
}
@media (min-width: 1000px) {
  .popup-form__form .form__group--submit button {
    padding: 1.125rem 1.5rem;
    font-size: 1.25rem;
  }
}
.popup-form__form label {
  margin: 0 0 0.375rem;
  font-size: 1rem;
  font-weight: 400;
  color: #1b1f3b;
}
@media (min-width: 1000px) {
  .popup-form__form label {
    font-size: 1.125rem;
  }
}
.popup-form__title {
  margin: 0 0 0.5rem;
  padding-right: 3.375rem;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 1000px) {
  .popup-form__title {
    font-size: 2.375rem;
  }
}
.popup-form__title2 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 1000px) {
  .popup-form__title2 {
    font-size: 1.5rem;
  }
}
.popup-form__soc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1rem;
}
.popup-form__soc__item {
  display: block;
  width: 2rem;
  margin: 0 0.5rem;
}
.popup-form__soc svg {
  display: block;
  width: 2rem;
  height: 2rem;
}
.popup-form__text {
  margin: 0 0 1rem;
  font-size: 1rem;
}
@media (min-width: 1000px) {
  .popup-form__text {
    font-size: 1.125rem;
  }
}
.popup-form__img {
  text-align: center;
}

.popup-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(27, 31, 59, 0.6);
  transition: all 0.3s ease-out;
}
.popup-cover__closed {
  height: 0;
}

.hide {
  display: none !important;
}

/* stylelint-disable no-descending-specificity */
/* Slider */
.slickjs {
  display: flex;
}
.slickjs.slick-initialized {
  display: block;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
}
.slick-vertical .slick-track {
  display: block;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  min-height: 1px;
  height: inherit;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  backface-visibility: hidden;
  perspective: 1000;
}
.slick-slide > div {
  height: 100%;
  width: 100%;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: flex;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  height: 22px;
  width: 22px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 22px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-controls {
  margin: 1.25rem 0 0;
}

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 !important;
  width: 100%;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.3125rem !important;
  padding: 0;
  background: #b6b9bc;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.slick-dots li:before {
  display: none !important;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 100%;
  width: 10%;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background: #00489a;
}

.overflow-slider-with-all-visible {
  transition: opacity 0.2s;
  opacity: 0;
}
.overflow-slider-with-all-visible.slick-initialized {
  opacity: 1;
}
.overflow-slider-with-all-visible .slick-list {
  overflow: visible;
}
.overflow-slider-with-all-visible .slick-slide {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.overflow-slider-with-all-visible .slick-slide.slick-active, .overflow-slider-with-all-visible .slick-slide.slick-current {
  opacity: 1;
}
.overflow-slider-with-all-visible .slick-slide .injected {
  opacity: 1;
  transition: opacity 0.2s;
}
.overflow-slider-with-all-visible .slick-slide .injected.loading {
  opacity: 0;
}

.overflow-slider-with-fade {
  transition: opacity 0.2s;
  opacity: 0;
}
.overflow-slider-with-fade.slick-initialized {
  opacity: 1;
}
.overflow-slider-with-fade .slick-list {
  overflow: visible;
}
.overflow-slider-with-fade .slick-slide {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.overflow-slider-with-fade .slick-slide.slick-active, .overflow-slider-with-fade .slick-slide.slick-current {
  opacity: 1;
}
.overflow-slider-with-fade .slick-slide.slick-active + .slick-slide, .overflow-slider-with-fade .slick-slide.slick-current + .slick-slide {
  opacity: 1;
}
.overflow-slider-with-fade .slick-slide .injected {
  opacity: 1;
  transition: opacity 0.2s;
}
.overflow-slider-with-fade .slick-slide .injected.loading {
  opacity: 0;
}

.overflow-slider-fade-single {
  transition: opacity 0.2s;
  opacity: 0;
}
.overflow-slider-fade-single.slick-initialized {
  opacity: 1;
}
.overflow-slider-fade-single .slick-list {
  overflow: visible;
}
.overflow-slider-fade-single .slick-slide {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.overflow-slider-fade-single .slick-slide.slick-active, .overflow-slider-fade-single .slick-slide.slick-current {
  opacity: 1;
}
.overflow-slider-fade-single .slick-slide .injected {
  opacity: 1;
  transition: opacity 0.2s;
}
.overflow-slider-fade-single .slick-slide .injected.loading {
  opacity: 0;
}

.warning {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1010;
  padding: 1rem 1.25rem;
  background: #fff;
  border-top: 1px solid #e2e8f0;
  font-size: 0.6875rem;
  text-align: center;
}
@media (min-width: 576px) {
  .warning {
    border-width: 0.0625rem;
  }
}
@media (min-width: 1000px) {
  .warning {
    padding: 1rem 4%;
    font-size: calc(-8.1256px + 1.9125vw);
  }
}
@media (min-width: 1366px) {
  .warning {
    padding: 1rem 4rem;
    font-size: 1.125rem;
  }
}

.doc .header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #00489a;
}
.doc .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
}
.doc .header__logo {
  width: 9.375rem;
}
.doc .header__logo svg {
  width: 100%;
  height: auto;
}
.doc__text {
  padding: 2.5rem 0 3.75rem;
}
.doc h1 {
  margin: 0 0 1.25rem;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 1000px) {
  .doc h1 {
    margin: 0 0 2rem;
  }
}
.doc h2 {
  margin: 2rem 0 1.25rem;
  text-transform: none;
}
.doc .container {
  max-width: 53.75rem;
}
.doc a {
  color: #00489a !important;
}

.header__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
}
.header__close svg {
  width: 80%;
  height: auto;
}
/*# sourceMappingURL=main.css.map */
