* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

body.no-scroll {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

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

input,
textarea,
button {
  font: inherit;
}

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

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

.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: #1A2E35;
  font-size: 9px;
  padding-right: 10px;
  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 {
    padding-right: 0;
  }
}
@media (min-width: 1212px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header__logo img {
    width: 179px;
  }
  .header__link {
    margin-bottom: 10px;
  }
  .header__link {
    position: relative;
    padding-left: 29px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 11px;
    font-size: 15px;
    color: #8F8F8F;
    border: 1px solid #DADADA;
    border-radius: 7px;
  }
  .header__link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 9px;
    width: 14px;
    height: 14px;
    background-image: url("https://fs.advance.ru/landing-pages/webinar/children_adhd_ed/icon-phone.svg");
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__link:hover {
    border: 1px solid #FE4C04;
  }
  .header__link:hover::before {
    background-image: url("https://fs.advance.ru/landing-pages/webinar/children_adhd_ed/icon-phone-active.svg");
  }
  .header__link:active {
    border: 1px solid #FE4C04;
  }
  .header__link:active::before {
    background-image: url("https://fs.advance.ru/landing-pages/webinar/children_adhd_ed/icon-phone-active.svg");
  }
}
.banner {
  margin-bottom: 20px;
}

.banner__wrap {
  padding: 25px;
  position: relative;
  background-image: url("https://fs.advance.ru/landing-pages/webinar/children_adhd_ed/bg-SDWG-320.jpg"), -webkit-gradient(linear, left bottom, left top, color-stop(7.17%, #A4C9E0), color-stop(158.01%, rgba(164, 201, 224, 0)));
  background-image: url("https://fs.advance.ru/landing-pages/webinar/children_adhd_ed/bg-SDWG-320.jpg"), linear-gradient(0, #A4C9E0 7.17%, rgba(164, 201, 224, 0) 158.01%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 18px;
  overflow: hidden;
}
.banner__wrap .desc_lesson {
  font-family: "Ubuntu-regular";
  font-size: 15px;
  text-align: center;
  margin-bottom: 7px;
}

.banner__text-wrap {
  position: relative;
  z-index: 2;
}

.banner__title {
  padding: 0;
  margin: 0;
  margin-bottom: 6px;
  font-family: "Ubuntu-bold";
  font-size: 30px;
  line-height: 105%;
  text-align: center;
  max-width: 676px;
}

.banner__info {
  margin-bottom: 10px;
}
.banner__info p {
  padding: 0;
  margin: 0;
  font-family: "Ubuntu-regular";
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.banner__info p:first-child {
  display: block;
  padding: 6px 8px;
  margin: 0 auto 2px;
  color: #8E31EA;
  background-color: #FFFFFF;
  border-radius: 6px;
  max-width: 144px;
}

.banner__btn {
  display: block;
  padding: 11px 0;
  margin: 0 auto 280px;
  color: #ffffff;
  font-size: 15px;
  font-family: "Ubuntu-regular";
  line-height: 1.4;
  border-radius: 25px;
  border: none;
  background: #FE4C04;
  background: linear-gradient(310deg, rgb(254, 76, 4) 0%, rgb(255, 141, 95) 100%);
  text-align: center;
  max-width: 250px;
  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%);
}

.gift {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #7F06EA;
  padding: 7px 15px 7px 51px;
  border-radius: 10px;
  margin: 14px auto 10px;
  max-width: 250px;
}
.gift img {
  position: absolute;
  width: 49px;
  height: 67px;
  left: 5px;
  bottom: 0px;
}
.gift div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.gift span {
  color: #FFFFFF;
  font-family: "Ubuntu-regular";
  font-size: 11px;
  line-height: 100%;
}
.gift span:first-child {
  text-transform: uppercase;
}

@media (min-width: 600px) {
  .banner {
    margin-bottom: 50px;
  }
  .banner__wrap {
    background-image: url("https://fs.advance.ru/landing-pages/webinar/children_adhd_ed/bg-SDWG-1180.jpg"), -webkit-gradient(linear, left bottom, left top, color-stop(7.17%, #A4C9E0), color-stop(158.01%, rgba(164, 201, 224, 0)));
    background-image: url("https://fs.advance.ru/landing-pages/webinar/children_adhd_ed/bg-SDWG-1180.jpg"), linear-gradient(0, #A4C9E0 7.17%, rgba(164, 201, 224, 0) 158.01%);
    background-position: right;
    padding: 30px 45px 43px 45px;
    min-height: 400px;
  }
  .banner__wrap .desc_lesson {
    text-align: left;
  }
  .banner__text-wrap p {
    margin-bottom: 17px;
    font-size: 14px;
    text-align: left;
    max-width: 300px;
  }
  .banner__text-wrap p br {
    display: none;
  }
  .banner__title {
    font-size: 36px;
    line-height: 105%;
    margin-bottom: 8px;
    text-align: left;
    max-width: 362px;
  }
  .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: 10px;
    margin-bottom: 19px;
  }
  .banner__info p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .banner__info p:first-child {
    margin: 0;
    padding: 1px 15px;
    max-width: none;
  }
  .banner__btn {
    margin: 0;
    max-width: 300px;
    font-family: "Ubuntu-bold";
  }
  .gift {
    padding: 13px 3px 14px 60px;
    margin: 31px 0 17px;
    max-width: 300px;
  }
  .gift img {
    left: 12px;
  }
}
@media (min-width: 768px) {
  .banner__text-wrap {
    max-width: 370px;
  }
  .banner__text-wrap p {
    max-width: none;
  }
  .banner__title {
    max-width: none;
  }
}
@media (min-width: 850px) {
  .banner__title {
    max-width: 470px;
  }
}
@media (min-width: 992px) {
  .banner__title {
    max-width: 470px;
  }
}
@media (min-width: 1000px) {
  .banner {
    margin-bottom: 54px;
  }
  .banner__text-wrap {
    max-width: 610px;
  }
  .banner__wrap {
    padding-top: 75px;
    padding-left: 80px;
    padding-bottom: 70px;
    padding-right: 30%;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: right top;
    height: 700px;
  }
  .banner__wrap .desc_lesson {
    margin-bottom: 15px;
    font-size: 24px;
    max-width: none;
  }
  .banner__title {
    font-size: 60px;
    margin-bottom: 15px;
    max-width: none;
  }
  .banner__text-wrap p {
    font-size: 24px;
    margin-bottom: 25px;
    max-width: 490px;
  }
  .banner__text-wrap p br {
    display: none;
  }
  .banner__btn {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 24px;
    border-radius: 35px;
    max-width: 520px;
  }
  .banner__info {
    margin-bottom: 20px;
    gap: 20px;
  }
  .banner__info p {
    font-size: 24px;
    margin-bottom: 0;
    font-family: "Ubuntu-bold";
  }
  .banner__info p:first-child {
    padding: 10px 30px;
    border-radius: 10px;
  }
  .gift {
    padding: 23px 10px 25px 118px;
    margin: 51px 0 28px;
    max-width: 520px;
  }
  .gift img {
    width: 82px;
    height: 113px;
    left: 30px;
  }
  .gift span {
    font-size: 18px;
  }
}
.window_link {
  margin-bottom: 30px;
}

.window_link__wrap {
  padding: 24px;
  margin: 0 auto;
  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;
  background-image: url("https://fs.advance.ru/landing-pages/webinar/children_adhd_ed/avam-mobile.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 300px;
  height: 215px;
  color: #ffffff;
}
.window_link__wrap p {
  padding: 0;
  margin: 0;
  font-family: "Ubuntu-bold";
  line-height: 1.12;
  text-align: center;
}
.window_link__wrap span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 20px;
  line-height: 23px;
}
.window_link__wrap .window_link__btn {
  display: block;
  padding: 13px 13px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 15px;
  font-family: "Ubuntu-bold";
  border-radius: 35px;
  border: none;
  background: #FF7E4A;
  background: linear-gradient(135deg, rgb(255, 126, 74) 0%, rgb(254, 76, 4) 100%);
  text-align: center;
  cursor: pointer;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.window_link__wrap .window_link__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%);
}
.window_link__wrap .window_link__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%);
}
.window_link__wrap .window_link__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.window_anxiety {
  font-size: 22px;
}

.window_children {
  font-size: 30px;
}

@media (min-width: 768px) {
  .window_link {
    margin-bottom: 50px;
  }
  .window_link__wrap {
    width: 588px;
    height: 160px;
    background-image: url("https://fs.advance.ru/landing-pages/webinar/children_adhd_ed/avam-tablet.svg");
  }
  .window_link__wrap .window_link__btn {
    padding: 11px 13px;
    max-width: 227px;
  }
  .window_link__content p {
    max-width: 470px;
  }
  .window_link__content p br {
    display: none;
  }
}
@media (min-width: 1212px) {
  .window_link {
    margin-bottom: 80px;
  }
  .window_link__wrap {
    width: 984px;
    height: 267px;
    background-image: url("https://fs.advance.ru/landing-pages/webinar/children_adhd_ed/avam.svg");
  }
  .window_link__wrap .window_link__btn {
    padding: 20px 20px;
    font-size: 24px;
    max-width: 520px;
  }
  .window_link__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .window_link__content p {
    font-weight: 700;
    max-width: 786px;
  }
  .window_link__content p br {
    display: none;
  }
  .window_link__content span {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    color: #FFFFFF;
  }
  .window_anxiety {
    font-size: 36px;
    line-height: 100%;
  }
  .window_children {
    font-size: 50px;
  }
}
.lesson_for_u {
  margin-bottom: 25px;
}
.lesson_for_u h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Ubuntu-bold";
  font-size: 24px;
  text-align: center;
}

.lesson_for_u__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.lesson_for_u__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;
  padding: 23px 23px 0 23px;
  margin-bottom: 20px;
  background: #FFF0E9;
  border-radius: 23px;
  height: 302px;
}
.lesson_for_u__list li p {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-family: "Ubuntu-regular";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.lesson_for_u__list li img {
  border-radius: 15px;
}

@media (min-width: 768px) {
  .lesson_for_u {
    margin-bottom: 30px;
  }
  .lesson_for_u h2 {
    margin-bottom: 13px;
  }
  .lesson_for_u__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .lesson_for_u__list li {
    padding: 18px 17px 0 17px;
    margin-bottom: 15px;
    height: 228px;
  }
  .lesson_for_u__list li p {
    font-size: 14px;
  }
  .lesson_for_u__list li:last-child {
    margin-bottom: 15px;
  }
}
@media (min-width: 1212px) {
  .lesson_for_u {
    margin-bottom: 50px;
  }
  .lesson_for_u h2 {
    font-size: 40px;
    margin-bottom: 22px;
  }
  .lesson_for_u__list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .lesson_for_u__list li {
    padding: 30px 30px 0 30px;
    margin-bottom: 20px;
    height: 320px;
    border-radius: 30px;
  }
  .lesson_for_u__list li p {
    font-size: 22px;
  }
  .lesson_for_u__list li img {
    border-radius: 20px;
  }
  .lesson_for_u__list li:last-child {
    margin-bottom: 20px;
  }
}
.attention {
  margin-bottom: 25px;
}

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

.attention__wrap {
  padding: 30px 15px;
  background-color: #F3EAFF;
  border-radius: 20px;
}
.attention__wrap img {
  display: block;
  width: 97%;
  height: auto;
  max-width: 380px;
  margin: 0 auto 19px;
  border-radius: 15px;
}

.attention__list {
  padding: 0;
  padding-left: 2px;
  padding-right: 2px;
  margin: 0;
  margin-bottom: 10px;
  list-style: none;
  font-size: 13px;
}
.attention__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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 6px 17px 6px 42px;
  margin-bottom: 10px;
  border-radius: 12px;
  background-color: #ffffff;
  min-height: 50px;
}
.attention__list li span {
  font-family: "Ubuntu-bold";
  font-style: normal;
  font-weight: 700;
}
.attention__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  width: 20px;
  height: 20px;
  background-image: url("https://fs.advance.ru/landing-pages/webinar/children_adhd_ed/kurs-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.attention__list li:last-child {
  margin-bottom: 0;
}

.attention__btn {
  display: block;
  padding: 8px 13px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 15px;
  font-family: "Ubuntu-bold";
  border-radius: 20px;
  border: none;
  background: #FF7E4A;
  background: linear-gradient(135deg, rgb(255, 126, 74) 0%, rgb(254, 76, 4) 100%);
  text-align: center;
  max-width: 250px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.attention__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%);
}
.attention__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) {
  .attention {
    margin-bottom: 50px;
  }
  .attention h2 {
    grid-column: 1/3;
    margin-bottom: 20px;
  }
  .attention__wrap {
    padding: 33px 60px 33px 60px;
    display: grid;
    grid-template-columns: 1fr 226px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .attention__wrap img {
    width: 100%;
    margin-bottom: 0;
    border-radius: 15px;
  }
  .attention__list {
    margin-bottom: 0;
  }
  .attention__btn {
    grid-column: 1/3;
    max-width: 376px;
    margin-top: 27px;
    padding: 11px 13px;
  }
}
@media (min-width: 1212px) {
  .attention {
    margin-bottom: 80px;
  }
  .attention h2 {
    font-size: 40px;
    margin-bottom: 42px;
  }
  .attention__wrap {
    padding: 50px 100px 92px 100px;
    grid-template-columns: 1fr 380px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    border-radius: 30px;
  }
  .attention__list li {
    margin-bottom: 20px;
    padding-left: 80px;
    font-size: 22px;
    border-radius: 20px;
    min-height: 80px;
  }
  .attention__list li::before {
    width: 30px;
    height: 30px;
    left: 22px;
  }
  .attention__list li span {
    font-family: "Ubuntu-bold";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
  }
}
.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: 380px;
  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: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
    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 {
    margin-bottom: 76px;
  }
  .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;
  }
}
.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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    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;
}

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

.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;
    margin-bottom: 50px;
  }
  .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: 80px;
  }
  .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: 50px;
}

.timer__wrap {
  padding: 18px 20px;
  border-radius: 18px;
  background-color: #7000E3;
  color: #ffffff;
}
.timer__wrap img {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto 20px;
  border-radius: 18px;
}
.timer__wrap h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Ubuntu-bold";
  font-size: 30px;
  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__text {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Ubuntu-bold";
  font-size: 14px;
  text-align: center;
}

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

@media (min-width: 768px) {
  .timer {
    margin-bottom: 50px;
  }
  .timer__wrap {
    padding: 30px 45px 42px 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: 24px;
    line-height: 1.12;
    margin-bottom: 15px;
  }
  .timer__count {
    padding: 7px 25px;
  }
  .timer__count .timer_item {
    font-size: 37px;
  }
  .timer__count .timer_item span:last-child {
    font-size: 12px;
  }
  .timer__text {
    font-size: 14px;
  }
}
@media (min-width: 1212px) {
  .timer {
    margin-bottom: 80px;
  }
  .timer__wrap {
    padding: 70px 80px 60px 80px;
    grid-template-columns: 500px 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    border-radius: 30px;
  }
  .timer__wrap img {
    margin-bottom: 0;
    border-radius: 30px;
  }
  .timer__wrap h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .timer__count {
    padding: 5px 10px 15px 10px;
    border-radius: 15px;
    margin-bottom: 40px;
  }
  .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__text {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .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;
  }
}
.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;
  }
}
.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);
  }
}
.reasons {
  margin-bottom: 25px;
}

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

.reasons__wrap {
  padding: 30px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #FFF0E9;
  border-radius: 20px;
}

.reasons__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.reasons__list li {
  width: 250px;
  height: 217px;
  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;
  padding: 16px 16px 0 16px;
  border-radius: 11px;
  background-color: #FFFFFF;
}
.reasons__list li p {
  font-family: "Ubuntu-light";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 15px;
}
.reasons__list li img {
  width: 217px;
  height: 100px;
}

@media (min-width: 768px) {
  .reasons {
    margin-bottom: 50px;
  }
  .reasons h2 {
    grid-column: 1/3;
    margin-bottom: 20px;
  }
  .reasons__wrap {
    padding: 29px 58px 58px 58px;
    -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;
  }
  .reasons__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .reasons__list li {
    padding: 11px 11px 0 11px;
    width: 185px;
    height: 161px;
    font-size: 12px;
  }
  .reasons__list li p {
    font-size: 12px;
  }
  .reasons__list li img {
    width: 161px;
    height: 74px;
  }
}
@media (min-width: 1212px) {
  .reasons {
    margin-bottom: 80px;
  }
  .reasons h2 {
    font-size: 40px;
    margin-bottom: 42px;
  }
  .reasons__wrap {
    padding: 50px 100px 87px 100px;
    border-radius: 30px;
  }
  .reasons__list {
    gap: 25px;
  }
  .reasons__list li {
    padding: 20px 20px 0 20px;
    font-size: 20px;
    border-radius: 20px;
    width: 310px;
    height: 270px;
  }
  .reasons__list li p {
    font-size: 20px;
  }
  .reasons__list li img {
    width: 100%;
    height: 125px;
  }
}
.reviews {
  margin-bottom: 30px;
}

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

.reviews__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reviews__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.reviews__list li {
  width: 299px;
  height: 252px;
  padding: 24px;
  background-color: #F4F4F4;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reviews__list li span {
  font-family: "Ubuntu-bold";
  font-size: 18px;
  line-height: 120%;
  color: #343A40;
}
.reviews__list li p {
  font-size: 12px;
  font-family: "Ubuntu-light";
  color: #343A40;
  margin: 4px 0 10px;
  height: 157px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
}
.reviews__list li button {
  cursor: pointer;
  font-family: "Ubuntu-regular";
  font-size: 11px;
  line-height: 13px;
  color: #b9b9b9;
  background-color: transparent;
  border: none;
  text-align: left;
}

@media (min-width: 768px) {
  .reviews {
    margin-bottom: 53px;
  }
  .reviews__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 15px;
  }
  .reviews__list li {
    width: 226px;
  }
  .reviews__list li span {
    font-size: 15px;
  }
  .reviews__list li p {
    -webkit-line-clamp: 10;
    height: 146px;
    margin: 8px 0 16px;
  }
}
@media (min-width: 1212px) {
  .reviews {
    margin-bottom: 100px;
  }
  .reviews__title {
    margin-bottom: 42px;
    font-size: 40px;
  }
  .reviews__list {
    gap: 20px;
  }
  .reviews__list li {
    width: 380px;
    height: 420px;
    padding: 40px;
  }
  .reviews__list li span {
    font-size: 24px;
  }
  .reviews__list li p {
    -webkit-line-clamp: 12;
    height: 258px;
    margin: 14px 0 26px;
    font-size: 18px;
  }
  .reviews__list li button {
    font-size: 18px;
  }
}