@import url("../fonts/montserrat/font.css");
html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  color: #fff;
  font-size: 1.8rem;
  line-height: 130%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  background: #202020;
  overflow-x: hidden;
  zoom: 1;
  margin: 0;
}

* {
  outline: none !important;
}

@media (min-width: 1230px) {
  .container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.img-centered {
  display: block;
  margin: 0 auto;
}

a {
  color: #f6a80f;
  text-decoration: underline;
}

a:hover,
a:focus,
a:active {
  color: #f6a80f;
  text-decoration: none;
}

a.offset-top {
  display: block;
  position: relative;
  top: -64px;
  visibility: hidden;
}

.section-title {
  color: #fff;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 120%;
  margin-bottom: 5rem;
}

.video-link {
  display: inline-block;
  position: relative;
}

.video-link::after {
  background: transparent url(../img/icon-play.svg) center center no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10rem;
  height: 10rem;
  margin: -5rem 0 0 -5rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.video-link:hover::after {
  opacity: 0.8;
}

header {
  padding-top: 6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header.sticky {
  background: rgba(32, 32, 32, 0.98);
  -webkit-box-shadow: -11px 7px 17px 1px rgba(32, 32, 32, 0.3);
          box-shadow: -11px 7px 17px 1px rgba(32, 32, 32, 0.3);
  padding-top: 0;
}

header .navbar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
}

header .navbar .navbar-brand {
  padding: 0;
}

header.sticky .navbar .navbar-brand {
  max-width: 18rem;
}

header .navbar .nav-item > a.nav-link {
  font-size: 1.8rem;
  line-height: 4rem;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  margin: 0 2rem;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .navbar .nav-item > a.nav-link:hover {
  color: #f6a80f;
  text-decoration: none;
}

header a.btn-top {
  display: inline-block;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 4rem !important;
  letter-spacing: 0.01em;
  text-align: center;
  color: #202020 !important;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 2.8rem !important;
  background: #f6a80f;
  border-radius: 10rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 2rem;
  margin-right: 0 !important;
}

header .btn-top:hover {
  text-decoration: none !important;
  -webkit-box-shadow: 0 0 30px rgba(246, 168, 15, 0.7);
          box-shadow: 0 0 30px rgba(246, 168, 15, 0.7);
}

header .btn-mobile {
  display: none;
}

#section-top {
  height: 980px;
  background: #000 url("../img/top-bg.jpg") top center no-repeat;
  background-size: cover;
  overflow: hidden;
}

#section-top .container {
  position: relative;
}

#section-top .block {
  max-width: 670px;
  padding-top: 250px;
}

#section-top .block .top-label {
  display: inline-block;
  font-weight: 500;
  font-size: 3rem;
  line-height: 120%;
  border: 2px solid #f6a80f;
  border-radius: 1.2rem;
  padding: 0.9rem 1.9rem;
  margin-bottom: 5rem;
}

#section-top h1 {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5rem;
}

#section-top h1 span:nth-child(1) {
  display: block;
  font-size: 8rem;
  line-height: 100%;
  margin-bottom: 1.2rem;
}

#section-top h1 span:nth-child(2) {
  display: block;
  color: #f6a80f;
  font-size: 6.8rem;
  line-height: 100%;
  letter-spacing: 0.01em;
  margin-bottom: 1.2rem;
}

#section-top h1 span:nth-child(3) {
  display: block;
  font-size: 3.4rem;
  line-height: 100%;
  text-transform: uppercase;
}

#section-top .block h2 {
  max-width: 500px;
  font-size: 2.8rem;
  line-height: 140%;
  margin-bottom: 0;
}

#section-intro {
  padding: 9rem 0;
}

#section-intro .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}

#section-intro .text {
  font-size: 2rem;
  line-height: 130%;
  margin-bottom: 5rem;
}

#section-intro p {
  margin-bottom: 0;
}

#section-intro ul {
  padding-left: 3rem;
  margin-bottom: 0;
}

#section-intro ul > li {
  margin-bottom: 2rem;
}

#section-intro ul > li:last-child {
  margin-bottom: 0;
}

#section-intro .p-title {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 140%;
}

#section-intro .p-title span {
  color: #f6a80f;
}

#section-intro .img-intro {
  border-radius: 1.2rem;
  margin-bottom: 1.6rem;
}

#section-intro .p-caption {
  font-weight: 600;
  font-size: 2rem;
  line-height: 140%;
  text-align: center;
  color: #f6a80f;
  margin-bottom: 0;
}

#section-program {
  background: #302e2c;
  padding: 9rem 0;
}

#section-program .section-title {
  text-align: center;
}

#section-program h3 {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 140%;
  color: #f6a80f;
  margin-bottom: 3rem;
}

#section-program .item {
  margin-bottom: 5rem;
}

#section-program .item:last-child {
  margin-bottom: 0;
}

#section-program .item > *:last-child {
  margin-bottom: 0;
}

#section-program .item .p-title {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 130%;
  margin-bottom: 1.2rem;
}

#section-program .item .p-text {
  font-size: 1.8rem;
  line-height: 130%;
  margin-bottom: 2rem;
}

#section-program .item .p-caption {
  font-size: 1.8rem;
  line-height: 130%;
  color: #f6a80f;
  margin-bottom: 1.2rem;
}

#section-program .item .img-program {
  border-radius: 1.2rem;
  margin-bottom: 3rem;
}

#section-program .item .video-link {
  display: block;
  margin: 0 auto;
}

#section-program .item .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  margin-bottom: 3rem;
}

#section-program .item .images img {
  border-radius: 1.2rem;
}

#section-program .item-text p {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 140%;
  color: #f6a80f;
  margin-bottom: 1rem;
}

#section-program .item-text p:last-child {
  margin-bottom: 0;
}

#section-reviews {
  padding: 9rem 0;
}

#section-reviews .section-title {
  text-align: center;
}

#section-reviews .p-sub-title {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 140%;
  text-align: center;
  margin-bottom: 5rem;
}

#section-reviews .swiper-button-next,
#section-reviews .swiper-button-prev {
  --swiper-navigation-color: #f6a80f;
  margin-top: calc(-20px - var(--swiper-navigation-size) / 2);
}

#section-reviews .swiper-pagination-bullet-active {
  --swiper-pagination-color: #f6a80f;
}

#section-reviews .swiper-pagination {
  position: relative;
  margin-top: 3.2rem;
}

.swiper-pagination-bullet {
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-height: 1.6rem;
  --swiper-pagination-bullet-width: 1.6rem;
  --swiper-pagination-bullet-inactive-opacity: 1;
}

#section-order {
  background: #6b5a41 url("../img/order-bg.svg") top center no-repeat;
  padding: 12rem 0;
}

#section-order .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#section-order .item-img {
  position: relative;
  -ms-flex-preferred-size: 500px;
      flex-basis: 500px;
}

#section-order .item-img .img-order {
  position: absolute;
  top: 12.5rem;
  left: -21rem;
  border-radius: 1.2rem;
  -webkit-box-shadow: 12px 12px 40px 0 rgba(45, 46, 49, 0.5);
          box-shadow: 12px 12px 40px 0 rgba(45, 46, 49, 0.5);
}

#section-order .item-text {
  -ms-flex-preferred-size: 570px;
      flex-basis: 570px;
}

#section-order .item-text .p-course {
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 130%;
  color: #f6a80f;
  margin-bottom: 5rem;
}

#section-order .item-text .img-order-mobile {
  display: none;
}

#section-order .item-text h2 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5rem;
}

#section-order .item-text h2 .span-1 {
  display: block;
  font-size: 6.7rem;
  line-height: 100%;
  margin-bottom: 1.2rem;
}

#section-order .item-text h2 .span-2 {
  display: block;
  font-size: 5.7rem;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #f6a80f;
  margin-bottom: 1.2rem;
}

#section-order .item-text h2 .span-3 {
  display: block;
  font-size: 2.8rem;
  line-height: 100%;
  letter-spacing: 0.01em;
}

#section-order .item-text .text {
  margin-bottom: 5rem;
}

#section-order .item-text .text p {
  font-size: 2rem;
  line-height: 130%;
  margin-bottom: 1.6rem;
}

#section-order .item-text .text p:last-child {
  margin-bottom: 0;
}

#section-order .item-text .order {
  max-width: 35rem;
}

#section-order .price-div {
  text-align: center;
  padding-top: 3rem;
}
#section-order .price-div h4 {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 3.2rem;
  margin-bottom: 1rem;
}
#section-order .price-div .price {
  margin: 0;
}
#section-order .price-div .price .price-off {
  display: block;
  font-size: 4rem;
  line-height: 150%;
  text-decoration: line-through;
  opacity: 0.8;
}
#section-order .price-div .price .price-on {
  display: block;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 150%;
}
#section-order .price-div .price-usd, #section-order .price-div .price-grn, #section-order .price-div .price-euro, #section-order .price-div .cost-usd, #section-order .price-div .cost-grn, #section-order .price-div .cost-euro {
  display: none;
}
#section-order .price-div .select-valute {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.6rem;
  margin-bottom: 3rem;
}
#section-order .price-div .select-valute a {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px dashed #fff;
  margin: 0 0.3rem;
}
#section-order .price-div .select-valute a:hover, #section-order .price-div .select-valute a.active {
  border-bottom: 1px dashed transparent;
}
#section-order .price-div .only-dates {
  margin: 1rem auto;
  color: #FFBD12;
  font-size: 1.6rem;
  font-weight: 500;
}
#section-order .price-div .order-button {
  width: 100%;
  display: inline-block;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 8rem;
  text-align: center;
  color: #202020;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 7rem;
  background: #f6a80f;
  border-radius: 10rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#section-order .price-div .order-button:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 30px rgba(246, 168, 15, 0.7);
          box-shadow: 0 0 30px rgba(246, 168, 15, 0.7);
}
#section-order .price-div .instalments-row {
  margin-top: 5rem;
}
#section-order .price-div .instalments-row h4 {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
#section-order .price-div .instalments-row h3 {
  font-weight: normal;
  font-size: 3rem;
  line-height: 150%;
  margin-bottom: 1rem;
}
#section-order .price-div .instalments-row .info {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #878787;
  padding-bottom: 1rem;
  opacity: 0.6;
}
#section-order .price-div .instalments-row .instalments-order {
  background: transparent;
  color: #f6a80f;
  border: 2px solid #f6a80f;
  margin-bottom: 1rem;
}
#section-order .price-div .instalments-row .instalments-order:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 30px rgba(246, 168, 15, 0.7);
          box-shadow: 0 0 30px rgba(246, 168, 15, 0.7);
}
#section-order .block-timer {
  margin-top: 10rem;
  text-align: center;
}
#section-order .block-timer .p-title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  font-size: 3.4rem;
  line-height: 100%;
  margin-bottom: 4.6rem;
}
#section-order .block-timer .p-title:after {
  content: "";
  position: absolute;
  top: -10px;
  right: -30px;
  width: 20px;
  height: 20px;
  background: #42c0fc;
  border-radius: 50%;
}
#section-order .block-timer .soon[data-visual] {
  padding: 0 !important;
  font-size: 40px !important;
  font-weight: 600;
  color: #42c0fc;
  text-align: center;
}
#section-order .block-timer .soon[data-visual] .soon-group {
  padding: 0 !important;
  text-align: center;
}
#section-order .block-timer .soon[data-visual] .soon-label {
  color: #42c0fc;
  font-size: 0.27em !important;
  font-weight: 400;
  margin: 0 auto;
  text-transform: uppercase;
  bottom: 33%;
}
#section-order .block-timer .soon[data-layout*=group] .soon-group-sub > .soon-group-inner {
  margin: 0 !important;
}
#section-order .block-timer .soon-flip-inner {
  padding: 0.25em 0.1em !important;
}
#section-order .block-timer .soon[data-visual*=color-light] .soon-ring-progress {
  background-color: rgb(255, 255, 255);
  color: #42c0fc;
}

#section-author {
  background: url(../img/author-bg.jpg) center center no-repeat;
  background-size: cover;
}

#section-author .items {
  height: 711px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#section-author .item-text {
  -ms-flex-preferred-size: 600px;
      flex-basis: 600px;
  padding-top: 15rem;
}

#section-author .item-text .p-author {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 130%;
  color: #f6a80f;
  margin-bottom: 5rem;
}

#section-author .item-text .p-name {
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 130%;
  margin-bottom: 2.4rem;
}

#section-author .item-text .p-info {
  max-width: 500px;
  font-size: 2rem;
  line-height: 130%;
  margin-bottom: 0;
}

#section-author .item-img {
  -ms-flex-preferred-size: 459px;
      flex-basis: 459px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: 4rem;
}

#section-faq {
  background: #3f4044;
  padding: 9rem 0;
}

#section-faq .section-title {
  color: #f6a80f;
}

#section-faq .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 4rem;
}

#section-faq .item .p-question {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 130%;
  margin-bottom: 1.6rem;
}

#section-faq .item .p-answer {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 130%;
  margin-bottom: 1.6rem;
}

#section-faq .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

footer {
  color: #a38966;
  font-size: 1.3rem;
  line-height: 120%;
  padding: 9rem 0;
}

footer .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .item-left {
  -ms-flex-preferred-size: 335px;
      flex-basis: 335px;
  margin-right: 232px;
}

footer .item-left .logo {
  display: inline-block;
  margin-bottom: 3rem;
}

footer .item-left ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

footer .item-left ul > li {
  margin-bottom: 0.8rem;
}

footer .item-left ul > li > a {
  color: #a38966;
  text-decoration: none;
}

footer .item-left ul > li > a:hover {
  text-decoration: underline;
}

footer .item-left ul > li:last-child {
  margin-bottom: 0;
}

footer .item-right {
  -ms-flex-preferred-size: 500px;
      flex-basis: 500px;
}

footer .item-right .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
}

footer .item-right .social-links .icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

footer .item-right .social-links .icon-vk {
  background: url(../img/icon-vk.svg) center center no-repeat;
  background-size: cover;
}

footer .item-right .social-links .icon-yt {
  background: url(../img/icon-yt.svg) center center no-repeat;
  background-size: cover;
}

footer .item-right .social-links .icon:hover {
  opacity: 0.7;
}

footer .item-right p {
  margin-bottom: 1rem;
}

footer .item-right .p-ip {
  margin-bottom: 3rem;
}

footer .item-right p:last-child {
  margin-bottom: 0;
}

footer .item-right p > a {
  white-space: nowrap;
  color: #a38966;
  text-decoration: none;
}

footer .item-right p > a:hover {
  text-decoration: underline;
}

footer .item-right p > a.phone {
  display: block;
  font-size: 2rem;
  line-height: 120%;
  margin-top: 0.4rem;
}

@media (max-width: 1229.8px) {
  #section-order .items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #section-order .item-img {
    display: none;
  }
  #section-order .item-text {
    margin-right: 0;
  }
  #section-order .item-text .img-order-mobile {
    display: block;
    border-radius: 1.2rem;
    -webkit-box-shadow: 12px 12px 40px 0 rgba(45, 46, 49, 0.5);
            box-shadow: 12px 12px 40px 0 rgba(45, 46, 49, 0.5);
    margin-bottom: 3.2rem;
  }
  #section-order .item-text .text {
    margin-bottom: 2.4rem;
  }
  #section-order .item-text .p-course {
    text-align: center;
    margin-bottom: 2.4rem;
  }
  #section-order .item-text .order {
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 1199.8px) {
  #section-program .item .images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #section-program .item .images .arrow {
    margin: 1.4rem 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  footer .item-left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 991.8px) {
  a.offset-top {
    top: -55px;
  }
  .section-title {
    font-size: 2.8rem;
    line-height: 110%;
    margin-bottom: 3.2rem;
  }
  .video-link::after {
    background-size: contain;
    width: 8rem;
    height: 8rem;
    margin: -4rem 0 0 -4rem;
  }
  header {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(32, 32, 32, 0.98);
    -webkit-box-shadow: -11px 7px 17px 1px rgba(32, 32, 32, 0.3);
            box-shadow: -11px 7px 17px 1px rgba(32, 32, 32, 0.3);
    padding-top: 0;
    padding-bottom: 0;
    z-index: 1030;
  }
  header .navbar .navbar-brand {
    display: none;
  }
  header .navbar {
    padding: 0.8rem 0;
  }
  header .navbar .nav {
    padding-left: 0;
  }
  header .navbar-collapse .navbar-nav {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  header .navbar .nav-item {
    margin-bottom: 0.5rem;
  }
  header .navbar .nav-item:last-child {
    margin-bottom: 0;
  }
  header .navbar .nav-item > a.nav-link {
    font-size: 1.8rem;
    line-height: 3rem;
    margin: 0;
  }
  header .navbar .btn-mobile {
    display: block;
  }
  header .navbar .btn-mobile .btn-top {
    margin: 0;
  }
  header .navbar .nav-item:last-child {
    display: none;
  }
  .navbar-toggler {
    width: 3rem;
    height: 3rem;
    color: transparent !important;
    padding: 0;
    border: 0;
    font-size: 2.7rem;
    margin: 0.5rem;
  }
  .navbar-toggler .navbar-toggler-line {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    margin: 0 0 10px 0;
  }
  .navbar-toggler span:first-child {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    margin-bottom: 0;
  }
  .navbar-toggler span:last-child {
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
    transform: rotate(-45deg) translate(5px, -5px);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    margin-top: -4px;
  }
  .navbar-toggler span.middle {
    opacity: 0;
  }
  .navbar-toggler.collapsed span.middle {
    display: block;
    opacity: 1;
  }
  .navbar-toggler.collapsed span {
    -webkit-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    margin: 0 0 4px 0;
  }
  #section-top {
    height: auto;
    background: url("../img/top-bg-mobile.jpg") center center no-repeat;
    background-size: cover;
  }
  #section-top .block {
    padding-top: 46rem;
    padding-bottom: 8rem;
  }
  #section-intro {
    padding: 4rem 0;
  }
  #section-intro .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #section-intro .item p {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #section-program {
    padding: 4rem 0;
  }
  #section-reviews {
    padding: 4rem 0;
  }
  #section-order {
    padding: 4rem 0;
  }
  #section-order .item-img .img-order {
    max-width: 100%;
  }
  #section-author {
    background: #000 url(../img/author-bg-mobile.jpg) bottom center no-repeat;
    background-size: cover;
    padding-top: 4rem;
  }
  #section-author .items {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #section-author .item-text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-top: 0;
    margin-bottom: 4rem;
  }
  #section-author .item-text .p-author {
    font-size: 1.8rem;
    line-height: 130%;
    margin-bottom: 2rem;
  }
  #section-author .item-text .p-name {
    font-size: 3.2rem;
    line-height: 130%;
    margin-bottom: 1.6rem;
  }
  #section-author .item-text .p-info {
    font-size: 1.6rem;
    line-height: 130%;
  }
  #section-author .item-img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
    margin-right: 0;
  }
  #section-faq {
    padding: 4rem 0;
  }
  #section-faq .item {
    margin-bottom: 1.6rem;
  }
  #section-faq .item .p-question {
    font-size: 1.8rem;
    line-height: 130%;
  }
  #section-faq .item .p-answer {
    font-size: 1.6rem;
    line-height: 130%;
    margin-bottom: 0.8rem;
  }
  footer {
    padding: 4rem 0;
  }
}
@media (max-width: 767.8px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  #section-top .block .top-label {
    font-size: 1.8rem;
    line-height: 120%;
    border-radius: 1rem;
    padding: 0.8rem 1.6rem;
    margin-bottom: 2rem;
  }
  #section-top h1 {
    margin-bottom: 3.2rem;
  }
  #section-top h1 span:nth-child(1) {
    font-size: 5.2rem;
    line-height: 100%;
    margin-bottom: 0.8rem;
  }
  #section-top h1 span:nth-child(2) {
    font-size: 4.5rem;
    line-height: 100%;
    margin-bottom: 0.5rem;
  }
  #section-top h1 span:nth-child(3) {
    font-size: 2.18rem;
    line-height: 100%;
  }
  #section-top .block h2 {
    font-size: 1.8rem;
    line-height: 140%;
  }
  #section-intro .text {
    font-size: 1.6rem;
    line-height: 130%;
    margin-bottom: 2.4rem;
  }
  #section-intro ul > li {
    margin-bottom: 1.2rem;
  }
  #section-intro .p-title {
    font-size: 1.6rem;
    line-height: 140%;
  }
  #section-intro .p-caption {
    font-size: 1.6rem;
    line-height: 140%;
  }
  #section-program .item {
    margin-bottom: 3.2rem;
  }
  #section-program h3 {
    font-size: 2rem;
    line-height: 140%;
    margin-bottom: 2rem;
  }
  #section-program .item .p-title {
    font-size: 1.8rem;
    line-height: 140%;
  }
  #section-program .item .p-text {
    font-size: 1.6rem;
    line-height: 130%;
  }
  #section-program .item .p-caption {
    font-size: 1.6rem;
    line-height: 130%;
  }
  #section-program .item-text p {
    font-size: 2rem;
    line-height: 140%;
  }
  #section-reviews .p-sub-title {
    font-size: 2rem;
    line-height: 140%;
    margin-bottom: 3.2rem;
  }
  #section-reviews .swiper-button-next,
  #section-reviews .swiper-button-prev {
    display: none;
  }
  .swiper-pagination-bullet {
    --swiper-pagination-bullet-height: 1.2rem;
    --swiper-pagination-bullet-width: 1.2rem;
  }
  #section-order {
    background: #6b5a41 url(../img/order-bg-mobile.svg) top center no-repeat;
    background-size: 100%;
  }
  #section-order .item-text .p-course {
    text-align: center;
    font-size: 2.4rem;
    line-height: 120%;
  }
  #section-order .item-text h2 {
    text-align: center;
    margin-bottom: 3.2rem;
  }
  #section-order .item-text h2 span:nth-child(1) {
    font-size: 5.2rem;
    line-height: 100%;
    margin-bottom: 0.8rem;
  }
  #section-order .item-text h2 span:nth-child(2) {
    font-size: 4.5rem;
    line-height: 100%;
    margin-bottom: 0.5rem;
  }
  #section-order .item-text h2 span:nth-child(3) {
    font-size: 2.18rem;
    line-height: 100%;
  }
  #section-order .item-text .text p {
    font-size: 1.6rem;
    line-height: 130%;
  }
  footer .item-left .logo {
    max-width: 50%;
  }
}
@media (max-width: 576.8px) {
  .section-title {
    font-size: 2.4rem;
    line-height: 110%;
  }
  #section-top .block {
    padding-top: 38rem;
    padding-bottom: 6rem;
  }
  #section-top h1 span:nth-child(1) {
    font-size: 4.2rem;
    line-height: 100%;
    margin-bottom: 0.8rem;
  }
  #section-top h1 span:nth-child(2) {
    font-size: 3.6rem;
    line-height: 100%;
    margin-bottom: 0.5rem;
  }
  #section-top h1 span:nth-child(3) {
    font-size: 1.8rem;
    line-height: 100%;
  }
  #section-order .item-text h2 span:nth-child(1) {
    font-size: 4.2rem;
    line-height: 100%;
    margin-bottom: 0.8rem;
  }
  #section-order .item-text h2 span:nth-child(2) {
    font-size: 3.6rem;
    line-height: 100%;
    margin-bottom: 0.5rem;
  }
  #section-order .item-text h2 span:nth-child(3) {
    font-size: 1.8rem;
    line-height: 100%;
  }
  #section-order .item-text .text p {
    text-align: center;
  }
  #section-order .price-div .order-button {
    font-size: 2.4rem;
    line-height: 6rem;
    padding: 0 4rem;
  }
}