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

.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: 20px;
    font-family: "Ubuntu-light";
  }
}
@media (min-width: 1212px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header__logo img {
    width: 165px;
  }
  .header__link {
    padding: 0;
    font-size: 20px;
    border: 0;
    color: #3C3C3C;
  }
  .header__link:hover {
    border: none;
  }
  .header__link::before {
    content: none;
  }
}
.banner {
  margin-bottom: 50px;
  overflow: hidden;
}

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

.banner__text-wrap {
  font-family: "Ubuntu-light";
}
.banner__text-wrap p {
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  margin-bottom: 20px;
  font-size: 15px;
  text-align: center;
}

.banner__title {
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
  font-family: "Ubuntu-bold";
  font-size: 50px;
  line-height: 1.05;
  text-align: center;
}

.banner__info {
  margin-bottom: 5px;
}
.banner__info p {
  padding: 0;
  margin: 0 auto;
  font-family: "Ubuntu-medium";
  font-size: 15px;
  text-align: center;
}
.banner__info p:first-child {
  display: block;
  padding: 6px 3px;
  margin-bottom: 5px;
  color: #ffffff;
  background-color: #FE4C04;
  border-radius: 6px;
  max-width: 150px;
}

.banner__btn {
  display: block;
  padding: 12px 15px;
  margin: 0 auto 275px;
  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 top, left bottom, from(rgb(255, 128, 61)), to(rgb(254, 76, 4)));
  background: linear-gradient(180deg, rgb(255, 128, 61) 0%, rgb(254, 76, 4) 100%);
  text-align: center;
  max-width: 260px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(29, 29, 29, 0.3);
          box-shadow: 0px 3px 6px 0px rgba(29, 29, 29, 0.3);
  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 8px 0 8px;
  margin: 0 auto 17px;
  border-radius: 10px;
  background-color: #756BC8;
  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: 5px;
}
.banner__gift-wrap .banner__gift-text h2 {
  padding: 0;
  margin: 0;
  font-family: "Ubuntu-bold";
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
}
.banner__gift-wrap .banner__gift-text p {
  padding: 0;
  margin: 0;
  margin-bottom: 2px;
  color: #ffffff;
  font-size: 12px;
  text-align: left;
  border-radius: 0;
}
.banner__gift-wrap img {
  display: block;
  margin-top: -30px;
  width: auto;
  height: 71px;
}

@media (min-width: 636px) {
  .banner__wrap {
    min-height: 650px;
  }
}
@media (min-width: 768px) {
  .banner {
    margin-bottom: 30px;
  }
  .banner__wrap {
    padding: 41px 45px 50px 45px;
    background-image: url("https://fs.advance.ru/landing-pages/webinar/teach_the_kids_to_learn/bg-tablet.jpg");
    background-position: bottom right;
    min-height: 435px;
  }
  .banner__text-wrap {
    padding-right: 35%;
  }
  .banner__text-wrap p {
    padding-left: 0;
    margin-bottom: 20px;
    font-size: 15px;
    text-align: left;
  }
  .banner__title {
    font-size: 50px;
    margin-bottom: 12px;
    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: 12px;
  }
  .banner__info p {
    font-size: 15px;
    margin: 0;
  }
  .banner__info p:first-child {
    padding: 5px 10px;
    margin-bottom: 0;
  }
  .banner__btn {
    padding: 10px 15px;
    margin: 0;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(29, 29, 29, 0.3);
            box-shadow: 0px 5px 10px 0px rgba(29, 29, 29, 0.3);
    max-width: 317px;
  }
  .banner__gift-wrap {
    max-width: 317px;
    margin: 0;
    margin-bottom: 18px;
  }
  .banner__gift-wrap .banner__gift-text {
    padding-left: 15px;
  }
  .banner__gift-wrap .banner__gift-text h2 {
    font-size: 14px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .banner__wrap {
    background-position: top right;
    min-height: 370px;
  }
  .banner__text-wrap {
    padding-right: 30%;
  }
}
@media (min-width: 1212px) {
  .banner {
    margin-bottom: 100px;
  }
  .banner__wrap {
    padding-top: 70px;
    padding-left: 80px;
    padding-bottom: 99px;
    padding-right: 15%;
    border-radius: 30px;
    background-image: url("https://fs.advance.ru/landing-pages/webinar/teach_the_kids_to_learn/bg-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .banner__title {
    font-size: 80px;
    margin-bottom: 12px;
  }
  .banner__text-wrap p {
    font-size: 24px;
    margin-bottom: 42px;
  }
  .banner__btn {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
    border-radius: 15px;
    max-width: 520px;
  }
  .banner__info {
    margin-bottom: 20px;
    gap: 20px;
  }
  .banner__info p {
    font-size: 24px;
    margin-bottom: 0;
  }
  .banner__info p:first-child {
    padding: 8px 20px;
    border-radius: 10px;
    max-width: none;
  }
  .banner__gift-wrap {
    padding-right: 18px;
    padding-left: 15px;
    margin-bottom: 28px;
    max-width: 520px;
    border-radius: 15px;
  }
  .banner__gift-wrap img {
    height: 144px;
    margin-top: -30px;
  }
  .banner__gift-wrap .banner__gift-text {
    padding-top: 6px;
    padding-bottom: 15px;
  }
  .banner__gift-wrap .banner__gift-text h2 {
    font-size: 22px;
  }
  .banner__gift-wrap .banner__gift-text p {
    font-size: 22px;
  }
}
.circle {
  margin-bottom: 30px;
}
.circle ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.circle 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.circle ul li img {
  width: 166px;
  height: auto;
  border-radius: 15px;
}

.circle__text-wrap {
  display: grid;
  grid-template-columns: 26px 1fr;
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 16px;
  margin-top: -30px;
  border: 1px solid #D04068;
  border-radius: 15px;
  width: 100%;
  background-color: #ffffff;
}
.circle__text-wrap p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  font-family: "Ubuntu-bold";
}
.circle__text-wrap p span {
  font-family: "Ubuntu-bold";
}
.circle__text-wrap .circle__number {
  font-size: 42px;
  color: #D04068;
  font-family: "Ubuntu-bold";
}

.circle__text-wrap.circle__text-wrap--first {
  border: 1px solid #FE4C04;
}
.circle__text-wrap.circle__text-wrap--first .circle__number {
  color: #FE4C04;
}

.circle__text-wrap.circle__text-wrap--last {
  border: 1px solid #A233CC;
}
.circle__text-wrap.circle__text-wrap--last .circle__number {
  color: #A233CC;
}

.circle__btn {
  display: block;
  padding: 12px 15px;
  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 top, left bottom, from(rgb(255, 128, 61)), to(rgb(254, 76, 4)));
  background: linear-gradient(180deg, rgb(255, 128, 61) 0%, rgb(254, 76, 4) 100%);
  text-align: center;
  width: 260px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.circle__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%);
}
.circle__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) {
  .circle {
    margin-bottom: 30px;
  }
  .circle ul {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 19px;
       -moz-column-gap: 19px;
            column-gap: 19px;
    margin-bottom: 20px;
  }
  .circle ul::before {
    content: "";
    position: absolute;
    top: 32px;
    left: 50%;
    width: 310px;
    height: 310px;
    background-image: url("https://fs.advance.ru/landing-pages/webinar/teach_the_kids_to_learn/ellipse.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -2;
  }
  .circle ul li {
    position: relative;
    margin-bottom: 10px;
  }
  .circle ul li:first-child {
    padding-top: 126px;
    padding-left: 60px;
  }
  .circle ul li:nth-child(2) {
    padding-top: 159px;
    padding-right: 60px;
  }
  .circle ul li:nth-child(2) img {
    top: 24px;
    left: auto;
    right: 0;
  }
  .circle ul li:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 121px;
    padding-right: 180px;
    grid-column: 1/3;
  }
  .circle ul li:last-child img {
    display: block;
    position: static;
  }
  .circle ul li:last-child div {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-left: -45px;
  }
  .circle ul li img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .circle__text-wrap {
    margin-top: 0;
  }
  .circle__btn {
    width: 230px;
  }
}
@media (min-width: 1212px) {
  .circle {
    margin-bottom: 95px;
  }
  .circle ul {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-bottom: 20px;
  }
  .circle ul::before {
    top: 80px;
    width: 502px;
    height: 502px;
  }
  .circle ul li {
    margin-bottom: 15px;
  }
  .circle ul li:first-child {
    padding-top: 228px;
    padding-left: 98px;
  }
  .circle ul li:nth-child(2) {
    padding-top: 310px;
    padding-right: 98px;
  }
  .circle ul li:nth-child(2) img {
    top: 54px;
  }
  .circle ul li:last-child {
    padding-left: 180px;
    padding-right: 294px;
    margin-top: -40px;
  }
  .circle ul li:last-child div {
    padding-top: 19px;
    padding-bottom: 19px;
    margin-left: -68px;
  }
  .circle ul li img {
    width: 280px;
    border-radius: 20px;
  }
  .circle__text-wrap {
    grid-template-columns: 39px 1fr;
    -webkit-column-gap: 23px;
       -moz-column-gap: 23px;
            column-gap: 23px;
    padding: 11px 20px 11px 25px;
    border-radius: 20px;
    border: 3px solid #D04068;
  }
  .circle__text-wrap p {
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-family: "Ubuntu-regular";
  }
  .circle__text-wrap p span {
    font-family: "Ubuntu-bold";
  }
  .circle__text-wrap .circle__number {
    font-size: 68px;
  }
  .circle__text-wrap.circle__text-wrap--first {
    border: 3px solid #FE4C04;
  }
  .circle__text-wrap.circle__text-wrap--last {
    border: 3px solid #A233CC;
  }
  .circle__btn {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 24px;
    border-radius: 15px;
    width: 380px;
  }
}
.webinar {
  margin-bottom: 30px;
}

.webinar__wrap h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 36px;
  font-family: "Ubuntu-bold";
  font-size: 24px;
  text-align: center;
}
.webinar__wrap ul {
  padding: 0;
  margin: 0;
  margin-left: 37px;
  margin-right: 37px;
  list-style: none;
}
.webinar__wrap ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 41px 10px 0 10px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(148, 43, 255, 0.12);
          box-shadow: 0px 0px 12px 0px rgba(148, 43, 255, 0.12);
  border-radius: 10px;
  height: 110px;
}
.webinar__wrap ul li img {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 60px;
  height: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.webinar__wrap ul li p {
  padding: 0;
  margin: 0;
  font-size: 15px;
  text-align: center;
}

@media (min-width: 400px) {
  .webinar__wrap ul li {
    padding-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .webinar__wrap ul li p br {
    display: none;
  }
}
@media (min-width: 768px) {
  .webinar {
    margin-bottom: 0;
  }
  .webinar__wrap h2 {
    margin-bottom: 52px;
  }
  .webinar__wrap ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    margin: 0;
  }
  .webinar__wrap ul li {
    padding: 0;
    padding-top: 41px;
    margin-bottom: 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .webinar__wrap ul li p br {
    display: block;
  }
}
@media (min-width: 1212px) {
  .webinar {
    margin-bottom: 0;
  }
  .webinar__wrap h2 {
    font-size: 40px;
    margin-bottom: 86px;
  }
  .webinar__wrap ul {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .webinar__wrap ul li {
    padding: 0;
    padding-top: 70px;
    margin-bottom: 80px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(148, 43, 255, 0.2);
            box-shadow: 0px 0px 20px 0px rgba(148, 43, 255, 0.2);
    height: 190px;
  }
  .webinar__wrap ul li img {
    top: -50px;
    width: 100px;
  }
  .webinar__wrap ul li p {
    font-size: 24px;
  }
}
.for-you__wrap {
  padding: 30px 20px;
  border-radius: 20px;
  background: #F5EBFF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(245, 235, 255)), to(rgba(245, 235, 255, 0)));
  background: linear-gradient(180deg, rgb(245, 235, 255) 0%, rgba(245, 235, 255, 0) 100%);
}
.for-you__wrap h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-family: "Ubuntu-bold";
  text-align: center;
}
.for-you__wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.for-you__wrap ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 39px;
  padding-right: 10px;
  margin-bottom: 5px;
  background-color: #FBF6FF;
  border-radius: 6px;
  font-size: 15px;
  min-height: 40px;
}
.for-you__wrap ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 18px;
  height: 18px;
  background-image: url("https://fs.advance.ru/landing-pages/webinar/teach_the_kids_to_learn/check-violet.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.for-you__wrap ul li:last-child {
  margin-bottom: 0;
}
.for-you__wrap img {
  display: block;
  margin: 0 auto 10px;
  border-radius: 8px;
}

.for-you__info {
  padding: 10px;
  margin-bottom: 20px;
  background-color: #7E11EE;
  border-radius: 9px;
}
.for-you__info p {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 24px;
  font-family: "Ubuntu-bold";
  text-align: center;
}

.for-you__info.for-you__info--add {
  background-color: #35C86D;
  margin-bottom: 0;
}
.for-you__info.for-you__info--add ul li::before {
  background-image: url("https://fs.advance.ru/landing-pages/webinar/teach_the_kids_to_learn/check-green.svg");
}

@media (min-width: 400px) {
  .for-you__wrap img {
    max-width: 250px;
  }
}
@media (min-width: 768px) {
  .for-you__wrap {
    padding: 30px 60px 10px 60px;
  }
  .for-you__wrap h2 {
    font-size: 24px;
    margin-bottom: 23px;
  }
  .for-you__wrap ul li {
    margin-bottom: 9px;
  }
  .for-you__wrap ul li:last-child {
    margin-bottom: 0;
  }
  .for-you__info {
    display: grid;
    grid-template-columns: 1fr 275px;
    -webkit-column-gap: 17px;
       -moz-column-gap: 17px;
            column-gap: 17px;
  }
  .for-you__info img {
    width: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
  .for-you__info p {
    margin-bottom: 4px;
  }
  .for-you__info.for-you__info--add {
    grid-template-columns: 275px 1fr;
    margin-bottom: 20px;
  }
  .for-you__info.for-you__info--add img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 1212px) {
  .for-you {
    margin-bottom: 25px;
  }
  .for-you__wrap {
    padding: 50px 100px 34px 100px;
    border-radius: 30px;
  }
  .for-you__wrap h2 {
    font-size: 40px;
    margin-bottom: 36px;
  }
  .for-you__info {
    grid-template-columns: 1fr 460px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 20px;
    margin-bottom: 50px;
    border-radius: 15px;
  }
  .for-you__info ul li {
    margin-bottom: 10px;
    padding-left: 70px;
    padding-right: 30px;
    font-size: 24px;
    border-radius: 10px;
    height: 70px;
  }
  .for-you__info ul li::before {
    width: 30px;
    height: 30px;
    left: 20px;
  }
  .for-you__info img {
    border-radius: 15px;
  }
  .for-you__info p {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .for-you__info.for-you__info--add {
    grid-template-columns: 460px 1fr;
  }
}
.registration__wrap {
  padding: 30px 20px;
  border-radius: 20px;
  background: #F5EBFF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(245, 235, 255)), to(rgba(245, 235, 255, 0)));
  background: linear-gradient(180deg, rgb(245, 235, 255) 0%, rgba(245, 235, 255, 0) 100%);
}

.registration__column {
  margin-bottom: 20px;
}
.registration__column img {
  display: block;
  margin: 0 auto;
}
.registration__column h2 {
  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;
  margin: 0;
  margin-bottom: 5px;
  color: #ffffff;
  background-color: #FE4C04;
  font-size: 16px;
  line-height: 1.1;
  font-family: "Ubuntu-bold";
  text-align: center;
  border-radius: 5px;
  height: 40px;
}
.registration__column ul {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  list-style: none;
  font-size: 11px;
}
.registration__column ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 40px;
  padding-right: 16px;
  margin-bottom: 4px;
  background-color: #FFE0D3;
  border-radius: 6px;
  height: 35px;
}
.registration__column ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 16px;
  height: 16px;
  background-image: url("https://fs.advance.ru/landing-pages/webinar/teach_the_kids_to_learn/kurs-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.registration__column ul li:last-child {
  margin-bottom: 0;
}
.registration__column ul li p {
  padding: 0;
  margin: 0;
}
.registration__column ul li p span {
  font-family: "Ubuntu-bold";
}
.registration__column ul li p.bold {
  font-family: "Ubuntu-bold";
}

.registration__column.registration__column--second h2 {
  background-color: #942BFF;
}
.registration__column.registration__column--second ul li {
  background-color: #E9D3FF;
}
.registration__column.registration__column--second ul li::before {
  background-image: url("https://fs.advance.ru/landing-pages/webinar/teach_the_kids_to_learn/check-violet.svg");
}

.registration__btn {
  display: block;
  padding: 12px 15px;
  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 top, left bottom, from(rgb(255, 128, 61)), to(rgb(254, 76, 4)));
  background: linear-gradient(180deg, rgb(255, 128, 61) 0%, rgb(254, 76, 4) 100%);
  text-align: center;
  width: 260px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.registration__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%);
}
.registration__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: 400px) {
  .registration__column img {
    max-width: 250px;
  }
}
@media (min-width: 768px) {
  .registration {
    margin-top: -20px;
  }
  .registration__wrap {
    padding: 48px 60px 38px 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .registration__column {
    margin-bottom: 10px;
  }
  .registration__column img {
    max-width: 287px;
  }
  .registration__column h2 {
    padding: 13px;
    font-size: 18px;
    margin-bottom: 5px;
    height: 45px;
  }
  .registration__column ul {
    font-size: 12px;
  }
  .registration__column ul li {
    padding-left: 41px;
    padding-right: 17px;
    margin-bottom: 5px;
    height: 40px;
  }
  .registration__column ul li::before {
    left: 12px;
    width: 18px;
    height: 17px;
  }
  .registration__btn {
    padding: 10px 15px;
    grid-column: 1/3;
    width: 226px;
  }
}
@media (min-width: 1212px) {
  .registration__wrap {
    padding: 80px 100px 70px 100px;
    border-radius: 30px;
  }
  .registration__column {
    margin-bottom: 30px;
  }
  .registration__column h2 {
    font-size: 30px;
    height: 80px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .registration__column img {
    max-width: 100%;
  }
  .registration__column ul {
    font-size: 20px;
  }
  .registration__column ul li {
    padding-left: 70px;
    padding-right: 30px;
    margin-bottom: 10px;
    border-radius: 10px;
    height: 70px;
  }
  .registration__column ul li::before {
    left: 20px;
    width: 30px;
    height: 30px;
  }
  .registration__btn {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 24px;
    border-radius: 15px;
    width: 380px;
  }
}
.result {
  margin-bottom: 10px;
}

.result__wrap {
  margin-bottom: 10px;
}
.result__wrap h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-family: "Ubuntu-bold";
  text-align: center;
}

.result__slider {
  padding-left: 10px;
  padding-right: 10px;
}
.result__slider .swiper-wrapper {
  display: block;
}

.result__slide {
  position: relative;
  width: calc(100% - 20px);
  width: 100%;
  height: 0;
  padding-bottom: 51%;
  margin-bottom: 20px;
  border-radius: 9px;
  overflow: hidden;
}
.result__slide iframe {
  position: absolute;
  border-radius: 9px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: none;
}

.result__slider .swiper-button-prev {
  display: none;
  top: auto;
  left: calc(50% - 60px);
  bottom: 0;
  -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;
}

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

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

@media (min-width: 768px) {
  .result {
    margin-bottom: 30px;
  }
  .result__wrap h2 {
    margin-bottom: 15px;
  }
  .result__slider {
    padding-left: 30px;
    padding-right: 284px;
    padding-bottom: 53px;
  }
  .result__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .result__slide {
    width: 284px;
    padding-bottom: 0;
    margin-bottom: 0;
    height: 146px;
    opacity: 0.5;
  }
  .result__slide.swiper-slide-next {
    opacity: 1;
  }
  .result__slide.swiper-slide-active {
    opacity: 1;
  }
  .result__slider .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .result__slider .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .result__slide {
    opacity: 1;
  }
  .result__slider {
    padding-right: 30px;
  }
}
@media (min-width: 1212px) {
  .result {
    margin-bottom: 100px;
  }
  .result__wrap h2 {
    margin-bottom: 48px;
    font-size: 40px;
  }
  .result__slider {
    padding-left: calc((100% - 1180px) / 2);
    padding-right: calc((100% - 1180px) / 2);
    padding-bottom: 80px;
  }
  .result__slide {
    width: 480px;
    height: 246px;
    border-radius: 20px;
    opacity: 0.5;
  }
  .result__slide iframe {
    border-radius: 20px;
  }
  .result__slider .swiper-button-prev {
    width: 50px;
    left: calc(50% - 90px);
  }
  .result__slider .swiper-button-next {
    width: 50px;
    right: calc(50% - 90px);
  }
  .result__slide.swiper-slide-next {
    opacity: 1;
  }
  .result__slide.swiper-slide-active {
    opacity: 1;
  }
}
.leader {
  margin-bottom: 30px;
}

.leader__wrap {
  padding: 0 25px;
}
.leader__wrap h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  font-family: "Ubuntu-bold";
  font-size: 24px;
}
.leader__wrap p {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Ubuntu-bold";
  font-size: 15px;
}

.leader__img-wrap {
  margin-bottom: 20px;
}
.leader__img-wrap img {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

.leader__info ul {
  padding: 0;
  padding-left: 20px;
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
}
.leader__info ul li {
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .leader {
    margin-bottom: 50px;
  }
  .leader__wrap {
    position: relative;
    display: grid;
    grid-template-columns: 226px 1fr;
    -webkit-column-gap: 37px;
       -moz-column-gap: 37px;
            column-gap: 37px;
    padding: 0;
  }
  .leader__person {
    position: absolute;
    top: 0;
    left: 261px;
  }
  .leader__img-wrap {
    margin-bottom: 0;
  }
  .leader__info {
    padding-top: 100px;
  }
  .leader__info h2 {
    font-size: 24px;
    text-align: left;
  }
  .leader__info p {
    font-size: 12px;
    text-align: left;
    margin-bottom: 17px;
  }
  .leader__info ul {
    font-size: 11px;
    padding-left: 18px;
  }
  .leader__info ul li {
    margin-bottom: 8px;
  }
  .leader__info ul li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1212px) {
  .leader h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .leader p {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .leader__person {
    left: 440px;
  }
  .leader__wrap {
    grid-template-columns: 380px 1fr;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .leader__info {
    padding-top: 165px;
  }
  .leader__info ul {
    font-size: 18px;
    padding-left: 25px;
  }
  .leader__info ul li {
    margin-bottom: 13px;
  }
  .leader__img-wrap img {
    max-width: 100%;
  }
}
.advance {
  margin-bottom: 20px;
}

.advance__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 20px 20px;
  border-radius: 15px;
  background-color: #F2F3F7;
}

.advance__logo {
  display: block;
  width: 148px;
  height: auto;
  margin-bottom: 5px;
}

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

.advance__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.advance__item {
  padding: 20px 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
}
.advance__item:last-child {
  margin-bottom: 0;
}
.advance__item p {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.advance__item p span {
  display: block;
  margin-bottom: 3px;
  font-size: 24px;
  font-family: "Ubuntu-bold";
  color: #FE4C04;
}

@media (min-width: 768px) {
  .advance {
    margin-bottom: 30px;
  }
  .advance__wrap {
    padding: 30px 90px 54px 90px;
  }
  .advance__logo {
    width: 222px;
    margin-bottom: 18px;
  }
  .advance__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .advance__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
  .advance__item {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 10px;
  }
  .advance__item p span {
    font-size: 24px;
  }
}
@media (min-width: 1212px) {
  .advance {
    margin-bottom: 50px;
  }
  .advance__wrap {
    padding: 60px 163px 74px 163px;
    border-radius: 30px;
  }
  .advance__logo {
    width: 360px;
    margin-bottom: 20px;
  }
  .advance__title {
    font-size: 36px;
    margin-bottom: 39px;
  }
  .advance__list {
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
  }
  .advance__item {
    padding: 54px 10px;
    border-radius: 20px;
  }
  .advance__item p {
    font-size: 20px;
  }
  .advance__item p span {
    font-size: 40px;
  }
}
.experts__wrap {
  background-color: #F7F0FF;
  border-radius: 15px;
  padding: 30px 25px 25px 25px;
  margin-bottom: 20px;
}

.experts__title {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Ubuntu-bold";
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.experts__slider {
  position: relative;
  padding-bottom: 45px;
}

.experts__slider .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.experts__slide {
  padding: 20px 20px 30px 20px;
  background-color: #FCF9FF;
  border-radius: 15px;
  height: auto;
  /*img {
      width: 45%;
      max-width: 149px;
      height: auto;
      margin-top: auto;
  }*/
}
.experts__slide:nth-child(3) .experts__link {
  width: 214px;
  height: 160px;
}
.experts__slide:nth-child(4) .experts__link {
  width: 214px;
  height: 160px;
}

.experts__company-name {
  padding: 0;
  margin: 0;
  margin-bottom: 34px;
  font-size: 14px;
  line-height: 1.2;
  width: 100%;
}

.experts__quote {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  color: #FE4D07;
  font-family: "Ubuntu-bold";
  font-size: 14px;
  line-height: 1.2;
  width: 100%;
}

.experts__slider .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 5px;
  left: 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: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #343A40;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 11;
}

.experts__slider .swiper-button-next {
  position: absolute;
  top: auto;
  right: calc(50% - 40px);
  bottom: 5px;
  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: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #343A40;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 11;
}

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

.experts__slider .swiper-pagination {
  font-family: "Ubuntu-light";
  bottom: 7px;
}

.experts__info-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;
  margin-top: auto;
  width: 100%;
}

.experts__link {
  position: relative;
  display: block;
  margin-top: auto;
  width: 93px;
  height: 122px;
  cursor: pointer;
}
.experts__link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.experts__link img.experts__zoom {
  width: 50px;
  height: 51px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 380px) {
  .experts__quote br {
    display: none;
  }
}
@media (min-width: 576px) {
  .experts__link {
    width: 168px;
    height: 238px;
  }
  .experts__slide:nth-child(3) .experts__link {
    width: 337px;
    height: 238px;
  }
  .experts__slide:nth-child(4) .experts__link {
    width: 337px;
    height: 238px;
  }
  .experts__info-wrap {
    width: auto;
  }
}
@media (min-width: 768px) {
  .experts__wrap {
    padding: 30px 60px 36px 60px;
  }
  .experts__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .experts__company-name {
    font-size: 12px;
    margin-bottom: 9px;
  }
  .experts__slider {
    padding-bottom: 40px;
  }
  .experts__slide {
    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-left: 18px;
    padding-right: 18px;
    padding-top: 15px;
    padding-bottom: 23px;
  }
  .experts__slide:nth-child(3) .experts__link {
    width: 132px;
    height: 96px;
    margin-bottom: 30px;
  }
  .experts__slide:nth-child(4) .experts__link {
    width: 132px;
    height: 96px;
    margin-bottom: 35px;
  }
  /*.experts__slide img {
      width: 64%;
  }    */
  .experts__slider .swiper-button-prev {
    left: calc(50% - 50px);
  }
  .experts__slider .swiper-button-next {
    right: calc(50% - 50px);
  }
  .experts__quote {
    font-size: 12px;
  }
  .experts__quote br {
    display: block;
  }
  .experts__link {
    width: 93px;
    height: 132px;
  }
  .experts__info-wrap {
    min-height: 200px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .experts__quote br {
    display: none;
  }
}
@media (min-width: 1212px) {
  .experts__wrap {
    padding: 54px 102px;
    border-radius: 30px;
    margin-bottom: 50px;
  }
  .experts__title {
    font-size: 44px;
    margin-bottom: 35px;
    text-transform: none;
    text-align: center;
  }
  .experts__company-name {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .experts__quote {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .experts__quote br {
    display: block;
  }
  .experts__slider {
    padding-bottom: 65px;
  }
  .experts__slide {
    padding: 31px 28px 41px 28px;
    border-radius: 20px;
  }
  .experts__slide:nth-child(3) .experts__link {
    width: 214px;
    height: 159px;
  }
  .experts__slide:nth-child(4) .experts__link {
    width: 214px;
    height: 159px;
  }
  .experts__slider .swiper-pagination {
    font-size: 18px;
    bottom: 10px;
  }
  .experts__slider .swiper-button-prev {
    bottom: 4px;
    left: calc(50% - 80px);
    width: 33px;
    height: 33px;
  }
  .experts__slider .swiper-button-prev img {
    width: 7px;
    height: auto;
  }
  .experts__slider .swiper-button-next {
    bottom: 4px;
    right: calc(50% - 80px);
    width: 33px;
    height: 33px;
  }
  .experts__slider .swiper-button-next img {
    width: 7px;
    height: auto;
  }
  .experts__info-wrap {
    min-height: 330px;
  }
  .experts__link {
    width: 151px;
    height: 219px;
  }
}
.education__wrap {
  background-color: #FFE7E7;
  border-radius: 15px;
  padding: 20px 25px;
  margin-bottom: 30px;
}

.education__title {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-family: "Ubuntu-bold";
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.education__slider {
  position: relative;
  padding-bottom: 45px;
}

.education__slider .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.education__slide {
  padding: 20px 20px 30px 20px;
  background-color: #FCF9FF;
  border-radius: 15px;
  height: auto;
  /*img {
      width: 45%;
      max-width: 149px;
      height: auto;
      margin-top: auto;
  }*/
}

.education__company-name {
  padding: 0;
  margin: 0;
  margin-bottom: 17px;
  font-size: 14px;
  line-height: 1.2;
}

.education__slider .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 5px;
  left: 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: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #343A40;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 11;
}

.education__slider .swiper-button-next {
  position: absolute;
  top: auto;
  right: calc(50% - 40px);
  bottom: 5px;
  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: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #343A40;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 11;
}

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

.education__slider .swiper-pagination {
  font-family: "Ubuntu-light";
  bottom: 7px;
}

.education__link {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 93px;
  height: 132px;
  margin-top: auto;
  cursor: pointer;
}
.education__link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.education__link img.education__zoom {
  width: 50px;
  height: 51px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 576px) {
  .education__link {
    width: 168px;
    height: 238px;
  }
}
@media (min-width: 768px) {
  .education__wrap {
    padding: 40px 60px 30px 60px;
  }
  .education__title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .education__company-name {
    font-size: 12px;
    margin-bottom: 9px;
  }
  .education__slider {
    padding-bottom: 43px;
  }
  .education__slide {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 24px;
    padding-bottom: 27px;
    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;
  }
  /*.education__slide img {
      width: 64%;
  }    */
  .education__slider .swiper-button-prev {
    left: calc(50% - 50px);
  }
  .education__slider .swiper-button-next {
    right: calc(50% - 50px);
  }
  .education__link {
    width: 93px;
    height: 132px;
  }
}
@media (min-width: 1212px) {
  .education__wrap {
    padding: 40px 115px 50px 115px;
    border-radius: 30px;
    margin-bottom: 50px;
  }
  .education__title {
    font-size: 44px;
    margin: 30px;
    text-align: center;
    text-transform: none;
  }
  .education__company-name {
    font-size: 20px;
  }
  .education__slider {
    padding-bottom: 70px;
  }
  .education__slide {
    padding: 40px 28px 44px 28px;
    border-radius: 20px;
  }
  .education__slider .swiper-pagination {
    font-size: 18px;
    bottom: 10px;
  }
  .education__slider .swiper-button-prev {
    bottom: 4px;
    left: calc(50% - 80px);
    width: 33px;
    height: 33px;
  }
  .education__slider .swiper-button-prev img {
    width: 7px;
    height: auto;
  }
  .education__slider .swiper-button-next {
    bottom: 4px;
    right: calc(50% - 80px);
    width: 33px;
    height: 33px;
  }
  .education__slider .swiper-button-next img {
    width: 7px;
    height: auto;
  }
  .education__link {
    width: 145px;
    height: 219px;
  }
}
.timer {
  margin-bottom: 30px;
}

.timer__wrap {
  padding: 18px 20px;
  border-radius: 20px;
  color: #ffffff;
  background-color: #7000E3;
}
.timer__wrap img {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto 30px;
  border-radius: 16px;
}
.timer__wrap h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-family: "Ubuntu-bold";
  font-size: 24px;
  text-align: center;
}

.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: 20px;
  font-family: "Ubuntu-bold";
  font-size: 32px;
  line-height: 1;
  background-color: #ffffff;
  color: #7000E3;
  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__widget p {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Ubuntu-bold";
  font-size: 18px;
  text-align: center;
}

@media (min-width: 576px) {
  .timer__wrap h2 br {
    display: none;
  }
}
@media (min-width: 768px) {
  .timer__wrap {
    padding: 38px 45px 53px 45px;
    display: grid;
    grid-template-columns: 302px 1fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .timer__wrap img {
    max-width: none;
  }
  .timer__wrap h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .timer__wrap h2 br {
    display: block;
  }
  .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;
  }
}
@media (min-width: 1212px) {
  .timer {
    margin-bottom: 50px;
  }
  .timer_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-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding-top: 10px;
  }
  .timer__wrap {
    padding: 62px 80px 60px 80px;
    grid-template-columns: 500px 1fr;
    -webkit-column-gap: 23px;
       -moz-column-gap: 23px;
            column-gap: 23px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 30px;
  }
  .timer__wrap img {
    margin-bottom: 0;
    border-radius: 30px;
  }
  .timer__wrap h2 {
    font-size: 44px;
    margin-bottom: 30px;
  }
  .timer__count {
    padding: 5px 10px 15px 10px;
    margin-bottom: 70px;
  }
  .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;
  }
}
.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;
  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: -32px;
  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;
    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__slider2 .swiper-button-prev {
    display: block;
    color: #BDBDBD;
  }
  .modal__slider2 .swiper-button-next {
    display: block;
    color: #BDBDBD;
  }
}
/*# sourceMappingURL=style.css.map */