/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
  --darkgrey: #3D444D;
  --brand: #FF8200;
  --grey: #00263E;
  --white: #ffffff;
  --dashImage: url("data:image/svg+xml,%3Csvg width='93' height='2' viewBox='0 0 93 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L92 1.00001' stroke='%23DA2128' stroke-linecap='round' stroke-dasharray='6 6'/%3E%3C/svg%3E");
}

@font-face {
  font-family: "Brandon Text";
  src: url(../fonts/BrandonText-RegularItalic.eot);
  src: local("Brandon Text Regular Italic"), local("BrandonText-RegularItalic"), url(../fonts/BrandonText-RegularItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-RegularItalic.woff) format("woff"), url(../fonts/BrandonText-RegularItalic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Text";
  src: url(../fonts/BrandonText-Thin.eot);
  src: local("Brandon Text Thin"), local("BrandonText-Thin"), url(../fonts/BrandonText-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-Thin.woff) format("woff"), url(../fonts/BrandonText-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Text";
  src: url(../fonts/BrandonText-Bold.eot);
  src: local("Brandon Text Bold"), local("BrandonText-Bold"), url(../fonts/BrandonText-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-Bold.woff) format("woff"), url(../fonts/BrandonText-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Text";
  src: url(../fonts/BrandonText-LightItalic.eot);
  src: local("Brandon Text Light Italic"), local("BrandonText-LightItalic"), url(../fonts/BrandonText-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-LightItalic.woff) format("woff"), url(../fonts/BrandonText-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Text";
  src: url(../fonts/BrandonText-Black.eot);
  src: local("Brandon Text Black"), local("BrandonText-Black"), url(../fonts/BrandonText-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-Black.woff) format("woff"), url(../fonts/BrandonText-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Text";
  src: url(../fonts/BrandonText-ThinItalic.eot);
  src: local("Brandon Text Thin Italic"), local("BrandonText-ThinItalic"), url(../fonts/BrandonText-ThinItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-ThinItalic.woff) format("woff"), url(../fonts/BrandonText-ThinItalic.ttf) format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Text";
  src: url(../fonts/BrandonText-Light.eot);
  src: local("Brandon Text Light"), local("BrandonText-Light"), url(../fonts/BrandonText-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-Light.woff) format("woff"), url(../fonts/BrandonText-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Text";
  src: url(../fonts/BrandonText-BoldItalic.eot);
  src: local("Brandon Text Bold Italic"), local("BrandonText-BoldItalic"), url(../fonts/BrandonText-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-BoldItalic.woff) format("woff"), url(../fonts/BrandonText-BoldItalic.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Text";
  src: url(../fonts/BrandonText-Medium.eot);
  src: local("Brandon Text Medium"), local("BrandonText-Medium"), url(../fonts/BrandonText-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-Medium.woff) format("woff"), url(../fonts/BrandonText-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Text";
  src: url(../fonts/BrandonText-MediumItalic.eot);
  src: local("Brandon Text Medium Italic"), local("BrandonText-MediumItalic"), url(../fonts/BrandonText-MediumItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-MediumItalic.woff) format("woff"), url(../fonts/BrandonText-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Text";
  src: url(../fonts/BrandonText-Regular.eot);
  src: local("Brandon Text Regular"), local("BrandonText-Regular"), url(../fonts/BrandonText-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-Regular.woff) format("woff"), url(../fonts/BrandonText-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Text";
  src: url(../fonts/BrandonText-BlackItalic.eot);
  src: local("Brandon Text Black Italic"), local("BrandonText-BlackItalic"), url(../fonts/BrandonText-BlackItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-BlackItalic.woff) format("woff"), url(../fonts/BrandonText-BlackItalic.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
}
* {
  font-family: "Brandon Text";
  line-height: 1.25;
  text-decoration: none;
  outline: none !important;
}

:root {
  scroll-padding-top: var(--headerHeight);
  background: #F3F4F5;
}

body {
  max-width: 1920px;
  margin: auto !important;
}

.tns-visually-hidden {
  display: none;
}

.tns-item,
.slider-nav__item {
  outline: none !important;
}

button {
  cursor: pointer;
}

.container {
  max-width: min(1170px, 100vw - 50px);
  width: 100%;
  margin: auto;
  padding: 0 var(--x-offset);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .container.header-container {
    padding: 0;
    max-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .container.header-container {
    padding: 0 13vw 0 5vw;
    margin: 0;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.sectionHeading {
  font-size: 44px;
  font-weight: 400;
  color: #00263E;
  margin: 82px 0 51px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 1241px) and (max-width: 1399px) {
  .sectionHeading {
    margin: 46px 0 51px;
  }
}
@media screen and (min-width: 1400px) {
  .sectionHeading {
    margin: 101px 0 74px;
  }
  .sectionHeading.sectionHeading__aboutPage {
    margin: 101px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .sectionHeading--desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sectionHeading--mobile {
    display: none;
  }
}
@media (max-width: 1500px) {
  .sectionHeading {
    font-size: 36px;
  }
}
@media (max-width: 1239px) and (min-width: 768px) {
  .sectionHeading {
    margin: 0 auto;
    margin-top: 26px;
    margin-bottom: 22px;
    font-size: 3.385vw;
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  .sectionHeading {
    font-size: 4.074vw;
    line-height: 1.64;
    margin-top: 20px;
    margin-bottom: 17px;
    padding: 0 var(--x-offset);
  }
}
@media (max-width: 540px) {
  .sectionHeading {
    font-size: 5.7vw;
    line-height: 1.64;
  }
}

@media (max-width: 1239px) {
  .container .sectionHeading {
    padding: 0;
  }
}

header {
  background-color: #fff;
  padding: var(--header-y-offset) 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  height: var(--header-height);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  header {
    height: auto;
    padding: 4.6vw 0px;
  }
}
header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header .header__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header .header__column .header__burger {
  width: 20px;
  height: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 26px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border: none;
  padding: 0;
  background-color: transparent;
}
@media (max-width: 1239px) {
  header .header .header__column .header__burger {
    width: 17px;
    height: 14px;
    margin-right: 14px;
  }
}
@media (max-width: 767px) {
  header .header .header__column .header__burger {
    width: 26px;
    height: 13px;
    position: absolute;
    right: var(--x-offset);
    margin-right: 0;
  }
}
header .header .header__column .header__burger span, header .header .header__column .header__burger::before, header .header .header__column .header__burger::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--darkgrey);
  position: absolute;
  left: 0;
  display: block;
}
@media (max-width: 1239px) {
  header .header .header__column .header__burger span, header .header .header__column .header__burger::before, header .header .header__column .header__burger::after {
    height: 2px;
  }
}
@media (max-width: 767px) {
  header .header .header__column .header__burger span, header .header .header__column .header__burger::before, header .header .header__column .header__burger::after {
    height: 1px;
  }
}
header .header .header__column .header__burger::before {
  top: 0;
}
header .header .header__column .header__burger::after {
  bottom: 0;
}
header .header .header__column .header__brand {
  max-width: 182.64px;
  max-height: 47px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 1239px) {
  header .header .header__column .header__brand {
    width: 16.03vw;
  }
}
@media (max-width: 767px) {
  header .header .header__column .header__brand {
    width: 38.5vw;
  }
}
header .header .header__column .header__brand .brand__img {
  width: inherit;
  max-width: inherit;
  height: inherit;
  max-height: inherit;
}
header .header .header__column .header__link {
  font-size: 16px;
  font-weight: 600;
  color: var(--brand);
  white-space: nowrap;
}
@media (max-width: 1239px) {
  header .header .header__column .header__link {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  header .header .header__column .header__link {
    display: none;
  }
}
header .header .header__column .header__btn {
  padding: 0.95em 1.5em;
  background-color: var(--brand);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 16px;
  border: none;
}
@media (max-width: 1239px) {
  header .header .header__column .header__btn {
    font-size: 9px;
    padding: 0.7em 1.1em;
    margin-left: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  header .header .header__column .header__btn {
    margin-right: 1.4em;
    margin-left: 0;
    padding: 0.8em 1.5em;
    font-size: 3.125vw;
  }
}
header .header .header__column .header__btn-text-desctop {
  white-space: nowrap;
}
@media (max-width: 767px) {
  header .header .header__column .header__btn-text-desctop {
    display: none;
  }
}
header .header .header__column .header__btn-text-mobile {
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  header .header .header__column .header__btn-text-mobile {
    display: none;
  }
}
header .header .header__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 767px) {
  header .header .header__nav {
    display: none;
  }
}
header .header .header__nav .nav__item {
  font-size: 12px;
  font-weight: 500;
  --textColor: var(--grey);
  color: var(--textColor);
  text-transform: uppercase;
  margin-left: 30px;
  white-space: nowrap;
  position: relative;
}
header .header .header__nav .nav__item[aria-current=page] {
  --textColor: var(--brand);
}
header .header .header__nav .nav__item::before, header .header .header__nav .nav__item::after {
  content: "";
  position: absolute;
  top: calc(100% + 0.1em);
  height: 1px;
  background: var(--textColor);
  -webkit-transition: left 0.3s ease-in, right 0.3s ease-in;
  -o-transition: left 0.3s ease-in, right 0.3s ease-in;
  transition: left 0.3s ease-in, right 0.3s ease-in;
}
header .header .header__nav .nav__item::before {
  left: 0;
  right: 100%;
}
header .header .header__nav .nav__item::after {
  right: 0;
  left: 100%;
}
header .header .header__nav .nav__item:hover::before, header .header .header__nav .nav__item:hover::after {
  left: 0;
  right: 0;
}
@media (max-width: 1239px) {
  header .header .header__nav .nav__item {
    font-size: 10px;
    margin-left: 10px;
  }
}
header .header .header__nav .nav__item:first-of-type {
  margin-left: 0;
}

footer {
  background-color: var(--grey);
  padding: 50px 0;
}
footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  footer .footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .footer .footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1239px) and (min-width: 768px) {
  footer .footer .footer__top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px 0;
    gap: 50px 0;
  }
}
@media (max-width: 767px) {
  footer .footer .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .footer .footer__top .footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1239px) and (min-width: 768px) {
  footer .footer .footer__top .footer__column:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  footer .footer .footer__top .footer__column:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-row: 2/3;
  }
  footer .footer .footer__top .footer__column:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    grid-row: 2/3;
  }
  footer .footer .footer__top .footer__column:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    grid-column: 3/4;
    grid-row: 1/3;
  }
}
@media (max-width: 767px) {
  footer .footer .footer__top .footer__column {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .footer .footer__top .footer__column .footer__logo {
  max-width: 170px;
  max-height: 44px;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
footer .footer .footer__top .footer__column .footer__logo:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  footer .footer .footer__top .footer__column .footer__logo {
    margin-bottom: 25px;
  }
}
footer .footer .footer__top .footer__column .footer__logo .logo__img {
  width: 100%;
  height: 100%;
}
footer .footer .footer__top .footer__column .footer__nav-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  color: var(--white);
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0.5;
}
footer .footer .footer__top .footer__column .footer__nav-link:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  footer .footer .footer__top .footer__column .footer__nav-link {
    font-size: 4.375vw;
  }
}
footer .footer .footer__top .footer__column.footer__contacts {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  footer .footer .footer__top .footer__column.footer__contacts {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 7.825vw;
  }
}
footer .footer .footer__top .footer__column.footer__contacts .footer__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  opacity: 0.7;
  color: var(--white);
}
@media (max-width: 1239px) {
  footer .footer .footer__top .footer__column.footer__contacts .footer__area {
    display: none;
  }
}
footer .footer .footer__top .footer__column.footer__contacts .footer__area .footer__personal {
  width: 17px;
  height: 17px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  footer .footer .footer__top .footer__column.footer__contacts .footer__social {
    margin-top: 7.825vw;
  }
}
footer .footer .footer__top .footer__column.footer__contacts .footer__social .social__heading {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.7;
  color: var(--white);
  text-align: right;
  margin: 0 0 18px;
}
@media (max-width: 767px) {
  footer .footer .footer__top .footer__column.footer__contacts .footer__social .social__heading {
    font-size: 4.375vw;
  }
}
footer .footer .footer__top .footer__column.footer__contacts .footer__social .social__icons {
  display: grid;
  grid-auto-flow: column;
  gap: 14px;
}
footer .footer .footer__top .footer__column.footer__contacts .footer__social .social__icons .social__item {
  opacity: 0.9;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
footer .footer .footer__top .footer__column.footer__contacts .footer__social .social__icons .social__item:hover {
  opacity: 1;
}
footer .footer .footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 98px;
}
@media (max-width: 767px) {
  footer .footer .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 7.825vw;
  }
}
footer .footer .footer__bottom .footer__text {
  font-size: 16px;
  font-weight: 500;
  font-family: "Brandon Text";
  color: var(--white);
  opacity: 0.5;
  margin: 0;
}
@media (max-width: 767px) {
  footer .footer .footer__bottom .footer__text {
    text-align: center;
    margin-top: 7.825vw;
    font-size: 5vw;
  }
}
footer .footer .footer__bottom a.footer__text {
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
footer .footer .footer__bottom a.footer__text:hover {
  opacity: 1;
}
footer .footer__phone {
  font-size: 20px;
  font-weight: 400;
  opacity: 0.5;
  color: var(--white);
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 767px) {
  footer .footer__phone {
    font-size: 6.25vw;
  }
}
footer .footer__phone:hover {
  opacity: 1;
}
footer .footer__phone + .footer__phoneHeader {
  margin-top: 0.8em;
}
footer .footer__phoneHeader {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 110%;
  /* identical to box height, or 18px */
  text-align: right;
  margin: 0;
  opacity: 0.5;
  color: var(--white);
}
footer .footer__group {
  display: grid;
  grid-auto-flow: column;
  gap: 20px;
}
@media (max-width: 767px) {
  footer .footer__group {
    grid-auto-flow: row;
    justify-items: center;
  }
}

label.labeled-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  --fontSize: 11px;
  font-size: var(--fontSize);
}
label.labeled-checkbox .labeled-checkbox__inline-link {
  --textColor: inherit;
  color: var(--textColor);
}
label.labeled-checkbox .checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  --size: 16px;
  --color: #425563;
  width: var(--size);
  height: var(--size);
  position: relative;
  margin: 0.3em;
}
label.labeled-checkbox .checkbox::before, label.labeled-checkbox .checkbox::after {
  content: "";
  z-index: 10;
  width: var(--size);
  height: var(--size);
  position: absolute;
  pointer-events: all;
  border: 1px solid var(--color);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  --translate: translate(-50%, -50%);
  -webkit-transform: var(--translate);
      -ms-transform: var(--translate);
          transform: var(--translate);
  left: 50%;
  top: 50%;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}
label.labeled-checkbox .checkbox:checked::after {
  --size: 10px;
  background: var(--color);
}
label.labeled-checkbox .checkbox.custom-invalid {
  --color: #FF8200;
}
label.labeled-checkbox .checkbox.custom-invalid + span {
  color: #FF8200;
}

.tns-liveregion {
  display: none;
}

.videoPopupWrapper {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@supports (-webkit-touch-callout: none) {
  .videoPopupWrapper {
    height: var(--app-height);
  }
}
.videoPopupWrapper video {
  width: auto;
  height: 100%;
}
.videoPopupWrapper video:focus, .videoPopupWrapper:focus {
  border: none;
  outline: none;
}

.closeButton {
  position: absolute;
  top: 30px;
  right: 30px;
  margin: 0;
  padding: 0;
  border: none;
  z-index: 1;
  color: black;
  --sise: 30px;
  width: var(--sise);
  height: var(--sise);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
}

.slider-wrapper {
  margin: 6vw 0;
}

.slider-buttons {
  pointer-events: none;
  outline: none;
}
.slider-buttons button {
  pointer-events: all;
}

@media (max-width: 767px) {
  .soical__img {
    width: 9.375vw;
  }
}

@media screen and (min-width: 768px) {
  .howItWorksSection__slider-controlls {
    display: none;
  }
}
.slider-wrapper {
  position: relative;
  margin: 40px 0;
}

.howItWorksSection__slider-nav {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slider-controlls {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
.slider-controlls .slider-controll {
  width: min(50px, 7.5vw);
  height: min(50px, 7.5vw);
  border: none;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  left: 5px;
  top: 222.81vw;
  background: #EAEAEA;
  outline: none;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.slider-controlls .slider-controll .slider-controll__img {
  width: 100%;
  height: 100%;
}
.slider-controlls .slider-controll--next .slider-controll__img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slider-controlls .slider-controll:active {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

input[type=tel].form__field.custom-invalid,
input[type=email].form__field.custom-invalid,
input[type=text].form__field.custom-invalid {
  border: 1px solid var(--brand);
}
input[type=tel].form__field.custom-invalid::-webkit-input-placeholder, input[type=email].form__field.custom-invalid::-webkit-input-placeholder, input[type=text].form__field.custom-invalid::-webkit-input-placeholder {
  color: var(--brand);
}
input[type=tel].form__field.custom-invalid::-moz-placeholder, input[type=email].form__field.custom-invalid::-moz-placeholder, input[type=text].form__field.custom-invalid::-moz-placeholder {
  color: var(--brand);
}
input[type=tel].form__field.custom-invalid:-ms-input-placeholder, input[type=email].form__field.custom-invalid:-ms-input-placeholder, input[type=text].form__field.custom-invalid:-ms-input-placeholder {
  color: var(--brand);
}
input[type=tel].form__field.custom-invalid::-ms-input-placeholder, input[type=email].form__field.custom-invalid::-ms-input-placeholder, input[type=text].form__field.custom-invalid::-ms-input-placeholder {
  color: var(--brand);
}
input[type=tel].form__field.custom-invalid::placeholder,
input[type=email].form__field.custom-invalid::placeholder,
input[type=text].form__field.custom-invalid::placeholder {
  color: var(--brand);
}

input[type=checkbox].form__field.custom-invalid {
  --color: #FF8200;
}
input[type=checkbox].form__field.custom-invalid + span {
  color: #FF8200;
}

@media screen and (min-width: 1240px) {
  a[href]:not([tabindex="-1"]):focus-visible,
area[href]:not([tabindex="-1"]):focus-visible,
input:not([disabled]):not([tabindex="-1"]):focus-visible,
select:not([disabled]):not([tabindex="-1"]):focus-visible,
textarea:not([disabled]):not([tabindex="-1"]):focus-visible,
button:not([disabled]):not([tabindex="-1"]):focus-visible,
iframe:not([tabindex="-1"]):focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible,
[contentEditable=true]:not([tabindex="-1"]):focus-visible {
    outline: 2px rgba(215, 51, 56, 0.631) solid !important;
  }
}
.button-base {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.button-base:hover {
  background-color: var(--buttonHoverColor);
}
.button-base:active {
  background-color: var(--buttonClickColor);
}

.burger-popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background: #F3F4F5;
  z-index: 4000;
  --padding-ver: calc(368/1920*100vw);
  --padding-hor: 32px;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 767px) {
  .burger-popup {
    height: var(--app-height);
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media screen and (max-width: 1800px) {
  .burger-popup {
    --padding-ver: calc(128/1440*100vw);
  }
}
@media (max-width: 767px) {
  .burger-popup {
    --padding-ver: 6.875vw;
    --padding-hor: 5vw;
  }
}
.burger-popup.burger-popup--preload {
  display: block;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .burger-popup.burger-popup--preload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.burger-popup.burger-popup--open {
  display: block;
}
@media screen and (max-width: 767px) {
  .burger-popup.burger-popup--open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1239px) {
  .burger-popup__hoverAnimateWrapper {
    display: none;
  }
}

.header__burger {
  cursor: pointer;
}

.burger-popup__brand {
  position: absolute;
  right: calc(50% + 350px);
  top: calc(var(--padding-hor) - 14px);
  width: 182px;
  height: auto;
  z-index: 30;
}
.burger-popup__brand img {
  width: 100%;
}
@media (max-width: 1239px) {
  .burger-popup__brand {
    left: var(--padding-ver);
    right: auto;
  }
}
@media (max-width: 767px) {
  .burger-popup__brand {
    display: none;
  }
}

.burger-popup__activeArea {
  position: absolute;
  top: var(--padding-hor);
  right: var(--padding-ver);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-height: 781px;
  height: calc(100vh - 2 * var(--padding-hor));
}
@media screen and (max-width: 767px) {
  .burger-popup__activeArea {
    max-height: var(--app-height);
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: var(--padding-hor) 0 25vw;
    position: initial;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.burger-popup__area-close {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  grid-gap: 60px;
  gap: 60px;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}
@media screen and (max-width: 767px) {
  .burger-popup__area-close {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    grid-gap: 6.25vw;
    gap: 6.25vw;
  }
}

.burger-popup__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--brandColor);
}
.burger-popup__area:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .burger-popup__area {
    position: static;
    margin: 0 var(--padding-ver) 0 auto;
  }
}

.burger-popup__personal {
  width: 20px;
  height: 20px;
  margin-right: 13px;
}

.burger-popup__close {
  border: none;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 767px) {
  .burger-popup__close {
    position: static;
    margin: 0 var(--padding-ver) 0 auto;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.burger-popup__contacts {
  display: grid;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  grid-template-rows: 1fr;
  grid-gap: 25px;
  z-index: 100;
  gap: 25px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 767px) {
  .burger-popup__contacts {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .burger-popup__contacts .burger-popup__contactsPhone {
    margin-top: 7.82vw;
  }
}

.burger-popup__contactsPhone {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--brandColor);
  opacity: 0.7;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .burger-popup__contactsPhone {
    font-style: normal;
    font-weight: normal;
    font-size: 6.25vw;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #00263E;
  }
}

.burger-popup__contactsBtn {
  border: none;
  border-radius: 0;
  background: var(--brandColor);
  padding: 1em 1.5em;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}
@media (max-width: 767px) {
  .burger-popup__contactsBtn {
    font-size: 4.375vw;
    width: calc(100% - 2 * var(--padding-ver));
  }
}
.burger-popup__contactsBtn:hover {
  opacity: 0.9;
}

.burger-popup__nav {
  text-align: right;
  margin: 50px 0 0;
  font-style: normal;
  font-weight: 100;
  font-size: 38px;
  text-align: right;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #00263E;
  width: calc(100vw - var(--padding-ver));
}
@media screen and (max-width: 1239px) {
  .burger-popup__nav {
    margin: auto 0 1em;
  }
  .burger-popup__nav .mobile-hidden {
    display: none;
  }
}
@media (max-width: 767px) {
  .burger-popup__nav {
    position: static;
    margin: auto 0 3em;
    font-size: 5.625vw;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 25vw;
    font-weight: 300;
  }
}
.burger-popup__nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.burger-popup__nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .burger-popup__nav li:not(:last-child) {
    margin-bottom: 2.5vw;
  }
}
.burger-popup__nav li::before {
  content: "";
  height: 2px;
  width: 0;
  background: var(--brandColor);
  -webkit-transition: width 0.5s linear;
  -o-transition: width 0.5s linear;
  transition: width 0.5s linear;
  z-index: -10;
}
.burger-popup__nav li:hover::before {
  width: 100%;
}
.burger-popup__nav a {
  color: inherit;
  display: block;
  line-height: 1.1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  letter-spacing: -0.01em;
  margin-left: 1em;
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
.burger-popup__nav a:hover {
  will-change: font-weight, color;
  color: var(--brandColor);
}

.hoverAnimate {
  pointer-events: none;
}
.hoverAnimate--a1 img {
  position: absolute;
  --h: min(967px, 110.66vh);
  --w: calc(var(--h) * 0.8149);
  width: var(--w);
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: calc(50% - var(--w) * 0.5);
  bottom: calc(-1 * var(--h));
  z-index: 100;
}
.hoverAnimate--a2 img {
  position: absolute;
  width: 400px;
  left: var(--padding-ver);
  top: 100%;
}
.hoverAnimate--a2 video {
  position: absolute;
  width: 400px;
  left: var(--padding-ver);
  top: 100%;
}
.hoverAnimate--a3 video {
  position: absolute;
  left: var(--padding-ver);
  top: 100%;
  width: 500px;
  z-index: 1;
}
.hoverAnimate--a5 img {
  position: absolute;
  z-index: 10;
}
.hoverAnimate--a5 .a5_img_1 {
  left: -150px;
  bottom: 320px;
  width: 355px;
  height: auto;
}
.hoverAnimate--a5 .a5_img_2 {
  left: -54px;
  bottom: -20px;
  width: 283px;
  height: auto;
}
.hoverAnimate--a5 .a5_img_3 {
  left: 93px;
  bottom: -90px;
  width: 369px;
  height: auto;
}
.hoverAnimate--a5 .a5_img_4 {
  left: 380px;
  bottom: -76px;
  width: 126px;
  height: auto;
}
.hoverAnimate--a5 .a5_img_5 {
  left: 443px;
  bottom: -33px;
  width: 175px;
  height: auto;
}
.hoverAnimate--a5 .a5_img_6 {
  left: 335px;
  bottom: -55px;
  width: 204px;
  height: auto;
  z-index: -1;
}
.hoverAnimate--a5 .a5_img_7 {
  left: 463px;
  bottom: -55px;
  width: 200px;
  height: auto;
  z-index: -1;
}
.hoverAnimate--a5 .a5_img_8 {
  left: -131px;
  bottom: 320px;
  width: 448px;
  height: auto;
  z-index: -1;
}
.hoverAnimate--a6 img {
  position: absolute;
  z-index: 10;
}
.hoverAnimate--a6 .a6_img_1 {
  left: -103px;
  bottom: min(628px, 60vh);
  height: 189px;
  width: auto;
}
.hoverAnimate--a6 .a6_img_2 {
  left: -109px;
  bottom: min(426px, 43vh);
  height: 186px;
  width: auto;
}
.hoverAnimate--a6 .a6_img_3 {
  left: -17px;
  bottom: -22px;
  height: 474px;
  width: auto;
}
@media screen and (max-height: 800px) {
  .hoverAnimate--a6 .a6_img_3 {
    bottom: -11.2vh;
  }
}
.hoverAnimate--a6 .a6_img_4 {
  left: 156px;
  bottom: -27px;
}
.hoverAnimate--a6 .a6_img_5 {
  left: 216px;
  bottom: -83px;
}
.hoverAnimate--a6 .a6_img_6 {
  left: 381px;
  bottom: -68px;
}
.hoverAnimate--a7 {
  --t: 20s;
}
.hoverAnimate--a7 .ticker {
  position: absolute;
  width: 368px;
  z-index: 1;
  height: 100vh;
  background-repeat: repeat-y;
  background-size: cover;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hoverAnimate--a7 .ticker_1 {
  left: calc(50% - 422px);
  background-position: 0 0%;
  top: 100%;
  -webkit-animation: ticker1anim var(--t) linear 0s infinite;
          animation: ticker1anim var(--t) linear 0s infinite;
}
@-webkit-keyframes ticker1anim {
  from {
    background-position: 0 0%;
  }
  to {
    background-position: 0 calc(100% - 100vh);
  }
}
@keyframes ticker1anim {
  from {
    background-position: 0 0%;
  }
  to {
    background-position: 0 calc(100% - 100vh);
  }
}
.hoverAnimate--a7 .ticker_2 {
  left: calc(50% - 140px);
  background-position: 0 100%;
  bottom: 100%;
  -webkit-animation: ticker2anim var(--t) linear 0s infinite;
          animation: ticker2anim var(--t) linear 0s infinite;
}
@-webkit-keyframes ticker2anim {
  from {
    background-position: 0 100%;
  }
  to {
    background-position: 0 calc(0% + 100vh);
  }
}
@keyframes ticker2anim {
  from {
    background-position: 0 100%;
  }
  to {
    background-position: 0 calc(0% + 100vh);
  }
}
.hoverAnimate--a8 img {
  position: absolute;
  width: 525px;
  -webkit-transform: translate(-50%, -57%);
      -ms-transform: translate(-50%, -57%);
          transform: translate(-50%, -57%);
  left: calc(50% - 390px);
  top: 20%;
  z-index: 100;
}
.hoverAnimate--a8__about img {
  position: absolute;
  width: 764px;
  left: 20px;
  top: 15%;
  z-index: 100;
}
.hoverAnimate--a8__contacts img {
  position: absolute;
  width: 609px;
  left: 90px;
  top: 25%;
  z-index: 100;
}
.hoverAnimate--a9 img {
  position: absolute;
  --w: 789px;
  width: var(--w);
  right: calc(50% + var(--w));
  -webkit-transform: translateX(calc(100% - 100px));
      -ms-transform: translateX(calc(100% - 100px));
          transform: translateX(calc(100% - 100px));
}
@media screen and (min-width: 1240px) and (max-width: 1365px) {
  .hoverAnimate--a9 img {
    right: calc(50% + var(--w) + 40px);
  }
}
@media screen and (max-width: 1800px) {
  .hoverAnimate--a9 img {
    --w: min(700px, 50vw);
  }
}

.animation-4-contrast-color {
  color: var(--brandColor);
  font-size: 28px;
}

.animation-4 {
  --imgSize: 192px;
  position: absolute;
  top: 50%;
  left: calc(50% - var(--imgSize) - 400px);
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, var(--imgSize));
  grid-template-rows: repeat(2, var(--imgSize));
  grid-gap: 4px;
  gap: 4px;
}

.animation-4-1,
.animation-4-2,
.animation-4-3,
.animation-4-4 {
  position: relative;
  width: var(--imgSize);
  height: var(--imgSize);
}

.animation-4__text {
  position: absolute;
  font-weight: 500;
  font-size: 18px;
  opacity: 0;
}

.animation-4__img {
  width: 100%;
  height: 100%;
}

.animation-4-1__img {
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
}

.animation-4-2__img {
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}

.animation-4-3__img {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.animation-4-4__img {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.animation-4-1__text {
  text-align: left;
  bottom: calc(100% + 16px);
  left: calc(100% + 14px);
}

.animation-4-2__text {
  text-align: left;
  top: -30%;
  left: calc(130% + 14px);
}

.animation-4-3__text {
  text-align: right;
  top: calc(130% + 14px);
  right: 0%;
}

.animation-4-4__text {
  text-align: left;
  top: calc(130% + 14px);
  left: 0%;
}

body {
  position: relative;
}

.page-popup {
  display: none;
  position: fixed;
  z-index: 5000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: display 10s ease-in;
  -o-transition: display 10s ease-in;
  transition: display 10s ease-in;
  cursor: pointer;
}
@supports (-webkit-touch-callout: none) {
  .page-popup {
    height: var(--app-height);
  }
}

.popup-form {
  z-index: 0;
  width: 50%;
  min-width: 400px;
  max-width: 600px;
  background-color: white;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  position: absolute;
  cursor: default;
}
@media (max-width: 767px) {
  .popup-form .popup-form__form-heading {
    max-width: 80%;
  }
  .popup-form .popup-form__form-heading .headingLine {
    max-width: 100%;
  }
}
.popup-form__form-closingBlock {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (max-width: 767px) {
  .popup-form__form-closingBlock {
    right: 30px;
    top: 30px;
  }
}
.popup-form__form-closingBlock .popup-close {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.popup-form__form-closingBlock .popup-close:hover {
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
}
.popup-form__form-heading {
  color: #00263E;
  font-size: 30px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
}
.popup-form__form-heading .headingLine {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  border-bottom: 2px dashed #00263E;
  border-width: 100%;
  text-transform: uppercase;
}
.popup-form__form-description {
  color: #00263E;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 150%;
  width: 80%;
  margin-bottom: 17px;
}
.popup-form__form-buttonsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
}
.popup-form__button {
  width: 224px;
  height: 44px;
  color: white;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.07em;
  background-color: var(--brandColor);
  border: none;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
}
.popup-form__form-fieldsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  width: 80%;
}
.popup-form__form-fieldsBlock .checkbox-input {
  position: relative;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 0 !important;
}
.popup-form__form-fieldsBlock .checkbox-input__bullit {
  display: none;
}
.popup-form__form-fieldsBlock .checkbox-input__bullit:checked ~ .control-indicator:after {
  background-color: #425563;
}
.popup-form__form-fieldsBlock .checkbox-input__text {
  color: #425563;
  font-size: 12px;
  cursor: pointer;
}
.popup-form__form-fieldsBlock .checkbox-input .control-indicator {
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid #425563;
  border-radius: 50%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 5px;
  cursor: pointer;
}
.popup-form__form-fieldsBlock .checkbox-input .control-indicator:after {
  content: "";
  position: absolute;
  display: block;
  top: 10%;
  left: 10%;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.popup-form__field {
  width: 100%;
  height: 44px;
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 15px;
  font-size: 14px;
  padding: 15px;
  color: #00263E;
}
.popup-form__field:hover {
  border: 1px solid var(--brandColor);
}
.popup-form__field:hover::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--brandColor);
  opacity: 1;
  /* Firefox */
}
.popup-form__field:hover::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--brandColor);
  opacity: 1;
  /* Firefox */
}
.popup-form__field:hover:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--brandColor);
  opacity: 1;
  /* Firefox */
}
.popup-form__field:hover::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--brandColor);
  opacity: 1;
  /* Firefox */
}
.popup-form__field:hover::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--brandColor);
  opacity: 1;
  /* Firefox */
}
.popup-form__field:hover:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--brandColor);
}
.popup-form__field:hover::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--brandColor);
}
.popup-form__field:focus {
  outline: none;
  cursor: text;
}
.popup-form__field:focus::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: grey;
  opacity: 1;
  /* Firefox */
}
.popup-form__field:focus::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: grey;
  opacity: 1;
  /* Firefox */
}
.popup-form__field:focus:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: grey;
  opacity: 1;
  /* Firefox */
}
.popup-form__field:focus::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: grey;
  opacity: 1;
  /* Firefox */
}
.popup-form__field:focus::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: grey;
  opacity: 1;
  /* Firefox */
}
.popup-form__field:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: grey;
}
.popup-form__field:focus::-ms-input-placeholder {
  /* Microsoft Edge */
  color: grey;
}
.popup-form__field:last-of-type {
  margin-bottom: 0;
}

.popup-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 450px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .page-popup-card {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50%;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 450px;
    min-width: 400px;
    max-width: 600px;
  }
}
@media screen and (max-width) {
  .page-popup-card {
    min-height: 100%;
  }
}

.popup__success {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-width: 400px;
  max-width: 600px;
  height: 450px;
  background-color: white;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  position: absolute;
  cursor: default;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popupSuccess__heading {
  width: 65%;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FF8200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.popupSuccess__heading::after {
  content: "";
  background: #FF8200;
  margin-top: 1em;
  width: 100%;
  height: 1px;
}

.popupSuccess__text {
  margin: 0;
  width: 65%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  /* or 19px */
  text-align: center;
  /* grey */
  color: #00263E;
}

.popup-form__form-closingBlock {
  z-index: 20;
  padding: 0;
  border: none;
  outline: none;
  background: none;
}

@media (max-width: 767px) {
  .page-popup {
    display: none;
    position: fixed;
    z-index: 5000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: #425563;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    overflow-y: auto;
  }
  @supports (-webkit-touch-callout: none) {
    .page-popup {
      height: var(--app-height);
    }
  }
  .page-popup__form, .page-popup__success {
    position: relative;
    z-index: 0;
    background-color: #F6F6F6;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    cursor: default;
    width: 100%;
    min-height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 16px;
  }
  .page-popup__success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 40%;
  }
  .page-popup__success .popupSuccess__text,
.page-popup__success .popupSuccess__heading {
    text-align: center;
    margin: 0;
  }
  .page-popup__success .popupSuccess__heading {
    font-size: 6.5625vw;
    line-height: 1.2;
    color: var(--brandColor);
    width: 60%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-popup__success .popupSuccess__heading::after {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--brandColor);
    margin-top: 0.8em;
  }
  .page-popup__success .popupSuccess__text {
    font-size: 4.6875vw;
    line-height: 1.2;
    width: 75%;
    margin-top: 1em;
  }
  .page-popup__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10% 20px;
  }
  .page-popup__form-content-wrapper {
    width: 100%;
  }
  .page-popup__form-closingBlock {
    position: fixed;
    --size: 9.357vw;
    top: calc(var(--size) * 2 / 3);
    right: calc(var(--size) * 5 / 6);
    z-index: 1;
    background: none;
    border: none;
    outline: none;
  }
  .page-popup__form-closingBlock .popup-close {
    width: var(--size);
    height: var(--size);
    cursor: pointer;
  }
  .page-popup__form-closingBlock .popup-close:hover {
    -webkit-filter: brightness(1) invert(1);
            filter: brightness(1) invert(1);
  }
  .page-popup__form-heading {
    color: #425563;
    font-size: 8.125vw;
    text-align: left;
    letter-spacing: 0.03em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .page-popup__form-heading .headingLine {
    margin: 0;
  }
  .page-popup__form-description {
    color: #425563;
    font-size: 3.75vw;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0.03em;
    line-height: 150%;
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .page-popup__form-buttonsBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .page-popup__form-button {
    margin-top: 3rem;
  }
  .page-popup__form-fieldsBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .page-popup__form-fieldsBlock .checkbox-input {
    position: relative;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 15px;
  }
  .page-popup__form-fieldsBlock .checkbox-input__bullit {
    display: none;
  }
  .page-popup__form-fieldsBlock .checkbox-input__bullit:checked ~ .control-indicator:after {
    background-color: #425563;
  }
  .page-popup__form-fieldsBlock .checkbox-input__text {
    color: #425563;
    font-size: 14px;
    cursor: pointer;
  }
  .page-popup__form-fieldsBlock .checkbox-input__text-colored {
    color: var(--brandColor);
  }
  .page-popup__form-fieldsBlock .checkbox-input .control-indicator {
    height: 20px;
    width: 20px;
    min-height: 20px;
    min-width: 20px;
    background-color: transparent;
    border: 1px solid #425563;
    border-radius: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 5px;
    cursor: pointer;
  }
  .page-popup__form-fieldsBlock .checkbox-input .control-indicator:after {
    content: "";
    position: absolute;
    display: block;
    top: 12%;
    left: 12%;
    height: 14px;
    width: 14px;
    border-radius: 50%;
  }
  .page-popup__form-field {
    width: 100%;
    height: 45px;
    background: white;
    border: 1px solid #425563;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 15px;
    font-size: 16px;
    padding: 15px;
    color: #425563;
  }
  .page-popup__form-field:hover {
    border: 1px solid var(--brandColor);
  }
  .page-popup__form-field:hover::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--brandColor);
    opacity: 1;
    /* Firefox */
  }
  .page-popup__form-field:hover::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--brandColor);
    opacity: 1;
    /* Firefox */
  }
  .page-popup__form-field:hover:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--brandColor);
    opacity: 1;
    /* Firefox */
  }
  .page-popup__form-field:hover::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--brandColor);
    opacity: 1;
    /* Firefox */
  }
  .page-popup__form-field:hover::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--brandColor);
    opacity: 1;
    /* Firefox */
  }
  .page-popup__form-field:hover:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--brandColor);
  }
  .page-popup__form-field:hover::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--brandColor);
  }
  .page-popup__form-field:focus {
    outline: none;
    cursor: text;
  }
  .page-popup__form-field:focus::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: grey;
    opacity: 1;
    /* Firefox */
  }
  .page-popup__form-field:focus::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: grey;
    opacity: 1;
    /* Firefox */
  }
  .page-popup__form-field:focus:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: grey;
    opacity: 1;
    /* Firefox */
  }
  .page-popup__form-field:focus::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: grey;
    opacity: 1;
    /* Firefox */
  }
  .page-popup__form-field:focus::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: grey;
    opacity: 1;
    /* Firefox */
  }
  .page-popup__form-field:focus:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: grey;
  }
  .page-popup__form-field:focus::-ms-input-placeholder {
    /* Microsoft Edge */
    color: grey;
  }
  .page-popup__form-phone {
    font-size: 20px;
    width: 100%;
    text-align: center;
    margin-top: 5vw;
  }
  .page-popup__form-phone .link {
    color: #425563;
    text-decoration: none;
  }
  .page-popup__form-phone-colored {
    color: var(--brandColor);
  }
}
.orderConsultationSection__labeled-checkbox-group {
  width: 100%;
  margin: 15px 0;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .orderConsultationSection__labeled-checkbox-group {
    margin: 0;
  }
}

:root {
  font-family: "BrandonText";
  font-style: normal;
  font-size: 10px;
  --headerHeight: 90px;
  --brandColor: #FF8200;
  --buttonHoverColor: #FE5000;
  --buttonClickColor: #EF4129;
}

body {
  background: #fdfdfd;
  position: relative;
}

.desktopMain {
  overflow-x: hidden;
}

button {
  outline: none;
}

.page-popup {
  display: none;
  position: fixed;
  z-index: 5000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: display 10s ease-in;
  -o-transition: display 10s ease-in;
  transition: display 10s ease-in;
  cursor: pointer;
}
@supports (-webkit-touch-callout: none) {
  .page-popup {
    height: var(--app-height);
  }
}
@media (max-width: 767px) {
  .page-popup {
    background-color: var(--grey);
  }
}

.popup-form {
  z-index: 0;
  width: 50%;
  min-width: 400px;
  max-width: 600px;
  background-color: white;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  position: absolute;
  cursor: default;
}
.popup-form__form-closingBlock {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (max-width: 767px) {
  .popup-form__form-closingBlock {
    right: 30px;
    top: 30px;
  }
}
.popup-form__form-closingBlock .popup-close {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.popup-form__form-closingBlock .popup-close:hover {
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
}
.popup-form__form-heading {
  color: #00263E;
  font-size: 30px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .popup-form__form-heading {
    font-size: 26px;
    text-align: left;
  }
}
.popup-form__form-heading .headingLine {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  border-bottom: 2px dashed #00263E;
  border-width: 100%;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .popup-form__form-heading .headingLine {
    border: none;
    max-width: 80%;
  }
}
.popup-form__form-description {
  color: #00263E;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 150%;
  width: 80%;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .popup-form__form-description {
    text-align: left;
  }
}
.popup-form__form-buttonsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
}
.popup-form__form-fieldsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  width: 80%;
}
.popup-form__form-fieldsBlock .checkbox-input {
  position: relative;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 15px;
}
.popup-form__form-fieldsBlock .checkbox-input__bullit {
  display: none;
}
.popup-form__form-fieldsBlock .checkbox-input__bullit:checked ~ .control-indicator:after {
  background-color: #425563;
}
.popup-form__form-fieldsBlock .checkbox-input__text {
  color: #425563;
  font-size: 12px;
  cursor: pointer;
}
.popup-form__form-fieldsBlock .checkbox-input .control-indicator {
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid #425563;
  border-radius: 50%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 5px;
  cursor: pointer;
}
.popup-form__form-fieldsBlock .checkbox-input .control-indicator:after {
  content: "";
  position: absolute;
  display: block;
  top: 10%;
  left: 10%;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.popup-form__field {
  width: 100%;
  height: 44px;
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 15px;
  font-size: 14px;
  padding: 15px;
  color: #00263E;
}
.popup-form__field:hover {
  border: 1px solid var(--brandColor);
}
.popup-form__field:hover::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--brandColor);
  opacity: 1;
  /* Firefox */
}
.popup-form__field:hover::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--brandColor);
  opacity: 1;
  /* Firefox */
}
.popup-form__field:hover:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--brandColor);
  opacity: 1;
  /* Firefox */
}
.popup-form__field:hover::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--brandColor);
  opacity: 1;
  /* Firefox */
}
.popup-form__field:hover::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--brandColor);
  opacity: 1;
  /* Firefox */
}
.popup-form__field:hover:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--brandColor);
}
.popup-form__field:hover::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--brandColor);
}
.popup-form__field:focus {
  outline: none;
  cursor: text;
}
.popup-form__field:focus::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: grey;
  opacity: 1;
  /* Firefox */
}
.popup-form__field:focus::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: grey;
  opacity: 1;
  /* Firefox */
}
.popup-form__field:focus:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: grey;
  opacity: 1;
  /* Firefox */
}
.popup-form__field:focus::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: grey;
  opacity: 1;
  /* Firefox */
}
.popup-form__field:focus::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: grey;
  opacity: 1;
  /* Firefox */
}
.popup-form__field:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: grey;
}
.popup-form__field:focus::-ms-input-placeholder {
  /* Microsoft Edge */
  color: grey;
}
.popup-form__field:last-of-type {
  margin-bottom: 0;
}

label.labeled-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  --fontSize: 11px;
  font-size: var(--fontSize);
}
label.labeled-checkbox .labeled-checkbox__inline-link {
  --textColor: inherit;
  color: var(--brandColor);
  text-decoration: underline;
}
label.labeled-checkbox .checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  --size: 16px;
  --color: #425563;
  width: var(--size);
  height: var(--size);
  position: relative;
  margin: 0.3em;
}
label.labeled-checkbox .checkbox::before, label.labeled-checkbox .checkbox::after {
  content: "";
  z-index: 10;
  width: var(--size);
  height: var(--size);
  position: absolute;
  pointer-events: all;
  border: 1px solid var(--color);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  --translate: translate(-50%, -50%);
  -webkit-transform: var(--translate);
      -ms-transform: var(--translate);
          transform: var(--translate);
  left: 50%;
  top: 50%;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}
label.labeled-checkbox .checkbox:checked::after {
  --size: 10px;
  background: var(--color);
}
label.labeled-checkbox .checkbox.custom-invalid {
  --color: #FF8200;
}
label.labeled-checkbox .checkbox.custom-invalid + span {
  color: #FF8200;
}

.popup-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 450px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .popup-form {
    min-width: unset;
    max-width: 100vw;
    height: 100%;
    min-height: calc(100vh - 20px);
  }
  @supports (-webkit-touch-callout: none) {
    .popup-form {
      min-height: calc(var(--app-height) - 20px);
    }
  }
}

@media (min-width: 768px) {
  .page-popup-card {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 450px;
    min-width: 400px;
    max-width: 600px;
  }
}

.popup-form__link {
  margin-top: 25px;
}

.popup__success {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-width: 400px;
  max-width: 600px;
  height: 450px;
  background-color: white;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  position: absolute;
  cursor: default;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .popup__success {
    min-width: unset;
    max-width: 90vw;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.popupSuccess__heading {
  width: 65%;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FF8200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .popupSuccess__heading {
    width: 90%;
  }
}
.popupSuccess__heading::after {
  content: "";
  background: #FF8200;
  margin-top: 1em;
  width: 100%;
  height: 1px;
}

.popupSuccess__text {
  margin: 0;
  width: 65%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  /* or 19px */
  text-align: center;
  /* grey */
  color: #00263E;
}

.popup-form__form-closingBlock {
  z-index: 20;
  padding: 0;
  border: none;
  outline: none;
  background: none;
}

.slider-nav {
  --circleWidth: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  margin: calc(var(--circleWidth) / -2);
}

.slider-nav__item {
  pointer-events: all;
  margin: calc(var(--circleWidth) / 2);
  width: var(--circleWidth);
  height: var(--circleWidth);
  border-radius: 100%;
  position: relative;
  background: transparent;
  border: 1px solid #DBDAD5;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.slider-nav__item.tns-nav-active {
  background: #DBDAD5;
}

.desktop-hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .desktop-hidden {
    display: none;
  }
}

@media (max-width: 1239px) {
  .slider-button {
    --size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .slider-blur {
    position: relative;
  }
  .slider-blur:after, .slider-blur:before {
    position: absolute;
    content: "";
    width: 21.22vw;
    height: 100%;
    top: 0;
    z-index: 1;
  }
  .slider-blur:after {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), color-stop(74.11%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(right, #FFFFFF 0%, rgba(255, 255, 255, 0) 74.11%);
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 74.11%);
  }
  .slider-blur:before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(74.11%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, #FFFFFF 0%, rgba(255, 255, 255, 0) 74.11%);
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 74.11%);
  }
}
.slider-buttons {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20%;
  right: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .slider-buttons {
  left: 3%;
  right: 3%;
}

.slider-button {
  border: none;
  outline: none;
  --size: 40px;
  width: var(--size);
  height: var(--size);
  padding: 0;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .slider-button {
    --size: 24px;
  }
}
.slider-button img {
  width: calc(var(--size) * 0.8);
}

.slider-button--next img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 768px) and (max-width: 1239px) {
  .slider-button {
    --size: 40px;
  }

  .slider-blur .slider-buttons {
    z-index: 12;
  }
}
:root {
  --header-height: calc(var(--header-y-offset) * 2 + var(--header-content));
  --header-y-offset: 18px;
  --header-content: 46px;
  --x-offset: 0;
}
@media (max-width: 1239px) {
  :root {
    --x-offset: 16px;
    --header-content: 35px;
  }
}

.breadcrumbs {
  max-width: min(1170px, 100vw - 50px);
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px var(--header-y-offset);
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  color: #9D9FA0;
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin: 0;
    padding: 1vw 0 3vw 5vw;
    font-size: 10px;
    line-height: 12px;
  }
}
.breadcrumbs:empty {
  padding: 0;
}
.breadcrumbs .home {
  text-transform: uppercase;
}
.breadcrumbs [property=itemListElement] a[property=item] {
  color: inherit;
}
.breadcrumbs [property=itemListElement] .current-item {
  color: #00263E;
  font-weight: 500;
}

.cookie-popup {
  position: fixed;
  bottom: 20px;
  width: min(100vw - 40px, 1880px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
  color: #00263E;
  padding: 2.8em 6.14em 2.42em 2.28em;
  background: #EAEAEA;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  z-index: 100;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.36em;
}
@media screen and (max-width: 1239px) {
  .cookie-popup {
    grid-auto-flow: row;
    justify-items: center;
  }
}
@media screen and (max-width: 767px) {
  .cookie-popup {
    font-size: 3.2vw;
    padding: 3.3em 1.6em 1.4em;
  }
}
.cookie-popup .cookie-popup__text {
  font-style: normal;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0;
}
.cookie-popup .cookie-popup__acceptButton {
  background: var(--brand);
  font-style: normal;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFF;
  border: none;
  padding: 1.3em 5.7em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.cookie-popup .cookie-popup__acceptButton:hover {
  will-change: opacity;
  opacity: 0.9;
}
.cookie-popup .cookie-popup__closeButton {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 26px;
  height: 26px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .cookie-popup .cookie-popup__closeButton {
    width: 2.16em;
    height: 2.16em;
  }
}
.cookie-popup .cookie-popup__closeButton::before, .cookie-popup .cookie-popup__closeButton::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 1px;
  width: 100%;
  background: #9D9FA0;
  --translate: translate(-50%, -50%);
  -webkit-transform: var(--translate) var(--rotate);
      -ms-transform: var(--translate) var(--rotate);
          transform: var(--translate) var(--rotate);
}
.cookie-popup .cookie-popup__closeButton::before {
  --rotate: rotate(-45deg) ;
}
.cookie-popup .cookie-popup__closeButton::after {
  --rotate: rotate(45deg) ;
}

.city-popup__form {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.city-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 120;
}
.city-popup.city-popup--hidden {
  display: none;
}

.city-popup__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FFFFFF;
  opacity: 0.95;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
  border-radius: 30px;
  padding: 30px 45px;
  z-index: 130;
}
@media (max-width: 767px) {
  .city-popup__inner {
    padding: 4.125vw 0 6.25vw;
    width: 75vw;
    border-radius: 5vw;
  }
}

.city-popup__text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.04em;
  color: #00263E;
  margin: 0 0 1.5em;
  min-width: 25ch;
}
@media (max-width: 767px) {
  .city-popup__text {
    font-size: 5vw;
    min-width: auto;
    margin: 0 0 0.6875em;
  }
}
.city-popup__text .city-popup__textCity {
  font-weight: 600;
}
@media (max-width: 767px) {
  .city-popup__text .city-popup__textCity {
    display: block;
  }
}

.city-popup__form {
  display: grid;
  grid-auto-flow: row;
  gap: 25px;
}
@media (max-width: 767px) {
  .city-popup__form {
    gap: 5.3125vw;
  }
}

.city-popup__radio {
  display: grid;
  grid-auto-flow: row;
  gap: 2px;
}
@media (max-width: 767px) {
  .city-popup__radio {
    gap: 0.5vw;
  }
  .city-popup__radio label.labeled-checkbox {
    --fontSize: 3.125vw ;
  }
}

.city-popup__acceptButton {
  background: var(--brand);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFF;
  border: none;
  padding: 0.8em 2.92em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .city-popup__acceptButton {
    font-size: 4.375vw;
    letter-spacing: 0.04em;
    padding: 0.8em 2em;
  }
}
.city-popup__acceptButton:hover {
  will-change: opacity;
  opacity: 0.9;
}
.blog__news {
  max-width: 910px;
  margin: 60px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .blog__news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.newsCard {
  position: relative;
}

.blog__newsCard {
  display: block;
}
@media (max-width: 767px) {
  .blog__newsCard + .blog__newsCard {
    margin-top: 20px;
  }
}

.newsCard__image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.newsCard__info {
  padding: 10px 0;
}

.newsCard__heading {
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.01em;
  font-size: 20px;
  line-height: 1em;
  display: block;
  min-height: 2em;
  color: #00263E;
  text-transform: uppercase;
  margin: 0;
}
.newsCard__heading::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.newsCard__text,
.newsCard__date {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #00263E;
  margin: 10px 0;
}

.newsCard__date {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: -0.01em;
  color: rgba(84, 98, 109, 0.6);
}

.newsCard__text {
  display: block;
  min-height: 3.6em;
}

.article__firstImage {
  width: 100%;
  height: 414px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .article__firstImage {
    height: 350px;
  }
}

.article__info {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  /* or 137% */
  text-align: center;
  color: #00263E;
}
@media (max-width: 767px) {
  .article__info {
    font-size: 11px;
    line-height: 16px;
    margin: 0 auto 0;
  }
}

.article__authorPosition {
  font-weight: normal;
}

.article__admin {
  max-width: min(1150px, 100%);
  margin: auto;
  padding: 30px;
}
.article__admin h2, .article__admin h3, .article__admin h4 {
  font-style: normal;
  font-weight: 500;
  color: #00263E;
}
.article__admin h2 {
  font-size: 26px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .article__admin h2 {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
  }
}
.article__admin h3 {
  font-size: 24px;
  line-height: 34px;
}
@media (max-width: 767px) {
  .article__admin h3 {
    font-size: 18px;
    line-height: 20px;
  }
}
.article__admin h4 {
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .article__admin h4 {
    font-size: 16px;
    line-height: 19px;
  }
}
.article__admin img,
.article__admin figure {
  width: 100%;
  height: auto;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .article__admin img,
.article__admin figure {
    margin: 0 -30px;
    width: 100vw;
  }
  .article__admin img img,
.article__admin figure img {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .article__admin {
    font-size: 18px;
    line-height: 20px;
  }
}
.article__admin p, .article__admin q, .article__admin ul, .article__admin ol {
  font-size: 18px;
  line-height: 27px;
  color: #00263E;
}
@media (max-width: 767px) {
  .article__admin p, .article__admin q, .article__admin ul, .article__admin ol {
    font-size: 16px;
    line-height: 20px;
  }
}
.article__admin q,
.article__admin blockquote {
  font-style: italic;
  display: block;
  padding: 0;
  background: #F3F4F5;
  margin: 1em 0;
}
.article__admin q::before, .article__admin q::after,
.article__admin blockquote::before,
.article__admin blockquote::after {
  content: "";
}
.article__admin q p,
.article__admin blockquote p {
  padding: 1.4em;
}

.article__contactsBtn {
  border: none;
  border-radius: 0;
  background: var(--brandColor);
  padding: 1em 1.5em;
  margin: 20px auto;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}
@media (max-width: 767px) {
  .article__contactsBtn {
    padding: 1em 0;
    font-size: 13px;
    width: calc(100% - 30px);
    text-align: center;
    display: block;
    margin-bottom: 4em;
  }
}
.desktopMain__startKit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .desktopMain__startKit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.desktopMain__startKit .desktopMain__startKitImg {
  position: relative;
  width: 100%;
  height: 663px;
}
@media screen and (min-width: 1240px) {
  .desktopMain__startKit .desktopMain__startKitImg {
    height: 498px;
  }
}
@media screen and (min-width: 1400px) {
  .desktopMain__startKit .desktopMain__startKitImg {
    height: 663px;
  }
}
@media (max-width: 767px) {
  .desktopMain__startKit .desktopMain__startKitImg {
    height: 143.75vw;
  }
}
.desktopMain__startKit .desktopMain__startKitImg .backgroundImage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
@media (max-width: 767px) {
  .desktopMain__startKit .desktopMain__startKitImg .backgroundImage {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
  }
}
.desktopMain__startKit .startKit__businessPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.desktopMain__startKit .startKit__expertCall-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  width: 720px;
  height: 110px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 40px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
.desktopMain__startKit .startKit__expertCall-wrapper_withBorder {
  border-radius: 13px;
}
@media (min-width: 767px) {
  .desktopMain__startKit .startKit__expertCall-wrapper {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .desktopMain__startKit .startKit__expertCall-wrapper {
    position: relative;
    top: unset;
    width: 100%;
    height: 282px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: var(--brand);
    padding: 48px var(--x-offset);
    bottom: 0;
  }
}
.desktopMain__startKit .startKit__expertCall-wrapperThreeSlide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 155px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 767px) {
  .desktopMain__startKit .startKit__expertCall-wrapperThreeSlide {
    min-height: 282px;
  }
  .desktopMain__startKit .startKit__expertCall-wrapperThreeSlide div.expertCall-wrapper__info {
    padding: 0 1em;
  }
}
.desktopMain__startKit .expertCall-wrapper__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: normal;
  font-size: 22px;
  line-height: 140%;
  color: #00263E;
}
@media (max-width: 767px) {
  .desktopMain__startKit .expertCall-wrapper__info {
    color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    display: block;
  }
  .desktopMain__startKit .expertCall-wrapper__info:not(.expertCall-wrapper__info_price) {
    padding: 0 58px;
    margin-bottom: 30px;
  }
}
.desktopMain__startKit .expertCall-wrapper__info_price {
  color: var(--brand);
  font-size: 50px;
  font-weight: normal;
  letter-spacing: 0.02em;
  margin-left: 0.3em;
}
@media (max-width: 767px) {
  .desktopMain__startKit .expertCall-wrapper__info_price {
    color: #fff;
  }
}
.desktopMain__startKit .expertCall-wrapper__infoThreeSlide {
  padding: 22px 39px 13px 39px;
  text-align: center;
}
@media (max-width: 767px) {
  .desktopMain__startKit .expertCall-wrapper__infoThreeSlide {
    padding: 0;
  }
}
.desktopMain__startKit .expertCall-wrapper__button {
  padding: 0.65em 0.9em;
  background-color: var(--brand);
  border: none;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  font-weight: normal;
  font-size: 22px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 767px) {
  .desktopMain__startKit .expertCall-wrapper__button {
    border: 1px solid #fff;
    font-size: 4.3vw;
  }
}

@media screen and (max-width: 1000px) {
  .startKit__expertCall-wrapper {
    bottom: 10%;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1439px) {
  .startKit__expertCall-wrapper {
    bottom: 7%;
  }
}
@media screen and (min-width: 1440px) {
  .startKit__expertCall-wrapper {
    bottom: 5%;
  }
}
.startKit__sliderWrapper {
  position: relative;
  width: 100%;
  z-index: -1;
}

.startKit__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.startKit__slider-nav {
  margin: 0 0 1.3em;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  div.startKit__slider-nav {
    margin: 0 auto 1.3em;
    width: 94vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2px;
  }
}

.startKit__slider-navBtn {
  font-size: 18px;
  line-height: 130%;
  /* or 23px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: var(--color_1);
  cursor: pointer;
  padding: 0.4em 2em;
  --color_1: #00263E;
  --color_2: #C9C9C9;
  --color_del: #00263E;
  border: none;
  background: transparent;
}
.startKit__slider-navBtn + .startKit__slider-navBtn {
  position: relative;
}
.startKit__slider-navBtn + .startKit__slider-navBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1.6em;
  left: 0;
  width: 1px;
  background: var(--color_del);
}
@media (max-width: 767px) {
  .startKit__slider-navBtn {
    --color_1: #9B9B9B;
    --color_del: #9B9B9B;
    font-size: 4.6875vw;
    padding: 0.8em 0.4em;
  }
  .startKit__slider-navBtn svg {
    display: none;
  }
}
.startKit__slider-navBtn span {
  margin-left: 0.8em;
}
@media (max-width: 767px) {
  .startKit__slider-navBtn span {
    margin-left: 0;
  }
}
.startKit__slider-navBtn.tns-nav-active {
  color: #00263E;
  --color_1: #00263E;
  --color_2: var(--brandColor);
}
.startKit__slider-navBtn.tns-nav-active span {
  position: relative;
}
.startKit__slider-navBtn.tns-nav-active span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.1em);
  height: 2px;
  background-image: var(--dashImage);
}
@media screen and (max-width: 767px) {
  .startKit__slider-navBtn svg {
    display: none;
  }
}

.startKit__sliderItem {
  position: relative;
  height: 100%;
}

.startKit__sliderWrapper {
  --sliderImgHeight: 573px;
}
@media screen and (min-width: 1240px) {
  .startKit__sliderWrapper {
    --sliderImgHeight: 498px;
  }
}
@media screen and (min-width: 1500px) {
  .startKit__sliderWrapper {
    --sliderImgHeight: 663px;
  }
}

.startKit__sliderImg {
  height: var(--sliderImgHeight);
  position: relative;
}
.startKit__sliderImg::before, .startKit__sliderImg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc((100% - min(95vw, 1362px)) / 2 + 100px);
  background: -webkit-gradient(linear, right top, left top, color-stop(-32.89%, rgba(0, 0, 0, 0.68)), color-stop(49.08%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.68) -32.89%, rgba(0, 0, 0, 0) 49.08%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.68) -32.89%, rgba(0, 0, 0, 0) 49.08%);
  z-index: 1;
}
.startKit__sliderImg::before {
  left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.startKit__sliderImg::after {
  right: 0;
}
@media (max-width: 767px) {
  .startKit__sliderImg {
    height: auto;
  }
}
.startKit__sliderImg img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.startKit__slider-buttons {
  position: absolute;
  top: calc(var(--sliderImgHeight) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(95vw, 1362px);
  left: 50%;
}
.startKit__slider-buttons .startKit__slider-button {
  outline: none;
  --size: 53px;
  width: var(--size);
  height: var(--size);
  padding: 0;
  border-radius: 50%;
  background: transparent;
  border: none;
  cursor: pointer;
  background: transparent;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.startKit__slider-buttons .startKit__slider-button img {
  width: inherit;
  height: inherit;
}
.startKit__slider-buttons .startKit__slider-button--next img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.best-choice {
  position: absolute;
  bottom: var(--x-offset);
  left: var(--x-offset);
}
@media (min-width: 768px) {
  .best-choice {
    display: none;
  }
}

@media (max-width: 767px) {
  .desktopMain__startKit .startKit__businessPage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .desktopMain__startKit .startKit__businessPage .startKitImg {
    min-height: 143.75vw;
    position: relative;
  }
  .desktopMain__startKit .startKit__businessPage .startKitImg img {
    position: relative;
  }
  .desktopMain__startKit .startKit__businessPage .startKitImg img.backgroundImage {
    position: absolute;
    top: 0;
    left: 0;
  }
  .desktopMain__startKit .startKit__businessPage .startKitImg img.best-choice {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    bottom: 30px;
    left: 0;
    top: auto;
  }
  .desktopMain__startKit .startKit__businessPage .startKit__expertCall-wrapper {
    height: 280px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1500px) {
  .startKit__heading {
    margin-top: 30px;
  }

  .desktopMain__startKit .desktopMain__startKitImg {
    height: 498px;
  }
}
@media screen and (min-width: 1241px) and (max-width: 1399px) {
  .startKit__heading {
    margin-top: 26px;
  }

  .desktopMain__startKit .desktopMain__startKitImg {
    height: 420px;
  }
}
.startKit__heading.startKit__heading--slider {
  margin-bottom: 43px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .startKit__heading.startKit__heading--slider {
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1500px) {
  .startKit__heading.startKit__heading--slider {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .startKit__heading.startKit__heading--slider {
    margin-bottom: 18px;
  }
}
.feedbacksSection {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.desktopMain__feedbacksSection {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 100px;
}
@media screen and (min-width: 1400px) and (max-width: 1500px) {
  .desktopMain__feedbacksSection {
    padding-top: 20px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .desktopMain__feedbacksSection {
    background-color: #fff;
  }
}
.desktopMain__feedbacksSection .feedbacksSection__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .desktopMain__feedbacksSection .feedbacksSection__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.desktopMain__feedbacksSection .feedbacksSection__cards .feedbacksSection__card {
  width: 370px;
  height: 320px;
  margin: auto;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
  transition: -webkit-filter 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
  -o-transition: filter 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s;
  transition: filter 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s;
  transition: filter 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s, -webkit-filter 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
}
.desktopMain__feedbacksSection .feedbacksSection__cards .feedbacksSection__card:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(0px 8px 30px rgba(82, 82, 82, 0.2));
          filter: drop-shadow(0px 8px 30px rgba(82, 82, 82, 0.2));
}
@media (max-width: 767px) {
  .desktopMain__feedbacksSection .feedbacksSection__cards .feedbacksSection__card {
    width: 100%;
    height: 81.25vw;
    margin: 3.125vw 0;
  }
}
.desktopMain__feedbacksSection .feedbacksSection__cards .feedbacksSection__card .card__img, .desktopMain__feedbacksSection .feedbacksSection__cards .feedbacksSection__card .card__photo {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.desktopMain__feedbacksSection .feedbacksSection__cards .feedbacksSection__card .card__info {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(66, 85, 99, 0.8);
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .desktopMain__feedbacksSection .feedbacksSection__cards .feedbacksSection__card .card__info {
    height: 21.875vw;
    padding: 3.75vw 5vw;
  }
}
.desktopMain__feedbacksSection .feedbacksSection__cards .feedbacksSection__card .card__info .card__text .info__name {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767px) {
  .desktopMain__feedbacksSection .feedbacksSection__cards .feedbacksSection__card .card__info .card__text .info__name {
    font-size: 5.625vw;
  }
}
.desktopMain__feedbacksSection .feedbacksSection__cards .feedbacksSection__card .card__info .card__text .info__position {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
@media (max-width: 767px) {
  .desktopMain__feedbacksSection .feedbacksSection__cards .feedbacksSection__card .card__info .card__text .info__position {
    font-size: 4.0625vw;
  }
}
.desktopMain__feedbacksSection .feedbacksSection__cards .feedbacksSection__card .card__info .card__btn {
  cursor: pointer;
  border: none;
  background: transparent;
  outline: none;
}
.desktopMain__feedbacksSection .feedbacksSection__cards .feedbacksSection__card .card__info .card__btn .btn__icon {
  width: 49px;
  height: 49px;
}
.desktopMain__feedbacksSection .feedbacksSection__btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 72px;
}
.desktopMain__feedbacksSection .feedbacksSection__btn-container .feedbacksSection__btn {
  border: none;
  width: 247px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--brand);
  text-transform: uppercase;
}
.desktopMain__feedbacksSection .feedbacksSection__btn-container .feedbacksSection__btn:hover {
  opacity: 0.9;
}

.feedbacksSection {
  position: relative;
}
.feedbacksSection::before, .feedbacksSection::after {
  content: "";
  position: absolute;
  width: 200px;
  top: -10px;
  bottom: -10px;
  z-index: 10;
}
.feedbacksSection::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(74.11%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 74.11%);
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 74.11%);
}
.feedbacksSection::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(white), color-stop(74.11%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 74.11%);
  background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 74.11%);
}
@media screen and (max-width: 767px) {
  .feedbacksSection::before, .feedbacksSection::after {
    content: none;
  }
}

.feedback__slider-nav {
  display: none;
}

.feedback__slider-buttons {
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .feedback__slider-buttons {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: min(95vw, 1362px);
    left: 50% !important;
  }
  .feedback__slider-buttons button img {
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
}
.feedback__slider-buttons .feedback__slider-button {
  --size: 53px;
  background: transparent;
  border: none;
}
.feedback__slider-buttons .feedback__slider-button img {
  width: inherit;
  height: inherit;
}

@media screen and (min-width: 1441px) {
  .feedbacksSection__heading {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1440px) {
  .feedbacksSection__heading {
    margin-bottom: 90px;
  }
}
