@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  min-width: 280px;
  font-family: "Ubuntu-light", "Arial", sans-serif;
  color: #191E27;
  background: #FBFBFB;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

body.no-scroll {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

input,
textarea,
button {
  font: inherit;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  overflow: hidden;
  text-overflow: ellipsis;
}

@font-face {
  font-family: "Ubuntu-bold";
  src: url("https://fs.advance.ru/fonts/Ubuntu/Ubuntu-Bold.woff2") format("woff2"), url("https://fs.advance.ru/fonts/Ubuntu/Ubuntu-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-regular";
  src: url("https://fs.advance.ru/fonts/Ubuntu/Ubuntu-Regular.woff2") format("woff2"), url("https://fs.advance.ru/fonts/Ubuntu/Ubuntu-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-medium";
  src: url("https://fs.advance.ru/fonts/Ubuntu/Ubuntu-Medium.woff2") format("woff2"), url("https://fs.advance.ru/fonts/Ubuntu/Ubuntu-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-light";
  src: url("https://fs.advance.ru/fonts/Ubuntu/Ubuntu-Light.woff2") format("woff2"), url("https://fs.advance.ru/fonts/Ubuntu/Ubuntu-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-italic";
  src: url("https://fs.advance.ru/fonts/Ubuntu/Ubuntu-Italic.woff2") format("woff2"), url("https://fs.advance.ru/fonts/Ubuntu/Ubuntu-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas-light";
  src: url("https://fs.advance.ru/fonts/Bebas/BebasNeueLight.woff2") format("woff2"), url("https://fs.advance.ru/fonts/Bebas/BebasNeueLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas-regular";
  src: url("https://fs.advance.ru/fonts/Bebas/BebasNeueRegular.woff2") format("woff2"), url("https://fs.advance.ru/fonts/Bebas/BebasNeueRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas-bold";
  src: url("https://fs.advance.ru/fonts/Bebas/BebasNeueBold.woff2") format("woff2"), url("https://fs.advance.ru/fonts/Bebas/BebasNeueBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.modal_form {
  display: none;
}

.modal_form {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
}
.modal_form .bg_reg {
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 35px 35px;
}
.modal_form .bg_modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal_form .bg_modal .body {
  padding: 10px 0;
}
.modal_form .bg_modal .body::-webkit-scrollbar {
  display: none;
}
.modal_form .bg_modal .body {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: auto;
  max-width: 600px;
  width: 100%;
  height: auto;
}
@media (max-width: 728px) {
  .modal_form .bg_modal .body {
    max-width: 94%;
    padding: 10px 0;
  }
}

.close_btn_modal {
  position: absolute;
  right: 40px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

@media (max-width: 500px) {
  .modal_form .bg_reg {
    padding: 0;
  }
  .close_btn_modal {
    right: 15px;
    top: 18px;
  }
}
.container {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1212px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
    max-width: 1212px;
  }
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header__logo img {
  width: 71px;
  height: auto;
}

.header__link {
  color: #3C3C3C;
  font-size: 9px;
  font-family: "Ubuntu-regular";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header__link:hover {
  color: #FE4C04;
}
.header__link:active {
  color: #FE4C04;
}

@media (min-width: 768px) {
  .header {
    padding-bottom: 15px;
  }
  .header__logo img {
    width: 105px;
  }
  .header__link {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1212px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header__logo img {
    width: 165px;
  }
  .header__link {
    padding: 0;
    margin: 0;
    font-size: 20px;
    border: 0;
    color: #3C3C3C;
  }
  .header__link:hover {
    border: none;
  }
  .header__link::before {
    content: none;
  }
}
.banner {
  margin-bottom: 30px;
  overflow: hidden;
}

.banner__wrap {
  padding: 20px 25px 300px;
  border-radius: 20px;
  overflow: hidden;
  background-image: url("https://fs.advance.ru/landing-pages/online/child_motivation/bg-child-motivation-320.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
}
.banner__wrap div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner__wrap p.preview {
  margin-bottom: 10px;
  font-family: "Ubuntu-medium";
  font-size: 18px;
  line-height: 21px;
  text-align: center;
}
.banner__wrap h1 {
  font-family: "Ubuntu-bold";
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.banner__wrap span.secrets {
  width: 249px;
  height: 50px;
  background: -webkit-gradient(linear, left bottom, left top, from(#6B5FD5), to(#6B5FD5)), #FE4C04;
  background: linear-gradient(0deg, #6B5FD5, #6B5FD5), #FE4C04;
  border-radius: 10px;
  margin-bottom: 20px;
  font-family: "Ubuntu-bold";
  font-size: 16px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #FFFFFF;
}
.banner__wrap p {
  font-family: "Ubuntu-light";
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
}
.banner__wrap p span {
  font-family: "Ubuntu-bold";
}
.banner__wrap button {
  width: 250px;
  height: 60px;
  -webkit-filter: drop-shadow(0px 3.00254px 6.00509px rgba(29, 29, 29, 0.3));
          filter: drop-shadow(0px 3.00254px 6.00509px rgba(29, 29, 29, 0.3));
  background: -webkit-gradient(linear, left bottom, left top, from(#FE4C04), to(#FF803D));
  background: linear-gradient(0deg, #FE4C04 0%, #FF803D 100%);
  border-radius: 10px;
  border: none;
  font-family: "Ubuntu-bold";
  font-size: 24px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  cursor: pointer;
}
.banner__wrap button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 76, 4)), to(rgb(254, 76, 4)));
  background: linear-gradient(180deg, rgb(254, 76, 4) 0%, rgb(254, 76, 4) 100%);
}
.banner__wrap button:active {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 76, 4)), to(rgb(254, 76, 4)));
  background: linear-gradient(180deg, rgb(254, 76, 4) 0%, rgb(254, 76, 4) 100%);
}

@media (min-width: 768px) {
  .banner {
    margin-bottom: 30px;
  }
  .banner__wrap {
    padding: 41px 45px 41px 358px;
    background-image: url("https://fs.advance.ru/landing-pages/online/child_motivation/bg-child-motivation-1180.jpg");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
  }
  .banner__wrap p.preview {
    font-size: 14px;
    line-height: 16px;
  }
  .banner__wrap h1 {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 11px;
  }
  .banner__wrap span.secrets {
    width: 301px;
    height: 25px;
    border-radius: 6px;
    margin-bottom: 17px;
    font-size: 12px;
    line-height: 14px;
  }
  .banner__wrap p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
  }
  .banner__wrap button {
    width: 300px;
    height: 45px;
    font-size: 18px;
    line-height: 21px;
  }
}
@media (min-width: 1212px) {
  .banner {
    margin-bottom: 50px;
  }
  .banner__wrap {
    padding: 70px 79px 64px 600px;
    border-radius: 30px;
  }
  .banner__wrap p.preview {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 28px;
  }
  .banner__wrap h1 {
    font-size: 74px;
    line-height: 74px;
    margin-bottom: 20px;
  }
  .banner__wrap span.secrets {
    width: 500px;
    height: 40px;
    margin-bottom: 30px;
    border-radius: 12px;
    font-size: 20px;
    line-height: 22px;
  }
  .banner__wrap p {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 36px;
  }
  .banner__wrap button {
    width: 500px;
    height: 80px;
    border-radius: 20px;
    font-size: 30px;
    line-height: 34px;
  }
}
.for_who {
  margin-bottom: 50px;
}

.for_who_title {
  margin-bottom: 10px;
}
.for_who_title p {
  font-family: "Ubuntu-bold";
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #262626;
}
.for_who_title p:last-child {
  display: none;
}

.for_who_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.for_who_list div {
  padding: 25px 28px;
  background: #DEE6EB;
  border-radius: 20px;
}
.for_who_list div p {
  font-family: "Ubuntu-medium";
  font-size: 18px;
  line-height: 21px;
  color: #262626;
  margin-bottom: 20px;
}
.for_who_list div p.help {
  font-family: "Ubuntu-bold";
  margin-bottom: 10px;
  color: #6B5FD5;
}
.for_who_list div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  list-style: none;
  padding-left: 22px;
}
.for_who_list div ul li {
  position: relative;
  font-family: "Ubuntu-light";
  font-size: 18px;
  line-height: 21px;
  color: #262626;
}
.for_who_list div ul li:before {
  position: absolute;
  content: "";
  left: -22px;
  top: 8px;
  width: 10px;
  height: 10px;
  background-color: #6B5FD5;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .for_who_title {
    margin-bottom: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .for_who_title p {
    font-size: 20px;
    line-height: 23px;
    color: #262626;
  }
  .for_who_title p:last-child {
    display: block;
    color: #6B5FD5;
  }
  .for_who_list div {
    height: 130px;
    display: grid;
    grid-template-columns: 241px 302px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 28px 45px 25px;
  }
  .for_who_list div p {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 0px;
  }
  .for_who_list div p.help {
    display: none;
  }
  .for_who_list div ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7px;
    list-style: none;
    padding-left: 22px;
  }
  .for_who_list div ul:before {
    position: absolute;
    content: "";
    left: -50px;
    top: 2px;
    width: 43px;
    height: 15px;
    background-size: 43px 15px;
    background-image: url("https://fs.advance.ru/landing-pages/online/child_motivation/arrow-for.svg");
  }
  .for_who_list div ul li {
    font-size: 15px;
    line-height: 17px;
  }
  .for_who_list div ul li:before {
    top: 5px;
  }
}
@media (min-width: 1212px) {
  .for_who_title {
    margin-bottom: 30px;
    padding: 0 130px 0 80px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .for_who_title p {
    font-size: 32px;
    line-height: 37px;
  }
  .for_who_list {
    gap: 30px;
  }
  .for_who_list div {
    height: 220px;
    grid-template-columns: 400px 499px;
    padding: 47px 80px;
    border-radius: 30px;
  }
  .for_who_list div p {
    font-size: 24px;
    line-height: 28px;
  }
  .for_who_list div ul {
    gap: 12px;
    padding-left: 12px;
  }
  .for_who_list div ul:before {
    left: -110px;
    top: 1px;
    width: 72px;
    height: 26px;
    background-size: 72px 26px;
  }
  .for_who_list div ul li {
    font-size: 24px;
    line-height: 28px;
  }
  .for_who_list div ul li:before {
    width: 17px;
    height: 17px;
    left: -27px;
  }
}
.inside {
  max-width: 320px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.inside h2 {
  font-family: "Ubuntu-bold";
  font-size: 30px;
  line-height: 34px;
  color: #262626;
  margin-bottom: 20px;
  text-align: left;
}
.inside h2 span {
  color: #6B5FD5;
}
.inside ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.inside ul li p {
  font-family: "Ubuntu-light";
  font-size: 14px;
  line-height: 16px;
  color: #262626;
}
.inside ul li p:first-child {
  font-family: "Ubuntu-bold";
  font-size: 18px;
  line-height: 21px;
}
.inside ul li p:first-child span {
  font-size: 24px;
  line-height: 28px;
  color: #FF6D40;
}

.access {
  display: grid;
  gap: 20px;
  justify-items: center;
  grid-template-columns: 1fr;
  grid-template-areas: "area1" "area3" "area2";
}
.access div {
  grid-area: area1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.access div p {
  font-family: "Ubuntu-light";
  font-size: 14px;
  line-height: 16px;
  color: #262626;
}
.access div p span {
  font-family: "Ubuntu-bold";
  font-size: 18px;
  line-height: 21px;
}
.access button {
  width: 299px;
  height: 60px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FE4C04), to(#FF803D));
  background: linear-gradient(0deg, #FE4C04 0%, #FF803D 100%);
  border-radius: 10px;
  border: none;
  grid-area: area2;
  font-family: "Ubuntu-bold";
  font-size: 24px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-filter: drop-shadow(0px 5px 10px rgba(29, 29, 29, 0.3));
          filter: drop-shadow(0px 5px 10px rgba(29, 29, 29, 0.3));
}
.access button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 76, 4)), to(rgb(254, 76, 4)));
  background: linear-gradient(180deg, rgb(254, 76, 4) 0%, rgb(254, 76, 4) 100%);
}
.access button:active {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 76, 4)), to(rgb(254, 76, 4)));
  background: linear-gradient(180deg, rgb(254, 76, 4) 0%, rgb(254, 76, 4) 100%);
}
.access img {
  max-width: 301px;
  grid-area: area3;
}

@media (min-width: 768px) {
  .inside {
    max-width: none;
    margin-bottom: 50px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .inside h2 {
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 23px;
  }
  .inside ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin-bottom: 14px;
  }
  .access {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "area1 area3" "area2 area3";
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 45px;
  }
  .access div {
    margin-top: 26px;
    gap: 40px;
  }
  .access button {
    width: 347px;
    height: 45px;
    font-size: 18px;
    line-height: 21px;
  }
  .access img {
    max-width: 345px;
  }
}
@media (min-width: 1212px) {
  .inside {
    margin-bottom: 70px;
  }
  .inside h2 {
    font-size: 60px;
    line-height: 69px;
    margin-bottom: 38px;
  }
  .inside ul {
    gap: 20px;
    margin-bottom: 20px;
  }
  .inside ul li p {
    font-size: 24px;
    line-height: 28px;
  }
  .inside ul li p:first-child {
    font-size: 30px;
    line-height: 34px;
  }
  .inside ul li p:first-child span {
    font-size: 40px;
    line-height: 46px;
  }
  .access {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 73px;
  }
  .access div {
    margin-top: 45px;
    gap: 65px;
  }
  .access div p {
    font-size: 24px;
    line-height: 28px;
  }
  .access div p span {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 34px;
  }
  .access button {
    width: 580px;
    height: 80px;
    font-size: 30px;
    line-height: 34px;
    border-radius: 20px;
  }
  .access img {
    max-width: 579px;
  }
}
.presenters {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.presenters h2 {
  font-family: "Ubuntu-bold";
  font-size: 30px;
  line-height: 34px;
  color: #262626;
  margin-bottom: 24px;
}
.presenters h2 span {
  color: #6B5FD5;
}

.cards div {
  max-width: 300px;
  margin-bottom: 30px;
}
.cards div:last-child p {
  font-size: 26px;
  line-height: 30px;
}
.cards div img {
  margin-bottom: 10px;
}
.cards div p {
  font-family: "Ubuntu-bold";
  font-size: 30px;
  line-height: 34px;
  color: #262626;
  margin-bottom: 13px;
}
.cards div p br {
  display: none;
}
.cards div ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
.cards div ul li {
  font-family: "Ubuntu-light";
  font-size: 18px;
  line-height: 21px;
  color: #262626;
}

@media (min-width: 768px) {
  .presenters {
    margin-bottom: 52px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .presenters h2 {
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 18px;
  }
  .cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
  .cards div {
    max-width: none;
    margin-bottom: 0px;
  }
  .cards div:last-child p {
    font-size: 16px;
    line-height: 18px;
  }
  .cards div img {
    width: 137px;
    margin-bottom: 6px;
  }
  .cards div p {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 7px;
  }
  .cards div p br {
    display: block;
  }
  .cards div ul {
    gap: 11px;
  }
  .cards div ul li {
    font-size: 11px;
    line-height: 13px;
  }
}
@media (min-width: 1212px) {
  .presenters {
    margin-bottom: 71px;
  }
  .presenters h2 {
    font-size: 60px;
    line-height: 69px;
    margin-bottom: 30px;
  }
  .cards {
    gap: 20px;
  }
  .cards div:last-child p {
    font-size: 26px;
    line-height: 30px;
  }
  .cards div img {
    width: 230px;
    margin-bottom: 11px;
  }
  .cards div p {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 14px;
  }
  .cards div ul {
    gap: 13px;
  }
  .cards div ul li {
    font-size: 18px;
    line-height: 21px;
  }
}
.modules {
  margin-bottom: 50px;
}
.modules h2 {
  font-family: "Ubuntu-bold";
  font-size: 30px;
  line-height: 34px;
  color: #262626;
  margin-bottom: 20px;
}
.modules h2 span {
  color: #6B5FD5;
}

.modules_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
.modules_list > li.active_modules div p {
  position: relative;
}
.modules_list > li.active_modules div p:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  bottom: -8px;
  left: 0;
}
.modules_list > li.active_modules div button:after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.modules_list > li.active_modules ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  list-style: none;
  margin-top: 16px;
}
.modules_list > li.active_modules ul p:first-child {
  font-family: "Ubuntu-bold";
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 5px;
}
.modules_list > li.active_modules ul p:last-child {
  font-family: "Ubuntu-light";
  font-size: 12px;
  line-height: 14px;
}
.modules_list > li.active_modules:nth-child(1) div p:after {
  background-color: #FB4B4C;
}
.modules_list > li.active_modules:nth-child(2) div p:after {
  background-color: #37DBB3;
}
.modules_list > li.active_modules:nth-child(3) div p:after {
  background-color: #FDA611;
}
.modules_list > li.active_modules:nth-child(4) div p:after {
  background-color: #6B5FD5;
}
.modules_list > li.active_modules:nth-child(5) div p:after {
  background-color: #A0BBFF;
}
.modules_list > li {
  padding: 12px 19px;
  border-radius: 12px;
}
.modules_list > li div {
  display: grid;
  grid-template-columns: 1fr 14px;
  gap: 10px;
  cursor: pointer;
}
.modules_list > li div p {
  font-family: "Ubuntu-bold";
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}
.modules_list > li div button {
  cursor: pointer;
  position: relative;
  border: none;
  background: transparent;
}
.modules_list > li div button:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 0;
  top: calc(50% - 4px);
  background-size: 17px 9px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.modules_list > li ul {
  display: none;
}
.modules_list > li:nth-child(1) {
  border: 1.2px solid #FB4B4C;
}
.modules_list > li:nth-child(1) div button:after {
  background-image: url("https://fs.advance.ru/landing-pages/online/child_motivation/red-up.svg");
}
.modules_list > li:nth-child(2) {
  border: 1.2px solid #37DBB3;
}
.modules_list > li:nth-child(2) div button:after {
  background-image: url("https://fs.advance.ru/landing-pages/online/child_motivation/green-up.svg");
}
.modules_list > li:nth-child(3) {
  border: 1.2px solid #FDA611;
}
.modules_list > li:nth-child(3) div button:after {
  background-image: url("https://fs.advance.ru/landing-pages/online/child_motivation/yellow-up.svg");
}
.modules_list > li:nth-child(4) {
  border: 1.2px solid #6B5FD5;
}
.modules_list > li:nth-child(4) div button:after {
  background-image: url("https://fs.advance.ru/landing-pages/online/child_motivation/violet-up.svg");
}
.modules_list > li:nth-child(5) {
  border: 1.2px solid #A0BBFF;
}
.modules_list > li:nth-child(5) div button:after {
  background-image: url("https://fs.advance.ru/landing-pages/online/child_motivation/gray-up.svg");
}

.reg {
  width: 300px;
  height: 66px;
  border: 1.1931px solid #FF6D40;
  border-radius: 10px;
  background: transparent;
  justify-self: center;
  cursor: pointer;
  font-family: "Ubuntu-medium";
  font-size: 14.3172px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FF6D40;
  cursor: pointer;
}
.reg:hover {
  border: 1.1931px solid #fb5002;
  color: #fb5002;
}
.reg:active {
  border: 1.1931px solid #a8431c;
}

@media (min-width: 768px) {
  .modules h2 {
    margin-bottom: 30px;
  }
  .modules_list > li.active_modules div p:after {
    height: 1.2px;
  }
  .modules_list > li.active_modules ul {
    gap: 8px;
    margin-top: 21px;
  }
  .modules_list > li.active_modules ul p:first-child {
    margin-bottom: 3px;
  }
  .modules_list > li.active_modules ul p:last-child {
    font-size: 11px;
    line-height: 13px;
  }
  .reg {
    width: 346px;
    height: 45px;
    border-radius: 11.93px;
  }
}
@media (min-width: 1212px) {
  .modules {
    margin-bottom: 65px;
  }
  .modules h2 {
    font-size: 60px;
    line-height: 69px;
    margin-bottom: 50px;
  }
  .modules_list {
    gap: 30px;
    margin-bottom: 50px;
  }
  .modules_list > li.active_modules div p:after {
    height: 2px;
    bottom: -19px;
  }
  .modules_list > li.active_modules ul {
    gap: 16px;
    margin-top: 36px;
  }
  .modules_list > li.active_modules ul p:first-child {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 6px;
  }
  .modules_list > li.active_modules ul p:last-child {
    font-size: 18px;
    line-height: 21px;
  }
  .modules_list > li {
    padding: 21px 30px;
    border-radius: 20px;
  }
  .modules_list > li div {
    grid-template-columns: 1fr 24px;
    gap: 10px;
  }
  .modules_list > li div p {
    font-size: 30px;
    line-height: 34px;
  }
  .modules_list > li div button:after {
    width: 27px;
    height: 15px;
    top: calc(50% - 8px);
    background-size: 27px 15px;
  }
  .modules_list > li:nth-child(1) {
    border: 2px solid #FB4B4C;
  }
  .modules_list > li:nth-child(2) {
    border: 2px solid #37DBB3;
  }
  .modules_list > li:nth-child(3) {
    border: 2px solid #FDA611;
  }
  .modules_list > li:nth-child(4) {
    border: 2px solid #6B5FD5;
  }
  .modules_list > li:nth-child(5) {
    border: 2px solid #A0BBFF;
  }
  .reg {
    width: 580px;
    height: 80px;
    border: 2px solid #FF6D40;
    border-radius: 20px;
    font-size: 24px;
    line-height: 28px;
  }
}
.process {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.process h2 {
  font-family: "Ubuntu-bold";
  font-size: 30px;
  line-height: 34px;
  color: #262626;
  margin-bottom: 26px;
}
.process h2 span {
  color: #6B5FD5;
}

.stages_learning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 33px;
}

.stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.stage div:first-child p {
  font-family: "Ubuntu-bold";
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 11px;
}
.stage div:first-child p span {
  color: #6B5FD5;
}
.stage div:first-child p.modules {
  font-family: "Ubuntu-bold";
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 10px;
}
.stage div:first-child ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.stage div:first-child ul li {
  font-family: "Ubuntu-light";
  font-size: 18px;
  line-height: 21px;
}
.stage div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 17px 25px;
  background: #EDEBFF;
  border-radius: 18px;
}
.stage div:last-child p {
  font-family: "Ubuntu-regular";
  font-size: 18px;
  line-height: 21px;
}
.stage div:last-child p:first-child {
  margin-bottom: 10px;
}
.stage div:last-child p:last-child {
  margin-bottom: 0px !important;
}

@media (min-width: 768px) {
  .process {
    margin-bottom: 67px;
  }
  .process h2 {
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 30px;
  }
  .stages_learning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 33px;
  }
  .stage {
    display: grid;
    grid-template-columns: 290px 407px;
    gap: 15px;
  }
}
@media (min-width: 1212px) {
  .process {
    margin-bottom: 68px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .process h2 {
    font-size: 60px;
    line-height: 69px;
    margin-bottom: 58px;
  }
  .stages_learning {
    gap: 30px;
  }
  .stage {
    grid-template-columns: 480px 680px;
    gap: 20px;
  }
  .stage div:first-child p {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 14px;
  }
  .stage div:first-child p.modules {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 14px;
  }
  .stage div:first-child ul {
    gap: 13px;
  }
  .stage div:first-child ul li {
    font-size: 22px;
    line-height: 25px;
  }
  .stage div:last-child {
    padding: 30px 40px;
    border-radius: 30px;
  }
  .stage div:last-child p {
    font-size: 22px;
    line-height: 25px;
  }
  .stage div:last-child p:first-child {
    margin-bottom: 15px;
  }
}
.cost {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cost h2 {
  font-family: "Ubuntu-bold";
  font-size: 30px;
  line-height: 34px;
  color: #262626;
  margin-bottom: 26px;
}
.cost h2 span {
  color: #6B5FD5;
}

.cost_desc {
  margin-bottom: 30px;
  border: 2px solid #524DC1;
  border-radius: 20px;
}

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

.cost_list {
  padding: 30px 20px;
}
.cost_list p {
  font-family: "Ubuntu-bold";
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
.cost_list ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.cost_list ul li {
  position: relative;
  font-family: "Ubuntu-medium";
  font-size: 20px;
  line-height: 23px;
  padding-left: 29px;
}
.cost_list ul li:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 3px;
  background-size: 20px 20px;
  background-image: url("https://fs.advance.ru/landing-pages/online/child_motivation/check-viol.svg");
}
.cost_list ul li:not(:first-child):after {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
  width: 100%;
  height: 1px;
  background-color: #DCDCDC;
}

.price {
  background-color: #F3F2FF;
  border-radius: 0 0 20px 20px;
  padding: 30px 20px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price p:first-child {
  font-family: "Ubuntu Sans";
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  text-decoration: line-through #6B5FD5 3px;
  margin-bottom: 4px;
}
.price p:nth-child(2) {
  font-family: "Ubuntu Sans";
  font-weight: 700;
  font-size: 50px;
  line-height: 57px;
  text-align: center;
  color: #6B5FD5;
  margin-bottom: 20px;
}
.price button {
  width: 260px;
  height: 60px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FE4C04), to(#FF803D));
  background: linear-gradient(0deg, #FE4C04 0%, #FF803D 100%);
  border-radius: 10px;
  border: none;
  -webkit-filter: drop-shadow(0px 5px 10px rgba(29, 29, 29, 0.3));
          filter: drop-shadow(0px 5px 10px rgba(29, 29, 29, 0.3));
  font-family: "Ubuntu-bold";
  font-size: 24px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
}

.cost_img {
  border-radius: 20px;
  border: none;
  width: 300px;
  height: 390px;
  background-image: url("https://fs.advance.ru/landing-pages/online/child_motivation/photo-righ.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

@media (min-width: 768px) {
  .cost {
    margin-bottom: 51px;
  }
  .cost h2 {
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 23px;
  }
  .cost_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .cost_desc {
    height: 451px;
    margin-bottom: 0;
  }
  .cost_list {
    padding: 29px 22px 14px 25px;
  }
  .cost_list p {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 11px;
  }
  .cost_list ul {
    gap: 15px;
  }
  .cost_list ul li {
    font-size: 15px;
    line-height: 17px;
    padding-left: 29px;
  }
  .cost_list ul li:before {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
  .price {
    padding: 16px 59px 26px;
  }
  .price p:first-child {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 1px;
  }
  .price p:nth-child(2) {
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 5px;
  }
  .price button {
    width: 227px;
    height: 45px;
    font-size: 18px;
    line-height: 21px;
  }
  .cost_img {
    width: 100%;
    height: 449px;
  }
}
@media (min-width: 1212px) {
  .cost {
    margin-bottom: 70px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .cost h2 {
    font-size: 60px;
    line-height: 69px;
    margin-bottom: 37px;
  }
  .cost_content {
    gap: 20px;
  }
  .cost_desc {
    height: 754px;
    border-radius: 30px;
  }
  .cost_list {
    padding: 50px 50px 27px 40px;
  }
  .cost_list p {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 21px;
  }
  .cost_list ul {
    gap: 24px;
  }
  .cost_list ul li {
    font-size: 24px;
    line-height: 28px;
    padding-left: 38px;
  }
  .cost_list ul li:before {
    width: 25px;
    height: 25px;
    left: 0;
    top: 3px;
    background-size: 25px 25px;
  }
  .cost_list ul li:after {
    top: -11px;
  }
  .price {
    padding: 27px 100px 42px;
    border-radius: 0 0 30px 30px;
  }
  .price p:first-child {
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 2px;
  }
  .price p:nth-child(2) {
    font-size: 60px;
    line-height: 69px;
    margin-bottom: 8px;
  }
  .price button {
    border-radius: 20px;
    width: 380px;
    height: 80px;
    font-size: 30px;
    line-height: 34px;
  }
  .cost_img {
    border-radius: 30px;
    width: 100%;
    height: 754px;
  }
}
.questions {
  margin-bottom: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.questions h2 {
  font-family: "Ubuntu-bold";
  font-size: 30px;
  line-height: 34px;
  color: #262626;
  margin-bottom: 20px;
}
.questions h2 span {
  color: #6B5FD5;
}

.list_questions {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
.list_questions li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.list_questions li .answer {
  display: none;
  padding: 20px 44px 20px 20px;
  background: #F0F0F0;
  border: 0.6px solid #D9D9D9;
  border-radius: 9px;
}
.list_questions li .answer p {
  font-family: "Ubuntu-light";
  font-size: 14px;
  line-height: 16px;
}

li.active .question button:before {
  width: 22px;
  height: 22px;
  top: calc(50% - 10px);
  left: 9px;
  background-size: 22px;
  background-image: url("https://fs.advance.ru/landing-pages/online/child_motivation/close.svg");
  -webkit-transform: translateY(0%) rotate(90deg);
          transform: translateY(0%) rotate(90deg);
}
li.active .answer {
  display: block;
}

.question {
  display: grid;
  grid-template-columns: 1fr 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 13px 10px 20px;
  background: #FFE3D3;
  border-radius: 9px;
}
.question p {
  font-family: "Ubuntu-medium";
  font-size: 18px;
  line-height: 21px;
}
.question button {
  width: 15px;
  height: 15px;
  border: none;
  position: relative;
  background: transparent;
}
.question button:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 11px;
  width: 15px;
  height: 15px;
  background-size: 15px;
  background-image: url("https://fs.advance.ru/landing-pages/online/child_motivation/Open.svg");
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.btn_reg {
  -ms-flex-item-align: center;
      align-self: center;
  width: 300px;
  height: 60px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FE4C04), to(#FF803D));
  background: linear-gradient(0deg, #FE4C04 0%, #FF803D 100%);
  border-radius: 10px;
  border: none;
  -webkit-filter: drop-shadow(0px 5px 10px rgba(29, 29, 29, 0.3));
          filter: drop-shadow(0px 5px 10px rgba(29, 29, 29, 0.3));
  font-family: "Ubuntu-bold";
  font-size: 24px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
}
.btn_reg:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 76, 4)), to(rgb(254, 76, 4)));
  background: linear-gradient(180deg, rgb(254, 76, 4) 0%, rgb(254, 76, 4) 100%);
}
.btn_reg:active {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 76, 4)), to(rgb(254, 76, 4)));
  background: linear-gradient(180deg, rgb(254, 76, 4) 0%, rgb(254, 76, 4) 100%);
}

@media (min-width: 768px) {
  .questions {
    margin-bottom: 50px;
  }
  .questions h2 {
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 18px;
  }
  .list_questions li {
    gap: 6px;
  }
  .list_questions li .answer {
    padding: 18px;
  }
  .btn_reg {
    width: 346px;
    height: 45px;
    font-size: 18px;
    line-height: 21px;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(29, 29, 29, 0.3));
            filter: drop-shadow(0px 3px 6px rgba(29, 29, 29, 0.3));
  }
}
@media (min-width: 1212px) {
  .questions {
    margin-bottom: 70px;
  }
  .questions h2 {
    font-size: 60px;
    line-height: 69px;
    margin-bottom: 30px;
  }
  .list_questions {
    gap: 30px;
    margin-bottom: 50px;
  }
  .list_questions li {
    gap: 10px;
  }
  .list_questions li .answer {
    padding: 20px 100px 20px 30px;
    border: 1px solid #D9D9D9;
    border-radius: 15px;
  }
  .list_questions li .answer p {
    font-size: 20px;
    line-height: 23px;
  }
  li.active .question button:before {
    width: 37px;
    height: 37px;
    top: calc(50% - 19px);
    left: 9px;
    background-size: 37px;
  }
  .question {
    grid-template-columns: 1fr 30px;
    padding: 25px 30px;
    border-radius: 15px;
  }
  .question p {
    font-size: 30px;
    line-height: 34px;
  }
  .question button {
    width: 30px;
    height: 30px;
  }
  .question button:before {
    top: 0px;
    left: 11px;
    width: 25px;
    height: 25px;
    background-size: 25px;
  }
  .btn_reg {
    width: 580px;
    height: 80px;
    border-radius: 20px;
    -webkit-filter: drop-shadow(0px 5px 10px rgba(29, 29, 29, 0.3));
            filter: drop-shadow(0px 5px 10px rgba(29, 29, 29, 0.3));
    font-size: 30px;
    line-height: 34px;
  }
}
.reviews {
  margin-bottom: 30px;
  padding-bottom: 36px;
  background-color: #F3F2FF;
}
.reviews h2 {
  font-family: "Ubuntu-bold";
  font-size: 30px;
  line-height: 34px;
  color: #262626;
  padding: 30px 0 20px;
}
.reviews h2 span {
  color: #6B5FD5;
}

.reviews__slider {
  padding-left: 10px;
  padding-bottom: 30px;
}

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

.swiper-slide.active_review {
  height: auto;
}
.swiper-slide.active_review > p {
  height: 100%;
  overflow: visible;
  -webkit-line-clamp: none;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 450px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 20px 24px;
  background: #FFFFFF;
  border-radius: 20px;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.swiper-slide:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 49px;
  height: 34px;
  top: 123px;
  background-size: 49px 34px;
  background-image: url("https://fs.advance.ru/landing-pages/online/child_motivation/qoute.png");
  background-repeat: no-repeat;
}
.swiper-slide div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 27px;
}
.swiper-slide div img {
  width: 77px;
}
.swiper-slide div p {
  font-family: "Ubuntu-bold";
  font-size: 20px;
  line-height: 23px;
}
.swiper-slide > p {
  height: 231px;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
  overflow: hidden;
  z-index: 2;
  font-size: 18px;
  line-height: 21px;
}
.swiper-slide button {
  -ms-flex-item-align: end;
      align-self: end;
  margin-top: 14px;
  background: transparent;
  border: none;
  font-size: 18px;
  line-height: 21px;
  text-align: right;
  text-decoration: none;
  border-bottom: 2px dotted #FB4B4C;
  color: #FB4B4C;
  cursor: pointer;
}

.swiper-slide-visible {
  opacity: 1;
}

.swiper-button-prev {
  top: auto;
  left: calc(50% - 45px);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: auto;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: none;
}

.swiper-button-next {
  top: auto;
  bottom: 0;
  right: calc(50% - 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: auto;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: none;
}

.swiper-button-next::after, .swiper-button-prev::after {
  content: "";
  font-size: 0;
}

.reviews_reg {
  margin-top: 30px;
  border: none;
  width: 300px;
  height: 60px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FE4C04), to(#FF803D));
  background: linear-gradient(0deg, #FE4C04 0%, #FF803D 100%);
  border-radius: 10px;
  -webkit-filter: drop-shadow(0px 5px 10px rgba(29, 29, 29, 0.3));
          filter: drop-shadow(0px 5px 10px rgba(29, 29, 29, 0.3));
  margin-left: calc(50% - 150px);
  font-family: "Ubuntu-bold";
  font-size: 24px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
}

@media (min-width: 660px) {
  .reviews {
    margin-bottom: 50px;
    padding-bottom: 53px;
  }
  .reviews h2 {
    font-size: 36px;
    line-height: 41px;
    padding: 30px 0;
  }
  .reviews__slider {
    padding-left: 30px;
    padding-bottom: 30px;
  }
  .swiper-wrapper {
    margin-bottom: 20px;
  }
  .swiper-slide {
    height: 226px;
    padding: 17px;
    border-radius: 11px;
  }
  .swiper-slide:before {
    width: 29px;
    height: 20px;
    top: 71px;
    background-size: 29px 20px;
  }
  .swiper-slide div {
    gap: 11px;
    margin-bottom: 11px;
  }
  .swiper-slide div img {
    width: 49px;
  }
  .swiper-slide div p {
    font-size: 12px;
    line-height: 14px;
  }
  .swiper-slide > p {
    height: 104px;
    -webkit-line-clamp: 8;
    font-size: 11px;
    line-height: 13px;
  }
  .swiper-slide button {
    margin-top: 6px;
    font-size: 11px;
    line-height: 13px;
  }
  .swiper-button-prev {
    width: 25px;
  }
  .swiper-button-next {
    width: 25px;
  }
  .reviews_reg {
    width: 346px;
    height: 45px;
    font-size: 18px;
    line-height: 21px;
    margin-left: calc(50% - 175px);
  }
}
@media (min-width: 1212px) {
  .reviews {
    margin-bottom: 70px;
    padding-bottom: 87px;
  }
  .reviews h2 {
    font-size: 60px;
    line-height: 69px;
    padding: 52px 0 50px;
  }
  .swiper-wrapper {
    margin-bottom: 50px;
  }
  .swiper-slide {
    height: 380px;
    padding: 30px;
    border-radius: 20px;
  }
  .swiper-slide:before {
    width: 49px;
    height: 34px;
    top: 124px;
    background-size: 49px 34px;
  }
  .swiper-slide div {
    gap: 20px;
    margin-bottom: 20px;
  }
  .swiper-slide div img {
    width: 84px;
  }
  .swiper-slide div p {
    font-size: 20px;
    line-height: 23px;
  }
  .swiper-slide > p {
    height: 168px;
    -webkit-line-clamp: 8;
    font-size: 18px;
    line-height: 21px;
  }
  .swiper-slide button {
    margin-top: 24px;
    font-size: 18px;
    line-height: 21px;
  }
  .swiper-button-prev {
    left: calc(50% - 93px);
    width: 50px;
  }
  .swiper-button-next {
    right: calc(50% - 93px);
    width: 50px;
  }
  .reviews_reg {
    margin-top: 50px;
    width: 580px;
    height: 80px;
    border-radius: 20px;
    margin-left: calc(50% - 290px);
    font-size: 30px;
    line-height: 34px;
  }
  .reviews__slider {
    padding-left: calc((100% - 1146px) / 2);
    padding-right: calc((100% - 1146px) / 2);
  }
}
.program {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.program h2 {
  font-family: "Ubuntu-bold";
  font-size: 30px;
  line-height: 34px;
  color: #262626;
  margin-bottom: 20px;
}
.program h2 span {
  color: #6B5FD5;
}
.program p {
  font-family: "Ubuntu-bold";
  font-size: 24px;
  line-height: 28px;
  color: #262626;
  margin-bottom: 10px;
}
.program ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  list-style: none;
  padding-left: 15px;
}
.program ul li {
  position: relative;
  font-family: "Ubuntu-light";
  font-size: 15px;
  line-height: 17px;
  color: #262626;
}
.program ul li:before {
  position: absolute;
  content: "";
  left: -14px;
  top: 7px;
  width: 8.4px;
  height: 8.4px;
  background-color: #FF8572;
  border-radius: 50%;
}

.left_block {
  margin-bottom: 29px;
}
.left_block div:first-child {
  margin-bottom: 20px;
}

.right_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.right_block span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 15px;
  border: 3.6px solid #FF8572;
  border-radius: 18px;
  margin-bottom: 20px;
  font-family: "Ubuntu-bold";
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  color: #262626;
}
.right_block iframe {
  width: 300px;
  height: 184.41px;
  border: transparent;
  border-radius: 15.6069px;
}

@media (min-width: 768px) {
  .program {
    margin-bottom: 67px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .program h2 {
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 30px;
  }
  .program p {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 7px;
  }
  .program ul li {
    font-size: 12px;
    line-height: 14px;
  }
  .program ul li:before {
    left: -14px;
    top: 4px;
  }
  .list_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
  }
  .left_block {
    margin-bottom: 0px;
  }
  .right_block {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .right_block span {
    width: 346px;
    padding: 25px 15px;
  }
  .right_block iframe {
    width: 346px;
    height: 212.68px;
    border-radius: 18px;
  }
}
@media (min-width: 1212px) {
  .program {
    margin-bottom: 66px;
  }
  .program h2 {
    font-size: 60px;
    line-height: 69px;
    margin-bottom: 50px;
  }
  .program p {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 14px;
  }
  .program ul {
    gap: 12px;
    padding-left: 24px;
  }
  .program ul li {
    font-size: 20px;
    line-height: 23px;
  }
  .program ul li:before {
    left: -23px;
    top: 7px;
    width: 14px;
    height: 14px;
  }
  .list_block {
    gap: 20px;
  }
  .left_block div:first-child {
    margin-bottom: 36px;
  }
  .right_block span {
    width: 580px;
    border: 6px solid #FF8572;
    border-radius: 30px;
    padding: 42px 15px;
    margin-bottom: 41px;
    font-size: 24px;
    line-height: 28px;
  }
  .right_block iframe {
    width: 580px;
    height: 356.52px;
    border-radius: 30px;
  }
}
.footer {
  background-color: #404143;
  color: #ffffff;
  padding-top: 18px;
  padding-bottom: 35px;
  font-family: "Ubuntu-regular";
}
.footer a {
  color: #ffffff;
}

.footer__copywrite {
  position: relative;
  padding: 7px 25px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #2D2D47;
  border-radius: 16px;
}
.footer__copywrite q {
  padding: 0;
  margin: 0;
  margin-right: 8px;
  font-style: italic;
  font-size: 12px;
}
.footer__copywrite q span {
  font-family: "Ubuntu-bold";
}
.footer__copywrite p {
  padding: 0;
  margin: 0;
  font-family: "Ubuntu-regular";
  font-size: 12px;
}
.footer__copywrite::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("https://fs.advance.ru/landing-pages/webinar/perspektivy/icon-info.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.footer__logo {
  display: block;
  margin-bottom: 7px;
  width: 104px;
  height: auto;
}

.footer__socials {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer__socials img {
  display: block;
  margin-bottom: 0;
  width: 20px;
  height: auto;
}
.footer__socials li:first-child:hover {
  background-color: #4C75A3;
  border-radius: 50%;
}
.footer__socials li:nth-child(2):hover {
  background-color: #ed812b;
  border-radius: 50%;
}
.footer__socials li:nth-child(3):hover {
  background-color: #F52424;
  border-radius: 50%;
}
.footer__socials li:nth-child(4):hover {
  background-color: #0088cc;
  border-radius: 50%;
}

.footer__phones {
  margin-bottom: 16px;
}

.footer__tel {
  display: block;
  color: #ffffff;
  font-size: 11px;
  font-family: "Ubuntu-bold";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer__tel:hover {
  color: #D8B7FA;
}
.footer__tel:active {
  color: #D8B7FA;
}

.footer__details {
  margin-bottom: 23px;
}
.footer__details p {
  padding: 0;
  margin: 0;
  margin-bottom: 3px;
  font-size: 8px;
  line-height: 1.2;
}

.footer__email {
  margin-bottom: 16px;
}
.footer__email a {
  color: #ffffff;
}
.footer__email span {
  margin-right: 5px;
}

.footer__personal {
  display: grid;
  grid-template-columns: 44px 1fr;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-bottom: 14px;
}

.footer__personal-img {
  width: 44px;
  height: 62px;
  background-color: #D9D9D9;
}
.footer__personal-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__personal-text a {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 7px;
}
.footer__personal-text a:first-child {
  margin-bottom: 12px;
}

.footer__training {
  display: block;
  margin-bottom: 9px;
  font-size: 10px;
  line-height: 1.1;
  font-family: "Ubuntu-bold";
  text-transform: uppercase;
}

.footer__section {
  margin-bottom: 8px;
}
.footer__section a {
  display: block;
}

.footer__link {
  font-size: 7px;
  margin-bottom: 6px;
}
.footer__link:last-child {
  margin-bottom: 0;
}

a.footer__main-link {
  font-family: "Ubuntu-bold";
  font-size: 10px;
  margin-bottom: 4px;
  color: #8F8F8F;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a.footer__main-link:hover {
  color: #ffffff;
}
a.footer__main-link:active {
  color: #ffffff;
}

.footer__form {
  width: 100%;
  min-height: 126px;
  border-radius: 6px;
  background-color: #ffffff;
  margin-bottom: 16px;
  margin-top: 20px;
  overflow: hidden;
}

.footer__payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px;
}

.footer__quote {
  display: block;
  font-size: 7px;
  margin-bottom: 20px;
}

.footer__umoney {
  width: 64px;
  height: auto;
}

.footer__tinkoff {
  width: 27px;
  height: auto;
}

.footer__cloud {
  width: 27px;
  height: auto;
}

@media (min-width: 576px) {
  .footer__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .footer__column--last {
    grid-column: 1/3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .footer__column--last .footer__form {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: -50px;
  }
  .footer__column--last .footer__payment {
    grid-column: 1/3;
  }
}
@media (min-width: 768px) {
  .footer {
    padding-top: 32px;
    padding-bottom: 40px;
  }
  .footer__wrap {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
  .footer__column--last {
    grid-column: 3/4;
    display: block;
  }
  .footer__column--last .footer__form {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 0;
  }
}
@media (min-width: 1212px) {
  .footer {
    padding-top: 50px;
  }
  .footer__logo {
    width: 170px;
  }
  .footer__socials {
    margin-bottom: 25px;
  }
  .footer__socials img {
    width: 35px;
  }
  .footer__tel {
    font-size: 18px;
  }
  .footer__details {
    margin-bottom: 40px;
  }
  .footer__details p {
    font-size: 14px;
  }
  .footer__phones {
    margin-bottom: 25px;
  }
  .footer__personal {
    grid-template-columns: 68px 1fr;
    margin-bottom: 24px;
  }
  .footer__personal-text a {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .footer__personal-text a:first-child {
    margin-bottom: 15px;
  }
  .footer__personal-img {
    width: 68px;
    height: 99px;
  }
  .footer__quote {
    font-size: 12px;
  }
  .footer__training {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .footer__link {
    font-size: 12px;
  }
  a.footer__main-link {
    font-size: 16px;
  }
  .footer__section {
    margin-bottom: 16px;
  }
  .footer__section.footer__section--main {
    margin-bottom: 19px;
  }
  .footer__form {
    width: 97%;
    min-height: 210px;
  }
  .footer__payment {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 45px;
    gap: 40px;
  }
  .footer__umoney {
    width: 107px;
  }
  .footer__tinkoff {
    width: 45px;
  }
  .footer__cloud {
    width: 44px;
  }
}
/*# sourceMappingURL=style.css.map */