/*! 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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dk-select,
.dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  width: 200px;
  cursor: pointer;
}

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 0.4em;
  padding: 0 1.5em 0 0.5em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.dk-selected:before,
.dk-selected:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
}
.dk-selected:before {
  top: 50%;
  border: solid transparent;
  border-width: 0.25em 0.25em 0;
  border-top-color: #cccccc;
  margin: -0.125em 0.5em 0 0;
}
.dk-selected:after {
  top: 0;
  height: 100%;
  border-left: 1px solid #cccccc;
  margin: 0 1.5em 0 0;
}

.dk-selected-disabled {
  color: #bbbbbb;
}

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
}

.dk-select-open-up .dk-select-options {
  border-radius: 0.4em 0.4em 0 0;
  margin-bottom: -1px;
  bottom: 100%;
}

.dk-select-open-down .dk-select-options {
  border-radius: 0 0 0.4em 0.4em;
  margin-top: -1px;
  top: 100%;
}

.dk-select-multi .dk-select-options {
  max-height: 10em;
}

.dk-select-options {
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 0.4em;
  list-style: none;
  margin: 0;
  max-height: 10.5em;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.25em 0;
  width: auto;
  z-index: 100;
}

.dk-option-selected {
  background-color: #3297fd;
  color: #fff;
}

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit;
}

.dk-option {
  padding: 0 0.5em;
}

.dk-select-options .dk-option-highlight {
  background-color: #3297fd;
  color: #fff;
}

.dk-select-options .dk-option-disabled {
  color: #bbbbbb;
  background-color: transparent;
}

.dk-select-options .dk-option-hidden {
  display: none;
}

.dk-optgroup {
  border: solid #cccccc;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em;
}
.dk-optgroup + .dk-option {
  margin-top: 0.25em;
}
.dk-optgroup + .dk-optgroup {
  border-top-width: 0;
  margin-top: 0;
}
.dk-optgroup:nth-child(2) {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}
.dk-optgroup:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dk-optgroup-disabled {
  opacity: 0.6;
  color: #bbbbbb;
  cursor: not-allowed;
}

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%;
}

.dk-optgroup-options {
  list-style: none;
  padding-left: 0;
}
.dk-optgroup-options li {
  padding-left: 1.2em;
}

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #3297fd;
}

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #3297fd;
}

.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: #3297fd;
}

.dk-select-open-up .dk-selected:after,
.dk-select-open-down .dk-selected:after {
  border-left-color: #3297fd;
}

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: #3297fd;
}

.dk-select-multi:hover,
.dk-select-multi:focus {
  outline: none;
}

.dk-selected:hover,
.dk-selected:focus {
  outline: none;
  border-color: #3297fd;
}
.dk-selected:hover:before,
.dk-selected:focus:before {
  border-top-color: #3297fd;
}
.dk-selected:hover:after,
.dk-selected:focus:after {
  border-left-color: #3297fd;
}

.dk-select-disabled {
  opacity: 0.6;
  color: #bbbbbb;
  cursor: not-allowed;
}
.dk-select-disabled .dk-selected:hover,
.dk-select-disabled .dk-selected:focus {
  border-color: inherit;
}
.dk-select-disabled .dk-selected:hover:before,
.dk-select-disabled .dk-selected:focus:before {
  border-top-color: inherit;
}
.dk-select-disabled .dk-selected:hover:after,
.dk-select-disabled .dk-selected:focus:after {
  border-left-color: inherit;
}

select[data-dkcacheid] {
  display: none;
}

@font-face{font-family:"cera_compact_pro";src:url(../fonts/cera_compact_pro_regular-webfont.woff2) format("woff2"),url(../fonts/cera_compact_pro_regular-webfont.woff) format("woff");font-weight:normal;font-style:normal}@font-face{font-family:"cera_compact_pro";src:url(../fonts/CeraCompactPro-Bold.woff2) format("woff2"),url(../fonts/CeraCompactPro-Bold.woff) format("woff");font-weight:bold;font-style:normal}@font-face{font-family:"manrope";src:url(../fonts/manrope.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:"Bayon";font-style:normal;font-weight:400;src:url(../fonts/bayon.woff2) format("woff2")}html{scroll-behavior:smooth;height:100%;width:100%;margin:0;padding:0;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{height:auto;font-family:manrope,sans-serif}body.privacyPage{min-height:calc(100vh - 100px);display:flex;flex-direction:column;font-family:cera_compact_pro,sans-serif}@media all and (max-width: 768px){body.privacyPage{display:block;padding-top:60px}}a{text-decoration:none;color:inherit;-webkit-tap-highlight-color:rgba(0,0,0,0)}input,button,select{padding:0;outline:none;border:none;box-shadow:none;text-align:left;font-family:inherit;font-size:inherit}p,h1,h2,h3{margin:0}button{cursor:pointer}input{border-radius:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}ul,ol{list-style:none;padding:0;margin:0}:root{--ios-toolbar-height: env(safe-area-inset-bottom, 0px)}.baseButton{display:inline-flex;align-items:center;width:fit-content;height:64px;color:#fff;background-color:#ff5c00;border-radius:6px;font-size:24px;line-height:34px;padding:16px 35px;white-space:nowrap;box-sizing:border-box}.bannerItem{display:flex;flex-direction:column;text-align:center;align-items:center}.bannerItemValue{font-family:Bayon,sans-serif;font-weight:400}@media all and (max-width: 1604px){.bannerItemValue{font-size:123.96px;line-height:223.96px}}@media all and (min-width: 1605px){.bannerItemValue{font-size:166px;line-height:300px}}.bannerItemSlogan{font-size:21px;line-height:29px;font-weight:400}.pageBanner{position:relative;display:flex;gap:111px;width:100%;background-repeat:no-repeat;background-size:cover;background-position:center;overflow:hidden}@media all and (max-width: 768px){.pageBanner{height:calc(100vh - 76px - var(--ios-toolbar-height));max-height:900px}}@media all and (min-width: 769px){.pageBanner{height:100vh}}@media screen and (min-width: 1201px)and (max-width: 1891px){.pageBanner{padding:76px 0 0 136px}}@media screen and (min-width: 1892px){.pageBanner{padding:76px calc((100% - 1620px)/2) 0}}@media all and (max-width: 1200px){.pageBanner{padding:76px 136px 0 136px}}@media screen and (min-width: 769px)and (max-width: 1200px){.pageBanner{padding:76px 136px 200px}}@media all and (max-width: 768px){.pageBanner{padding:76px 43px 0}}.pageBannerImage{position:absolute;width:577.5px;height:874px;flex-shrink:0;object-fit:cover}@media all and (max-width: 1200px){.pageBannerImage{display:none}}@media screen and (min-width: 1201px)and (max-width: 1604px){.pageBannerImage{bottom:-100px;right:-246px}}@media all and (min-width: 1605px){.pageBannerImage{bottom:-100px}}@media screen and (min-width: 1605px)and (max-width: 1891px){.pageBannerImage{right:153px}}@media screen and (min-width: 1892px){.pageBannerImage{right:calc((100% - 1620px)/2 - 153px)}}.pageBannerContent{display:flex;flex-direction:column;color:#fff;letter-spacing:-0.04em}@media all and (max-width: 768px){.pageBannerContent{justify-content:center}}@media all and (min-width: 769px){.pageBannerContent{justify-content:end}}@media all and (min-width: 1201px){.pageBannerContent{margin-bottom:200px}}.pageBannerIcon{width:110px;height:100px;margin-bottom:32px}.pageBannerTitle{font-weight:700}@media all and (max-width: 768px){.pageBannerTitle{margin-bottom:12px}}@media all and (min-width: 769px){.pageBannerTitle{margin-bottom:42px}}@media all and (min-width: 481px){.pageBannerTitle{font-size:64px;line-height:62px}}@media all and (max-width: 480px){.pageBannerTitle{font-size:45px;line-height:52px}}@media all and (min-width: 1201px){.pageBannerText{width:590px}}@media all and (max-width: 1200px){.pageBannerText{width:100%;max-width:590px}}@media all and (min-width: 481px){.pageBannerText{font-size:34px;line-height:45px}}@media all and (max-width: 480px){.pageBannerText{font-size:21px;line-height:32px}}.benefits{display:flex;flex-direction:column;position:relative;background-color:#fff}@media all and (max-width: 768px){.benefits{padding:50px 0 83px}}@media screen and (min-width: 769px)and (max-width: 960px){.benefits{padding:100px 82px 100px;gap:80px}}@media screen and (min-width: 961px)and (max-width: 1200px){.benefits{padding:100px 82px 100px;gap:100px;max-width:960px;margin:0 auto}}@media all and (min-width: 1201px){.benefits{padding:100px 90px;gap:100px}}.benefits .tabsListItem:first-child{border-top:2px solid #ff6b00;color:#000}.benefitsInfo{display:flex;justify-content:space-between;align-items:center;gap:80px}@media all and (max-width: 1200px){.benefitsInfo{flex-direction:column}}@media screen and (min-width: 1800px){.benefitsInfo{max-width:1620px;margin:50px auto 0}}.benefitsInfoWrapper{display:flex;flex-direction:column;align-items:flex-start;gap:34px}@media all and (max-width: 768px){.benefitsInfoWrapper{max-width:100%;padding:0 44px}}.benefitsInfoSubtitle{color:#000;font-size:24px;font-weight:700;line-height:35px;letter-spacing:-0.04em}.benefitsInfoTitle{color:#000;font-weight:700;letter-spacing:-0.04em}@media all and (min-width: 961px){.benefitsInfoTitle{font-size:45px;line-height:52px}}@media all and (max-width: 960px){.benefitsInfoTitle{font-size:32px;line-height:40px}}.benefitsInfoText{color:#333}@media all and (max-width: 960px){.benefitsInfoText{font-size:1rem;line-height:1.5rem}}@media all and (min-width: 961px){.benefitsInfoText{font-size:21px;line-height:32px}}@media screen and (min-width: 1605px)and (max-width: 1799px){.benefitsInfoImage{width:676px;height:550px;object-fit:cover;object-position:left;margin-right:-90px}}@media screen and (min-width: 1800px){.benefitsInfoImage{width:676px}}@media screen and (min-width: 1201px)and (max-width: 1604px){.benefitsInfoImage{width:508px;margin-right:-90px}}@media screen and (min-width: 769px)and (max-width: 1200px){.benefitsInfoImage{width:566px}}@media all and (max-width: 768px){.benefitsInfoImage{max-width:calc(100% - 80px);width:100%}}.benefitsGrid{display:flex;flex-direction:column;width:100%;justify-content:center;max-width:880px}@media all and (max-width: 768px){.benefitsGrid{margin-top:80px;width:calc(100% - 73px);margin:80px auto 0}}@media all and (min-width: 769px){.benefitsGrid{margin:0 auto}}@media all and (max-width: 1604px){.benefitsGrid{gap:33px}}@media all and (min-width: 1605px){.benefitsGrid{gap:50px}}.benefitsGridItems{display:grid}@media all and (max-width: 960px){.benefitsGridItems{gap:60px}}@media all and (min-width: 961px){.benefitsGridItems{grid-template-columns:repeat(2, minmax(0, 610px))}}@media all and (max-width: 1604px){.benefitsGridItems{gap:33px 60px}}@media all and (min-width: 1605px){.benefitsGridItems{gap:50px 60px}}.benefitsGridHeading{letter-spacing:-0.04em;font-weight:700}@media all and (min-width: 1201px){.benefitsGridHeading{font-size:64px;line-height:61px}}@media all and (max-width: 1200px){.benefitsGridHeading{text-align:center;font-size:45px;line-height:52px}}.benefitsGridItem{display:flex;flex-direction:column}@media all and (max-width: 768px){.benefitsGridItem{gap:9px;padding:0 40px}}@media all and (min-width: 769px){.benefitsGridItem{gap:24px}}.benefitsGridItemTitle{color:#000;font-size:36px;font-weight:700;letter-spacing:-0.04em;line-height:41px}.benefitsGridItemInfo{color:#444;font-size:24px;font-weight:400;line-height:37px;letter-spacing:-0.02em}.resultsWrapper{display:flex;flex-direction:column;justify-content:end;background-image:url(../assets/resultsBackground..png);background-repeat:no-repeat;background-position:center}@media all and (max-width: 960px){.resultsWrapper{padding:50px 85px 80px}}@media screen and (min-width: 961px)and (max-width: 1604px){.resultsWrapper{padding:55px 103px}}@media all and (max-width: 1200px){.resultsWrapper{background-size:cover}}@media screen and (min-width: 1201px)and (max-width: 1604px){.resultsWrapper{background-size:100% 250%}}@media all and (min-width: 1605px){.resultsWrapper{background-size:cover;padding:203px 103px 67px}}.resultsWrapper .tabsListItem{border-top:1px solid #7c7c7c}.resultsWrapper .tabsListItem:nth-child(2){border-top:2px solid #ff6b00;color:#fff}.resultsWrapper .bannersWrapper{display:flex;flex-direction:row;align-self:center;justify-content:center;flex-wrap:wrap;gap:31px}@media all and (min-width: 1201px){.resultsWrapper .bannersWrapper{flex-wrap:nowrap}}@media all and (max-width: 1604px){.resultsWrapper .bannerItem{border-radius:3.5px;width:310px;height:314px;padding:32px 27px}}@media all and (max-width: 1200px){.resultsWrapper .bannerItem{background-color:#000}}@media all and (min-width: 1605px){.resultsWrapper .bannerItem{width:415px;height:420px;padding:0 35.65px 42.55px}}.resultsWrapper .bannerItem:nth-child(2) .bannerItemValue{color:#ff6b00}.resultsWrapper .bannerItemValue{color:#fff}@media all and (max-width: 1200px){.resultsWrapper .bannerItemValue{font-size:124px;line-height:224px}}.resultsWrapper .bannerItemSign{color:#ff6b00}.resultsWrapper .bannerItemSlogan{color:#fff}@media all and (max-width: 1200px){.resultsWrapper .bannerItemSlogan{font-size:16px;line-height:22px}}.header{width:100%;position:fixed;left:0;top:0;background-color:#000;z-index:8}.headerMenu{display:grid;grid-template-columns:173px 1fr 1fr auto;grid-template-rows:76px auto auto;padding:0 24px;height:76px}@media all and (min-width: 1201px){.headerMenu{grid-template-areas:"logo links menu buttons"}}@media all and (max-width: 1200px){.headerMenu{grid-template-areas:"logo . . menu"}}@media all and (min-width: 1605px){.headerMenu{max-width:1620px;margin:0 auto}}@media screen and (min-width: 1620px){.headerMenu{padding:0}}.headerMenuLogo{grid-area:logo;display:flex;align-items:center;justify-content:center}.headerMenuLinks{grid-area:links;display:flex;gap:36px;align-items:end}@media all and (max-width: 1200px){.headerMenuLinks{display:none}}.headerMenuLinksItem{color:#fff;border-bottom:2px solid rgba(0,0,0,0);padding:25px 10px;font-size:16px;line-height:22px;transition:all .2s ease-out}@media all and (min-width: 1201px){.headerMenuLinksItem{align-self:flex-end}}@media all and (max-width: 1200px){.headerMenuLinksItem{align-self:center}}.headerMenuLinksItem:hover{border-bottom-color:#ff6b00}.headerMenuButton{grid-area:menu;padding:9px 24px;height:42px;font-size:1rem;line-height:1.375rem;color:#fff;border-radius:4px;text-align:center;background-color:rgba(0,0,0,0);align-self:center;width:160px}@media all and (max-width: 390px){.headerMenuButton{border:1px solid #fff}}@media all and (min-width: 391px){.headerMenuButton{border:1px solid rgba(255,255,255,.4)}}@media all and (min-width: 1201px){.headerMenuButton{display:none}}.headerMenuButtons{grid-area:buttons;display:flex;justify-content:flex-end;align-items:center;gap:16px;margin-left:38px}@media all and (max-width: 1200px){.headerMenuButtons{display:none}}.headerMenuButtonsSupport,.headerMenuButtonsDemo{display:inline-flex;align-items:center;justify-content:center;width:160px;height:42px;padding:10px 24px;font-size:.875rem;line-height:1.2rem;color:#fff;border-radius:4px;border-radius:4px}.headerMenuButtonsSupport{border:1px solid rgba(255,255,255,.4);background-color:rgba(0,0,0,0)}.headerMenuButtonsDemo{background-color:#2e2e2e}.headerMenuLinksProducts{padding:25px 10px;cursor:pointer;border-bottom:2px solid rgba(0,0,0,0);transition:all .2s ease-out}.headerMenuLinksProducts:hover{border-bottom-color:#ff6b00}.headerMenuLinksProductsItem{color:#fff;font-size:16px;line-height:22px}.headerMenuLinksProductsPopup{position:absolute;left:0;top:76px;display:flex;justify-content:center;width:100%;gap:24px;background-color:#000;padding:36px 0;opacity:0;pointer-events:none;transition:all .2s ease-out}@media all and (max-width: 960px){.headerMenuLinksProductsPopup{display:none}}.headerMenuLinksProductsPopupElement{display:flex;flex-direction:column;gap:19px;width:246px;height:246px;border-radius:4px;transition:all .2s ease-out}@media all and (min-width: 961px){.headerMenuLinksProductsPopupElement{padding:24px 32px}}@media all and (max-width: 960px){.headerMenuLinksProductsPopupElement{padding:24px 18px}}.headerMenuLinksProductsPopupElementIcon{min-height:60px;margin-bottom:5px}.headerMenuLinksProductsPopupElementIcon path,.headerMenuLinksProductsPopupElementIcon rect{transition:all .2s ease-out}.headerMenuLinksProductsPopupElementTitle{font-weight:700;font-size:24px;line-height:31px;letter-spacing:-1.44px;color:#e8e8e8;transition:all .2s ease-out}.headerMenuLinksProductsPopupElementInfo{font-weight:500;font-size:12px;line-height:16px;color:#999;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4;display:-webkit-box;transition:all .2s ease-out}.headerMenuLinksProductsPopupElement:hover{background-color:#e8e8e8}.headerMenuLinksProductsPopupElement:hover .headerMenuLinksProductsPopupElementTitle,.headerMenuLinksProductsPopupElement:hover .headerMenuLinksProductsPopupElementInfo{color:#000}.headerMenuLinksProductsPopupElement:hover .headerMenuLinksProductsPopupElementIcon--platform path,.headerMenuLinksProductsPopupElement:hover .headerMenuLinksProductsPopupElementIcon--platform rect{fill:#000}.headerMenuLinksProducts:hover .headerMenuLinksProductsItem{border-bottom-color:#ff6b00}.headerMenuLinksProducts:hover .headerMenuLinksProductsPopup{opacity:1;pointer-events:auto}.headerSubstrate{width:0;height:0}@media all and (max-width: 1200px){.header--active .headerMenu{grid-template-areas:"logo . . menu" "links links links links" "buttons buttons buttons buttons";height:auto}.header--active .headerMenuLinks{display:flex;flex-direction:column;margin:32px 0 24px;gap:24px;align-items:center}.header--active .headerMenuButtons{display:flex;border-top:1px solid #262626;justify-content:center;padding:24px 0 32px;margin-left:0}.header--active .headerMenuButtonsSupport,.header--active .headerMenuButtonsDemo{width:238px}.header--active .headerSubstrate{width:100%;height:100vh}}.footer{display:flex;flex-direction:column;justify-content:space-between;gap:29px;width:100%;background-color:#f3f3f3;white-space:nowrap}@media all and (max-width: 768px){.footer{padding:36px 36px 0}}@media all and (min-width: 769px){.footer{padding:36px}}.footerNavigation{display:flex;gap:48px;align-items:center;justify-content:center}@media all and (max-width: 768px){.footerNavigation{flex-wrap:wrap;column-gap:48px;row-gap:24px}}.footerNavigation a{font-size:14px;font-weight:400;line-height:39px;color:#000;letter-spacing:.04rem}@media all and (min-width: 1605px){.footerNavigation{max-width:1620px;margin:0 auto}}.footerCompany{display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media all and (max-width: 768px){.footerCompany{flex-wrap:wrap}}@media all and (min-width: 1605px){.footerCompany{max-width:1620px;margin:0 auto;width:100%}}.footerCompanySocial{display:flex;flex-direction:row;gap:24px}.footerCompanySocial a{display:block;width:24px;height:24px}.footerCompanySocial a svg path{transition:all .2s ease-out}.footerCompanySocial a:hover svg path:first-of-type{fill:#000}.footerCompanyLegals{display:flex;gap:24px}@media all and (max-width: 390px){.footerCompanyLegals{flex-direction:column;align-items:center;flex:1}}@media all and (min-width: 391px){.footerCompanyLegals{justify-content:space-between}}@media screen and (min-width: 481px)and (max-width: 960px){.footerCompanyLegals{flex:1;justify-content:space-evenly;padding:0 24px}}@media all and (min-width: 961px){.footerCompanyLegals{justify-content:space-around}}.footerCompanyLegals a{font-size:12px;line-height:39px;font-weight:400;text-decoration:underline;color:rgba(0,0,0,.5);letter-spacing:.04rem}.footerCompanyCopyright{font-size:10px;line-height:39px;font-weight:400;letter-spacing:.04rem}@media all and (max-width: 768px){.footerCompanyCopyright{margin-top:36px;flex-basis:100%;text-align:center;color:#9c9b9b}}.contactForm{position:relative;display:flex;align-items:center;flex-direction:column;padding:64px 134px;background-color:#fff0e6}@media all and (max-width: 480px){.contactForm{padding:64px 32px}}@media all and (max-width: 1200px){.contactForm{padding:64px 42px}}.contactFormBody{display:flex;flex-direction:column;flex-wrap:wrap;max-height:330px;column-gap:64px;width:1024px}@media all and (max-width: 1604px){.contactFormBody{align-items:center;flex-wrap:nowrap;max-height:max-content;width:100%}}.contactFormTitle{font-weight:700;color:#ff6b00;margin-bottom:24px;letter-spacing:-0.04em;width:1024px}@media all and (max-width: 1604px){.contactFormTitle{align-self:center;text-align:center;width:auto}}@media all and (max-width: 768px){.contactFormTitle{font-size:36px;line-height:3.875rem}}@media all and (min-width: 769px){.contactFormTitle{font-size:45px;line-height:52px}}.contactFormItem{position:relative}@media all and (max-width: 1604px){.contactFormItem{align-self:center;max-width:630px;width:100%}}@media all and (min-width: 1605px){.contactFormItem{width:480px}}.contactFormItem:not(:first-of-type){margin-top:43px}.contactFormItem:first-of-type{margin-top:32px}.contactFormLabel{position:absolute;top:-15px;width:100%;display:block;font-weight:500;font-size:16px;line-height:32px;color:rgba(0,0,0,.5);opacity:0;transition:all .2s ease-out}.contactFormLabel.active{opacity:1}.contactFormInput{width:100%;height:50px;padding:0;border-bottom:1px solid rgba(38,38,38,.5);font-size:21px;color:#000;background-color:rgba(0,0,0,0)}.contactFormInput:focus::-webkit-input-placeholder{color:rgba(0,0,0,0)}.contactForm ::placeholder{color:#b9b9b9}.contactFormError{position:absolute;display:none;left:0;font-size:16px;line-height:22px;color:#ff5c00}.contactFormInvalid .contactFormInput{border-bottom-color:rgba(255,92,0,.4)}.contactFormInvalid .contactFormError{display:block}.contactFormConfirm{display:flex;align-items:center;justify-content:center;min-width:160px;height:42px;padding:10px 24px;font-size:16px;line-height:22px;white-space:nowrap;background-color:#2e2e2e;color:#fff;border-radius:4px;cursor:pointer}@media all and (max-width: 768px){.contactFormConfirm{margin:0 auto}}@media all and (min-width: 769px){.contactFormConfirm{margin-left:auto}}.contactFormSuccessScreen{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;z-index:-1;transition:all .2s ease-out;background-color:rgba(255,107,0,.12);color:#ff6b00}.contactFormSuccessScreen.active{z-index:2;opacity:1}.contactFormSuccessScreenTitle{font-weight:bold;font-size:30px;line-height:50px}.contactFormSuccessScreenSubtitle{font-size:20px;line-height:30px}.dk-selected,.dk-option{display:flex;align-items:center;width:100%;height:50px;border:none;outline:none;padding:0 5px}.dk-selected.hidden-option,.dk-selected{width:100%;height:50px;padding:0;border:none;border-bottom:1px solid rgba(38,38,38,.5);border-radius:0;font-size:21px;color:#000;background-color:rgba(0,0,0,0)}.dk-selected.hidden-option{color:#b9b9b9}.dk-select{width:100%}.dk-selected::before{content:"";width:14px;height:10px;padding:0;margin:0;position:absolute;right:0;top:20px;background-image:url(../assets/downArrow..svg);background-size:contain;background-repeat:no-repeat;border:none;transition:transform .25s ease-out}.dk-select-open-down .dk-selected::before,.dk-select-open-up .dk-selected::before{transform:rotate(180deg)}.dk-selected:after{display:none}.dk-select-options{max-height:max-content;padding:0}.dk-select-options .dk-option-highlight{background-color:#b9b9b9;color:#000}.dk-option-disabled{color:#bbb !important;background-color:rgba(0,0,0,0) !important}.dk-selected:focus,.dk-selected:hover{border-color:rgba(38,38,38,.5)}.dk-option-selected{background-color:rgba(156,155,155,.12);color:#000}.dk-select-open-down .dk-select-options,.dk-select-open-up .dk-select-options{border-radius:0;border:1px #dbdbdb solid;border-radius:0}.dk-option{border-bottom:1px #f0f0f0 solid}.dk-option:last-child{border-bottom:none}:root{--ios-toolbar-height: env(safe-area-inset-bottom, 0px)}.supportPopup{display:none;align-items:center;justify-content:center;position:fixed;width:100%;height:100vh;top:0;left:0;background-color:rgba(32,32,32,.75);z-index:3;cursor:pointer}.supportPopup.active{display:flex}@media all and (max-width: 768px){.supportPopup{background:#fff}}.supportPopupExit{position:absolute;top:25px;right:25px;z-index:3}.supportPopupExit svg path{transition:all .2s ease-out}.supportPopupExit svg:hover path{stroke:#2e2e2e}.supportPopupContainer{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;max-width:840px;padding:50px 20px 55px;margin:0 25px;background-color:#fff}@media all and (max-width: 768px){.supportPopupContainer{position:absolute;top:0;left:0;flex-direction:column;height:calc(100vh - var(--ios-toolbar-height));padding:64px 32px 32px;margin:0;overflow:hidden;overflow-y:auto}}@media all and (min-width: 769px){.supportPopupContainer{width:calc(100% - 50px)}}.supportPopupBody{display:flex;flex-direction:column;max-width:580px;width:100%;gap:32px}.supportPopupBodyContainer{display:grid;gap:32px 20px}@media all and (min-width: 769px){.supportPopupBodyContainer{grid-template-columns:repeat(2, 1fr)}}@media all and (max-width: 768px){.supportPopupBody{flex:1}}.supportPopupTitle{font-weight:700;color:#2e2e2e;margin-bottom:32px;letter-spacing:-0.04em;text-align:center}@media all and (min-width: 769px){.supportPopupTitle{font-size:45px;line-height:52px}}@media all and (max-width: 768px){.supportPopupTitle{font-size:36px;line-height:3.875rem}}.supportPopupItem{position:relative}@media all and (max-width: 768px){.supportPopupItem.button{margin-top:auto}}.supportPopupLabel{position:absolute;top:-15px;width:100%;display:block;font-weight:500;font-size:16px;line-height:32px;color:rgba(0,0,0,.5);opacity:0;transition:all .2s ease-out}.supportPopupLabel.active{opacity:1}.supportPopupInput{width:100%;height:50px;padding:0;border-bottom:1px solid rgba(38,38,38,.5);font-size:21px;color:#000;background-color:rgba(0,0,0,0)}.supportPopupInput:focus::-webkit-input-placeholder{color:rgba(0,0,0,0)}.supportPopup ::placeholder{color:#b9b9b9}.supportPopupError{position:absolute;display:none;left:0;font-size:16px;line-height:22px;color:#ff5c00}.supportPopupInvalid .supportPopupInput{border-bottom-color:rgba(255,92,0,.4)}.supportPopupInvalid .supportPopupError{display:block}.supportPopupConfirm{display:flex;align-items:center;justify-content:center;width:100%;height:42px;padding:10px 24px;margin-top:40px;font-size:16px;line-height:22px;background-color:#ff6b00;color:#fff;border-radius:4px;cursor:pointer}@media all and (max-width: 768px){.supportPopupConfirm{margin:0 auto}}@media all and (min-width: 769px){.supportPopupConfirm{margin-left:auto}}.supportPopupSuccessScreen{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;z-index:-1;transition:all .2s ease-out;background-color:#fff0e6;color:#ff6b00}.supportPopupSuccessScreen.active{z-index:2;opacity:1}.supportPopupSuccessScreenTitle{font-weight:bold;font-size:30px;line-height:50px}.supportPopupSuccessScreenSubtitle{font-size:20px;line-height:30px}.tabsList{justify-content:space-between;text-align:center;width:100%;padding:0 82px;max-width:1620px;margin:0 auto}@media all and (min-width: 1201px){.tabsList{display:flex}}@media all and (max-width: 1200px){.tabsList{display:none}}@media all and (max-width: 768px){.tabsList{flex-direction:column}}.tabsListItem{color:#999;flex-grow:1;font-size:18px;line-height:35px;padding:10px;border-top:1px solid rgba(38,38,38,.4);white-space:nowrap}.testimonialsContainer{display:flex;justify-content:center}@media all and (max-width: 1200px){.testimonialsContainer{flex-direction:column;align-items:center;gap:64px}}@media all and (min-width: 1201px){.testimonialsContainer{gap:145px}}@media all and (min-width: 1605px){.testimonialsContainer{margin-top:100px}}.testimonial{display:flex;flex-direction:column;justify-content:flex-start;max-width:490px}.testimonialPersonInfo{display:flex}.testimonialPersonInfoAvatar{position:relative;margin-right:24px}.testimonialPersonInfoImage{width:82px;height:82px;border:2px solid #ff6b00;padding:3px;border-radius:50%}.testimonialPersonInfoIcon{position:absolute;left:-8px;bottom:-4px;width:39px;height:39px;border-radius:50%;background-color:#fff}.testimonialPersonInfoText{display:flex;flex-direction:column;line-height:24px;color:#000}.testimonialPersonInfoName{font-weight:600;font-size:16px}.testimonialPersonInfoPosition{font-weight:400;font-size:14px}.testimonialPersonInfoDealer{font-weight:400;font-size:14px;color:#999}.testimonialContent{font-weight:400;font-size:16px;line-height:29px;color:#333;margin-top:30px}.testimonialsWrapper{display:flex;flex-direction:column;justify-content:space-between}@media all and (min-width: 769px){.testimonialsWrapper{padding:100px 90px 160px}}@media all and (max-width: 768px){.testimonialsWrapper{padding:100px 40px}}.testimonialsWrapper .tabsListItem:nth-child(3){border-top:2px solid #ff6b00;color:#000}.benefitsWrapper .baseButton{background-color:#ff5c00}.pageBanner{background-image:url(../assets/scheduleService..png)}.pageBannerContent{color:#fff}.pageBannerIcon{height:100px}
