@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
    url('../fonts/montserrat-v15-latin-regular.woff') format('woff2'),
    url('../fonts/montserrat-v15-latin-regular.woff') format('woff');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''), url('../fonts/montserrat-v15-latin-500.woff2') format('woff2'),
    url('../fonts/montserrat-v15-latin-500.woff') format('woff');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(''), url('../fonts/montserrat-v15-latin-600.woff2') format('woff2'),
    url('../fonts/montserrat-v15-latin-600.woff') format('woff');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('../fonts/montserrat-v15-latin-700.woff2') format('woff2'),
    url('../fonts/montserrat-v15-latin-700.woff') format('woff');
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  font-size: 1em;
  font-weight: inherit;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
ul[class],
ol[class] {
  list-style: none;
}
a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
img,
picture {
  display: block;
  max-width: 100%;
  height: auto;
}
button {
  display: inline-block;
  padding: 0;
  cursor: pointer;
}
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}
body {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  background-color: #2c2e2f !important;
  font-family: 'Montserrat', sans-serif !important;
}
.month-badge {
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  margin-left: 8px;
  margin-top: 10px;
}
.VueCarousel-dot-container {
  margin-top: 0 !important;
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
.container {
  max-width: 1750px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}
.btn {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  font-weight: 700;
  min-width: 250px;
  text-align: center;
  padding: 19px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2c2e2f))
      padding-box,
    conic-gradient(
        from 180deg at 50% 50%,
        #ff5758 0deg,
        #0527f2 123.75deg,
        #e6e6eb 236.25deg,
        #71e066 330deg,
        #ff5758 360deg
      )
      border-box;
  background: -o-linear-gradient(#2c2e2f) padding-box,
    conic-gradient(
        from 180deg at 50% 50%,
        #ff5758 0deg,
        #0527f2 123.75deg,
        #e6e6eb 236.25deg,
        #71e066 330deg,
        #ff5758 360deg
      )
      border-box;
  background: linear-gradient(#2c2e2f) padding-box,
    conic-gradient(
        from 180deg at 50% 50%,
        #ff5758 0deg,
        #0527f2 123.75deg,
        #e6e6eb 236.25deg,
        #71e066 330deg,
        #ff5758 360deg
      )
      border-box;
  border: 2px solid transparent;
  border-radius: 35px;
  -webkit-transition: letter-spacing 0.4s, -webkit-box-shadow 0.4s;
  transition: letter-spacing 0.4s, -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s, letter-spacing 0.4s;
  transition: box-shadow 0.4s, letter-spacing 0.4s;
  transition: box-shadow 0.4s, letter-spacing 0.4s, -webkit-box-shadow 0.4s;
}
.btn.btn--blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#303956))
  padding-box,
  conic-gradient(
    from 180deg at 50% 50%,
    #ff5758 0deg,
    #0527f2 123.75deg,
    #e6e6eb 236.25deg,
    #71e066 330deg,
    #ff5758 360deg
  )
  border-box;
  background: -o-linear-gradient(#2c2e2f) padding-box,
  conic-gradient(
    from 180deg at 50% 50%,
    #ff5758 0deg,
    #0527f2 123.75deg,
    #e6e6eb 236.25deg,
    #71e066 330deg,
    #ff5758 360deg
  )
  border-box;
  background: linear-gradient(#2c2e2f) padding-box,
  conic-gradient(
    from 180deg at 50% 50%,
    #ff5758 0deg,
    #0527f2 123.75deg,
    #e6e6eb 236.25deg,
    #71e066 330deg,
    #ff5758 360deg
  )
  border-box;
}
.btn:hover {
  letter-spacing: 1px;
  -webkit-box-shadow: 0 0 4px 1px #fff;
  box-shadow: 0 0 4px 1px #fff;
}
.section-padding {
  padding: 80px 0 70px;
}
.heading {
  text-align: center;
  margin-bottom: 30px;
}
.heading__title {
  max-width: 1295px;
  margin: 0 auto;
  font-size: 48px;
  line-height: 59px;
  font-weight: 700;
}
.heading__subtitle {
  max-width: 825px;
  margin: 20px auto 0;
  font-size: 24px;
  line-height: 1.4;
}
.header {
  padding: 30px 0;
  background: #2c2e2f;
  width: 100%;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 7px 6px -4px rgba(134, 142, 150, 0.54);
  box-shadow: 0px 7px 6px -4px rgba(134, 142, 150, 0.54);
  z-index: 120;
  -webkit-animation: animateHeader 0.5s;
  animation: animateHeader 0.5s;
}
@-webkit-keyframes animateHeader {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes animateHeader {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.header__inner {
  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;
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 84px;
}
.header__actions-btn {
  background: none;
  border: none;
  margin-right: 22px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  will-change: transform;
}
.header__actions-btn:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.header__actions-btn:last-child {
  margin-right: 0;
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav__item {
  margin-right: 80px;
}
.nav__item:last-child {
  margin-right: 0;
}
.nav__link,
.position-relative {
  position: relative;
}
.nav__link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  right: 0;
  background-color: #fff;
  -webkit-transition: width 0.4s, left 0.4s;
  -o-transition: width 0.4s, left 0.4s;
  transition: width 0.4s, left 0.4s;
}
.nav__link:hover:before {
  width: 100%;
  left: 0;
}
.burger {
  width: 39px;
  height: 30px;
  background: none;
  border: none;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 8;
}
.burger.active .burger__line--1 {
  -webkit-transform: rotateZ(-405deg) translate(-10px, 6px);
  -ms-transform: rotate(-405deg) translate(-10px, 6px);
  transform: rotateZ(-405deg) translate(-10px, 6px);
  width: 100%;
}
.burger.active .burger__line--2 {
  opacity: 0;
}
.burger.active .burger__line--3 {
  -webkit-transform: rotateZ(405deg) translate(-11px, -9px);
  -ms-transform: rotate(405deg) translate(-11px, -9px);
  transform: rotateZ(405deg) translate(-11px, -9px);
  width: 100%;
}
.burger__line {
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
  will-change: transform;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.burger__line--1 {
  width: 28px;
}
.burger__line--2 {
  width: 39px;
}
.burger__line--3 {
  width: 28px;
  margin-left: auto;
}
.main .packages {
  padding: 130px 0 260px;
}
.main .packages.packages--first {
  padding: 80px 0 70px;
}
.main .courses {
  padding-top: 130px;
}
.home-container {
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
}
.home-container .first-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.intro {
  padding: 0 15px;
  text-align: center;
  background: url('../images/intro-bg.svg') center 100px no-repeat;
  background-size: contain;
}
.intro__title {
  font-size: 64px;
  line-height: 78px;
  margin-bottom: 30px;
  font-weight: 700;
}
.intro__text {
  font-size: 24px;
  line-height: 1.4;
  max-width: 950px;
  margin: 0 auto 70px;
}
.intro__text--primary {
  font-weight: 700;
  margin-bottom: 30px;
}
.intro__text--secondary {
  font-style: italic;
}
.intro__video {
  padding: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2c2e2f))
      padding-box,
    conic-gradient(
        from 180deg at 50% 50%,
        #ff5758 0deg,
        #0527f2 123.75deg,
        #e6e6eb 236.25deg,
        #71e066 330deg,
        #ff5758 360deg
      )
      border-box;
  background: -o-linear-gradient(#2c2e2f) padding-box,
    conic-gradient(
        from 180deg at 50% 50%,
        #ff5758 0deg,
        #0527f2 123.75deg,
        #e6e6eb 236.25deg,
        #71e066 330deg,
        #ff5758 360deg
      )
      border-box;
  background: linear-gradient(#2c2e2f) padding-box,
    conic-gradient(
        from 180deg at 50% 50%,
        #ff5758 0deg,
        #0527f2 123.75deg,
        #e6e6eb 236.25deg,
        #71e066 330deg,
        #ff5758 360deg
      )
      border-box;
  border: 5px solid transparent;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  max-width: 950px;
  margin: 75px auto 175px;
}
.intro__video iframe {
  width: 100%;
  min-height: 530px;
  border-radius: 10px;
}
.intro__arrow {
  margin: 0 auto;
  -webkit-animation: animateArrow 2s infinite;
  animation: animateArrow 2s infinite;
}
@-webkit-keyframes animateArrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes animateArrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.advantages__list {
  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;
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 50px 20px;
}
.advantages__item {
  margin: 0 30px;
  width: calc(25% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.advantages__img {
  width: 100px;
  height: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#2c2e2f))
      padding-box,
    conic-gradient(
        from 180deg at 50% 50%,
        #ff5758 0deg,
        #0527f2 123.75deg,
        #e6e6eb 236.25deg,
        #71e066 330deg,
        #ff5758 360deg
      )
      border-box;
  background: -o-linear-gradient(#2c2e2f) padding-box,
    conic-gradient(
        from 180deg at 50% 50%,
        #ff5758 0deg,
        #0527f2 123.75deg,
        #e6e6eb 236.25deg,
        #71e066 330deg,
        #ff5758 360deg
      )
      border-box;
  background: linear-gradient(#2c2e2f) padding-box,
    conic-gradient(
        from 180deg at 50% 50%,
        #ff5758 0deg,
        #0527f2 123.75deg,
        #e6e6eb 236.25deg,
        #71e066 330deg,
        #ff5758 360deg
      )
      border-box;
  border: 5px solid transparent;
  border-radius: 50%;
  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;
  margin-right: 20px;
}
.advantages__img.advantages__img--blue,
.practice__img {
  background: -webkit-gradient(linear, left top, left bottom, from(#303956))
  padding-box,
  conic-gradient(
    from 180deg at 50% 50%,
    #ff5758 0deg,
    #0527f2 123.75deg,
    #e6e6eb 236.25deg,
    #71e066 330deg,
    #ff5758 360deg
  )
  border-box;
  background: -o-linear-gradient(#2c2e2f) padding-box,
  conic-gradient(
    from 180deg at 50% 50%,
    #ff5758 0deg,
    #0527f2 123.75deg,
    #e6e6eb 236.25deg,
    #71e066 330deg,
    #ff5758 360deg
  )
  border-box;
  background: linear-gradient(#2c2e2f) padding-box,
  conic-gradient(
    from 180deg at 50% 50%,
    #ff5758 0deg,
    #0527f2 123.75deg,
    #e6e6eb 236.25deg,
    #71e066 330deg,
    #ff5758 360deg
  )
  border-box;
}
.advantages__title {
  color: #5567ff;
  font-weight: 700;
  margin-bottom: 10px;
}
.advantages__text {
  font-size: 14px;
  line-height: 1.4;
}
.get__inner {
  position: relative;
}
.get__list {
  display: flex;
  overflow-x: scroll;
}
.get__list {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #5472a0 #212a45;
}
.get__list::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
.get__list::-webkit-scrollbar-track {
  background: #212a45;
  border-radius: 10px;
}
.get__list::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #FF5758 0%, #0527F2 34.37%, #E6E6EB 65.62%, #71E066 91.67%);
  border-radius: 10px;
}
.get__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  min-width: fit-content;
  margin-right: 20px;
}
.get__item:last-child {
  margin-right: 0;
}
.get__arrow--prev {
  left: -60px;
}
.get__arrow--next {
  right: -60px;
}
.get__img {
  padding: 20px;
  margin-bottom: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2c2e2f))
      padding-box,
    conic-gradient(
        from 180deg at 50% 50%,
        #ff5758 0deg,
        #0527f2 123.75deg,
        #e6e6eb 236.25deg,
        #71e066 330deg,
        #ff5758 360deg
      )
      border-box;
  background: -o-linear-gradient(#2c2e2f) padding-box,
    conic-gradient(
        from 180deg at 50% 50%,
        #ff5758 0deg,
        #0527f2 123.75deg,
        #e6e6eb 236.25deg,
        #71e066 330deg,
        #ff5758 360deg
      )
      border-box;
  background: linear-gradient(#2c2e2f) padding-box,
    conic-gradient(
        from 180deg at 50% 50%,
        #ff5758 0deg,
        #0527f2 123.75deg,
        #e6e6eb 236.25deg,
        #71e066 330deg,
        #ff5758 360deg
      )
      border-box;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  border: 5px solid transparent;
  border-radius: 20px;
}
.get__img img {
  max-height: 405px;
}
.get__img img,
.practice__img img {
  border-radius: 12px;
}
.get__content {
  text-align: center;
}
.get__title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  color: #ffc439;
  margin-bottom: 10px;
}
.get__text {
  font-size: 18px;
  line-height: 1.4;
  max-width: 420px;
  margin-bottom: 54px;
}
.practice {
  background-color: #303956;
}

.container.container--get {
  padding: 0;
}

.practice__general {
  display: flex;
  margin-bottom: 50px;
}

.practice__img {
  padding: 20px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  border: 5px solid transparent;
  border-radius: 20px;
}

.practice__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 80px;
  max-width: 790px;
  text-align: center;
}

.practice__description.practice__description--secondary {
  max-width: fit-content;
  margin: 50px auto;
}

.practice__description--secondary:first-child .practice__subtitle {
  margin-bottom: 50px;
}

.practice__description--secondary:nth-child(2) {
  margin-bottom: 80px;
}
.practice__description--secondary:nth-child(2) .practice__subtitle {
  margin-bottom: 0;
}
.practice__title {
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 59px;
  font-weight: 700;
}
.practice__title.practice__title--main {
  margin-bottom: 60px;
  color: #FFC439;
}
.practice__subtitle {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.5;
}
.practice__subtitle:last-child {
  margin-bottom: 0;
}
.practice .advantages__item {
  width: calc(28% - 60px);
}
.advantages__list.advantages__list--practice {
  box-shadow: none;
  padding: 0;
}
.advantages__item--practice {
  margin: 0 6px;
}
.advantages__item--practice .advantages__info {
  height: 190px;
  width: 208px;
  padding: 30px 20px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#303956))
  padding-box,
  conic-gradient(
    from 180deg at 50% 50%,
    #ff5758 0deg,
    #0527f2 123.75deg,
    #e6e6eb 236.25deg,
    #71e066 330deg,
    #ff5758 360deg
  )
  border-box;
  background: -o-linear-gradient(#2c2e2f) padding-box,
  conic-gradient(
    from 180deg at 50% 50%,
    #ff5758 0deg,
    #0527f2 123.75deg,
    #e6e6eb 236.25deg,
    #71e066 330deg,
    #ff5758 360deg
  )
  border-box;
  background: linear-gradient(#2c2e2f) padding-box,
  conic-gradient(
    from 180deg at 50% 50%,
    #ff5758 0deg,
    #0527f2 123.75deg,
    #e6e6eb 236.25deg,
    #71e066 330deg,
    #ff5758 360deg
  )
  border-box;
  border: 2px solid transparent;
  border-radius: 20px;
  text-align: center;
}
.advantages__item--practice .advantages__img {
  border: none;
  background: none;
  margin: 0 auto 20px;
  height: fit-content;
}
.advantages__item--practice .advantages__title {
  border: none;
  background: none;
  margin-bottom: 0;
  color: #F5F7FA;
}
.materials {
  display: flex;
  flex-direction: column;
  position: relative;
}
.materials__title {
  font-size: 48px;
  line-height: 59px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
.materials__content {
  display: flex;
  max-width: 1750px;
  margin: 0 4%;
}
.materials__card {
  margin: 0 20px 20px;
  width: 415px;
  height: 380px;
}
.materials .materials__card p {
  padding: 0 36px;
}
.materials .material-card .material-card-title {
  font-size: 24px;
  line-height: 29px;
  margin-top: 50px;
}
.materials .material-card .material-card-description {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 10px;
}
.materials::after {
  content: '';
  position: absolute;
  border: 3px solid #868E96;
  border-radius: 4px;
  bottom: -10px;
  left: 20%;
  width: 60%;
}
.testimonials__inner {
  position: relative;
}
.testimonials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #2c2e2f;
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 70px 90px;
}
.testimonials__content {
  margin-right: 50px;
  max-width: 710px;
}
.testimonials__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.testimonials__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 30px;
}
.testimonials__top-info {
  font-size: 24px;
  line-height: 29px;
}
.testimonials__title {
  font-weight: bold;
  margin-bottom: 10px;
}
.testimonials__subtitle {
  color: #868e96;
}
.testimonials__social {
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.testimonials__social:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.testimonials__text {
  line-height: 1.4;
  color: #868e96;
  margin-bottom: 15px;
}
.testimonials__bottom {
  padding-top: 15px;
  border-top: 1px solid #868e96;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonials__action {
  margin-right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonials__action:last-child {
  margin-right: 0;
}
.testimonials__action:hover .testimonials__action-icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.testimonials__action-icon {
  margin-right: 15px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.testimonials__video {
  border-radius: 10px;
  max-width: 700px;
  width: 100%;
}
.testimonials__video iframe {
  width: 100%;
  min-height: 420px;
  border-radius: 10px;
}
.testimonials__arrow,
.get__arrow {
  background: -webkit-gradient(linear, left top, left bottom, from(#2c2e2f))
      padding-box,
    conic-gradient(
        from 180deg at 50% 50%,
        #ff5758 0deg,
        #0527f2 123.75deg,
        #e6e6eb 236.25deg,
        #71e066 330deg,
        #ff5758 360deg
      )
      border-box;
  background: -o-linear-gradient(#2c2e2f) padding-box,
    conic-gradient(
        from 180deg at 50% 50%,
        #ff5758 0deg,
        #0527f2 123.75deg,
        #e6e6eb 236.25deg,
        #71e066 330deg,
        #ff5758 360deg
      )
      border-box;
  background: linear-gradient(#2c2e2f) padding-box,
    conic-gradient(
        from 180deg at 50% 50%,
        #ff5758 0deg,
        #0527f2 123.75deg,
        #e6e6eb 236.25deg,
        #71e066 330deg,
        #ff5758 360deg
      )
      border-box;
  border: 3px solid transparent;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  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;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.get__arrow {
  height: 60px;
  width: 60px;
}
.testimonials__arrow img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  will-change: transform;
}
.testimonials__arrow:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.testimonials__prev {
  left: -25px;
}
.testimonials__next {
  right: -25px;
}
.courses .heading__title:last-child {
  font-weight: 400;
}
.courses__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -45px;
}
.courses__item {
  width: calc(25% - 90px);
  margin: 0 45px;
  text-align: center;
}
.courses__item a {
  width: 100%;
}
.courses__box {
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  text-align: center;
  min-height: 350px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
  position: relative;
  cursor: pointer;
}
.courses__box:hover::before {
  opacity: 1;
}
.courses__box::before {
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#2c2e2f))
      padding-box,
    conic-gradient(
        from 180deg at 50% 50%,
        #ff5758 0deg,
        #0527f2 123.75deg,
        #e6e6eb 236.25deg,
        #71e066 330deg,
        #ff5758 360deg
      )
      border-box;
  background: -o-linear-gradient(#2c2e2f) padding-box,
    conic-gradient(
        from 180deg at 50% 50%,
        #ff5758 0deg,
        #0527f2 123.75deg,
        #e6e6eb 236.25deg,
        #71e066 330deg,
        #ff5758 360deg
      )
      border-box;
  background: linear-gradient(#2c2e2f) padding-box,
    conic-gradient(
        from 180deg at 50% 50%,
        #ff5758 0deg,
        #0527f2 123.75deg,
        #e6e6eb 236.25deg,
        #71e066 330deg,
        #ff5758 360deg
      )
      border-box;
  border: 5px solid transparent;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.courses__box--aligned {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.courses__box--aligned .courses__icon:last-child {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.courses__icon {
  margin-bottom: 10px;
}
.courses__icon:last-child {
  margin-bottom: 0;
}
.courses__text {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-top: 25px;
}
.faqs {
  display: none;
}
.faqs__title {
  margin-bottom: 80px;
}
.faqs__content {
  display: flex;
  justify-content: space-between;
}
.faqs__items-list {
  display: flex;
  flex-direction: column;
  flex-basis: 800px;
  margin-left: 120px;
}
.faqs__items-list:first-child {
  margin-left: 0;
}
.faqs__item {
  border-bottom: 1px solid #868E96;
  margin-bottom: 30px;
}
.faqs__subtitle {
  color: #FFC439;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 30px;
}
.list-item__title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
.list-item__text {
  display: none;
  margin-bottom: 10px;
}
.list-item__text.list-item__text--expanded {
  display: block;
}
.students .heading__subtitle {
  margin: 30px auto 80px;
}
.students__content {
  display: flex;
  margin-bottom: 50px;
}
.students__rating {
  display: flex;
  flex-direction: column;
}
.students__img {
  border-radius: 10px;
  max-width: fit-content;
}
.students__img-description {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.students__img-description span {
  display: inline-block;
  margin-left: 10px;
  height: 21px;
  line-height: 1.4;
}
.students__img-description span:first-of-type {
  margin-left: 5px;
  font-weight: 700;
  color: #FFC439;
}
.students__reviews-list {
  max-width: 540px;
  margin-left: 40px;
}
.students__reviews-list:first-of-type {
  margin-left: 30px;
}
.students__review {
  flex-grow: 1;
  margin-bottom: 40px;
}
.students__review:last-child {
  margin-bottom: 0;
}
.students__bottom {
  display: flex;
  justify-content: center;
}
.review {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.review__title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 15px;
}
.review__text {
  color: #868E96;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 100px 155px 100px 15px;
  border-top: 2px solid #ffffff;
}
.footer__text {
  max-width: 710px;
  margin-top: 30px;
  line-height: 1.5;
  color: #868e96;
}
.footer__bottom {
  border-top: 1px solid #868e96;
  padding: 20px 0 25px;
}
.footer__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #868e96;
}
.footer__copy span {
  margin-right: 50px;
}
.footer__copy span:last-child {
  margin-right: 0;
}
.footer__link {
  margin-right: 50px;
  text-decoration: underline;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.footer__link:hover {
  color: #fff;
}
.footer__link:last-child {
  margin-right: 0;
}
.contacts__item {
  margin-bottom: 50px;
  padding-left: 35px;
}
.contacts__item:last-child {
  margin-bottom: 0;
}
.contacts__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
}
.contacts__title::before {
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contacts__title--whatsapp::before {
  width: 24px;
  height: 24px;
  background-image: url('../images/svg/whatsapp.svg');
}
.contacts__title--email::before {
  width: 20px;
  height: 16px;
  background-image: url('../images/svg/email.svg');
}
.contacts__link {
  color: #868e96;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.contacts__link:hover {
  color: #fff;
}
@media (max-width: 1850px) {
  .advantages__list.advantages__list--practice {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .advantages__item.advantages__item--practice {
    justify-content: center;
    margin: 16px 6px;
  }
  .practice .advantages__item.advantages__item--get {
    width: fit-content;
    margin: 16px;
  }
}
@media (min-width: 1720px) {
  .home-container .first-block {
    width: 40%;
  }

  .home-container .second-block {
    width: 60%;
  }

  .home-container .intro__video {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
  }

  .intro__arrow {
    margin-top: 90px;
  }
}
@media (max-width: 1720px) {
  .header {
    padding: 15px 0;
  }
  .nav__item {
    margin-right: 30px;
  }
  .logo {
    max-width: 150px;
  }
  .home-container .first-block {
    margin-right: 80px;
    min-width: 340px;
  }
  .intro__video {
    margin: 75px auto;
    min-width: 750px;
  }
  .intro__video iframe {
    min-height: 420px;
  }
  .intro__text {
    max-width: 340px;
  }
  .advantages__item {
    margin: 0 15px;
    width: calc(25% - 30px);
  }
  .practice .advantages__item {
    margin: 0 15px;
    width: calc(32% - 30px);
  }
  .practice__description--secondary:nth-child(2) {
    margin-bottom: 40px;
  }
  .testimonials__item {
    padding: 60px;
  }
  .testimonials__content {
    margin-right: 30px;
    max-width: 520px;
  }
  .courses__list {
    margin: 0 -20px;
  }
  .courses__item {
    width: calc(25% - 40px);
    margin: 0 20px;
    text-align: center;
  }
  .footer__top {
    padding: 80px 15px;
  }
  .container {
    max-width: 1200px;
  }
  .section-padding {
    padding: 50px 0;
  }
  .main .courses {
    padding-top: 50px;
  }
  .heading__title {
    font-size: 48px;
    line-height: 1.2;
  }
  .heading__title.heading__title--small {
    font-size: 36px;
    line-height: 1.2;
  }
  .materials__content {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 150px;
  }
  .practice__general {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
  }
  .practice__title {
    margin-top: 60px;
  }
  .practice__description {
    margin-left: 0;
  }
  .advantages__item.advantages__item--practice {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .students__content {
    flex-wrap: wrap;
    align-items: center;
    padding: 0 15px;
  }
  .main .packages.packages--first,
  .main .packages {
    padding: 50px 0;
  }
}
@media (min-width: 1190px) and (max-width: 1720px) {
  .students__reviews-list:last-child {
    min-width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}
@media (max-width: 1344px) {
  .get__arrow--prev {
    left: 0;
  }
  .get__arrow--next {
    right: 0;
  }
  .get__arrow {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 1250px)  {
  .section-padding {
    padding: 60px 0;
  }
  .heading {
    margin-bottom: 50px;
  }
  .heading__title {
    font-size: 50px;
    line-height: 65px;
  }
  .intro {
    padding-top: 50px;
  }
  .home-container {
    flex-direction: column;
    justify-content: center;
  }
  .home-container .first-block {
    margin-right: 0;
  }
  .intro__text {
    max-width: fit-content;
  }
  .intro__title {
    font-size: 48px
  }
  .intro__text:last-of-type {
    margin-bottom: 32px;
  }
  .intro__video {
    margin: 32px auto;
  }
  .advantages__list {
    padding: 30px 10px;
  }
  .advantages__item{
    margin: 0 10px;
    width: calc(25% - 20px);
  }
  .practice .advantages__item {
    margin: 0 10px;
    width: calc(30% - 20px);
  }
  .advantages__item.advantages__item--practice {
    margin: 6px;
  }
  .advantages__img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }
  .materials__content {
    padding: 0;
  }
  .testimonials__arrow {
    width: 50px;
    height: 50px;
  }
  .testimonials__next {
    right: 0;
  }
  .testimonials__prev {
    left: 0;
  }
  .testimonials__content {
    margin-right: 15px;
    max-width: 420px;
  }
  .testimonials__video iframe {
    min-height: 320px;
  }
  .students__content {
    justify-content: center;
  }
  .students__content .students__reviews-list {
    min-width: 100%;
    margin-left: 0;
  }
  .students__reviews-list:last-child {
    margin-top: 40px;
  }
  .students__review {
    margin-bottom: 30px;
  }
  .students__rating {
    margin-bottom: 40px;
  }
  .footer__text,
  .footer__link,
  .footer__copy span {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .header__inner {
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header__logo {
    margin-right: auto;
  }
  .header__actions {
    margin-right: 15px;
  }
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav {
    width: 300px;
    background-color: #2c2e2f;
    padding: 70px 15px;
    position: absolute;
    top: -15px;
    right: 0;
    z-index: 5;
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
    border-radius: 0 0 0 60%;
    -webkit-box-shadow: 0 0 7px 2px #868e96;
    box-shadow: 0 0 7px 2px #868e96;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: -webkit-transform 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  }
  .nav.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .nav__list {
    -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;
  }
  .nav__item {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .nav__item:last-child {
    margin-bottom: 0;
  }
  .intro__text {
    margin: 0 auto 10px;
  }
  .get__arrow {
    width: 40px;
    height: 40px;
  }
  .get__arrow img {
    width: 20px;
    height: 20px;
  }
  .advantages__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 10px 0;
    margin-bottom: 10px;
  }
  .advantages__item,
  .practice .advantages__item {
    margin: 0 10px 20px;
    width: calc(50% - 20px);
  }
  .advantages__item.advantages__item--practice {
    margin: 6px;
  }
  .testimonials__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonials__content {
    max-width: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .courses__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .courses__item {
    width: calc(50% - 40px);
    margin: 0 20px 30px;
    text-align: center;
  }
  .heading__title.heading__title--small {
    margin-top: 30px;
  }
  .materials__content {
    padding: 0;
  }
  .materials__card {
    margin: 0 10px 10px;
    width: 315px;
    height: 280px;
  }
  .materials .material-card p {
    padding: 0 12px;
  }
  .materials .material-card .material-card-download {
    height: 70px;
    width: 70px;
  }
  .materials .material-card .material-card-title {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 10px;
  }
  .materials .material-card .material-card-description {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 4px;
  }
  .students__review {
    margin-bottom: 20px;
  }
  .main .courses {
    padding: 15px 0;
  }
  .section-padding {
    padding: 30px 0;
  }
  .testimonials.section-padding {
    padding-top: 32px
  }
  .footer__bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer__links {
    margin-bottom: 20px;
  }
}
@media (max-width: 800px) {
  .intro {
    padding: 20px 15px 0;
  }
  .home-container .second-block {
    width: 100%;
    max-height: 540px;
  }
  .intro__video {
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
  .heading {
    margin-bottom: 15px;
  }
  .heading__title {
    font-size: 35px;
    line-height: 45px;
  }
  .practice__description.practice__description--secondary
  .section-padding {
    padding: 40px 0;
  }
  .heading__title.heading__title--small {
    margin-top: 20px;
    font-size: 24px;
    line-height: 1.2;
    padding: 0 36px;
  }
  .students .heading__subtitle {
    margin: 10px 0;
  }
  .home-container .second-block {
    width: 100%;
  }
  .intro__title {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .intro__text {
    font-size: 16px;
  }
  .intro__video iframe {
    min-height: 330px;
  }
  .advantages__item,
  .practice .advantages__item {
    margin: 0 0 20px;
    width: 100%;
  }
  .advantages__item.advantages__item--practice {
    margin: 6px;
  }
  .practice__title,
  .practice__title.practice__title--main {
    font-size: 24px;
    line-height: 35px;
    margin: 16px 0;
  }
  .practice__description.practice__description--secondary {
    margin: 20px auto 0;
  }
  .get__title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .get__text {
    font-size: 16px;
  }
  .get__img {
    margin-bottom: 15px;
  }
  .get__img,
  .practice__img {
    padding: 15px;
  }
  .practice__general {
    margin-bottom: 15px;
  }
  .practice__subtitle,
  .practice__subtitle:last-child {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .materials .materials__card p {
    padding: 0 36px;
  }
  .faqs__content {
    flex-direction: column;
  }
  .faqs__items-list {
    margin-left: 0;
  }
  .testimonials__arrow {
    display: none;
  }
  .testimonials__item {
    padding: 20px;
  }
  .testimonials__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .testimonials__social {
    margin-left: 0;
    margin-top: 10px;
  }
  .testimonials__action {
    margin-right: 40px;
  }
  .testimonials__video iframe {
    min-height: 250px;
  }
  .students__content {
    margin-bottom: 30px;
  }
  .students__reviews-list,
  .students__reviews-list:last-child {
    margin-top: 10px;
  }
  .students__review {
    margin-bottom: 15px;
  }
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 15px;
  }
  .footer__text {
    margin: 20px 0 30px;
  }
  .contacts__item {
    margin-bottom: 20px;
  }
  .contacts__title {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .heading {
    margin-bottom: 12px;
  }
  .get__inner .heading__subtitle {
    margin-bottom: 16px;
  }
  .heading__title,
  .testimonials .heading__title {
    font-size: 24px;
    line-height: 1.2;
  }
  .heading__subtitle {
    font-size: 15px;
    margin-top: 10px;
  }
  .heading__title.heading__title--small {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.2;
  }
  .main .packages.packages--first, .main .packages {
    padding: 20px 0;
  }
  .intro__title {
    font-size: 30px;
      line-height: 40px;
  }
  .intro__text:last-of-type {
    margin-bottom: 16px;
  }
  .intro__video {
    margin: 24px 0 12px;
    padding: 10px;
  }
  .intro__video,
  .intro__video iframe {
    min-height: 200px;
  }
  .get__img {
    margin-bottom: 10px;
  }
  .get__img,
  .practice__img {
    padding: 10px;
  }
  .get__img img {
    height: 200px;
  }
  .get__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .get__content {
    margin-bottom: 16px;
  }
  .get__title {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px;
  }
  .get__text {
    margin-bottom: 0;
  }
  .practice__subtitle.practice__subtitle--justified {
    text-align: justify;
  }
  .practice__general {
    margin-bottom: 10px;
  }
  .practice__img img {
    height: 150px;
  }
  .practice__subtitle,
  .practice__subtitle:last-child {
    font-size: 16px;
    line-height: 1.3;
  }
  .practice__subtitle, {
    margin-bottom: 8px;
  }
  .practice__subtitle:last-child {
    margin-bottom: 12px;
  }
  .practice__description--secondary:first-child .practice__subtitle {
    margin-bottom: 20px;
  }
  .practice__description.practice__description--secondary {
    margin: 0 0 10px;
  }
  .practice .advantages__item.advantages__item--get {
    margin: 8px;
  }
  .advantages__item--practice .advantages__img {
    margin: 0 auto 8px;
  }
  .advantages__item--practice .advantages__info {
    padding: 14px 6px 0;
    height: 130px;
    line-height: 1.2;
    width: 148px;
  }
  .advantages__item--practice:last-child .advantages__info {
    padding: 8px 6px 0;
  }
  .advantages__item--practice .advantages__title {
    font-size: 14px;
  }
  .testimonials .heading {
    padding: 0 16px;
  }
  .testimonials__item {
    padding: 16px 10px;
  }
  .testimonials__top {
    margin-bottom: 20px;
  }
  .testimonials__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .testimonials__action {
    margin-bottom: 10px;
  }
  .students__img {
    max-width: 100%;
  }
  .section-padding {
    padding: 16px 0;
  }
  .materials.section-padding {
    padding: 24px 0 16px;
  }
  .materials .heading__title {
    margin-bottom: 24px;
  }
  .materials .material-card .material-card-inner {
    height: 100%;
    justify-content: center;
  }
  .materials .materials__card p {
    padding: 0 24px;
  }
  .courses__list {
    margin: 0;
  }
  .courses__item {
    width: 100%;
    margin: 0 auto 30px;
  }
  .courses__box {
    min-height: auto;
  }
  .courses__icon {
    margin-bottom: 20px;
  }
  .courses__icon:last-child {
    margin-bottom: 0;
  }
  .courses__text {
    margin-top: 10px;
    font-size: 21px;
  }
  .footer__link {
    margin-bottom: 5px;
  }
  .fb-iframe {
    min-height: 430px;
  }
  .cta {
    display: none;
  }
  .small__text--center {
    max-width: 270px;
  }
}
@media (max-width: 400px) {
  .header__actions-btn {
    max-width: 58px;
  }
  .logo {
    max-width: 120px;
  }
  .contacts__item {
    padding-left: 25px;
  }
  .contacts__title::before {
    left: -30px;
  }
}
/* Additional styles */

.fade-enter-active, .fade-leave-active {
  transition: opacity .3s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active до версии 2.1.8 */ {
  opacity: 0;
}
.pointer {
  cursor: pointer;
}
.h-100 {
  height: 100%;
}

#buy-btns,
#buy-btns--first {
  background: white;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
  border-radius: 24px;
}

.fb-iframe {
  min-height: 301px;
}

.mock-tests-number {
  font-size: 25px !important;
}

.mx-auto {
  margin: auto;
}
.ms-auto {
  margin-left: auto;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: ' ';
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
