* {
  -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;
}

.overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(29, 34, 41, 0.96);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 2500;
  overflow-y: auto;
  overflow-x: hidden;
  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;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1200px) {
  .overlay {
    backdrop-filter: blur(0);
  }
}
.modal {
  position: absolute;
  z-index: 3000;
  right: -100vw;
  width: calc(100% - 100px);
  height: auto;
  max-height: 100vh;
  -webkit-transition: right 0.6s;
  transition: right 0.6s;
  background-color: #ffffff;
}
.modal img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal .modal__slider {
  padding-bottom: 60px;
  height: 100%;
}
.modal .modal__slider1 {
  padding-bottom: 40px;
  height: 100%;
}
.modal .modal__slider2 {
  padding-bottom: 40px;
  height: 100%;
}
.modal .modal__slider3 {
  padding-bottom: 40px;
  height: 100%;
}
.modal .modal__slider4 {
  padding-bottom: 40px;
  height: 100%;
}
.modal .modal__slider5 {
  padding-bottom: 40px;
  height: 100%;
}

.modal__slider.modal__slider6 {
  padding-bottom: 70px;
}
.modal__slider.modal__slider6 .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.modal__slider.modal__slider6 .swiper-slide {
  height: auto;
}
.modal__slider.modal__slider6 .swiper-slide img {
  max-height: 300px;
}

.modal__slider6 .modal__slide {
  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;
}

.modal.modal--form {
  height: 443px;
  min-height: 443px;
}

.modal.modal--reviews {
  background-color: transparent;
}

.modal.modal--licenses {
  background-color: transparent;
}

.modal.modal--experts {
  background-color: transparent;
}

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

.modal.active {
  right: 50px;
}

.modal__wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
.modal__wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.modal__cross {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -32px;
  right: -32px;
  cursor: pointer;
}

.modal__slider .swiper-button-prev {
  display: none;
}

.modal__slider .swiper-button-next {
  display: none;
}

.modal__slider1 .swiper-button-prev {
  display: none;
}

.modal__slider1 .swiper-button-next {
  display: none;
}

.modal__slider2 .swiper-button-prev {
  display: none;
}

.modal__slider2 .swiper-button-next {
  display: none;
}

.modal__slider3 .swiper-button-prev {
  display: none;
}

.modal__slider3 .swiper-button-next {
  display: none;
}

.modal__slider4 .swiper-button-prev {
  display: none;
}

.modal__slider4 .swiper-button-next {
  display: none;
}

.modal__slider5 .swiper-button-prev {
  display: none;
}

.modal__slider5 .swiper-button-next {
  display: none;
}

.modal__slider1 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #BDBDBD;
}

.modal__slider1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #BDBDBD;
}

.modal__slider2 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #BDBDBD;
}

.modal__slider2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #BDBDBD;
}

.modal__slider3 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #BDBDBD;
}

.modal__slider3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #BDBDBD;
}

.modal__slider4 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #BDBDBD;
}

.modal__slider4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #BDBDBD;
}

.modal__slider5 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #BDBDBD;
}

.modal__slider5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #BDBDBD;
}

.modal__slider6 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #BDBDBD;
}

.modal__slider6 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #BDBDBD;
}

@media (min-width: 380px) {
  .modal__slider.modal__slider6 .swiper-slide img {
    max-height: 400px;
  }
}
@media (min-width: 576px) {
  .modal.modal--reviews {
    width: 70%;
    height: 70%;
  }
  .modal {
    width: 420px;
    min-height: 70%;
  }
  .modal.active {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .modal__slider .swiper-button-prev {
    display: block;
    color: #BDBDBD;
  }
  .modal__slider .swiper-button-next {
    display: block;
    color: #BDBDBD;
  }
  .modal__slider1 .swiper-button-prev {
    display: block;
    color: #BDBDBD;
  }
  .modal__slider1 .swiper-button-next {
    display: block;
    color: #BDBDBD;
  }
  .modal__slider2 .swiper-button-prev {
    display: block;
    color: #BDBDBD;
  }
  .modal__slider2 .swiper-button-next {
    display: block;
    color: #BDBDBD;
  }
  .modal__slider3 .swiper-button-prev {
    display: block;
    color: #BDBDBD;
  }
  .modal__slider3 .swiper-button-next {
    display: block;
    color: #BDBDBD;
  }
  .modal__slider4 .swiper-button-prev {
    display: block;
    color: #BDBDBD;
  }
  .modal__slider4 .swiper-button-next {
    display: block;
    color: #BDBDBD;
  }
  .modal__slider5 .swiper-button-prev {
    display: block;
    color: #BDBDBD;
  }
  .modal__slider5 .swiper-button-next {
    display: block;
    color: #BDBDBD;
  }
  .modal__slider1 .swiper-pagination {
    display: none;
  }
  .modal__slider2 .swiper-pagination {
    display: none;
  }
  .modal__slider3 .swiper-pagination {
    display: none;
  }
  .modal__slider4 .swiper-pagination {
    display: none;
  }
  .modal__slider5 .swiper-pagination {
    display: none;
  }
  .modal__slider6 .swiper-pagination {
    display: none;
  }
  .modal__slider.modal__slider6 {
    padding-bottom: 0;
  }
  .modal__slider.modal__slider6 .swiper-slide img {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .modal__slider.modal__slider6 {
    padding-bottom: 0;
  }
  .modal__slider.modal__slider6 .swiper-slide img {
    max-height: none;
    max-width: none;
  }
}
.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;
  color: #ffffff;
}

.banner__wrap {
  margin-bottom: 78px;
  padding: 20px 20px 358px;
  background: linear-gradient(60deg, #47857D 0%, #28665F 54%, #023430 100%);
  border-radius: 20px;
  overflow: hidden;
  background-image: url("https://fs.advance.ru/landing-pages/webinar/child_motivation/bg_320.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.banner_text h1 {
  font-family: "Ubuntu-light";
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.banner_text h1 span {
  font-family: "Ubuntu-bold";
}

.info {
  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;
}
.info p:first-child {
  width: 170px;
  height: 30px;
  background: #FE4C04;
  border-radius: 6px;
  padding: 2px 9px;
  font-family: "Ubuntu-bold";
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.info p:last-child {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.homework {
  padding: 10px 6px;
  background: rgba(25, 30, 39, 0.1);
  backdrop-filter: blur(9px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2);
}
.homework p {
  font-family: "Ubuntu-medium";
  font-size: 13.2px;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
}

.bonus {
  position: relative;
  padding: 83px 20px 22px;
  background: #337670;
  backdrop-filter: blur(6px);
  border-radius: 18px;
}
.bonus img {
  width: 96px;
  position: absolute;
  left: calc(50% - 45px);
  top: -61px;
}
.bonus p {
  font-family: "Ubuntu-regular";
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.bonus p span {
  font-family: "Ubuntu-bold";
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
}
.bonus a {
  display: block;
  padding: 17px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FE4C04), to(#FF803D));
  background: linear-gradient(0deg, #FE4C04 0%, #FF803D 100%);
  border-radius: 12px;
  font-family: "Ubuntu-bold";
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #FFFFFF;
}
.bonus a: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%);
}
.bonus a: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;
    overflow: hidden;
    color: #ffffff;
  }
  .banner__wrap {
    margin-bottom: 35px;
    padding: 42px 230px 42px 40px;
    border-radius: 20px;
    background-image: url("https://fs.advance.ru/landing-pages/webinar/child_motivation/bg_1180.png");
    background-position: bottom right;
  }
  .banner_text h1 {
    width: 302px;
    font-size: 36px;
    line-height: 36px;
    text-align: left;
  }
  .info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 18px;
  }
  .info p:first-child {
    width: 140px;
    border-radius: 6px;
    padding: 2px 3px;
    font-size: 14px;
    line-height: 24px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .info p:last-child {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    margin-bottom: 0px;
  }
  .homework {
    width: 302px;
    padding: 10px;
  }
  .bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 10px 10px 108px;
  }
  .bonus img {
    left: 12px;
    top: -31px;
  }
  .bonus p {
    font-size: 11px;
    line-height: 13px;
    text-align: left;
    margin-bottom: 0px;
  }
  .bonus p span {
    font-size: 14px;
    line-height: 16px;
  }
  .bonus a {
    width: 276px;
    height: 45px;
    padding: 13px 0;
    font-size: 14.4px;
    line-height: 17px;
  }
}
@media (min-width: 1212px) {
  .banner {
    margin-bottom: 61px;
  }
  .banner__wrap {
    margin-bottom: 61px;
    padding: 70px 400px 70px 80px;
    border-radius: 30px;
  }
  .banner_text h1 {
    width: 516px;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
  }
  .info {
    margin-bottom: 30px;
  }
  .info p:first-child {
    width: 230px;
    height: 50px;
    border-radius: 10px;
    padding: 2px 5px;
    font-size: 22px;
    line-height: 40px;
    margin-right: 20px;
  }
  .info p:last-child {
    font-size: 22px;
    line-height: 26px;
  }
  .homework {
    width: 500px;
    margin-right: 200px;
    padding: 19px;
    border-radius: 20px;
  }
  .homework p {
    font-size: 22px;
    line-height: 25px;
  }
  .bonus {
    padding: 20px 20px 20px 178px;
    border-radius: 30px;
  }
  .bonus img {
    width: 130px;
    left: 30px;
    top: -50px;
  }
  .bonus p {
    font-size: 18px;
    line-height: 21px;
  }
  .bonus p span {
    font-size: 22px;
    line-height: 25px;
  }
  .bonus a {
    width: 460px;
    height: 69px;
    padding: 20px 0;
    font-size: 24px;
    line-height: 28px;
    border-radius: 20px;
  }
}
.situation {
  margin-bottom: 30px;
}

.situation__title {
  padding: 0;
  margin: 0;
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 34px;
  color: #191E27;
  font-family: "Ubuntu-bold";
  text-align: center;
}

.situation__wrap {
  padding: 24px 20px 25px;
  background-color: #FFE9E1;
  border-radius: 18px;
}
.situation__wrap img {
  display: block;
  margin: 0 auto 10px;
  border-radius: 14px;
}

.situation__info {
  margin-bottom: 10px;
}

.situation__info.situation__info--add {
  margin-bottom: 0;
}

.situation__list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
}
.situation__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding: 13px 12px 13px 10px;
  margin-bottom: 10px;
  border-radius: 12px;
  background-color: #ffffff;
  min-height: 36px;
}
.situation__list li img {
  margin: 0;
  border-radius: 0;
  width: 27px;
  height: 100%;
}
.situation__list li p {
  font-size: 16px;
  line-height: 18px;
  color: #191E27;
}
.situation__list li p span {
  font-family: "Ubuntu-bold";
}

.situation_conclusion {
  padding: 20px;
  background: #FE7F3C;
  border-radius: 12px;
  font-family: "Ubuntu-light";
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
}
.situation_conclusion span {
  font-family: "Ubuntu-bold";
}

@media (min-width: 576px) {
  .situation__wrap img {
    max-width: 280px;
  }
}
@media (min-width: 768px) {
  .situation {
    margin-bottom: 30px;
  }
  .situation h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .situation__wrap {
    padding: 30px 45px 43px;
  }
  .situation__wrap img {
    max-width: 100%;
  }
  .situation__info {
    display: grid;
    grid-template-columns: 241px 1fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    margin-bottom: 10px;
  }
  .situation__info img {
    margin-bottom: 0;
  }
  .situation__info.situation__info--add {
    grid-template-columns: 1fr 241px;
  }
  .situation__info.situation__info--add img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .situation__info.situation__info--add .situation__list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .situation__list {
    margin-bottom: 0;
  }
  .situation__list:last-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .situation__list li {
    gap: 7px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 16px 13px 10px;
    margin-bottom: 12px;
    height: 54px;
  }
  .situation__list li p {
    font-size: 11px;
    line-height: 13px;
  }
  .situation__list li img {
    width: 29px;
    height: 90%;
  }
  .situation__list li:last-child {
    margin-bottom: 0px;
  }
  .situation_conclusion {
    margin-top: 17px;
    padding: 20px;
  }
}
@media (min-width: 1212px) {
  .situation {
    margin-bottom: 50px;
  }
  .situation h2 {
    font-size: 40px;
    margin-bottom: 42px;
  }
  .situation__wrap {
    padding: 50px 80px 72px 80px;
    border-radius: 30px;
  }
  .situation__info {
    grid-template-columns: 400px 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-bottom: 20px;
  }
  .situation__info img {
    border-radius: 20px;
  }
  .situation__info.situation__info--add {
    grid-template-columns: 1fr 400px;
  }
  .situation__list li {
    gap: 12px;
    padding: 20px 25px;
    margin-bottom: 20px;
    font-size: 20px;
    border-radius: 20px;
    height: 90px;
  }
  .situation__list li img {
    width: auto;
    height: auto;
  }
  .situation__list li p {
    font-size: 18px;
    line-height: 21px;
  }
  .situation_conclusion {
    margin-top: 30px;
    padding: 30px;
    font-size: 30px;
    line-height: 34px;
    border-radius: 20px;
  }
}
.teacher {
  margin-bottom: 30px;
}

.teacher__wrap {
  padding: 20px 20px 27px;
  background: #CEE9E6;
  border-radius: 18px;
}
.teacher__wrap h2 {
  font-family: "Ubuntu-bold";
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 14px;
}

.about {
  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;
}
.about > img {
  width: 260px;
  margin-bottom: 20px;
}

.desc > p {
  font-family: "Ubuntu-bold";
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 20px;
}
.desc > p span {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #337670;
}
.desc 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: 10px;
  list-style: none;
  margin-bottom: 10px;
}
.desc ul li {
  padding: 20px 13px 20px 15px;
  background: #FFFFFF;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}
.desc ul li img {
  width: 24px;
  height: 100%;
  margin-top: 4px;
}
.desc ul li p {
  font-size: 16px;
  line-height: 18px;
}
.desc ul li p span {
  font-family: "Ubuntu-bold";
}

.reg {
  padding: 30px 26px;
  background: linear-gradient(60deg, #023430 0%, #28665F 46%, #47857D 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #6D00DD;
  border-radius: 12px;
}
.reg p {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.reg p span {
  font-family: "Ubuntu-bold";
}
.reg a {
  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;
  height: 60px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FE4C04), to(#FF803D));
  background: linear-gradient(0deg, #FE4C04 0%, #FF803D 100%);
  border-radius: 12px;
  font-family: "Ubuntu-bold";
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .teacher__wrap {
    padding: 30px 38px 46px;
  }
  .teacher__wrap h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 29px;
  }
  .about {
    display: grid;
    grid-template-columns: 181px 1fr;
    gap: 15px;
    margin-bottom: 20px;
  }
  .about > img {
    width: 181px;
    margin-bottom: 0px;
  }
  .desc {
    gap: 15px;
  }
  .desc > p {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 14px;
    text-align: left;
  }
  .desc > p span {
    font-size: 22px;
    line-height: 25px;
  }
  .desc ul {
    gap: 6px;
    margin-bottom: 0px;
  }
  .desc ul li {
    height: 42px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 14px 8px 15px;
    gap: 12px;
  }
  .desc ul li p {
    font-size: 11px;
    line-height: 13px;
  }
  .desc ul li p br {
    display: none;
  }
  .desc ul li img {
    margin-top: 0;
  }
  .reg {
    grid-column: 1/3;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reg p {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px;
  }
  .reg a {
    width: 226px;
    height: 48px;
    font-size: 14.4px;
    line-height: 17px;
  }
}
@media (min-width: 1212px) {
  .teacher__wrap {
    padding: 50px 80px 72px;
  }
  .teacher__wrap h2 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 50px;
  }
  .about {
    grid-template-columns: 300px 1fr;
    gap: 20px;
    margin-bottom: 0px;
  }
  .about > img {
    width: 300px;
  }
  .desc {
    gap: 0px;
  }
  .desc > p {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .desc > p span {
    font-size: 36px;
    line-height: 41px;
  }
  .desc ul {
    gap: 10px;
  }
  .desc ul li {
    height: 70px;
    padding: 8px 14px 8px 15px;
    gap: 21px;
  }
  .desc ul li p {
    font-size: 18px;
    line-height: 21px;
  }
  .desc ul li img {
    width: 40px;
    height: auto;
  }
  .reg {
    border-radius: 20px;
    padding: 40px;
  }
  .reg p {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  .reg a {
    width: 379px;
    height: 80px;
    border-radius: 20px;
    font-size: 24px;
    line-height: 28px;
  }
}
.reviews {
  margin-bottom: 30px;
}

.reviews__wrap {
  margin-bottom: 20px;
}
.reviews__wrap h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 14px;
  color: #191E27;
  font-family: "Ubuntu-bold";
  font-size: 30px;
  line-height: 34px;
  text-align: center;
}

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

.reviews__slide {
  height: 230px;
  border-radius: 13px;
  overflow: hidden;
}
.reviews__slide img {
  display: block;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews__slide:first-child {
  width: 250px;
}
.reviews__slide:nth-child(2) {
  width: 235px;
}
.reviews__slide:nth-child(3) {
  width: 253px;
}
.reviews__slide:nth-child(4) {
  width: 137px;
}
.reviews__slide:nth-child(5) {
  width: 157px;
}
.reviews__slide:nth-child(6) {
  width: 154px;
}
.reviews__slide:nth-child(7) {
  width: 184px;
}
.reviews__slide:nth-child(8) {
  width: 207px;
}
.reviews__slide:nth-child(9) {
  width: 205px;
}
.reviews__slide:nth-child(10) {
  width: 185px;
}
.reviews__slide:nth-child(11) {
  width: 182px;
}
.reviews__slide:nth-child(12) {
  width: 216px;
}
.reviews__slide:nth-child(13) {
  width: 204px;
}
.reviews__slide:nth-child(14) {
  width: 237px;
}

.reviews__slide:last-child {
  opacity: 1;
}

.reviews__slider .swiper-slide-next {
  opacity: 0.5;
}

.reviews__slider .swiper-button-prev {
  top: auto;
  left: calc(50% - 40px);
  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;
}

.reviews__slider .swiper-button-next {
  top: auto;
  bottom: 0;
  right: calc(50% - 40px);
  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;
}

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

@media (min-width: 768px) {
  .reviews__wrap h2 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 28px;
  }
  .reviews__slider {
    padding-left: 30px;
    padding-bottom: 50px;
  }
  .reviews__slide {
    height: 210px;
  }
  .reviews__slide:first-child {
    width: 228px;
  }
  .reviews__slide:nth-child(2) {
    width: 215px;
  }
  .reviews__slide:nth-child(3) {
    width: 231px;
  }
  .reviews__slide:nth-child(4) {
    width: 125px;
  }
  .reviews__slide:nth-child(5) {
    width: 144px;
  }
  .reviews__slide:nth-child(6) {
    width: 140px;
  }
  .reviews__slide:nth-child(7) {
    width: 168px;
  }
  .reviews__slide:nth-child(8) {
    width: 189px;
  }
  .reviews__slide:nth-child(9) {
    width: 187px;
  }
  .reviews__slide:nth-child(10) {
    width: 168px;
  }
  .reviews__slide:nth-child(11) {
    width: 166px;
  }
  .reviews__slide:nth-child(12) {
    width: 197px;
  }
  .reviews__slide:nth-child(13) {
    width: 186px;
  }
  .reviews__slide:nth-child(14) {
    width: 216px;
  }
  .reviews__slider.swiper-slide {
    opacity: 0.5;
  }
  .reviews__slide.swiper-slide-next {
    opacity: 1;
  }
  .reviews__slide.swiper-slide-next + .reviews__slide {
    opacity: 1;
  }
  .reviews__slide.swiper-slide-active {
    opacity: 1;
  }
  .reviews__slider .swiper-button-prev {
    left: calc(50% - 48px);
    width: 37px;
  }
  .reviews__slider .swiper-button-next {
    right: calc(50% - 48px);
    width: 37px;
  }
}
@media (min-width: 1212px) {
  .reviews {
    margin-bottom: 50px;
  }
  .reviews__wrap h2 {
    margin-bottom: 22px;
    font-size: 40px;
    line-height: 46px;
  }
  .reviews__slider {
    padding-left: calc((100% - 1146px) / 2);
    padding-right: calc((100% - 1146px) / 2);
    padding-bottom: 98px;
  }
  .reviews__slide {
    width: auto !important;
    height: 350px;
    border-radius: 20px;
    opacity: 0.5;
  }
  .reviews__slide:first-child {
    width: 380px;
  }
  .reviews__slide:nth-child(2) {
    width: 349px;
  }
  .reviews__slide:nth-child(3) {
    width: 386px;
  }
  .reviews__slide:nth-child(4) {
    width: 208px;
  }
  .reviews__slide:nth-child(5) {
    width: 240px;
  }
  .reviews__slide:nth-child(6) {
    width: 234px;
  }
  .reviews__slide:nth-child(7) {
    width: 281px;
  }
  .reviews__slide:nth-child(8) {
    width: 316px;
  }
  .reviews__slide:nth-child(9) {
    width: 312px;
  }
  .reviews__slide:nth-child(10) {
    width: 281px;
  }
  .reviews__slide:nth-child(11) {
    width: 278px;
  }
  .reviews__slide:nth-child(12) {
    width: 328px;
  }
  .reviews__slide:nth-child(13) {
    width: 380px;
  }
  .reviews__slide:nth-child(14) {
    width: 310px;
  }
  .reviews__slider .swiper-button-prev {
    width: 50px;
    left: calc(50% - 70px);
  }
  .reviews__slider .swiper-button-next {
    width: 50px;
    right: calc(50% - 70px);
  }
}
.get {
  margin-bottom: 30px;
}
.get h2 {
  font-family: "Ubuntu-bold";
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  color: #091628;
  margin-bottom: 14px;
}
.get 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: 20px;
  list-style: none;
}
.get ul li {
  padding: 20px;
  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;
  width: 100%;
  background: linear-gradient(135deg, #FFF2ED 0%, #FFE5DB 100%);
  border-radius: 30px;
}
.get ul li:last-child {
  background: #F3E8FF;
  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;
}
.get ul li:last-child div {
  width: 100%;
  padding: 30px 26px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  border-radius: 20px;
}
.get ul li:last-child div img {
  width: 40px;
}
.get ul li:last-child div p {
  font-family: "Ubuntu-medium";
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #191E27;
}
.get ul li img {
  width: 260px;
  margin-bottom: 20px;
}
.get ul li p {
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  color: #191E27;
}
.get ul li p.name {
  font-family: "Ubuntu-bold";
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #191E27;
}
.get ul li p.conclusion {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .get {
    margin-bottom: 20px;
  }
  .get h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 17px;
  }
  .get ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }
  .get ul li {
    padding: 15px;
    height: 243px;
    border-radius: 18px;
  }
  .get ul li:last-child {
    gap: 17px;
  }
  .get ul li:last-child div {
    gap: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 14px;
    border-radius: 12px;
  }
  .get ul li:last-child div img {
    width: 23px;
    margin-bottom: 0;
  }
  .get ul li:last-child div p {
    text-align: left;
    font-size: 15px;
    line-height: 17px;
  }
  .get ul li img {
    width: 190px;
    margin-bottom: 17px;
  }
  .get ul li p {
    font-size: 13px;
    line-height: 15px;
  }
  .get ul li p.name {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 5px;
  }
  .get ul li p.conclusion {
    margin-top: 7px;
  }
}
@media (min-width: 1212px) {
  .get {
    margin-bottom: 50px;
  }
  .get h2 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 30px;
  }
  .get ul {
    gap: 20px;
  }
  .get ul li {
    padding: 30px;
    height: 410px;
    border-radius: 30px;
  }
  .get ul li:last-child {
    gap: 30px;
  }
  .get ul li:last-child div {
    gap: 15px;
    padding: 25px;
    border-radius: 20px;
  }
  .get ul li:last-child div img {
    width: 40px;
  }
  .get ul li:last-child div p {
    font-size: 24px;
    line-height: 28px;
  }
  .get ul li img {
    width: 320px;
    margin-bottom: 30px;
  }
  .get ul li p {
    font-size: 22px;
    line-height: 25px;
  }
  .get ul li p.name {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 7px;
  }
  .get ul li p.conclusion {
    margin-top: 7px;
  }
}
.problems {
  margin-bottom: 30px;
}

.problems__wrap {
  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;
  padding: 30px 20px;
  background: #FFE9E1;
  border-radius: 18px;
}
.problems__wrap h2 {
  font-family: "Ubuntu-bold";
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  color: #191E27;
  margin-bottom: 14px;
}
.problems__wrap img {
  width: 260px;
  margin-bottom: 30px;
}
.problems__wrap h3 {
  font-family: "Ubuntu-bold";
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 5px;
}
.problems__wrap p {
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 30px;
}
.problems__wrap a {
  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: 12px;
  font-family: "Ubuntu-bold";
  font-size: 20px;
  line-height: 23px;
  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;
}
.problems__wrap div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.problems__wrap 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: 10px;
}
.problems__wrap div li {
  position: relative;
  padding: 10px 10px 13px 48px;
  background: #FFFFFF;
  border-radius: 12px;
  font-size: 18px;
  line-height: 21px;
}
.problems__wrap div li span {
  font-family: "Ubuntu-bold";
}
.problems__wrap div li:before {
  position: absolute;
  content: "";
  left: 18px;
  top: 15px;
  background-image: url("https://fs.advance.ru/landing-pages/webinar/child_motivation/kurs-arrow.svg");
  background-repeat: no-repeat;
  background-size: 18.21px 18px;
  width: 18.21px;
  height: 18px;
}

@media (min-width: 768px) {
  .problems__wrap {
    padding: 48px 40px 44px;
  }
  .problems__wrap h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  .problems__wrap img {
    width: 241px;
    margin-bottom: 0px;
  }
  .problems__wrap h3 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  .problems__wrap p {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px;
  }
  .problems__wrap a {
    width: 227px;
    height: 48px;
    font-size: 14.4px;
    line-height: 17px;
  }
  .problems__wrap div {
    gap: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 30px;
  }
  .problems__wrap div ul {
    gap: 12px;
  }
  .problems__wrap div li {
    padding: 15px 10px 15px 45px;
    font-size: 14px;
    line-height: 16px;
  }
  .problems__wrap div li:before {
    left: 17px;
    top: calc(50% - 8px);
  }
}
@media (min-width: 1212px) {
  .problems {
    margin-bottom: 50px;
  }
  .problems__wrap {
    padding: 80px 80px 73px;
    border-radius: 30px;
  }
  .problems__wrap h2 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 42px;
  }
  .problems__wrap img {
    width: 400px;
  }
  .problems__wrap h3 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .problems__wrap p {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 50px;
  }
  .problems__wrap a {
    width: 379px;
    height: 80px;
    border-radius: 20px;
    font-size: 24px;
    line-height: 28px;
  }
  .problems__wrap div {
    gap: 20px;
    margin-bottom: 50px;
  }
  .problems__wrap div ul {
    gap: 20px;
  }
  .problems__wrap div li {
    height: 90px;
    padding: 20px 20px 20px 80px;
    border-radius: 20px;
    font-size: 22px;
    line-height: 25px;
  }
  .problems__wrap div li:nth-child(1), .problems__wrap div li:nth-child(2) {
    gap: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .problems__wrap div li:before {
    left: 28px;
    top: calc(50% - 14px);
    background-size: 30.35px 30px;
    width: 30.35px;
    height: 30px;
  }
}
.registration {
  margin-bottom: 30px;
}

.registration__wrap {
  padding: 30px 20px 24px 20px;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(280deg, #47857D 0%, #28665F 54%, #023430 100%);
}
.registration__wrap img {
  display: block;
  width: 100%;
  max-width: 260px;
  margin-bottom: 20px;
  border-radius: 16px;
}
.registration__wrap h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 14px;
  font-family: "Ubuntu-bold";
  font-size: 30px;
  line-height: 34px;
  text-align: center;
}
.registration__wrap p.registration__text {
  padding: 0;
  margin: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}
.registration__wrap p.registration__text br {
  display: none;
}

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

.registration_form {
  padding: 20px 26px;
  backdrop-filter: blur(3px);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
}
.registration_form p.registration__places {
  padding: 8px 10px;
  margin-bottom: 10px;
  backdrop-filter: blur(3px);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 9px;
  font-family: "Ubuntu-light";
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
.registration_form p.registration__places span {
  font-family: "Ubuntu-bold";
  font-size: 18px;
  line-height: 21px;
}

.gift {
  min-height: 50px;
  margin-top: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 10px 6px 59px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(1.49746px);
  border-radius: 8.98477px;
}
.gift img {
  width: 54px;
  position: absolute;
  left: 1px;
  bottom: 0;
  margin: 0;
}
.gift p {
  font-family: "Ubuntu-bold";
  font-size: 11px;
  line-height: 13px;
  text-align: left;
}
.gift br {
  display: none;
}

@media (min-width: 768px) {
  .registration__wrap {
    padding: 30px 45px 51px;
  }
  .registration__wrap img {
    margin-bottom: 0;
    width: 100%;
    max-width: 287px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .registration__wrap h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 18px;
  }
  .registration__wrap p.registration__text {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 30px;
  }
  .registration__wrap p.registration__text br {
    display: block;
  }
  .registration_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
  }
  .registration_form {
    width: 100%;
    padding: 23px 27px 25px;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .registration_form p.registration__places {
    width: 100%;
    font-size: 9.58376px;
    line-height: 11px;
  }
  .registration_form p.registration__places span {
    font-size: 14.3756px;
    line-height: 17px;
  }
  .registration_form p {
    font-size: 22px;
  }
  .registration_form .gc-custom-form {
    width: 100%;
  }
  .gift {
    width: 100%;
    margin-top: 18px;
    padding: 8px 12px 8px 59px;
  }
  .gift br {
    display: block;
  }
  .gift p {
    font-size: 9.58376px;
    line-height: 11px;
  }
  .gift img {
    width: 53px;
  }
}
@media (min-width: 1212px) {
  .registration {
    margin-bottom: 50px;
  }
  .registration__wrap {
    padding: 50px 80px 86px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    border-radius: 30px;
  }
  .registration__wrap img {
    margin-bottom: 0;
    border-radius: 20px;
    width: 100%;
    height: 540px;
    max-width: none;
    -o-object-fit: unset;
       object-fit: unset;
  }
  .registration__wrap h2 {
    font-size: 50px;
    line-height: 57px;
    margin-bottom: 30px;
  }
  .registration__wrap p.registration__text {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 50px;
  }
  .registration_form {
    padding: 40px;
    height: 540px;
    border-radius: 20px;
  }
  .registration_form p.registration__places {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    border-radius: 15px;
  }
  .registration_form p.registration__places span {
    font-size: 24px;
    line-height: 28px;
  }
  .gift {
    padding: 20px 20px 20px 100px;
    border-radius: 15px;
  }
  .gift img {
    width: 90px;
    height: 90px;
  }
  .gift p {
    font-size: 16px;
    line-height: 18px;
  }
}
.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 */