@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.eot');
  src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Inter-Regular.woff2') format('woff2'),
  url('../fonts/Inter-Regular.woff') format('woff'),
  url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.eot');
  src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Inter-Medium.woff2') format('woff2'),
  url('../fonts/Inter-Medium.woff') format('woff'),
  url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.eot');
  src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Inter-SemiBold.woff2') format('woff2'),
  url('../fonts/Inter-SemiBold.woff') format('woff'),
  url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pacifico';
  src: url('../fonts/Pacifico/Pacifico-Regular.eot');
  src: url('../fonts/Pacifico/Pacifico-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Pacifico/Pacifico-Regular.woff2') format('woff2'),
  url('../fonts/Pacifico/Pacifico-Regular.woff') format('woff'),
  url('../fonts/Pacifico/Pacifico-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #292A43;
  --secondary: #4B24E4;
  --green: #089C70;
  --blue: #4758C5;
  --purple7: #9D3CDF;
  --purple5: #7968F8;
  --gray8: #8A94AE;
  --gray9: #4A5368;
}

/* normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
div,
summary {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover,
a:focus {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 'Inter', sans-serif;
}

body {
  position: relative;
  margin: 0;
  color: var(--primary);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
}

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

img {
  max-width: 100%;
}

:focus {
  outline: none;
}

a,
a:visited {
  text-decoration: none;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

a:hover,
a:active {
  text-decoration: none;
}

p {
  margin: 0;
}

b,
strong {
  font-weight: 700;
}

/* Общие стили */
a {
  color: var(--primary);
}

a:hover {
  color: var(--secondary);
}

main {
  position: relative;
  padding-top: 88px;
  overflow: hidden;
}

@media only screen and (max-width: 1169px) {
  main {
    padding-top: 68px;
  }
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.row:before,
.row:after {
  content: "";
  display: block;
  overflow: hidden;
}

.row:after {
  clear: both;
}

h2,
h3,
h4 {
  font-style: normal;
  margin: 0;
}

h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  margin: 0;
  letter-spacing: -0.48px;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
  }
}

h2 {
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -0.4px;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0;
  }
}

h2 span {
  background-color: var(--secondary);
  background-image: linear-gradient(90deg, #9085FE 0%, #4008D0 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

h3,
h4 {
  font-size: 24px;
  line-height: 32px;
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

h3 {
  font-weight: 600;
}

h4 {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .sm_hide {
    display: none;
  }
}

.sm_view {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sm_view {
    display: initial;
  }
}

.pacifico {
  font-family: 'Pacifico';
  line-height: 1;
  background-color: var(--secondary);
  background-image: linear-gradient(90deg, #9085FE 0%, #4008D0 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  letter-spacing: 0;
}

.purple-bg {
  background-color: var(--purple7);
}

.green-bg {
  background-color: var(--green);
}

.blue-bg {
  background-color: var(--blue);
}
/* Конец Общие стили */


/* Шапка */
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
  background-color: #fff;
  transition: all 0.2s;
  padding: 24px 0;
}

@media only screen and (max-width: 959px) {
  .header {
    padding: 20px 0;
  }
}

.header.white {
  padding: 20px 0;
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
  box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

@media only screen and (max-width: 959px) {
  .mobile-menu--open .header.white {
    border-radius: 0;
  }

  .header.white {
    border-radius: 0 0 24px 24px;
  }
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  width: 118px;
  flex: none;
  display: flex;
  align-items: center;
  color: var(--purple5);
}

.header__menu {
  flex: none;
  margin-left: auto;
}

@media only screen and (max-width: 1169px) {
  .header__menu {
    display: none;
  }
}

.header__login {
  margin-left: 80px;
}

@media only screen and (max-width: 1169px) {
  .header__login {
    display: none;
  }
}

.nav__list {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.nav__list > * + * {
  margin-left: 40px;
}

.nav__link {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary);
  padding: 8px 0;
}

.nav__link:hover {
  color: var(--primary);
}

.header__menu--mobile {
  position: absolute;
  top: -100%;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 0 24px 24px;
  background-color: #fff;
  border-radius: 0 0 24px 24px;
  visibility: hidden;
  opacity: 0;
  transition: none;
}

.header__menu--mobile .contact__link {
  display: flex;
  align-items: center;
  margin-top: 24px;
  color: var(--primary);
}

.header__menu--mobile .contact__link + .contact__link {
  margin-top: 16px;
}

.header__menu--mobile .contact__link:visited {
  color: var(--primary);
}

.mobile-menu--open .header__menu--mobile {
  top: 76px;
  bottom: auto;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}

.header__menu--mobile .nav__list {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
}

.header__menu--mobile .nav__list > * + * {
  margin-top: 4px;
  margin-left: 0;
}

.header__menu--mobile .nav__link {
  position: relative;
}

.header__menu--mobile .nav__link span {
  position: relative;
  z-index: 2;
}

.header__menu--mobile .nav__link:hover::after {
  position: absolute;
  top: 0;
  right: -16px;
  bottom: 0;
  left: -16px;
  z-index: 1;
  display: block;
  background-color: #f5f5f6;
  border-radius: 48px;
  content: '';
}

.header__menu--mobile .btn {
  margin-top: 24px;
  text-align: center;
}

.hamburger {
  position: relative;
  z-index: 106;
  display: none;
  width: 24px;
  height: 18px;
  overflow: hidden;
  vertical-align: top;
  cursor: pointer;
}

@media only screen and (max-width: 1169px) {
  .hamburger {
    display: block;
    margin-left: auto;
  }
}

.mobile-menu--open .hamburger {
  height: 24px;
}

.hamburger__line,
.hamburger:before,
.hamburger:after {
  position: absolute;
  left: 0;
  z-index: 5;
  display: block;
  width: 24px;
  height: 2px;
  background: #1a1459;
  border-radius: 1px;
  transform: rotate(0);
  transform-origin: center;
  transition: all 0.3s;
  content: '';
}

.hamburger:before {
  top: 0;
}

.mobile-menu--open .hamburger:before {
  top: 11px;
  transform: rotate(-45deg);
}

.hamburger__line {
  top: 8px;
}

.mobile-menu--open .hamburger__line {
  width: 0;
}

.hamburger:after {
  bottom: 0;
}

.mobile-menu--open .hamburger:after {
  bottom: 11px;
  transform: rotate(45deg);
}

body.mobile-menu--open {
  height: 100vh;
  overflow: hidden;
}

.mobile-menu--open main:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 19;
  background-color: rgba(0, 0, 0, .2);
  transition: all .5s;
  content: "";
}
/* Конец Шапка */

/* 1 экран */
.welcome {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

@media only screen and (max-width: 1169px) {
  .welcome {
    margin-top: 88px;
  }
}

@media only screen and (max-width: 767px) {
  .welcome {
    margin-top: 40px;
  }
}

.welcome__content {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1169px) {
  .welcome__content {
    flex-direction: column;
  }
}

.welcome__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 580px;
}

.welcome__text--custom {
  font-size: 56px;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .welcome__text--custom {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1169px) {
  .welcome__text {
    align-items: center;
    text-align: center;
  }
}

.welcome__description {
  margin-top: 16px;
}

@media only screen and (max-width: 424px) {
  .welcome__description {
    max-width: 80%;
    margin-top: 24px;
  }
}

.welcome__btn {
  display: flex;
  align-items: center;

  width: 100%;
  margin-top: 32px;
}

@media only screen and (max-width: 1169px) {
  .welcome__btn {
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .welcome__btn {
    flex-direction: column;
  }
}

.welcome__btn > * + * {
  margin-left: 16px;
}

a.welcome__video {
  /* EDU-11902 display: flex; */
  display: none;
  align-items: center;
  color: var(--primary);
  transition: all 0.3s;
}

a.welcome__video:hover {
  color: var(--secondary);
}

@media only screen and (max-width: 767px) {
  a.welcome__video {
    margin-top: 16px;
  }
}

a.welcome__video svg {
  width: 20px;
  height: 20px;
  color: var(--primary);
  margin-right: 8px;
}

a.welcome__video:hover svg {
  color: var(--secondary);
}

a.welcome__video span {
  margin-left: 8px;
  color: var(--gray8);
  font-size: 11px;
}

.welcome__img {
  position: relative;
  flex: none;
  max-width: 580px;
}

@media only screen and (max-width: 1169px) {
  .welcome__img {
    margin: 40px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .welcome__img {
    background-image: url('../img/bg-screen@2.jpg');
    background-size: cover;
    width: auto;
    margin-top: 40px;
    padding: 20px;
    margin-right: -20px;
    margin-left: -20px;
  }

  .welcome__img img {
    border-radius: 8px;
  }
}
/* Конец 1 экран */

/* 2 экран */
.announcement {
  margin-top: 160px;
  padding-top: 40px;
  text-align: center;
  background-image: url("../img/announcement-icon-bg.svg");
  background-position: top center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1169px) {
  .announcement {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .announcement {
    margin-top: 100px;
  }
}

.announcement__description {
  max-width: 350px;
  margin: 16px auto 0;
}

.announcement__wrapper {
  margin: 40px 0 0;
  padding: 40px;
  background: #F3FAFA;
  border-radius: 20px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .announcement__wrapper {
    padding: 40px 20px;
  }
}

.announcement__section + .announcement__section {
  margin-top: 40px;
}

.announcement__title {
  display: flex;
  align-items: center;

  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

@media only screen and (max-width: 767px) {
  .announcement__title {
    justify-content: space-between;
  }
}

.announcement__title svg {
  flex: none;
  margin: 0 8px;
}

.announcement__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-left: -20px;
  margin-top: 20px;
}

@media only screen and (max-width: 959px) {
  .announcement__list {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
  }
}

.announcement__item {
  display: flex;
  align-items: center;
  width: calc(33.333% - 20px);
  margin-left: 20px;
  padding: 20px;
  color: var(--primary);
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 1.5px 1.5px 1px #929CC43D;
}

@media only screen and (max-width: 959px) {
  .announcement__item {
    width: 100%;
    margin-left: 0;
  }

  .announcement__item + .announcement__item {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .announcement__item {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 16px;
  }

  .announcement__item + .announcement__item {
    margin-top: 12px;
  }
}

.announcement__item  svg {
  width: 20px;
  height: 20px;
  flex: none;
  margin-right: 20px;
  color: var(--secondary);
}

@media only screen and (max-width: 767px) {
  .announcement__item  svg {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
/* Конец 2 экран */

/* 3 экран */
.unite {
  margin: 200px auto 0;
  max-width: 780px;
}

@media only screen and (max-width: 767px) {
  .unite {
    margin-top: 140px;
  }
}

.unite__wrapper {
  background-color: #F7F9FC;
  border-radius: 20px;
  padding: 60px 100px;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .unite__wrapper {
    padding: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .unite__wrapper {
    padding: 40px 20px;
  }
}

.unite__wrapper p {
  margin: 16px 0 0;
  color: var(--gray9);
}

.unite__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  width: 580px;
}

@media only screen and (max-width: 767px) {
  .unite__list {
    flex-wrap: wrap;
    width: 100%;
  }
}

.unite__center {
  flex: none;
  width: 220px;
  height: 228px;
  padding: 0 10px;
  box-sizing: content-box;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media only screen and (max-width: 767px) {
  .unite__center {
    order: 3;
    width: 100%;
    margin-top: 12px;
  }
}

.unite__center::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.unite__block {
  position: relative;

  display: flex;
  justify-content: space-between;
  flex-direction: column;

  width: 196px;
  height: 100px;
  padding: 12px;
  margin: 0 auto;

  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 2px 1px rgba(146, 156, 196, 0.24);
  transition: all 0.2s;
}

.unite__block:first-child {
  height: 50px;
  border-radius: 0 0 12px 12px;
}

.unite__block:last-child {
  height: 50px;
  border-radius: 12px 12px 0 0;
}

.unite__block.blur {
  box-shadow: 0 2px 2px 1px rgba(146, 156, 196, 0.1);
}

.unite__block.blur:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 1s;
}

.unite__block.blur--top:before {
  background: linear-gradient(180deg, rgb(247 249 252), rgba(255, 255, 255, 0.1));
}

.unite__block.blur--bottom:before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgb(247 249 252));
}

.unite__block + .unite__block {
  margin-top: 4px;
}

.unite__block svg {
  align-self: flex-end;
  opacity: 0;
  transition: all .5s;
}

.unite__text {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  opacity: 0;
  transition: all .3s;
}

.unite__block.active {
  width: 220px;
}

.unite__block.active .unite__text,
.unite__block.active svg {
  opacity: 1;
}

.unite__left,
.unite__right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .unite__left {
    order: 1;
    width: calc(50% - 31px);
  }

  .unite__right {
    order: 2;
    width: calc(50% - 31px);
  }
}

.unite__left .unite__icon:nth-child(1),
.unite__left .unite__icon:nth-child(5) {
 margin-left: 12px;
}

.unite__right .unite__icon:nth-child(2),
.unite__right .unite__icon:nth-child(6) {
  margin-right: 20px;
}

.unite__icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(189, 171, 237, 0.16);
  opacity: 0.24;
}

@media only screen and (max-width: 767px) {
  .unite__icon {
    width: 40px;
    height: 40px;
  }
}

.unite__icon.active {
  opacity: 1;
}

.unite__icon img {
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 767px) {
  .unite__icon img {
    width: 20px;
    height: 20px;
  }
}
/* Конец 3 экран */

/* 4 экран */
.tools {
  padding-top: 140px;
}

@media only screen and (max-width: 767px) {
  .tools {
    padding-top: 100px;
  }
}

.toolsChips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -20px;
}

@media only screen and (max-width: 1169px) {
  .toolsChips {
    flex-wrap: nowrap;
    box-sizing: border-box;
    height: 72px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    overflow-x: auto;
  }
}

@media only screen and (max-width: 767px) {
  .toolsChips {
    margin-left: -8px;
  }
}

.toolsChips__scroll {
  margin-top: 32px;
}

@media only screen and (max-width: 1199px) {
  .toolsChips__scroll {
    width: auto;
    height: 58px;
    margin-right: -40px;
    margin-left: -40px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .toolsChips__scroll {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.toolsChips__item {
  display: flex;
  flex: none;
  align-items: center;
  height: 56px;
  margin-top: 20px;
  margin-left: 20px;
  padding: 0 32px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid var(--primary);
  border-radius: 48px;
  cursor: pointer;
  transition: all 0.3s;
}

@media only screen and (max-width: 1169px) {
  .toolsChips__item {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .toolsChips__item {
    margin-left: 8px;
  }
}

.toolsChips__item:hover {
  color: #fff;
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
}

.toolsChips__item.active {
  color: #fff;
  background-color: var(--primary);
}

.tools__wrapper {
  display: flex;
  align-items: center;
  margin-top: 48px;
}

@media only screen and (max-width: 1023px) {
  .tools__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .tools__wrapper {
    margin-top: 24px;
  }
}

.tools__img {
  flex: none;
  width: 694px;
  height: 464px;
  padding: 58px;
  background-image: url('../img/tools-img/bg-tools@1.5.jpg');
  background-position: center;
  background-size: cover;
  border-radius: 24px;
  box-shadow: 0 4px 4px 0 #00000040;
}

@media only screen and (max-width: 1169px) {
  .tools__img {
    width: 560px;
    height: 388px;
  }
}

@media only screen and (max-width: 959px) {
  .tools__img {
    width: 100%;
    height: auto;
    padding: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .tools__img {
    width: auto;
    margin-right: -20px;
    margin-left: -20px;
    padding: 20px;
    border-radius: 0;
    box-shadow: none;
  }
}

.tools__img img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 16px;
}

.tools__list {
  margin: 0 0 0 40px;
  padding: 0;
  counter-reset: new 0;
}

@media only screen and (max-width: 1023px) {
  .tools__list {
    margin-top: 40px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .tools__list {
    margin-top: 24px;
  }
}

.tools__list li {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  counter-increment: new 1;
}

.tools__list li:before {
  position: relative;
  z-index: 2;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 16px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  background: url('../img/tools-img/marker_flower.svg');
  content: counter(new);
}

.tools__list li:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  z-index: 1;
  display: block;
  width: 1px;
  border-left: 1px dashed #bdc5db;
}

.tools__list li:first-child::after {
  top: 50%;
}

.tools__list li:last-child::after {
  bottom: 50%;
}

.tools__list li + li {
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  .tools__list li + li {
    padding-top: 24px;
  }
}
/* Конец 4 экран */

/* 5 экран */
.info {
  margin: 100px auto 0;
}

.info__wrapper {
  max-width: 580px;
  text-align: center;
  margin:  auto;
}

.info__wrapper > * + * {
  margin-top: 16px;
}

.cross-out {
  position: relative;
  display: inline-block;
}

.cross-out:after {
  content: '';
  position: absolute;
  top: 0;
  right: -14px;
  bottom: 0;
  left: 17px;
  display: block;
  background-image: url('../img/сross-out-line.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
/* Конец 5 экран */

/* 6 экран */
.for {
  margin-top: 160px;
  text-align: center;
}

@media only screen and (max-width: 1169px) {
  .for {
    margin-top: 60px;
  }
}

.for__description {
  margin: 16px auto 0;
}

.for__wrapper {
  position: relative;
  margin: 40px 0 0;
  padding: 40px;
  background-color: #F3FAFA;
  border-radius: 20px;
}


@media only screen and (max-width: 767px) {
  .for__wrapper {
    padding: 40px 20px;
  }
}

.for__wrapper p {
  margin-top: 16px;
}

.for__list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -20px;
  padding: 3px;
}

@media only screen and (max-width: 959px) {
  .for__list {
    flex-direction: column;
    align-items: flex-start;
  }
}

.for__slide > * {
  text-align: left;
}

.for__item {
  display: flex;
  align-items: center;
  width: calc(33.333% - 20px);
  margin-left: 20px;
  margin-top: 24px;
  padding: 20px;
  color: var(--primary);
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 1.5px 1.5px 1px #929CC43D;
}

@media only screen and (max-width: 959px) {
  .for__item {
    width: calc(100% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .for__item {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 16px;
  }
}

.for__item  svg {
  width: 20px;
  height: 20px;
  flex: none;
  margin-right: 20px;
  color: var(--green);
}

@media only screen and (max-width: 767px) {
  .for__item svg {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.for__slickArrow {
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 2;

  display: flex;
  background-color: #F3FAFA;
}

@media only screen and (max-width: 1199px) {
  .for__slickArrow {
    display: none;
  }
}

.for-slick-prev,
.for-slick-next {
  padding: 0;
  background: transparent;
  border: none;
}

.for-slick-next {
  margin-left: 20px;
}

.for-slick-prev:hover,
.for-slick-next:hover {
  color: var(--secondary);
}

.for-slick-prev:hover {
  transform: translateX(-3px);
}

.for-slick-next:hover {
  transform: translateX(3px);
}
/* Конец 6 экран */

/* 7 экран */
.roles {
  margin-top: 80px;
  padding: 80px 0;
  background-image: url("../img/roles/grid-bg.png");
  background-repeat: repeat;
  text-align: center;
}

.roles__title {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}

.roles__title svg {
  position: absolute;
  top: -30px;
  left: -45px;
}

@media only screen and (max-width: 382px) {
  .roles__title svg {
    left: 65px;
  }
}

.roles__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: -20px;
  margin-top: 32px;
}

@media only screen and (max-width: 959px) {
  .roles__list {
    flex-direction: column;
    margin-left: 0;
  }
}

.roles__item {
  width: calc(33.333% - 20px);
  margin-left: 20px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 4px 20px 0 rgba(41, 42, 67, 0.1);
  text-align: left;
}

@media only screen and (max-width: 959px) {
  .roles__item {
    width: 100%;
    margin-left: 0;
  }

  .roles__item + .roles__item {
    margin-top: 20px;
  }
}

.roles__item:nth-child(1) {
  background-color: #FBF6B6;
  transform: rotate(0.8deg);
}

.roles__item:nth-child(2) {
  background-color: #B8DCF8;
  transform: rotate(-1.8deg);
}

.roles__item:nth-child(3) {
  background-color: #CEFBB5;
  transform: rotate(1.2deg);
}

@media only screen and (max-width: 959px) {
  .roles__item:nth-child(1),
  .roles__item:nth-child(2),
  .roles__item:nth-child(3) {
    transform: rotate(0);
  }
}

.roles__img {
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
}

.roles__img img {
  max-width: 100%;
  max-height: 100%;
}

.roles__item h3 {
  margin-top: 24px;
}

.roles__desc {
  margin-top: 12px;
  letter-spacing: 0.32px;
  min-height: 72px;
}

@media only screen and (max-width: 959px) {
  .roles__desc {
    min-height: auto;
  }
}

.roles__tags {
  margin-top: 16px;
}

.roles__tags > * + * {
  margin-top: 8px;
}

.roles__tag {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 48px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
/* Конец 7 экран */

/* 8 экран */
.tools-subject {
  margin-top: 120px;
  background-color: #FCF3EF;
  padding: 40px 0;
  text-align: center;
}

@media only screen and (max-width: 959px) {
  .tools-subject {
    margin-top: 100px;
  }
}

.tools-subject__wrapper {
  position: relative;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .tools-subject__desc br {
    display: none;
  }
}

.tools-subject__slider {
  max-width: 980px;
  margin: 0 auto;
}

.tools-subject-slick-prev {
  border: none;
}

.tools-subject-slick-prev {
  left: 28px;
}

.tools-subject-slick-next {
  right: 28px;
}

@media only screen and (max-width: 1199px) {
  .tools-subject-slick-prev,
  .tools-subject-slick-next {
    display: none;
  }
}

.tools-subject__slide {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}

.tools-subject__item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  text-align: left;
  min-height: 320px;
}

@media only screen and (max-width: 767px) {
  .tools-subject__item {
    flex-direction: column;
  }
}

.tools-subject__dots {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.tools-subject__dots > * + * {
  margin-left: 12px;
}

.tools-subject__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.tools-subject__dot.red {
  background-color: #F66D65;
}

.tools-subject__dot.yellow {
  background-color: #F8EE6E;
}

.tools-subject__dot.green {
  background-color: #46CE6C;
}

.tools-subject__item ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.tools-subject__item li + li {
  margin-top: 16px;
}

.tools-subject p {
  margin-top: 16px;
}

.tools-subject__img {
  flex: none;
  display: flex;
  align-items: center;
  width: 540px;
  margin-left: 40px;
  background-image: url("../img/tools-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  padding: 16px;
}

@media only screen and (max-width: 1023px) {
  .tools-subject__img {
    width: 308px;
  }
}

@media only screen and (max-width: 767px) {
  .tools-subject__img {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}

.tools-subject__img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

/* Конец 8 экран */

/* 9 экран info */

/* 10 экран */
.how {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 32px;
  background-image: url("../img/how-bg.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1199px) {
  .how {
    background-position: 50% 90px;
  }
}

@media only screen and (max-width: 1023px) {
  .how {
    background-size: 140% auto;
    background-position: 50% 120px;
  }
}

@media only screen and (max-width: 959px) {
  .how {
    background-position: 50% 160px;
    background-size: 1100px auto;
  }
}

@media only screen and (max-width: 767px) {
  .how {
    margin-top: 60px;
    padding-top: 60px;
    background: none;
  }
}

.how__wrapper {
  margin-top: 40px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .how__wrapper {
    margin-top: 24px;
    width: auto;
    margin-left: -24px;
    margin-right: -24px;
  }
}

.how__slider {
  max-width: 828px;
  margin: 0 auto;
}

.how__slider .slick-dots {
  margin-top: 0;
}

.how-slick-prev {
  left: 124px;
  box-shadow: 0 4px 26px 0 rgba(99, 99, 99, 0.12);
}

.how-slick-next {
  right: 124px;
  box-shadow: 0 4px 26px 0 rgba(99, 99, 99, 0.12);
}

@media only screen and (max-width: 1199px) {
  .how-slick-next,
  .how-slick-prev {
    display: none;
  }
}

.how__slide {
  padding: 0 24px 24px 24px;
}

.how__item {
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 4px 20px 0 rgba(41, 42, 67, 0.1);
}

.how__item h3 {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .how__item h3 {
    font-size: 16px;
    line-height: 24px;
  }
}

.how__step {
  display: inline-block;
  padding: 4px 16px;
  margin-bottom: 12px;

  border-radius: 48px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
}

.how__img {
  width: 100%;
  height: auto;
  margin-top: 24px;
  border-radius: 20px;
}
/* Конец 10 экран */

/* 11 экран */
.start {
  margin-top: 100px;
  text-align: center;
}

.start__arrow {
  margin: 40px auto 0;
  animation: startArrowSlide 1.5s infinite ease-in-out;
}

@keyframes startArrowSlide {
  0% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-5px);
  }
}

.start__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: -20px;
  margin-top: 40px;
}

@media only screen and (max-width: 959px) {
  .start__list {
    flex-direction: column;
    margin-left: 0;
  }
}

.start__item {
  margin-left: 20px;
  text-align: center;
  padding: 0 60px;
  width: calc(33.333% - 20px);
}

@media only screen and (max-width: 959px) {
  .start__item {
    margin-left: 0;
    width: 100%;
    max-width: 262px;
    padding: 0;
  }

  .start__item + .start__item {
    margin-top: 20px;
  }
}

.startItem__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-top: 16px;
}

.startItem__desc {
  font-size: 14px;
  line-height: 24px;
  margin-top: 8px;
}
/* Конец 11 экран */

/* 12 экран info */

/* 13 экран */
.reliable-choice {
  width: 100%;
  background-color: #FFF5DF;
  padding: 40px 0;
  margin-top: 160px;
}

@media only screen and (max-width: 767px) {
  .reliable-choice {
    margin-top: 120px;
  }
}

.reliable-choice h3 {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .reliable-choice h3 {
    flex-direction: column;
    align-items: flex-start;
  }
}

.reliable-choice h3 svg {
  margin-right: 16px;
  flex: none;
}

@media only screen and (max-width: 767px) {
  .reliable-choice h3 svg {
    margin-bottom: 16px;
  }
}

.reliable-choice__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: -20px;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .reliable-choice__list {
    flex-direction: column;
    margin-left: 0;
    margin-top: 24px;
  }
}

.reliable-choice__item {
  flex: none;
  width: calc(25% - 20px);
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .reliable-choice__item {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

.reliable-choice__text {
  font-weight: 600;
  opacity: 0.5;
}

.reliable-choice__item.active .reliable-choice__text {
  opacity: 1;
  animation: color-text 2s ease-in;
}

.reliable-choice__line {
  position: relative;
  width: 100%;
  height: 0.125rem;
  background: #ECEBED;
  margin-bottom: 24px;
}

.reliable-choice__item.active .reliable-choice__line:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #6045EA;
  animation: color-line 2s ease-in;
}

@keyframes color-text {
  from {
    opacity: 0.5;
  }

  to {
   opacity: 1;
  }
}

@keyframes color-line {
  from {
    right: 100%;
  }

  to {
    right: 0;
  }
}
/* Конец 13 экран */

/* 14 экран */
.tariffs {
  padding-top: 160px;
  padding-bottom: 100px;
  text-align: center;
  background-image: url("../img/tariffs-bg.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto;
}

@media screen and (max-width: 959px) {
  .tariffs {
    padding-top: 100px;
    background: none;
  }
}

.tariffs__list {
  display: flex;
  justify-content: center;
  margin-left: -20px;
}

@media screen and (max-width: 959px) {
  .tariffs__list {
    flex-direction: column;
    margin-left: 0;
  }
}

.tariffs__item {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  max-width: 480px;
  padding: 40px;
  margin-left: 20px;
  text-align: left;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  box-shadow: 0 4px 26px 0 rgba(99, 99, 99, 0.12);
}

@media screen and (max-width: 959px) {
  .tariffs__item {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .tariffs__item {
    padding: 24px;
  }
}

.tariffs__item--popular {
  border-color: var(--purple5);
}

@media screen and (max-width: 959px) {
  .tariffs__item--popular {
    margin-top: 40px;
  }
}

.tariffs__item--popular ul li:first-child {
  position: relative;
  list-style: none;
}

.tariffs__profitable {
  margin-top: 0 !important;
  position: absolute;
  bottom: -100px;
  left: calc(50% - 80px);
}

.tariffs__profitable span {
  display: block;
  font-size: 24px;
  letter-spacing: 0.24px;
  line-height: 2;
  transform: translate(-75px, 40px) rotate(-15deg) scale(1);
  animation: text-psss 2.5s infinite ease-out;
}

@keyframes text-psss {
  0% {
    transform: translate(-75px, 40px) rotate(-15deg) scale(1);
  }

  50% {
    transform: translate(-75px, 40px) rotate(-10deg) scale(1.05);
  }

  100% {
    transform: translate(-75px, 40px) rotate(-15deg) scale(1);
  }
}

.tariffs__item ul {
  margin-top: 24px;
  padding-left: 20px;
  list-style-image: url('../img/marker.svg');
}

.tariffs__item ul li {
  padding-left: 8px;
}

.tariffs__item ul li + li {
  margin-top: 16px;
}

.tariffs__item--popular ul li:first-child:before {
  position: absolute;
  top: 7px;
  left: -20px;
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("../img/marker-arrow.svg");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  content: '';
}

.tariffs__item > * + * {
  margin-top: 24px;
}

.tariffs__item ul,
.tariffs__item p {
  margin-bottom: 24px;
}

.tariffs__disclaimer {
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
  color: #6e6d7a;
}

.tariffs__priceWrapper {
  margin: 0;
}

.tariffs__price {
  display: flex;
  align-items: center;
}

.tariffs__btn.btn {
  padding: 8px 0;
}

.tariffs__btn span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  margin-top: 2px;
}

.tariffs__item .btn {
  margin-top: auto;
}
/* Конец 14 экран */

/* 15 экран */
.reviews {
 padding-top: 140px;
}

.reviews .container {
  position: relative;
}

@media screen and (max-width: 767px) {
  .reviews {
    padding-top: 100px;
  }
}

.reviews__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .reviews__wrapper {
    flex-wrap: wrap;
  }
}

.reviews__item {
  padding-bottom: 16px; /* для тени аватарки */
}

.reviews__text {
  max-width: 780px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .reviews__text {
    max-width: 560px;
  }
}

@media screen and (max-width: 767px) {
  .reviews__text {
    width: 100%;
    order: 3;
    margin-top: 42px; /* 24px отступ до текста + высота кавычек 18px */
  }
}

.reviews__quote {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;

  display: flex;
  align-items: center;
  flex: none;

  width: 80px;
  background-color: #fff;
  color: var(--gray8);
}

@media screen and (max-width: 1023px) {
  .reviews__quote {
    width: 40px;
    bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  .reviews__quote {
    width: 27px;
    height: 18px;
  }
}

.reviews__quote--left {
  transform: rotate(180deg);
  left: 0;
}

@media screen and (max-width: 1200px) {
  .reviews__quote--left {
    left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .reviews__quote--left {
    left: 16px;
  }
}

.reviews__quote--right {
  right: 0;
}

@media screen and (max-width: 1200px) {
  .reviews__quote--right {
    right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .reviews__quote--right {
    right: 16px;
  }
}

.reviews__quote svg {
  max-width: 100%;
  max-height: 100%;
}

.reviews__user {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;

  margin-top: 40px;
}

.reviews__img {
  width: 64px;
  height: 64px;
  margin-right: 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 4px 20px 0 rgba(41, 42, 67, 0.1);
}

.reviews__person--name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.reviews__person--speciality {
  margin-top: 4px;
}
/* Конец 15 экран */

/* 16 экран */
.questions {
  margin-top: 120px;
}

@media only screen and (max-width: 1023px) {
  .questions {
    margin-top: 100px;
  }
}

.questions__wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 100px;
  border-radius: 10px;
  background: #F3F9FF;
}

@media only screen and (max-width: 1169px) {
  .questions__wrapper {
    padding: 80px;
  }
}

@media only screen and (max-width: 1023px) {
  .questions__wrapper {
    padding: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .questions__wrapper {
    padding: 40px 20px;
  }
}

.questions__row {
  display: flex;
  align-items: center;

  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -0.4px;
}

@media only screen and (max-width: 767px) {
  .questions__row,
  .questions__row h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
  }
}

.questions__row svg {
  margin: 0 8px;
}

@media only screen and (max-width: 767px) {
  .questions__row svg {
    width: 32px;
    height: 32px;
  }
}

.questions__desc {
  max-width: 524px;
  margin-top: 16px;
}

.accordion {
  margin-top: 40px;
  position: relative;
}

.girl {
  position: absolute;
  right: 0;
  top: -118px;
  width: 120px;
  height: 120px;
  background-image: url("../img/girl@2.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .girl {
    top: -58px;
    width: 60px;
    height: 60px;
  }
}

.accordion__item {
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(41, 42, 67, 0.1);
  transition: all .3s;
}

.accordion__item + .accordion__item {
  margin-top: 16px;
}

.accordion__title {
  display: flex;
  align-items: center;
  justify-content: space-between;

  font-weight: 500;
  font-size: 16px;
  line-height: 24px;

  cursor: pointer;
  transition: all .3s;
}

.accordion__title:hover {
  color: var(--secondary);
}

.accordion__title svg {
  flex: none;
  margin-left: 48px;
  transition: all .3s;
}

@media only screen and (max-width: 767px) {
  .accordion__title svg {
    margin-left: 16px;
  }
}

.accordion__body {
  display: none;
  margin-top: 12px;
  color: var(--gray9);
}

.accordion__body p {
  margin: 0;
}

.accordion__body p + p {
  margin-top: 12px;
}

.accordion ul {
  padding-left: 24px;
  margin: 8px 0 0;
}

.accordion__item.open .accordion__title svg {
  transform: rotate(180deg);
}

.accordion__item.open .accordion__body {
  display: block;
}
/* Конец 16 экран */

/* 17 экран */
.ready {
  margin-top: 140px;
  background-color: #181818;
  padding: 80px 0;
}

@media only screen and (max-width: 767px) {
  .ready {
    padding: 40px 0;
    margin: 100px 20px 0;
    border-radius: 20px;
  }
}

.ready__wrapper {
  max-width: 780px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.ready__desc {
  font-size: 20px;
  line-height: 28px;
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .ready__desc {
    font-size: 16px;
    line-height: 24px;
  }

  .ready__desc br {
    display: none;
  }
}

.ready__btn {
  margin-top: 40px;
}

.ready__text {
  margin-top: 40px;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}

.ready__text br:nth-child(2) {
  display: none;
}

@media only screen and (max-width: 767px) {
  .ready__text {
    font-size: 12px;
  }

  .ready__text br:nth-child(1) {
    display: none;
  }

  .ready__text br:nth-child(2) {
    display: inherit;
  }
}
/* Конец 17 экран */

/* Подвал */
.footer {
  margin: 140px 0 40px;
}

@media only screen and (max-width: 767px) {
  .footer {
    margin: 100px 0 32px;
  }
}

.footer__wrapper {
  padding: 40px;
  background-color: #F7F9FC;
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .footer__wrapper {
    padding: 40px 20px;
  }
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;

  max-width: 980px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .footer__top {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer__menu {
  margin-left: 64px;
}

.footer .nav__list {
  gap: 32px;
}

.footer .nav__link {
  font-size: 20px;
  font-weight: 500;
}

.footer__contacts {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .footer__contacts {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }
}

.footer__contacts  > * + * {
  margin-left: 24px;
}

@media only screen and (max-width: 767px) {
  .footer__contacts > * + * {
    margin-left: 0;
    margin-top: 24px;
  }
}

.contact__link {
  display: flex;
  align-items: center;

  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--primary);
}

.contact__link span {
  margin-left: 8px;
}

.contact__link svg {
  width: 24px;
  height: 24px;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;

  max-width: 980px;
  margin: 40px auto 0;
  color: var(--primary);
}

@media only screen and (max-width: 767px) {
  .footer__bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 48px;
  }
}

.footer__copy {
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (max-width: 767px) {
  .footer__copy {
    margin-top: 40px;
  }
}

.footer__copy p:nth-child(1) {
  margin-bottom: 8px;
}

.footer__links {
  font-size: 16px;
  line-height: 24px;
}

.footer__links a {
  display: block;
  color: var(--primary);
  transition: all .3s;
}

.footer__links a + a {
  margin-top: 8px;
}

.footer__links a:hover {
  color: var(--secondary);
}