@charset "UTF-8";
* {
  -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/online/english4kids-1stage/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/online/english4kids-1stage/icon-phone-active.svg");
  }
  .header__link:active {
    border: 1px solid #FE4C04;
  }
  .header__link:active::before {
    background-image: url("https://fs.advance.ru/landing-pages/online/english4kids-1stage/icon-phone-active.svg");
  }
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.banner {
  margin-bottom: 30px;
  overflow: hidden;
  color: #ffffff;
}

.banner__wrap {
  position: relative;
  background: #9633FB;
  background: linear-gradient(135deg, rgb(150, 51, 251) 0%, rgb(112, 0, 227) 100%);
  border-radius: 20px;
  overflow: hidden;
}
.banner__wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 714px;
  height: 858px;
  background-image: url("https://fs.advance.ru/landing-pages/online/english4kids-1stage/banner-mobile.png");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.banner__text-wrap {
  padding: 20px 19px 289px 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.banner__text-wrap ul {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  list-style: none;
  font-size: 12px;
}
.banner__text-wrap ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 25px;
}
.banner__text-wrap ul li br {
  display: none;
}
.banner__text-wrap ul li:last-child {
  margin-bottom: 0;
}
.banner__text-wrap ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background-image: url("https://fs.advance.ru/landing-pages/online/english4kids-1stage/check-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.banner__title {
  padding: 0;
  margin: 0;
  margin-bottom: 14px;
  font-family: "Ubuntu-bold";
  font-size: 30px;
  line-height: 1.05;
  text-align: center;
}
.banner__title br {
  display: none;
}

.banner__btn {
  display: block;
  padding: 12px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 18px;
  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;
  width: 100%;
  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__line-wrap {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ffffff;
  background-color: #FD4B04;
  font-size: 15px;
}
.banner__line-wrap .banner__line {
  /* бегущая строка */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: ticker 20s linear infinite;
          animation: ticker 20s linear infinite;
  -webkit-transform-style: preserve-3d; /* Фикс возможного глюка с морганием в Сафари */
}
.banner__line-wrap p {
  /*padding: 0;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;   */
  position: relative;
  font-family: "Ubuntu-bold";
  padding: 0;
  padding-left: 10px;
  white-space: nowrap;
  -webkit-backface-visibility: hidden; /* Фикс возможного глюка с морганием в Сафари */
}

@media (min-width: 768px) {
  .banner {
    margin-bottom: 20px;
  }
  .banner__wrap::before {
    bottom: 0;
    left: auto;
    width: 878px;
    height: 420px;
    right: -170px;
    background-image: url("https://fs.advance.ru/landing-pages/online/english4kids-1stage/banner-tablet.png");
    -webkit-transform: none;
            transform: none;
  }
  .banner__text-wrap {
    padding: 23px 190px 32px 45px;
    display: block;
  }
  .banner__text-wrap ul {
    margin-bottom: 25px;
    padding-right: 175px;
  }
  .banner__text-wrap ul li {
    padding-left: 20px;
  }
  .banner__text-wrap ul li::before {
    top: 0;
    left: 1px;
  }
  .banner__title {
    font-size: 36px;
    margin-bottom: 14px;
    text-align: left;
    max-width: 620px;
  }
  .banner__title br {
    display: block;
  }
  .banner__btn {
    margin: 0;
    padding: 8px 10px;
    max-width: 240px;
  }
}
@media (min-width: 992px) {
  .banner__wrap::before {
    right: -100px;
  }
}
@media (min-width: 1212px) {
  .banner {
    margin-bottom: 30px;
    border-radius: 30px;
  }
  .banner__wrap {
    background: #9633FB;
    background-image: url("https://fs.advance.ru/landing-pages/online/english4kids-1stage/bg-banner.jpg");
    background-repeat: no-repeat;
    background-position: right bottom;
    min-height: 700px;
  }
  .banner__wrap::before {
    content: none;
  }
  .banner__title {
    font-size: 62px;
    margin-bottom: 30px;
    max-width: 1010px;
  }
  .banner__text-wrap {
    padding: 38px 92px 51px 79px;
  }
  .banner__text-wrap ul {
    font-size: 20px;
    margin-bottom: 38px;
    padding-right: 445px;
  }
  .banner__text-wrap ul li {
    padding-left: 30px;
    margin-bottom: 12px;
  }
  .banner__text-wrap ul li br {
    display: block;
  }
  .banner__text-wrap ul li::before {
    top: 5px;
    width: 14px;
    height: 14px;
  }
  .banner__btn {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 30px;
    max-width: 400px;
    border-radius: 35px;
  }
  .banner__line-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
  .banner__line {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
  }
}
.recommendation {
  display: none;
}

@media (min-width: 768px) {
  .recommendation {
    display: block;
    margin-bottom: 40px;
  }
  .recommendation__wrap {
    padding: 19px 59px;
    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;
    gap: 12px;
    background-color: #FFEAE1;
    border-radius: 18px;
  }
  .recommendation__wrap p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .recommendation__logo1 {
    width: 148px;
    height: auto;
  }
  .recommendation__logo2 {
    width: 122px;
    height: auto;
  }
}
@media (min-width: 1212px) {
  .recommendation {
    margin-bottom: 40px;
  }
  .recommendation__wrap {
    padding: 32px 100px;
    gap: 30px;
    border-radius: 30px;
  }
  .recommendation__wrap p {
    font-size: 20px;
  }
  .recommendation__logo1 {
    width: 247px;
  }
  .recommendation__logo2 {
    width: 204px;
  }
}
.skills {
  margin-bottom: 50px;
}

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

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

.skills__list {
  padding: 0;
  padding-left: 2px;
  padding-right: 2px;
  margin: 0;
  margin-bottom: 10px;
  list-style: none;
  font-size: 13px;
}
.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 17px 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: 18px;
  height: 18px;
  background-image: url("https://fs.advance.ru/landing-pages/online/english4kids-1stage/check-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.skills__list li:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .skills {
    margin-bottom: 60px;
  }
  .skills h2 {
    position: absolute;
    top: 45px;
    left: 0;
    grid-column: 1/3;
    margin-bottom: 20px;
    text-align: left;
  }
  .skills__wrap {
    position: relative;
    padding: 33px 60px 33px 60px;
    display: grid;
    grid-template-columns: 1fr 226px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .skills__wrap img {
    width: 100%;
    margin-bottom: 0;
  }
  .skills__list {
    margin-bottom: 0;
  }
  .skills__btn {
    grid-column: 1/3;
    max-width: 376px;
    margin-top: 27px;
    padding: 11px 13px;
  }
}
@media (min-width: 1212px) {
  .skills {
    margin-bottom: 130px;
  }
  .skills h2 {
    top: 65px;
    font-size: 40px;
    margin-bottom: 42px;
  }
  .skills__wrap {
    padding: 50px 100px 52px 100px;
    grid-template-columns: 1fr 380px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    border-radius: 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: 22px;
  }
  .skills__btn {
    padding: 20px 30px;
    max-width: 620px;
    margin-top: 50px;
    font-size: 24px;
    border-radius: 35px;
  }
}
.advance {
  margin-bottom: 40px;
}

.advance__wrap {
  padding: 30px 20px 25px 20px;
  background-color: #FEEFE9;
  border-radius: 20px;
}

.advance__logo {
  display: block;
  width: 198px;
  height: auto;
  margin: 0 auto 10px;
}

.advance__text {
  margin-bottom: 14px;
}
.advance__text h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
  font-family: "Ubuntu-bold";
  font-size: 24px;
  text-align: center;
  color: #282828;
}

.advance__licenses__wrap {
  padding: 20px 31px 26px 31px;
  background-color: #ffffff;
  border-radius: 20px;
}
.advance__licenses__wrap p {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  color: #282828;
}

.advance__slider {
  width: 198px;
  height: 860px;
  margin: 0 auto;
  padding-right: 1px;
}

.advance__slide {
  position: relative;
  cursor: pointer;
  height: 280px;
}
.advance__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #D2D2D2;
}

@media (min-width: 576px) {
  .advance__slider {
    height: 244px;
    width: 100%;
  }
  .advance__slide {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .advance {
    margin-bottom: 40px;
  }
  .advance__wrap {
    padding: 40px 60px 58px 60px;
  }
  .advance__logo {
    width: 215px;
    margin: 0 auto 7px;
  }
  .advance__text {
    margin-bottom: 0;
  }
  .advance__text h2 {
    font-size: 20px;
    margin-bottom: 27px;
  }
  .advance__licenses__wrap {
    padding: 30px 48px 37px 48px;
  }
  .advance__licenses__wrap p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .advance__slider {
    width: 492px;
    height: 212px;
  }
}
@media (min-width: 1212px) {
  .advance {
    margin-bottom: 100px;
  }
  .advance__wrap {
    padding: 80px 100px 97px 100px;
    border-radius: 30px;
  }
  .advance__licenses__wrap {
    padding: 50px 80px 20px 80px;
    border-radius: 20px;
  }
  .advance__licenses__wrap p {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .advance__logo {
    width: 359px;
    margin: 0 auto 10px;
  }
  .advance__text h2 {
    font-size: 36px;
    margin-bottom: 43px;
  }
  .advance__slider {
    width: 100%;
    height: 407px;
  }
  .advance__slide {
    height: 90%;
  }
}
.course {
  margin-bottom: 20px;
}
.course h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 14px;
  font-family: "Ubuntu-bold";
  font-size: 30px;
  text-align: center;
  color: #3A3A3A;
}
.course p {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-family: "Ubuntu-bold";
  font-size: 18px;
  text-align: center;
  color: #3A3A3A;
}

.course__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.course__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;
  border-radius: 23px;
  background: #9633FB;
  background: linear-gradient(135deg, rgb(150, 51, 251) 0%, rgb(112, 0, 227) 100%);
  color: #ffffff;
  height: 302px;
}
.course__list li img {
  border-radius: 16px;
}
.course__list li div {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
}
.course__list li p {
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-family: "Ubuntu-light";
}
.course__list li p span {
  font-family: "Ubuntu-bold";
}
.course__list li p.bold {
  font-family: "Ubuntu-bold";
}

@media (min-width: 400px) {
  .course__list li p br {
    display: none;
  }
}
@media (min-width: 768px) {
  .course {
    margin-bottom: 40px;
  }
  .course__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .course__list li {
    padding: 18px 17px 0 17px;
    margin-bottom: 0;
    height: 228px;
  }
  .course__list li p {
    font-size: 14px;
  }
  .course__list li img {
    height: 100px;
    width: auto;
  }
}
@media (min-width: 1212px) {
  .course {
    margin-bottom: 30px;
  }
  .course h2 {
    font-size: 48px;
    margin-bottom: 20px;
  }
  .course p {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .course__list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .course__list li {
    padding: 30px 30px 0 30px;
    height: 380px;
    border-radius: 30px;
  }
  .course__list li p {
    font-size: 24px;
  }
  .course__list li p br {
    display: block;
  }
  .course__list li img {
    height: 164px;
    border-radius: 20px;
  }
}
.audio {
  margin-bottom: 30px;
}

.audio__wrap {
  padding-left: 30px;
  padding-right: 30px;
  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/online/english4kids-1stage/audio-mobile.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 300px;
  height: 220px;
  color: #ffffff;
}
.audio__wrap p {
  padding: 0;
  padding-top: 65px;
  margin: 0;
  font-family: "Ubuntu-bold";
  font-size: 14px;
  line-height: 1.12;
  text-align: center;
}
.audio__wrap p br {
  display: none;
}

@media (min-width: 768px) {
  .audio {
    margin-bottom: 40px;
  }
  .audio__wrap {
    padding-left: 57px;
    padding-right: 61px;
    width: 590px;
    height: 99px;
    background-image: url("https://fs.advance.ru/landing-pages/online/english4kids-1stage/audio-tablet.svg");
  }
  .audio__wrap p {
    padding-top: 0;
  }
  .audio__wrap p br {
    display: block;
  }
}
@media (min-width: 1212px) {
  .audio {
    margin-bottom: 100px;
  }
  .audio__wrap {
    padding-left: 96px;
    padding-right: 102px;
    width: 984px;
    height: 165px;
    background-image: url("https://fs.advance.ru/landing-pages/online/english4kids-1stage/audio.svg");
  }
  .audio__wrap p {
    font-size: 24px;
  }
}
.answers {
  margin-bottom: 25px;
}
.answers h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Ubuntu-bold";
  font-size: 24px;
  text-align: center;
}
.answers .answers__lead {
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
  font-size: 14px;
  text-align: center;
}
.answers video {
  width: 100%;
  height: auto;
}

.answers.answers--program h2 {
  margin-bottom: 7px;
}

.answers__wrap {
  padding: 30px 20px 26px 20px;
  background-color: #F2E5FF;
  border-radius: 20px;
}

.answers__section {
  counter-reset: program;
}

.answers__info {
  position: relative;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 12px;
}
.answers__info:last-child {
  margin-bottom: 0;
}

.answers.answers--program .answers__info {
  counter-increment: program;
}
.answers.answers--program .answers__info .answers__block-title {
  padding: 8px 41px 6px 46px;
}
.answers.answers--program .answers__info::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 6px;
  width: 30px;
  height: 30px;
  background-color: #9633FB;
  border-radius: 7px;
}
.answers.answers--program .answers__info::after {
  content: counter(program);
  position: absolute;
  top: 16px;
  left: 14px;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  font-family: "Ubuntu-bold";
}
.answers.answers--program .answers__info:first-child .answers__btn::before {
  top: 18px;
  -webkit-transform: none;
          transform: none;
}
.answers.answers--program .answers__info .answers__text {
  padding-left: 47px;
}
.answers.answers--program .answers__info .answers__accordeon-container--opened .answers__text {
  padding: 0 10px 10px 47px;
}

.answers__accordeon-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
}

.answers__block-title {
  font-size: 18px;
  font-family: "Ubuntu-bold";
  margin-top: 0;
  margin-bottom: 2px;
  padding: 8px 41px 6px 20px;
}

.answers__block-text {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 41px 8px 46px;
}

.answers__btn {
  position: relative;
  display: block;
  background-color: transparent;
  border: 0;
  outline: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  cursor: pointer;
}
.answers__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("https://fs.advance.ru/landing-pages/online/english4kids-1stage/plus.svg");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.answers__accordeon-container--opened .answers__btn::before {
  background-image: url("https://fs.advance.ru/landing-pages/online/english4kids-1stage/minus.svg");
}

.answers__text {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  will-change: max-height;
  font-size: 13px;
  padding-left: 20px;
  padding-right: 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.answers__text .answers__slides {
  margin-top: 10px;
  padding-right: 30px;
}
.answers__text .answers__video {
  position: relative;
  margin-top: 10px;
  width: calc(100% - 30px);
  height: 0;
  padding-bottom: 50%;
}
.answers__text iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: none;
}
.answers__text img {
  display: block;
  border-radius: 10px;
  margin-bottom: 15px;
}
.answers__text img:last-child {
  margin-bottom: 0;
}

.answers__accordeon-container--opened .answers__text {
  opacity: 1;
  padding: 0 10px 10px 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 12px;
}

@media (min-width: 768px) {
  .answers {
    margin-bottom: 40px;
  }
  .answers .answers__lead {
    margin-bottom: 25px;
  }
  .answers__wrap {
    padding: 30px 60px 53px 60px;
  }
  .answers__block-text {
    padding: 0 60px 16px 60px;
  }
  .answers.answers--program .answers__info::before {
    top: 6px;
    width: 42px;
    height: 42px;
  }
  .answers.answers--program .answers__info::after {
    top: 14px;
    left: 20px;
    font-size: 24px;
  }
  .answers.answers--program .answers__info .answers__block-title {
    padding: 16px 60px 16px 60px;
  }
  .answers.answers--program .answers__info .answers__text {
    padding-left: 60px;
  }
  .answers.answers--program .answers__info .answers__accordeon-container--opened .answers__text {
    padding: 0 10px 10px 60px;
  }
  .answers__block-title {
    padding: 16px 60px 16px 24px;
  }
  .answers__btn::before {
    right: 18px;
  }
  .answers__text {
    padding-left: 24px;
    padding-right: 60px;
  }
  .answers__text .answers__video {
    width: calc(100% - 235px);
    padding-bottom: 30%;
  }
  .answers__text img {
    margin-bottom: 0;
  }
  .answers__text .answers__slides {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    padding-right: 0;
  }
  .answers__accordeon-container {
    min-height: 40px;
  }
  .answers__accordeon-container--opened .answers__text {
    padding-left: 24px;
    padding-right: 60px;
  }
}
@media (min-width: 1212px) {
  .answers {
    margin-bottom: 80px;
  }
  .answers h2 {
    font-size: 40px;
    margin-bottom: 32px;
  }
  .answers .answers__lead {
    font-size: 24px;
    margin-bottom: 45px;
  }
  .answers.answers--why {
    margin-bottom: 80px;
  }
  .answers__wrap {
    padding: 50px 100px 60px 100px;
    border-radius: 30px;
  }
  .answers.answers--why .answers__wrap {
    padding-bottom: 90px;
  }
  .answers__block-title {
    padding: 23px 100px 23px 40px;
    font-size: 36px;
  }
  .answers__block-text {
    padding: 0 100px 26px 100px;
    font-size: 20px;
  }
  .answers__info {
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .answers.answers--program h2 {
    margin-bottom: 12px;
  }
  .answers.answers--program .answers__info {
    margin-bottom: 20px;
  }
  .answers.answers--program .answers__info::before {
    top: 10px;
    left: 10px;
    width: 70px;
    height: 70px;
    border-radius: 12px;
  }
  .answers.answers--program .answers__info::after {
    top: 30px;
    left: 35px;
    font-size: 40px;
  }
  .answers.answers--program .answers__info:first-child .answers__btn::before {
    top: 30px;
  }
  .answers.answers--program .answers__info .answers__block-title {
    padding: 26px 100px;
    font-size: 30px;
  }
  .answers.answers--program .answers__info .answers__text {
    padding-left: 100px;
  }
  .answers.answers--program .answers__info .answers__accordeon-container--opened .answers__text {
    padding-left: 100px;
  }
  .answers__text {
    font-size: 20px;
    padding-left: 40px;
  }
  .answers__text video {
    width: 100%;
    height: auto;
  }
  .answers__text .answers__video {
    width: 453px;
    height: 254px;
    padding-bottom: 0;
    margin-top: 20px;
  }
  .answers__text iframe {
    border-radius: 20px;
  }
  .answers__text .answers__slides {
    margin-top: 20px;
  }
  .answers__accordeon-container--opened .answers__text {
    padding-left: 40px;
    padding-bottom: 20px;
    margin-top: -20px;
    font-size: 20px;
  }
  .answers__btn::before {
    width: 35px;
    height: 35px;
    right: 30px;
  }
}
.program {
  margin-bottom: 40px;
}
.program h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-family: "Ubuntu-bold";
  text-align: center;
}
.program .answers__list {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  list-style: none;
}
.program .answers__list > li {
  display: grid;
  grid-template-columns: 112px 1fr;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px 10px 10px;
  margin-bottom: 11px;
  background-color: #9633FB;
  color: #ffffff;
  border-radius: 18px;
}
.program .answers__list > li img {
  border-radius: 15px;
}
.program .answers__list > li p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "Ubuntu-bold";
}
.program .answers__list > li p span {
  display: block;
  font-size: 40px;
  line-height: 1;
}
.program .answers__list > li p br {
  display: none;
}
.program .answers__list > li:last-child {
  margin-bottom: 0;
}

.answers__section.program__answers {
  color: #191E27;
}
.answers__section.program__answers .answers__info {
  background-color: #E7D0FF;
  margin-bottom: 10px;
}
.answers__section.program__answers .answers__info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.answers__section.program__answers .answers__info ul li {
  position: relative;
  padding-left: 15px;
}
.answers__section.program__answers .answers__info ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #191E27;
  border-radius: 50%;
}
.answers__section.program__answers .answers__block-title {
  padding: 11px 15px;
  font-size: 14px;
}
.answers__section.program__answers .answers__text {
  font-size: 14px;
}
.answers__section.program__answers .answers__accordeon-container--opened .answers__text {
  font-size: 14px;
}
.answers__section.program__answers .answers__btn::before {
  width: 15px;
  height: 15px;
}

.program__link {
  display: block;
  padding: 12px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 18px;
  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;
  width: 100%;
  max-width: 300px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.program__link: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%);
}
.program__link: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) {
  .program {
    margin-bottom: 40px;
  }
  .program h2 {
    margin-bottom: 24px;
  }
  .program .answers__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    margin-bottom: 30px;
  }
  .program .answers__list > li {
    display: block;
    padding: 6px 6px 25px 6px;
    margin-bottom: 0;
  }
  .program .answers__list > li:first-child {
    grid-column: 1/5;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
  .program .answers__list > li:first-child > div {
    padding-right: 40px;
  }
  .program .answers__list > li:first-child picture {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .program .answers__list > li:first-child img {
    margin: 0;
    width: 144px;
    height: 75px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .program .answers__list > li:first-child p {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  .program .answers__list > li:first-child p span {
    display: inline;
    font-size: 20px;
  }
  .program .answers__list > li img {
    display: block;
    margin: 0 auto 24px;
    width: 144px;
    height: 75px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .program .answers__list > li p {
    font-size: 11px;
    text-align: center;
  }
  .program .answers__list > li p span {
    font-size: 36px;
  }
  .answers__section.program__answers {
    color: #191E27;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .answers__section.program__answers .answers__info {
    background-color: #E7D0FF;
    margin-bottom: 0;
  }
  .answers__section.program__answers .answers__info ul li::before {
    top: 7px;
    -webkit-transform: none;
            transform: none;
  }
  .answers__section.program__answers .answers__block-title {
    padding: 11px 15px;
    font-size: 14px;
  }
  .answers__section.program__answers .answers__text {
    font-size: 14px;
    padding-right: 10px;
  }
  .answers__section.program__answers .answers__accordeon-container--opened .answers__text {
    font-size: 14px;
    margin-top: 0;
  }
  .answers__section.program__answers .answers__btn::before {
    width: 15px;
    height: 15px;
  }
  .program__link {
    max-width: 230px;
    padding: 8px 10px;
  }
}
@media (min-width: 1212px) {
  .program {
    margin-bottom: 80px;
  }
  .program h2 {
    font-size: 40px;
    margin-bottom: 42px;
  }
  .program .answers__list {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-bottom: 50px;
  }
  .program .answers__list > li {
    display: block;
    padding: 20px 10px 25px 10px;
    border-radius: 30px;
  }
  .program .answers__list > li:first-child {
    padding: 20px;
    margin-bottom: 30px;
  }
  .program .answers__list > li:first-child > div {
    padding-right: 60px;
  }
  .program .answers__list > li:first-child img {
    width: 240px;
    height: 125px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .program .answers__list > li:first-child p {
    font-size: 36px;
    margin-bottom: 14px;
    padding-left: 0;
  }
  .program .answers__list > li:first-child p span {
    font-size: 36px;
  }
  .program .answers__list > li img {
    margin: 0 auto 23px;
    border-radius: 25px;
    width: 240px;
    height: 125px;
  }
  .program .answers__list > li p {
    font-size: 22px;
    line-height: 1.18;
    padding-left: 10px;
    padding-right: 10px;
  }
  .program .answers__list > li p span {
    font-size: 60px;
  }
  .program .answers__list > li p br {
    display: block;
  }
  .program .answers__list > li:last-child {
    padding-bottom: 50px;
  }
  .program .answers__list > li:last-child img {
    margin-bottom: 20px;
  }
  .answers__section.program__answers {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .answers__section.program__answers .answers__info {
    background-color: #E7D0FF;
    margin-bottom: 0;
  }
  .answers__section.program__answers .answers__block-title {
    padding: 20px;
    font-size: 24px;
  }
  .answers__section.program__answers .answers__text {
    font-size: 18px;
    padding-left: 20px;
  }
  .answers__section.program__answers .answers__accordeon-container--opened .answers__text {
    font-size: 18px;
    margin-top: -10px;
    padding-left: 20px;
  }
  .answers__section.program__answers .answers__btn::before {
    width: 25px;
    height: 25px;
  }
  .program__link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 30px;
    max-width: 381px;
    border-radius: 35px;
  }
}
@media (max-width: 767px) {
  .program .answers__list {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    list-style: none;
  }
  .program .answers__list > li:first-child {
    display: block;
    position: relative;
    padding-bottom: 1px;
    padding-right: 10px;
  }
  .program .answers__list > li:first-child img {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 112px;
    height: auto;
  }
  .program .answers__list > li:first-child p {
    padding-top: 5px;
    padding-left: 132px;
    margin-bottom: 20px;
    min-height: 73px;
  }
  .program .answers__list .answers__accordeon-container {
    min-height: 40px;
  }
}
.format {
  margin-bottom: 30px;
}

.format__wrap {
  padding: 30px 24px 27px 24px;
  background-color: #F2E5FF;
  border-radius: 18px;
}
.format__wrap h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 6px;
  font-size: 24px;
  font-family: "Ubuntu-bold";
  text-align: center;
}
.format__wrap p {
  padding: 0;
  margin: 0;
  margin-bottom: 17px;
  font-size: 14px;
  font-family: "Ubuntu-regular";
  text-align: center;
}
.format__wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.format__wrap ul li {
  padding: 17px 16px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 18px;
  min-height: 250px;
}
.format__wrap ul li img {
  display: block;
  border-radius: 22px;
  margin: 0 auto 17px;
}
.format__wrap ul li p {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-family: "Ubuntu-regular";
  text-align: center;
}
.format__wrap ul li p span {
  font-family: "Ubuntu-bold";
}
.format__wrap ul li p br {
  display: none;
}
.format__wrap ul li p.bold {
  font-family: "Ubuntu-bold";
}
.format__wrap ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .format__wrap ul li {
    min-height: 220px;
  }
}
@media (min-width: 768px) {
  .format__wrap {
    padding: 30px 82px 51px 82px;
  }
  .format__wrap ul {
    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;
    gap: 20px;
  }
  .format__wrap ul li {
    padding: 12px 11px;
    width: calc((100% - 40px) / 3);
    margin-bottom: 0;
    min-height: 186px;
  }
  .format__wrap ul li img {
    border-radius: 15px;
  }
  .format__wrap ul li p {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .format__wrap ul li {
    min-height: 220px;
  }
}
@media (min-width: 1212px) {
  .format {
    margin-bottom: 100px;
  }
  .format__wrap {
    padding: 50px 140px 89px 140px;
    border-radius: 30px;
  }
  .format__wrap h2 {
    font-size: 40px;
    margin-bottom: 12px;
  }
  .format__wrap p {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .format__wrap ul {
    gap: 30px;
  }
  .format__wrap ul li {
    padding: 20px 19px;
    width: calc((100% - 60px) / 3);
    min-height: 310px;
    border-radius: 20px;
  }
  .format__wrap ul li img {
    border-radius: 25px;
    margin-bottom: 20px;
  }
  .format__wrap ul li p {
    font-size: 24px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .format__wrap ul li p br {
    display: block;
  }
}
.webinar {
  margin-bottom: 30px;
}

.webinar__wrap {
  padding: 30px 20px 10px 20px;
  background: #FFF2ED;
  border-radius: 20px;
}
.webinar__wrap h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Ubuntu-bold";
  font-size: 24px;
  text-align: center;
}

.webinar__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.webinar__info img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border-radius: 13px;
}
.webinar__info h3 {
  padding: 8px 0;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Ubuntu-bold";
  font-size: 18px;
  text-align: center;
  background-color: #FE4C04;
  color: #ffffff;
  border-radius: 12px;
}
.webinar__info ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  font-size: 14px;
  line-height: 1.12;
}
.webinar__info ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 10px 3px 46px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 12px;
  min-height: 60px;
}
.webinar__info ul li:first-child {
  min-height: 48px;
}
.webinar__info ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 18px;
  height: 18px;
  background-image: url("https://fs.advance.ru/landing-pages/online/english4kids-1stage/kurs-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.webinar__info--second {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .webinar {
    margin-bottom: 50px;
  }
  .webinar__wrap {
    padding: 30px 60px 25px 60px;
  }
  .webinar__wrap h2 {
    margin-bottom: 24px;
  }
  .webinar__info {
    display: grid;
    grid-template-columns: 1fr 228px;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    margin-bottom: 25px;
  }
  .webinar__info img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
  .webinar__info ul li {
    min-height: 48px;
    margin-bottom: 13px;
  }
  .webinar__info ul li:last-child {
    margin-bottom: 0;
  }
  .webinar__info h3 {
    padding: 8px 10px;
  }
  .webinar__info.webinar__info--second {
    grid-template-columns: 228px 1fr;
  }
  .webinar__info.webinar__info--second img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 1212px) {
  .webinar {
    margin-bottom: 80px;
  }
  .webinar__wrap {
    padding: 50px 100px 72px 100px;
    border-radius: 30px;
  }
  .webinar__wrap h2 {
    margin-bottom: 42px;
    font-size: 40px;
  }
  .webinar__info {
    margin-bottom: 40px;
    grid-template-columns: 1fr 380px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .webinar__info ul {
    font-size: 22px;
  }
  .webinar__info ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 80px;
    padding-right: 30px;
    margin-bottom: 20px;
    min-height: 80px;
    border-radius: 20px;
  }
  .webinar__info ul li::before {
    top: 50%;
    left: 25px;
    width: 35px;
    height: 35px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .webinar__info ul li:first-child {
    min-height: 80px;
  }
  .webinar__info h3 {
    padding: 13px 15px;
    font-size: 30px;
    margin-bottom: 20px;
    border-radius: 20px;
  }
  .webinar__info img {
    border-radius: 20px;
  }
  .webinar__info.webinar__info--second {
    grid-template-columns: 380px 1fr;
    margin-bottom: 0;
  }
  .webinar__info.webinar__info--second img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .webinar__info.webinar__info--second ul li:first-child {
    min-height: 110px;
  }
}
.result {
  margin-bottom: 30px;
}

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

.result__slider {
  padding-left: 10px;
  padding-bottom: 70px;
}

.result__slide {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.result__slide iframe {
  border-radius: 12px;
  height: 100%;
  width: 100%;
  border: none;
}
.result__slide video {
  border-radius: 12px;
  height: 100%;
  width: 100%;
  border: none;
}

.result__slider .swiper-button-prev {
  top: auto;
  left: calc(50% - 40px);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: auto;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: none;
}

.result__slider .swiper-button-next {
  top: auto;
  bottom: 0;
  right: calc(50% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: auto;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: none;
}

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

@media (min-width: 768px) {
  .result {
    margin-bottom: 40px;
  }
  .result__slider {
    padding-left: 30px;
    padding-bottom: 50px;
  }
  .result__slide {
    width: 286px;
  }
  .result__wrap h2 {
    text-align: left;
  }
}
@media (min-width: 1212px) {
  .result {
    margin-bottom: 100px;
  }
  .result__wrap h2 {
    margin-bottom: 42px;
    font-size: 40px;
  }
  .result__slider {
    padding-left: calc((100% - 1180px) / 2);
    padding-right: calc((100% - 1180px) / 2);
    padding-bottom: 75px;
  }
  .result__slide {
    width: 480px;
    height: 270px;
    border-radius: 20px;
    opacity: 0.5;
  }
  .result__slide iframe {
    border-radius: 20px;
  }
  .result__slide video {
    border-radius: 20px;
  }
  .result__slider .swiper-button-prev {
    width: 50px;
    left: calc(50% - 60px);
  }
  .result__slider .swiper-button-next {
    width: 50px;
    right: calc(50% - 60px);
  }
  .result__slide.swiper-slide-next {
    opacity: 1;
  }
  .result__slide.swiper-slide-active {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .result__slide {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 54%;
    margin-bottom: 20px;
  }
  .result__slide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .result__slide video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .result__slide:last-child {
    margin-bottom: 0;
  }
  .result__slider {
    padding-bottom: 0;
  }
  .result__slider .swiper-wrapper {
    display: block;
  }
  .result__slider .swiper-button-prev {
    display: none;
  }
  .result__slider .swiper-button-next {
    display: none;
  }
}
.preorder {
  margin-bottom: 40px;
  color: #282828;
}

.preorder__wrap {
  padding: 20px 25px 28px 25px;
  background: #F2E6FF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(242, 230, 255)), to(rgb(220, 186, 255)));
  background: linear-gradient(180deg, rgb(242, 230, 255) 0%, rgb(220, 186, 255) 100%);
  border-radius: 20px;
}
.preorder__wrap h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-family: "Ubuntu-bold";
  text-align: center;
}
.preorder__wrap h2 span {
  display: block;
  color: #FE4C04;
}

.preorder__buy {
  padding: 20px;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 18px;
}
.preorder__buy h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-family: "Ubuntu-bold";
  color: #FE4C04;
  text-align: center;
}
.preorder__buy ul {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  list-style: none;
  font-size: 14px;
  width: 100%;
}
.preorder__buy ul li {
  text-align: center;
  padding: 5px 10px;
  border-bottom: 1px solid #DFDFDF;
}
.preorder__buy ul li br {
  display: none;
}
.preorder__buy ul li:first-child {
  border-top: 1px solid #DFDFDF;
}
.preorder__buy p {
  padding: 0;
  margin: 0;
  font-family: "Ubuntu-medium";
  font-size: 14px;
  text-align: center;
}
.preorder__buy p.preorder__old-price {
  position: relative;
  font-family: "Ubuntu-bold";
  font-size: 24px;
}
.preorder__buy p.preorder__old-price span {
  position: relative;
}
.preorder__buy p.preorder__old-price span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #FE4C04;
}
.preorder__buy p.preorder__new-price {
  margin-bottom: 12px;
  font-family: "Ubuntu-bold";
  font-size: 36px;
  color: #FE4C04;
}

.preorder__link {
  display: block;
  padding: 12px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 18px;
  font-family: "Ubuntu-bold";
  line-height: 1.4;
  border-radius: 20px;
  border: none;
  background: #FE4C04;
  background: linear-gradient(310deg, rgb(254, 76, 4) 0%, rgb(255, 141, 95) 100%);
  text-align: center;
  width: 100%;
  max-width: 260px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.preorder__link: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__link: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%);
}

.preorder__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 53%;
  margin-bottom: 10px;
}
.preorder__video iframe {
  position: absolute;
  top: 0;
  width: 0;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}

.preorder__video-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.preorder__video-wrap ul li {
  padding: 2px 10px;
  margin-bottom: 12px;
  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;
  min-height: 42px;
  border-radius: 18px;
  background-color: #C293FF;
  color: #ffffff;
}
.preorder__video-wrap ul li:first-child {
  min-height: 36px;
  background-color: #ffffff;
}
.preorder__video-wrap ul li:first-child p {
  font-size: 14px;
  font-family: "Ubuntu-bold";
  color: #9633FB;
}
.preorder__video-wrap ul li p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  text-align: center;
}
.preorder__video-wrap ul li p br {
  display: none;
}
.preorder__video-wrap ul li p a {
  color: #ffffff;
  text-decoration: underline;
}
.preorder__video-wrap ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .preorder__buy h3 br {
    display: none;
  }
}
@media (min-width: 768px) {
  .preorder__wrap {
    padding: 36px 60px 53px 60px;
    display: grid;
    grid-template-columns: 226px 1fr;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .preorder__wrap h2 {
    grid-column: 1/3;
  }
  .preorder__wrap h2 span {
    display: inline;
  }
  .preorder__video {
    padding-bottom: 55%;
  }
  .preorder__buy {
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .preorder__buy h3 {
    font-size: 16px;
  }
  .preorder__buy h3 br {
    display: block;
  }
  .preorder__buy ul {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .preorder__buy ul li {
    padding: 5px 10px;
  }
  .preorder__buy p {
    font-size: 12px;
  }
  .preorder__buy p.preorder__old-price {
    font-size: 22px;
  }
  .preorder__buy p.preorder__new-price {
    font-size: 28px;
  }
  .preorder__video-wrap ul li p br {
    display: block;
  }
}
@media (min-width: 1212px) {
  .preorder {
    margin-bottom: 106px;
  }
  .preorder__wrap {
    padding: 60px 100px 89px 100px;
    grid-template-columns: 381px 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    border-radius: 30px;
  }
  .preorder__wrap h2 {
    font-size: 40px;
    margin-bottom: 29px;
  }
  .preorder__video {
    height: 309px;
    padding-bottom: 0;
    margin-bottom: 21px;
  }
  .preorder__buy {
    padding: 27px 20px 20px 20px;
    border-radius: 30px;
  }
  .preorder__buy h3 {
    font-size: 28px;
    margin-bottom: 23px;
  }
  .preorder__buy ul {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .preorder__buy ul li {
    padding: 8px 10px;
  }
  .preorder__buy ul li br {
    display: block;
  }
  .preorder__buy p {
    font-size: 20px;
  }
  .preorder__buy p.preorder__old-price {
    font-size: 36px;
  }
  .preorder__buy p.preorder__new-price {
    font-size: 48px;
    margin-bottom: 25px;
  }
  .preorder__link {
    padding-top: 16px;
    padding-bottom: 20px;
    font-size: 30px;
    max-width: 381px;
    border-radius: 35px;
  }
  .preorder__video-wrap ul li {
    margin-bottom: 20px;
    border-radius: 30px;
    min-height: 70px;
  }
  .preorder__video-wrap ul li:first-child {
    min-height: 60px;
  }
  .preorder__video-wrap ul li:first-child p {
    font-size: 24px;
  }
  .preorder__video-wrap ul li p {
    font-size: 22px;
  }
}
.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;
}

.overlay.overlay--gallery {
  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);
  }
}
@media (min-width: 1920px) {
  .overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.modal {
  position: absolute;
  z-index: 3000;
  right: -100vw;
  width: calc(100% - 100px);
  height: auto;
  -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;
  max-height: 100vh;
}

.modal.modal--licenses {
  background-color: transparent;
  max-height: 100vh;
}

.modal.modal--experts {
  background-color: transparent;
  max-height: 100vh;
}

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

.modal.modal--form {
  margin-top: 20px;
}
.modal.modal--form .modal__cross {
  top: 3px;
  right: -40px;
}

@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 */