@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@1,14..32,100..900&family=Outfit:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
body {
  font-family: "Outfit", sans-serif;
  background: #fff5f0;
}

.container {
  position: relative;
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  margin: clamp(80px, 8vw, 200px) 0;
}

.section-top {
  margin-top: clamp(80px, 8vw, 200px);
}

.info {
  max-width: 990px;
  margin: 0 auto;
  margin-bottom: 100px;
  text-align: center;
}

.subtitle {
  max-width: 30%;
  margin: 0 auto;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 10px 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.5vw, 18px);
  text-align: center;
  color: #333;
  background: #fff;
}

.title {
  margin: 20px 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: clamp(38px, 3vw, 58px);
  line-height: 130%;
  text-align: center;
  color: #1a1a1a;
}

.text {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1vw, 20px);
  line-height: 150%;
  color: #333;
}

.header {
  margin: 18px 0 80px;
}
.header__content {
  max-width: 1860px;
  padding: 0 20px;
  overflow: hidden;
}
.header__content-banner {
  margin-bottom: 15px;
  padding: 14px 0;
  background: #ffdecc;
  border: 2px solid #262626;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  transition: 0.3s;
}
.header__content-banner.scrolled {
  transform: translateY(-100%);
  opacity: 0;
}
.header__banner-text {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 3vw, 20px);
  line-height: 150%;
  color: #262626;
}
.header__content-novbar {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 2px solid #262626;
  border-radius: 8px;
}
.header__content-novbar.scrolled {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1860px;
  margin: 0 auto;
  z-index: 99;
}
.header__novbar-logo {
  height: 100%;
  border-radius: 8px;
}
.header__novbar-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__novbar-menu {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__menu-item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__item-list {
  height: 100%;
  border-left: 2px solid #262626;
  transition: all 0.3s ease-in;
}
.header__item-list:hover {
  background: #ffefe5;
}
.header__list-link {
  padding: 21px 30px;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #262626;
}
.header__menu-btn {
  height: 100%;
  padding: 21px 30px;
  border-left: 2px solid #262626;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #262626;
  background: #ffae80;
  transition: all 0.3s ease-in;
}
.header__menu-btn:hover {
  background: #ff8d4d;
}
.header__novbar-burger {
  display: none;
}
.header .scroll.header__content-banner {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.hero__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hero__content-bg {
  width: 49%;
  height: 50%;
  overflow: hidden;
}
.hero__content-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero__content-info {
  width: 49%;
}
.hero__info-subtitle {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 3vw, 22px);
  line-height: 150%;
  color: #262626;
}
.hero__info-title {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: clamp(30px, 3vw, 54px);
  line-height: 130%;
  color: #1a1a1a;
}
.hero__info-title span {
  color: #ff8d4d;
}
.hero__info-statistics {
  padding: 24px 50px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 2px solid #262626;
  border-radius: 12px;
  box-shadow: 8px 8px 0 1px #ffbe99;
  background: #ffefe5;
}
.hero__statistics-flex {
  flex: 0 1 30%;
  text-align: center;
}
.hero__flex-number {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: clamp(34px, 3vw, 44px);
  line-height: 150%;
  color: #262626;
}
.hero__flex-text {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1vw, 18px);
  line-height: 150%;
  color: #262626;
}

.advantages__content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 0;
}
.advantages__wrap-flex {
  position: relative;
  flex: 0 1 32%;
  height: 306px;
  border: 2px solid #262626;
  border-radius: 10px;
  padding: 60px 40px 40px;
  box-shadow: 4px 4px 0 2px #1e1e1e;
  background: #fff;
}
.advantages__flex-logo {
  position: absolute;
  top: -24px;
  left: 28px;
  border: 2px solid #262626;
  border-radius: 8px;
  padding: 16px;
  background: #ffdecc;
}
.advantages__body-name {
  margin-bottom: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 1vw, 20px);
  line-height: 130%;
  color: #1a1a1a;
}

.reviews__content-swiper {
  position: relative;
}
.reviews__content-swiper .swiper {
  max-width: 90%;
  margin: 0 auto;
}
.reviews__content-swiper .swiper-slide {
  border: 2px solid #262626;
  border-radius: 12px;
  padding: 50px;
  box-shadow: 6px 6px 0 2px #1e1e1e;
  background: #fff;
  text-align: center;
}
.reviews__content-swiper .slider-name {
  margin: 12px 0 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #333;
}
.reviews__content-swiper .slider-text {
  margin-top: 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #333;
}

.question__content-wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
}
.question__wrap-flex {
  flex: 0 1 49%;
  height: 108px;
  border: 2px solid #262626;
  border-radius: 12px;
  padding: 34px 40px;
  background: #ffefe5;
  overflow: hidden;
  transition: all 0.3s ease-in;
}
.question__wrap-flex.active {
  background: #fff;
  height: 251px;
}
.question__flex-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.question__flex-top.active .question__top-icon span:first-child {
  transform: translate(-50%, -50%) rotate(0deg);
}
.question__flex-top.active .question__top-icon span:last-child {
  transform: translate(-50%, -50%) rotate(0deg);
}
.question__top-name {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 1vw, 22px);
  line-height: 150%;
  color: #262626;
}
.question__top-icon {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 8px;
  border: 2px solid #262626;
  border-radius: 6px;
  background: #fff5f0;
}
.question__top-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #262626;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
}
.question__top-icon span:first-child {
  transform: translate(-50%, -50%) rotate(0deg);
}
.question__top-icon span:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}
.question__flex-bode {
  display: none;
  transition: all 0.3s ease-in;
}
.question__flex-bode.active {
  display: block;
}

.pages__content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 0;
}
.pages__wrap-flex {
  width: 47%;
  border: 2px solid #262626;
  border-radius: 12px;
  padding: 80px;
  box-shadow: 6px 6px 0 2px #1e1e1e;
  text-align: center;
  background: #fff;
}
.pages__flex-name {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 130%;
  text-align: center;
  color: #1a1a1a;
}
.pages__flex-boder {
  max-width: 500px;
  max-height: 20px;
  margin: 30px auto;
}
.pages__flex-boder img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.pages__flex-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 80px;
  border: 2px solid #262626;
  border-radius: 10px;
  padding: 18px 0px;
  box-shadow: 4px 4px 0 2px #1e1e1e;
  background: #ffdecc;
}
.pages__flex-btn span {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #333;
}

.footer {
  padding: 0 20px 50px 20px;
  margin-top: 200px;
}
.footer__content {
  overflow: hidden;
  max-width: 1860px;
  border: 2px solid #262626;
  border-radius: 12px;
  padding: 100px 113px 40px;
  box-shadow: 6px 6px 0 2px #1e1e1e;
  background: #fff;
}
.footer__content-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.footer__top-left {
  width: 30%;
}
.footer__left-text {
  margin: 20px 0 50px;
}
.footer__left-socil {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 25px 0;
}
.footer__socil-link {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.footer__socil-link img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.footer__socil-link span {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.5vw, 20px);
  line-height: 150%;
  color: #262626;
}
.footer__top-menu {
  width: 65%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}
.footer__item-name {
  margin-bottom: 15px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 1.5vw, 20px);
  line-height: 150%;
  color: #262626;
}
.footer__item-list {
  margin-top: 15px;
}
.footer__list-link {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.5vw, 20px);
  line-height: 150%;
  color: #333;
}
.footer__content-banner {
  margin: 50px 0 30px;
  padding: 30px 0;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__banner-link {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer__banner-link a {
  padding-left: 15px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 150%;
  color: #333;
  border-left: 2px solid #262626;
}
.footer__banner-link a:first-child {
  border-left: none;
}
.footer__banner-social {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer__banner-social a {
  width: 56px;
  height: 56px;
}
.footer__banner-social a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__content-bottom {
  padding-top: 30px;
  text-align: center;
}
.footer__bottom-name {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 150%;
  color: #656567;
}

.banner__content {
  background-image: url(../images/container.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 150px 20px;
  box-shadow: 8px 8px 0 1px #1e1e1e;
  border: 2px solid #262626;
  border-radius: 12px;
  background-color: #fff;
}
.banner__content-info {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.banner__info-left {
  width: 47%;
}
.banner__left-subtitle {
  margin: 0;
  margin-bottom: 14px;
}
.banner__left-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 130%;
  color: #1a1a1a;
}
.banner__info-right {
  width: 47%;
}
.banner__right-social {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}
.banner__social-link {
  flex: 46%;
  border: 2px solid #262626;
  border-radius: 12px;
  padding: 20px;
  background: #fffcfa;
  display: flex;
  align-items: center;
  gap: 10px;
}
.banner__social-link span {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #262626;
}

.visions__content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
}
.visions__wrap-flex {
  flex: 0 1 47%;
  border: 2px solid #262626;
  border-radius: 12px;
  padding: clamp(40px, 4vw, 60px);
  box-shadow: 6px 6px 0 2px #1e1e1e;
  background: #fff;
}
.visions__flex-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.visions__header-name {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 130%;
  color: #1a1a1a;
}

.achievements__content-swiper {
  position: relative;
}
.achievements__content-swiper .swiper-slide {
  border: 2px solid #262626;
  border-radius: 12px;
  padding: clamp(30px, 5vw, 50px);
  box-shadow: 6px 6px 0 2px #1e1e1e;
  background: #fff;
}
.achievements__content-swiper .slide-logo {
  margin-bottom: 40px;
}
.achievements__content-swiper .slide-name {
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  color: #1a1a1a;
}
.achievements__content-swiper .swiper-btn {
  max-width: 136px;
  width: 100%;
  margin-left: auto;
  margin-top: 50px;
  height: 58px;
  position: relative;
}

.progress__content-table {
  border: 2px solid #262626;
  border-radius: 12px;
  padding: clamp(40px, 8vw, 150px);
  box-shadow: 6px 6px 0 2px #1e1e1e;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 80px;
}
.progress__table-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.progress__column-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: clamp(20px, 3vw, 30px) clamp(24px, 5vw, 50px);
  border: 2px solid #262626;
  border-radius: 10px;
  box-shadow: 4px 4px 0 1px #1e1e1e;
  background: #fff;
}
.progress__numeber-bg {
  width: 88px;
  height: 88px;
}
.progress__numeber-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.progress__numeber-span {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: clamp(38px, 3vw, 68px);
  line-height: 130%;
  color: #1a1a1a;
}
.progress__text-name {
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 130%;
  color: #1a1a1a;
}

.teachers__content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 0;
}
.teachers__wrap-flex {
  border: 2px solid #262626;
  border-radius: 12px;
  padding: clamp(30px, 3vw, 50px);
  flex: 0 1 47%;
  box-shadow: 6px 6px 0 2px #1e1e1e;
  background: #fff;
}
.teachers__flex-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.teachers__header-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.teachers__name-avatar {
  width: 80px;
  height: 80px;
}
.teachers__name-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.teachers__name-text {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: clamp(20px, 3vw, 30px);
  line-height: 150%;
  color: #333;
}
.teachers__header-social {
  width: 56px;
  height: 56px;
}
.teachers__header-social img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.teachers__flex-body {
  border: 2px solid #262626;
  border-radius: 12px;
  padding: clamp(20px, 2vw, 30px);
  background: #fff5f0;
}
.teachers__body-name {
  margin-bottom: 16px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 150%;
  color: #333;
}

.features__content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 0;
}
.features__wrao-flex {
  position: relative;
  flex: 0 1 31%;
  border: 2px solid #262626;
  border-radius: 12px;
  padding: clamp(50px, 5vw, 80px) clamp(40px, 4vw, 50px) clamp(30px, 3vw, 50px) clamp(30px, 3vw, 50px);
  box-shadow: 6px 6px 0 2px #1e1e1e;
  background: #fff;
}
.features__flex-logo {
  position: absolute;
  top: -35px;
  left: 30px;
}
.features__flex-name {
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 130%;
  color: #1a1a1a;
}

.learn__content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 0;
}
.learn__wrap-flex {
  width: 31%;
  border: 2px solid #262626;
  border-radius: 12px;
  padding: clamp(30px, 4vw, 50px);
  text-align: center;
  box-shadow: 6px 6px 0 2px #1e1e1e;
  background-color: #fff;
  background-image: url(../images/learn-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
}
.learn__flex-bg {
  width: 100%;
  height: 304px;
  overflow: hidden;
}
.learn__flex-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.learn__flex-name {
  margin: 40px 0 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3vw, 28px);
  line-height: 130%;
  text-align: center;
  color: #1a1a1a;
}

.gallery__sartyrofka-button {
  width: 61%;
  margin: 0 auto 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 0;
}
.gallery__button-btn {
  width: 30%;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 14px 20px;
  background: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 1vw, 20px);
  line-height: 130%;
  color: #1a1a1a;
}
.gallery__sartyrofka-body {
  display: flex;
  margin-top: 300px;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 300px 0;
}
.gallery__body-flex {
  position: relative;
}
.gallery__flex-bg {
  position: absolute;
  max-width: 90%;
  left: 50px;
  top: -145px;
}
.gallery .swiper {
  width: 100%;
}
.gallery .swiper-slide {
  height: auto;
}
.gallery__bg-img {
  width: 100%;
  height: 300px;
}
.gallery__bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.gallery__flex-text {
  border: 2px solid #262626;
  border-radius: 12px;
  padding: 200px 50px 50px;
  box-shadow: 6px 6px 0 2px #1e1e1e;
  background: #fff;
}
.gallery__text-name {
  margin-bottom: 40px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 130%;
  color: #1a1a1a;
}
.gallery .swiper-btn {
  position: relative;
  max-width: 136px;
  width: 100%;
  margin-left: auto;
  margin-top: 50px;
  margin-right: 20px;
}

.process__content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 100px 0;
}
.process__wrap-flex {
  flex: 0 1 32%;
}
.process__flex-number {
  max-width: 98px;
  max-height: 77px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 51px;
  border: 2px solid #262626;
  border-radius: 12px;
  padding: clamp(10px, 2vw, 14px) clamp(24px, 2vw, 30px);
  box-shadow: 4px 4px 0 1px #1e1e1e;
  background: #fff;
}
.process__flex-number span {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 130%;
  color: #1a1a1a;
}
.process__flex-body {
  border: 2px solid #262626;
  border-radius: 12px;
  padding: clamp(30px, 2vw, 50px);
  box-shadow: 4px 4px 0 1px #1e1e1e;
  background: #fff;
}
.process__body-name {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 3vw, 40px);
  margin-bottom: 20px;
  line-height: 130%;
  color: #1a1a1a;
}

.possibilities {
  overflow: hidden;
}
.possibilities__content-body {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  gap: 80px 0;
}
.possibilities__body-column {
  max-width: 1476px;
  width: 100%;
  border: 2px solid #262626;
  border-radius: 12px;
  padding: clamp(30px, 3vw, 60px);
  box-shadow: 6px 6px 0 2px #1e1e1e;
  background: #fff;
}
.possibilities__column-table {
  width: 100%;
}
.possibilities__table-top, .possibilities__table-header {
  margin-bottom: 30px;
  background: #ffefe5;
  border: 2px solid #262626;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.possibilities__header-name {
  width: 295px;
  height: 80px;
  border-left: 2px solid #262626;
  padding: clamp(18px, 2vw, 20px) clamp(30px, 2vw, 34px);
}
.possibilities__header-name span {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: clamp(15px, 2vw, 20px);
  line-height: 150%;
  color: #262626;
}
.possibilities__table-subbody {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  border: 2px solid #262626;
  border-radius: 10px;
  background: #fffcfa;
}
.possibilities__subbody-wrap {
  width: 295px;
  max-height: 270px;
  height: 100%;
}
.possibilities__wrap-flex {
  height: 80px;
  padding: clamp(24px, 3vw, 30px) clamp(30px, 4vw, 34px);
  border-top: 2px solid #262626;
  border-right: 2px solid #262626;
}
.possibilities__wrap-flex span {
  height: 100%;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1vw, 20px);
  line-height: 150%;
  color: #262626;
}
.possibilities__top-name {
  padding: clamp(24px, 3vw, 30px) clamp(30px, 4vw, 34px);
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  color: #1a1a1a;
}
.possibilities .column .possibilities__subbody-wrap {
  width: 100%;
}
.possibilities .column .possibilities__subbody-wrap .possibilities__wrap-flex {
  width: 100%;
}

.celebrations__content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 0;
}
.celebrations__wrap-flex {
  border: 2px solid #262626;
  border-radius: 12px;
  padding: clamp(30px, 3vw, 50px);
  width: 32%;
  box-shadow: 6px 6px 0 2px #1e1e1e;
  background: #fff;
}
.celebrations__flex-bg {
  width: 100%;
  height: 100%;
}
.celebrations__flex-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.celebrations__flex-name {
  margin: 40px 0 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 130%;
  text-align: center;
  color: #1a1a1a;
}

.contact__content-body {
  position: relative;
  border: 2px solid #262626;
  border-radius: 12px;
  padding: clamp(80px, 10vw, 120px) clamp(30px, 8vw, 100px) clamp(30px, 8vw, 100px);
  box-shadow: 8px 8px 0 1px #1e1e1e;
  background: #fff;
}
.contact__body-social {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact__social-link {
  width: 154px;
  height: 74px;
}
.contact__social-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact__body-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 0;
}
.contact__form-row {
  width: 100%;
  flex: 0 1 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.contact__row-group {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
}
.contact__group-label {
  margin-bottom: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  color: #4c4c4c;
}
.contact .textarea {
  height: 218px;
}
.contact__select-option {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  color: #4c4c4c;
}
.contact__group-input {
  width: 100%;
  border: 2px solid #262626;
  border-radius: 8px;
  padding: 30px;
  background: #fffcfa;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #59595a;
}
.contact__group-input::-moz-placeholder {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #59595a;
}
.contact__group-input::placeholder {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #59595a;
}
.contact__select-option {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #59595a;
}
.contact__form-button {
  flex: 0 1 100%;
  border: 2px solid #262626;
  border-radius: 12px;
  padding: 30px 34px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #262626;
  background: #ffae80;
}

@media (max-width: 1440px) {
  .learn__wrap-flex {
    width: 30%;
  }
}
@media (max-width: 1140px) {
  .header {
    width: 100%;
  }
  .header__novbar-menu {
    width: 100%;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .header__menu-item {
    width: 100%;
    flex-direction: column;
    border: none;
  }
  .header__item-list {
    width: 100%;
    height: 20%;
    text-align: center;
    border: none;
    background: #ff8d4d;
  }
  .header__menu-btn {
    width: 100%;
    height: 20%;
    text-align: center;
    border: none;
    background: #ff8d4d;
  }
  .header__novbar-burger {
    width: 88px;
    height: 62px;
    border-left: 2px solid #262626;
    padding: 16px 30px;
    background: #ffefe5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    z-index: 4;
  }
  .header__novbar-burger span {
    width: 21px;
    height: 2px;
    background: #262626;
  }
  .learn__wrap-flex {
    width: 47%;
  }
  .gallery__sartyrofka-button {
    margin-bottom: 150px;
  }
  .gallery__sartyrofka-body {
    gap: 150px;
  }
}
@media (max-width: 955px) {
  .hero__content {
    gap: 40px;
  }
  .hero__content-bg {
    width: 100%;
  }
  .hero__content-info {
    width: 100%;
  }
  .advantages__wrap-flex {
    flex: 0 1 48%;
  }
  .reviews .swiper-button-next,
  .reviews .swiper-button-prev {
    display: none;
  }
  .question__wrap-flex {
    flex: 0 1 100%;
  }
  .pages__wrap-flex {
    width: 100%;
  }
  .footer__content {
    padding: 30px;
  }
  .footer__content-banner {
    flex-direction: column;
    gap: 20px;
  }
  .footer__top-left, .footer__left-socil, .footer__top-menu {
    width: 100%;
  }
  .footer__content-top {
    flex-direction: column;
    gap: 40px 0;
  }
  .footer__top-menu {
    flex-direction: column;
  }
  .banner__content-info {
    flex-direction: column;
    gap: 20px;
  }
  .banner__info-left, .banner__info-right {
    text-align: center;
    width: 100%;
  }
  .visions__wrap-flex {
    flex: 0 1 100%;
  }
  .achievements .swiper-btn {
    display: none;
  }
  .progress__table-column {
    align-items: start;
    flex-direction: column;
  }
  .progress__numeber-bg {
    width: 60px;
    height: 60px;
  }
  .teachers__wrap-flex {
    flex: 0 1 100%;
  }
  .features__content-wrap {
    gap: 100px 0;
  }
  .features__wrao-flex {
    flex: 0 1 100%;
  }
  .learn__wrap-flex {
    width: 100%;
  }
  .gallery__button-btn {
    width: 47%;
  }
  .process__wrap-flex {
    flex: 0 1 100%;
  }
  .process__flex-number {
    margin: 0 auto 51px auto;
  }
  .possibilities__table-header, .possibilities__table-subbody {
    overflow: scroll;
  }
  .celebrations__wrap-flex {
    width: 100%;
  }
  .contact__form-row {
    flex-direction: column;
  }
}
@media (max-width: 825px) {
  .subtitle {
    max-width: 100%;
  }
  .gallery__button-btn {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .advantages__wrap-flex {
    flex: 0 1 100%;
  }
}/*# sourceMappingURL=style.css.map */