/*! 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;
}
.protectYourHouseSection .slider-nav {
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.desktopMain__protectYourHouseSection {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0 10% 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: visible;
  height: 138vw;
  --bottom-padding: 20%;
}
@media screen and (min-width: 768px) {
  .desktopMain__protectYourHouseSection {
    height: 53.2994923858vw;
    --bottom-padding: 33%;
  }
}
@media screen and (min-width: 1240px) {
  .desktopMain__protectYourHouseSection {
    height: 53.6603221083vw;
    --bottom-padding: 30%;
    margin: 0 0 -60px 0;
  }
  .desktopMain__protectYourHouseSection.protectYourHouseSection--single {
    margin: 0 0 -40px 0;
  }
}
@media screen and (min-width: 1240px) {
  .desktopMain__protectYourHouseSection {
    height: 587px;
    margin: 0 0 -42px 0;
    --bottom-padding: 32%;
  }
}
@media screen and (min-width: 1400px) {
  .desktopMain__protectYourHouseSection {
    height: 672px;
    margin: 0 0 -42px 0;
    --bottom-padding: 26%;
  }
}
@media screen and (min-width: 1441px) {
  .desktopMain__protectYourHouseSection {
    height: 824px;
    --bottom-padding: 26%;
    margin: 0px 0 -85px;
  }
  .desktopMain__protectYourHouseSection.protectYourHouseSection--single {
    margin: 0 0 -80px 0;
  }
}
.desktopMain__protectYourHouseSection .container {
  max-width: min(1170px, 100vw - 150px);
}
@media (min-width: 1241px) and (max-width: 1400px) {
  .desktopMain__protectYourHouseSection .container {
    max-width: min(1170px, 100vw - 270px);
  }
}
@media screen and (max-width: 767px) {
  .desktopMain__protectYourHouseSection .container {
    max-width: 100%;
    height: 100%;
    padding: 5%;
  }
}
.desktopMain__protectYourHouseSection .protectYourHouseSection__phone {
  position: absolute;
  bottom: 0;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: auto;
}
@media (max-width: 767px) {
  .desktopMain__protectYourHouseSection .protectYourHouseSection__phone {
    left: 70%;
    width: 70vw;
  }
}
@media screen and (min-width: 768px) {
  .desktopMain__protectYourHouseSection .protectYourHouseSection__phone {
    left: calc(50% + 19.53125vw);
    width: 29.6875vw;
  }
}
@media screen and (min-width: 1240px) {
  .desktopMain__protectYourHouseSection .protectYourHouseSection__phone {
    left: calc(50% + 215px);
    width: 360px;
  }
}
@media screen and (min-width: 1400px) {
  .desktopMain__protectYourHouseSection .protectYourHouseSection__phone {
    left: calc(50% + 255px);
    width: 400px;
  }
}
@media screen and (min-width: 1441px) {
  .desktopMain__protectYourHouseSection .protectYourHouseSection__phone {
    left: calc(50% + 345px);
    width: 476px;
  }
}
.desktopMain__protectYourHouseSection .protectYourHouseSection__phone.connect {
  top: auto;
  bottom: 0%;
}
.desktopMain__protectYourHouseSection .protectYourHouseSection__image {
  height: 700px;
}
.desktopMain__protectYourHouseSection .protectYourHouseSection__heading {
  font-style: normal;
  font-weight: normal;
  line-height: 110%;
  text-transform: uppercase;
  margin-top: 0;
}
@media (max-width: 767px) {
  .desktopMain__protectYourHouseSection .protectYourHouseSection__heading {
    font-size: 6.875vw;
    line-height: 1.4;
    max-width: 7.5em;
    position: absolute;
    top: 0;
  }
  .desktopMain__protectYourHouseSection .protectYourHouseSection__heading.protectYourHouseSection__heading--single {
    top: 20px;
  }
  .desktopMain__protectYourHouseSection .protectYourHouseSection__heading.protectYourHouseSection__heading--business {
    top: 85vw;
  }
}
.desktopMain__protectYourHouseSection .protectYourHouseSection__subheading {
  line-height: 150%;
}
@media (max-width: 1239px) {
  .desktopMain__protectYourHouseSection .protectYourHouseSection__subheading {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .desktopMain__protectYourHouseSection .protectYourHouseSection__subheading {
    display: none;
  }
}
.desktopMain__protectYourHouseSection .protectYourHouseSection__text {
  color: #FFFFFF;
  max-width: 51.3%;
}
@media (max-width: 767px) {
  .desktopMain__protectYourHouseSection .protectYourHouseSection__text {
    max-width: 88%;
  }
}
.desktopMain__protectYourHouseSection .backgroundImage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 117.5vw;
}
@media screen and (min-width: 768px) {
  .desktopMain__protectYourHouseSection .backgroundImage {
    height: 43.2291666667vw;
  }
}
@media screen and (min-width: 1240px) {
  .desktopMain__protectYourHouseSection .backgroundImage {
    height: 43.5294117647vw;
  }
}
@media screen and (min-width: 1240px) {
  .desktopMain__protectYourHouseSection .backgroundImage {
    height: 465px;
  }
}
@media screen and (min-width: 1400px) {
  .desktopMain__protectYourHouseSection .backgroundImage {
    height: 560px;
  }
}
@media screen and (min-width: 1441px) {
  .desktopMain__protectYourHouseSection .backgroundImage {
    height: 663px;
  }
}
.desktopMain__protectYourHouseSection .protectYourHouseSection__watchBtn {
  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;
  border: 1px solid #ffffff;
  padding: 0;
  cursor: pointer;
  background: transparent;
  z-index: 100;
  padding: 0.5em 1.5em;
  -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;
}
.desktopMain__protectYourHouseSection .protectYourHouseSection__watchBtn:hover {
  background: rgba(255, 255, 255, 0.3);
}
.desktopMain__protectYourHouseSection .protectYourHouseSection__watchBtn .watchBtn__text {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  margin-right: 1em;
}
@media (max-width: 1239px) {
  .desktopMain__protectYourHouseSection .protectYourHouseSection__watchBtn .watchBtn__text {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  .desktopMain__protectYourHouseSection .protectYourHouseSection__watchBtn .watchBtn__text {
    font-size: 12px;
    text-transform: capitalize;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .desktopMain__protectYourHouseSection .protectYourHouseSection__watchBtn {
    width: unset;
    height: unset;
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
}
.desktopMain__protectYourHouseSection .protectYourHouseSection__watchBtn .watchBtn__icon {
  --size: 32px;
  width: var(--size);
  height: var(--size);
}
@media (max-width: 1239px) {
  .desktopMain__protectYourHouseSection .protectYourHouseSection__watchBtn .watchBtn__icon {
    --size: 18px;
  }
}
@media (max-width: 767px) {
  .desktopMain__protectYourHouseSection .protectYourHouseSection__watchBtn .watchBtn__icon {
    --size: 48px;
    margin-bottom: 10px;
  }
}
.desktopMain__protectYourHouseSection .protectYourHouseSection__slide.protectYourHouseSectionSlide__full {
  width: 100%;
}
.desktopMain__protectYourHouseSection .protectYourHouseSection__slide.protectYourHouseSectionSlide__full .protectYourHouseSection__text {
  max-width: none;
  padding-top: 188px;
}
.desktopMain__protectYourHouseSection.desktopMainProtectYourHouseSection__slider-container {
  padding: 0;
  overflow: hidden;
}
.desktopMain__protectYourHouseSection.desktopMainProtectYourHouseSection__slider-container .protectYourHouseSection__slider-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.desktopMain__protectYourHouseSection.desktopMainProtectYourHouseSection__slider-container .protectYourHouseSection__slider-wrapper .protectYourHouseSection__slider {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.desktopMain__protectYourHouseSection.desktopMainProtectYourHouseSection__slider-container .protectYourHouseSection__slider-wrapper .protectYourHouseSection__slider_onloading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.desktopMain__protectYourHouseSection.desktopMainProtectYourHouseSection__slider-container .protectYourHouseSection__slider-wrapper .protectYourHouseSection__slider_onloading .protectYourHouseSection__slide:nth-of-type(n) {
  width: 100vw;
}
.desktopMain__protectYourHouseSection.desktopMainProtectYourHouseSection__slider-container .protectYourHouseSection__slider-wrapper .protectYourHouseSection__slider .protectYourHouseSection__slide {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1239px) and (min-width: 768px) {
  .desktopMain__protectYourHouseSection.desktopMainProtectYourHouseSection__slider-container .protectYourHouseSection__slider-wrapper .protectYourHouseSection__slider .protectYourHouseSection__slide {
    padding-bottom: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.desktopMain__protectYourHouseSection.desktopMainProtectYourHouseSection__slider-container .protectYourHouseSection__slider-wrapper .tns-outer {
  height: 100%;
}
.desktopMain__protectYourHouseSection.desktopMainProtectYourHouseSection__slider-container .protectYourHouseSection__slider-wrapper .tns-outer .tns-ovh {
  height: 100%;
}
.desktopMain__protectYourHouseSection.desktopMainProtectYourHouseSection__slider-container .protectYourHouseSection__slider-wrapper .tns-outer .tns-ovh .tns-inner {
  height: 100%;
}
.desktopMain__protectYourHouseSection.desktopMainProtectYourHouseSection__slider-container .protectYourHouseSection__slider-wrapper .protectYourHouseSection__slider-nav {
  bottom: var(--bottom-padding);
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  width: 200px;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .desktopMain__protectYourHouseSection.desktopMainProtectYourHouseSection__slider-container .protectYourHouseSection__slider-wrapper .protectYourHouseSection__slider-nav {
    left: calc(11vw + var(--x-offset) + 20px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    right: unset;
    margin: calc(var(--circleWidth) / -2);
    width: auto;
  }
}
.desktopMain__protectYourHouseSection.desktopMainProtectYourHouseSection__slider-container .protectYourHouseSection__slider-wrapper .professionalSystemSection__slider-buttons {
  z-index: 1;
}
.desktopMain__protectYourHouseSection.desktopMainProtectYourHouseSection__slider-container .protectYourHouseSection__slider-wrapper .professionalSystemSection__slider-buttons button {
  cursor: pointer;
}
.desktopMain__protectYourHouseSection .protectYourHouseSection__text {
  height: 375px;
}
@media screen and (max-width: 767px) {
  .desktopMain__protectYourHouseSection .protectYourHouseSection__text {
    position: relative;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .desktopMain__protectYourHouseSection .protectYourHouseSection__text {
    height: 30vw;
    padding-left: calc(65px - var(--x-offset));
  }
}
@media screen and (min-width: 1240px) {
  .desktopMain__protectYourHouseSection .protectYourHouseSection__text {
    height: 400px;
  }
}
@media screen and (min-width: 1441px) {
  .desktopMain__protectYourHouseSection .protectYourHouseSection__text {
    height: 400px;
  }
}

@media screen and (max-width: 1000px) {
  .protectYourHouseSection__heading {
    font-size: 26px;
  }

  .protectYourHouseSection__subheading {
    font-size: 14px;
  }

  .protectYourHouseSection__phone {
    bottom: 0;
    right: 13%;
  }

  .protectYourHouseSection__image {
    height: 460px !important;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1399px) {
  .protectYourHouseSection__heading {
    font-size: 36px;
  }

  .protectYourHouseSection__subheading {
    font-size: 18px;
  }

  .protectYourHouseSection__phone {
    right: 13%;
  }

  .protectYourHouseSection__image {
    height: 560px !important;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1399px) {
  .protectYourHouseSection__heading {
    font-size: 46px;
  }
}
@media screen and (min-width: 1400px) {
  .protectYourHouseSection__heading {
    font-size: 52px;
  }

  .protectYourHouseSection__subheading {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .watchBtn__text-mobile-hidden {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .backgroundImage--desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .backgroundImage--mobile {
    display: none;
  }
}

.protectYourHouseSection__slide--single {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.protectYourHouseSection--single {
  padding: 0;
}

.protectYourHouseSectionSlide--business .protectYourHouseSection__text {
  height: 100px;
}
@media (max-width: 1239px) and (min-width: 768px) {
  .protectYourHouseSectionSlide--business .protectYourHouseSection__text {
    height: 8vw;
    padding-left: calc(65px - var(--x-offset));
  }
}
@media screen and (max-width: 767px) {
  .protectYourHouseSectionSlide--business .protectYourHouseSection__text {
    position: relative;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .protectYourHouseSectionSlide--business .container {
    padding-top: 90%;
  }
}

.protectYourHouseSection__slider-buttons {
  position: absolute;
  z-index: 10;
  top: 40%;
  left: 3%;
  right: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1240px) {
  .protectYourHouseSection__slider-buttons {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: min(95vw, 1362px);
  }
}
@media (max-width: 767px) {
  .protectYourHouseSection__slider-buttons {
    display: none;
  }
}
.protectYourHouseSection__slider-buttons .protectYourHouseSection__slider-button {
  border: none;
  outline: none;
  --size: 53px;
  width: var(--size);
  height: var(--size);
  padding: 0;
  border-radius: 50%;
  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;
}
@media (max-width: 1239px) {
  .protectYourHouseSection__slider-buttons .protectYourHouseSection__slider-button {
    --size: 28px;
  }
}
@media (max-width: 767px) {
  .protectYourHouseSection__slider-buttons .protectYourHouseSection__slider-button {
    --size: 24px;
  }
}
.protectYourHouseSection__slider-buttons .protectYourHouseSection__slider-button:hover, .protectYourHouseSection__slider-buttons .protectYourHouseSection__slider-button:active {
  background: rgba(234, 234, 234, 0.4);
}
.protectYourHouseSection__slider-buttons .protectYourHouseSection__slider-button img {
  width: inherit;
  height: inherit;
}
.protectYourHouseSection__slider-buttons .protectYourHouseSection__slider-button--next img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.protectYourHouseSection__actions {
  display: grid;
  grid-auto-flow: column;
  gap: 40px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: absolute;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  bottom: calc(var(--bottom-padding) * 1.16);
}
@media screen and (min-width: 1240px) and (max-width: 1399px) {
  .protectYourHouseSection__actions {
    bottom: var(--bottom-padding);
  }
}
@media (max-width: 1239px) {
  .protectYourHouseSection__actions {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .protectYourHouseSection__actions {
    grid-auto-flow: row;
    bottom: 50vw;
    left: 4vw;
    width: 24vw;
  }
}

.protectYourHouseSection__actionsDetails {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1239px) {
  .protectYourHouseSection__actionsDetails {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  .protectYourHouseSection__actionsDetails {
    font-size: 3.75vw;
    margin: 0;
  }
}

.protectYourHouseSection__watchBtn {
  text-transform: uppercase;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .protectYourHouseSection__watchBtn {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.professionalSystemSection {
  overflow: hidden;
}
.professionalSystemSection .professionalSystemSection__slideText {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  max-width: 49ch;
  /* or 150% */
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .professionalSystemSection .professionalSystemSection__slideText {
    padding: 0 3ch;
  }
}
@media screen and (min-width: 1241px) {
  .professionalSystemSection .sectionHeading {
    margin-bottom: 46px;
  }
}
@media screen and (min-width: 1400px) {
  .professionalSystemSection .sectionHeading {
    margin-bottom: 46px;
  }
}
@media screen and (min-width: 1441px) {
  .professionalSystemSection .sectionHeading {
    margin-bottom: 1.3em;
  }
}

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

.professionalSystemSection__list-icon {
  text-align: center;
  color: white;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 200;
}

@media screen and (min-width: 768px) {
  .professionalSystemSection__info_group {
    position: relative;
  }
  .professionalSystemSection__info_group .image__icon {
    position: absolute;
    right: calc(100% + 34px);
  }
}
.image__gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#3A3D3F), to(rgba(196, 196, 196, 0)));
  background: -o-linear-gradient(top, #3A3D3F 0%, rgba(196, 196, 196, 0) 100%);
  background: linear-gradient(180deg, #3A3D3F 0%, rgba(196, 196, 196, 0) 100%);
  mix-blend-mode: multiply;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.image__gradient_last {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 38, 62, 0.75)), color-stop(58.03%, rgba(0, 38, 62, 0.75)), color-stop(78.65%, rgba(0, 38, 62, 0.205597)), color-stop(98.95%, rgba(0, 38, 62, 0)));
  background: -o-linear-gradient(left, rgba(0, 38, 62, 0.75) 0%, rgba(0, 38, 62, 0.75) 58.03%, rgba(0, 38, 62, 0.205597) 78.65%, rgba(0, 38, 62, 0) 98.95%);
  background: linear-gradient(90deg, rgba(0, 38, 62, 0.75) 0%, rgba(0, 38, 62, 0.75) 58.03%, rgba(0, 38, 62, 0.205597) 78.65%, rgba(0, 38, 62, 0) 98.95%);
}

.professionalSystemSection__infoList {
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  line-height: 1.6;
  color: white;
}
@media screen and (min-width: 1240px) and (max-width: 1400px) {
  .professionalSystemSection__infoList {
    margin: 0;
    font-size: 18px;
  }
}
@media (max-width: 1239px) {
  .professionalSystemSection__infoList {
    font-size: 13px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .professionalSystemSection__infoList {
    font-size: 4vw;
    margin: 0 var(--x-offset);
  }
}
@media (min-width: 768px) {
  .professionalSystemSection__infoList {
    max-width: 630px;
  }
}

@media (max-width: 1239px) and (min-width: 768px) {
  .professionalSystemSection__list-icon-logo {
    max-width: 45px;
  }
}

@media (max-width: 1239px) and (min-width: 768px) {
  .professionalSystemSection__list-icon-text {
    font-size: 9px;
  }
}

.image__header {
  left: 4.6875vw;
  bottom: 7.8125vw;
  color: white;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.44;
  margin-bottom: 10px;
}
@media screen and (min-width: 1240px) {
  .image__header {
    margin-top: 0;
  }
}
@media (max-width: 1239px) and (min-width: 768px) {
  .image__header {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.professionalSystemSection .slider-nav {
  position: absolute;
  bottom: 7%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.professionalSystemSection__slider-wrapper {
  position: relative;
  overflow: hidden;
}
.professionalSystemSection__slider-wrapper button {
  pointer-events: all;
}
@media (min-width: 1600px) {
  .professionalSystemSection__slider-wrapper {
    margin: auto;
    overflow: hidden;
  }
}

.professionalSystemSection__slider-buttons {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3%;
  right: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1240px) {
  .professionalSystemSection__slider-buttons {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: min(95vw, 1362px);
  }
}
@media (max-width: 767px) {
  .professionalSystemSection__slider-buttons {
    display: none;
  }
}
.professionalSystemSection__slider-buttons .professionalSystemSection__slider-button {
  border: none;
  outline: none;
  --size: 53px;
  width: var(--size);
  height: var(--size);
  padding: 0;
  border-radius: 50%;
  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;
}
@media (max-width: 1239px) {
  .professionalSystemSection__slider-buttons .professionalSystemSection__slider-button {
    --size: 28px;
  }
}
@media (max-width: 767px) {
  .professionalSystemSection__slider-buttons .professionalSystemSection__slider-button {
    --size: 24px;
  }
}
.professionalSystemSection__slider-buttons .professionalSystemSection__slider-button:hover, .professionalSystemSection__slider-buttons .professionalSystemSection__slider-button:active {
  background: rgba(234, 234, 234, 0.4);
}
.professionalSystemSection__slider-buttons .professionalSystemSection__slider-button img {
  width: inherit;
  height: inherit;
}
.professionalSystemSection__slider-buttons .professionalSystemSection__slider-button--next img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.professionalSystemSection__heading {
  font-size: 44px;
  font-weight: 300;
  color: #00263E;
  letter-spacing: 0.03em;
  margin-bottom: 0;
  margin-top: 50px;
  margin-bottom: 45px;
  text-transform: uppercase;
  text-align: center;
}

.professionalSystemSection__sliderItem {
  position: relative;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}
@media (min-width: 1240px) and (max-width: 1400px) {
  .professionalSystemSection__sliderItem {
    padding: 40px 0;
  }
}
@media (max-width: 1239px) and (min-width: 768px) {
  .professionalSystemSection__sliderItem {
    padding: 65px;
    padding-left: 42vw;
  }
}
@media (max-width: 767px) {
  .professionalSystemSection__sliderItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.professionalSystemSection__image-wrapper {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
}
@media (max-width: 767px) {
  .professionalSystemSection__image-wrapper {
    position: relative;
    height: 0;
    top: unset;
    left: unset;
    padding-top: 74.375%;
  }
}

.professionalSystemSection__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .professionalSystemSection__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.professionalSystemSection__image.professionalSystemSection__image--desktop {
  -o-object-position: center 20%;
     object-position: center 20%;
}
@media (max-width: 767px) {
  .professionalSystemSection__image.professionalSystemSection__image--desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .professionalSystemSection__image.professionalSystemSection__image--mobile {
    display: none;
  }
}

.professionalSystemSection__slider {
  height: 663px;
}
@media (max-width: 1239px) {
  .professionalSystemSection__slider {
    height: auto;
  }
}
@media screen and (min-width: 1240px) {
  .professionalSystemSection__slider {
    height: 419px;
  }
}
@media screen and (min-width: 1400px) {
  .professionalSystemSection__slider {
    height: 498px;
  }
}
@media screen and (min-width: 1441px) {
  .professionalSystemSection__slider {
    height: 663px;
  }
}
@media screen and (min-width: 768px) {
  .professionalSystemSection__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.professionalSystemSection__iconsList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 18px;
  gap: 18px;
  grid-template-areas: ". . . . .";
}
@media (min-width: 768px) {
  .professionalSystemSection__iconsList {
    max-width: 630px;
  }
}
@media (max-width: 1239px) {
  .professionalSystemSection__iconsList {
    grid-gap: 4px;
    gap: 4px;
  }
}
@media (max-width: 767px) {
  .professionalSystemSection__iconsList {
    display: none;
  }
}

.professionalSystemSection__info {
  min-width: 53%;
  z-index: 10;
  --icon-width: 93px;
}
@media screen and (min-width: 1240px) and (max-width: 1400px) {
  .professionalSystemSection__info {
    height: -webkit-fill-available;
  }
}
@media screen and (min-width: 768px) {
  .professionalSystemSection__info {
    min-width: auto;
    width: 53%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .professionalSystemSection__info {
    width: 58%;
  }
}
.professionalSystemSection__info .image__icon {
  width: var(--icon-width);
  height: var(--icon-width);
}
@media (max-width: 1239px) {
  .professionalSystemSection__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    --icon-width: 76px;
  }
}
@media (max-width: 767px) {
  .professionalSystemSection__info {
    --icon-width: calc(60/320*100vw);
    background-color: var(--grey);
    height: 100vw;
    font-size: 4.0625vw;
    padding: var(--x-offset);
  }
  .professionalSystemSection__info .image__icon {
    position: absolute;
    top: 27vw;
    left: var(--x-offset);
  }
  .professionalSystemSection__info .image__header {
    position: absolute;
    left: var(--x-offset);
    top: calc(27vw + var(--icon-width) + 3.75vw);
    font-size: 6.25vw;
    line-height: 1.44;
    margin: 0;
    bottom: unset;
  }
}

@media (max-width: 767px) {
  .professionalSystemSection__slider-nav {
    bottom: 64px;
  }
}

.orderCallOrBookButton {
  background-color: var(--brandColor);
  width: 78.1vw;
  height: 12.8vw;
  margin: 0 auto;
  color: #fff;
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 3.8vw;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 94px;
}
@media (min-width: 768px) {
  .orderCallOrBookButton {
    display: none;
  }
}
.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;
  }
}
.desktopMain__bestSolutions {
  background-color: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .desktopMain__bestSolutions {
    background-color: #fff;
    position: relative;
    padding-top: 7px;
  }
}
.desktopMain__bestSolutions * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.desktopMain__bestSolutionsHeading {
  margin-top: 33px;
}
@media screen and (min-width: 1241px) and (max-width: 1399px) {
  .desktopMain__bestSolutionsHeading {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1500px) {
  .desktopMain__bestSolutionsHeading {
    margin-top: 15px;
  }
}

.bestSolutions__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3em;
  gap: 3em;
}
@media screen and (max-width: 767px) {
  .bestSolutions__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .bestSolutions__card-wrap:hover .bestSolutions__card {
    -webkit-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-box-shadow: 0px 8px 30px rgba(82, 82, 82, 0.11);
            box-shadow: 0px 8px 30px rgba(82, 82, 82, 0.11);
  }
  .bestSolutions__card-wrap:hover .card__text {
    max-height: 5.5em;
    -webkit-animation: opacity 0.3s ease-in-out 0.2s 1 forwards;
            animation: opacity 0.3s ease-in-out 0.2s 1 forwards;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .bestSolutions__card-wrap:hover .card__text {
    max-height: 10em;
  }
}
@media screen and (min-width: 768px) {
  .bestSolutions__card-wrap:hover .card__img-container {
    -webkit-transform: translateX(25px);
        -ms-transform: translateX(25px);
            transform: translateX(25px);
  }
}
@media screen and (min-width: 768px) {
  .bestSolutions__card-wrap:hover .card__name {
    margin-top: 0;
  }
}

.bestSolutions__card {
  display: grid;
  grid-template-columns: 252px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  padding: 2rem;
  background-color: var(--white);
  border-radius: 16px;
  height: 254px;
  pointer-events: none;
  -webkit-transition: -webkit-box-shadow 0.25s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
  transition: -webkit-box-shadow 0.25s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
  -o-transition: box-shadow 0.25s ease-in-out 0s, transform 0.3s ease-in-out 0s;
  transition: box-shadow 0.25s ease-in-out 0s, transform 0.3s ease-in-out 0s;
  transition: box-shadow 0.25s ease-in-out 0s, transform 0.3s ease-in-out 0s, -webkit-box-shadow 0.25s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
}
@media screen and (max-width: 1239px) {
  .bestSolutions__card {
    height: 24vw;
    grid-template-columns: 0.9fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .bestSolutions__card {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    padding: 0 0 4em 0;
  }
}
@media (max-width: 767px) {
  .bestSolutions__card .card__text-container {
    text-align: center;
    max-width: 80%;
  }
}
.bestSolutions__card .card__img-container {
  height: 210px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: -webkit-transform 0.3s ease-in-out 0s;
  -o-transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
}
@media screen and (max-width: 1239px) {
  .bestSolutions__card .card__img-container {
    height: auto;
  }
}
@media (max-width: 767px) {
  .bestSolutions__card .card__img-container {
    width: 100%;
    height: auto;
    padding: 0 2rem;
  }
}
.bestSolutions__card .card__name {
  font-weight: normal;
  font-size: 22px;
  line-height: 136.3%;
  color: #425563;
  -webkit-transition: margin-top 0.3s ease-in-out 0s;
  -o-transition: margin-top 0.3s ease-in-out 0s;
  transition: margin-top 0.3s ease-in-out 0s;
}
@media screen and (max-width: 1239px) {
  .bestSolutions__card .card__name {
    font-size: 1.83vw;
  }
}
@media screen and (max-width: 767px) {
  .bestSolutions__card .card__name {
    font-size: 6.25vw;
  }
}
.bestSolutions__card .card__text {
  font-weight: normal;
  font-size: 16px;
  line-height: 137.5%;
  color: #425563;
  opacity: 0;
  max-height: 0;
  cursor: default;
  margin: 0;
  -webkit-transition: max-height 0.4s ease-in-out 0s;
  -o-transition: max-height 0.4s ease-in-out 0s;
  transition: max-height 0.4s ease-in-out 0s;
}
@media screen and (max-width: 1239px) {
  .bestSolutions__card .card__text {
    font-size: 1.32vw;
  }
}
.bestSolutions__card .card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .solutions {
    position: relative;
    margin: 0 calc(var(--x-offset) * -1 - 20px);
    margin-top: 43px;
  }
}

@media (min-width: 768px) {
  .solutions__slider-nav,
.solutions__slider-buttons {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .solutions__slider-button {
    background: transparent;
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
}
.desktopMain__ratePlanSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 500px;
}
@media (max-width: 1239px) {
  .desktopMain__ratePlanSection {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .desktopMain__ratePlanSection {
    height: auto;
  }
}
.desktopMain__ratePlanSection .container {
  max-width: 1250px;
}
.desktopMain__ratePlanSection .ratePlanSection__tariffBlocks-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (min-width: 1240px) {
  .desktopMain__ratePlanSection .ratePlanSection__tariffBlocks-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .desktopMain__ratePlanSection .ratePlanSection__tariffBlocks-wrapper .centered-slide {
    margin: 0 2rem;
  }
}
.desktopMain__ratePlanSection .ratePlanSection__tariffBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 400px;
  height: 385px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 60px rgba(82, 82, 82, 0.11);
          box-shadow: 0px 0px 60px rgba(82, 82, 82, 0.11);
  border-radius: 20px;
  padding-bottom: 28px;
}
@media screen and (min-width: 1241px) and (max-width: 1399px) {
  .desktopMain__ratePlanSection .ratePlanSection__tariffBlock {
    width: 366px;
    height: 345px;
  }
}
.desktopMain__ratePlanSection .ratePlanSection__tariffBlock:only-child {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .desktopMain__ratePlanSection .ratePlanSection__tariffBlock {
    height: auto;
    width: 90%;
  }
}
.desktopMain__ratePlanSection .list-line__image-item {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.desktopMain__ratePlanSection .ratePlanSection__buySection-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}
.desktopMain__ratePlanSection .ratePlanSection__Heading {
  margin: 55px auto 0;
  font-size: 23px;
  line-height: 140%;
  text-align: center;
  color: #00263E;
}
@media screen and (min-width: 1241px) and (max-width: 1399px) {
  .desktopMain__ratePlanSection .ratePlanSection__Heading {
    font-size: 20px;
    margin: 60px auto 0;
  }
}
@media (max-width: 767px) {
  .desktopMain__ratePlanSection .ratePlanSection__Heading {
    margin: 0;
    margin-bottom: 40px;
    background-color: var(--brand);
    height: 93px;
    border: none;
    color: #fff;
    font-size: 13px;
    padding-top: 60px;
    border-radius: 20px 20px 0px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.desktopMain__ratePlanSection .ratePlanSection__list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 150%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 2em 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1241px) and (max-width: 1399px) {
  .desktopMain__ratePlanSection .ratePlanSection__list-wrapper {
    font-size: 13px;
    padding: 2em 25px;
  }
}
@media (max-width: 767px) {
  .desktopMain__ratePlanSection .ratePlanSection__list-wrapper {
    margin: 0 20px 40px;
    padding: 0;
  }
}
.desktopMain__ratePlanSection .ratePlanSection__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.desktopMain__ratePlanSection .ratePlanSection__list-line_text {
  margin: 0;
  color: #425563;
}
.desktopMain__ratePlanSection .ratePlanSection__list-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.desktopMain__ratePlanSection .ratePlanSection__list-line + .ratePlanSection__list-line {
  margin: 17px 0 0 0;
}
@media screen and (min-width: 1241px) and (max-width: 1399px) {
  .desktopMain__ratePlanSection .ratePlanSection__list-line + .ratePlanSection__list-line {
    margin: 7px 0 0 0;
  }
}
.desktopMain__ratePlanSection .ratePlanSection__list-line_last {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.desktopMain__ratePlanSection .ratePlanSection__list-line_subtext {
  font-size: 12px;
  margin: 0;
}
@media (min-width: 768px) {
  .desktopMain__ratePlanSection .tariffBlock__iconWrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 5px 10px 70px rgba(218, 33, 40, 0.3);
            box-shadow: 5px 10px 70px rgba(218, 33, 40, 0.3);
    border-radius: 50%;
    position: absolute;
    width: 75px;
    height: 75px;
    top: -40px;
    left: 41%;
  }
}
.desktopMain__ratePlanSection .tariffBlock__icon {
  position: absolute;
  width: 75px;
  height: 75px;
  top: -40px;
  left: 41%;
}
@media (max-width: 767px) {
  .desktopMain__ratePlanSection .tariffBlock__icon {
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    width: 50px;
    height: 50px;
    top: 10px;
  }
}
.desktopMain__ratePlanSection .ratePlanSection__price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}
.desktopMain__ratePlanSection .ratePlanSection__price-text {
  color: #FF8200;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.4;
}
.desktopMain__ratePlanSection .ratePlanSection__price-text_subtext {
  font-size: 16px;
  color: var(--grey);
  opacity: 0.5;
}
.desktopMain__ratePlanSection .ratePlanSection__button {
  margin: 0 25px;
  width: -webkit-fill-available;
  padding: 1.12em 3.93em;
  background-color: var(--brand);
  border: none;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 540px) {
  .desktopMain__ratePlanSection .ratePlanSection__button {
    padding: 1.12em 2.65em;
  }
}
.desktopMain__ratePlanSection .ratePlanSection__button:hover {
  background-color: var(--buttonHoverColor);
}
.desktopMain__ratePlanSection .ratePlanSection__button:active {
  background-color: var(--buttonClickColor);
}

@media (max-width: 767px) {
  .tarif {
    position: relative;
    padding: 0;
    padding-bottom: 30px;
  }
}

.tarif__slider-nav {
  margin-top: 1em;
}
@media (max-width: 767px) {
  .tarif__slider-nav {
    bottom: 0;
  }
}

.tarif__slider-buttons .tarif__slider-button {
  border: none;
  outline: none;
  --size: 51px;
  width: var(--size);
  height: var(--size);
  padding: 0;
  border-radius: 50%;
  background: rgba(234, 234, 234, 0.2);
  -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) {
  .tarif__slider-buttons .tarif__slider-button {
    --size: 28px;
  }
}
.tarif__slider-buttons .tarif__slider-button:hover, .tarif__slider-buttons .tarif__slider-button:active {
  background: rgba(234, 234, 234, 0.4);
}
.tarif__slider-buttons .tarif__slider-button img {
  width: calc(0.8 * var(--size));
}
.tarif__slider-buttons .tarif__slider-button--next img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.desktopMain__bestEquipmentSection .bestEquipmentSection__videoBlock {
  width: 100%;
  position: relative;
}
.desktopMain__bestEquipmentSection .bestEquipmentSection__videoBlock .videoBlock__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #000;
}
@media (min-width: 1600px) {
  .desktopMain__bestEquipmentSection .bestEquipmentSection__videoBlock .videoBlock__video {
    margin: auto;
  }
}
.desktopMain__bestEquipmentSection .bestEquipmentSection__videoBlock .vimeo-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.desktopMain__bestEquipmentSection .bestEquipmentSection__videoBlock .videoBlock__playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -70px;
  margin-left: -70px;
  cursor: pointer;
}

.desktopMain__bestEquipmentSectionHeading {
  margin-top: 30px;
}
@media screen and (min-width: 1241px) and (max-width: 1399px) {
  .desktopMain__bestEquipmentSectionHeading {
    margin-top: 0;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1500px) {
  .desktopMain__bestEquipmentSectionHeading {
    margin-top: 64px;
    margin-bottom: 76px;
  }
}

.video-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
@media screen and (min-width: 1241px) {
  .video-wrapper {
    padding-top: 40%;
  }
}
.video-wrapper .js-player-fullscreen {
  width: 100% !important;
  max-width: 100% !important;
}

.videoBlock__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.play-button__btn {
  border: none;
  background-color: transparent;
}

.video-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity ease 0.3s, visibility ease 0.3s;
  -o-transition: opacity ease 0.3s, visibility ease 0.3s;
  transition: opacity ease 0.3s, visibility ease 0.3s;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.video-controls.is-hide {
  opacity: 0;
  visibility: hidden;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.play-button__btn {
  width: 140px;
  height: 140px;
}
@media (max-width: 1239px) {
  .play-button__btn {
    width: 95px;
    height: 95px;
  }
}
@media (max-width: 767px) {
  .play-button__btn {
    width: 85px;
    height: 85px;
  }
}

.play-button__pause {
  display: none;
}

.play-button.is-play .play-button__play {
  display: none;
}

.play-button.is-play .play-button__pause {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.btn__icon img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.desktopMain__mobileAppSection {
  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;
  overflow: hidden;
}
@media (max-width: 767px) {
  .desktopMain__mobileAppSection {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1500px) {
  .desktopMain__mobileAppSection .sectionHeading {
    margin: 70px 0 50px;
  }
}

.mobileAppSection__heading {
  font-size: 44px;
  font-weight: 400;
  color: #00263E;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  margin: 2em 0 0;
}
@media (max-width: 1239px) {
  .mobileAppSection__heading {
    font-size: 22px;
    margin-top: 2rem;
  }
}

.mobileAppSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: min(1048px, 100vw - 40px);
}
@media (max-width: 767px) {
  .mobileAppSection {
    display: none;
  }
}
.mobileAppSection__leftBlock {
  margin-top: 15px;
}
.mobileAppSection__leftBlock .mobileAppSection__feature {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 28px 30px;
  background-color: #f6f6f6;
  margin-bottom: 30px;
  border-radius: 30px;
  color: #00263E;
  cursor: pointer;
}
.mobileAppSection__leftBlock .mobileAppSection__feature-heading {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: -5px;
  letter-spacing: 0.04em;
  margin: 0 0 0.2em;
}
.mobileAppSection__leftBlock .mobileAppSection__feature-description {
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin: 0;
}
.mobileAppSection__leftBlock .mobileAppSection__feature.active-feature {
  color: white;
  background-color: var(--brand);
  position: relative;
}
.mobileAppSection__leftBlock .mobileAppSection__feature:last-of-type {
  margin-bottom: 80px;
}
.mobileAppSection__leftBlock-bottom {
  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;
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  gap: 17px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .mobileAppSection__leftBlock-bottom {
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    grid-auto-flow: dense;
  }
  .mobileAppSection__leftBlock-bottom .mobileAppSection__leftBlock-button {
    grid-area: 1/1/2/3;
  }
}
.mobileAppSection__leftBlock-bottom .mobileAppSection__leftBlock-button {
  padding: 1.1em 2.8em;
  color: white;
  font-weight: normal;
  font-size: 14px;
  height: inherit;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 0.07em;
  background-color: var(--brand);
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .mobileAppSection__leftBlock-bottom .mobileAppSection__leftBlock-button {
    font-size: 12px;
  }
}
.mobileAppSection__leftBlock-bottom .mobileAppSection__leftBlock-android img,
.mobileAppSection__leftBlock-bottom .mobileAppSection__leftBlock-ios img {
  height: 50px;
}

@media screen and (max-width: 1140px) {
  .mobileAppSection {
    margin: 0 auto;
    overflow: hidden;
  }
  .mobileAppSection__leftBlock-heading {
    font-size: 22px;
    font-weight: 300;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .mobileAppSection__leftBlock .mobileAppSection__feature {
    padding: 28px 15px;
    background-color: #f6f6f6;
    margin-bottom: 15px;
    border-radius: 15px;
    color: #00263E;
  }
  .mobileAppSection__leftBlock .mobileAppSection__feature-heading {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .mobileAppSection__leftBlock .mobileAppSection__feature-description {
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 15px;
  }
  .mobileAppSection__leftBlock .mobileAppSection__feature.active-feature {
    color: white;
    background-color: var(--brand);
    position: relative;
  }
  .mobileAppSection__leftBlock .mobileAppSection__feature:last-of-type {
    margin-bottom: 30px;
  }
  .mobileAppSection__rightBlock {
    margin-right: -30px;
  }
  .mobileAppSection__rightBlock .mobileApp-image {
    height: 570px;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .bigHeading {
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1439px) {
  .mobileAppSection__leftBlock .mobileAppSection__feature:last-of-type {
    margin-bottom: 20px;
  }
  .mobileAppSection__rightBlock .mobileApp-image {
    height: 570px;
  }

  .mobileAppSection__rightBlock {
    margin-right: -30px;
  }
  .mobileAppSection__rightBlock .mobileApp-image {
    width: 500px;
    height: auto;
  }

  .bigHeading {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .mobileAppSection__rightBlock {
    margin-right: -42px;
    margin-top: -32px;
  }
  .mobileAppSection__rightBlock .mobileApp-image {
    height: 769px;
    width: 480px;
  }
}
@media (max-width: 767px) {
  :root {
    --sectionPadding__left: 30px;
    --sectionPadding__left: 9.375vw;
    --sectionPadding__right: 30px;
    --sectionPadding__right: 6.55vw;
  }

  .heading {
    margin: 0;
  }

  .mobileAppSection__image {
    width: 100vw;
    height: 162.074554295vw;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
  }

  .mobileAppSection__slider-nav {
    margin: 0 0 3.45vw;
    position: relative;
    z-index: 10;
  }

  .mobileAppSection__sliderInfo {
    position: absolute;
    bottom: 0;
  }

  .card-wrapper {
    padding: 0;
    margin: 0 0 20vw;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .slider__info {
    pointer-events: none;
  }
  .slider__info .sliderInfo__items {
    background: var(--brandColor);
    width: 100vw;
    position: relative;
  }
  .slider__info .sliderInfo__items::before {
    content: "";
    width: 100%;
    height: 22.2vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40.5%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.48)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40.5%, rgba(0, 0, 0, 0.48) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.5%, rgba(0, 0, 0, 0.48) 100%);
    position: absolute;
    bottom: 100%;
    pointer-events: none;
  }
  .slider__info .sliderInfo__item {
    width: inherit;
    padding: 3vw calc(var(--sectionPadding__right)) 3vw calc(3vw + var(--sectionPadding__left));
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 25vw;
    pointer-events: all;
  }
  .slider__info .sliderInfo__item--hidden {
    display: none;
  }
  .slider__info .sliderInfo__heading,
.slider__info .sliderInfo__text {
    font-style: normal;
    color: #fff;
    margin: 0;
  }
  .slider__info .sliderInfo__heading {
    font-weight: 600;
    font-size: 3.75vw;
    line-height: 1.4;
    margin: 0 0 0.2em;
  }
  .slider__info .sliderInfo__text {
    font-weight: 500;
    font-size: 3.125vw;
    line-height: 1.5;
  }

  .mobileAppSection__download {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    pointer-events: all;
    height: 33vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mobileAppSectionDownload__raiting {
    text-align: center;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 6.875vw;
    line-height: 1.5;
    color: #000000;
  }

  .mobileAppSectionDownload__icon {
    width: 9.96vw;
  }

  .mobileAppSectionDownload__stars img {
    width: 4.375vw;
  }

  .mobile-popup__form-heading p.headingLine {
    text-transform: none;
    font-weight: 500;
    font-size: 5.8vw;
  }

  .mobile-popup__form-description {
    font-size: 3.875vw;
  }

  .descriptionSection .descriptionSection_image {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .main__whatIsNeededEquipment .whatIsNeededEquipment__titlesWrapper {
    text-align: left;
  }

  .main__section.main__ratePlanSection .list-line__image-item {
    -ms-flex-item-align: left;
        align-self: left;
  }

  .main__servicesInfoSection .servicesInfoSection__image {
    height: 101%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .servicesInfoSection__image-wrapper {
    overflow: hidden;
  }

  .main__servicesInfoSection div.image__gradient {
    height: 100%;
  }

  .main__mobileAppSection .slider__info .sliderInfo__items {
    background: var(--brandColor);
    width: 100vw;
    position: relative;
  }

  .main__mobileAppSection .slider__info .sliderInfo__item--hidden {
    display: none;
  }

  .main__mobileAppSection .slider__info .sliderInfo__item {
    width: inherit;
    padding: 3vw calc(var(--sectionPadding__right)) 3vw calc(3vw + var(--sectionPadding__left));
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 25vw;
    pointer-events: all;
  }

  .main__mobileAppSection .slider__info .sliderInfo__heading, .main__mobileAppSection .slider__info .sliderInfo__text {
    font-style: normal;
    color: #fff;
    margin: 0;
  }

  .main__mobileAppSection .slider__info .sliderInfo__heading {
    font-weight: 600;
    font-size: 3.75vw;
    line-height: 1.4;
    margin: 0 0 0.2em;
  }

  .main__mobileAppSection .slider__info .sliderInfo__text {
    font-weight: 500;
    font-size: 3.125vw;
    line-height: 1.5;
  }

  .main__mobileAppSection .mobileAppSection__slider-nav {
    position: absolute;
    z-index: 10;
    -webkit-transform: translate(-50%, 30%);
        -ms-transform: translate(-50%, 30%);
            transform: translate(-50%, 30%);
    left: 50%;
  }

  .slider__info.mobileAppSection__sliderInfo .slider-nav__item.tns-nav-active {
    background: #fff;
    border-color: #fff;
  }

  .customEquipmentCard .card__heading {
    max-height: 1em;
  }

  .mobileAppSection--mobile {
    position: relative;
  }
  .mobileAppSection--mobile .mobileAppSection__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .main__mobileAppSection .mobileAppSection__download {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    pointer-events: all;
    height: 33vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .main__mobileAppSection .mobileAppSectionDownload__item {
    width: 45%;
  }
  .main__mobileAppSection .mobileAppSectionDownload__item img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .mobileAppSection__slider-nav {
    bottom: 98%;
  }
}
@media (min-width: 768px) {
  .mobileAppSection--mobile {
    display: none;
  }
}

.mobileAppSection__leftBlock {
  width: 63%;
}

@media screen and (min-width: 1241px) and (max-width: 1500px) {
  .mobileAppSection {
    width: min(1100px, 100vw - 40px);
    gap: 44px;
  }
  .mobileAppSection .mobileAppSection__rightBlock {
    margin-right: -30px;
    margin-top: -3px;
    width: 400px;
    position: relative;
  }
  .mobileAppSection .mobileAppSection__rightBlock .mobileApp-image {
    height: auto;
    width: 400px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .mobileAppSection .mobileAppSection__leftBlock {
    margin-top: 0;
  }
  .mobileAppSection .mobileAppSection__leftBlock .mobileAppSection__feature {
    padding: 22px 30px;
    margin-bottom: 15px;
  }
  .mobileAppSection .mobileAppSection__leftBlock-bottom {
    margin-top: 24px;
  }

  .desktopMain__mobileAppSection {
    padding-bottom: 30px;
  }
}
.benefitsSection {
  margin: 0;
  overflow: hidden;
}

.benefitsSection__sliderWrapper {
  position: relative;
}

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

.benefitsSection__slider-nav {
  position: absolute;
  bottom: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .benefitsSection__slider-nav {
    bottom: 25px;
  }
}

.benefitsSection__sliderItem {
  position: relative;
  height: 443px;
}
@media (max-width: 1239px) {
  .benefitsSection__sliderItem {
    height: 409px;
  }
}
@media screen and (min-width: 1241px) {
  .benefitsSection__sliderItem {
    height: 372px;
  }
}
@media screen and (min-width: 1400px) {
  .benefitsSection__sliderItem {
    height: 450px;
  }
}
@media screen and (min-width: 1441px) {
  .benefitsSection__sliderItem {
    height: 490px;
  }
}
@media (max-width: 767px) {
  .benefitsSection__sliderItem {
    height: 172vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.benefitsSection__sliderInfo {
  z-index: 10;
  position: relative;
  color: white;
  width: 547px;
  margin: 100px auto 0 45%;
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .benefitsSection__sliderInfo {
    padding: 50px 10vw 0 50vw;
    max-width: 40%;
  }
}
@media screen and (max-width: 1399px) {
  .benefitsSection__sliderInfo {
    margin: 50px auto 0 45%;
  }
}
@media screen and (max-width: 1239px) {
  .benefitsSection__sliderInfo {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .benefitsSection__sliderInfo {
    margin: auto 0 40px 0;
    min-height: 65vw;
  }
}

.benefitsSection__sliderImage {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .benefitsSection__sliderImage {
    -o-object-position: 35%;
       object-position: 35%;
  }
}
@media screen and (max-width: 767px) {
  .benefitsSection__sliderImage--desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .benefitsSection__sliderImage--mobile {
    display: none;
    -o-object-position: center;
       object-position: center;
  }
}

.benefitsSection__sliderHeading {
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 1239px) {
  .benefitsSection__sliderHeading {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .benefitsSection__sliderHeading {
    font-size: 8.75vw;
    padding: 0 var(--x-offset);
    margin: 0;
    text-align: center;
  }
}
.benefitsSection__sliderHeading .sliderHeding__lowercase {
  text-transform: lowercase;
}

.benefitsSection__sliderText {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
}
@media (max-width: 1239px) {
  .benefitsSection__sliderText {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .benefitsSection__sliderText {
    font-size: 4.6vw;
    padding: 0 var(--x-offset);
    text-align: center;
  }
}
.benefitsSection__sliderText.benefitsSection__sliderTextList {
  padding-left: 30px;
  font-weight: 400;
}

.sliderInfo__buttonsBlock {
  margin-top: 45px;
  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;
}
.sliderInfo__buttonsBlock .sliderInfo__connectBtn {
  width: 250px;
  height: 41px;
  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);
  background-color: var(--brand);
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.sliderInfo__buttonsBlock .sliderInfo__connectBtn:hover {
  opacity: 0.9;
}
.sliderInfo__buttonsBlock .sliderInfo__moreLink {
  font-size: 12px;
  font-weight: 300;
  color: var(--white);
  position: relative;
}
.sliderInfo__buttonsBlock .sliderInfo__moreLink::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: var(--white);
}

.benefitsSection__slider-buttons {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3%;
  right: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .benefitsSection__slider-buttons {
    top: 30%;
  }
}
@media screen and (min-width: 768px) {
  .benefitsSection__slider-buttons {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: min(95vw, 1362px);
    left: 50%;
  }
}
.benefitsSection__slider-buttons .benefitsSection__slider-button {
  outline: none;
  --size: 53px;
  width: var(--size);
  height: var(--size);
  padding: 0;
  border-radius: 50%;
  background: transparent;
  border: none;
  -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) {
  .benefitsSection__slider-buttons .benefitsSection__slider-button {
    --size: 32px;
  }
}
.benefitsSection__slider-buttons .benefitsSection__slider-button:hover, .benefitsSection__slider-buttons .benefitsSection__slider-button:active {
  background: rgba(234, 234, 234, 0.4);
}
.benefitsSection__slider-buttons .benefitsSection__slider-button img {
  width: inherit;
  height: inherit;
}
.benefitsSection__slider-buttons .benefitsSection__slider-button--next img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.benefitsSection__heading {
  margin-top: 37px;
}
.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;
  }
}
.desktopMain__textSection {
  padding: 55px 0;
}
.desktopMain__textSection .textSection__text-block {
  width: 100%;
  height: 256px;
  overflow-y: scroll;
  padding-right: 50px;
}
@media (max-width: 1239px) {
  .desktopMain__textSection .textSection__text-block {
    padding-right: 0;
    height: 375px;
  }
}
@media (max-width: 767px) {
  .desktopMain__textSection .textSection__text-block {
    height: 208px;
  }
}
.desktopMain__textSection .textSection__text-block::-webkit-scrollbar-thumb {
  width: 2px;
  background-color: var(--brandColor);
}
.desktopMain__textSection .textSection__text-block::-webkit-scrollbar {
  width: 2px;
  background-color: #f8f8f8;
}
.desktopMain__textSection .textSection__text-block .textSection__text {
  font-size: 14px;
  font-weight: 500;
  color: #9D9FA0;
  font-family: "Brandon Text";
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
}
@media (max-width: 1239px) {
  .desktopMain__textSection .textSection__text-block .textSection__text {
    padding-right: 10px;
  }
}
.main__businessSection {
  margin-bottom: 10.9vw;
}
.main__businessSection input {
  height: 13.9vw;
  line-height: 1.15;
  border: solid 1px #C4C4C4;
  border-radius: 6px;
  margin-bottom: 4.68vw;
  padding-left: 3.125vw;
  background-color: #ECECEC;
}
.main__businessSection input:focus {
  border-color: var(--brandColor);
  background-color: white;
  outline: none;
}
.main__businessSection .businessSection__heading {
  margin-top: 12.5vw;
  margin-bottom: 7.8vw;
}
.main__businessSection .businessSection_image {
  width: calc(100% + var(--x-offset) * 2);
  margin: 0 calc(var(--x-offset) * -1);
}
.main__businessSection .businessSection_small-heading {
  color: var(--brandColor);
  font-weight: normal;
  font-size: 5.625vw;
  line-height: 140%;
  margin-bottom: 6.25vw;
}
.main__businessSection .businessSection_text {
  font-size: 4.375vw;
  font-weight: normal;
  line-height: 150%;
  margin-bottom: 4.68vw;
}
.main__businessSection .businessSection_buttons-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6.25vw;
}
.main__businessSection .businessSection_button {
  background-color: #6d6d6d;
  width: 38.55vw;
  font-size: 3.75vw;
  height: 10vw;
  margin: var(--sectionPadding__right) 0 var(--sectionPadding__left) 0;
  letter-spacing: 0.05em;
  color: #FFF;
  border: none;
  margin: 0;
}
.main__businessSection .businessSection_button-selected {
  background-color: var(--brandColor);
}
.main__businessSection .businessSection__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.main__businessSection .businessSection__form input {
  font-size: 5vw;
}
.main__businessSection .businessSectionForm__labeled-checkbox {
  margin: 4px 0;
}
.main__businessSection .businessSection__form-button {
  margin-top: 3rem;
}

.cta-button {
  padding: 0.83em 2.4em;
  color: #fff;
  font-weight: 500;
  font-size: 4.3vw;
  letter-spacing: 0.07em;
  background-color: var(--brandColor);
  border: none;
  cursor: pointer;
  outline: none;
  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;
}

.businessSection__form-wrapper {
  padding: 0 5vw;
}
.desktopMain__orderConsultationSection {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.orderConsultationSection__labeled-checkbox-group {
  width: 100%;
  margin: 15px 0;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .orderConsultationSection__labeled-checkbox-group {
    margin: 0;
  }
}

.orderConsultationSection__labeled-checkbox {
  width: 100%;
  margin: 5px 0;
  color: #00263E;
}

.orderConsultationSection__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.orderConsultationSection__form-wrapper {
  z-index: 0;
  width: 40%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background-color: rgba(255, 255, 255, 0.9);
  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: 20px;
  position: absolute;
}
@media (max-width: 1239px) and (min-width: 768px) {
  .orderConsultationSection__form-wrapper {
    width: 57%;
  }
}
.orderConsultationSection__form-wrapper .orderConsultationSection__form-heading {
  color: var(--brand);
  font-size: 36px;
  font-weight: normal;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: contents;
  margin: 0;
  margin-bottom: 10px;
}
.orderConsultationSection__form-wrapper .orderConsultationSection__form-heading .headingLine {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  border-width: 100%;
}
.orderConsultationSection__form-wrapper .orderConsultationSection__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;
}
.orderConsultationSection__form-wrapper .orderConsultationSection__form-buttonsBlock {
  width: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
}
.orderConsultationSection__form-wrapper .orderConsultationSection__button {
  padding: 0.95em 0;
  color: white;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.07em;
  background-color: #c4c4c4;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
.orderConsultationSection__form-wrapper .orderConsultationSection__button-selected {
  background-color: var(--brand);
}
.orderConsultationSection__form-wrapper .orderConsultationSection__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: 80%;
}
.orderConsultationSection__form-wrapper .orderConsultationSection__field {
  width: 100%;
  height: 44px;
  background: #fff;
  border: 1px solid #c9c9c9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 15px;
  font-size: 14px;
  padding: 15px;
  color: #00263E;
}
.orderConsultationSection__form-wrapper .orderConsultationSection__field:focus {
  outline: none;
  cursor: text;
}
.orderConsultationSection__form-wrapper .orderConsultationSection__field:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 1239px) {
  .desktopMain__orderConsultationSection {
    height: 470px;
  }

  .orderConsultationSection__form-wrapper {
    top: 7%;
    width: 444px;
  }
  .orderConsultationSection__form-wrapper .orderConsultationSection__form-heading {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .orderConsultationSection__form-wrapper .orderConsultationSection__form-description {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .orderConsultationSection__form-wrapper .orderConsultationSection__form-fieldsBlock {
    margin-top: 5px;
  }
  .orderConsultationSection__form-wrapper .orderConsultationSection__field {
    height: 35px;
    margin-bottom: 10px;
    font-size: 12px;
    padding: 10px;
  }
}
.desktopMain__orderConsultationSection .popup-form__button {
  white-space: nowrap;
  cursor: pointer;
  padding: 0.85em 3em;
  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: 16px;
  margin-top: 1em;
  font-weight: 500;
}
@media (max-width: 1239px) {
  .desktopMain__orderConsultationSection .popup-form__button {
    font-size: 14px;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1439px) {
  .desktopMain__orderConsultationSection {
    height: 600px;
  }

  .orderConsultationSection__form-wrapper {
    width: 610px;
  }
}
@media screen and (min-width: 1440px) {
  .desktopMain__orderConsultationSection {
    height: 670px;
    margin-top: 50px;
  }

  .orderConsultationSection__form-wrapper {
    width: 610px;
  }
}
@media screen and (max-width: 767px) {
  .orderConsultationSection__bg.orderConsultationSection__bg--desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .orderConsultationSection__bg.orderConsultationSection__bg--mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .desktopMain__orderConsultationSection {
    height: auto;
  }

  .orderConsultationSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .orderConsultationSection__bg {
    position: static;
  }

  .orderConsultationSection__form-wrapper {
    position: static;
    width: 100%;
    padding: 6.25vw 10vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .orderConsultationSection__form-wrapper .orderConsultationSection__form-heading {
    text-align: center;
    display: block;
    max-width: 90%;
    font-size: 5.625vw;
    line-height: 1.4;
    letter-spacing: 0.01em;
  }
  .orderConsultationSection__form-wrapper .orderConsultationSection__form-heading .headingLine {
    display: inline;
    border-bottom: none;
  }
  .orderConsultationSection__form-wrapper .orderConsultationSection__form-description {
    font-size: 4.375vw;
    line-height: 1.5;
    text-align: left;
  }
  .orderConsultationSection__form-wrapper .orderConsultationSection__form-description,
.orderConsultationSection__form-wrapper .orderConsultationSection__form-buttonsBlock,
.orderConsultationSection__form-wrapper .orderConsultationSection__form-fieldsBlock {
    width: 100%;
  }
  .orderConsultationSection__form-wrapper .orderConsultationSection__form-buttonsBlock {
    margin: 0 0 3vw;
  }
  .orderConsultationSection__form-wrapper .orderConsultationSection__button {
    border-radius: 0;
    width: 48%;
    font-size: 3.437vw;
  }
  .orderConsultationSection__form-wrapper .popup-form__button {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 4.375vw;
  }

  .orderConsultationSection__labeled-checkbox-group {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 1241px) and (max-width: 1440px) {
  .orderConsultationSection__form-wrapper .orderConsultationSection__form-heading {
    font-size: 28px;
  }

  .orderConsultationSection__form-wrapper .orderConsultationSection__form-description {
    font-size: 14px;
    width: 95%;
  }

  .desktopMain__orderConsultationSection {
    height: 520px;
  }
}
