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

@font-face{font-family:"Graphik LC";font-display:swap;font-weight:400;font-style:normal;src:url(../d3151eef921a9fea9980.woff2) format("woff2")}@font-face{font-family:"Graphik LC";font-display:swap;font-weight:500;font-style:normal;src:url(../4217ae72abe8fb24968b.woff2) format("woff2")}@font-face{font-family:"Graphik LC";font-display:swap;font-weight:600;font-style:normal;src:url(../483a378d3eceb3b9ca5c.woff2) format("woff2")}@font-face{font-family:"Graphik LC";font-display:swap;font-weight:700;font-style:normal;src:url(../eb0ec33cc55e3f6ab5b4.woff2) format("woff2")}*{box-sizing:border-box}body{position:relative;margin:0;padding:0;box-sizing:border-box;font-size:16px;font-family:"Graphik LC",sans-serif;color:#1d1d1f}article h1,aside h1,nav h1,section h1{margin-block-start:0;margin-block-end:0}ul{list-style:none;margin:0;padding:0;font-weight:500}a{text-decoration:none;color:#1d1d1f}a:hover{color:#8fc4ff}a:active{color:#1d1d1f}h1{font-size:60px;font-weight:700}.container{max-width:1920px}.overflow{overflow:hidden}.btn{padding:8px 24px;font-weight:500;color:#f4f3eb;background-color:#1d1d1f;transition:background-color .3s ease;border:none;border-radius:3px;cursor:pointer;width:fit-content}.btn:hover{background-color:#363639;color:#f4f3eb}.btn--accent{color:#fff;background-color:#16bf54}.btn--accent:hover{background-color:#17c858}.badge{position:relative}.badge::before{position:absolute;content:"";display:block;width:100%;height:100%;top:7px;bottom:0;right:0;left:7px;background-color:#8fc4ff;border-radius:4px;z-index:0}.badge__text{position:relative;display:block;border:2px solid #000;border-radius:4px;padding:6px 12px;font-size:22px;font-weight:500;line-height:110%;letter-spacing:-0.01em;z-index:2}.badge--accent::before{background-color:#ffe079}header{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;margin-left:auto;margin-right:auto}.header__logo-img{width:auto;height:44px}.header__logo-img--mobile{display:none}.header__menu{display:flex;margin-left:auto;margin-right:24px;column-gap:24px}.header__menu-mobile{transform:translateX(110%)}.header__menu-item{color:#1d1d1f;transition:color .3s ease}.header__menu-item:hover{color:#8fc4ff}.header__menu-item:visited{color:#1d1d1f}.header__menu-item:active{color:#1d1d1f}.header__menu-humburger{display:none}.header__menu-humburger-icon{width:30px;height:22px;position:relative;margin:15px auto;transform:rotate(0deg);transition:.5s ease-in-out;cursor:pointer;margin-left:20px;z-index:5}.header__menu-humburger-icon span{display:block;position:absolute;height:4px;width:100%;background:#999;border-radius:9px;opacity:1;left:0;transform:rotate(0deg);transition:.25s ease-in-out}.header__menu-humburger-icon span:nth-child(1){top:0px}.header__menu-humburger-icon span:nth-child(2),.header__menu-humburger-icon span:nth-child(3){top:9px}.header__menu-humburger-icon span:nth-child(4){top:18px}.header__menu-humburger-icon.open span:nth-child(1){top:18px;width:0%;left:50%}.header__menu-humburger-icon.open span:nth-child(2){transform:rotate(45deg)}.header__menu-humburger-icon.open span:nth-child(3){transform:rotate(-45deg)}.header__menu-humburger-icon.open span:nth-child(4){top:18px;width:0%;left:50%}.header__button-action{margin-right:8px}.fs{position:relative;background-color:#dcf2ff}.fs__content{position:relative;max-width:1170px;margin-left:auto;margin-right:auto;padding-top:120px;padding-bottom:0}.fs__badge-wrapper{display:flex;column-gap:13px;margin-bottom:16px;padding-left:7px;padding-right:7px}.fs_badge-wrapper-item{width:auto}.fs__title{position:relative;max-width:699px;margin-bottom:20px;line-height:113%;letter-spacing:-0.01em;z-index:2}.fs__subtitle{position:relative;font-size:22px;line-height:155%;letter-spacing:-0.01em;font-weight:500;max-width:538px;z-index:2}.fs__image{position:absolute;right:-196px;top:0;max-width:780px;max-height:656px}.fs__image-tag{width:100%;height:100%;object-fit:contain}.fs__benefits{position:relative;display:flex;justify-content:space-between;align-items:center;background-color:#fff;border-radius:18px;max-width:1170px;width:100%;padding:44px 72px 44px 60px;margin-left:auto;margin-right:auto;bottom:-82px;box-shadow:0px 30px 44px rgba(45,45,45,.1)}.fs__benefits-content{display:flex;column-gap:88px}.fs__benefits-content-item{position:relative}.fs__benefits-content-item:not(:last-child)::after{position:absolute;content:"";width:2px;top:-8px;bottom:-8px;right:-44px;background-color:rgba(0,0,0,.1)}.fs__benefits-image{max-width:90px;height:auto}.fs__benefits-image-tag{width:100%}.fs__benefits-content-title{font-size:46px;font-weight:500;letter-spacing:-0.01em;color:#000;margin-bottom:4px;text-align:center}.fs__benefits-content-text{font-size:20px;font-weight:400;line-height:125%;text-align:center}@media(max-width: 1577px){.fs__content{padding-bottom:0}.fs__image{max-width:700px;right:-50px}}@media(max-width: 1311px){section{padding-left:20px;padding-right:20px}.fs__content{display:flex;flex-direction:column;padding-top:0;align-items:center}.fs__image{position:relative;order:-1;right:0;margin-left:auto;margin-right:auto;max-width:350px}.fs__title{text-align:center}.fs__subtitle{text-align:center}.fs__benefits{margin-left:auto;margin-right:auto}}@media(max-width: 1023px){.header__menu-humburger{display:block}.header__menu{display:none}.header__button-login{display:none}.header__menu-mobile{position:fixed;top:0;right:0;left:0;bottom:0;background-color:#fff;z-index:3;height:100vh;padding:20px;transition:transform .3s ease-in}.header__menu-mobile.open{display:block;transform:translateX(0)}.header__menu-mobile.open .header__button-login{display:block;margin-top:20px}.header__menu-mobile.open .header__menu{display:flex;flex-direction:column;row-gap:20px;margin-top:50px}.header__menu-mobile.open .heander__menu-item{font-size:24px}.header__button-action{margin-left:auto}h1{font-size:40px}.fs__content{padding-bottom:0}.badge__text{font-size:20px}.fs__subtitle{font-size:20px}.fs__benefits{margin-left:auto;margin-right:auto;flex-direction:column;padding:60px 36px 22px 30px}.fs__benefits-image{position:absolute;transform:translateY(-120%)}.fs__benefits-content-title{font-size:32px}.fs__benefits-content-text{font-size:16px}}@media(max-width: 767px){section{padding-left:15px;padding-right:15px}header{padding:14px 15px}h1{font-size:36px}.fs__subtitle{font-size:18px}.header__logo-img{width:auto;height:44px}.header__logo-img--desktop{display:none}.header__logo-img--mobile{display:block}.header__button-action{margin-left:8px;margin-right:8px}.header__menu-humburger-icon{margin-left:auto}.swiper{width:100vw;margin-left:calc(-50vw + 50%)}.fs__badge-wrapper{padding-bottom:20px}.fs_badge-wrapper-item{width:max-content;flex:0 0 auto}.fs__benefits{max-width:500px}.fs__benefits-content{flex-direction:column;row-gap:50px}.fs__benefits-content-item:not(:last-child)::after{height:2px;width:100%;top:unset;bottom:-25px;right:0;left:0;background-color:rgba(0,0,0,.1)}}.h3{margin:0;font-size:20px;line-height:1.4}.modal-block .h3{text-align:center;margin-bottom:1.4em}.modal-block{display:none;padding:40px;background-color:#fff;border-radius:30px;width:min(600px,100%);margin-inline:auto}.modal-block__content,.feedback-form,.form-item{width:100%}.form-item{margin-bottom:20px}.form-label{display:block;font-size:14px;margin-bottom:.5em}.form-input{height:40px;width:100%;padding-inline:16px;display:block;border:1px solid #dcf2ff;outline:none}.form-input:focus{border:1px solid #8fc4ff}
