/*! 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 {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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: "MuseoCyrl";
  src: url("../fonts/MuseoCyrl100.eot");
  src: url("../fonts/MuseoCyrl100.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MuseoCyrl100.woff2") format("woff2"),
    url("../fonts/MuseoCyrl100.woff") format("woff"),
    url("../fonts/MuseoCyrl100.ttf") format("truetype"),
    url("../fonts/MuseoCyrl100.svg#MuseoCyrl100") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "MuseoCyrl";
  src: url("../fonts/MuseoCyrl500.eot");
  src: url("../fonts/MuseoCyrl500.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MuseoCyrl500.woff2") format("woff2"),
    url("../fonts/MuseoCyrl500.woff") format("woff"),
    url("../fonts/MuseoCyrl500.ttf") format("truetype"),
    url("../fonts/MuseoCyrl500.svg#MuseoCyrl500") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "MuseoCyrl";
  src: url("../fonts/MuseoCyrl700.eot");
  src: url("../fonts/MuseoCyrl700.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MuseoCyrl700.woff2") format("woff2"),
    url("../fonts/MuseoCyrl700.woff") format("woff"),
    url("../fonts/MuseoCyrl700.ttf") format("truetype"),
    url("../fonts/MuseoCyrl700.svg#MuseoCyrl700") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "MuseoCyrl";
  src: url("../fonts/MuseoCyrl700Italic.eot");
  src: url("../fonts/MuseoCyrl700Italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MuseoCyrl700Italic.woff2") format("woff2"),
    url("../fonts/MuseoCyrl700Italic.woff") format("woff"),
    url("../fonts/MuseoCyrl700Italic.ttf") format("truetype"),
    url("../fonts/MuseoCyrl700Italic.svg#MuseoCyrl700Italic") format("svg");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "MuseoCyrl";
  src: url("../fonts/MuseoCyrl900.eot");
  src: url("../fonts/MuseoCyrl900.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MuseoCyrl900.woff2") format("woff2"),
    url("../fonts/MuseoCyrl900.woff") format("woff"),
    url("../fonts/MuseoCyrl900.ttf") format("truetype"),
    url("../fonts/MuseoCyrl900.svg#MuseoCyrl900") format("svg");
  font-weight: 900;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "MuseoCyrl", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  background-color: #ffffff;
  overflow-x: hidden;
}

button,
a {
  cursor: pointer;
}

button:active,
button:focus,
a:active,
a:focus {
  outline: none;
}

input {
  outline: none;
}

input:active,
input:focus {
  outline: none;
}

.container {
  max-width: 1280px;
  margin: auto;
}

.title {
  margin: 0;
  font-family: "MuseoCyrl";
  font-weight: 900;
  font-size: 35px;
}

.title--mini {
  font-family: "MuseoCyrl";
  font-weight: 700;
}

.title--blue {
  color: #021577;
}

.text {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
}

.text--bold {
  font-weight: 700;
}

.text--black {
  font-weight: 900;
}

.text--primary {
  color: #ffcd04;
}

.text--mini {
  font-size: 14px;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px 20px 50px;
  -webkit-box-shadow: 3px 5px 16px rgba(22, 21, 21, 0.42);
  box-shadow: 3px 5px 16px rgba(22, 21, 21, 0.42);
  border: none;
  border-radius: 10px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffcc00),
    to(#f7e072)
  );
  background-image: linear-gradient(to right, #ffcc00 0%, #f7e072 100%);
  color: #272727;
  font-family: "MuseoCyrl";
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
}

.button__img {
  margin-left: 24px;
}

.input {
  margin-bottom: 30px;
  padding: 23px 20px 17px;
  width: 100%;
  max-width: 616px;
  font-family: "MuseoCyrl";
  font-size: 16px;
  color: #272727;
  text-align: center;
  border-radius: 10px;
  border: none;
  background-color: rgba(255, 255, 255, 0.9);
}

.input::-webkit-input-placeholder {
  color: #a9a9a9;
}

.input::-moz-placeholder {
  color: #a9a9a9;
}

.input:-ms-input-placeholder {
  color: #a9a9a9;
}

.input:-moz-placeholder {
  color: #a9a9a9;
}

.politic {
  color: #a9a9a9;
}

.hero {
  margin-top: 90px;
  padding: 70px 0 62px;
  background-image: url(../images/bg/bg-hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}

.hero__logo {
  display: block;
  margin-bottom: 118px;
  font-weight: 700;
  font-size: 20px;
}

.hero__title {
  margin-bottom: 40px;
  max-width: 800px;
  font-size: 45px;
}

.hero__title--mini {
  display: block;
  max-width: 700px;
}

.hero__text {
  margin-bottom: 17px;
  max-width: 500px;
  font-size: 20px;
}

.hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero__button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 34px;
}

.hero-comment {
  position: relative;
}

.hero-comment__title {
  color: #090f57;
  font-weight: 700;
  font-size: 18px;
}

.hero-comment__title-wrapper {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 2;
  text-align: center;
  padding: 21px 10px 10px;
  width: 347px;
  height: 94px;
  background-image: url(../images/settings/hero-comment-title-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-comment__description {
  color: #222222;
  font-weight: 100;
  font-size: 14px;
}

.hero-comment__text {
  position: relative;
  z-index: 1;
  padding: 35px 20px 30px;
  max-width: 626px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #222222;
  font-size: 16px;
}

.hero-comment__img-wrapper {
  position: absolute;
  top: -492px;
  left: 14px;
}

.section2 {
  padding-bottom: 95px;
}

.section2__container {
  position: relative;
  max-width: 1140px;
}

.section2__container::before {
  content: "";
  position: absolute;
  top: -16px;
  right: -30px;
  z-index: 1;
  width: 101px;
  height: 111px;
  background-image: url(../images/settings/section2-yellow-triangle.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.section2__wrapper {
  position: relative;
  z-index: 2;
  margin-top: -27px;
  padding: 30px 25px;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 5px 16px rgba(22, 21, 21, 0.25);
  box-shadow: 3px 5px 16px rgba(22, 21, 21, 0.25);
  border-radius: 10px;
  text-align: center;
}

.section2__title {
  font-size: 30px;
  margin-bottom: 20px;
}

.section2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.section2__item {
  width: 182px;
  height: 120px;
  -webkit-box-shadow: 3px 5px 16px rgba(22, 21, 21, 0.25);
  box-shadow: 3px 5px 16px rgba(22, 21, 21, 0.25);
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 30px;
  background-image: url(../images/pictures/logos.jpg);
  background-repeat: no-repeat;
}

.section2__item--01 {
  background-position: -11px -12px;
}

.section2__item--02 {
  background-position: -231px -12px;
}

.section2__item--03 {
  background-position: -451px -12px;
}

.section2__item--04 {
  background-position: -671px -12px;
}

.section2__item--05 {
  background-position: -891px -12px;
}

.section2__item--06 {
  background-position: -11px -170px;
}

.section2__item--07 {
  background-position: -231px -170px;
}

.section2__item--08 {
  background-position: -451px -170px;
}

.section2__item--09 {
  background-position: -671px -170px;
}

.section2__item--10 {
  background-position: -891px -170px;
}

.section2__item--11 {
  background-position: -11px -329px;
}

.section2__item--12 {
  background-position: -231px -329px;
}

.section2__item--13 {
  background-position: -451px -329px;
}

.section2__item--14 {
  background-position: -671px -329px;
}

.section2__item--15 {
  background-position: -891px -329px;
}

.section3 {
  padding-bottom: 127px;
  overflow: hidden;
}

.section3__title {
  text-align: center;
  margin-bottom: 63px;
}

.section3__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section3-item {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  min-height: 303px;
  margin-bottom: 24px;
  -webkit-box-shadow: 3px 5px 16px rgba(22, 21, 21, 0.25);
  box-shadow: 3px 5px 16px rgba(22, 21, 21, 0.25);
  border-radius: 10px;
  background-color: #ffffff;
  background-image: url(../images/bg/bg-item.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.section3-item--special {
  min-height: 456px;
}

.section3-item--triangle1 {
  position: relative;
}

.section3-item--triangle1::after {
  content: "";
  position: absolute;
  right: -159px;
  bottom: -158px;
  width: 274px;
  height: 285px;
  background-image: url(../images/settings/section3-triangle1.png);
}

.section3-item--triangle2 {
  position: relative;
}

.section3-item--triangle2::after {
  content: "";
  position: absolute;
  left: -155px;
  bottom: -134px;
  width: 286px;
  height: 302px;
  background-image: url(../images/settings/section3-triangle2.png);
}

.section3-item--triangle3 {
  position: relative;
}

.section3-item--triangle3::after {
  content: "";
  position: absolute;
  right: -135px;
  bottom: -197px;
  width: 310px;
  height: 340px;
  background-image: url(../images/settings/section3-triangle3.png);
}

.section3-item--triangle4 {
  position: relative;
}

.section3-item--triangle4::after {
  content: "";
  position: absolute;
  left: -78px;
  bottom: -90px;
  width: 215px;
  height: 237px;
  background-image: url(../images/settings/section3-triangle4.png);
}

.section3-item__img {
  width: 262px;
  height: 100%;
  margin-right: 30px;
}

.section3-item__text-wrapper {
  padding-right: 32px;
}

.section3-item__subtitle {
  font-size: 18px;
  margin-bottom: 15px;
}

.section3-item__title {
  font-size: 24px;
  margin-bottom: 15px;
}

.section3__list {
  margin: 14px 0 20px;
  padding: 0;
  list-style-type: none;
}

.section3__list-wrapper {
  display: inline-block;
}

.section3__list-wrapper:first-child {
  width: 30%;
  margin-right: 20px;
}

.section3__list-wrapper:not(:first-child) {
  width: 60%;
}

.section3__item {
  font-size: 14px;
  font-weight: 100;
}

.section4 {
  padding-bottom: 112px;
}

.section4__title {
  margin-bottom: 90px;
  text-align: center;
}

.section4__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 399px 1fr;
  grid-template-columns: 1fr 399px 1fr;
  grid-auto-rows: 162px;
  grid-column-gap: 10px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.section4__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section4__icon-wrapper {
  min-width: 70px;
}

.section4__img {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4;
  width: 399px;
  height: 399px;
}

.section5 {
  padding: 86px 0 92px;
  background-image: url(../images/bg/bg-5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}

.section5__title {
  margin: 0 auto 50px;
  max-width: 1060px;
  text-align: center;
}

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

.section5__video {
  width: 625px;
  height: 356px;
  border-radius: 10px;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.section5__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.section5__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 18px;
}

.section5__icon {
  margin-right: 16px;
}

.section6 {
  padding: 89px 0 117px;
  overflow: hidden;
}

.section6__title {
  max-width: 660px;
  margin: 0 auto 50px;
  text-align: center;
}

.section6__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.section6__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 40px 80px;
  padding: 20px 90px 20px 118px;
  height: 158px;
  -webkit-box-shadow: 1px 6px 16px rgba(22, 21, 21, 0.25);
  box-shadow: 1px 6px 16px rgba(22, 21, 21, 0.25);
  border-radius: 10px;
  background-color: #ffffff;
}

.section6__item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 1px;
  background-color: #aeaeae;
  height: 40px;
}

.section6__item--triangle1 {
  position: relative;
}

.section6__item--triangle1::after {
  content: "";
  position: absolute;
  right: -64px;
  top: -97px;
  width: 65px;
  height: 71px;
  background-image: url(../images/settings/section6-triangle1.png);
}

.section6__item--triangle2 {
  position: relative;
}

.section6__item--triangle2::after {
  content: "";
  position: absolute;
  left: -194px;
  top: -59px;
  width: 81px;
  height: 79px;
  background-image: url(../images/settings/section6-triangle2.png);
}

.section6__item--triangle3 {
  position: relative;
}

.section6__item--triangle3::after {
  content: "";
  position: absolute;
  right: 31px;
  top: 119px;
  width: 57px;
  height: 62px;
  background-image: url(../images/settings/section6-triangle3.png);
}

.section6__item--triangle4 {
  position: relative;
}

.section6__item--triangle4::after {
  content: "";
  position: absolute;
  left: -98px;
  top: -18px;
  width: 69px;
  height: 72px;
  background-image: url(../images/settings/section6-triangle4.png);
  z-index: -1;
}

.section6__item-title {
  font-size: 25px;
  margin-bottom: 17px;
}

.section6__item-img-wrapper {
  position: absolute;
  width: 168px;
  height: 168px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: -80px;
  top: -5px;
  border-radius: 50%;
  -webkit-box-shadow: 1px 6px 16px rgba(22, 21, 21, 0.25);
  box-shadow: 1px 6px 16px rgba(22, 21, 21, 0.25);
  background-color: #ffcd04;
}

.section6__item-img--8 {
  position: relative;
  top: -11px;
}

.section7 {
  padding-bottom: 125px;
  overflow: hidden;
}

.section7__title {
  max-width: 780px;
  margin: 0 auto 100px;
  text-align: center;
}

.section7__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.section7__item--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section7__item--1 {
  margin-bottom: 46px;
}

.section7__item--2 {
  margin-bottom: 124px;
}

.section7__item-img {
  position: absolute;
}

.section7__item-img--1 {
  left: 82px;
  top: -14px;
}

.section7__item-img--2 {
  left: -56px;
  top: -31px;
}

.section7__item-img--3 {
  left: -16px;
  top: 16px;
}

.section7__item-img--4 {
  left: -44px;
  top: 68px;
}

.section7__item-img--5 {
  left: 91px;
  top: 16px;
}

.section7__item-img--6 {
  left: -206px;
  top: -13px;
}

.section7__item-img-wrapper {
  position: relative;
  min-width: 486px;
  min-height: 486px;
  background-image: url(../images/settings/ellips.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.section7__item-img-wrapper--1 {
  margin-right: 20px;
  min-width: 351px;
  min-height: 351px;
}

.section7__item-text-wrapper--1 {
  max-width: 640px;
}

.section7__item-text-wrapper--right {
  max-width: 590px;
  margin-right: 80px;
}

.section7__item-text-wrapper--left {
  max-width: 630px;
  margin-left: 70px;
}

.section7__item-text-wrapper--3 {
  max-width: 530px;
  margin-right: 210px;
}

.section7__item-title {
  font-size: 25px;
  margin-bottom: 40px;
}

.section7-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.section7-list__img {
  margin-right: 13px;
}

.section7-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 20px;
}

.section7--triangle1 {
  position: relative;
}

.section7--triangle1::after {
  content: "";
  position: absolute;
  left: -36px;
  top: 136px;
  z-index: 2;
  width: 78px;
  height: 80px;
  background-image: url(../images/settings/section7-triangle1.png);
}

.section7--triangle2 {
  position: relative;
}

.section7--triangle2::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -28px;
  z-index: 2;
  width: 78px;
  height: 81px;
  background-image: url(../images/settings/section7-triangle2.png);
}

.section7--triangle3 {
  position: relative;
}

.section7--triangle3::after {
  content: "";
  position: absolute;
  left: -23px;
  top: -60px;
  z-index: 2;
  width: 95px;
  height: 95px;
  background-image: url(../images/settings/section7-triangle3.png);
}

.section7--triangle4 {
  position: relative;
}

.section7--triangle4::after {
  content: "";
  position: absolute;
  right: -79px;
  top: 80px;
  z-index: 2;
  width: 150px;
  height: 155px;
  background-image: url(../images/settings/section7-triangle4.png);
}

.section8 {
  padding: 140px 0 112px;
  background-image: url(../images/bg/bg-8.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}

.section8__title {
  max-width: 1060px;
  margin: 0 auto 80px;
  text-align: center;
}

.section8__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.section8__radio--1 {
  margin-right: 200px;
}

.section8__radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
}

.section8__radio-title {
  margin-bottom: 20px;
  font-size: 20px;
}

.section8__radio-label {
  padding-left: 30px;
  color: #d7d7d7;
  cursor: pointer;
  display: block;
  position: relative;
  margin-bottom: 18px;
}

.section8__radio-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.section8__radio-input:checked ~ .section8__radio-input-checkmark::after {
  display: block;
}

.section8__radio-input ~ .section8__radio-input-checkmark {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

.section8__radio-input ~ .section8__radio-input-checkmark::after {
  content: "";
  display: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
}

.section8__info {
  display: block;
  color: #a9a9a9;
  margin-bottom: 30px;
  text-align: center;
}

.section8__button {
  width: 100%;
  max-width: 616px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 100;
  overflow: auto;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
}

.popup {
  top: -100px;
  display: none;
  opacity: 0;
  margin: 50px auto;
  position: relative;
  border-radius: 10px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #ffcc00;
}

.popup__input {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #ebebeb;
}

.popup-app {
  padding: 40px 30px;
  max-width: 380px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup-video {
  max-width: 1140px;
  padding-top: 50px;
}

.popup-video iframe {
  position: absolute;
  width: 100%;
  height: calc(100% - 50px);
  left: 0;
  top: 50px;
}

.popup-video:after {
  content: "";
  display: block;
  padding-top: 60%;
}

.popup__close {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.popup__close:after,
.popup__close:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.popup__close:hover:after,
.popup__close:hover:before {
  background: #ffcc00;
}

.popup__close:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.popup__close:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.popup__checkbox-wrapper {
  margin-bottom: 20px;
}

.form {
  max-width: 280px;
  margin: 30px auto 0;
}

.popup__title {
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
}

.form__field {
  text-align: center;
  width: 100%;
  height: 54px;
  border: 1px solid rgba(22, 21, 21, 0.26);
  border-radius: 60px;
  margin-bottom: 15px;
  font-size: 17px;
}

.form__btn {
  width: 100%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 4px;
  border-width: 2px;
  font-size: 18px;
}

.app {
  padding-bottom: 108px;
  padding-top: 101px;
}

.app__block {
  max-width: 960px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 39px 20px 31px;
  background-color: white;
  -webkit-box-shadow: 3px 5px 27px 0 rgba(22, 21, 21, 0.26);
  box-shadow: 3px 5px 27px 0 rgba(22, 21, 21, 0.26);
}

.app__block > * {
  position: relative;
  z-index: 5;
}

.app__else {
  margin-top: 31px;
  font-size: 29px;
  height: 70px;
  line-height: 60px;
  max-width: 370px;
}

.app__title {
  color: #000000;
  font-size: 29px;
  line-height: 1.2;
}

.app__title em {
  font-weight: 900;
  color: #ff4545;
}

.app__title strong {
  display: block;
  font-weight: 700;
  font-size: 35px;
}

.app__block:after {
  content: "";
  position: absolute;
  border-top: 10px solid #fecf13;
  border-right: 10px solid #fecf13;
  top: -10px;
  right: -10px;
  left: 10px;
  bottom: 10px;
  z-index: 1;
}

.footer__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 3fr 3fr;
  grid-template-columns: 4fr 3fr 3fr;
  padding: 60px 0 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.footer__info {
  max-width: 380px;
}

.footer__logo {
  display: block;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 24px;
}

.footer__requisites {
  display: block;
  font-size: 14px;
  margin-bottom: 45px;
}

.footer__totop-link {
  position: relative;
  padding-left: 18px;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
}

.footer__totop-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 12px;
  height: 12px;
  background-image: url(../images/settings/totop.svg);
  background-repeat: no-repeat;
}

.footer__button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-bottom {
  background-color: #e9e9e9;
  font-size: 14px;
  font-weight: 500;
}

.footer-bottom__container {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bottom__link {
  color: #021577;
}

@media (max-width: 1295px) {
  .container {
    max-width: 860px;
  }
  .hero__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hero-comment {
    margin-top: 100px;
    margin-left: auto;
  }
  .section2__title {
    margin: 0 auto 20px;
  }
  .section2__container {
    max-width: 760px;
  }
  .section3-item {
    width: 100%;
  }
  .section4__img {
    display: none;
  }
  .section4__list {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    grid-auto-rows: auto;
  }
  .section5__video {
    width: 400px;
    height: 300px;
  }
  .section6__item {
    padding-right: 20px;
    height: 178px;
  }
  .section6__item-img-wrapper {
    height: 188px;
    width: 188px;
  }
  .footer__container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .footer__info {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    max-width: 100%;
  }
}

@media (max-width: 935px) {
  .container {
    max-width: 700px;
  }
  .hero-comment {
    margin-top: 50px;
  }
  .hero-comment__img-wrapper {
    display: none;
  }
  .section3-item {
    height: auto;
    padding: 30px;
  }
  .section3-item__img {
    display: none;
  }
  .section4__list {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .section5__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section5__video {
    width: 100%;
    max-width: 625px;
    margin: 0 auto 20px;
  }
  .section6__item {
    height: auto;
  }
  .section6__item:not(:last-child)::before {
    height: 200px;
    bottom: -160px;
  }
  .section6__item-img-wrapper {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section7--triangle1::after {
    z-index: -1;
  }
  .section7--triangle2::after {
    z-index: -1;
  }
  .section7--triangle3::after {
    z-index: -1;
  }
  .section7__item {
    margin-bottom: 30px;
  }
  .section7__item--right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .section7__item-img-wrapper {
    display: none;
  }
  .section7__item-text-wrapper {
    margin: 0;
  }
  .section8__radio--1 {
    margin-right: 80px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 672px;
    width: 92%;
  }
  .hero {
    text-align: center;
  }
  .hero__title {
    max-width: 100%;
    font-size: 30px;
  }
  .hero__logo {
    margin-bottom: 30px;
  }
  .hero__text {
    max-width: 100%;
  }
  .hero__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-comment__title {
    font-size: 18px;
  }
  .hero-comment__text {
    text-align: left;
  }
  .section2 {
    padding-bottom: 50px;
  }
  .section2__container::before {
    display: none;
  }
  .section2__title {
    font-size: 25px;
  }
  .section3 {
    padding-bottom: 50px;
  }
  .section3__title {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .section3-item__text-wrapper {
    padding-right: 0;
  }
  .section3__list {
    text-align: left;
  }
  .section4 {
    padding-bottom: 50px;
  }
  .section4__title {
    margin-bottom: 30px;
    font-size: 25px;
  }
  .section5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section5__title {
    margin-bottom: 30px;
    font-size: 25px;
  }
  .section6 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .section6__item--triangle3::after {
    display: none;
  }
  .section6__item::before {
    display: none;
  }
  .section7 {
    padding-bottom: 50px;
  }
  .section7__title {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .section7__item-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .section8 {
    padding-top: 40px;
  }
  .section8__title {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .section8__radio--1 {
    margin-right: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .section8__radio-wrapper {
    margin-bottom: 30px;
  }
  .footer__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer__info {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .footer__title {
    font-size: 25px;
  }
}

@media (max-width: 680px) {
  .section3__list-wrapper:first-child,
  .section3__list-wrapper:not(:first-child) {
    width: 100%;
  }
  .section3__list-wrapper br {
    display: none;
  }
}

@media (max-width: 620px) {
  .section4__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer-bottom__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-bottom__text {
    margin: 10px 0 10px;
  }
  .footer-bottom__link {
    margin: 10px 0 10px;
  }
}

@media (max-width: 576px) {
  .section6__item {
    margin-left: 0;
    padding: 30px;
  }
  .section6__item-img-wrapper {
    display: none;
  }
  .section8__input {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .section8__radio--1 {
    margin-right: 0;
  }
  .section8__radio-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/*# sourceMappingURL=style.css.map */
html {
  overflow-x: hidden;
}
html.open {
  overflow-y: hidden;
}
body {
  overflow-x: hidden;
}
.header .logo {
  font-size: 25px;
  font-weight: 700;
  color: #f4b859;
  text-decoration: none;
}

.header .logo:hover {
  color: #ffffff;
  text-decoration: none;
}

@media all and (max-width: 400px) {
  .header .logo {
    font-size: 20px;
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  font-size: 16px;
  box-shadow: 4px 4px 8px rgba(29, 29, 29, 0.25);
  background: #282828;
}

.header .site-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
}

.header__list {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 20px;
  list-style-type: none;
}

.header__item {
  margin: 0 10px;
  padding: 10px 0;
}

.header__link {
  color: #fff;
  text-decoration: none;
  line-height: 18px;
}
.header__link:hover {
  color: #f4b859;
  text-decoration: none;
}

.header__item:hover .header-drop__wrapper {
  display: block;
}

.header-drop__wrapper {
  position: absolute;
  top: 90%;
  display: none;
  padding: 30px 0 0;
}

.header-drop__list {
  padding: 10px 10px 20px 30px;
  box-shadow: 4px 4px 8px rgba(29, 29, 29, 0.25);
  background: #282828;
  color: #fff;
}
.header-drop__item {
  margin: 10px 0;
  list-style-type: none;
}

.header-drop__item:hover {
  color: #f4b859;
}

.header-drop__item .header__link {
  display: block;
}

.header__phone {
  display: block;
  height: 44px;
  width: 150px;
  font-size: 14px;
  color: #363636;
  text-align: center;
  text-decoration: none;
  line-height: 44px;
  border-radius: 10px;
  box-shadow: 2px 2px 8px rgba(29, 29, 29, 0.52);
  background: #eed909;
  background: linear-gradient(to right, #eed909, #e9cd09);
  background: -moz-linear-gradient(to right, #eed909, #e9cd09);
  background: -webkit-linear-gradient(to right, #eed909, #e9cd09);
  background: -o-linear-gradient(to right, #eed909, #e9cd09);
  background: -ms-linear-gradient(to right, #eed909, #e9cd09);
}
.header__phone:hover {
  color: #363636;
  text-decoration: none;
}
.header__btn-wrapper {
  display: flex;
  align-items: center;
}
.header__btn {
  position: relative;
  display: none;
  margin: 0 10px 0 20px;
  width: 32px;
  height: 17px;
  border: none;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background-color: transparent;
  cursor: pointer;
}
.header__btn.open {
  height: 23px;
  border-top: none;
  border-bottom: none;
}
.header__btn.open:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.header__btn.open:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.header__btn:after,
.header__btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: 2px;
  background: #ffffff;
}

@-webkit-keyframes pulsate {
  50% {
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3), 0 0 5px #ffd, 0 0 8px #fff;
  }
}
@keyframes pulsate {
  50% {
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3), 0 0 5px #ffd, 0 0 8px #fff;
  }
}

.menu_fr {
  color: #f4b859;

}

@media screen and (max-width: 1050px) {
  .header {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .header {
    font-size: 16px;
  }
  .header nav {
    display: none;
  }

  .header__btn {
    display: block;
  }

  .header nav {
    padding: 20px 0;
    max-width: 290px;
    display: block;
    position: absolute;
    top: 100%;
    right: -300px;
    transition: all, 0.3s;
    width: 100%;
    background: #216bc3;
    box-shadow: -4px 4px 6px rgba(0, 1, 2, 0.25);
  }
  .header nav.open {
    right: 0;
    height: 80vh;
    overflow-y: scroll;
  }

  .header__list {
    flex-direction: column;
    align-items: start;
    padding-bottom: 30px;
  }
  .header__item {
    padding: 10px 0;
  }
  .header-drop__wrapper {
    position: static;
    display: block;
    padding: 0;
  }
  .header-drop__list {
    padding: 0 0 0 20px;
    box-shadow: none;
    background: transparent;
  }
}
.site-width {
  width: 100%;
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 1200px) and (min-width: 1001px) {
  .logo {
    max-width: 170px;
  }
}
