* {
  -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: #282828;
  background: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

body.no-scroll {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

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

input,
textarea,
button {
  font: inherit;
}

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

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

.container {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

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

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

.header__link {
  color: #8F8F8F;
  font-size: 6px;
  font-family: "Ubuntu-regular";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  padding-left: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 6px;
  border: 1px solid #DADADA;
  border-radius: 3px;
}
.header__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 6px;
  height: 6px;
  background-image: url("https://fs.advance.ru/landing-pages/webinar/speed_reading_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/speed_reading_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/speed_reading_ed/icon-phone-active.svg");
}
.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-top: 7px;
    padding-bottom: 6px;
    padding-left: 19px;
    padding-right: 7px;
    font-size: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .header__link::before {
    width: 9px;
    height: 9px;
    left: 7px;
  }
}
@media (min-width: 1212px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header__logo img {
    width: 179px;
  }
  .header__link {
    padding-left: 29px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 11px;
    font-size: 15px;
    border-radius: 7px;
  }
  .header__link::before {
    left: 9px;
    width: 14px;
    height: 14px;
  }
}
.banner {
  margin-bottom: 30px;
  overflow: hidden;
}

.banner__wrap {
  padding: 20px;
  position: relative;
  background: #DBC49A;
  border-radius: 15px;
  overflow: hidden;
}
.banner__wrap::before {
  content: "";
  position: absolute;
  left: 53%;
  bottom: 0;
  width: 740px;
  height: 750px;
  background-image: url("https://fs.advance.ru/landing-pages/webinar/speed_reading_ed/banner-mobile.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.banner__text-wrap {
  position: relative;
  font-family: "Ubuntu-light";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 2;
}
.banner__text-wrap p {
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  margin-bottom: 12px;
  font-size: 14px;
  text-align: center;
}

.banner__title {
  padding: 0;
  margin: 0;
  margin-bottom: 3px;
  font-family: "Ubuntu-bold";
  font-size: 26px;
  line-height: 1.1;
  text-align: center;
}

.banner__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 13px;
}
.banner__info p {
  padding: 5px 8px;
  margin: 0;
  font-family: "Ubuntu-bold";
  font-size: 14px;
  color: #ffffff;
  background-color: #D3B37B;
  text-align: center;
  border-radius: 5px;
}
.banner__info p:first-child {
  padding: 5px 10px 8px 8px;
  color: #D3B37B;
  background-color: #ffffff;
  border-radius: 5px 0 0 5px;
  max-width: 200px;
}
.banner__info p:last-child {
  margin-left: -5px;
}

.banner__btn {
  display: block;
  padding: 12px 15px;
  margin: 0 auto 405px;
  color: #ffffff;
  font-size: 15px;
  font-family: "Ubuntu-bold";
  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: 260px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.banner__btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 76, 4)), to(rgb(254, 76, 4)));
  background: linear-gradient(180deg, rgb(254, 76, 4) 0%, rgb(254, 76, 4) 100%);
}
.banner__btn:active {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 76, 4)), to(rgb(254, 76, 4)));
  background: linear-gradient(180deg, rgb(254, 76, 4) 0%, rgb(254, 76, 4) 100%);
}

.banner__gift-wrap {
  position: relative;
  padding: 2px 10px 0 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  color: #D3B37B;
  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;
}
.banner__gift-wrap .banner__gift-text {
  padding-top: 5px;
  padding-bottom: 5px;
}
.banner__gift-wrap .banner__gift-text h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 3px;
  font-family: "Ubuntu-bold";
  font-size: 11px;
  text-transform: uppercase;
}
.banner__gift-wrap .banner__gift-text p {
  padding: 0;
  margin: 0;
  font-size: 11px;
  font-family: "Ubuntu-regular";
  text-align: left;
  border-radius: 0;
}
.banner__gift-wrap img {
  display: block;
  margin-top: -30px;
  width: 49px;
  height: auto;
}

@media (min-width: 380px) {
  .banner__gift-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner__gift-wrap .banner__gift-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .banner {
    margin-bottom: 50px;
  }
  .banner__wrap {
    padding: 47px 42px 37px 47px;
  }
  .banner__wrap::before {
    left: auto;
    right: 0;
    bottom: 0;
    width: 928px;
    height: 397px;
    background-image: url("https://fs.advance.ru/landing-pages/webinar/speed_reading_ed/banner-tablet.jpg");
    -webkit-transform: none;
            transform: none;
  }
  .banner__text-wrap {
    display: block;
    padding-bottom: 0;
    background-position: center bottom;
  }
  .banner__text-wrap p {
    padding-right: 50%;
    padding-left: 0;
    margin-bottom: 20px;
    font-size: 15px;
    text-align: left;
  }
  .banner__title {
    font-size: 32px;
    margin-bottom: 8px;
    text-align: left;
  }
  .banner__info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 12px;
  }
  .banner__info p {
    font-size: 15px;
    padding-right: 8px;
    padding-left: 8px;
    margin: 0;
  }
  .banner__btn {
    margin: 0;
    max-width: 312px;
  }
  .banner__gift-wrap {
    max-width: 312px;
  }
  .banner__gift-wrap .banner__gift-text {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media (min-width: 992px) {
  .banner__wrap::before {
    top: 0;
    bottom: auto;
  }
  .banner__title {
    max-width: 540px;
  }
  .banner__title br {
    display: none;
  }
}
@media (min-width: 1100px) {
  .banner__title {
    max-width: none;
  }
}
@media (min-width: 1212px) {
  .banner {
    margin-bottom: 50px;
  }
  .banner__wrap {
    padding-top: 75px;
    padding-left: 79px;
    padding-bottom: 67px;
    padding-right: 33%;
    border-radius: 30px;
    background-image: url("https://fs.advance.ru/landing-pages/webinar/speed_reading_ed/banner-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .banner__wrap::before {
    content: none;
  }
  .banner__title {
    font-size: 54px;
    line-height: 1;
    margin-bottom: 12px;
    max-width: none;
  }
  .banner__title br {
    display: block;
  }
  .banner__text-wrap p {
    font-size: 24px;
    margin-bottom: 35px;
    padding-right: 0;
    max-width: 500px;
  }
  .banner__btn {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
    border-radius: 35px;
    max-width: 520px;
  }
  .banner__info {
    margin-bottom: 20px;
  }
  .banner__info p {
    padding: 10px 12px;
    font-size: 24px;
    margin-bottom: 0;
    border-radius: 0 10px 10px 0;
    border-radius: 10px;
  }
  .banner__info p:first-child {
    padding: 10px 20px;
    border-radius: 10px 0 0 10px;
    max-width: none;
  }
  .banner__gift-wrap {
    padding-right: 18px;
    margin-bottom: 28px;
    max-width: 520px;
    border-radius: 15px;
  }
  .banner__gift-wrap img {
    width: 82px;
    margin-top: -30px;
  }
  .banner__gift-wrap .banner__gift-text {
    padding-top: 23px;
    padding-bottom: 25px;
  }
  .banner__gift-wrap .banner__gift-text h2 {
    font-size: 18px;
  }
  .banner__gift-wrap .banner__gift-text p {
    font-size: 18px;
  }
}
.presentation {
  margin-bottom: 30px;
}
.presentation h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Ubuntu-bold";
  font-size: 24px;
  text-align: center;
}

.presentation__list {
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  list-style: none;
}
.presentation__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 0 20px;
  margin-bottom: 10px;
  background: #F6EDFF;
  border-radius: 20px;
  height: 220px;
}
.presentation__list li p {
  padding: 0;
  margin: 0;
  font-size: 15px;
  -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;
}
.presentation__list li p br {
  display: none;
}
.presentation__list li img {
  border-radius: 14px;
}

@media (min-width: 768px) {
  .presentation {
    margin-bottom: 13px;
  }
  .presentation__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    padding: 0;
  }
  .presentation__list li {
    padding: 18px 17px 0 17px;
    margin-bottom: 15px;
    height: 192px;
  }
  .presentation__list li p {
    font-size: 13px;
  }
  .presentation__list li:last-child {
    margin-bottom: 15px;
  }
}
@media (min-width: 1212px) {
  .presentation {
    margin-bottom: 80px;
  }
  .presentation h2 {
    font-size: 40px;
    margin-bottom: 22px;
  }
  .presentation__list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .presentation__list li {
    padding: 30px 30px 0 30px;
    margin-bottom: 20px;
    height: 320px;
    border-radius: 30px;
  }
  .presentation__list li p {
    font-size: 22px;
  }
  .presentation__list li p br {
    display: block;
  }
  .presentation__list li img {
    border-radius: 20px;
  }
  .presentation__list li:last-child {
    margin-bottom: 20px;
  }
}
.preorder {
  margin-bottom: 30px;
}

.preorder__wrap {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("https://fs.advance.ru/landing-pages/webinar/speed_reading_ed/frame-mobile.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 300px;
  height: 200px;
}
.preorder__wrap p {
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
  font-family: "Ubuntu-bold";
  font-size: 22px;
  line-height: 1.1;
  text-align: center;
}
.preorder__wrap a {
  display: block;
  padding: 15px 13px;
  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;
  width: 258px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.preorder__wrap a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 76, 4)), to(rgb(254, 76, 4)));
  background: linear-gradient(180deg, rgb(254, 76, 4) 0%, rgb(254, 76, 4) 100%);
}
.preorder__wrap a:active {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 76, 4)), to(rgb(254, 76, 4)));
  background: linear-gradient(180deg, rgb(254, 76, 4) 0%, rgb(254, 76, 4) 100%);
}

@media (min-width: 768px) {
  .preorder__wrap {
    padding-left: 60px;
    padding-right: 60px;
    width: 708px;
    height: 150px;
    background-image: url("https://fs.advance.ru/landing-pages/webinar/speed_reading_ed/frame-tablet.svg");
  }
  .preorder__wrap a {
    width: 312px;
  }
}
@media (min-width: 1212px) {
  .preorder {
    margin-bottom: 100px;
  }
  .preorder__wrap {
    width: 1180px;
    height: 250px;
    background-image: url("https://fs.advance.ru/landing-pages/webinar/speed_reading_ed/frame-bg.svg");
  }
  .preorder__wrap p {
    font-size: 36px;
    margin-bottom: 33px;
  }
  .preorder__wrap a {
    padding: 20px 13px;
    font-size: 24px;
    width: 517px;
    border-radius: 35px;
  }
}
.skills {
  margin-bottom: 20px;
}

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

.skills__wrap {
  padding: 30px 20px;
  background-color: #FFEBE3;
  border-radius: 18px;
}
.skills__wrap img {
  display: block;
  width: 87%;
  height: auto;
  max-width: 320px;
  margin: 0 auto 19px;
  border-radius: 12px;
}

.skills__list {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  list-style: none;
  font-size: 12px;
}
.skills__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 10px 6px 42px;
  margin-bottom: 10px;
  border-radius: 12px;
  background-color: #ffffff;
  min-height: 50px;
}
.skills__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  width: 20px;
  height: 20px;
  background-image: url("https://fs.advance.ru/landing-pages/webinar/speed_reading_ed/kurs-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.skills__list li:last-child {
  margin-bottom: 0;
}
.skills__list li p span {
  font-family: "Ubuntu-bold";
}

.skills__btn {
  display: block;
  padding: 15px 13px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 15px;
  font-family: "Ubuntu-bold";
  border-radius: 250px;
  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;
}
.skills__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%);
}
.skills__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%);
}

.skills.skills--add .skills__wrap {
  padding: 30px 10px;
}
.skills.skills--add .skills__wrap img {
  width: 80%;
}
.skills.skills--add .skills__list {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .skills {
    margin-bottom: 30px;
  }
  .skills h2 {
    grid-column: 1/3;
    margin-bottom: 20px;
  }
  .skills__wrap {
    padding: 33px 50px 50px 50px;
    display: grid;
    grid-template-columns: 1fr 226px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .skills__wrap img {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }
  .skills__list {
    margin-bottom: 0;
    padding-left: 10px;
  }
  .skills__list li {
    padding-left: 45px;
  }
  .skills__list li::before {
    left: 18px;
  }
  .skills__btn {
    grid-column: 1/3;
    max-width: 256px;
    margin-top: 27px;
    padding: 11px 20px;
  }
  .skills.skills--add {
    margin-bottom: 20px;
  }
  .skills.skills--add .skills__wrap {
    grid-template-columns: 226px 1fr;
    padding: 33px 60px 50px 60px;
  }
  .skills.skills--add .skills__wrap img {
    width: 100%;
  }
  .skills.skills--add .skills__list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1212px) {
  .skills {
    margin-bottom: 90px;
  }
  .skills h2 {
    font-size: 40px;
    margin-bottom: 32px;
  }
  .skills__wrap {
    padding: 50px 70px 72px 70px;
    grid-template-columns: 1fr 410px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    border-radius: 30px;
  }
  .skills__wrap img {
    width: 380px;
    margin: 0;
    border-radius: 20px;
  }
  .skills__list {
    padding-left: 30px;
  }
  .skills__list li {
    margin-bottom: 20px;
    padding-left: 80px;
    font-size: 22px;
    border-radius: 20px;
    min-height: 80px;
  }
  .skills__list li::before {
    width: 30px;
    height: 30px;
    left: 35px;
  }
  .skills__btn {
    padding: 20px 42px;
    max-width: 620px;
    margin-top: 50px;
    font-size: 24px;
    border-radius: 35px;
  }
  .skills.skills--add {
    margin-bottom: 30px;
  }
  .skills.skills--add .skills__wrap {
    padding: 50px 100px 92px 100px;
    grid-template-columns: 380px 1fr;
  }
  .skills.skills--add .skills__wrap img {
    margin: 0 auto;
  }
}
.reviews {
  margin-bottom: 20px;
}

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

.reviews__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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 26px 24px 26px;
  width: 100%;
  border-radius: 12px;
  color: #343A40;
  background-color: #F4F4F4;
}
.reviews__slide img {
  display: block;
  width: 60px;
  height: auto;
  margin-bottom: 12px;
}
.reviews__slide h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
  font-family: "Ubuntu-bold";
  font-size: 15px;
}
.reviews__slide p.reviews__text {
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 9px;
  font-size: 11px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.reviews__slide button {
  padding: 0;
  font-size: 11px;
  font-family: "Ubuntu-regular";
  color: rgba(52, 58, 64, 0.5);
  cursor: pointer;
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.reviews__slide p.reviews__text.expanded {
  -webkit-line-clamp: unset;
}
.reviews__slide p.reviews__text.expanded::before {
  content: none;
}

@media (min-width: 768px) {
  .reviews__title {
    margin-bottom: 21px;
  }
  .reviews__slide {
    min-height: 228px;
  }
}
@media (min-width: 1212px) {
  .reviews {
    margin-bottom: 50px;
  }
  .reviews__title {
    font-size: 40px;
    margin-bottom: 42px;
  }
  .reviews__slide {
    padding: 40px 40px 30px 40px;
    border-radius: 20px;
    min-height: 380px;
  }
  .reviews__slide img {
    width: 100px;
    margin-bottom: 20px;
  }
  .reviews__slide h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .reviews__slide p.reviews__text {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .reviews__slide button {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .reviews__slider .swiper-wrapper {
    display: block;
  }
  .reviews__slide {
    margin-bottom: 10px;
  }
  .reviews__slide:last-child {
    margin-bottom: 0;
  }
}
.video {
  margin-bottom: 30px;
}

.video__item {
  padding: 18px 50px 25px 50px;
  margin-bottom: 10px;
  background-color: #F4F4F4;
  border-radius: 12px;
}
.video__item h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-family: "Ubuntu-bold";
  text-align: center;
}
.video__item p {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  font-size: 14px;
}
.video__item p:last-child {
  margin-bottom: 0;
}
.video__item p span {
  font-family: "Ubuntu-bold";
}
.video__item:last-child {
  margin-bottom: 0;
}

.video__block {
  position: relative;
  margin: 0 auto 20px;
  border-radius: 6px;
  overflow: hidden;
  width: 198px;
  height: 298px;
}
.video__block iframe {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 17px;
}
.video__block img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 17px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}
.video__block img.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85px;
  height: 85px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video__block:hover img.video__play {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
.video__block:active img.video__play {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

.video__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

@media (min-width: 768px) {
  .video__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .video__item {
    margin-bottom: 0;
    padding: 18px 16px 15px 16px;
  }
  .video__item h3 {
    font-size: 15px;
  }
  .video__item p {
    margin-bottom: 4px;
    font-size: 10px;
  }
  .video__block {
    margin: 0 auto 15px;
    width: 101px;
    height: 154px;
    border-radius: 9px;
  }
  .video__block iframe {
    border-radius: 9px;
  }
  .video__block img.video__play {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 1212px) {
  .video {
    margin-bottom: 100px;
  }
  .video__wrap {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .video__item {
    padding: 20px 29px 30px 29px;
    border-radius: 20px;
  }
  .video__item h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .video__item p {
    font-size: 16px;
    margin-bottom: 4px;
    padding-right: 0;
  }
  .video__block {
    margin-bottom: 23px;
    width: 173px;
    height: 258px;
    border-radius: 15px;
  }
  .video__block iframe {
    border-radius: 15px;
  }
  .video__block img.video__play {
    width: 63px;
    height: 63px;
  }
}
.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__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 {
    margin-bottom: 90px;
  }
  .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;
  }
  .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_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;
}

.timer__wrap {
  padding: 18px 20px;
  border-radius: 20px;
  background-color: #F5E7CD;
}
.timer__wrap img {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto 20px;
  border-radius: 16px;
}
.timer__wrap h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  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: #A89063;
  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: 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: 7px;
  }
  .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__wrap {
    padding: 62px 80px 60px 80px;
    grid-template-columns: 500px 1fr;
    -webkit-column-gap: 23px;
       -moz-column-gap: 23px;
            column-gap: 23px;
    border-radius: 30px;
  }
  .timer__wrap img {
    margin-bottom: 0;
    border-radius: 30px;
  }
  .timer__wrap h2 {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .timer__count {
    padding: 5px 10px 15px 10px;
    margin-bottom: 30px;
  }
  .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 */