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

.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: 5px;
  }
  .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 {
    font-size: 20px;
  }
}
.banner {
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.banner__wrap {
  padding: 20px;
  position: relative;
  background: #0a172a;
  border-radius: 20px;
  overflow: hidden;
  background-image: url("https://fs.advance.ru/landing-pages//webinar/rne_preparation/bg-mobile.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
}

.banner__text-wrap {
  font-family: "Ubuntu-light";
}
.banner__text-wrap p {
  padding: 0;
  margin: 0;
  margin-bottom: 29px;
  font-size: 14px;
  text-align: center;
}
.banner__text-wrap p br {
  display: none;
}

.banner__title {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Ubuntu-bold";
  font-size: 32px;
  line-height: 1.1;
  text-align: center;
  color: #ffffff;
}

.banner__info {
  margin-bottom: 15px;
}
.banner__info p {
  padding: 0;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
}
.banner__info p:first-child {
  display: block;
  padding: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  font-family: "Ubuntu-medium";
  background: rgba(21, 125, 196, 0.3);
  border-radius: 5px;
  max-width: 150px;
}
.banner__info p br {
  display: none;
}

.banner__btn {
  display: block;
  padding: 8px 15px;
  margin: 0 auto 328px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.1;
  font-family: "Ubuntu-bold";
  border-radius: 10px;
  border: none;
  background: #FE4C04;
  background: -webkit-gradient(linear, left bottom, left top, from(#fe4c04), to(#ff803d));
  background: linear-gradient(0deg, #fe4c04 0%, #ff803d 100%);
  text-align: center;
  width: 260px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.banner__btn: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__btn: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%);
}

.banner__gift-wrap {
  position: relative;
  padding: 2px 0 0 0;
  margin: 0 auto 10px;
  border-radius: 10px;
  backdrop-filter: blur(3px);
  background: #157dc4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  z-index: 2;
  max-width: 260px;
}
.banner__gift-wrap .banner__gift-text {
  padding-top: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
}
.banner__gift-wrap .banner__gift-text h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 3px;
  font-family: "Ubuntu-bold";
  font-size: 12px;
  text-transform: uppercase;
}
.banner__gift-wrap .banner__gift-text p {
  padding: 0;
  margin: 0;
  margin-bottom: 7px;
  font-size: 9px;
  text-align: left;
  border-radius: 0;
}
.banner__gift-wrap img {
  display: block;
  margin-top: -30px;
  width: 56px;
  height: auto;
}

@media (min-width: 768px) {
  .banner__wrap {
    padding: 42px 45px 41px 45px;
    background-image: url("https://fs.advance.ru/landing-pages//webinar/rne_preparation/bg-tablet.jpg");
    background-position: bottom right;
    min-height: 414px;
  }
  .banner__text-wrap {
    padding-right: 30%;
  }
  .banner__text-wrap p {
    padding-left: 0;
    margin-bottom: 25px;
    font-size: 14px;
    text-align: left;
  }
  .banner__text-wrap p br {
    display: block;
  }
  .banner__title {
    font-size: 32px;
    margin-bottom: 10px;
    text-align: left;
  }
  .banner__info {
    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: 12px;
    margin-bottom: 15px;
  }
  .banner__info p {
    font-size: 14px;
    margin: 0;
  }
  .banner__info p:first-child {
    padding: 5px 15px;
    font-size: 14px;
    margin-bottom: 0;
    max-width: none;
  }
  .banner__info p br {
    display: block;
  }
  .banner__btn {
    padding: 15px 15px;
    margin: 0;
    font-size: 14px;
    width: 317px;
  }
  .banner__btn br {
    display: none;
  }
  .banner__gift-wrap {
    max-width: 317px;
    margin: 0;
    margin-bottom: 15px;
  }
  .banner__gift-wrap .banner__gift-text {
    padding-left: 5px;
  }
  .banner__gift-wrap .banner__gift-text h2 {
    font-size: 14px;
  }
  .banner__gift-wrap .banner__gift-text p {
    font-size: 11px;
  }
  .banner__gift-wrap img {
    width: 72px;
    margin-top: -20px;
  }
}
@media (min-width: 850px) {
  .banner__text-wrap p br {
    display: none;
  }
}
@media (min-width: 1212px) {
  .banner {
    margin-bottom: 20px;
  }
  .banner__wrap {
    padding-top: 70px;
    padding-left: 81px;
    padding-right: 0;
    padding-bottom: 75px;
    border-radius: 30px;
    background-image: url("https://fs.advance.ru/landing-pages//webinar/rne_preparation/bg-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .banner__title {
    font-size: 54px;
    margin-bottom: 21px;
  }
  .banner__text-wrap {
    padding-right: 380px;
  }
  .banner__text-wrap p {
    font-size: 24px;
    margin-bottom: 37px;
  }
  .banner__text-wrap p br {
    display: block;
  }
  .banner__btn {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 22px;
    border-radius: 20px;
    width: 520px;
  }
  .banner__info {
    margin-bottom: 20px;
    gap: 20px;
  }
  .banner__info p {
    font-size: 24px;
    margin-bottom: 0;
  }
  .banner__info p:first-child {
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 24px;
  }
  .banner__gift-wrap {
    margin-bottom: 20px;
    max-width: 525px;
    border-radius: 15px;
  }
  .banner__gift-wrap img {
    width: 120px;
    margin-top: -30px;
  }
  .banner__gift-wrap .banner__gift-text {
    padding-top: 6px;
    padding-left: 2px;
    padding-bottom: 15px;
  }
  .banner__gift-wrap .banner__gift-text h2 {
    font-size: 22px;
  }
  .banner__gift-wrap .banner__gift-text p {
    font-size: 18px;
  }
}
.asi {
  margin-bottom: 20px;
}

.asi__wrap {
  padding: 12px 25px 15px 25px;
  background: url("https://fs.advance.ru/landing-pages//webinar/rne_preparation/a-crop-mobile.svg"), linear-gradient(135deg, #f0e2ff 0%, #d4eeff 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  border-radius: 20px;
}
.asi__wrap p {
  padding: 0;
  margin: 0;
  margin-bottom: 6px;
  font-family: "Ubuntu-bold";
  font-size: 13px;
  width: 100%;
  text-align: center;
}

.asi__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
}
.asi__img img {
  display: block;
  width: 123px;
  height: auto;
}

@media (min-width: 768px) {
  .asi {
    margin-bottom: 30px;
  }
  .asi__wrap {
    padding: 7px 45px 6px 48px;
    display: grid;
    grid-template-columns: 1fr 210px;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url("https://fs.advance.ru/landing-pages//webinar/rne_preparation/a-crop-tablet.svg"), linear-gradient(135deg, #f0e2ff 0%, #d4eeff 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, center;
    height: 66px;
  }
  .asi__wrap p {
    margin-bottom: 0;
    text-align: left;
  }
  .asi__img {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .asi__img img {
    width: 100px;
    height: 52px;
    background-size: contain;
  }
  .asi__img img:first-child {
    height: 41px;
  }
}
@media (min-width: 1212px) {
  .asi {
    margin-bottom: 50px;
  }
  .asi__wrap {
    padding: 11px 79px 11px 80px;
    grid-template-columns: 1fr 368px;
    background: url("https://fs.advance.ru/landing-pages//webinar/rne_preparation/a-crop.svg"), linear-gradient(135deg, #f0e2ff 0%, #d4eeff 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, center;
    height: 110px;
    border-radius: 30px;
  }
  .asi__wrap p {
    font-size: 22px;
  }
  .asi__img {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .asi__img img {
    width: 168px;
    height: 87px;
  }
  .asi__img img:first-child {
    width: 180px;
    height: 74px;
  }
}
.presentation {
  margin-bottom: 30px;
}
.presentation h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-family: "Ubuntu-bold";
  font-size: 24px;
  text-align: center;
}

.presentation__list {
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
  margin-left: 37px;
  margin-right: 37px;
  list-style: none;
}
.presentation__list li {
  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;
  gap: 18px;
  padding: 18px 17px;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #fff2ed 0%, #ffe5db 100%);
  border-radius: 20px;
  height: 192px;
}
.presentation__list li p {
  padding: 0;
  margin: 0;
  font-family: "Ubuntu-regular";
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.presentation__list li p br {
  display: none;
}
.presentation__list li img {
  width: 190px;
  height: auto;
  border-radius: 12px;
}

.presentation__text p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  text-align: center;
}
.presentation__text p span {
  padding: 2px;
  background: linear-gradient(135deg, #ffe5db 0%, #fff2ed 100%);
  border-radius: 3px;
}

@media (min-width: 768px) {
  .presentation h2 {
    margin-bottom: 20px;
  }
  .presentation__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
  }
  .presentation__list li {
    margin-bottom: 0;
    height: 192px;
    gap: 10px;
  }
  .presentation__list li img {
    width: 190px;
    height: auto;
  }
  .presentation__list li p {
    font-size: 14px;
  }
}
@media (min-width: 1212px) {
  .presentation {
    margin-bottom: 45px;
  }
  .presentation h2 {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .presentation__list {
    gap: 20px;
    margin-bottom: 50px;
  }
  .presentation__list li {
    padding: 30px 30px 0 30px;
    height: 320px;
    gap: 20px;
    border-radius: 30px;
  }
  .presentation__list li p {
    font-size: 22px;
  }
  .presentation__list li p br {
    display: block;
  }
  .presentation__list li img {
    width: 100%;
    border-radius: 20px;
  }
  .presentation__text p {
    font-size: 30px;
  }
  .presentation__text p span {
    padding: 2px 5px;
    border-radius: 5px;
  }
}
.webinar {
  margin-bottom: 30px;
}

.webinar__wrap {
  padding: 30px 20px;
  background-color: #F3E8FF;
  border-radius: 20px;
}
.webinar__wrap h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  font-family: "Ubuntu-bold";
  font-size: 24px;
  text-align: center;
}
.webinar__wrap p {
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  text-align: center;
}
.webinar__wrap p.webinar__text {
  padding: 0;
  margin-bottom: 17px;
  font-size: 14px;
}
.webinar__wrap h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Ubuntu-bold";
  font-size: 24px;
  text-align: center;
}
.webinar__wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.webinar__wrap ul li {
  display: grid;
  grid-template-columns: 45px 1fr;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 10px 11px 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 12px;
}
.webinar__wrap ul li p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.1;
  text-align: left;
}
.webinar__wrap ul li p span {
  font-family: "Ubuntu-bold";
}

.webinar__items {
  margin-bottom: 20px;
}
.webinar__items article {
  padding: 10px 13px;
  margin-bottom: 10px;
  color: #ffffff;
  background-color: #9E41FF;
  border-radius: 12px;
}
.webinar__items article p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: center;
}
.webinar__items article span {
  display: block;
  font-size: 18px;
  line-height: 1.1;
  font-family: "Ubuntu-bold";
}
.webinar__items article img {
  display: block;
  width: 260px;
  height: auto;
  margin: 0 auto;
}

.webinar__btn {
  display: block;
  padding: 5px 15px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 18px;
  font-family: "Ubuntu-bold";
  line-height: 1.4;
  border-radius: 10px;
  border: none;
  background: #FE4C04;
  background: -webkit-gradient(linear, left bottom, left top, from(#fe4c04), to(#ff803d));
  background: linear-gradient(0deg, #fe4c04 0%, #ff803d 100%);
  text-align: center;
  width: 260px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.webinar__btn: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%);
}
.webinar__btn: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) {
  .webinar__wrap {
    padding: 30px 60px 34px 60px;
  }
  .webinar__wrap ul {
    margin-bottom: 24px;
  }
  .webinar__wrap ul li {
    padding: 11px 17px 10px 16px;
    margin-bottom: 12px;
    -webkit-column-gap: 23px;
       -moz-column-gap: 23px;
            column-gap: 23px;
  }
  .webinar__wrap p.webinar__text {
    margin-bottom: 27px;
  }
  .webinar__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    margin-bottom: 5px;
  }
  .webinar__items article {
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .webinar__items article img {
    margin-top: auto;
  }
  .webinar__btn {
    padding: 16px 15px;
    font-size: 14px;
    width: 346px;
  }
}
@media (min-width: 1212px) {
  .webinar {
    margin-bottom: 50px;
  }
  .webinar__wrap {
    padding: 50px 100px 68px 100px;
    border-radius: 30px;
  }
  .webinar__wrap h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .webinar__wrap p {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .webinar__wrap p.webinar__text {
    font-size: 22px;
    margin-bottom: 46px;
  }
  .webinar__wrap h3 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .webinar__wrap ul {
    margin-bottom: 40px;
  }
  .webinar__wrap ul li {
    grid-template-columns: 80px 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    padding: 15px 30px;
    margin-bottom: 20px;
    border-radius: 20px;
  }
  .webinar__wrap ul li p {
    font-size: 22px;
  }
  .webinar__items {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-bottom: 20px;
  }
  .webinar__items article {
    padding: 30px 25px 15px 25px;
    border-radius: 20px;
  }
  .webinar__items article p {
    font-size: 24px;
  }
  .webinar__items article p span {
    font-size: 30px;
  }
  .webinar__items article img {
    width: 480px;
  }
  .webinar__btn {
    padding: 20px 15px;
    font-size: 24px;
    width: 580px;
    border-radius: 20px;
  }
}
.prepare {
  margin-bottom: 25px;
}
.prepare h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Ubuntu-bold";
  font-size: 24px;
  text-align: center;
}

.prepare__text {
  margin-bottom: 25px;
}
.prepare__text p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.prepare__text p br {
  display: none;
}
.prepare__text p:last-child {
  padding-left: 0;
  padding-right: 0;
}
.prepare__text p span {
  padding: 2px;
  background: linear-gradient(135deg, #ffe5db 0%, #fff2ed 100%);
  border-radius: 3px;
}

.prepare__items {
  margin-left: 38px;
  margin-right: 38px;
  margin-bottom: 20px;
}
.prepare__items article {
  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;
  gap: 0;
  padding: 18px 17px;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #fff2ed 0%, #ffe5db 100%);
  border-radius: 20px;
}
.prepare__items article img {
  display: block;
  width: 190px;
  height: auto;
  margin-bottom: 10px;
  border-radius: 12px;
}
.prepare__items article p {
  padding: 0;
  margin: 0;
  margin-bottom: 42px;
  font-family: "Ubuntu-bold";
  text-align: center;
  font-size: 14px;
}
.prepare__items article p.prepare__problem {
  margin-bottom: 5px;
  font-size: 18px;
  color: #FE4C04;
}
.prepare__items article .prepare__result {
  background-color: #ffffff;
  padding: 0 17px 17px 17px;
  border-radius: 12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.prepare__items article .prepare__result img {
  width: 71px;
  margin: -30px auto 0;
}
.prepare__items article .prepare__result p {
  font-family: "Ubuntu-light";
  margin-bottom: 5px;
}
.prepare__items article .prepare__result p.prepare__sum {
  color: #7000E3;
  font-size: 18px;
  font-family: "Ubuntu-bold";
}
.prepare__items article .prepare__result p.prepare__techno {
  font-family: "Ubuntu-bold";
}

@media (min-width: 375px) {
  .prepare__items article p.prepare__techno br {
    display: none;
  }
}
@media (min-width: 768px) {
  .prepare__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    margin: 0;
    margin-bottom: 30px;
  }
  .prepare__items article {
    margin-bottom: 0;
  }
}
@media (min-width: 1212px) {
  .prepare {
    margin-bottom: 50px;
  }
  .prepare h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .prepare__text {
    margin-bottom: 45px;
  }
  .prepare__text p {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 30px;
    line-height: 35px;
  }
  .prepare__text p span {
    padding: 1px 5px;
    border-radius: 5px;
  }
  .prepare__text p br {
    display: block;
  }
  .prepare__items {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-bottom: 30px;
  }
  .prepare__items article {
    padding: 30px;
    border-radius: 30px;
  }
  .prepare__items article img {
    width: 100%;
    margin-bottom: 20px;
  }
  .prepare__items article p {
    font-size: 22px;
    margin-bottom: 65px;
  }
  .prepare__items article p.prepare__problem {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .prepare__items article .prepare__result {
    padding: 0 30px 20px 30px;
    border-radius: 20px;
  }
  .prepare__items article .prepare__result img {
    width: 120px;
    margin: -60px auto 20px;
  }
  .prepare__items article .prepare__result p {
    font-size: 22px;
  }
  .prepare__items article .prepare__result p.prepare__sum {
    font-size: 30px;
  }
  .prepare__items article .prepare__result p.prepare__techno br {
    display: block;
  }
}
.reviews {
  margin-bottom: 10px;
}

.reviews__item {
  position: relative;
  padding: 18px 20px 15px 19px;
  margin-bottom: 10px;
  background-color: #F3E8FF;
  border-radius: 20px;
}
.reviews__item::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 10px;
  width: 60px;
  height: 42px;
  background-image: url("https://fs.advance.ru/landing-pages//webinar/rne_preparation/quote.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.reviews__item h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  font-family: "Ubuntu-bold";
  font-size: 14px;
}
.reviews__item p {
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 11px;
  z-index: 2;
}
.reviews__item img {
  display: block;
  width: 57%;
  max-width: 250px;
  margin: 0 auto 10px;
}

.reviews__item.reviews__item--video {
  padding: 15px 15px 25px 15px;
  background-color: #FFE5DB;
}
.reviews__item.reviews__item--video::before {
  content: none;
}

.reviews__video {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
}
.reviews__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: none;
}

.reviews__item.reviews__item--second {
  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;
  height: 130px;
}

.reviews__item.reviews__item--third {
  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;
  height: 130px;
}

.reviews__item.reviews__item--fourth h3 {
  text-align: center;
  margin-bottom: 20px;
}
.reviews__item.reviews__item--fourth p {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .reviews__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .reviews__video {
    width: 100%;
    height: 175px;
    padding-bottom: 0;
    margin: 0 auto 10px;
  }
  .reviews__item.reviews__item--video {
    padding: 17px;
  }
  .reviews__item.reviews__item--fourth {
    padding: 18px;
    display: grid;
    grid-template-columns: 148px 1fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reviews__item.reviews__item--fourth img {
    width: 100%;
  }
  .reviews__item.reviews__item--fourth h3 {
    margin-bottom: 0;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .reviews__item.reviews__item--second {
    height: 160px;
  }
  .reviews__item.reviews__item--third {
    height: 160px;
  }
  .reviews__video {
    height: 240px;
  }
}
@media (min-width: 1212px) {
  .reviews {
    margin-bottom: 20px;
  }
  .reviews__wrap {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .reviews__video {
    height: 293px;
    margin: 0 auto 20px;
    border-radius: 20px;
  }
  .reviews__video iframe {
    border-radius: 20px;
  }
  .reviews__item {
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 30px;
  }
  .reviews__item::before {
    top: 20px;
    right: 20px;
    width: 100px;
    height: 70px;
  }
  .reviews__item h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .reviews__item p {
    font-size: 18px;
  }
  .reviews__item.reviews__item--video {
    padding: 30px;
  }
  .reviews__item.reviews__item--second {
    height: 215px;
  }
  .reviews__item.reviews__item--third {
    height: 215px;
  }
  .reviews__item.reviews__item--fourth {
    padding: 30px;
    grid-template-columns: 250px 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .reviews__item.reviews__item--fourth p {
    margin-bottom: 10px;
  }
}
.reviews1 {
  margin-bottom: 30px;
}

.reviews1__slider {
  padding-left: 10px;
  padding-bottom: 35px;
}
.reviews1__slider .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.reviews1__slide {
  padding: 18px 20px 12px 20px;
  width: 300px;
  height: auto;
  background: #daeeff;
  border-radius: 20px;
}
.reviews1__slide img {
  display: block;
  width: 148px;
  height: auto;
  margin: 0 auto 14px;
}
.reviews1__slide h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 3px;
  font-family: "Ubuntu-bold";
  font-size: 14px;
  text-align: center;
}
.reviews1__slide p {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-size: 11px;
  text-align: center;
}
.reviews1__slide p span {
  font-family: "Ubuntu-bold";
}
.reviews1__slide p.bold {
  font-family: "Ubuntu-bold";
}
.reviews1__slide p.name {
  font-size: 14px;
}
.reviews1__slide p.problem {
  margin-bottom: 3px;
}
.reviews1__slide p.result {
  margin-bottom: 3px;
}
.reviews1__slide p.add {
  margin-bottom: 0;
}
.reviews1__slide .reviews1__column {
  padding: 20px;
  margin-bottom: 10px;
  background-color: #F1F8FF;
  border-radius: 12px;
}
.reviews1__slide .reviews1__column p {
  text-align: left;
}
.reviews1__slide .reviews1__column ul {
  padding: 0;
  padding-left: 15px;
  margin: 0;
  font-size: 11px;
}
.reviews1__slide .reviews1__column ul li {
  margin-bottom: 3px;
}
.reviews1__slide .reviews1__column ul li p {
  margin-bottom: 0;
}
.reviews1__slide .reviews1__column ul li:last-child {
  margin-bottom: 0;
}
.reviews1__slide .reviews1__column ul.add {
  margin-bottom: 20px;
}
.reviews1__slide.reviews1__slide--second {
  background-color: #FFE9D7;
}
.reviews1__slide.reviews1__slide--second .reviews1__column {
  background-color: #FFF5ED;
}
.reviews1__slide.reviews1__slide--second .reviews1__column.reviews1__column--add {
  margin-top: -40px;
}

.reviews1__slide.reviews1__slide--third {
  background-color: #FFE5DB;
}
.reviews1__slide.reviews1__slide--third .reviews1__column {
  background-color: #FFF5F1;
}

.reviews1__slide.reviews1__slide--fourth {
  background-color: #FFE9D7;
}
.reviews1__slide.reviews1__slide--fourth .reviews1__column {
  background-color: #FFF5F1;
}

.reviews1__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: 25px;
  height: auto;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: none;
}

.reviews1__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: 25px;
  height: auto;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: none;
}

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

@media (min-width: 768px) {
  .reviews1__slider {
    padding-left: 30px;
  }
  .reviews1__slide {
    padding: 18px;
    width: 708px;
    display: grid;
    grid-template-columns: 148px 1fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .reviews1__slide .reviews1__column {
    padding: 18px;
    margin-bottom: 0;
  }
  .reviews1__slide h3 {
    text-align: left;
  }
  .reviews1__slide p {
    text-align: left;
  }
  .reviews1__slide p.problem {
    margin-bottom: 7px;
  }
  .reviews1__text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .reviews1__text .reviews1__column.reviews1__column--last {
    grid-column: 1/3;
  }
  .reviews1__slide.reviews1__slide--second {
    padding-bottom: 70px;
  }
  .reviews1__slide.reviews1__slide--second .reviews1__column.reviews1__column--add {
    margin-top: 0;
  }
  .reviews1__slide.reviews1__slide--second .reviews1__column.reviews1__column--second {
    padding: 0;
    background-color: transparent;
  }
  .reviews1__slide.reviews1__slide--second .reviews1__column.reviews1__column--second div {
    padding: 18px;
    background-color: #FFF5ED;
    margin-bottom: 15px;
    border-radius: 12px;
  }
  .reviews1__slide.reviews1__slide--second .reviews1__column.reviews1__column--second div:last-child {
    margin-bottom: 0;
  }
  .reviews1__slide.reviews1__slide--first .reviews1__column.reviews1__column--last {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 50px;
  }
  .reviews1__slide.reviews1__slide--first .reviews1__column.reviews1__column--last ul.add {
    margin-bottom: 0;
  }
  .reviews1__slide.reviews1__slide--third {
    padding-bottom: 70px;
  }
  .reviews1__slide.reviews1__slide--third .reviews1__column.reviews1__column--last {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 50px;
  }
  .reviews1__slide.reviews1__slide--third .reviews1__column.reviews1__column--last ul.add {
    margin-bottom: 0;
  }
  .reviews1__slide.reviews1__slide--fourth {
    padding-bottom: 70px;
  }
  .reviews1__slide.reviews1__slide--fourth .reviews1__column.reviews1__column--last {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reviews1__slide.reviews1__slide--fourth .reviews1__column.reviews1__column--last ul {
    margin-bottom: 0;
  }
  .reviews1__slide.reviews1__slide--fourth .reviews1__column.reviews1__column--last p {
    margin-bottom: 0;
  }
  .reviews1__slide.reviews1__slide--fourth .reviews1__column.reviews1__column--last p.bold {
    margin-bottom: 10px;
  }
}
@media (min-width: 1212px) {
  .reviews1 {
    margin-bottom: 50px;
  }
  .reviews1__slider {
    padding-left: 0;
    padding-bottom: 75px;
  }
  .reviews1__slide {
    padding: 30px;
    width: 1180px;
    border-radius: 30px;
    opacity: 0.3;
    grid-template-columns: 250px 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .reviews1__slide img {
    width: 100%;
    margin: 0 auto 20px;
  }
  .reviews1__slide h3 {
    font-size: 22px;
    margin-bottom: 3px;
  }
  .reviews1__slide p {
    font-size: 18px;
  }
  .reviews1__slide p.name {
    padding-right: 20px;
    font-size: 22px;
    margin-bottom: 25px;
  }
  .reviews1__slide .reviews1__column {
    padding: 30px;
    gap: 20px;
    border-radius: 20px;
  }
  .reviews1__slide .reviews1__column ul {
    font-size: 18px;
    padding-left: 30px;
  }
  .reviews1__text {
    gap: 20px;
  }
  .reviews1__slide.swiper-slide-active {
    opacity: 1;
  }
  .reviews1__slide.reviews1__slide--second {
    padding-bottom: 190px;
    padding-bottom: 30px;
  }
  .reviews1__slide.reviews1__slide--second .reviews1__column.reviews1__column--add {
    margin-top: 0;
  }
  .reviews1__slide.reviews1__slide--second .reviews1__column.reviews1__column--second {
    padding: 0;
    background-color: transparent;
  }
  .reviews1__slide.reviews1__slide--second .reviews1__column.reviews1__column--second div {
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 20px;
  }
  .reviews1__slide.reviews1__slide--second .reviews1__column.reviews1__column--second div:last-child {
    padding: 40px 30px;
    margin-bottom: 0;
  }
  .reviews1__slide.reviews1__slide--third {
    padding-bottom: 180px;
    padding-bottom: 30px;
  }
  .reviews1__slide.reviews1__slide--fourth {
    padding-bottom: 180px;
    padding-bottom: 30px;
  }
  .reviews1__slider .swiper-button-prev {
    left: calc(50% - 50px);
    width: 45px;
    height: auto;
  }
  .reviews1__slider .swiper-button-next {
    right: calc(50% - 60px);
    width: 45px;
    height: auto;
  }
  .reviews1__slide.reviews1__slide--first .reviews1__column.reviews1__column--last {
    padding-top: 25px;
    padding-bottom: 25px;
    grid-template-columns: 420px 1fr;
  }
}
.leader {
  margin-bottom: 30px;
}

.leader__wrap {
  position: relative;
  padding: 140px 20px 10px 20px;
  background-color: #F3E8FF;
  border-radius: 20px;
}
.leader__wrap h2 {
  position: absolute;
  top: 30px;
  left: 20px;
  right: 20px;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Ubuntu-bold";
  font-size: 18px;
  text-align: center;
  width: calc(100% - 40px);
}
.leader__wrap h2 span {
  display: block;
  font-size: 20px;
  color: #7000E3;
}
.leader__wrap img {
  display: block;
  width: 180px;
  height: auto;
  margin: 0 auto 10px;
}
.leader__wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
  line-height: 1.1;
}
.leader__wrap ul li {
  position: relative;
  padding: 11px 10px 10px 41px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 12px;
}
.leader__wrap ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 18px;
  height: 18px;
  background-image: url("https://fs.advance.ru/landing-pages//webinar/rne_preparation/kurs-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.leader__wrap ul li p {
  padding: 0;
  margin: 0;
}
.leader__wrap ul li p span {
  display: block;
  font-family: "Ubuntu-bold";
}

@media (min-width: 360px) {
  .leader__wrap {
    padding-top: 115px;
  }
}
@media (min-width: 610px) {
  .leader__wrap {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .leader__wrap {
    padding: 42px 45px 40px 45px;
    display: grid;
    grid-template-columns: 181px 1fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .leader__wrap h2 {
    position: static;
    text-align: left;
    width: auto;
    margin-bottom: 10px;
  }
  .leader__wrap img {
    width: 100%;
    margin: 0;
  }
  .leader__wrap ul {
    font-size: 12px;
  }
  .leader__wrap ul li {
    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;
    height: 54px;
    padding-left: 45px;
    padding-right: 20px;
    margin-bottom: 6px;
  }
  .leader__wrap ul li:last-child {
    margin-bottom: 0;
  }
  .leader__wrap ul li::before {
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 1212px) {
  .leader {
    margin-bottom: 50px;
  }
  .leader__wrap {
    padding: 70px 80px 68px 80px;
    grid-template-columns: 300px 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    border-radius: 30px;
  }
  .leader__wrap h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .leader__wrap h2 span {
    font-size: 36px;
  }
  .leader__wrap ul {
    font-size: 22px;
  }
  .leader__wrap ul li {
    padding: 0 20px 0 70px;
    height: 90px;
    margin-bottom: 10px;
    border-radius: 20px;
  }
  .leader__wrap ul li::before {
    left: 20px;
    width: 30px;
    height: 30px;
  }
}
.for-whom {
  margin-bottom: 30px;
}
.for-whom h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  font-family: "Ubuntu-bold";
  font-size: 24px;
  text-align: center;
}
.for-whom p {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
}
.for-whom p.for-whom__text {
  font-size: 18px;
  margin-bottom: 10px;
}
.for-whom p.for-whom__text span {
  padding: 2px;
  background: linear-gradient(135deg, #ffe5db 0%, #fff2ed 100%);
  border-radius: 3px;
}

.for-whom__items {
  margin-bottom: 25px;
}
.for-whom__items article {
  position: relative;
  margin-bottom: 20px;
  background-color: #EEDEFF;
  border-radius: 20px;
  overflow: hidden;
  height: 197px;
}
.for-whom__items article h3 {
  padding: 5px 20px;
  margin: 0;
  color: #ffffff;
  background-color: #A54DFF;
  font-family: "Ubuntu-bold";
  font-size: 18px;
}
.for-whom__items article::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 124px;
  height: 148px;
  background-image: url("https://fs.advance.ru/landing-pages//webinar/rne_preparation/parents.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.for-whom__items article:last-child::before {
  background-image: url("https://fs.advance.ru/landing-pages//webinar/rne_preparation/childrens.png");
  width: 123px;
  height: 145px;
}

.for-whom__info {
  padding: 12px 132px 12px 20px;
}
.for-whom__info p {
  font-size: 12px;
  margin-bottom: 5px;
  text-align: left;
}
.for-whom__info p:last-child {
  margin-bottom: 0;
}

@media (min-width: 400px) {
  .for-whom__items article {
    height: 165px;
  }
}
@media (min-width: 768px) {
  .for-whom__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .for-whom__items article {
    height: 197px;
    margin-bottom: 0;
  }
  .for-whom__items article::before {
    width: 157px;
    height: 190px;
  }
  .for-whom__items article:last-child::before {
    width: 167px;
    height: 198px;
  }
  .for-whom__info {
    padding: 11px 180px 11px 19px;
  }
  .for-whom__info p {
    margin-bottom: 5px;
  }
}
@media (min-width: 1212px) {
  .for-whom {
    margin-bottom: 50px;
  }
  .for-whom h2 {
    font-size: 40px;
    margin-bottom: 12px;
  }
  .for-whom p {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .for-whom p.for-whom__text {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .for-whom p.for-whom__text span {
    padding: 2px 5px;
    border-radius: 5px;
  }
  .for-whom__items {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-bottom: 50px;
  }
  .for-whom__items article {
    height: 330px;
    border-radius: 30px;
  }
  .for-whom__items article h3 {
    padding: 11px 30px;
    font-size: 30px;
  }
  .for-whom__items article::before {
    width: 263px;
    height: 316px;
  }
  .for-whom__items article:last-child::before {
    width: 280px;
    height: 330px;
  }
  .for-whom__info {
    padding: 20px 300px 23px 31px;
  }
  .for-whom__info p {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.timer {
  margin-bottom: 30px;
}

.timer__wrap {
  padding: 18px 20px;
  border-radius: 20px;
  color: #ffffff;
  background-color: #7000E3;
  background: linear-gradient(100deg, #091628 0%, #284670 54%, #00C0EA 100%);
}
.timer__wrap img {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  border-radius: 16px;
}
.timer__wrap h2 {
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Ubuntu-bold";
  font-size: 24px;
  text-align: center;
}
.timer__wrap p {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
}
.timer__wrap p.timer__lead {
  margin-bottom: 15px;
}
.timer__wrap p.timer__lead br {
  display: none;
}

.timer__count {
  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;
  padding: 2px 10px 8px 10px;
  margin-bottom: 10px;
  font-family: "Ubuntu-bold";
  font-size: 32px;
  line-height: 1;
  background-color: #ffffff;
  color: #00325F;
  border-radius: 10px;
}
.timer__count .timer_item {
  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;
}
.timer__count .timer_item span:last-child {
  font-size: 10px;
}
.timer__count .separator {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.timer_content {
  padding: 12px 10px;
  margin-bottom: 10px;
  backdrop-filter: blur(2.9974591732px);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
}
.timer_content p {
  margin-bottom: 10px;
}
.timer_content p.timer__begin {
  font-family: "Ubuntu-bold";
}
.timer_content p.timer__places {
  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;
  height: 40px;
  padding: 8px 10px;
  font-size: 10px;
  backdrop-filter: blur(2.9974591732px);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.timer__btn {
  display: block;
  padding: 10px 0;
  margin: 0 auto;
  color: #ffffff;
  font-size: 15px;
  font-family: "Ubuntu-bold";
  line-height: 1.4;
  border-radius: 10px;
  border: none;
  background: #FE4C04;
  background: -webkit-gradient(linear, left bottom, left top, from(#fe4c04), to(#ff803d));
  background: linear-gradient(0deg, #fe4c04 0%, #ff803d 100%);
  text-align: center;
  width: 240px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.timer__btn: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%);
}
.timer__btn: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%);
}

.timer__widget p {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Ubuntu-bold";
  font-size: 18px;
  text-align: center;
}

.timer__gift-wrap {
  display: grid;
  grid-template-columns: 73px 1fr;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  background-color: #157DC4;
  border-radius: 10px;
}
.timer__gift-wrap img {
  margin: 0;
}
.timer__gift-wrap p {
  text-align: left;
  padding-right: 10px;
  margin-bottom: 0;
  font-size: 11px;
}
.timer__gift-wrap p span {
  display: block;
  font-family: "Ubuntu-bold";
}

@media (min-width: 576px) {
  .timer__wrap h2 br {
    display: none;
  }
}
@media (min-width: 768px) {
  .timer__wrap {
    padding: 30px 45px 42px 45px;
    display: grid;
    grid-template-columns: 1fr 287px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .timer__wrap img {
    max-width: none;
    margin-bottom: 0;
  }
  .timer__wrap h2 {
    font-size: 24px;
    line-height: 1.12;
    margin-bottom: 10px;
    grid-column: 1/3;
  }
  .timer__wrap h2 br {
    display: block;
  }
  .timer__wrap p.timer__lead {
    grid-column: 1/3;
  }
  .timer__wrap p.timer__lead br {
    display: block;
  }
  .timer_content {
    padding: 12px;
    margin-bottom: 20px;
  }
  .timer_content p.timer__places {
    padding: 4px 10px;
    height: 36px;
  }
  .timer__count {
    padding: 7px 25px;
  }
  .timer__count .timer_item {
    font-size: 37px;
  }
  .timer__count .timer_item span:last-child {
    font-size: 12px;
  }
  .timer__widget p {
    font-family: "Ubuntu-regular";
    font-size: 11px;
  }
  .timer__btn {
    width: 292px;
    font-size: 16px;
  }
  .timer__gift-wrap {
    margin-bottom: 0;
  }
  .timer__gift-wrap img {
    margin-top: -15px;
  }
}
@media (min-width: 1212px) {
  .timer {
    margin-bottom: 50px;
  }
  .timer__wrap {
    padding: 55px 80px 60px 80px;
    grid-template-columns: 1fr 480px;
    -webkit-column-gap: 23px;
       -moz-column-gap: 23px;
            column-gap: 23px;
    border-radius: 30px;
  }
  .timer__wrap img {
    margin-bottom: 0;
    border-radius: 30px;
  }
  .timer__wrap h2 {
    font-size: 40px;
    margin-bottom: 12px;
  }
  .timer__wrap p {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .timer_content {
    padding: 20px 22px 23px 22px;
    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: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    border-radius: 20px;
    margin-bottom: 45px;
  }
  .timer_content p {
    margin-bottom: 15px;
  }
  .timer_content p.timer__places {
    padding: 15px 10px;
    font-size: 16px;
    font-family: "Ubuntu-bold";
    border-radius: 15px;
    margin-bottom: 10px;
    height: 60px;
  }
  .timer__wrap p.timer__lead {
    margin-bottom: 30px;
  }
  .timer__count {
    padding: 5px 10px 15px 10px;
  }
  .timer__count .timer_item {
    font-size: 60px;
    line-height: 0.9;
  }
  .timer__count .timer_item span:last-child {
    font-size: 20px;
  }
  .timer__count .separator {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 17px;
    font-size: 60px;
  }
  .timer__widget p {
    margin-bottom: 17px;
    font-size: 18px;
  }
  .timer__btn {
    padding: 20px 0;
    width: 480px;
    font-size: 24px;
    border-radius: 15px;
  }
  .timer__gift-wrap {
    padding-top: 8px;
    grid-template-columns: 120px 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    border-radius: 20px;
  }
  .timer__gift-wrap img {
    margin-top: -40px;
  }
  .timer__gift-wrap p {
    font-size: 18px;
    padding-right: 20px;
    margin-bottom: 8px;
  }
  .timer__gift-wrap p span {
    display: inline;
  }
}
.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;
  }
}
.overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(29, 34, 41, 0.96);
  z-index: 90;
  -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;
  padding: 10px;
  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 {
  height: 100%;
}
.modal .modal__slider2 {
  height: 100%;
}

.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: -42px;
  cursor: pointer;
}

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

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

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

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

@media (min-width: 576px) {
  .modal.modal--reviews, .modal.modal--experts, .modal.modal--licenses {
    width: 70%;
    height: 70%;
  }
  .modal {
    width: 420px;
  }
  .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__slider2 .swiper-button-prev {
    display: block;
    color: #BDBDBD;
  }
  .modal__slider2 .swiper-button-next {
    display: block;
    color: #BDBDBD;
  }
}
@media (min-width: 992px) {
  .modal {
    width: 500px;
  }
}
/*# sourceMappingURL=style.css.map */