@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.d-i {
  display: block;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 550px) {
  .d-i {
    display: none;
  }
}

.m-i {
  display: none;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 550px) {
  .m-i {
    display: block;
  }
}

html, body {
  margin: 0 !important;
  padding: 0 !important;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

footer {
  margin: auto 0 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  font-family: "Rubik", sans-serif;
}

.wrap {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1280px) {
  .wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}

h1 .wrap, h2 .wrap {
  max-width: 1184px;
}

section {
  overflow: hidden;
}
section > h1, section > h2 {
  background-color: #537609;
}
section > h1 .wrap {
  padding: 12px 0;
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Rubik", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  section > h1 .wrap {
    padding: 12px 28px;
  }
}
@media (max-width: 991px) {
  section > h1 .wrap {
    font-size: 20px;
  }
}
section > h1 span {
  display: block;
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Rubik", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 991px) {
  section > h1 span {
    font-size: 14px;
    line-height: 18.55px;
  }
}
section > h2 .wrap {
  padding: 20px 0;
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Rubik", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  section > h2 .wrap {
    padding: 12px 28px;
  }
}
@media (max-width: 991px) {
  section > h2 .wrap {
    font-size: 20px;
  }
}

.swiper-button-prev {
  max-width: 140px;
  width: 100%;
  border-radius: 40px;
  border: 2px solid #BCBEB7;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
  top: auto;
  bottom: 0;
  left: calc(50% - 140px - 20px);
}
.swiper-button-prev:after {
  display: none !important;
}
@media (max-width: 991px) {
  .swiper-button-prev {
    max-width: 60px;
    height: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 25.409px;
    -webkit-box-shadow: 0.63522px 0.63522px 2.54088px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0.63522px 0.63522px 2.54088px 0 rgba(0, 0, 0, 0.16);
    left: calc(50% - 60px - 8px);
  }
}
.swiper-button-prev svg, .swiper-button-prev img {
  width: 60px;
  height: 32px;
}
@media (max-width: 991px) {
  .swiper-button-prev svg, .swiper-button-prev img {
    width: 32px;
    height: 8px;
  }
}
.swiper-button-prev:hover {
  border-color: #8BC020;
}
.swiper-button-prev:hover svg path {
  fill: #8BC020;
}
.swiper-button-next {
  max-width: 140px;
  width: 100%;
  border-radius: 40px;
  border: 2px solid #BCBEB7;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
  top: auto;
  bottom: 0;
  right: calc(50% - 140px - 20px);
}
.swiper-button-next:after {
  display: none !important;
}
@media (max-width: 991px) {
  .swiper-button-next {
    max-width: 60px;
    height: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 25.409px;
    -webkit-box-shadow: 0.63522px 0.63522px 2.54088px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0.63522px 0.63522px 2.54088px 0 rgba(0, 0, 0, 0.16);
    right: calc(50% - 60px - 8px);
  }
}
.swiper-button-next svg, .swiper-button-next img {
  width: 60px;
  height: 32px;
}
@media (max-width: 991px) {
  .swiper-button-next svg, .swiper-button-next img {
    width: 32px;
    height: 8px;
  }
}
.swiper-button-next:hover {
  border-color: #8BC020;
}
.swiper-button-next:hover svg path {
  fill: #8BC020;
}

@media (max-width: 991px) {
  .swiper-slide img:not(.mob) {
    display: none !important;
  }
}
.swiper-slide.mob {
  display: none !important;
}
@media (max-width: 991px) {
  .swiper-slide.mob {
    display: block !important;
  }
}
.swiper-slide .mob {
  display: none !important;
}
@media (max-width: 991px) {
  .swiper-slide .mob {
    display: block !important;
  }
}

/* header */
.header {
  padding-top: 40px;
  padding-bottom: 20px;
  background: url("../img/bg-header.svg") top center/cover no-repeat;
  position: relative;
  z-index: 15;
}
@media (max-width: 1280px) {
  .header {
    padding: 24px 16px 16px;
  }
}
.header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  border: 1px solid #D5E5B3;
  background: #FFF;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 1280px) {
  .header .wrap {
    height: 24px;
    border-radius: 20px;
    border: 1px solid #D5E5B3;
    background: #FFF;
  }
}
@media (max-width: 1280px) {
  .header .logo {
    display: none;
  }
}
.header .menu > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .menu li {
  margin: 0 14px 0 0;
  padding: 0;
  list-style: none;
}
.header .menu li:last-child {
  margin-right: 0;
}
.header .menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 13px;
  color: #111604;
  leading-trim: both;
  text-edge: cap;
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header .menu a:hover {
  color: #77A122;
}
@media (max-width: 1280px) {
  .header .menu {
    display: none;
  }
}
.header .mobile {
  display: none;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin: auto 0 0 auto;
}
.header .mobile .burger {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .mobile .burger .close, .header .mobile .burger .open {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .mobile .burger .open {
  display: none;
}
.header .mobile .burger.active .close {
  display: none;
}
.header .mobile .burger.active .open {
  display: block;
}
@media (max-width: 1280px) {
  .header .mobile {
    display: block;
  }
}
.header .mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding: 50px 20px;
  border-radius: 12px;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
}
.header .mobile-menu.active {
  display: block;
}
.header .mobile-menu > a {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  right: 16px;
}
.header .mobile-menu > a svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .mobile-menu > ul {
  max-width: 186px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  padding: 0;
}
.header .mobile-menu > ul li {
  max-width: 100%;
  width: 100%;
  margin: 0 auto 8px;
  padding: 0;
  list-style: none;
}
.header .mobile-menu > ul li:last-child {
  margin-bottom: 0;
}
.header .mobile-menu > ul a {
  max-width: 100%;
  width: 100%;
  display: block;
  padding: 8px 12px;
  border-radius: 40px;
  border: 1px solid #8BC020;
  background: #FFF;
  text-decoration: none;
  color: #111604;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.55px;
}

.school-of-naturopathy > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 160px;
  position: relative;
}
.school-of-naturopathy > .wrap > .school-of-naturopathy__text,
.school-of-naturopathy > .wrap > .school-of-naturopathy__img {
  height: auto;
}
.school-of-naturopathy > .wrap > .school-of-naturopathy__img {
  max-height: 632px;
}
@media (max-width: 991px) {
  .school-of-naturopathy > .wrap {
    padding-top: 16px;
    padding-bottom: 60px;
  }
}
.school-of-naturopathy > .wrap > .left {
  width: 64px;
  position: absolute;
  top: 40px;
  bottom: 160px;
  left: -60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .school-of-naturopathy > .wrap > .left {
    top: 16px;
    bottom: 60px;
  }
}
.school-of-naturopathy > .wrap > .left:before {
  content: "";
  display: block;
  width: 52px;
  height: 64px;
  background: url("../img/school-of-naturopathy-left-top.svg") center center/contain no-repeat;
}
.school-of-naturopathy > .wrap > .left:after {
  content: "";
  display: block;
  width: 20px;
  height: 240px;
  background: url("../img/school-of-naturopathy-left-bottom.svg") center center/contain no-repeat;
}
.school-of-naturopathy > .wrap > .right {
  width: 64px;
  position: absolute;
  top: 40px;
  right: -60px;
  bottom: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .school-of-naturopathy > .wrap > .right {
    top: 16px;
    bottom: 60px;
  }
}
.school-of-naturopathy > .wrap > .right:before {
  content: "";
  display: block;
  width: 20px;
  height: 240px;
  background: url("../img/school-of-naturopathy-right-top.svg") center center/contain no-repeat;
}
.school-of-naturopathy > .wrap > .right:after {
  content: "";
  display: block;
  width: 52px;
  height: 64px;
  background: url("../img/school-of-naturopathy-right-bottom.svg") center center/contain no-repeat;
}
.school-of-naturopathy__text {
  max-width: 678px;
  width: 100%;
  margin-right: 12px;
}
@media (max-width: 991px) {
  .school-of-naturopathy__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse nowrap;
            flex-flow: column-reverse nowrap;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.school-of-naturopathy__desc {
  margin-bottom: 12px;
  padding: 40px;
  border-radius: 30px;
  background: #FFF;
  -webkit-box-shadow: -1px -1px 4px 0px rgba(0, 0, 0, 0.05);
          box-shadow: -1px -1px 4px 0px rgba(0, 0, 0, 0.05);
  color: #111604;
  leading-trim: both;
  text-edge: cap;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 34.45px;
}
@media (max-width: 991px) {
  .school-of-naturopathy__desc {
    padding: 16px 12px;
    font-size: 14px;
    line-height: 18.55px;
  }
}
.school-of-naturopathy__desc p {
  margin-bottom: 32px;
  font: inherit;
}
@media (max-width: 991px) {
  .school-of-naturopathy__desc p {
    margin-bottom: 10px;
  }
}
.school-of-naturopathy__desc p:last-child {
  margin-bottom: 0;
  color: #77A122;
  font-weight: 500;
}
@media (max-width: 991px) {
  .school-of-naturopathy__desc {
    margin-bottom: 0;
  }
}
.school-of-naturopathy__info {
  padding: 40px 20px;
  border-radius: 30px;
  background: #FFF;
  -webkit-box-shadow: -1px -1px 4px 0px rgba(0, 0, 0, 0.05);
          box-shadow: -1px -1px 4px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1280px) {
  .school-of-naturopathy__info {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
  }
  .school-of-naturopathy__info:not(:last-child) {
    margin-bottom: 12px;
  }
}
.school-of-naturopathy__info span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9.5px 27.5px;
  border-radius: 40px;
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 34.45px;
}
@media (max-width: 991px) {
  .school-of-naturopathy__info span {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    line-height: 1;
  }
}
.school-of-naturopathy__info > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.school-of-naturopathy__info > p:nth-child(1):not(:last-child) {
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 1280px) {
  .school-of-naturopathy__info > p:nth-child(1):not(:last-child) {
    margin-bottom: 8px;
  }
}
.school-of-naturopathy__info > p:nth-child(1) {
  padding-left: 40px;
}
.school-of-naturopathy__info > p:nth-child(1):has(span:nth-child(2)) {
  padding-left: 0;
}
.school-of-naturopathy__info > p:nth-child(1) span:nth-child(1) {
  max-width: 100%;  
  background: #77A122;
}
.school-of-naturopathy__info > p:nth-child(1):has(span:nth-child(2)) span:nth-child(1) {
  width: 100%;
}
.school-of-naturopathy__info > p:nth-child(1) span:nth-child(2) {
  max-width: 60%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding-left: 31px;
  padding-right: 31px;
  background: #537609;
}
@media (max-width: 991px) {
  .school-of-naturopathy__info > p:nth-child(1) {
    padding-left: 0;
  }
  .school-of-naturopathy__info > p:nth-child(1) span:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }
  .school-of-naturopathy__info > p:nth-child(1) span:nth-child(2) {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.school-of-naturopathy__info > p:nth-child(2) span:nth-child(1) {
  max-width: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(3.31%, #77A122), color-stop(104.84%, #537609));
  background: -o-linear-gradient(left, #77A122 3.31%, #537609 104.84%);
  background: linear-gradient(90deg, #77A122 3.31%, #537609 104.84%);
}
.school-of-naturopathy__img {
  max-width: calc(100% - 678px - 12px);
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
}
.school-of-naturopathy__img img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .school-of-naturopathy__img {
    display: none;
  }
}
.school-of-naturopathy__img_mob {
  display: none;
}
@media (max-width: 991px) {
  .school-of-naturopathy__img_mob {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 12px;
  }
}

/* you-need-school */
.you-need-school > .wrap {
  padding-top: 40px;
  padding-bottom: 160px;
  position: relative;
}
@media (max-width: 991px) {
  .you-need-school > .wrap {
    padding-top: 16px;
    padding-bottom: 60px;
  }
}
.you-need-school > .wrap .left {
  width: 105px;
  position: absolute;
  top: 40px;
  bottom: 160px;
  left: -105px;
  background: url("../img/you-need-school-left.svg") top center/cover no-repeat;
}
@media (max-width: 991px) {
  .you-need-school > .wrap .left {
    top: 16px;
    bottom: 60px;
  }
}
.you-need-school > .wrap .right {
  width: 105px;
  position: absolute;
  top: 40px;
  right: -105px;
  bottom: 160px;
  background: url("../img/you-need-school-right.svg") top center/cover no-repeat;
}
@media (max-width: 991px) {
  .you-need-school > .wrap .right {
    top: 16px;
    bottom: 60px;
  }
}
.you-need-school__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  padding: 40px;
  border-radius: 30px;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.16);
  color: #111604;
  leading-trim: both;
  text-edge: cap;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42.4px;
}
@media (max-width: 991px) {
  .you-need-school__item {
    padding: 16px 12px;
    font-size: 14px;
    line-height: 18.55px;
  }
}
.you-need-school__item p {
  font: inherit;
}
.you-need-school__item:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-right: 40px;
  background: url("../img/you-need-school-circle.svg") center center/contain no-repeat;
}
@media (max-width: 991px) {
  .you-need-school__item:before {
    width: 12px;
    min-width: 12px;
    height: 12px;
    margin-right: 8px;
  }
}
.you-need-school__item:last-child {
  margin-bottom: 0;
}

/* studying-at-school-is */
.studying-at-school-is > .wrap {
  padding-top: 40px;
  padding-bottom: 160px;
  position: relative;
}
@media (max-width: 991px) {
  .studying-at-school-is > .wrap {
    padding-top: 16px;
    padding-bottom: 60px;
  }
}
.studying-at-school-is > .wrap .left {
  width: 80px;
  min-width: 80px;
  position: absolute;
  top: 40px;
  bottom: 245px;
  left: -80px;
  background: url("../img/studying-at-school-is-left.svg") bottom center/contain no-repeat;
}
@media (max-width: 991px) {
  .studying-at-school-is > .wrap .left {
    top: 16px;
    bottom: 60px;
  }
}
.studying-at-school-is > .wrap .right {
  width: 80px;
  min-width: 80px;
  position: absolute;
  top: 40px;
  right: -80px;
  bottom: 160px;
  background: url("../img/studying-at-school-is-right.svg") top center/contain no-repeat;
}
@media (max-width: 991px) {
  .studying-at-school-is > .wrap .right {
    top: 16px;
    bottom: 60px;
  }
}
.studying-at-school-is__list {
  counter-reset: item;
}
.studying-at-school-is__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  padding: 20px 40px;
  border-radius: 30px;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  counter-increment: item;
}
@media (max-width: 991px) {
  .studying-at-school-is__item {
    padding: 16px 12px;
  }
}
.studying-at-school-is__item:not(:last-child) {
  color: #111604;
  leading-trim: both;
  text-edge: cap;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42.4px;
}
@media (max-width: 991px) {
  .studying-at-school-is__item:not(:last-child) {
    font-size: 14px;
    line-height: 18.55px;
  }
}
.studying-at-school-is__item:not(:last-child):before {
  content: counter(item);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  min-width: 80px;
  height: 78px;
  margin-right: 16px;
  color: #8BC020;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .studying-at-school-is__item:not(:last-child):before {
    min-width: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    font-size: 20px;
  }
}
.studying-at-school-is__item:last-child {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  color: #77A122;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42.4px;
}
@media (max-width: 991px) {
  .studying-at-school-is__item:last-child {
    font-size: 14px;
    line-height: 18.55px;
  }
}

/* personal-office */
.personal-office > .wrap {
  padding-top: 40px;
  padding-bottom: 160px;
  position: relative;
}
@media (max-width: 991px) {
  .personal-office > .wrap {
    padding-top: 16px;
    padding-bottom: 60px;
  }
}
.personal-office > .wrap .left {
  width: 95px;
  min-width: 95px;
  position: absolute;
  top: 40px;
  bottom: 75px;
  left: -95px;
  background: url("../img/personal-office-left.svg") center center/contain no-repeat;
}
@media (max-width: 991px) {
  .personal-office > .wrap .left {
    top: 16px;
  }
}
.personal-office > .wrap .right {
  width: 95px;
  min-width: 95px;
  position: absolute;
  top: 40px;
  right: -95px;
  bottom: 75px;
  background: url("../img/personal-office-right.svg") center center/contain no-repeat;
}
@media (max-width: 991px) {
  .personal-office > .wrap .right {
    top: 16px;
  }
}
.personal-office > .wrap .video {
  border-radius: 48px;
  border: 1px solid #94C72C;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
@media (max-width: 768px) {
  .personal-office > .wrap .video {
    border-radius: 12px;
  }
}
.personal-office > .wrap .video iframe {
  width: 100% !important;
  height: 600px !important;
  min-height: 600px;
}
@media (max-width: 768px) {
  .personal-office > .wrap .video iframe {
    min-height: 180px;
    height: 180px !important;
  }
}

/* study-route */
.study-route {
  padding-bottom: 160px;
}
@media (max-width: 991px) {
  .study-route {
    padding-bottom: 60px;
  }
}
.study-route .wrap {
  position: relative;
}
.study-route .wrap.img {
  max-width: 1480px;
  margin-top: 40px;
}
.study-route .wrap.img:not(:last-child) {
  margin-bottom: 160px;  
}
@media (max-width: 991px) {
  .study-route .wrap.img:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .study-route .wrap.img {
    margin-top: 20px;
  }
}
.study-route .wrap img {
  max-width: 100%;
  width: 100%;
}
.study-route .wrap .left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -111px;
  width: 111px;
  min-width: 111px;
  background: url("../img/study-route-left.svg") center center/contain no-repeat;
}
.study-route .wrap .right {
  position: absolute;
  top: 0;
  right: -111px;
  bottom: 0;
  width: 111px;
  min-width: 111px;
  background: url("../img/study-route-left.svg") center center/contain no-repeat;
}
@media (max-width: 768px) {
  .study-route__img_pc {
    display: none;
  }
}
.study-route__img_mob {
  display: none;
}
@media (max-width: 768px) {
  .study-route__img_mob {
    display: block;
  }
}
.study-route__text {
  padding: 30px 36px;
  border-radius: 30px;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
  position: relative;
}
@media (max-width: 991px) {
  .study-route__text {
    padding: 16px 12px;
  }
}
.study-route__text:before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border-radius: 40px;
  border: 2px solid #8BC020;
  background: #F8F8F8;
  z-index: -1;
}
.study-route__title {
  margin-bottom: 40px;
  color: #8BC020;
  leading-trim: both;
  text-edge: cap;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .study-route__title {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.study-route__subtitle {
  margin-bottom: 40px;
  color: #537609;
  leading-trim: both;
  text-edge: cap;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .study-route__subtitle {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 18.55px;
    text-transform: none;
  }
}
.study-route__item {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111604;
  leading-trim: both;
  text-edge: cap;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42.4px;
}
@media (max-width: 991px) {
  .study-route__item {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 18.55px;
  }
}
.study-route__item:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-right: 16px;
  background: url("../img/you-need-school-circle.svg") center center/contain no-repeat;
}
@media (max-width: 991px) {
  .study-route__item:before {
    width: 12px;
    min-width: 12px;
    height: 12px;
  }
}
.study-route__item:last-child {
  margin-bottom: 0;
}
.study-route__item_select:before {
  content: "*";
  background: transparent;
  color: #8BC020;
  position: relative;
  top: -5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 65px;
  font-style: normal;
  font-weight: 400;
  line-height: 42.4px;
}
@media (max-width: 991px) {
  .study-route__item_select:before {
    top: 5px;
    font-size: 28px;
  }
}

/* in-the-school-program */
.in-the-school-program > .wrap {
  padding-top: 40px;
  padding-bottom: 160px;
  position: relative;
}
@media (max-width: 991px) {
  .in-the-school-program > .wrap {
    padding-top: 16px;
    padding-bottom: 60px;
  }
}
.in-the-school-program > .wrap:before {
  content: "";
  display: block;
  width: 20px;
  height: 240px;
  position: absolute;
  top: 100px;
  left: -158px;
  background: url("../img/in-the-school-program-wrap-left.svg") center center/contain no-repeat;
}
.in-the-school-program > .wrap:after {
  content: "";
  display: block;
  width: 20px;
  height: 240px;
  position: absolute;
  bottom: 180px;
  right: -158px;
  background: url("../img/in-the-school-program-wrap-left.svg") center center/contain no-repeat;
}
.in-the-school-program .tab {
  position: relative;
}
.in-the-school-program .tab:before {
  content: "";
  display: block;
  width: 55px;
  position: absolute;
  top: -25px;
  bottom: -5px;
  left: -50px;
  background: url("../img/in-the-school-program-left.svg") center center/cover no-repeat;
  z-index: -1;
}
.in-the-school-program .tab:after {
  content: "";
  display: block;
  width: 55px;
  position: absolute;
  top: -25px;
  bottom: -5px;
  right: -50px;
  background: url("../img/in-the-school-program-right.svg") center center/cover no-repeat;
  z-index: -1;
}
.in-the-school-program .tab__btns {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.in-the-school-program .tab__btns:before {
  content: "";
  display: block;
  height: 49px;
  position: absolute;
  top: -29px;
  right: -20.45px;
  left: -28px;
  background: url("../img/in-the-school-program-top.svg") center center/cover no-repeat;
  z-index: -1;
}
.in-the-school-program .tab__btn {
  max-width: 33.3333333333%;
  width: 100%;
  padding: 40px 11px 50px;
  border-radius: 30px 30px 0 0;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  -webkit-transition: background 0.3s linear, color 0.3s linear;
  -o-transition: background 0.3s linear, color 0.3s linear;
  transition: background 0.3s linear, color 0.3s linear;
}
@media (max-width: 991px) {
  .in-the-school-program .tab__btn {
    border-radius: 12px 12px 0 0;
    padding: 10px 11px 30px;
    font-size: 14px;
    line-height: 18.55px;
  }
}
.in-the-school-program .tab__btn:nth-child(1) {
  background: rgba(139, 192, 32, 0.5);
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
}
.in-the-school-program .tab__btn:nth-child(2) {
  background: #8BC020;
  -webkit-box-shadow: -1px -1px 4px 0px rgba(0, 0, 0, 0.05);
          box-shadow: -1px -1px 4px 0px rgba(0, 0, 0, 0.05);
  color: #fff;
}
.in-the-school-program .tab__btn:nth-child(3) {
  background: #537609;
  -webkit-box-shadow: -1px -1px 4px 0px rgba(0, 0, 0, 0.05);
          box-shadow: -1px -1px 4px 0px rgba(0, 0, 0, 0.05);
  color: #fff;
}
.in-the-school-program .tab__btn.active {
  background: #ffffff;
  color: #60B02F;
}
.in-the-school-program .tab__btn:hover {
  background: #ffffff;
  color: #60B02F;
}
.in-the-school-program .tab__contents {
  margin-top: -25px;
  position: relative;
  z-index: 1;
}
.in-the-school-program .tab__contents:before {
  content: "";
  display: block;
  height: 49px;
  position: absolute;
  bottom: -45px;
  right: -21.45px;
  left: -27px;
  background: url("../img/in-the-school-program-bottom.svg") center center/cover no-repeat;
  z-index: -1;
}
.in-the-school-program .tab__content {
  padding: 40px 40px 40px 20px;
  border-radius: 30px;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
  color: #111604;
  leading-trim: both;
  text-edge: cap;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42.4px;
  counter-reset: item;
}
@media (max-width: 991px) {
  .in-the-school-program .tab__content {
    border-radius: 12px 12px 0 0;
    padding: 16px 12px;
  }
}
@media (max-width: 991px) {
  .in-the-school-program .tab__content {
    font-size: 14px;
    line-height: 18.55px;
  }
}
.in-the-school-program .tab__content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  counter-increment: item;
  color: #111604;
  leading-trim: both;
  text-edge: cap;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42.4px;
}
@media (max-width: 991px) {
  .in-the-school-program .tab__content p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 18.55px;
  }
}
.in-the-school-program .tab__content p:not(.text):before {
  content: counter(item);
  width: 80px;
  min-width: 80px;
  margin-right: 16px;
  color: #8BC020;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .in-the-school-program .tab__content p:not(.text):before {
    min-width: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    font-size: 20px;
  }
}
.in-the-school-program .tab__content p.text {
  margin-bottom: 0;
  padding-left: 96px;
}
@media (max-width: 991px) {
  .in-the-school-program .tab__content p.text {
    padding-left: 30px;
  }
}
.in-the-school-program .tab__content a {
  color: #60B02F;
  leading-trim: both;
  text-edge: cap;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 42.4px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media (max-width: 991px) {
  .in-the-school-program .tab__content a {
    font-size: 14px;
    line-height: 18.55px;
  }
}
.in-the-school-program .tab__content.active {
  display: block !important;
}

/* degree-tariffs */
.degree-tariffs > .wrap {
  padding-top: 40px;
  padding-bottom: 160px;
  position: relative;
}
@media (max-width: 991px) {
  .degree-tariffs > .wrap {
    padding-top: 16px;
    padding-bottom: 60px;
  }
}
.degree-tariffs > .wrap:before {
  content: "";
  display: block;
  width: 95px;
  position: absolute;
  top: 20px;
  bottom: -20px;
  left: -100px;
  background: url("../img/degree-tariffs-left.svg") center center/contain no-repeat;
}
.degree-tariffs > .wrap:after {
  content: "";
  display: block;
  width: 95px;
  position: absolute;
  top: 20px;
  bottom: -20px;
  right: -100px;
  background: url("../img/degree-tariffs-right.svg") center center/contain no-repeat;
}
.degree-tariffs > .wrap > span {
  max-width: 100%;
  width: 100%;
  padding: 20px 40px;
  display: block;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
  color: #F23C6A;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 34.45px;
}
.degree-tariffs > .wrap > span strong {
  font: inherit;
  font-weight: 500;
}
@media (max-width: 991px) {
  .degree-tariffs > .wrap > span {
    display: none;
  }
}
.degree-tariffs > .wrap .swiper {
  display: none;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .has-slider .degree-tariffs > .wrap .swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .has-slider .degree-tariffs > .wrap .swiper .degree-tariffs__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.degree-tariffs__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .has-slider .degree-tariffs__list {
    display: none;
  }
}
.degree-tariffs__item {
  border-radius: 30px;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
}
.degree-tariffs__item > span:not(:last-child) {
  display: block;
  max-width: calc(100% - 40px);
  width: 100%;
  margin: 0 auto 40px;
  color: #326810;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 34.45px;
}
@media (max-width: 991px) {
  .degree-tariffs__item > span:not(:last-child) {
    font-size: 14px;
    line-height: 18.55px;
  }
}
.degree-tariffs__item > span:last-child {
  display: block;
  max-width: calc(100% - 40px);
  width: 100%;
  margin: 0 auto 16px;
  color: #F23C6A;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 132.5%;
  /* 18.55px */
}
.degree-tariffs__item > span:last-child strong {
  font: inherit;
  font-weight: 500;
}
@media (max-width: 991px) {
  .degree-tariffs__item > span:last-child {
    font-size: 14px;
    line-height: 18.55px;
  }
}
.degree-tariffs__item > span.turn-of-costs {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .degree-tariffs__item > span.turn-of-costs {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.degree-tariffs__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  max-width: calc(100% - 40px);
  width: 100%;
  margin: 0 auto 30px;
  padding: 20px;
  border-radius: 20px;
  background: #60B02F;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
  text-decoration: none;
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 34.45px;
}
@media (max-width: 991px) {
  .degree-tariffs__item > a {
    font-size: 14px;
    line-height: 18.55px;
  }
}
.degree-tariffs__item > a span {
  font: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 991px) {
  .degree-tariffs__item > a span {
    font-size: 10px;
    line-height: 1;
  }
}
.degree-tariffs__content-title {
  padding: 30px 20px;
  color: #8BC020;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 991px) {
  .degree-tariffs__content-title {
    padding: 16px 12px;
    font-size: 18px;
    line-height: 18.55px;
  }
}
.degree-tariffs__content-list {
  padding: 30px 20px 0;
}
@media (max-width: 991px) {
  .degree-tariffs__content-list {
    padding: 16px 12px 0;
  }
}
.degree-tariffs__content-item {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111604;
  leading-trim: both;
  text-edge: cap;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 34.45px;
}
@media (max-width: 991px) {
  .degree-tariffs__content-item {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 18.55px;
  }
}
.degree-tariffs__content-item p {
  font: inherit;
}
.degree-tariffs__content-item .disable {
  color: #BCBEB7;
  leading-trim: both;
  text-edge: cap;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 132.5%;
  /* 34.45px */
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
@media (max-width: 991px) {
  .degree-tariffs__content-item .disable {
    font-size: 14px;
    line-height: 18.55px;
  }
}
.degree-tariffs__content-item .select {
  display: block;
  color: #77A122;
  leading-trim: both;
  text-edge: cap;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 991px) {
  .degree-tariffs__content-item .select {
    font-size: 12px;
    line-height: 1;
  }
}
.degree-tariffs__content-item:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  min-width: 22px;
  height: 22px;
  margin-right: 16px;
  background: url("../img/you-need-school-circle.svg") center center/contain no-repeat;
}
@media (max-width: 991px) {
  .degree-tariffs__content-item:before {
    width: 12px;
    min-width: 12px;
    height: 12px;
  }
}
.degree-tariffs__content-item.disable {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  color: #BCBEB7;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.degree-tariffs__content-item.disable-not-line {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.degree-tariffs__content-item.active {
  color: #77A122;
  font-weight: 500;
  line-height: 34.45px;
}
@media (max-width: 991px) {
  .degree-tariffs__content-item.active {
    line-height: 1;
  }
}
.degree-tariffs__old-price {
  margin: 0 0 30px;
  color: #F2483C;
  font-size: 30px;
  padding-left: 58px;
  padding-right: 20px;
  text-decoration: line-through;
  font-weight: 500;
}

/* author */
.author > .wrap {
  padding-top: 40px;
  padding-bottom: 160px;
  position: relative;
}
@media (max-width: 991px) {
  .author > .wrap {
    padding-top: 16px;
    padding-bottom: 60px;
  }
}
.author > .wrap:before {
  content: "";
  display: block;
  width: 70px;
  position: absolute;
  top: 160px;
  bottom: 160px;
  left: -100px;
  background: url("../img/author-left.svg") center center/contain no-repeat;
}
.author > .wrap:after {
  content: "";
  display: block;
  width: 70px;
  position: absolute;
  top: 160px;
  bottom: 160px;
  right: -100px;
  background: url("../img/author-right.svg") center center/contain no-repeat;
}
.author__name {
  margin-bottom: 12px;
  padding: 40px;
  border-radius: 25px;
  background: rgba(139, 192, 32, 0.5);
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 991px) {
  .author__name {
    padding: 16px 12px;
    font-size: 16px;
  }
}
.author__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 27.5px 40px;
  border-radius: 30px;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
}
.author__desc:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .author__desc {
    padding: 16px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.author__list {
  max-width: calc(100% - 510px - 37px);
  width: 100%;
}
@media (max-width: 991px) {
  .author__list {
    max-width: 100%;
  }
}
.author__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 26px;
  color: #111604;
  leading-trim: both;
  text-edge: cap;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 34.45px;
}
@media (max-width: 991px) {
  .author__item {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 18.55px;
  }
}
.author__item:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-right: 16px;
  background: url("../img/you-need-school-circle.svg") center center/contain no-repeat;
}
.author__item.--no-bullet:before {
  display: none;
}
.author__item > span {
  font: inherit;
  color: ; 
}
@media (max-width: 991px) {
  .author__item:before {
    width: 12px;
    min-width: 12px;
    height: 12px;
  }
}
.author__img {
  max-width: 510px;
  width: 100%;
}
@media (max-width: 991px) {
  .author__img {
    max-width: 100%;
  }
}
.author__img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.author__advantages {
  margin-bottom: 12px;
  padding: 40px;
  border-radius: 25px;
  background: rgba(139, 192, 32, 0.5);
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 991px) {
  .author__advantages {
    padding: 16px 12px;
    font-size: 16px;
  }
}
.author__advantages-list {
  padding: 40px;
  border-radius: 30px;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
  counter-reset: item;
}
@media (max-width: 991px) {
  .author__advantages-list {
    padding: 16px 12px;
  }
}
.author__advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 43px;
  color: #111604;
  leading-trim: both;
  text-edge: cap;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 34.45px;
  counter-increment: item;
}
@media (max-width: 991px) {
  .author__advantages-item {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 18.55px;
  }
}
.author__advantages-item:before {
  content: counter(item);
  width: 80px;
  min-width: 80px;
  margin-right: 16px;
  color: #8BC020;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .author__advantages-item:before {
    min-width: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    font-size: 20px;
  }
}
.author__advantages-item:last-child {
  margin-bottom: 0;
}

/* what-students-say */
.what-students-say > .wrap {
  padding-top: 40px;
  padding-bottom: 160px;
  position: relative;
}
@media (max-width: 991px) {
  .what-students-say > .wrap {
    padding-top: 16px;
    padding-bottom: 60px;
  }
}
.what-students-say > .wrap:before {
  content: "";
  display: block;
  width: 70px;
  position: absolute;
  top: 40px;
  bottom: 140px;
  left: -100px;
  background: url("../img/what-students-say-left.svg") center center/contain no-repeat;
}
.what-students-say > .wrap:after {
  content: "";
  display: block;
  width: 70px;
  position: absolute;
  top: 40px;
  bottom: 140px;
  right: -100px;
  background: url("../img/what-students-say-right.svg") center center/contain no-repeat;
}
.what-students-say__block {
  padding: 10px 65px 0;
  border-radius: 30px;
  border-right: 2px solid #8BC020;
  border-left: 2px solid #8BC020;
}
@media (max-width: 991px) {
  .what-students-say__block {
    padding: 0 12px;
  }
}
.what-students-say .swiper {
  height: 816px;
  padding-bottom: 116px;
}
@media (max-width: 768px) {
  .what-students-say .swiper {
    height: auto;
    padding-top: 20px;
    padding-bottom: 24px;
  }
  .what-students-say .swiper .swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.what-students-say img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .what-students-say img {
    max-height: 100%;
    height: auto;
  }
}

/* all-program */
.all-program {
  max-width: 600px;
  height: 700px;
  margin: auto;
  padding: 0 0 30px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  border-radius: 30px;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
@media (max-width: 991px) {
  .all-program {
    max-width: calc(100% - 40px);
    max-height: 700px;
    height: auto;
    top: 20px;
    bottom: 20px;
    border-radius: 12px;
  }
}
.all-program__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 25px 20px;
  background: -o-linear-gradient(358deg, #94C72C -9.27%, #3FC384 127.81%);
  background: linear-gradient(92deg, #94C72C -9.27%, #3FC384 127.81%);
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42.4px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .all-program__title {
    padding: 16px 12px;
    font-size: 24px;
    line-height: 28px;
  }
}
.all-program__title svg:hover {
  cursor: pointer;
}
.all-program__content {
  height: 100%;
}
.all-program__list {
  padding: 30px 0 80px;
  height: 100%;
  overflow: auto;
}
.all-program__item {
  margin-bottom: 15px;
  padding: 0 25px;
  color: #111604;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 991px) {
  .all-program__item {
    margin-bottom: 10px;
    padding: 0 12px;
    font-size: 15px;
  }
}
.all-program__item:last-child {
  margin-bottom: 0;
}
.all-program__item span {
  color: #111604;
  font-weight: 500;
}
.all-program__item ul {
  padding-left: 16px;
}
.all-program__item li {  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding-left: 20px;
}
.all-program__item li:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;  
  background: url("../img/you-need-school-circle-dark.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.all-program ul, .all-program li {
  font: inherit;
  list-style: none;
}

/* faq */
.faq > .wrap {
  padding-top: 40px;
  padding-bottom: 160px;
  position: relative;
}
@media (max-width: 991px) {
  .faq > .wrap {
    padding-top: 16px;
    padding-bottom: 60px;
  }
}
.faq > .wrap:before {
  content: "";
  display: block;
  width: 115px;
  position: absolute;
  top: 80px;
  bottom: 340px;
  left: -100px;
  background: url("../img/faq-left.svg") center center/contain no-repeat;
  z-index: -1;
}
.faq > .wrap:after {
  content: "";
  display: block;
  width: 115px;
  position: absolute;
  top: 80px;
  bottom: 340px;
  right: -100px;
  background: url("../img/faq-right.svg") center center/contain no-repeat;
  z-index: -1;
}
.faq > .wrap > a {
  display: block;
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  padding: 9px 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  border: 2px solid #60B02F;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
  color: #60B02F;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 42.4px;
}
@media (max-width: 991px) {
  .faq > .wrap > a {
    font-size: 14px;
    line-height: 18.55px;
  }
}
.faq__list {
  margin-bottom: 40px;
  border-radius: 30px;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
}
.faq__item {
  border-bottom: 1px solid #E3E3E3;
}
.faq__item:last-child {
  border-bottom: none;
}
.faq__btn {
  max-width: 100%;
  width: 100%;
  padding: 9px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111604;
  leading-trim: both;
  text-edge: cap;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42.4px;
}
@media (max-width: 991px) {
  .faq__btn {
    padding: 12px;
    font-size: 14px;
    line-height: 18.55px;
  }
}
.faq__btn svg {
  min-width: 64px;
  width: 64px;
  height: 64px;
  position: relative;
  right: -15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq__btn:hover {
  cursor: pointer;
}
.faq__btn.active svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq__content {
  display: none;
  padding: 20px 40px;
  border-top: 1px solid #E3E3E3;
  background: #FFF;
  color: #77A122;
  leading-trim: both;
  text-edge: cap;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  line-height: 37.1px;
}
@media (max-width: 991px) {
  .faq__content {
    padding: 16px 12px;
    font-size: 14px;
    line-height: 18.55px;
    font-weight: 400;
  }
}
.faq__content p, .faq__content span, .faq__content strong {
  font: inherit;
}
@media (max-width: 991px) {
  .faq__content p, .faq__content span, .faq__content strong {
    font-weight: 400;
  }
}
.faq__content p {
  margin-bottom: 15px;
}
.faq__content p:last-child {
  margin-bottom: 0;
}

/* footer */
.footer {
  border-radius: 40px 40px 0 0;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.16);
}
.footer .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -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: 40px;
  padding-bottom: 24px;
  border-bottom: 2px solid #8BC020;
}
@media (max-width: 1280px) {
  .footer .top {
    display: none;
  }
}
.footer .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}
.footer .menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-right: 14px;
}
.footer .menu li:last-child {
  margin-right: 0;
}
.footer .menu a {
  padding: 10px 13px;
  border-radius: 40px;
  border: 2px solid #8BC020;
  text-decoration: none;
  color: #111604;
  leading-trim: both;
  text-edge: cap;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -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: 24px;
  padding-bottom: 45px;
}
.footer .bottom .link {
  color: #111604;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.2px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
/*# sourceMappingURL=style.min.css.map */
