@font-face {
  font-family: Circe;
  src: url('../fonts/Circe-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Circe;
  src: url('../fonts/Circe-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #0d1d4a;
  --grey-line: #e3e8f2;
  --hover--violet: #6435a5;
  --white: white;
  --button--violet: #7d2aeb;
  --background--grey: #f7f8fb;
  --meduim: #93a1c8;
  --black-lite8: #0d1d4acc;
  --shadow: #93a1c840;
  --black-lite7: #0d1d4ab3;
  --background--violet: #f2eafd;
  --background--pink: #feeff8;
  --border: #bd5cf8;
  --background--input: #f1f4f9;
}

.body {
  color: var(--black);
  cursor: default;
  font-family: Circe, Arial, sans-serif;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3rem 2.4rem;
  display: flex;
}

.section.borders {
  border-top: 1px solid var(--grey-line);
  border-bottom: 1px solid var(--grey-line);
  margin-bottom: 3rem;
  padding-top: 0;
  padding-bottom: 0;
}

.section.borders.margin {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.section.no-padding {
  padding: 0;
  overflow: hidden;
}

.section.no-padding.padding-top-but {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section.no-margin {
  max-width: 100%;
}

.section.padding-bord {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.navbar {
  border-bottom: 1px solid var(--grey-line);
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.2rem;
  display: flex;
}

.logo-avtor {
  width: 8.25rem;
  padding-left: 0;
}

.conteiner-navbar {
  justify-content: space-between;
  align-items: center;
  width: 62rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button {
  text-align: center;
  cursor: pointer;
  border-radius: .6rem;
  padding: .75rem 1rem;
  font-weight: 700;
}

.button.mini {
  padding-top: .65rem;
  padding-bottom: .65rem;
}

.button.mini.none-mobile:hover {
  color: var(--hover--violet);
}

.button.color-black {
  background-color: var(--black);
  color: var(--white);
}

.button.color-black.margin {
  margin-top: 1.2rem;
}

.button.color-black.margin.flex {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.color-black.margin.left {
  margin-left: 1.4rem;
}

.button.color-black.marg-top {
  margin-top: 1rem;
}

.button.color-black.marg-top.flex {
  margin-top: 1.2rem;
  text-decoration: none;
  display: flex;
}

.button.color-violet {
  background-color: var(--button--violet);
}

.button.color-violet:hover {
  background-color: var(--hover--violet);
}

.button.color-violet.width {
  width: 50%;
}

.button.color-violet.margin-top {
  margin-top: 2.4rem;
}

.nav-menu {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.conteiner-content {
  justify-content: space-between;
  align-items: flex-start;
  width: 95.5%;
  max-width: 62rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
}

.form-block {
  background-color: var(--background--grey);
  border-radius: 2rem;
  width: 60%;
  margin-bottom: 0;
  padding: 3rem;
}

.h1 {
  margin-top: 0;
  margin-bottom: .8rem;
  font-size: 2.7rem;
  line-height: 3rem;
}

.text.mini {
  color: var(--meduim);
  font-size: .7rem;
  line-height: .9rem;
}

.text.mini.color-pink {
  color: var(--button--violet);
}

.text.mini.color-bold {
  color: var(--black);
  font-weight: 700;
}

.text.color8 {
  color: var(--black-lite8);
}

.text.color8.margin-top {
  margin-top: .4rem;
}

.text.color8.margin-top.center {
  text-align: center;
}

.text.color8.size {
  font-size: .9rem;
}

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

.text.bold.margin {
  justify-content: center;
  align-items: center;
  margin-left: .2rem;
  margin-right: .6rem;
}

.text.bold.sizemin {
  font-size: .9rem;
}

.text.center-des {
  text-align: center;
}

.text.midle {
  font-size: .9rem;
  line-height: 1.15rem;
}

.text.midle.color {
  color: var(--meduim);
}

.text.marg-but {
  margin-bottom: 1.6rem;
}

.text.marg-left {
  margin-left: 1.4rem;
}

.text.size {
  font-size: .9rem;
}

.text.size.color {
  color: var(--meduim);
}

.form {
  margin-top: 1.2rem;
  margin-bottom: 1.6rem;
  margin-right: 1rem;
}

.input {
  box-shadow: 0 15px 45px 0 var(--shadow);
  cursor: text;
  border: 0 solid #000;
  border-radius: .6rem;
  width: 100%;
  max-width: 30.1rem;
  height: 2.7rem;
  margin-bottom: .75rem;
  padding: .85rem .8rem .8rem;
}

.input::placeholder {
  color: var(--black-lite7);
  font-size: .95rem;
  line-height: 1.1rem;
}

.input.height {
  height: 4.5rem;
  min-height: 4.5rem;
  max-height: 4.5rem;
}

.input.height::placeholder {
  font-size: .95rem;
  line-height: 1.1rem;
}

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

.text-link {
  color: var(--meduim);
  cursor: pointer;
}

.conteiner-ecsperts {
  flex-flow: column;
  justify-content: space-between;
  width: 36%;
  display: flex;
  position: relative;
}

.conteiner {
  width: 100%;
  max-width: 62rem;
}

.conteiner.grid {
  grid-column-gap: 1.65rem;
  grid-row-gap: 1.65rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  display: flex;
}

.conteiner.violet {
  background-color: var(--background--violet);
  border-radius: 2rem;
  justify-content: space-between;
  align-items: center;
  padding: 3.2rem;
  display: flex;
  position: relative;
}

.conteiner.center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.conteiner.center.size {
  max-width: 40rem;
}

.conteiner.grey {
  background-color: var(--background--grey);
  border-radius: 2rem;
  justify-content: space-between;
  align-items: center;
  padding: 3.2rem;
  display: flex;
}

.conteiner.flex {
  justify-content: space-between;
  align-items: center;
  margin: 1.2rem 2.4rem;
  display: flex;
}

.conteiner.pink {
  background-color: var(--background--pink);
  border-radius: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 3.2rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  display: flex;
}

.achievement-card {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 2.4rem;
}

.h3.margin {
  margin-bottom: .6rem;
}

.h3.margin2 {
  margin-bottom: 1.6rem;
}

.line {
  background-color: var(--grey-line);
  width: 1px;
  height: 3.3rem;
}

.div-conteiner {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.star {
  width: 1.6rem;
  margin-right: .4rem;
}

.slider-ecsperts {
  background-color: #ddd0;
  height: auto;
  display: flex;
}

.mask, .slide {
  height: auto;
}

.ecspert {
  height: 100%;
}

.slide-nav {
  display: none;
}

.div-ecspert {
  position: relative;
}

.div-text-ecspert {
  display: none;
  position: absolute;
  inset: auto 1.6rem 1.6rem;
}

.h4 {
  margin-top: 0;
  margin-bottom: .6rem;
  font-size: 1.6rem;
  line-height: 1.75rem;
}

.h4.size {
  width: 80%;
}

.left-arrow, .right-arrow {
  display: none;
}

.conteiner-ecsperts_div-text {
  border: 1px solid var(--grey-line);
  border-radius: .6rem;
  justify-content: space-between;
  align-items: center;
  margin-top: .7rem;
  padding: .3rem;
  display: flex;
}

.conteiner-ecsperts_div-text.planshet {
  display: none;
}

.color-div {
  background-image: linear-gradient(90deg, var(--button--violet), var(--border));
  color: var(--white);
  border-radius: .4rem;
  padding: .2rem 1rem;
}

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

.image {
  max-width: 2.5rem;
  position: absolute;
  inset: auto -2.3rem 1.9rem auto;
  transform: rotate(-12deg);
}

.h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: .8rem;
  font-size: 2.8rem;
  line-height: 3rem;
}

.h2.margin {
  margin-bottom: .8rem;
}

.h2.margin.size {
  text-align: center;
  width: 50.9444%;
}

.h2.size {
  text-align: center;
  width: 60%;
}

.h2.center {
  text-align: center;
}

.conteiner--div-video {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 1.6rem;
  display: flex;
}

.conteiner-violet_div-text {
  width: 57%;
}

.image-2 {
  max-width: 20rem;
  position: absolute;
  inset: auto 3.2rem 0% auto;
}

.text-span, .text-span-2 {
  color: var(--button--violet);
}

.conteiner-grey_div-text {
  width: 54%;
}

.foto-experts {
  max-width: 23.85rem;
  margin-left: 1rem;
}

.foto-experts.mini, .foto-experts.mobiel {
  display: none;
}

.text-span-3 {
  color: var(--button--violet);
}

.div-h2-imge {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  max-width: 7.1rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

.image-4 {
  max-width: 6.55rem;
  margin-right: 1.6rem;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-plashka {
  border: 1px solid var(--grey-line);
  border-radius: 100px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .6rem;
  display: flex;
}

.star-y {
  max-width: 1.2rem;
}

.img-logo {
  max-width: 3.6rem;
}

.img-logo.size {
  max-width: 1.25rem;
}

.conteiner-plashki {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 2.4rem;
  display: flex;
}

.desktop-review-block {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 2.4rem;
  display: flex;
}

.review-column {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  max-width: 20.1rem;
  display: flex;
}

.review {
  border: 1px solid var(--grey-line);
  border-radius: 1.2rem;
  padding: 1.2rem;
}

.stars {
  max-width: 7.6rem;
  margin-bottom: .8rem;
}

.div-user {
  justify-content: space-between;
  align-items: center;
  margin-top: .8rem;
  display: flex;
}

.foto-avtor {
  max-width: 2.4rem;
}

.div-name-date {
  margin-left: .6rem;
  margin-right: auto;
}

.social {
  max-width: 1.6rem;
  margin-top: auto;
}

.slider-reviews {
  display: none;
}

.div-block-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.block-w {
  background-color: var(--white);
  box-shadow: 0 15px 45px 0 var(--shadow);
  border-radius: 1.6rem;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.block-w.link {
  box-shadow: 0 15px 40px 0 var(--shadow);
  cursor: pointer;
  width: 9.03226%;
  max-width: 5.6rem;
  padding: 1.2rem;
}

.image-5 {
  max-height: 3.5rem;
}

.div-block-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-5.mobail {
  display: none;
}

.div-block-6 {
  width: 50%;
}

.text-span-4 {
  color: var(--button--violet);
}

.image-6 {
  max-height: 3.2rem;
}

.div-socseti {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  justify-content: center;
  align-items: center;
  margin-top: 2.4rem;
  display: flex;
}

.div-block-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 28rem;
  margin-bottom: 3.2rem;
  display: flex;
}

.div-block-9 {
  justify-content: flex-start;
  align-items: center;
  margin-top: .9rem;
  display: flex;
}

.img-ok {
  max-width: 1.4rem;
  margin-right: .9rem;
}

.image-fone {
  max-width: 22rem;
}

.card {
  background-color: var(--white);
  box-shadow: 0 15px 45px 0 var(--shadow);
  border-radius: 1.2rem;
  max-width: 9.2rem;
  padding: 1.4rem;
}

.div-block-10 {
  position: relative;
}

.image-7 {
  width: 6rem;
  position: relative;
  left: -1.9rem;
}

.div-block-11 {
  position: absolute;
  inset: -6.4rem auto auto -4.1rem;
  transform: rotate(-12deg);
}

.image-telega {
  max-width: 1.4rem;
  margin-right: .3rem;
  display: block;
}

.div-block-12 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  display: flex;
}

.div-fone {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  display: flex;
}

.h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.3rem;
}

.fone {
  color: var(--black);
  cursor: pointer;
  text-decoration: none;
}

.link-email {
  color: var(--button--violet);
  text-decoration: none;
}

.link-block {
  border: 1px solid var(--grey-line);
  cursor: pointer;
  border-radius: .25rem;
  padding: .6rem;
}

.image-8, .image-9 {
  max-width: 6.3rem;
}

.line-bord {
  background-color: var(--grey-line);
  width: 100%;
  height: 1px;
}

.image-10 {
  max-width: 24.9rem;
}

.color-grey {
  background-color: var(--background--grey);
  border-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 29.4rem;
  padding: 3rem;
  display: flex;
}

.lotties {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 23rem;
  margin-bottom: 4.2rem;
}

.lottie-animation {
  box-shadow: 0 15px 45px 0 var(--shadow);
  display: flex;
}

.lottie-animation.none {
  display: flex;
}

.div-timer-lines {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.timer-line {
  background-color: #e3e8f2;
  border-radius: 20px;
  width: 100%;
  max-width: 6rem;
  height: 4px;
}

.div-steps {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  width: 100%;
  max-width: 29.4rem;
  display: flex;
}

.card-step {
  border-radius: 1.2rem;
  padding: 1.6rem;
}

.div-block-13 {
  background-color: var(--white);
  box-shadow: 0 15px 45px 0 var(--shadow);
  border-radius: .6rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: .4rem;
  margin-left: 1.4rem;
  padding: .6rem;
  display: flex;
}

.image-11 {
  width: 1.75rem;
  margin-right: .4rem;
}

.tabs {
  width: 100%;
  margin-top: 2.4rem;
}

.tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tab-link-tab-1 {
  border-radius: 0;
}

.tab-link-tab-1.w--current {
  border: 2px solid var(--border);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 50px;
  padding: .6rem 1.2rem;
}

.tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-4, .tab-link-tab-5 {
  background-color: var(--background--input);
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 20px;
  padding: .6rem 1.2rem;
}

.tabs-content {
  width: 100%;
  margin-top: 1.6rem;
}

.slide-nav-3, .right-arrow-3, .left-arrow-3 {
  display: none;
}

.slide-2 {
  height: 100%;
}

.slider {
  background-color: #ddd0;
  height: auto;
}

.mask-3 {
  height: auto;
}

.div-expert {
  height: 100%;
}

.slider-tabs {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 2.5rem;
  margin-bottom: 1.6rem;
  display: flex;
}

.slide-nav-4, .right-arrow-4, .left-arrow-4 {
  display: none;
}

.slide-tab {
  width: auto;
  height: 100%;
  margin-right: .5rem;
}

.mask-tabs {
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.button-tab {
  background-color: var(--background--input);
  color: var(--black);
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 20px;
  height: 100%;
  padding: .6rem 1.2rem;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.1rem;
}

.button-tab.color-w {
  background-color: var(--white);
  cursor: default;
  padding-left: .25rem;
  padding-right: 1rem;
}

.slider-all-experts {
  background-color: #ddd0;
  border-top-left-radius: 0;
  width: 100%;
  height: auto;
  display: flex;
}

.mask-experts {
  width: 100%;
  height: auto;
}

.slide-experts {
  width: 24%;
  max-width: 14rem;
  height: 100%;
  margin-left: .5rem;
  margin-right: .5rem;
}

.slide-nav-5, .left-arrow-5, .right-arrow-5 {
  display: none;
}

.expert {
  border: 1px solid var(--background--input);
  border-radius: 1.2rem;
  height: 100%;
}

.expert-foto {
  border-radius: 1.2rem 1.2rem 0 0;
}

.div-block-14 {
  background-color: #fff;
  border-radius: 0 0 1.2rem 1.2rem;
  padding: 1rem;
}

.div-infa {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-infa.margin-top {
  margin-top: .4rem;
}

.div-infa.margin {
  margin-top: 1.6rem;
  margin-bottom: .4rem;
}

.icon {
  max-width: 1.2rem;
  margin-right: .4rem;
}

.slider-economica, .slider-history, .slider-psihologe, .slider-mathematic {
  background-color: #ddd0;
  height: auto;
  display: flex;
}

.slider-otzuv {
  background-color: #ddd0;
  background-image: url('../images/slide-fone.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 38rem;
  width: 100%;
  height: auto;
  margin-top: .5rem;
  display: flex;
}

.slide-nav-6 {
  display: none;
}

.mask-4 {
  width: 100%;
  max-width: 30rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 3.5rem;
  overflow: hidden;
}

.slide-3 {
  width: 100%;
  max-width: 22rem;
  height: 100%;
  margin-left: 4rem;
  margin-right: 3rem;
}

.div-block-15 {
  background-color: var(--white);
  box-shadow: 0 15px 35px 0 var(--shadow);
  border-radius: 1.2rem;
  height: 100%;
  padding: 1.6rem;
}

.div-block-16 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-17 {
  grid-column-gap: .45rem;
  grid-row-gap: .45rem;
  flex-flow: column;
  margin-top: 1rem;
  display: flex;
}

.div-block-18 {
  background-color: var(--background--grey);
  border-radius: .62rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  padding: .6rem;
  display: flex;
}

.image-12 {
  width: 100%;
  max-width: 3.5rem;
}

.image-13 {
  width: 100%;
  max-width: 2.4rem;
}

.mini-star {
  max-width: .8rem;
  margin-right: .1rem;
}

.div-block-19 {
  background-color: var(--white);
  border-radius: 20rem;
  justify-content: flex-start;
  align-items: center;
  padding: .15rem .4rem;
  display: flex;
  position: absolute;
  inset: auto 0% -.25rem;
  box-shadow: 0 0 15px #0d1d4a1c;
}

.div-foto-expert {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 2.8rem;
  margin-right: .8rem;
  display: flex;
  position: relative;
}

.div-block-20 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.image-14 {
  max-width: 1.15rem;
  margin-right: .4rem;
}

.left-arrow-6 {
  background-color: var(--white);
  box-shadow: 0 12px 28px 0 var(--shadow);
  cursor: pointer;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
}

.left-arrow-6.marg-l {
  margin-left: 7rem;
}

.left-arrow-6.marg-r {
  margin-right: 7rem;
}

.image-arrow {
  max-width: 1.6rem;
}

.div-block-21 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-15 {
  border-radius: 1.3rem;
  width: 15.9989%;
  max-width: 14rem;
}

.image-15.position-left, .image-15.margin-but {
  margin-bottom: 4rem;
}

.div-image-scrol {
  border-radius: 2.9rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 99%;
  max-width: 14.3rem;
  height: 29.8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.telefone-img {
  z-index: 2;
  max-width: 16rem;
  height: 30rem;
  position: absolute;
  inset: 0% auto 0;
}

.image-slide {
  max-width: 22rem;
  display: none;
}

.image-slide.display {
  display: block;
}

.text-field {
  cursor: text;
  border: 1px #000;
  border-radius: 12px;
  height: 58px;
  margin-bottom: 1rem;
  padding: 15px 16px;
}

.text-field::placeholder {
  color: #93a1c8;
  font-size: 20px;
  line-height: 28px;
}

.text-field.text-field-lower {
  margin-bottom: 2rem;
}

.form-block-2 {
  background-color: #c4c4c403;
  border-radius: 40px;
  margin-bottom: 0;
  padding: 3rem 3.5rem;
}

.field-label {
  display: none;
}

.form-title {
  color: #ffd304;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 40px;
}

.cta-btn-hero {
  color: #0d1d4a;
  background-color: #ffd304;
  border-radius: 8px;
  padding: 15px 24px;
  text-decoration: none;
}

.cta-btn-hero.hero-form-btn {
  width: 100%;
}

.code-embed {
  display: none;
}

.div-block-22 {
  overflow: visible;
}

.div-vertical-scrol {
  z-index: 1;
  position: relative;
}

.code-scrol-img {
  margin-bottom: 0;
  display: none;
}

@media screen and (max-width: 991px) {
  .section {
    padding: 2rem;
  }

  .section.padding-bord {
    align-items: stretch;
  }

  .section.nopadding {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .button.color-black.margin.left {
    margin-top: 1.1rem;
  }

  .conteiner-content {
    width: auto;
    margin: 2rem 1.2rem 3rem;
  }

  .conteiner-content.flex-vertical {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }

  .form-block {
    border-radius: 0;
    flex-flow: column;
    width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: flex;
  }

  .text.bold {
    font-size: .9rem;
  }

  .text.midle.color.size {
    font-size: .6rem;
  }

  .form {
    margin-right: 0;
  }

  .input {
    max-width: 100%;
  }

  .input.height {
    height: 5rem;
    min-height: 5rem;
    max-height: 5rem;
  }

  .conteiner-ecsperts {
    display: none;
  }

  .conteiner {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .conteiner.violet {
    padding: 2.2rem 0 2.2rem 2.2rem;
    overflow: hidden;
  }

  .conteiner.grey {
    padding: 1.5rem 0 2.4rem 2.4rem;
  }

  .conteiner.pink {
    border: 1px solid var(--grey-line);
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }

  .h3 {
    font-size: 1.8rem;
  }

  .h3.margin {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }

  .h3.margin2 {
    line-height: 2rem;
  }

  .h4 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .conteiner-ecsperts_div-text {
    margin: 0 auto 1.5rem;
  }

  .conteiner-ecsperts_div-text.planshet {
    display: flex;
  }

  .color-div {
    margin-left: .5rem;
  }

  .h2.margin.size {
    width: 70%;
  }

  .conteiner-violet_div-text {
    width: 60%;
  }

  .image-2 {
    max-width: 19rem;
    bottom: -4.1rem;
    right: -1rem;
  }

  .conteiner-grey_div-text {
    width: 57%;
  }

  .foto-experts {
    display: none;
  }

  .foto-experts.mini {
    max-width: 15rem;
    display: block;
  }

  .desktop-review-block {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .review-column {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    max-width: 33%;
  }

  .stars {
    max-width: 6rem;
  }

  .foto-avtor {
    max-width: 2.2rem;
  }

  .social {
    max-width: 1.2rem;
  }

  .block-w {
    width: 31%;
  }

  .block-w.link {
    width: 100%;
    max-width: 5rem;
  }

  .image-5 {
    max-height: 3rem;
  }

  .div-block-5 {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-6 {
    width: 55%;
  }

  .div-block-8 {
    margin-bottom: 2rem;
  }

  .image-fone {
    max-width: 18rem;
  }

  .div-block-10 {
    right: -4.9rem;
  }

  .color-grey {
    padding: 2rem;
  }

  .card-step {
    padding: 1.5rem;
  }

  .image-11 {
    width: 1.7rem;
  }

  .button-tab {
    padding: .5rem 1.1rem;
    font-size: .85rem;
  }

  .button-tab.color-w {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-all-experts {
    overflow: hidden;
  }

  .mask-experts {
    width: 32rem;
    overflow: visible;
  }

  .slide-experts {
    width: 100%;
    margin-right: 1rem;
  }

  .left-arrow-5 {
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .right-arrow-5 {
    cursor: pointer;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .slider-economica, .slider-history, .slider-psihologe, .slider-mathematic {
    width: 100%;
    overflow: hidden;
  }

  .mask-4 {
    padding-bottom: 2rem;
  }

  .left-arrow-6.marg-l {
    inset: 0% auto 0% -5.6rem;
  }

  .left-arrow-6.marg-r {
    inset: 0% -5.6rem 0% auto;
  }

  .div-block-21 {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
  }

  .image-15 {
    width: 20%;
    max-width: 14rem;
  }

  .image-15.position-left {
    position: absolute;
    inset: auto auto auto -4.9rem;
    overflow: hidden;
  }

  .image-15.position-rite {
    position: absolute;
    inset: auto -4.9rem auto auto;
  }

  .div-image-scrol {
    border-radius: 2.2rem 2.2rem 2rem 2rem;
    width: 14rem;
    max-width: 14rem;
    height: 26.4rem;
  }

  .telefone-img {
    width: 14.4rem;
    max-width: 14.4rem;
    height: 26.5rem;
  }

  .image-slide {
    max-width: 17rem;
  }

  .icon-2 {
    margin-bottom: 200px;
    margin-right: 20px;
    font-size: 1rem;
    display: flex;
  }

  .icon-3 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 200px;
    margin-left: 20px;
    font-size: 1rem;
    display: flex;
  }

  .icon-5 {
    display: none;
  }

  .text-field.text-field-lower {
    margin-bottom: 2rem;
  }

  .form-block-2 {
    padding: 2rem;
  }

  .form-title {
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    overflow: hidden;
  }

  .section.borders {
    border-top-width: 0;
  }

  .section.borders.margin.marin-mob {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .section.no-margin {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .section.pagging-top {
    padding-top: 1rem;
  }

  .button.color-black.margin {
    width: 100%;
  }

  .button.color-black.margin.flex {
    justify-content: center;
    align-items: center;
  }

  .button.color-black.marg-top {
    width: 100%;
    margin-top: 1.2rem;
  }

  .button.color-black.marg-top.flex {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .conteiner-content {
    margin: 0;
  }

  .form-block {
    border-radius: 0;
    padding: 2rem;
  }

  .text.color8.center, .text.center-des {
    text-align: center;
  }

  .text.center-des.margin {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .text.midle {
    margin-bottom: auto;
  }

  .text.marg-but {
    margin-bottom: .5rem;
  }

  .text.aligan-center {
    text-align: center;
  }

  .conteiner.grid {
    grid-column-gap: 1.65rem;
    grid-row-gap: 1.65rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .conteiner.violet {
    border-radius: 1.2rem;
    flex-flow: column;
    padding: 1.2rem;
  }

  .conteiner.center {
    width: 100%;
  }

  .conteiner.grey {
    flex-flow: column;
    padding: 2rem;
  }

  .conteiner.flex {
    flex-flow: column;
  }

  .conteiner.pink {
    border-width: 0;
    border-radius: 1.2rem;
  }

  .h3.margin {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .h3.margin.center {
    text-align: center;
  }

  .h3.margin2 {
    margin-bottom: 1rem;
  }

  .line {
    display: none;
  }

  .h4.center {
    text-align: center;
  }

  .h2 {
    text-align: center;
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .conteiner--div-video {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .conteiner-violet_div-text {
    z-index: 1;
    width: 56%;
    margin-right: auto;
    position: relative;
  }

  .image-2 {
    max-width: 14rem;
    inset: auto -4% 0% auto;
  }

  .conteiner-grey_div-text {
    width: 100%;
  }

  .foto-experts {
    max-width: 18rem;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .foto-experts.mini {
    display: none;
  }

  .foto-experts.mobiel {
    display: block;
  }

  .image-3 {
    display: none;
  }

  .image-4 {
    margin-bottom: 1.2rem;
    margin-right: 0;
  }

  .conteiner-plashki {
    margin-bottom: 1rem;
  }

  .desktop-review-block {
    display: none;
  }

  .review {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    margin-right: 1rem;
    display: flex;
  }

  .slider-reviews {
    background-color: #ddd0;
    width: 100%;
    height: auto;
    margin-top: 2rem;
    display: flex;
    overflow: hidden;
  }

  .mask-2 {
    width: 75%;
    max-width: 24rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .slide-review {
    width: 100%;
    height: 100%;
  }

  .div-block-3 {
    height: 100%;
  }

  .slide-nav-2, .right-arrow-2, .left-arrow-2 {
    display: none;
  }

  .div-block-4 {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .block-w {
    border-radius: 1.2rem;
    width: auto;
    padding: 1rem;
  }

  .block-w.link {
    max-width: 4.5rem;
  }

  .image-5 {
    max-height: 1.6rem;
  }

  .div-block-5 {
    flex-flow: row;
    display: none;
  }

  .div-block-5.mobail {
    margin-top: 1.2rem;
    display: flex;
  }

  .div-block-6 {
    width: 100%;
  }

  .img-ok {
    max-width: 1rem;
  }

  .div-block-10 {
    display: none;
  }

  .image-telega {
    display: block;
  }

  .div-block-12 {
    margin-right: auto;
  }

  .div-fone {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.2rem;
  }

  .image-10 {
    margin-top: 1.2rem;
  }

  .lotties {
    max-width: 22rem;
    margin-bottom: 2rem;
  }

  .card-step {
    padding: 1.2rem;
  }

  .right-arrow-4 {
    justify-content: flex-end;
    align-items: center;
    margin-right: 1.2rem;
    display: flex;
  }

  .left-arrow-4 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 1.2rem;
    display: flex;
  }

  .mask-tabs {
    width: 21.4rem;
  }

  .slider-all-experts {
    padding-left: 1.2rem;
    overflow: hidden;
  }

  .mask-experts {
    width: 100%;
    max-width: 20rem;
    overflow: visible;
  }

  .slide-experts {
    width: 15rem;
    max-width: 15rem;
    margin-left: .25rem;
    margin-right: .7rem;
  }

  .slider-economica, .slider-history, .slider-psihologe, .slider-mathematic {
    padding-left: 1.2rem;
  }

  .slider-otzuv {
    background-size: 30rem;
  }

  .mask-4 {
    max-width: 26rem;
  }

  .slide-3 {
    max-width: 21.5rem;
    margin-left: 2.2rem;
    margin-right: 2rem;
  }

  .div-block-15 {
    box-shadow: 0 12px 25px 0 var(--shadow);
  }

  .left-arrow-6.marg-l {
    left: -7.9rem;
  }

  .left-arrow-6.marg-r {
    right: -7.9rem;
  }

  .div-block-21 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .image-15 {
    border-radius: 1rem;
    width: 25%;
  }

  .image-15.position-left {
    left: -9.4rem;
  }

  .image-15.position-rite {
    right: -9.4rem;
  }

  .div-image-scrol {
    width: 100%;
    height: 90%;
    max-height: 26.4rem;
  }

  .telefone-img {
    width: 14.4rem;
  }

  .icon-4 {
    color: var(--black);
    margin-left: 0;
    margin-right: auto;
    font-size: 1rem;
  }

  .icon-5 {
    color: var(--black);
    margin-left: auto;
    margin-right: 0;
    font-size: 1rem;
    display: flex;
  }

  .icon-6 {
    display: none;
  }

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

  .text-field.text-field-lower {
    margin-bottom: 1rem;
  }

  .text-field.text-field-lower::placeholder {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding: 1.2rem;
  }

  .section.borders.margin.marin-mob {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .section.pagging-top {
    padding-top: 0;
  }

  .navbar {
    margin-bottom: 0;
  }

  .logo-avtor {
    width: 6rem;
  }

  .conteiner-navbar {
    flex-flow: column;
  }

  .button.mini.none-mobile {
    display: none;
  }

  .button.color-black {
    width: 100%;
  }

  .button.color-black.mini {
    width: auto;
  }

  .button.color-black.margin {
    margin-top: 14.3rem;
  }

  .button.color-black.margin.left {
    margin-left: 0;
  }

  .button.none-mobile {
    display: none;
  }

  .button.color-violet.w--current {
    width: auto;
  }

  .button.color-violet.width {
    width: 100%;
  }

  .button.color-violet.padding {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    margin-top: 1rem;
  }

  .form-block {
    padding: 1.2rem;
  }

  .h1 {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .text {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .text.color8.margin-top.center {
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .text.bold.margin {
    margin-right: .5rem;
  }

  .text.bold.size {
    font-size: .8rem;
    line-height: 1rem;
  }

  .text.center-des {
    text-align: left;
  }

  .text.center-des.mobial {
    text-align: center;
  }

  .text.center-des.margin {
    text-align: center;
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .text.midle {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .text.center-mob {
    text-align: center;
  }

  .text.marg-but {
    margin-bottom: 0;
  }

  .text.sizemin {
    font-size: .8rem;
    line-height: 1rem;
  }

  .text.marg-left {
    margin-left: 0;
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .input {
    height: 2.8rem;
  }

  .input.height {
    height: 6rem;
    min-height: 6rem;
    max-height: 6rem;
  }

  .conteiner.grid {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .conteiner.center {
    width: 100%;
  }

  .conteiner.grey {
    border-radius: 1.2rem;
    width: 100%;
    padding: 1.2rem;
  }

  .conteiner.flex {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .conteiner.flex.nomarg {
    margin-left: 0;
    margin-right: 0;
  }

  .conteiner.pink {
    padding-top: 1.2rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .h3 {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .h3.margin.center {
    text-align: left;
  }

  .h3.margin2 {
    margin-bottom: .6rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .h4 {
    margin-bottom: .5rem;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .h4.size-mob {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .color-div {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .h2 {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

  .h2.margin.size, .h2.size {
    width: 100%;
  }

  .h2.nomargin {
    margin-bottom: 0;
  }

  .conteiner-violet_div-text {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-2 {
    max-width: 13.2rem;
    bottom: 3.95rem;
    right: auto;
  }

  .conteiner-grey_div-text {
    width: 100%;
  }

  .foto-experts.mobiel {
    max-width: 100%;
  }

  .div-h2-imge {
    flex-flow: wrap;
  }

  .star-y {
    max-width: 1rem;
  }

  .img-logo {
    max-width: 3rem;
  }

  .img-logo.size {
    max-width: 1rem;
  }

  .conteiner-plashki {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .slide-review {
    width: 90%;
  }

  .block-w.link {
    box-shadow: 0 10px 35px 0 var(--shadow);
    max-width: 4rem;
  }

  .div-socseti {
    margin-bottom: 2.4rem;
  }

  .div-block-8 {
    margin-bottom: 1.2rem;
  }

  .div-block-9 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .img-ok {
    max-width: 1rem;
    margin-right: .5rem;
  }

  .image-10 {
    max-width: 17rem;
    margin-top: 1.2rem;
  }

  .color-grey {
    border-radius: 1.2rem;
    padding: 1.2rem;
  }

  .lotties {
    margin-bottom: 1.6rem;
  }

  .div-block-13 {
    margin-left: 0;
  }

  .slider-tabs {
    overflow: hidden;
  }

  .mask-tabs {
    width: 16rem;
    overflow: visible;
  }

  .mask-experts {
    max-width: 17rem;
  }

  .slide-experts {
    width: 16rem;
    max-width: 16rem;
  }

  .slider-otzuv {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .mask-4 {
    max-width: 20rem;
    padding-top: 1rem;
    overflow: visible;
  }

  .slide-3 {
    max-width: 16.5rem;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .div-block-15 {
    box-shadow: 0 2px 12px 0 var(--shadow);
    padding: 1.2rem;
  }

  .left-arrow-6.marg-l, .left-arrow-6.marg-r {
    box-shadow: none;
    background-color: #fff0;
    width: 4rem;
    height: 100%;
  }

  .image-arrow {
    display: none;
  }

  .image-15 {
    width: 90%;
    max-width: 8rem;
  }

  .image-15.position-left, .image-15.position-rite {
    display: none;
  }

  .image-15.margin-but {
    width: 32%;
    max-width: 8rem;
    margin-bottom: 0;
    position: absolute;
    inset: auto -1.9rem auto auto;
  }

  .image-15.position-mob {
    width: 32%;
    max-width: 8rem;
    position: absolute;
    inset: auto auto auto -1.9rem;
  }

  .div-image-scrol {
    width: 90%;
    max-width: 10.2rem;
    max-height: 20rem;
  }

  .telefone-img {
    width: 10.5rem;
    max-width: 10.5rem;
    height: 20rem;
  }

  .image-slide {
    max-width: 13rem;
  }

  .icon-2, .icon-3, .icon-4, .icon-5 {
    display: none;
  }

  .text-field {
    border-radius: 8px;
    height: 48px;
    font-size: 14px;
    line-height: 20px;
  }

  .text-field::placeholder {
    font-size: 14px;
    line-height: 20px;
  }

  .text-field.text-field-lower {
    border-radius: 8px;
    margin-bottom: 1rem;
    font-size: 14px;
    line-height: 20px;
  }

  .form-block-2 {
    padding: 1.5rem;
  }

  .form-4 {
    width: 100%;
  }

  .form-title {
    margin-bottom: 1.5rem;
    line-height: 32px;
  }

  .cta-btn-hero {
    width: 100%;
  }

  .cta-btn-hero.hero-form-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .form-5 {
    width: 100%;
  }
}


@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}