:root {
  --font-family: "Inter", sans-serif;
  --second-family: "Alegreya", sans-serif;
  --third-family: "KENAO", sans-serif;
  --content-width: 1130px;
  --content-big-width: 1250px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --container-big-width: calc(var(--content-big-width) + (var(--container-offset) * 2));
  --color-light-1: #fff;
  --color-light-2: #fcfaf6;
  --color-light-3: #faf3e7;
  --color-light-4: #FBFAF6;
  --color-main-1: #987abf;
  --color-main-2: #987abf;
  --color-main-3: #987abf;
  --color-main-4: #987abf;
  --color-main-5: #fdc7a6;
  --color-main-6: #ddae82;
  --color-main-7: #987abf;
  --color-pink: #efcee9;
  --color-geen: #95ed89;
  --color-bg-1: #faf4e9;
  --color-bg-2: #8b77a6;
  --color-light-violet: #d4c5e8;
  --color-gray-1: #515151;
  --color-gray-2: #b9b3a5;
  --color-dark: #1d1e1e;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "Alegreya";
  src: url("../fonts/../fonts/AlegreyaBold.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Alegreya";
  src: url("../fonts/../fonts/AlegreyaMedium.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Alegreya";
  src: url("../fonts/../fonts/AlegreyaSemiBold.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Alegreya";
  src: url("../fonts/../fonts/Inter_18ptRegular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Alegreya";
  src: url("../fonts/../fonts/Inter_18ptSemiBold.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Alegreya";
  src: url("../fonts/../fonts/Inter_24ptBold.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Alegreya";
  src: url("../fonts/../fonts/Inter_24ptExtraBold.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Alegreya";
  src: url("../fonts/../fonts/Inter_28ptBlack.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Alegreya";
  src: url("../fonts/../fonts/Inter_24ptMedium.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Kenao";
  src: url("../fonts/../fonts/Kenao.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
  padding: 0px;
  margin: 0px;
  border: none;
  color: var(--color-gray-1);
}

a, a:link, a:visited {
  text-decoration: none;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  background: var(--color-bg-1);
}

.page__body {
  margin: 0;
  min-width: 360px;
  min-height: 100%;
  font-size: 16px;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.container-big {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-big-width);
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 19px 0;
  background: rgba(255, 255, 255, 0.45);
}
.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__button {
  display: block;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-light-1);
  border-radius: 24px;
  padding: 9px 25px;
  background: var(--color-main-2);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 768px) {
  .header__button {
    display: none;
    width: 0;
  }
}
.header__button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.logo {
  padding: 11px 24px 4px;
  font-family: var(--third-family);
  line-height: normal;
  font-weight: 400;
  font-size: 30px;
  color: var(--color-main-6);
  border-radius: 28px;
  background-color: var(--color-main-2);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.logo:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.burger {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: var(--color-main-2);
}
@media (min-width: 768px) {
  .burger {
    display: none;
  }
}
.burger__line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--color-dark);
}
.burger__line:first-child {
  margin-top: -9px;
}
.burger__line:last-child {
  margin-top: 9px;
}

.burger-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 500;
  width: 35px;
  height: 35px;
  border: 1px solid var(--color-light-1);
  border-radius: 10px;
  background-color: var(--color-main-2);
}
@media (min-width: 768px) {
  .burger-close {
    display: none;
  }
}
.burger-close__line {
  position: absolute;
  top: 45%;
  left: 12%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--color-light-1);
}
.burger-close__line:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger-close__line:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 40%;
}
@media (max-width: 768px) {
  .nav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    background-color: var(--color-main-3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    width: 100%;
    height: 100%;
  }
}
.nav__link {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  color: var(--color-dark);
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.nav__link:hover {
  color: var(--color-gray-1);
}
@media (max-width: 768px) {
  .nav__link {
    color: var(--color-light-1);
  }
}
.nav__link::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 3px;
  border-radius: 10px;
  background-color: var(--color-main-1);
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .nav__link::after {
    background-color: var(--color-dark);
  }
}
.nav__link:hover::after {
  width: 100%;
}

.menu--active {
  opacity: 1;
  visibility: visible;
}

.intro {
  height: 100vh;
  background: url("../img/intro/intro-bg.jpg") center/cover no-repeat;
}
@media (max-width: 576px) {
  .intro {
    height: 1000px;
  }
}
.intro__inner {
  padding: 224px 0 113px;
}
@media (max-width: 576px) {
  .intro__inner {
    padding: 260px 0 0;
  }
}
.intro__title {
  margin-bottom: 28px;
  font-weight: 900;
  font-size: 49px;
  color: var(--color-light-1);
}
@media (max-width: 768px) {
  .intro__title {
    margin-bottom: 40px;
    font-size: 39px;
  }
}
.intro__title-big {
  font-size: 53px;
}
@media (max-width: 768px) {
  .intro__title-big {
    font-size: 43px;
  }
}
.intro__text {
  margin-bottom: 14px;
  font-weight: 400;
  font-size: 20px;
  color: var(--color-light-1);
}
.intro__item {
  margin-bottom: 8px;
  font-weight: 800;
  color: var(--color-gray-1);
}
.intro__item:last-child {
  margin-bottom: 0;
}
.intro__list {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .intro__list {
    padding: 20px 10px;
    background-color: var(--color-bg-1);
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .intro__list {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}
.intro__button {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--color-light-1);
  border-radius: 32px;
  padding: 25px 44px 22px;
  background: var(--color-main-3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.intro__button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.offsets {
  padding: 90px 0 40px;
}

.course__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.course__description {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 156%;
  text-align: center;
}
.course__swiper {
  position: relative;
  padding: 0 15px 60px;
  width: 100%;
  height: auto;
}
.course__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 42px 25px 66px;
  border-radius: 34px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 550px;
  -webkit-box-shadow: 0 13px 22px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 13px 22px 0 rgba(0, 0, 0, 0.18);
  background: var(--color-light-2);
}
@media (max-width: 576px) {
  .course__item {
    height: 600px;
  }
}
.course__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 27px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: var(--color-light-3);
}
.course__svg {
  width: 67px;
}
.course__topic {
  margin-bottom: 40px;
  font-weight: 800;
  font-size: 20px;
  text-align: center;
}
.course__topic::after {
  content: "";
  display: block;
  margin: 8px auto 0;
  width: 50px;
  height: 5px;
  background-color: var(--color-main-4);
  border-radius: 10px;
}
.course__text {
  margin-bottom: 40px;
  text-align: left;
  line-height: 25px;
  font-size: 14px;
}
.course__note {
  font-weight: 600;
}

.swiper-pagination-bullet {
  background-color: var(--color-gray-1);
}

.swiper-pagination-bullet-active {
  background-color: var(--color-main-3);
}

.section-titles {
  margin-bottom: 50px;
  text-align: center;
}

.section-name {
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 16px;
  color: var(--color-gray-2);
}

.section-title {
  font-weight: 600;
  font-size: 38px;
}
.section-title::after {
  content: "";
  display: block;
  margin: 12px auto 0;
  width: 130px;
  height: 5px;
  background-color: var(--color-main-4);
  border-radius: 10px;
}

.feedback {
  background-color: var(--color-light-4);
}
.feedback__item {
  position: relative;
  max-width: 363px;
  overflow: hidden;
  border-radius: 34px;
}
.feedback__item:hover > .feedback__texts {
  opacity: 0;
}
.feedback__item:hover > .feedback__button {
  opacity: 1;
}
.feedback__video {
  border-radius: 34px;
}
.feedback__video[poster] {
  height: 646px;
  -o-object-fit: cover;
  object-fit: cover;
}
.feedback__button {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.feedback__texts {
  position: absolute;
  left: 0;
  bottom: 4px;
  padding: 20px 35px;
  opacity: 1;
  border-radius: 0 0 34px 34px;
  width: 363px;
  height: 157px;
  background: rgba(152, 122, 191, 0.7);
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.feedback__name {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 30px;
  color: var(--color-light-1);
}
.feedback__text {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 20px;
  color: var(--color-light-1);
}
.feedback__swiper {
  width: 100%;
}
.feedback-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.price {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(252, 151, 115, 0.2)), to(rgba(250, 244, 233, 0.2)));
  background: linear-gradient(360deg, rgba(252, 151, 115, 0.2) 0%, rgba(250, 244, 233, 0.2) 100%);
}
.price__inner {
  padding: 35px 0 100px;
  background: url("../img/price/price-bg.png") center/cover no-repeat;
}
.price__old {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 64px;
  opacity: 0.5;
}
@media (max-width: 576px) {
  .price__old {
    font-size: 50px;
  }
}
.price__old::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 406px;
  height: 4px;
  background-color: var(--color-main-4);
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(5deg);
  -ms-transform: translate(-50%, -50%) rotate(5deg);
  transform: translate(-50%, -50%) rotate(5deg);
}
@media (max-width: 576px) {
  .price__old::after {
    width: 300px;
  }
}
.price__text {
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 44px;
  text-align: center;
}
@media (max-width: 576px) {
  .price__text {
    font-size: 30px;
  }
}
.price__cost {
  margin: 0 auto 30px;
  padding: 20px;
  font-weight: 500;
  font-size: 114px;
  text-align: center;
  color: var(--color-main-3);
  max-width: 548px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 576px) {
  .price__cost {
    font-size: 60px;
  }
}
.price__present-block {
  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;
  gap: 15px;
  margin-bottom: 120px;
}
@media (max-width: 576px) {
  .price__present-block {
    margin-bottom: 60px;
  }
}
.price__present-text {
  font-weight: 400;
  font-size: 23px;
  text-align: center;
}
.price__button {
  display: block;
  margin: 0 auto 60px;
  padding: 30px 60px;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--color-light-1);
  border-radius: 32px;
  background-color: var(--color-main-3);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 576px) {
  .price__button {
    font-size: 20px;
  }
}
.price__button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.price__subtext {
  font-weight: 400;
  font-size: 30px;
  text-align: center;
}
@media (max-width: 576px) {
  .price__subtext {
    font-size: 20px;
  }
}

.footer {
  position: relative;
  background: url("../img/footer/footer-bg.jpg") center/cover no-repeat;
  z-index: 1;
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--color-main-7);
  opacity: 0.5;
  z-index: -1;
}
.footer__inner {
  padding: 100px 0;
  text-align: center;
  z-index: 1;
}
.footer__title {
  margin-bottom: 35px;
  font-weight: 500;
  font-size: 38px;
  color: var(--color-light-1);
}
.footer__box {
  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;
  gap: 8px;
  margin: 20px 0 45px;
}
.footer__box:last-child {
  margin: 20px 0 0;
}
.footer__text {
  font-weight: 500;
  color: var(--color-light-1);
}/*# sourceMappingURL=main.css.map */
