/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/*==============================
fonts
==============================*/
@font-face {
  font-family: "tt-norms";
  src: url("../fonts/TTNormsPro-Regular.woff2") format("woff2"), url("../fonts/TTNormsPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "tt-norms";
  src: url("../fonts/TTNormsPro-Light.woff2") format("woff2"), url("../fonts/TTNormsPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "tt-norms";
  src: url("../fonts/TTNormsPro-Medium.woff2") format("woff2"), url("../fonts/TTNormsPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "tt-norms";
  src: url("../fonts/TTNormsPro-Bold.woff2") format("woff2"), url("../fonts/TTNormsPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "tt-norms";
  src: url("../fonts/TTNormsPro-ExtraBold.woff2") format("woff2"), url("../fonts/TTNormsPro-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/*==============================
base
==============================*/
*, *::before, *::after {
  box-sizing: inherit;
}

html,
body {
  min-height: 100vh;
  width: 100%;
  background-color: #ffffff;
}

html {
  box-sizing: border-box;
}

body {
  font-family: tt-norms, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #051424;
}

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}

.no-scroll {
  overflow: hidden;
  position: relative;
}

/*==============================
display-none
==============================*/
.display-none {
  display: none !important;
}

/*==============================
visually-hidden
==============================*/
.visually-hidden {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
}

/*==============================
img
==============================*/
img {
  display: block;
  width: 100%;
  height: auto;
}

/* animation */
@-webkit-keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@-webkit-keyframes lift {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes lift {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
/* layout */
/* site-wrapper */
.site-wrapper {
  min-width: 320px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 10px;
}

/* blocks */
/* btn */
.btn {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  padding: 0 25px;
  border-radius: 8px;
  background-color: #336DFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
  position: relative;
}
.btn:focus {
  outline: 0;
}
.btn:active {
  opacity: 0.7;
}
.btn:hover {
  opacity: 0.7;
}
.btn--min {
  height: 40px;
}
.btn--send {
  background-color: #0D246D;
}
.btn--send .btn__icon::before {
  background-position: center top;
}
.btn--save .btn__icon::before {
  background-position: center -24px;
}

.btn__icon {
  display: flex;
  align-items: center;
}
.btn__icon::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-image: url("../img/sprite_btn.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/* main-title */
.main-title {
  margin: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  color: #051424;
  text-align: center;
}
@media (min-width: 992px) {
  .main-title {
    font-size: 40px;
    text-align: left;
  }
}
.main-title--light {
  color: #ffffff;
}

.main-title__accented {
  font-weight: 700;
}

/* list */
.list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list__item {
  padding: 8px 0 8px 36px;
  position: relative;
}
.list__item::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../img/icon_check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 5px;
}

.list__text {
  font-size: 16px;
  font-weight: 400;
  color: #051424;
  line-height: 1.2;
}

/* text */
.text--light .text__para,
.text--light .text__note {
  font-weight: 400;
  color: #ffffff;
}

.text__para {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 400;
  color: #051424;
  line-height: 1.38;
}

.text__note {
  margin: 0;
  padding-left: 28px;
  border-left: 4px solid #336DFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  color: #051424;
  position: relative;
}
.text__note::before, .text__note::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #336DFF;
  position: absolute;
  left: -4px;
}
.text__note::before {
  top: -2px;
}
.text__note::after {
  bottom: -2px;
}

/* cards */
.cards__list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: card-counter;
}
@media (min-width: 460px) {
  .cards__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 8px;
  }
}

.cards__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}

.cards__content {
  display: block;
  width: 100%;
  padding: 32px 20px 70px;
  background-color: #051424;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.cards__content::before {
  counter-increment: card-counter;
  content: "0" counter(card-counter);
  display: block;
  font-size: 92px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.1);
  line-height: 1;
  position: absolute;
  right: 26px;
  bottom: -26px;
}
@media (min-width: 460px) {
  .cards__content {
    flex-grow: 1;
  }
}
@media (min-width: 1190px) {
  .cards__content {
    flex-grow: 0;
    min-height: 367px;
    padding: 32px 30px 70px;
  }
}
.cards__content--doc .cards__title::before {
  background-position: center top;
}
.cards__content--form {
  background-color: #336DFF;
}
.cards__content--form .cards__title::before {
  background-position: center -56px;
}

.cards__title {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}
.cards__title::before {
  content: "";
  display: block;
  margin-bottom: 15px;
  width: 56px;
  height: 56px;
  background-image: url("../img/sprite_card.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.cards__text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.19;
}

/* interface */
.interface {
  padding: 20px;
  border-radius: 12px;
  background-color: #ffffff;
}
@media (min-width: 1190px) {
  .interface {
    padding: 50px 50px 40px;
  }
}

.interface__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 460px) {
  .interface__list {
    display: flex;
    flex-wrap: wrap;
  }
}

.interface__item {
  padding: 10px 0;
}
.interface__item::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-color: #336DFF;
  background-image: url("../img/icon_check-white.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 460px) {
  .interface__item {
    flex-basis: 50%;
    width: 50%;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .interface__item {
    flex-basis: calc(100% / 3);
    width: calc(100% / 3);
  }
}
@media (min-width: 992px) {
  .interface__item {
    flex-basis: 25%;
    width: 25%;
    padding-right: 40px;
  }
}

.interface__content {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #051424;
  line-height: 1.4;
}

/*==============================
accordion
==============================*/
.accordion__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.accordion__item {
  border-bottom: 1px solid #D8DBE3;
}

.accordion__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  position: relative;
  transition: all 0.4s ease;
  cursor: pointer;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.accordion__link:active {
  opacity: 0.7;
}
.accordion__link:hover {
  opacity: 0.7;
}
.accordion__link::after {
  content: "";
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background-color: #ffffff;
  background-image: url("../img/sprite-accordion.svg");
  background-repeat: no-repeat;
  background-position: center top;
}

.accordion__item.open .accordion__link {
  border-bottom-color: transparent;
}
.accordion__item.open .accordion__link::after {
  background-color: #336DFF;
  background-position: center bottom;
}

.accordion__item.open .accordion__body {
  display: block;
}

/* Submenu */
.accordion__body {
  display: none;
}

/* site-form */
/* simple variant*/
.site-form__simple-label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
}

.site-form__simple-input {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 100%;
  padding: 14px 0;
  background-color: transparent;
  border-bottom: 2px solid #D8DBE3;
  font-size: 18px;
  font-weight: 500;
  color: #051424;
  line-height: 1;
  transition-duration: 0.2s;
  transition-property: border-color, color;
}
.site-form__simple-input:focus {
  outline: 0;
}
.site-form__simple-input--textarea {
  height: 148px;
  resize: vertical;
  overflow: hidden;
  margin: 0;
  line-height: 1.4;
}
.site-form__simple-input::-moz-placeholder {
  font-size: 18px;
  font-weight: 400;
  opacity: 1;
  color: #9ba1a7;
}
.site-form__simple-input::placeholder {
  font-size: 18px;
  font-weight: 400;
  opacity: 1;
  color: #9ba1a7;
}
.site-form__simple-input:focus {
  outline: none;
  border-color: #051424;
}

/* full variant*/
.site-form__label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
}
.site-form__label:hover .site-form__label-text {
  color: #051424;
}
.site-form__label:hover .site-form__label-text::after {
  color: #051424;
}
.site-form__label:hover .site-form__input {
  outline: none;
  border-color: #051424;
}
.site-form__label:hover .site-form__input:focus {
  border-color: #051424;
}
.site-form__label--required .site-form__label-text::after {
  content: "*";
  display: inline-block;
  margin-left: 3px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  color: #7C7C8C;
  vertical-align: top;
  transition-duration: 0.3s;
  transition-property: color;
}
.site-form__label--required:hover .site-form__label-text::after {
  color: #051424;
}
.site-form__label--error {
  position: relative;
}
.site-form__label--error .site-form__input {
  padding-right: 60px;
  border-color: red;
  background-image: url("../img/sprite-input.svg");
  background-repeat: no-repeat;
  background-position: top right;
  color: red;
}
.site-form__label--error .site-form__input:focus {
  background-image: none;
}
.site-form__label--error .site-form__label-text {
  color: red;
}
.site-form__label--error:hover .site-form__input {
  outline: none;
  border-color: red;
}

.site-form__label-text {
  display: block;
  padding: 5px 0;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  color: #7C7C8C;
  line-height: 1;
  transition-duration: 0.2s;
  transition-property: color;
}
@media (min-width: 1190px) {
  .site-form__label-text {
    padding: 0 5px;
    position: absolute;
    top: -6px;
    left: 12px;
  }
}

.site-form__input {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 100%;
  padding: 17px 15px;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid #CED0D6;
  font-size: 16px;
  color: #051424;
  line-height: 1;
  transition-duration: 0.2s;
  transition-property: border-color, color;
}
.site-form__input:focus {
  outline: 0;
}
.site-form__input--textarea {
  height: 240px;
  resize: vertical;
  overflow: hidden;
  margin: 0;
  line-height: 1.4;
}
.site-form__input::-moz-placeholder {
  font-size: 16px;
  opacity: 1;
  color: rgba(33, 37, 53, 0.35);
}
.site-form__input::placeholder {
  font-size: 16px;
  opacity: 1;
  color: rgba(33, 37, 53, 0.35);
}
.site-form__input:focus {
  outline: none;
  border-color: #051424;
}

.site-form__toggle-text {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  color: #051424;
  line-height: 1;
  left: auto;
  top: auto;
}

.site-form__checkbox .site-form__input {
  display: none;
}
.site-form__checkbox .site-form__input:checked + span::after {
  opacity: 1;
}
.site-form__checkbox span {
  padding-left: 30px;
  position: relative;
  left: auto;
  top: auto;
}
.site-form__checkbox span::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid green;
  border-radius: 4px;
  transition-duration: 0.2s;
  transition-property: border-color;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
}
.site-form__checkbox span::after {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  border-bottom: 2px solid #051424;
  border-left: 2px solid #051424;
  transform: rotate(-45deg);
  transition-duration: 0.2s;
  transition-property: border-color, opacity;
  opacity: 0;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 3px;
}
.site-form__checkbox:hover .site-form__toggle-text::before {
  border-color: #336DFF;
}
.site-form__checkbox:hover .site-form__toggle-text::after {
  border-color: #336DFF;
}

.site-form__radio .site-form__input {
  display: none;
}
.site-form__radio .site-form__input:checked + span::after {
  opacity: 1;
}
.site-form__radio span {
  padding-left: 30px;
  position: relative;
  left: auto;
  top: auto;
}
.site-form__radio span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid green;
  border-radius: 50%;
  transition-duration: 0.2s;
  transition-property: border-color;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -1px;
}
.site-form__radio span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #051424;
  border-radius: 50%;
  position: absolute;
  transition-duration: 0.2s;
  transition-property: opacity, background-color;
  opacity: 0;
  top: 50%;
  margin-top: -4px;
  left: 5px;
}
.site-form__radio:hover .site-form__toggle-text::before {
  border-color: #336DFF;
}
.site-form__radio:hover .site-form__toggle-text::after {
  background-color: #336DFF;
}

/*==============================
  scrollup
  ==============================*/
.scrollup {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #336DFF;
  background-image: url("../img/icon-scrollup.svg");
  font-size: 0;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-property: opacity;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20;
}

.scrollup:hover {
  opacity: 0.7;
}

/* mark */
.mark {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.mark__text {
  margin-right: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #051424;
}

.mark__btn {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: #f3f5f7;
  background-image: url("../img/icon_bookmark.svg");
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  cursor: pointer;
}
.mark__btn:focus {
  outline: 0;
}
@media (min-width: 992px) {
  .mark__btn {
    background-color: #ffffff;
  }
}

/*==============================
modal
==============================*/
.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: auto;
  pointer-events: none;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: width, height, left, top, opacity;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}
.modal--opened {
  pointer-events: auto;
  opacity: 1;
}
.modal--opened .modal__block {
  width: 100%;
  max-width: 1280px;
  height: auto;
  padding: 40px 10px 10px;
  opacity: 1;
}

.modal__block {
  width: 0;
  height: 0;
  background: #ffffff;
  transition-duration: 0.3s;
  transition-property: width, height, opacity;
  opacity: 0;
  position: relative;
}
@media (min-width: 992px) {
  .modal__block {
    padding: 10px;
    background-color: transparent;
  }
}

.modal__closer {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url("../img/sprite-open-close.svg");
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 0;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal__closer:focus {
  outline: 0;
}
.modal__closer:active {
  opacity: 0.7;
}
.modal__closer:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .modal__closer {
    position: fixed;
  }
}

.modal__overlay {
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  font-size: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
/* promo */
.promo {
  padding: 10px 0 0;
}

.promo__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  text-align: center;
}

.promo__main {
  display: block;
  margin-top: -30px;
  font-size: 56px;
  font-weight: 800;
  color: #051424;
  line-height: 1;
}

.promo__text {
  display: block;
  margin-top: -10px;
  font-size: 32px;
  font-weight: 400;
  color: #051424;
  line-height: 1.19;
}

.promo__accented {
  color: #336DFF;
  font-weight: 700;
  position: relative;
}
.promo__accented::after {
  content: "";
  width: 100%;
  height: 8px;
  background-image: url("../img/bg_text-wave.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: -6px;
}

/* simple */
/* site-nav */
.site-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

.site-nav__item {
  padding: 5px 0;
}

.site-nav__link {
  display: block;
  padding: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #051424;
  text-decoration: none;
  position: relative;
}
.site-nav__link::after {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  border-radius: 4px;
  background-color: transparent;
  transition-duration: 0.3s;
  transition-property: background-color;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.site-nav__link:hover::after, .site-nav__link:active::after {
  background-color: #336DFF;
}

/* site-header */
.site-header {
  background-color: #f3f5f7;
  background-image: url("../img/bg_promo.svg");
  background-repeat: no-repeat;
  background-size: 853px auto;
  background-position: right bottom;
  position: relative;
  z-index: 1;
}

.site-header__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 50px;
}
@media (min-width: 992px) {
  .site-header__row {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1190px) {
  .site-header__row {
    padding: 26px 0 125px;
  }
}

.site-header__logo {
  flex-shrink: 0;
  display: block;
  width: 100px;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.site-header__logo[href]:active {
  opacity: 0.7;
}
.site-header__logo[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
.site-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.site-header__nav {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .site-header__nav .site-nav__list {
    flex-direction: row;
  }
}
@media (min-width: 1190px) {
  .site-header__nav .site-nav__list {
    padding-left: 40px;
  }
}
@media (min-width: 1190px) {
  .site-header__nav .site-nav__item {
    padding-right: 13px;
  }
}
@media (min-width: 1190px) {
  .site-header__nav .site-nav__link {
    padding-top: 4px;
  }
}
@media (min-width: 992px) {
  .site-header__nav {
    padding-bottom: 0;
  }
}
@media (min-width: 1190px) {
  .site-header__nav {
    margin-right: auto;
  }
}

.site-header__promo {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .site-header__promo::before {
    content: "";
    display: block;
    width: 353px;
    height: 437px;
    background-image: url("../img/bg_promo-mac.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 90px;
    bottom: -150px;
  }
}
@media (min-width: 1190px) {
  .site-header__promo::before {
    width: 504px;
    height: 625px;
    -webkit-animation: orbit 11s linear infinite;
            animation: orbit 11s linear infinite;
    bottom: -271px;
  }
}
@media (min-width: 992px) {
  .site-header__promo::after {
    content: "";
    display: block;
    width: 209px;
    height: 172px;
    background-image: url("../img/bg_promo-abstract-line.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    bottom: -40px;
  }
}
@media (min-width: 1190px) {
  .site-header__promo::after {
    width: 298px;
    height: 244px;
    -webkit-animation: orbit 8.3s linear infinite;
            animation: orbit 8.3s linear infinite;
    bottom: -120px;
    right: 0;
  }
}
@media (min-width: 992px) {
  .site-header__promo .promo__title {
    align-items: flex-start;
    max-width: 630px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .site-header__promo {
    padding-bottom: 174px;
    position: relative;
  }
}

/* site-footer */
.site-footer__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #C1C0C7;
}
@media (min-width: 768px) {
  .site-footer__row {
    flex-direction: row;
    justify-content: space-between;
    padding: 6px 0 60px;
  }
}

@media (min-width: 768px) {
  .site-footer__copyright {
    flex-shrink: 0;
  }
}

.site-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 10px 0;
}
.site-footer__list .site-footer__text {
  opacity: 0.5;
  transition-duration: 0.3s;
  transition-property: opacity;
}
.site-footer__list .site-footer__text:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .site-footer__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: auto;
  }
}
@media (min-width: 1190px) {
  .site-footer__list {
    padding-left: 30px;
  }
}

.site-footer__item {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .site-footer__item {
    padding: 10px 12px;
  }
}

.site-footer__softnavi {
  width: 75px;
}

.site-footer__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.site-footer__meta[href]:active {
  opacity: 0.7;
}
.site-footer__meta[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (min-width: 768px) {
  .site-footer__meta .site-footer__text {
    flex-shrink: 0;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .site-footer__meta {
    flex-direction: row;
  }
}

.site-footer__text {
  font-size: 16px;
  font-weight: 400;
  color: #051424;
  line-height: 1;
}

.site-footer__info {
  padding: 20px 0;
}
.site-footer__info p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__info p {
    text-align: left;
  }
}
.site-footer__info a {
  color: #051424;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.site-footer__info a[href]:active {
  opacity: 0.7;
}
.site-footer__info a[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (min-width: 768px) {
  .site-footer__info a {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .site-footer__info {
    padding: 10px 20px;
  }
}
@media (min-width: 1190px) {
  .site-footer__info {
    padding: 10px 40px;
  }
}

/* scope */
.scope {
  padding: 0 0 20px;
  background-color: #051424;
}
.scope .main-title {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .scope .main-title {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .scope {
    padding-bottom: 50px;
  }
}
@media (min-width: 1190px) {
  .scope {
    padding-bottom: 100px;
  }
}

.scope__body {
  padding-top: 80px;
  position: relative;
}
.scope__body::before {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  background-image: url("../img/bg_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -70px;
  z-index: 1;
}
@media (min-width: 992px) {
  .scope__body::before {
    transform: none;
    left: 80px;
  }
}
@media (min-width: 992px) {
  .scope__body::after {
    content: "";
    display: block;
    width: 669px;
    height: 446px;
    background-image: url("../img/bg_scope.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -140px;
    top: 300px;
  }
}
@media (min-width: 1190px) {
  .scope__body::after {
    top: 516px;
  }
}
@media (min-width: 1190px) {
  .scope__body {
    padding-top: 190px;
  }
}

.scope__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background-color: rgba(40, 62, 82, 0.7);
  border: 1px solid #283E52;
  overflow: hidden;
}
@media (min-width: 460px) {
  .scope__list {
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .scope__list {
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
  }
}

.scope__item {
  border-bottom: 1px solid #283E52;
}
.scope__item:last-of-type {
  border-bottom-width: 0;
}
@media (min-width: 460px) {
  .scope__item:nth-of-type(odd) {
    border-right: 1px solid #283E52;
  }
}
@media (min-width: 460px) {
  .scope__item:nth-last-of-type(2) {
    border-bottom-width: 0;
  }
}
@media (min-width: 992px) {
  .scope__item:nth-last-of-type(3) {
    border-bottom-width: 0;
  }
}
@media (min-width: 992px) {
  .scope__item:nth-of-type(3n+3) {
    border-right-width: 0;
  }
}
@media (min-width: 460px) {
  .scope__item {
    flex-basis: 50%;
    width: 50%;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .scope__item {
    flex-basis: calc(100% / 3);
    width: calc(100% / 3);
    border-right: 1px solid #283E52;
  }
}

.scope__content {
  display: block;
  padding: 20px;
  text-decoration: none;
  position: relative;
}
.scope__content--desktop {
  pointer-events: none;
}
@media (min-width: 1190px) {
  .scope__content--desktop {
    pointer-events: auto;
  }
}
@media (min-width: 1190px) {
  .scope__content:hover .scope__hover {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (min-width: 1190px) {
  .scope__content:hover .scope__more {
    transform: translateX(0);
  }
}
@media (min-width: 460px) {
  .scope__content {
    flex-grow: 1;
  }
}
@media (min-width: 992px) {
  .scope__content {
    padding: 30px;
  }
}
@media (min-width: 1190px) {
  .scope__content {
    padding: 36px 40px 64px;
  }
}

.scope__title {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
}
.scope__title::before {
  content: "";
  display: block;
  border-radius: 4px;
  width: 36px;
  height: 5px;
  margin-bottom: 9px;
  background-color: #ffffff;
}

.scope__text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.43;
}

.scope__button {
  padding-top: 10px;
}

.scope__hover {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #336DFF;
  transition-duration: 0.3s;
  transition-property: opacity;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}

.scope__more {
  display: block;
  padding-right: 30px;
  background-image: url("../img/icon_arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center right;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  transform: translateX(-20px);
  transition-duration: 0.3s;
  transition-property: transform;
}

/* work */
.work {
  padding: 20px 0 0;
}

.work__types {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .work__types .work__row {
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .work__types {
    padding: 50px 0;
  }
}
@media (min-width: 1190px) {
  .work__types {
    padding: 120px 0;
  }
}

@media (min-width: 992px) {
  .work__types-col--main {
    flex-basis: 43%;
    width: 43%;
    padding-left: 50px;
  }
}
@media (min-width: 1190px) {
  .work__types-col--main {
    padding-left: 100px;
  }
}
@media (min-width: 992px) {
  .work__types-col--add {
    flex-basis: 57%;
    width: 57%;
  }
}

@media (min-width: 992px) {
  .work__types-list .list__item:last-of-type {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .work__types-list {
    padding-top: 25px;
  }
}

.work__result {
  padding: 20px 0 0;
  background-color: #f3f5f7;
}
@media (min-width: 992px) {
  .work__result {
    padding: 30px 0;
  }
}
@media (min-width: 1190px) {
  .work__result {
    padding-top: 130px;
    padding-bottom: 120px;
  }
}

@media (min-width: 992px) {
  .work__result-col {
    flex-basis: 50%;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .work__result-col--main {
    padding-right: 80px;
  }
}
@media (min-width: 1190px) {
  .work__result-col--main {
    padding-top: 25px;
  }
}

.work__result-title {
  margin-bottom: 20px;
}
@media (min-width: 1190px) {
  .work__result-title {
    margin-bottom: 40px;
  }
}

@media (min-width: 1190px) {
  .work__result-doc {
    padding-top: 90px;
  }
}

.work__decor {
  padding: 50px 0;
  background-color: #051424;
}
@media (min-width: 992px) {
  .work__decor .work__row {
    position: relative;
  }
}
@media (min-width: 460px) {
  .work__decor {
    background-image: url("../img/bg_work-decor.svg");
    background-repeat: no-repeat;
    background-size: 989px auto;
    background-position: left top;
  }
}
@media (min-width: 992px) {
  .work__decor {
    background-position: left bottom;
    overflow: hidden;
  }
}
@media (min-width: 1190px) {
  .work__decor {
    padding-top: 160px;
    padding-bottom: 85px;
    background-position: left top;
  }
}

.work__decor-col--main {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .work__decor-col--add {
    padding-left: 20px;
    padding-top: 285px;
  }
}
@media (min-width: 1190px) {
  .work__decor-col--add {
    padding-left: 120px;
    padding-top: 498px;
  }
}
@media (min-width: 992px) {
  .work__decor-col {
    flex-basis: 50%;
    width: 50%;
  }
}

.work__decor-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 460px) {
  .work__decor-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}

@media (min-width: 460px) {
  .work__decor-item {
    flex-basis: 50%;
    flex-grow: 1;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1190px) {
  .work__decor-item {
    flex-basis: auto;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
.work__decor-item:nth-of-type(1) {
  padding-bottom: 10px;
}
@media (min-width: 460px) {
  .work__decor-item:nth-of-type(1) {
    padding-right: 5px;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .work__decor-item:nth-of-type(1) {
    position: relative;
    margin-right: -30px;
    padding-right: 0;
    z-index: 1;
  }
}
@media (min-width: 1190px) {
  .work__decor-item:nth-of-type(1) {
    width: 568px;
    margin-right: auto;
    left: -330px;
  }
}
.work__decor-item:nth-of-type(2) {
  padding-bottom: 10px;
}
@media (min-width: 460px) {
  .work__decor-item:nth-of-type(2) {
    padding-left: 5px;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .work__decor-item:nth-of-type(2) {
    padding-left: 0;
  }
}
@media (min-width: 1190px) {
  .work__decor-item:nth-of-type(2) {
    width: 467px;
    position: absolute;
    left: 175px;
    top: 185px;
  }
}
@media (min-width: 460px) {
  .work__decor-item:nth-of-type(3) {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .work__decor-item:nth-of-type(3) {
    width: 500px;
    padding-top: 0;
    position: absolute;
    right: -70px;
    top: -10px;
  }
}
@media (min-width: 1190px) {
  .work__decor-item:nth-of-type(3) {
    width: 862px;
    right: -255px;
    top: -30px;
  }
}

.work__decor-title {
  margin-bottom: 20px;
}
@media (min-width: 1190px) {
  .work__decor-title {
    margin-bottom: 150px;
  }
}

.write__questions {
  padding: 30px 0;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .write__questions .write__col--main {
    background-image: url("../img/bg_write-form.svg");
    background-repeat: no-repeat;
    background-position: left -30px top 130px;
  }
}
@media (min-width: 992px) {
  .write__questions {
    padding: 70px 0 100px;
  }
}

@media (min-width: 992px) {
  .work__row {
    display: flex;
  }
}
.work__row--reverse {
  flex-direction: row-reverse;
}

.work__illustration {
  margin: 0;
  padding-top: 20px;
}

.work__look {
  border-radius: 16px;
  overflow: hidden;
}

.work__picture {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .work__picture {
    padding-top: 35px;
  }
}

.work__video video {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 1190px) {
  .work__enumeration {
    padding-top: 30px;
  }
}

.work__simple {
  display: block;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .work__simple {
    box-shadow: 20px 20px 80px -10px rgba(5, 20, 36, 0.8);
  }
}

/* enumeration */
.enumeration__title {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 500;
  color: #051424;
  line-height: 1.2;
}

.enumeration__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.enumeration__item {
  padding: 0 10px 10px 0;
}

.enumeration__text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 56px;
  background-image: url("../img/bg_enumeration.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  color: #051424;
  text-transform: uppercase;
  text-align: center;
}

/* ease */
.ease {
  padding-top: 20px;
  background-color: #f3f5f7;
  background-image: url("../img/bg_ease.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 70px;
}
@media (min-width: 992px) {
  .ease::before {
    content: "";
    width: 262px;
    height: 402px;
    background-image: url("../img/bg_easy-line.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    position: absolute;
    right: 0;
    top: -90px;
    z-index: 1;
  }
}
@media (min-width: 1190px) {
  .ease::before {
    width: 373px;
    height: 572px;
    -webkit-animation: lift 5s linear infinite;
            animation: lift 5s linear infinite;
    top: -150px;
  }
}
@media (min-width: 992px) {
  .ease {
    padding-top: 100px;
    position: relative;
  }
}
@media (min-width: 1190px) {
  .ease {
    padding-top: 164px;
  }
}

@media (min-width: 992px) {
  .ease__interface {
    padding-bottom: 80px;
  }
}
@media (min-width: 1190px) {
  .ease__interface {
    padding-bottom: 124px;
  }
}

@media (min-width: 992px) {
  .ease__interface-body::before {
    content: "";
    display: block;
    width: 143px;
    height: 143px;
    background-image: url("../img/bg_circle-texture.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 173px;
    bottom: -71px;
  }
}
@media (min-width: 992px) {
  .ease__interface-body {
    position: relative;
  }
}

.ease__interface-title {
  margin-bottom: 26px;
}

.ease__preview {
  padding: 60px 0;
  background-image: url("../img/bg_ease-preview.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
.ease__preview .text__para {
  text-align: center;
}
@media (min-width: 992px) {
  .ease__preview .text__para {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .ease__preview .ease__col {
    flex-shrink: 0;
    flex-basis: 50%;
    width: 50%;
  }
}
.ease__preview .ease__col--main {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .ease__preview .ease__col--main {
    padding-right: 20px;
  }
}
@media (min-width: 1190px) {
  .ease__preview .ease__col--main {
    flex-basis: 500px;
    width: 500px;
  }
}
.ease__preview .ease__col--add {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1190px) {
  .ease__preview .ease__col--add {
    flex-grow: 1;
    align-items: flex-end;
  }
}
@media (min-width: 1190px) {
  .ease__preview {
    padding-top: 100px;
    padding-bottom: 160px;
    background-size: contain;
    background-position: left top -70px;
    overflow: hidden;
  }
}

.ease__preview-title {
  margin-bottom: 20px;
}
@media (min-width: 1190px) {
  .ease__preview-title {
    margin-bottom: 30px;
  }
}

.ease__work {
  padding: 20px 0;
  background-color: #051424;
}
@media (min-width: 992px) {
  .ease__work .ease__col {
    flex-basis: 50%;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .ease__work .ease__col--add {
    padding-left: 120px;
  }
}
.ease__work .ease__headline {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .ease__work {
    background-image: url("../img/bg_ease-work.svg");
    background-repeat: no-repeat;
    background-position: right top;
  }
}
@media (min-width: 992px) {
  .ease__work {
    padding: 75px 0 0;
  }
}

@media (min-width: 992px) {
  .ease__row {
    display: flex;
  }
}

.ease__preview-illustration {
  display: block;
  width: 80vw;
  margin: 0;
  position: relative;
}
@media (min-width: 992px) {
  .ease__preview-illustration {
    width: 100%;
  }
}
@media (min-width: 1190px) {
  .ease__preview-illustration {
    width: 840px;
    right: -80px;
    top: -10px;
  }
}

.ease__lens {
  display: block;
  width: 15vw;
  height: 15vw;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #f3f5f7;
  background-image: url("../img/bg_button-preview.png");
  background-repeat: no-repeat;
  background-size: 15vw auto;
  background-position: center right -15px;
  box-shadow: 0 10px 35px rgba(5, 20, 36, 0.15);
  position: absolute;
  left: 5vw;
  top: 50%;
  margin-top: -7vw;
}
@media (min-width: 992px) {
  .ease__lens {
    width: 150px;
    height: 150px;
    border-width: 4px;
    background-size: 150px auto;
    background-position: center right -20px;
    left: 0;
  }
}
@media (min-width: 1190px) {
  .ease__lens {
    width: 202px;
    height: 202px;
    background-size: auto;
    background-position: center right -27px;
    -webkit-animation: orbit 8.3s linear infinite;
            animation: orbit 8.3s linear infinite;
    top: 50%;
    margin-top: -80px;
    left: 15px;
  }
}

.ease__label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(216, 219, 227, 0.4);
  line-height: 1;
  text-transform: uppercase;
}

.ease__illustration {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .ease__illustration {
    justify-content: flex-start;
  }
}

.ease__img {
  max-width: 606px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 20px 20px 100px -20px rgba(5, 20, 36, 0.5);
}
@media (min-width: 992px) {
  .ease__img {
    border-radius: 6px 6px 0 0;
  }
}
.ease__img:nth-of-type(1) {
  position: relative;
}
.ease__img:nth-of-type(2) {
  margin-left: -20%;
  margin-top: 77px;
}
@media (min-width: 992px) {
  .ease__img:nth-of-type(2) {
    margin-left: -198px;
  }
}

/* write */
.write {
  background-color: #f3f5f7;
}
@media (min-width: 992px) {
  .write {
    margin-top: -77px;
    position: relative;
  }
}

.write__faq .write__row {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .write__faq .write__row::before {
    content: "";
    width: 522px;
    height: 340px;
    background-image: url("../img/bg_faq.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: -140px;
  }
}
@media (min-width: 992px) {
  .write__faq .write__row {
    padding-top: 70px;
    position: relative;
  }
}
@media (min-width: 992px) {
  .write__faq .main-title {
    position: relative;
  }
}

@media (min-width: 992px) {
  .write__row {
    display: flex;
  }
}

@media (min-width: 992px) {
  .write__col--main {
    flex-basis: 43%;
    width: 43%;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .write__col--add {
    flex-basis: 57%;
    width: 57%;
  }
}

.write__question {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #051424;
}

.write__answer {
  margin: 0;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #051424;
  line-height: 1.38;
}

.write__form {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .write__form {
    padding-top: 0;
  }
}

.write__form-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
}
.write__form-footer .btn {
  width: 194px;
}
@media (min-width: 460px) {
  .write__form-footer {
    flex-direction: row;
    padding-top: 8px;
  }
}

@media (min-width: 460px) {
  .write__form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px;
  }
}

.write__form-item {
  margin: 0;
}
@media (min-width: 460px) {
  .write__form-item {
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .write__form-item {
    padding-bottom: 32px;
  }
}

.write__politics {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #051424;
  line-height: 1.43;
}
.write__politics a {
  color: #051424;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.write__politics a[href]:active {
  opacity: 0.7;
}
.write__politics a[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (min-width: 460px) {
  .write__politics {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .write__politics {
    padding-left: 40px;
    padding-right: 30px;
  }
}