@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;
}

* {
  -webkit-tap-highlight-color: transparent;
}

:root {
  --primary: #292a43;
  --secondary: #4b24e4;
  --green: #089c70;
  --blue: #4758c5;
  --purple7: #9d3cdf;
  --purple5: #7968f8;
  --gray8: #8a94ae;
  --gray9: #4a5368;
  --gap: clamp(1.25rem, -0.98rem + 4.64vw, 2.5rem);

  --padding-top: clamp(2.5rem, 0.286rem + 4.62vw, 3.75rem);
  --margin-top: clamp(5rem, 0.539rem + 9.28vw, 7.5rem);
}

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

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -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;
}

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

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

.container--small {
  max-width: 780px;
}

@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,
.tutor-page__title {
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -0.4px;
}

@media only screen and (max-width: 767px) {
  h2,
  .tutor-page__title {
    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;
}

.btn-copy {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(213, 217, 224);
}

.btn-copy span {
  font-size: 14px;
  color: rgb(106, 110, 119);
}

.btn-copy__svg {
  background-color: rgb(106, 110, 119);
  width: 14px;
  height: 14px;
}

#breadcrumbs {
  max-width: 100%;
  width: 100%;
}

#breadcrumbs span,
#breadcrumbs span a {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #346ddb;
  transition: all 0.25s ease;
  white-space: nowrap;
}

#breadcrumbs > span {
  color: rgb(121, 133, 155);
}

#breadcrumbs > span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

#breadcrumbs span a:hover {
  color: rgb(24, 29, 38);
  border-bottom: 1px solid rgb(24, 29, 38);
}

@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;
}

.pacifico-purple {
  background-color: var(--purple7);
  background-image: linear-gradient(90deg, #9d3cdf 0%, #9d3cdf 100%);
}

.pacifico-green {
  -webkit-text-fill-color: unset;
  background-color: unset;
  background-image: unset;
  color: var(--green);
}

.pacifico-blue {
  -webkit-text-fill-color: unset;
  background-color: unset;
  background-image: unset;
  color: var(--blue);
}

@media only screen and (max-width: 400px) {
  .pacifico-green {
    display: block;
    line-height: 1.5;
  }
}

.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;
}

.header__menu .nav__list {
  gap: 4px;
}

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

/* Hide WordPress menu classes */
.menu,
.menu-item,
.menu-item-has-children,
#menu-primary,
#menu-mobile {
  all: unset;
}

.nav__item {
  position: relative;
}

.nav__item--dropdown,
.nav__item {
  position: relative;
  margin-left: 0;
}

.nav__link {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary);
  padding: 12px;
  position: relative;
  background-color: transparent;
  border-radius: 12px;

  transition: all 0.3s ease;
}

.nav__link:hover,
.nav__link.active {
  background-color: #f7f9fc;
}

.nav__item--dropdown > .nav__link::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 6px;
  box-sizing: border-box;

  background-image: url("../img/arrow-down.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;

  margin-left: 8px;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

.nav__item--dropdown > .nav__link.active::after {
  transform: rotate(180deg);
}

.nav__link:hover {
  color: #292a43;
}

.nav__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 100;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.nav__item--dropdown:last-child .nav__submenu {
  right: 0;
  left: auto;
}

.nav__submenu-inner {
  margin-top: 4px;
  border-radius: 20px;
  padding: 16px 40px;
  box-shadow: 0 1px 1px 1px rgba(146, 156, 196, 0.24),
    0 0 6px 0 rgba(146, 156, 196, 0.02);
  background: #fff;
}

.nav__submenu::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  height: 4px;
  background: transparent;
}

.nav__submenu-link {
  display: block;
  color: #292a43;
  transition: all 0.2s ease;
}

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

@media only screen and (min-width: 1170px) {
  .nav__item--dropdown:hover .nav__submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav__item--dropdown:hover > .nav__link::after {
    transform: rotate(180deg);
  }

  .nav__submenu {
    /*width: min(60vw, 720px);*/
    /*box-sizing: border-box;*/
  }

  .nav__submenu-inner {
    display: grid;
    /*grid-auto-flow: column;
    grid-auto-columns: min-content;
    grid-template-rows: repeat(3, 1fr);*/
    column-gap: 16px;
    row-gap: 16px;
  }

  /*.nav__item--dropdown:last-child .nav__submenu-inner {
    grid-auto-columns: 1fr;
  }*/

  .nav__submenu-inner:not(:has(.nav__submenu-link:nth-child(3))) {
    grid-template-rows: repeat(2, 1fr);
  }

  .nav__submenu-inner:not(:has(.nav__submenu-link:nth-child(2))) {
    grid-template-rows: repeat(1, 1fr);
  }

  .nav__submenu-link {
    white-space: nowrap;
  }

  .nav__item--dropdown:last-child .nav__submenu-link {
    min-width: 160px;
  }
}

.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%;
  max-height: calc(100vh - 76px);
  padding: 0 24px 24px;
  background-color: #fff;
  border-radius: 0 0 24px 24px;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  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;
  overflow-y: auto;
}

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

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

.header__menu--mobile .nav__item {
  width: 100%;
}

.header__menu--mobile .nav__item--dropdown {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.header__menu--mobile .nav__link {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;

  background-color: transparent !important;
}

.header__menu--mobile .nav__item--dropdown > .nav__link::after {
  margin-left: auto;
  margin-right: 0;
}

.header__menu--mobile > .nav__list > .nav__item:not(:last-child) {
  border-bottom: 1px solid #bdc5db;
}

.header__menu--mobile > .nav__list > .nav__item {
  padding: 8px 0;
  margin: 0;
}

.header__menu--mobile .nav__item--dropdown.active > .nav__link::after {
  transform: rotate(180deg);
}

.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 .nav__submenu {
  padding: 0;
  position: static;
  box-shadow: none;
  margin-top: 0;
  background-color: transparent;
  display: grid;
  grid-template-rows: 0fr;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: grid-template-rows 0.35s ease, margin-top 0.35s ease;
}

.header__menu--mobile .nav__submenu-inner {
  overflow: hidden;
  padding: 0;
  min-height: 0;
  box-shadow: unset;
  border-radius: 0;
  pointer-events: auto;
}

.header__menu--mobile .nav__item--dropdown.active .nav__submenu {
  grid-template-rows: 1fr;
  margin-top: 8px;
}

.header__menu--mobile .nav__submenu-link {
  padding: 8px 0;
  font-size: 14px;
  background-color: transparent;
  pointer-events: auto;
  cursor: pointer;
}

.header__menu--mobile .nav__submenu-link:hover {
  background-color: transparent;
  color: var(--secondary);
}

.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: 100vmax;
  overflow: hidden;
}

body.mobile-menu--open:before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 19;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.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;
  justify-content: space-between;
  gap: 0 20px;
}

@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--full {
  max-width: 100%;
}

.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__description--full {
    max-width: 100%;
  }
}

.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: 769px) {
  .welcome__img--full {
    max-width: 100%;
  }
}

@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 0.5s;
}

.unite__text {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  opacity: 0;
  transition: all 0.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;
    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 !important;
  }
}

.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;
}

.tarif-page .start {
  margin-top: var(--margin-top);
}

.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;
}

.tarif-page .tariffs {
  background-position: 50% calc(50% + 100px);
  padding-bottom: 0 !important;
}

@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;
  margin-top: 20px;
}

.tariffs__item p + .tariffs__priceWrapper {
  margin: 0;
}

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

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

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

.tariffs__item .btn {
  margin-top: auto;
  flex-direction: column;
}

.btn-margin {
  margin-bottom: 24px;
}
/* Конец 14 экран */

/* Teacher Counter */
.teacher-counter {
  display: flex;
  align-items: center;
  gap: 16px;
}

.teacher-counter__label {
  font-size: 16px;
  line-height: 24px;
  color: var(--primary);
}

.teacher-counter__controls {
  display: flex;
  align-items: center;
  box-shadow: 0 4px 20px 0 rgba(41, 42, 67, 0.1);
  background: #fff;
  border-radius: 100px;
  padding: 2px 8px;
  overflow: hidden;
}

.teacher-counter__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  background-color: transparent;
  padding: 0;
  height: 16px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.teacher-counter__value {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 35px;
  height: 28px;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary);
  background-color: #fff;
}

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

  .teacher-counter__controls {
    align-self: flex-start;
  }
}

/* 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 0.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 0.3s;
}

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

.accordion__title svg {
  flex: none;
  margin-left: 48px;
  transition: all 0.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;
}

.ready__info {
  margin-top: 40px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

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

  .ready__desc br,
  .ready__info {
    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;
  }
}

@media only screen and (max-width: 400px) {
  .footer {
    margin: 80px 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 0.3s;
}

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

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

/* page template */
h1.page-wrap__title {
  text-align: left;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -0.4px;
}

.page-wrap__content {
  margin-top: 40px;
}

h2.wp-block-heading,
h3.wp-block-heading {
  text-align: left;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.32px;
  margin-bottom: 24px;
}

h3.wp-block-heading {
  font-size: 24px;
}

.page-wrap__content p {
  line-height: 24px;
  margin-bottom: 24px;
}

.wp-block-table {
  margin: 0;
}

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

  .page-wrap__content {
    margin-top: 24px;
  }

  h2.wp-block-heading {
    font-size: 20px;
    line-height: 28px;
  }

  h3.wp-block-heading {
    font-size: 18px;
    line-height: 24px;
  }

  .page-wrap__content p {
    margin-bottom: 16px;
  }
}

/* start webinar */
.webinar-header {
  position: relative;
  margin-top: 34px;
}

.webinar-header__img {
  position: relative;
  margin: 0 auto 64px;
  width: 120px;
  height: 120px;
}

.webinar-header__img-logo-background {
  filter: blur(40px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 24px;
  background: linear-gradient(270deg, #4a65ff, #b9f);
  z-index: 0;
}

.webinar-header__img-logo-background-blue {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 24px;
  background: linear-gradient(270deg, #4a65ff, #b9f);
  z-index: 0;
}

.webinar-header__img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.webinar-header__title {
  font-size: 86px;
  line-height: 1.27;
  font-weight: 600;
  text-align: center;
}

.webinar-header__title span {
  background-color: #6045ea;
  background-image: linear-gradient(282.08deg, #4a65ff 10.82%, #b9f 91.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.webinar-archive__list {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding-bottom: 10px;
  position: relative;
}

.webinar-archive:before {
  content: "";
  display: block;
  width: 1312px;
  height: 1054px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -912px;
  z-index: 1;
  background-image: url("../img/webinar/spot1.svg");
  background-size: cover;
}

.webinar-item {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(41, 42, 67, 0.102);
  z-index: 2;
  position: relative;
}

.webinar-item__media {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 524px;
  height: auto;
  margin-left: 40px;
  padding: 24px;
  background-image: url("../img/webinar/webinar-img-bg@2.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 24px;
}

.webinar-item__header,
.webinar-item__time-box {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.webinar-item__tag {
  padding: 4px 16px;
  border-radius: 16px;
  color: #fff;
  font-weight: 500;
  flex: none;
  background-color: #4758c5;
  font-size: 14px;
  line-height: 20px;
}

.webinar-item__time,
.webinar-item__date {
  display: flex;
  align-items: center;
  gap: 8px;
}

.webinar-item__title {
  margin: 24px 0;
}

.webinar-item__title h2 {
  text-align: left;
  font-size: 32px;
  line-height: 1.38;
  margin: 0;
  font-weight: 600;
  font-style: normal;
}

.webinar-item__content {
  margin: 24px 0;
}

.webinar-item__content p {
  font-size: 18px;
  line-height: 1.55;
  white-space: pre-line;
  margin-top: 24px;
  margin-bottom: 24px;
}

.webinar-item__content p:first-child {
  margin-top: 0;
}

.webinar-item__content p:last-child {
  margin-bottom: 0;
}

.webinar-item__content p:empty {
  display: none;
}

.webinar-item__content p {
  margin: 24px 0;
}

.webinar-item__speakers {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.webinar-item__speaker {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.webinar-item__speaker-name {
  display: block;
  font-weight: 500;
}

.webinar-item__speaker-position {
  display: block;
}

.webinar-item__speaker-img {
  position: inherit;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  width: 48px;
  height: 48px;
}

.webinar-item__content .wp-block-list {
  padding-left: 15px;
}

.webinar-item__content .wp-block-list li {
  list-style-type: "– ";
}

/* pagination */
.pagination {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.pagination__list {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pagination__item a,
.pagination__item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid #e2e6ef;
  color: var(--primary);
  background-color: #fff;
}

.pagination__item a:hover {
  color: #fff;
  background: var(--secondary);
  border-color: var(--secondary);
}

.pagination__item.is-current span {
  color: #fff;
  background: var(--primary);
  border-color: var(--primary);
}

.pagination__item .dots {
  border: none;
  background: transparent;
}

.btn-mobile-webinar {
  display: none;
}

a.btn-main-seminar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

/* contact page */
.section-top {
  padding-top: var(--padding-top);
}

.hero-body {
  text-align: center;
}

.hero__title {
  margin-bottom: 15px;
}

.girl-icon {
  position: relative;
  z-index: 1;
  width: 126px;
  height: 126px;
  margin-left: 40px;
  margin-bottom: -16px;
}

.tools__title {
  position: relative;
  width: fit-content;
  margin: 0 auto;

  img {
    position: absolute;
    right: -45px;
    top: -65px;
    transform: rotate(34.5deg);

    width: 71px;
    height: 64px;
  }
}

.tools__title-mini {
  width: fit-content !important;
}

.tools__title-mini img {
  width: 51px;
  height: 46px;
  top: -43px;
  right: -51px;
}

.hero-arrow-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 40px;
}

.hero-arrow-bottom svg {
  animation: startArrowSlide 1.5s infinite ease-in-out;
}

.announcement__wrapper-inner,
.announcement__wrapper {
  position: relative;
  z-index: 1;
}

.announcement__wrapper-inner .girl-icon {
  position: absolute;
  top: -116px;
  left: 40px;
  z-index: 1;
  margin: 0;
}

.contact-page .announcement__title svg {
  margin: 0;
}

.announcement__text {
  padding-top: 15px;
}

.contact-page .announcement__list {
  justify-content: flex-start;
}

.contact-page .announcement__item {
  flex-direction: row !important;
  justify-content: flex-start;
}

.contact-page .announcement__item,
.contact-page .announcement__title {
  gap: 8px;
}

.contact-page .announcement__item:hover {
  color: var(--primary);

  transform: rotate(-0.8deg);
}

@media only screen and (max-width: 767px) {
  .tools__title {
    img {
      width: 30px;
      height: 30px;
      top: -27px;
      right: -7px;
    }
  }

  .tools__title {
    width: 200px;
  }
}
/* end contact page */

/* start reviews page */
.reviews-page .reviews__list {
  padding: 0;
  margin: 0;
  list-style: none;

  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

.reviews-page .reviews__list {
  padding-bottom: 10px;
}

.reviews-page .reviews__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: var(--gap);

  box-shadow: 0 4px 20px 0 rgba(41, 42, 67, 0.1);
  border-radius: 24px;
  padding: var(--gap);
}

.reviews-page .reviews__item-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.reviews-page .reviews__item__tag {
  border-radius: 48px;
  padding: 4px 16px;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  background: #9d3cdf;
}

.reviews-page .reviews__item:nth-child(even) .reviews__item__tag {
  background: #089c70;
}

.reviews-page .reviews__item-text-text {
  font-style: italic;
  color: #292a43;
  margin: 24px 0;
  max-width: 789px;
}

.reviews-page .reviews__item-author-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
  color: #292a43;
  display: block;
  margin-bottom: 3px;
}

.reviews-page .reviews__item-author-position {
  display: block;
  color: #4a5368;
}

.reviews-page .reviews__item-img {
  border-radius: 20px;
  aspect-ratio: 1 / 1;
  width: 224px;
  height: 224px;
}

.reviews-page .ready,
.shool-meleto-page .ready,
.bonus-meleto-page .ready,
.tarif-page .ready,
.tutor-page .ready {
  background: #7968f8;
}
/* end reviews page */

/* start shool-meleto page */
.section {
  margin-top: var(--margin-top);
}

.shool-meleto-page
  .announcement__title
  svg
  .bonus-meleto-page
  .announcement__title
  svg {
  margin: 0;
}

.shool-meleto-page .announcement__title,
.bonus-meleto-page .announcement__title {
  gap: 8px;
  justify-content: flex-start !important;
}

.shool-meleto-page .announcement__list,
.bonus-meleto-page .announcement__list {
  justify-content: flex-start;
}

.shool-meleto-page .announcement__item,
.bonus-meleto-page .announcement__item {
  width: 100%;
  text-align: left !important;
}

.shool-meleto-page .welcome__description {
  max-width: 520px;
}
/* end shool-meleto page */

/* bonus-meleto-page */
.bonus-item {
  flex-direction: column;
  align-items: flex-start;
}

.bonus-item__tag {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #fff;
  padding: 4px 16px;
  border-radius: 48px;
}

.bonus-item__tag-blue {
  background: #1463ff;
}

.bonus-item__tag-green {
  background: #089c70;
}

.bonus-item__tag-purple {
  background: #4758c5;
}

.bonus-item__list {
  padding-left: 20px;
  margin: 16px 0;
}

/* tarif-page */
.tarif-page__title {
  font-size: 41px;
}

.why-we-meleto {
  --padding-section: 60px;

  margin-top: calc(var(--margin-top) - var(--padding-section));
  padding-top: var(--padding-section);

  background-image: url(../img/announcement-icon-bg.svg);
  background-position: top center;
  background-repeat: no-repeat;
}

.why-we-meleto__title {
  text-align: center;
}

.why-we-meleto__description {
  max-width: 876px;
  margin: 0 auto;
  margin-top: 16px;
  display: block;
  text-align: center;
}

.why-we-meleto__list {
  padding: 0;
  margin: 0;
  margin-top: 40px;
  list-style: none;

  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.why-we-meleto__item {
  text-align: center;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 4px 20px 0 rgba(41, 42, 67, 0.1);
}

.why-we-meleto__item__title {
  margin-top: 12px;
  display: block;
}

.tools-shool {
  margin-top: calc(clamp(9.375rem, 8.26rem + 2.32vw, 10rem) - 40px);
  padding-top: 40px;

  background-image: url(../img/tarif/bg-section.png);
  background-position: top center;
  background-repeat: no-repeat;
}

.tools-shool__title--custom {
  font-family: "Pacifico";
  -webkit-text-fill-color: transparent;
  /*background-color: var(--secondary);*/
  background-image: linear-gradient(90deg, #4008d0 0%, #4008d0 100%);
}

.tools-shool__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 40px;
  display: grid;

  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.tools-shool__item {
  border-radius: 20px;
  padding: var(--gap);
  box-shadow: 0 4px 20px 0 rgba(41, 42, 67, 0.1);
}

.tools-shool__item--ellow {
  background: #fbf6b6;
}

.tools-shool__item--orange {
  background: #f8cfb8;
}

.tools-shool__item--green {
  background: #cefbb5;
}

.tools-shool__item--blue {
  background: #b8dcf8;
}

.tools-shool__item__title {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: #292a43;
  margin-bottom: 8px;
}

.tools-shool__item__description {
  letter-spacing: 0.02em;
  color: #292a43;
}

.tools-shool__footer {
  max-width: 330px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}

a.tools-shool__btn {
  display: flex;
  max-width: 280px;
  width: 100%;
  justify-content: center;
}

.start-sale {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.tariffs__desc {
  display: block;
  margin: 16px 0 40px;
}

.tarif-page .tariffs {
  padding-top: var(--margin-top);
}

/* tutor-page */
.tariffs {
  padding-top: var(--padding-top);
}

.tutor-ready {
  --padding-section: 60px;
  margin-top: calc(var(--margin-top) - var(--padding-section));
  padding-top: var(--padding-section);
  background-image: url(../img/announcement-icon-bg.svg);
  background-position: top center;
  background-repeat: no-repeat;
}

.tutor-ready__container {
  text-align: center;
}

.tutor-ready__btn {
  max-width: 340px;
  margin: 0 auto;
}

.tutor-ready__desc {
  margin: 16px auto 40px;
}

.tutor-ready__info {
  margin-top: 12px;
  font-weight: 500;
}

.tutor-base {
  margin-top: var(--margin-top);
}

.tutor-base__title {
  margin-bottom: 40px;
}

.tutor-table {
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 4px 20px 0 rgba(41, 42, 67, 0.1);
}

.tutor-table__btn {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tutor-table__btn span {
  font-weight: 700;
  color: #4a5368;
  font-size: 16px;
}

.tutor-table__toggle {
  position: relative;
  display: inline-block;
  width: 28px;
  min-width: 28px;
  height: 16px;
  cursor: pointer;
}

.tutor-table__toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.tutor-table__toggle-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e9ebf4;
  border-radius: 34px;
  transition: 0.3s;
}

.tutor-table__toggle-slider::before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  border-radius: 50%;
  transition: 0.3s;
}

.tutor-table__toggle input:checked + .tutor-table__toggle-slider {
  background-color: #6045ea;
}

.tutor-table__toggle input:checked + .tutor-table__toggle-slider::before {
  transform: translateX(12px);
}

.tutor-table__row[data-same="true"] {
  display: flex;
}

.tutor-table__row[data-same="true"].hidden {
  display: none;
}

.tutor-table__main-info {
  font-weight: 700;
  font-size: clamp(1rem, 0.554rem + 0.93vw, 1.25rem);
  color: #6045ea;

  display: flex;
  align-items: center;
}

.base-icon {
  display: inline-flex;
  margin-left: 8px;
  background: #eaf6f2;
  border-radius: 12px;
  padding: 4px;
  width: 24px;
  height: 24px;
}

.tutor-table__main-price {
  font-weight: 700;
  font-size: clamp(1rem, 0.554rem + 0.93vw, 1.25rem);
  line-height: 140%;
  color: #292a43;
  margin-top: 8px;
}

.tutor-table__main-price span {
  font-weight: 500;
  line-height: 125%;
  color: #8a94ae;
}

.tutor-table__row {
  display: flex;
  align-items: center;
}

.tutor-table__row:not(:first-child, :last-child) {
  border-bottom: 1px solid #e9ebf4;
}

.tutor-table__header {
  min-height: 104px;
}

.tutor-table__column {
  display: flex;
  align-items: center;
  flex-basis: 200px;
  padding: 14px 0;
  gap: 8px;
}

.tutor-table__column .tutor-table__base,
.tutor-table__column .tutor-table__pro {
  font-size: 14px;
  line-height: 143%;
  color: #292a43;
}

.tutor-table__column-title {
  justify-content: space-between;
}

.tutor-table__column-title span {
  font-size: 14px;
  line-height: 143%;
  color: #8a94ae;
}

.tutor-table__column:nth-child(2) {
  margin-right: 40px;
}

.tutor-table__column:first-child {
  flex-basis: 347px;
  margin-right: 120px;
  padding-left: 24px;
}

.tutor-table__icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.tutor-table__tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 16px;
  background: #292a43;
  color: #ffffff;
  font-size: 14px;
  line-height: 143%;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 100;
  width: 225px;
}

.tutor-table__tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #292a43 transparent transparent transparent;
}

.tutor-table__icon-wrapper:hover .tutor-table__tooltip {
  opacity: 1;
  visibility: visible;
}

.tutor-table__btn-wrapper {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}

.tutor-table__btn-wrapper svg {
  margin-left: -28px;
}

.tutor-table__btn-wrapper a {
  white-space: nowrap;
}

.banner-social {
  margin-top: var(--margin-top);
}

.banner-social__container {
  background: #f4f9ff;
  border-radius: 20px;
  padding: var(--gap);

  display: flex;
  flex-wrap: wrap;
}

.banner-social__body {
  flex: 1;
}

.banner-social__img {
  flex-basis: 316px;
}

.banner-social__links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.banner-social__title {
  text-align: left;
  font-weight: 500;
  font-size: 24px;
  line-height: 158%;
  color: #292a43;
  margin-bottom: 12px;
}

.banner-social__desc {
  margin-bottom: 6px;
}

.anner-social__list {
  padding-left: 20px;
}

.anner-social__list li:not(:last-child) {
  margin-bottom: 8px;
}

.banner-social__link {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  padding: 20px;
  flex-basis: 280px;

  box-shadow: 0 1px 1px 1px rgba(146, 156, 196, 0.24),
    0 0 6px 0 rgba(146, 156, 196, 0.02);
  background: #fff;

  font-weight: 500;
  color: #292a43 !important;

  transition: all 0.3s ease;
}

.banner-social__link:hover {
  transform: rotate(-0.8deg);
}

/* works page */
.tutor-page__box {
  text-align: center;
}

.webinar-header__desc {
  display: block;
  max-width: 658px;
  margin: 16px auto 8px;
}

.webinar-header__subtitle {
  font-family: "Pacifico";
  line-height: 1;
  color: #4758c5;
}

.tutor-page__box span {
  font-family: "Pacifico";
  background-color: var(--secondary);
  background-image: linear-gradient(90deg, #4008d0 0%, #4008d0 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.meeting {
  margin-top: clamp(4rem, 2.216rem + 3.71vw, 5rem);
}

.meeting__arrow {
  margin-bottom: 40px;
}

.meeting__container {
  text-align: center;
}

.meeting__desc {
  margin-top: 16px;
}

.meeting__desc a {
  color: #9d3cdf;
}

.meeting__grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 1040px) {
  .meeting__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .meeting__grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .dn-md {
    display: none;
  }
}

.meeting-column__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  text-align: center;
  color: #292a43;
}

.meeting-column__info {
  display: block;
  text-align: center;
  color: #292a43;

  max-width: 336px;
  margin: 4px auto 8px;
}

.meeting-column__item {
  display: block;
  height: clamp(10.625rem, 7.28rem + 6.96vw, 12.5rem);
  border-radius: 16px;

  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.meeting-column:nth-child(1) .meeting-column__item {
  background-image: url("../img/works/bg-image-1.png");
}

.meeting-column:nth-child(2) .meeting-column__item {
  background-image: url("../img/works/bg-image-2.png");
}

.meeting-column:nth-child(3) .meeting-column__item {
  background-image: url("../img/works/bg-image-3.png");
}

@media (max-width: 1279.8px) {
  .webinar-header__img {
    width: 60px;
    height: 60px;
    margin: 0 auto 40px;
  }

  .webinar-header__img-logo-background,
  .webinar-header__img-logo-background-blue {
    border-radius: 12px;
  }

  .webinar-header__title {
    font-size: 32px;
    line-height: 1.37;
  }

  .webinar-archive__list {
    margin-top: 40px;
    gap: 40px;
  }

  .webinar-item {
    flex-direction: column;
    padding: 24px;
  }

  .webinar-item__footer {
    display: none;
  }

  .btn-mobile-webinar {
    display: block;
  }

  .webinar-item__media {
    display: inherit;
    max-width: 524px;
    margin-bottom: 24px;
    margin-left: 0;
  }
}

@media (max-width: 959.8px) {
  .webinar-header {
    margin-top: 20px;
  }

  .tutor-page .webinar-header {
    margin-top: 52px;
  }

  .webinar-item__header,
  .webinar-item__time-box {
    gap: 16px;
  }

  .webinar-item__title h2 {
    font-size: 16px;
    line-height: 1.5;
  }

  .webinar-item__content p {
    font-size: 16px;
    line-height: 1.5;
    margin: 16px 0;
  }

  .reviews-page .tools__title-mini {
    max-width: 335px;
  }

  .reviews-page .tools__title-mini img {
    right: -15px;
  }

  .reviews-page .hero__title {
    font-size: 28px;
  }

  .tutor-table__row {
    flex-wrap: wrap;
    padding: 16px 0;
  }

  .tutor-table__row:last-child {
    padding-bottom: 0;
  }

  .tutor-table__column {
    flex-basis: calc(50% - 55px / 2);
    padding: 4px 0;
  }

  .tutor-table__column:nth-child(2) {
    margin-right: 55px;
  }

  .tutor-table__column:first-child {
    flex: 1;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    min-width: 100%;
    margin: 0;
  }

  .tutor-table__header .tutor-table__column:first-child {
    order: 1;
    border-bottom: 1px solid #e9ebf4;
    border-top: 1px solid #e9ebf4;
    justify-content: center;

    padding: 12px 0;
    margin-bottom: 12px;
  }

  .tutor-table__header {
    padding: 0;
  }

  .tutor-table__header .tutor-table__base,
  .tutor-table__header .tutor-table__pro {
    padding-bottom: 12px;
  }

  .tutor-table__tooltip {
    left: unset;
    transform: unset;
    right: 0;
  }

  .tutor-table__tooltip::after {
    display: none;
  }
}

@media (max-width: 767.8px) {
  .webinar-item__media {
    width: auto;
    max-width: 100%;
  }

  a.btn-main-seminar {
    height: 48px;
    padding: 0 24px;
    width: 100%;
  }

  .contact-page .announcement__title {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-page .announcement__wrapper {
    padding: 20px;
  }

  .hero-arrow-bottom {
    margin-bottom: 140px;
  }

  .announcement__wrapper-inner .girl-icon {
    width: 84px;
    height: 84px;
    top: -74px;
    left: 25px;
  }

  .tools__title-mini img {
    width: 41px;
    height: 37px;
    top: -30px;
    right: -41px;
  }

  .section-top {
    overflow: hidden;
  }

  .reviews-page .reviews__item {
    flex-direction: column;
  }

  .reviews-page .reviews__item-text-text {
    margin: 16px 0;
  }

  .reviews-page .reviews__item-img {
    width: 140px;
    height: 140px;
  }

  .shool-meleto-page .announcement__title,
  .bonus-meleto-page .announcement__title {
    flex-direction: column;
    align-items: flex-start;
  }

  .welcome__img--board {
    background: none;
    width: auto;
    margin-top: 40px;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .tools-shool__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .start-sale {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .tutor-ready__info br {
    display: none;
  }

  .tutor-table__btn {
    flex-direction: row-reverse;
    gap: 8px;
  }

  .tutor-table__btn-wrapper svg {
    margin-left: 0;
  }

  .tutor-table__btn-wrapper {
    align-items: center;
  }

  .banner-social__img {
    flex-basis: 100%;
    text-align: center;
    order: 1;
  }

  .banner-social__img img {
    width: 100%;
  }

  .banner-social__link {
    flex-basis: 100%;
  }

  .banner-social__links {
    margin-bottom: 40px;
  }

  .webinar-header__img-logo-background {
    filter: blur(26px);
  }
}
