* {
  -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: #1D2644;
  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-courses.com/fonts/Ubuntu/Ubuntu-Bold.woff2") format("woff2"), url("https://fs.advance-courses.com/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-courses.com/fonts/Ubuntu/Ubuntu-Regular.woff2") format("woff2"), url("https://fs.advance-courses.com/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-courses.com/fonts/Ubuntu/Ubuntu-Medium.woff2") format("woff2"), url("https://fs.advance-courses.com/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-courses.com/fonts/Ubuntu/Ubuntu-Light.woff2") format("woff2"), url("https://fs.advance-courses.com/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-courses.com/fonts/Ubuntu/Ubuntu-Italic.woff2") format("woff2"), url("https://fs.advance-courses.com/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-courses.com/fonts/Bebas/BebasNeueLight.woff2") format("woff2"), url("https://fs.advance-courses.com/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-courses.com/fonts/Bebas/BebasNeueRegular.woff2") format("woff2"), url("https://fs.advance-courses.com/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-courses.com/fonts/Bebas/BebasNeueBold.woff2") format("woff2"), url("https://fs.advance-courses.com/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: 1178px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
    max-width: 1178px;
  }
}
.main-container {
  background-image: url("https://fs.advance-courses.com/landing-pages/en/memory/bg-banner-mobile.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}

@media (min-width: 380px) {
  .main-container {
    background-position: top -40px center;
  }
}
@media (min-width: 450px) {
  .main-container {
    background-position: top -90px center;
  }
}
@media (min-width: 480px) {
  .main-container {
    background-position: top -20px center;
  }
}
@media (min-width: 768px) {
  .main-container {
    background-image: url("https://fs.advance-courses.com/landing-pages/en/memory/bg-banner-tablet.jpg");
    background-position: top right;
  }
}
@media (min-width: 1178px) {
  .main-container {
    background-image: url("https://fs.advance-courses.com/landing-pages/en/memory/bg-banner.jpg");
    background-position: top left 43%;
  }
}
@media (min-width: 1920px) {
  .main-container {
    position: relative;
    background-image: url("https://fs.advance-courses.com/landing-pages/en/memory/bg-couple.png");
    background-position: top left 85%;
  }
  .main-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 890px;
    background-image: url("https://fs.advance-courses.com/landing-pages/en/memory/bg-banner-big.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: -1;
  }
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.header__link {
  color: #3C3C3C;
  font-size: 9px;
  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;
    font-size: 16px;
  }
}
@media (min-width: 1178px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header__logo img {
    width: 165px;
  }
  .header__link {
    font-size: 20px;
    font-family: "Ubuntu-medium";
  }
}
.banner {
  margin-bottom: 20px;
  padding-bottom: 283px;
}

.banner__title {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Ubuntu-bold";
  font-size: 30px;
  text-transform: uppercase;
  color: #3C384F;
}

.banner__text {
  position: relative;
  padding: 0;
  padding-left: 15px;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Ubuntu-bold";
  color: #3C384F;
  font-size: 10px;
}
.banner__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background-image: url("https://fs.advance-courses.com/landing-pages/en/memory/check-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner__list {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.banner__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;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 5px 5px 10px 5px;
  backdrop-filter: blur(10px);
  background: hsla(0, 0%, 100%, 0.5);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.banner__list li img {
  width: 40px;
  height: auto;
}
.banner__list li p {
  padding: 0;
  margin: 0;
  font-size: 9px;
  text-align: center;
}
.banner__list li p span {
  font-family: "Ubuntu-bold";
}

.banner__price {
  padding-top: 10px;
  margin: 0 auto;
  background-color: #F4E9FF;
  border-radius: 22px;
  max-width: 300px;
}
.banner__price p {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "Ubuntu-bold";
  text-align: center;
}
.banner__price p span {
  position: relative;
}
.banner__price p span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FD4B04;
}

.banner__btn {
  display: block;
  padding: 11px 0 11px 0;
  margin: 0 auto;
  color: #ffffff;
  font-size: 14px;
  font-family: "Ubuntu-bold";
  text-transform: uppercase;
  line-height: 1.1;
  border-radius: 40px;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#ba77ff), to(#7000e3));
  background: linear-gradient(180deg, #ba77ff, #7000e3);
  text-align: center;
  max-width: 300px;
  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(#7000e3), to(#7000e3));
  background: linear-gradient(180deg, #7000e3, #7000e3);
}
.banner__btn:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#7000e3), to(#7000e3));
  background: linear-gradient(180deg, #7000e3, #7000e3);
}

@media (min-width: 480px) {
  .banner__text {
    font-size: 12px;
  }
  .banner__list li img {
    width: 80px;
  }
  .banner__list li p {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .banner {
    padding-bottom: 50px;
    margin-bottom: 20px;
  }
  .banner__title {
    font-size: 40px;
    line-height: 1.15;
    margin-bottom: 15px;
    padding-right: 50%;
  }
  .banner__text {
    margin-bottom: 13px;
  }
  .banner__list {
    grid-template-columns: repeat(3, 150px);
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 29px;
  }
  .banner__list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 5px;
  }
  .banner__list li img {
    width: 40px;
  }
  .banner__list li p {
    font-size: 10px;
    text-align: left;
  }
  .banner__price {
    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;
    max-width: 358px;
    padding-top: 0;
    margin: 0;
  }
  .banner__price p {
    padding-left: 26px;
    margin-bottom: 0;
    font-size: 12px;
  }
  .banner__btn {
    margin: 0;
    padding: 13px 0;
    font-size: 12px;
    width: 215px;
    max-width: none;
  }
}
@media (min-width: 950px) {
  .banner {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .banner {
    padding-top: 70px;
  }
  .banner__title {
    padding-right: 20%;
  }
}
@media (min-width: 1178px) {
  .banner {
    margin-bottom: 105px;
    padding-top: 20px;
    padding-bottom: 0;
    min-height: 800px;
  }
  .banner__title {
    padding-right: 0;
    font-size: 70px;
    line-height: 1.2;
    margin-bottom: 35px;
    max-width: 656px;
  }
  .banner__text {
    padding-left: 30px;
    font-size: 22px;
    margin-bottom: 20px;
  }
  .banner__text::before {
    width: 20px;
    height: 20px;
  }
  .banner__list {
    grid-template-columns: 264px 264px 294px;
    gap: 30px;
    margin-top: 57px;
    margin-bottom: 50px;
  }
  .banner__list li {
    padding: 10px 2px 10px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
  .banner__list li img {
    width: 80px;
  }
  .banner__list li p {
    font-size: 18px;
    text-align: left;
  }
  .banner__list li p span {
    display: block;
  }
  .banner__price {
    max-width: 655px;
    border-radius: 40px;
  }
  .banner__price p {
    padding-left: 50px;
    font-size: 22px;
  }
  .banner__price p span::before {
    height: 3px;
  }
  .banner__btn {
    padding-top: 22px;
    padding-bottom: 24px;
    font-size: 22px;
    width: 392px;
    border-radius: 40px;
  }
}
@media (min-width: 1920px) {
  .banner {
    padding-bottom: 100px;
  }
}
.course {
  margin-bottom: 30px;
  color: #3C384F;
}
.course h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Ubuntu-bold";
  font-size: 24px;
  text-align: center;
}

.course__wrap img {
  display: block;
  width: 84%;
  margin: 0 auto 19px;
  border-radius: 15px;
}
.course__wrap h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 22px;
  font-family: "Ubuntu-medium";
  font-size: 18px;
}
.course__wrap ul {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  list-style: none;
  font-family: "Ubuntu-regular";
  font-size: 14px;
}
.course__wrap ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 16px;
}
.course__wrap ul li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url("https://fs.advance-courses.com/landing-pages/en/memory/check-violet.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.course__wrap ul li:last-child {
  margin-bottom: 0;
}

.course__note {
  padding: 30px 25px;
  background-color: #F4E9FF;
  border-radius: 15px;
}
.course__note p {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.35;
}
.course__note p:first-child {
  margin-bottom: 5px;
  font-family: "Ubuntu-bold";
}

@media (min-width: 420px) {
  .course__wrap img {
    width: 100%;
    max-width: 320px;
  }
}
@media (min-width: 768px) {
  .course {
    margin-bottom: 60px;
  }
  .course h2 {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .course__wrap {
    display: grid;
    grid-template-columns: 241px 1fr;
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .course__wrap img {
    margin: 0;
    max-width: none;
  }
  .course__wrap h3 {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .course__wrap ul {
    font-size: 16px;
    margin-bottom: 0;
  }
  .course__wrap ul li {
    padding-left: 26px;
    margin-bottom: 15px;
  }
  .course__wrap ul li::before {
    width: 16px;
    height: 16px;
  }
  .course__note {
    padding: 30px 60px 25px 60px;
  }
  .course__note p {
    font-size: 18px;
  }
  .course__note p:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1178px) {
  .course {
    margin-bottom: 95px;
  }
  .course h2 {
    font-size: 50px;
    margin-bottom: 50px;
  }
  .course__wrap {
    display: grid;
    grid-template-columns: 391px 1fr;
    -webkit-column-gap: 68px;
       -moz-column-gap: 68px;
            column-gap: 68px;
    margin-bottom: 50px;
  }
  .course__wrap img {
    border-radius: 20px;
  }
  .course__wrap h3 {
    font-size: 40px;
    margin-bottom: 29px;
  }
  .course__wrap ul {
    font-size: 26px;
  }
  .course__wrap ul li {
    padding-left: 36px;
    margin-bottom: 28px;
  }
  .course__wrap ul li::before {
    width: 25px;
    height: 25px;
  }
  .course__note {
    padding: 30px 97px 26px 97px;
    border-radius: 20px;
  }
  .course__note p {
    font-size: 26px;
  }
}
.foryou {
  margin-bottom: 30px;
}
.foryou h2 {
  padding: 0 10px;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Ubuntu-bold";
  font-size: 24px;
  text-align: center;
  color: #3C384F;
}
.foryou ul {
  padding: 0;
  margin: 0 auto 20px;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  max-width: 533px;
}
.foryou ul li {
  backdrop-filter: blur(9.2px);
  background: hsla(0, 0%, 100%, 0.5);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
}

.foryou__text {
  padding: 12px 17px 18px 17px;
}
.foryou__text h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Ubuntu-bold";
  font-size: 15px;
  line-height: 1.1;
  min-height: 66px;
}
.foryou__text p {
  padding: 0;
  margin: 0;
  font-size: 12px;
}

.foryou__price {
  padding-top: 15px;
  margin: 0 auto;
  background-color: #F4E9FF;
  border-radius: 22px;
  max-width: 300px;
}
.foryou__price p {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "Ubuntu-bold";
  text-align: center;
}
.foryou__price p span {
  position: relative;
}
.foryou__price p span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FD4B04;
}

.foryou__btn {
  display: block;
  padding: 11px 0 11px 0;
  margin: 0 auto;
  color: #ffffff;
  font-size: 14px;
  font-family: "Ubuntu-bold";
  text-transform: uppercase;
  line-height: 1.1;
  border-radius: 40px;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#ba77ff), to(#7000e3));
  background: linear-gradient(180deg, #ba77ff, #7000e3);
  text-align: center;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.foryou__btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#7000e3), to(#7000e3));
  background: linear-gradient(180deg, #7000e3, #7000e3);
}
.foryou__btn:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#7000e3), to(#7000e3));
  background: linear-gradient(180deg, #7000e3, #7000e3);
}

@media (min-width: 450px) {
  .foryou__text h3 {
    min-height: 43px;
  }
}
@media (min-width: 768px) {
  .foryou {
    margin-bottom: 60px;
  }
  .foryou h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .foryou ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    max-width: none;
    margin-bottom: 30px;
  }
  .foryou__text h3 {
    min-height: 65px;
  }
  .foryou__price {
    padding-top: 10px;
    max-width: 345px;
    border-radius: 25px;
  }
  .foryou__price p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .foryou__btn {
    padding-top: 12px;
    padding-bottom: 13px;
    font-size: 18px;
    border-radius: 25px;
  }
}
@media (min-width: 800px) {
  .foryou .foryou__text h3 {
    min-height: 50px;
  }
}
@media (min-width: 1178px) {
  .foryou {
    margin-bottom: 80px;
  }
  .foryou h2 {
    font-size: 50px;
    margin-bottom: 35px;
  }
  .foryou ul {
    gap: 30px;
    margin-bottom: 50px;
  }
  .foryou ul li {
    backdrop-filter: blur(15px);
    border-radius: 15px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  }
  .foryou ul li:nth-child(2) .foryou__text h3 {
    padding-right: 12px;
  }
  .foryou .foryou__text {
    padding: 20px 38px 28px 30px;
  }
  .foryou .foryou__text h3 {
    font-size: 24px;
    margin-bottom: 13px;
    min-height: 115px;
  }
  .foryou .foryou__text p {
    font-size: 20px;
  }
  .foryou__price {
    padding-top: 22px;
    max-width: 558px;
    border-radius: 40px;
  }
  .foryou__price p {
    font-size: 28px;
  }
  .foryou__price p span::before {
    height: 3px;
  }
  .foryou__btn {
    padding-top: 22px;
    padding-bottom: 24px;
    font-size: 28px;
    border-radius: 40px;
  }
}
.after {
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #F4EAFF;
}

.after__wrap h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 22px;
  font-family: "Ubuntu-bold";
  font-size: 24px;
  text-align: center;
  color: #3C384F;
}

.after__block {
  padding: 20px 20px 23px 23px;
  margin-bottom: 10px;
  opacity: 0.95;
  backdrop-filter: blur(61px);
  background-color: #F9F3FF;
  border-radius: 15px;
}
.after__block .after__img {
  display: block;
  width: 76%;
  max-width: 320px;
  margin: 0 auto 23px;
  border-radius: 10px;
}
.after__block ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #000000;
  font-size: 14px;
}
.after__block ul li {
  display: grid;
  grid-template-columns: 24px 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 26px;
}
.after__block ul li p {
  padding: 0;
  margin: 0;
}
.after__block ul li p span {
  padding: 3px;
  background-color: #f4eaff;
  border-radius: 3px;
  font-family: "Ubuntu-medium";
}
.after__block ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .after {
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
  .after__wrap h2 {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .after__block {
    padding: 19px 18px 20px 18px;
    margin-bottom: 21px;
    display: grid;
    grid-template-columns: 207px 1fr;
    -webkit-column-gap: 19px;
       -moz-column-gap: 19px;
            column-gap: 19px;
  }
  .after__block ul li {
    gap: 13px;
    margin-bottom: 20px;
  }
  .after__block .after__img {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .after__block.after__block--first {
    grid-template-columns: 1fr 207px;
  }
  .after__block.after__block--first .after__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 1178px) {
  .after {
    padding-top: 70px;
    padding-bottom: 40px;
    margin-bottom: 90px;
  }
  .after__wrap h2 {
    font-size: 50px;
    margin-bottom: 50px;
  }
  .after__block {
    padding: 31px 30px 34px 30px;
    margin-bottom: 34px;
    grid-template-columns: 332px 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    border-radius: 20px;
  }
  .after__block .after__img {
    border-radius: 15px;
  }
  .after__block ul {
    font-size: 22px;
    line-height: 30px;
  }
  .after__block ul li {
    grid-template-columns: 40px 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    margin-bottom: 30px;
  }
  .after__block.after__block--first {
    grid-template-columns: 1fr 332px;
  }
  .after__block.after__block--first ul li {
    margin-bottom: 28px;
  }
  .after__block.after__block--first ul li:last-child {
    margin-bottom: 0;
  }
}
.how {
  margin-bottom: 30px;
}
.how h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Ubuntu-bold";
  font-size: 24px;
  text-align: center;
}
.how ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.how ul li {
  padding: 17px 16px 28px 16px;
  backdrop-filter: blur(10px);
  background-color: #F7F0FF;
  border-radius: 10px;
}
.how ul li img {
  display: block;
  height: 63px;
  width: auto;
  margin: 0 auto 13px;
}
.how ul li h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Ubuntu-bold";
  font-size: 15px;
  text-align: center;
}
.how ul li p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  text-align: center;
}
.how ul li:nth-child(2) {
  background-color: #F7F0FF;
}
.how ul li:nth-child(3) {
  background-color: #F4EAFF;
}
.how ul li:nth-child(4) {
  background-color: #EFE1FF;
}

@media (min-width: 768px) {
  .how {
    margin-bottom: 60px;
  }
  .how h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .how ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .how ul li {
    padding: 19px 18px;
  }
  .how ul li img {
    height: 71px;
    margin: 0 auto 15px;
  }
}
@media (min-width: 1178px) {
  .how {
    margin-bottom: 80px;
  }
  .how h2 {
    font-size: 50px;
    margin-bottom: 35px;
  }
  .how ul {
    gap: 30px;
  }
  .how ul li {
    padding: 31px 30px 28px 30px;
    border-radius: 15px;
  }
  .how ul li img {
    height: 115px;
    margin: 0 auto 25px;
  }
  .how ul li h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .how ul li p {
    font-size: 20px;
  }
}
.answers {
  margin-bottom: 35px;
  background-color: #F4EAFF;
}
.answers h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Ubuntu-bold";
  font-size: 24px;
  text-align: center;
  color: #3C384F;
}

.answers__wrap {
  padding: 25px 10px 38px 10px;
  background-color: #F4EAFF;
}

.answers--program .answers__wrap {
  background-color: #F4EAFF;
}

.answers__section {
  margin-bottom: 25px;
  background-color: #F7F0FF;
  border-radius: 14px;
  color: #343A40;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

.answers__accordeon-container {
  position: relative;
}

.answers__block-title {
  font-size: 16px;
  font-family: "Ubuntu-bold";
  margin-top: 0;
  margin-bottom: 0;
  padding: 18px 10px 18px 41px;
  border-bottom: 1px solid #ffffff;
}
.answers__block-title:last-child {
  border-bottom: none;
}

.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: 20px;
  left: 10px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("https://fs.advance-courses.com/landing-pages/en/memory/icon-plus.svg");
}

.answers__accordeon-container--opened .answers__block-title {
  border-bottom: none;
}

.answers__accordeon-container--opened .answers__btn::before {
  background-image: url("https://fs.advance-courses.com/landing-pages/en/memory/icon-minus.svg");
}

.answers__text {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  will-change: max-height;
  font-size: 14px;
  padding-left: 40px;
  padding-right: 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.answers__accordeon-container--opened .answers__text {
  opacity: 1;
  padding: 0 10px 10px 40px;
  margin-top: -10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 14px;
  border-bottom: 1px solid #ffffff;
}

.answers__info:last-child .answers__block-title {
  border-bottom: none;
}
.answers__info:last-child.answers__accordeon-container--opened .answers__text {
  border-bottom: none;
}

.answers__price {
  padding-top: 10px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 22px;
  max-width: 300px;
}
.answers__price p {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "Ubuntu-bold";
  text-align: center;
}
.answers__price p span {
  position: relative;
}
.answers__price p span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FD4B04;
}

.answers__link {
  display: block;
  padding: 11px 0 11px 0;
  margin: 0 auto;
  color: #ffffff;
  font-size: 14px;
  font-family: "Ubuntu-bold";
  text-transform: uppercase;
  line-height: 1.1;
  border-radius: 40px;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#ba77ff), to(#7000e3));
  background: linear-gradient(180deg, #ba77ff, #7000e3);
  text-align: center;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.answers__link:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#7000e3), to(#7000e3));
  background: linear-gradient(180deg, #7000e3, #7000e3);
}
.answers__link:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#7000e3), to(#7000e3));
  background: linear-gradient(180deg, #7000e3, #7000e3);
}

@media (min-width: 768px) {
  .answers {
    margin-bottom: 60px;
  }
  .answers h2 {
    font-size: 30px;
    margin-bottom: 22px;
  }
  .answers__wrap {
    padding: 40px 30px 47px 30px;
  }
  .answers__section {
    margin-bottom: 50px;
  }
  .answers__block-title {
    padding: 16px 10px 16px 60px;
    font-size: 18px;
  }
  .answers__btn::before {
    top: 16px;
    left: 20px;
    width: 24px;
    height: 24px;
  }
  .answers__text {
    padding-left: 60px;
    padding-right: 20px;
  }
  .answers__accordeon-container--opened .answers__text {
    padding-left: 60px;
    padding-right: 20px;
    margin-top: 0;
    font-size: 16px;
  }
  .answers__price {
    padding-top: 10px;
    max-width: 345px;
    border-radius: 25px;
  }
  .answers__price p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .answers__link {
    padding-top: 12px;
    padding-bottom: 13px;
    font-size: 18px;
    border-radius: 25px;
  }
}
@media (min-width: 1178px) {
  .answers {
    margin-bottom: 90px;
  }
  .answers h2 {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .answers__wrap {
    padding: 70px 85px 75px 85px;
  }
  .answers__section {
    margin-bottom: 55px;
    border-radius: 24px;
  }
  .answers--program .answers__section {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  }
  .answers__block-title {
    padding: 24px 43px 21px 85px;
    font-size: 24px;
  }
  .answers__info--last .answers__block-title {
    padding-bottom: 30px;
  }
  .answers__text {
    font-size: 22px;
    line-height: 1.2;
    padding-left: 85px;
  }
  .answers__accordeon-container--opened .answers__text {
    padding-top: 10px;
    padding-left: 85px;
    font-size: 22px;
    line-height: 1.2;
  }
  .answers__accordeon-container--opened .answers__block-title {
    padding-bottom: 8px;
  }
  .answers__btn::before {
    top: 23px;
    left: 30px;
    width: 35px;
    height: 35px;
  }
  .answers__price {
    padding-top: 22px;
    max-width: 558px;
    border-radius: 40px;
  }
  .answers__price p {
    font-size: 28px;
    margin-bottom: 18px;
  }
  .answers__price p span::before {
    height: 3px;
  }
  .answers__link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 28px;
    border-radius: 40px;
  }
}
.reviews {
  margin-bottom: 40px;
  color: #343A40;
}

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

.reviews__slider {
  position: relative;
  padding-top: 25px;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 50px;
}
.reviews__slider .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.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: 17px 17px 21px 17px;
  width: 249px;
  height: auto;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  opacity: 0.5;
  background-color: #ffffff;
}
.reviews__slide .reviews__info {
  display: grid;
  grid-template-columns: 42px 1fr;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.reviews__slide img {
  display: block;
}
.reviews__slide h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Ubuntu-light";
  font-weight: 300;
  font-size: 18px;
}
.reviews__slide p.reviews__text {
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 14;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.reviews__slide button {
  padding: 0;
  border: none;
  background-color: #ffffff;
  color: rgba(52, 58, 64, 0.5);
  font-family: "Ubuntu-regular";
  font-size: 16px;
  border: none;
  cursor: pointer;
  -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;
}

.reviews__slide.swiper-slide-active {
  opacity: 1;
}

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

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

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

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

@media (min-width: 450px) {
  .reviews__slider {
    padding-right: 100px;
  }
}
@media (min-width: 500px) {
  .reviews__slider {
    padding-right: 120px;
  }
}
@media (min-width: 550px) {
  .reviews__slider {
    padding-right: 300px;
  }
}
@media (min-width: 700px) {
  .reviews__slider {
    padding-right: 100px;
  }
  .reviews__slide {
    width: 450px;
  }
}
@media (min-width: 768px) {
  .reviews {
    margin-bottom: 60px;
  }
  .reviews__title {
    font-size: 30px;
  }
  .reviews__slider {
    padding-left: 30px;
    padding-right: 120px;
    padding-bottom: 60px;
  }
  .reviews__slide {
    padding: 36px 36px 26px 36px;
    width: 527px;
    border-radius: 15px;
  }
  .reviews__slide .reviews__info {
    grid-template-columns: 90px 1fr;
    -webkit-column-gap: 27px;
       -moz-column-gap: 27px;
            column-gap: 27px;
    margin-bottom: 25px;
  }
  .reviews__slide h3 {
    font-size: 22px;
  }
  .reviews__slide p.reviews__text {
    font-size: 18px;
    line-height: 25px;
    -webkit-line-clamp: 6;
    margin-bottom: 20px;
  }
  .reviews__slide button {
    font-size: 18px;
  }
  .reviews__slide.swiper-slide-next {
    opacity: 1;
  }
  .reviews__slide.swiper-slide-active {
    opacity: 1;
  }
}
@media (min-width: 1178px) {
  .reviews {
    margin-bottom: 90px;
  }
  .reviews__title {
    font-size: 50px;
    margin-bottom: 15px;
  }
  .reviews__slider {
    padding-left: calc((100% - 1146px) / 2);
    padding-right: calc((100% - 1146px) / 2);
    padding-bottom: 80px;
  }
  .reviews__slide {
    padding: 40px 40px 28px 40px;
    width: 570px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  }
  .reviews__slide .reviews__info {
    grid-template-columns: 100px 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .reviews__slide h3 {
    font-size: 24px;
  }
  .reviews__slide p.reviews__text {
    font-size: 20px;
    line-height: 28px;
    -webkit-line-clamp: 6;
  }
  .reviews__slide button {
    font-size: 20px;
  }
  .reviews__slider .swiper-pagination {
    font-size: 18px;
    bottom: 10px;
  }
  .reviews__slider .swiper-button-prev {
    bottom: 4px;
    left: calc(50% - 80px);
    width: 33px;
    height: 33px;
  }
  .reviews__slider .swiper-button-prev img {
    width: 7px;
    height: auto;
  }
  .reviews__slider .swiper-button-next {
    bottom: 4px;
    right: calc(50% - 80px);
    width: 33px;
    height: 33px;
  }
  .reviews__slider .swiper-button-next img {
    width: 7px;
    height: auto;
  }
}
.form {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #F4EAFF;
}

.form__wrap {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  overflow: hidden;
}

.form__text-wrap {
  padding: 30px 18px 24px 18px;
  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;
  background-color: #7000E3;
  color: #F3EAFF;
}
.form__text-wrap p {
  padding: 0;
  margin: 0;
  line-height: 1.5;
  font-size: 20px;
  text-align: center;
}
.form__text-wrap p br {
  display: none;
}
.form__text-wrap p.form__price {
  position: relative;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 20px;
  font-family: "Ubuntu-bold";
  font-size: 30px;
  line-height: 1.13;
}
.form__text-wrap p.form__price::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 4px;
  background-color: #FD4B04;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form__text-wrap p.form__access {
  margin-bottom: 30px;
  font-family: "Ubuntu-bold";
  font-size: 40px;
  line-height: 1.13;
  text-transform: uppercase;
}
.form__text-wrap p.form__access br {
  display: block;
}

.form__form-wrap {
  padding: 30px 25px 35px 25px;
  height: 100% !important;
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #ffffff;
}
.form__form-wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form__field {
  margin-bottom: 10px;
}

.form__text {
  padding-left: 15px;
  width: 100%;
  height: 70px;
  font-size: 22px;
  line-height: 68px;
  border-radius: 15px;
  background-color: #F8F8F8;
  border: 1px solid #A1A1A1;
}
.form__text::-webkit-input-placeholder {
  color: #979797;
}
.form__text::-moz-placeholder {
  color: #979797;
}
.form__text:-ms-input-placeholder {
  color: #979797;
}
.form__text::-ms-input-placeholder {
  color: #979797;
}
.form__text::placeholder {
  color: #979797;
}
.form__text:hover {
  border: 1px solid #343A40;
}
.form__text:focus {
  outline: 1px solid #343A40;
}
.form__text:active {
  outline: 1px solid #343A40;
}
.form__text:disabled {
  outline: 1px solid #ff8282;
}

.form__field.form__field--checkbox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 0;
}

.form__btn {
  margin-top: 5px;
  margin-bottom: 21px;
  display: block;
  background: #BA77FF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(186, 119, 255)), to(rgb(112, 0, 227)));
  background: linear-gradient(180deg, rgb(186, 119, 255) 0%, rgb(112, 0, 227) 100%);
  font-family: "Ubuntu-bold";
  color: #ffffff;
  height: 70px;
  width: 100%;
  border: none;
  border-radius: 40px;
  font-size: 28px;
  text-transform: uppercase;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  cursor: pointer;
}
.form__btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(112, 0, 227)), to(rgb(112, 0, 227)));
  background: linear-gradient(180deg, rgb(112, 0, 227) 0%, rgb(112, 0, 227) 100%);
}
.form__btn:active {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(112, 0, 227)), to(rgb(112, 0, 227)));
  background: linear-gradient(180deg, rgb(112, 0, 227) 0%, rgb(112, 0, 227) 100%);
}

.form__label--checkbox {
  font-size: 9px;
}
.form__label--checkbox a {
  color: #2E47C8;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .form {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .form__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .form__text-wrap {
    padding: 55px 43px 36px 43px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form__text-wrap p {
    font-size: 14px;
  }
  .form__text-wrap p br {
    display: block;
  }
  .form__text-wrap p.form__price {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .form__text-wrap p.form__access {
    font-size: 30px;
    margin-bottom: 28px;
  }
  .form__form-wrap {
    padding: 48px 41px 30px 41px;
  }
  .form__field {
    margin-bottom: 6px;
  }
  .form__text {
    font-size: 14px;
    height: 43px;
    line-height: 41px;
  }
  .form__btn {
    margin-bottom: 5px;
    font-size: 18px;
    height: 40px;
  }
  .form__label--checkbox {
    font-size: 6px;
    line-height: 1.1;
  }
}
@media (min-width: 1178px) {
  .form {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .form__wrap {
    border-radius: 25px;
  }
  .form__text-wrap p {
    font-size: 22px;
  }
  .form__text-wrap p.form__price {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .form__text-wrap p.form__access {
    font-size: 48px;
    margin-bottom: 46px;
  }
  .form__form-wrap {
    padding: 78px 68px 63px 68px;
  }
  .form__field {
    margin-bottom: 9px;
  }
  .form__text {
    font-size: 22px;
    height: 70px;
    line-height: 68px;
  }
  .form__btn {
    margin-bottom: 15px;
    font-size: 28px;
    height: 70px;
  }
  .form__label--checkbox {
    font-size: 9px;
  }
}
.footer {
  background-color: #404143;
  color: #ffffff;
  padding-top: 18px;
  padding-bottom: 25px;
  font-family: "Ubuntu-regular";
}

.footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 35px;
}

.footer__logo img {
  width: 97px;
  height: auto;
  margin-bottom: 8px;
}

.footer__socials {
  padding: 0;
  margin: 0;
  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: 27px;
  height: auto;
}
.footer__socials li:first-child:hover {
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
  border-radius: 50%;
}
.footer__socials li:nth-child(2):hover {
  background-color: #f52424;
  border-radius: 50%;
}

.footer__links {
  text-align: right;
}
.footer__links a {
  display: block;
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 10px;
}
.footer__links a:last-child {
  margin-bottom: 0;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.footer__info p {
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
  font-size: 8px;
  line-height: 1.4;
}
.footer__info p:last-child {
  margin-bottom: 0;
}
.footer__info a {
  display: block;
  color: #A3A3A3;
  font-size: 8px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 35px;
  }
  .footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__logo img {
    width: 107px;
  }
  .footer__column {
    margin-bottom: 0;
    width: 325px;
  }
  .footer__socials {
    margin-bottom: 5px;
  }
  .footer__socials img {
    width: 30px;
  }
  .footer__links {
    text-align: left;
  }
  .footer__links a {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .footer__info {
    width: 346px;
  }
  .footer__info p {
    margin-bottom: 2px;
  }
}
@media (min-width: 1178px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer__logo img {
    width: 179px;
    margin-bottom: 15px;
  }
  .footer__column {
    width: 540px;
  }
  .footer__socials {
    gap: 20px;
  }
  .footer__socials img {
    width: 50px;
  }
  .footer__links a {
    font-size: 24px;
  }
  .footer__info {
    width: 580px;
  }
  .footer__info p {
    font-size: 14px;
    margin-bottom: 1px;
  }
  .footer__info a {
    font-size: 14px;
  }
}
.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 */