@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}


/* Reset and base styles  */
* {
	padding: 0px;
	margin: 0px;
	border: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Links */

a, a:link, a:visited  {
    text-decoration: none;
}

a:hover  {
    text-decoration: none;
}

/* Common */

aside, nav, footer, header, section, main {
	display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
	font-weight: inherit;
}

ul, ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

img, svg {
	max-width: 100%;
	height: auto;
}

address {
  font-style: normal;
}

/* Form */

input, textarea, button, select {
	font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
	display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

legend {
	display: block;
}

:root {
  --container-width: 1247px;
  --container-padding: 15px;

  --font-main: 'TT Norms', sans-serif;

  --page-bg: #fff;
  --text-color: #000;
  --accent: #f1d851;
  --link-color: #f9e050;
  --bg-color: #27326a;
  --header-bg: rgba(20, 20, 25, 0.9);
  --promo-block:rgba(20, 20, 25, 0.52);
  --footer-bg:rgba(39, 50, 106, 0.2);
  --main-bg:#0F1014;
  --module-bg:rgba(44, 44, 44, 1);
  --study-text:#28316C;

}



html {
  scroll-behavior: smooth;
  background-color: rgb(39, 39, 39);
}

body {
  background-color: var(--page-bg);
  color: var(--text-color);
  font-family: var(--font-main);
}

img {
  display: block;
}

a {
  color: var(--page-bg);
}

code {
  background-color: #e9f1f6;
  padding: 0.2rem;
  border-radius: 4px;
}

pre.code {
  overflow-x: auto;
  background-color: #e9f1f6;
  padding: 1rem;
  border-radius: 4px;
}

section {
  overflow: hidden;
  position: relative;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--link-color);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--link-color);
}

/* Контейнеры */
.container {
	margin: 0 auto;
	padding: 0 var(--container-padding);

	max-width: var(--container-width);
	width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.page {
  height: 100%;
  font-size: 14px;
  font-family: 'TT Norms', sans-serif;
  line-height: 18px;
}

.page__body {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  background-color: var(--main-bg);
  color: #fff;
}

.page-main {
  flex-grow: 1;
}

.footer {
  margin-top: auto;
}

.footer {
  padding: 60px 0;
  background-color: #e3e3e3;
}


.title {
  font-size: 46px;
  line-height: 50px;
  font-weight: 500;
  font-family: var(--font-main);
}

.title-1 {
  font-size: 50px;
  line-height: 51px;
  font-weight: 800;
  font-family: var(--font-main);
  color: var(--page-bg);
}

.title-2 {
  font-size: 40px;
  line-height: 56px;
  font-weight: 500;
  font-family: var(--font-main);
  color: var(--page-bg);
}

.title-3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  font-family: var(--font-main);
}

.title-4 {
  font-size: 28px;
  line-height: 100%;
  font-weight: 400;
  font-family: var(--font-main);
}

.faq-title {
  font-size: 24px;
  line-height: 100%;
  font-weight: 500;
  font-family: var(--font-main);
}

.text {
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  font-family: var(--font-main);
  color: var(--study-text);
}

.text-2 {
  font-size: 16px;
  line-height: 120%;
  font-weight: 300;
  font-family: var(--font-main);
}

.text-3 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  font-family: var(--font-main);
}

.advantage__text {
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
  font-family: var(--font-main);
}

.promo__text {
  font-size: 36px;
  line-height: 100%;
  font-weight: 300;
  font-family: var(--font-main);
  color: var(--page-bg);
}

.promo__text-two {
  font-size: 20px;
  line-height: 112%;
  font-weight: 300;
  font-family: var(--font-main);
  color: var(--page-bg);
}

.promo-experience__title {
  font-size: 39px;
  line-height: 100%;
  font-weight: 500;
  font-family: var(--font-main);
  color: var(--link-color);
}

.range__text {
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
  font-family: var(--font-main);
  color: var(--page-bg);
}

.faq-text {
  font-size: 16px;
  line-height: 124%;
  font-weight: 300;
  font-family: var(--font-main);
  color: var(--page-bg);
}

.range__text strong {
  font-weight: 700;
}

.technolog__text {
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  font-family: var(--font-main);
  color: var(--text-color);
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  color: var(--text-color);
  background-color: var(--link-color);
  border-radius: 40px;
  padding: 16px 5px;
  transition: 0.4s linear;
  cursor: pointer;
}

.btn:focus,
.btn:hover,
.btn:active {
  box-shadow: 0 0 20px var(--link-color);
}

.text-white {
  color: var(--page-bg);
}

.text-yellow {
  color: var(--accent);
}

.text-center {
  text-align: center;
}

.header-btn {
  max-width: 178px;
  width: 100%;
}

.promo__btn {
  width: 100%;
}

.modal-form__btn {
  max-width: 178px;
  width: 100%;
}

.prog-btn {
  margin-top: auto;
}

/* Nav Icon */
.mobile-nav-btn {
  --time: 0.1s;

  --width: 40px;
  --height: 30px;

  --line-height: 4px;
  --spacing: 6px;

  --color: #000;
  --radius: 4px;

  /* Fixed height and width */
  /* height: var(--height); */
  /* width: var(--width); */

  /* Dynamic height and width */
  height: calc(var(--line-height) * 3 + var(--spacing) * 2);
  width: var(--width);

  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-icon {
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--link-color);
  border-radius: var(--radius);
}

.nav-icon::before,
.nav-icon::after {
  content: "";
  display: block;

  position: absolute;
  left: 0;

  width: var(--width);
  height: var(--line-height);

  border-radius: var(--radius);
  background-color: var(--link-color);
  transition: transform var(--time) ease-in, top var(--time) linear var(--time);
}

.nav-icon::before {
  /* top: calc(var(--line-height) * -2); */
  top: calc(-1 * (var(--line-height) + var(--spacing)));
}

.nav-icon::after {
  /* top: calc(var(--line-height) * 2); */
  top: calc(var(--line-height) + var(--spacing));
}

.nav-icon.nav-icon--active {
  background-color: transparent;
}

.nav-icon.nav-icon--active::before,
.nav-icon.nav-icon--active::after {
  top: 0;
  transition: top var(--time) linear, transform var(--time) ease-in var(--time);
}

.nav-icon.nav-icon--active::before {
  transform: rotate(45deg);
}

.nav-icon.nav-icon--active::after {
  transform: rotate(-45deg);
}

/* Layout */

.mobile-nav-btn {
  z-index: 999;
  display: none;
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 0 40px;
  border-radius: 40px;
  border: 1px solid var(--link-color);
  transition: 0.4s linear;
}

.nav__list:focus,
.nav__list:hover,
.nav__list:active {
  box-shadow: 0 0 20px var(--link-color);
}

.nav__list a {
  display: block;
  font-size: 15px;
  line-height: 100%;
  font-weight: 300;
  font-family: var(--font-main);
  color: var(--page-bg);
  transition: 0.4s linear;
  padding: 12px 0;
}

.nav__list a:focus,
.nav__list a:hover,
.nav__list a:active {
  color: var(--link-color);
}

.page-header {
  min-width: 320px;
  margin-top: 34px;
}

.header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 80;
  transition: 0.2s linear;
}

.header__row {
  background-color: rgba(20, 20, 25, 0.5);
  backdrop-filter: blur(33px);
  border-radius: 40px;
  display: flex;
  gap: 140px;
  align-items: center;
}

.header__nav-inner {
  flex-grow: 1;
  display: flex;
  gap: 72px;
  align-items: center;
  padding-left: 19px;
}

.logo {
  width: 116px;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 370px;
  width: 100%;
}

.header-contact__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  width: 100%;
}

.header-contact__list {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-contact__link {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--link-color);
  transition: 0.4s linear;
}

.header-contact__link:focus,
.header-contact__link:hover,
.header-contact__link:active {
  box-shadow: 0 0 20px var(--link-color);
}

.mobile-nav {
  position: fixed;
  // top: 0;
  top: 0;
  left: -110%;
  width: 80%;
  height: 100%;
  z-index: 99;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
  padding: 50px 10px 40px 40px;
  background: var(--header-bg);
  transition: all 0.4s ease-in;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
}

.mobile-nav--open {
  left: 0;
}

.mobile-nav__list {
  display: flex;
  flex-direction: column;
}

.mobile-nav__list a {
  display: block;
  padding: 15px 0;
  font-family: var(--font-main);
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
  color: var(--link-color);
  transition: 0.4s linear;
  width: 100%;
}

.mobile-nav__list a:hover,
.mobile-nav__list a:focus,
.mobile-nav__list a:active {
  color: var(--page-bg);
}

.menu__close {
  display: none;
}

.mobile-nav .header-contact__list {
  display: none;
}

.footer {
  position: relative;
  background-color: var(--main-bg);
  backdrop-filter: blur(33.3px);
  padding: 80px 0 30px 0;
  z-index: 3;
}

.footer::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--footer-bg);
  backdrop-filter: blur(33px);
  z-index: 1;
}

.footer::before{
	position: absolute;
  content: "";
  top: -3px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  max-width: 800px;
  width: 100%;
  height: 3px;
  background: url(/storage/app/media/svg/slide-line.svg) no-repeat;
  background-size: cover;
  background-position: center;
}

.page-footer .container {
  position: relative;
  z-index: 10;
}

.footer__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
.logo-block {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 54px;
  max-width: 417px;
  width: 100%;
}

.footer__logo {
  width: 176px;
  height: 44px;
  object-fit: cover;
}

.footer-logo__info {
  display: flex;
  gap: 20px;
}
.footer-text__two {
	position: relative;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  font-family: var(--font-main);
  color: var(--page-bg);
}

.footer-logo__info .footer-text__two:nth-child(1)::after{
	position: absolute;
	content: '';
	top: 0;
	right: -10px;
	height: 100%;
	width: 1px;
	background-color: var(--page-bg);
}

.footer__info {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 619px;
  width: 100%;
}

.footer__nav {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 43px;
}
.footer__text {
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  font-family: var(--font-main);
  color: var(--page-bg);
}

.footer__link {
  transition: 0.4s linear;
}

.footer__link:focus,
.footer__link:hover,
.footer__link:active {
  color: var(--link-color);
}

.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer__link{
	display: flex;
  align-items: center;
  gap: 20px;
  transition: 0.4s linear;
}

.footer__link-img {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--link-color);
  transition: 0.4s linear;
}

.footer__link:focus .footer__link-img,
.footer__link:hover .footer__link-img,
.footer__link:active .footer__link-img{
	box-shadow: 0 0 20px var(--link-color);
}

.footer__social-link:focus,
.footer__social-link:hover,
.footer__social-link:active {
  box-shadow: 0 0 20px var(--link-color);
}

.footer__social-list {
  display: flex;
  gap: 20px;
}

.footer__copyright,
.footer__social-logo{
	display: block;
}

.footer-logo__info-2{
		display:flex;
		align-items:center;
		gap:20px;
	}
		
	
	.footer-logo__info-2 .footer-text__two:nth-child(1)::after{
		position: absolute;
		content: '';
		top: 0;
		right: -10px;
		height: 100%;
		width: 1px;
		background-color: var(--page-bg);
	}


.pagination .swiper-pagination-bullet {
  width: 7px;
  height: 9px;
  background-color: var(--background-pagination);
  opacity: 0.5;
  border-radius: 0;
  transition: all 0.3s ease;
}

.pagination .swiper-pagination-bullet-active {
  background-color: var(--text-color);
  opacity: 1;
  height: 15px;
  transform: scale(1.2);
}

.advantages__inner .pagination .swiper-pagination-bullet-active {
  height: 24px;
}

.slider-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d8d8d8;
  position: absolute;
  z-index: 50;
  cursor: pointer;
  transition: 0.5s linear;
}

.slider-arrow:focus,
.slider-arrow:hover,
.slider-arrow:active {
  background-color: var(--text-color);
}

.button-prev {
  left: -50px;
  transform: translateY(-50%) rotate(180deg);
}

.button-next {
  right: -50px;
}

.advantages__inner .swiper-pagination {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 50%;
  left: auto;
  right: -52px !important;
  transform: translateY(-50%);
  z-index: 10;
}

.park__block .swiper-pagination {
  bottom: -50px !important;
}

.partners__block .swiper-pagination {
  bottom: -50px !important;
}

.certificates .swiper-pagination {
  bottom: -50px !important;
}

.promo {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.promo__wrapper {
  min-width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

/* // .promo__wrapper::after {
//   position: absolute;
//   content: "";
//   top: 0;
//   left: 0;
//   width: 100%;
//   height: 100%;
//   background-color: rgba(0, 0, 0, 0.5);
//   z-index: 0;
// } */

.banner {
  height: 100vh;
}

.banner__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo__block {
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding-bottom: 85px;
}

.promo__inner {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  gap: 40px;
}

.promo__logo {
  margin-bottom: 20px;
}

.promo__bottom {
  margin-bottom: 50px;
}

.promo__info {
  display: flex;
  flex-direction: column;
  gap: 26px;
  max-width: 801px;
  width: 100%;
}

.promo__info-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.promo__info-top .promo__text{
	margin-bottom: 30px;
}

.promo__info-form {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.promo__form {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 44px 51px;
  border: 1px solid var(--link-color);
  border-radius: 15px;
  backdrop-filter: blur(26px);
  background-color: var(--promo-block);
}

.promo__form-inner {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%
}

.label-form {
  width: 100%;
}

.promo-input {
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  font-family: var(--font-main);
  color: var(--page-bg);
  border-bottom: 1px solid var(--page-bg);
  padding-bottom: 5px;
  transition: 0.4s linear;
}

.promo-input:focus,
.promo-input:hover,
.promo-input:active {
  color: var(--link-color);
  border-bottom: 1px solid var(--link-color);
}

.promo-input::placeholder {
  color: var(--page-bg);
}

.promo-experience {
  border: 1px solid var(--link-color);
  border-radius: 15px;
  backdrop-filter: blur(26px);
  background-color: var(--promo-block);
  padding: 28px;
  max-width: 178px;
  width: 100%;
}

.promo-experience__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.promo-experience__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.promo-experience__item:not(:last-child) {
  border-bottom: 1px solid var(--link-color);
  padding-bottom: 30px;
}

.promo-laptop {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 7
}

.promo-laptop__container {
  position: relative;
}

.promo-laptop__img {
  position: absolute;
  right: -20px;
  bottom: 0;
  object-fit: cover;
  pointer-events: none;
}

.circles {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.tex{
	position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  height: 100%;
}

.circle-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.circle-2 {
  position: absolute;
  top: 0;
  right: 0;
}

.circle-3 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.range {
  position: relative;
  min-width: 320px;
  padding: 40px 0 60px 0;
}

.range::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--footer-bg);
  backdrop-filter: blur(33px);
  z-index: 1;
}

.range-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}

.range-img {
  position: relative;
  max-width: 592px;
  width: 100%;
  z-index: 3;
}

.range-img img {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.range__line {
  position: absolute;
  left: 70%;
  top: 40%;
  height: 3px;
  width: 796px;
  z-index: 1;
}

.range__line img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.range__info {
  display: flex;
  flex-direction: column;
  gap: 81px;
  max-width: 489px;
  width: 100%;
}

.offer {
  padding: 80px 0;
  min-width: 320px;
  position: relative;
}

.offer__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 50px;
  z-index: 7;
}

.offer-top {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.offer-card {
  position: relative;
}

.offer__list {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
.offer__item {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  border: 1px solid var(--link-color);
}

.offer__item:nth-child(1) {
  background: radial-gradient(
    circle 150px at center left,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
}

.offer__item:nth-child(2) {
  background: radial-gradient(
    circle 400px at top center,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
}

.offer__item:nth-child(3) {
  background: radial-gradient(
    circle 250px at bottom right,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
}

.offer__item-img {
  height: 230px;
}

.offer__item-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.offer__item-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 31px 27px 31px;
}

.offer-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.circle-4 {
  position: absolute;
  top: 0;
  left: 0;
}

.circle-5 {
  position: absolute;
  top: -20%;
  right: -6%;
}

.prog {
  position: relative;
  min-width: 320px;
  padding: 80px 0 80px 0;
}

.prog::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--footer-bg);
  backdrop-filter: blur(33px);
  z-index: 1;
}

.prog__wrapper {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.prog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.prog__item {
  position: relative;
  display: flex;
  flex-direction: column;
  background: radial-gradient(
    circle 270px at center right,
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0)
  );
  border-radius: 15px;
  border: 1px solid var(--page-bg);
  padding: 50px 17px 36px 17px;
}
.prog__item-module {
  position: absolute;
  top: -4%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 5px;
  max-width: 130px;
  width: 100%;
  border-radius: 15px;
  border: 1px solid var(--link-color);
  background-color: var(--module-bg);
  z-index: 1;
}
.prog__item-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.prog__item-top-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.prog__item-marker-list {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 5px;
  padding: 38px 0 68px 0;
}
.prog__item--marker-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background-color: var(--module-bg);
  padding: 7px 16px;
  border-radius: 15px;
}

.sliders-logo {
  min-width: 320px;
  padding: 60px 0 80px 0;
}

.sliders-logo__wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.partners__block {
  position: relative;
  padding: 30px 0;
}

.partners__block::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 800px;
  width: 100%;
  height: 3px;
  background: url("/storage/app/media/svg/slide-line.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.partners__block::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  max-width: 800px;
  width: 100%;
  height: 3px;
  background: url("/storage/app/media/svg/slide-line.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.partners__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 27px;
}

.partners__link-2{
	display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.partners__link img {
	width: 120px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.partners__link-2 img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.study {
  min-width: 320px;
  padding: 60px 0 80px 0;
  position: relative;
}

.study::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--footer-bg);
  backdrop-filter: blur(33px);
  z-index: 1;
}

.study__wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
  z-index: 3;
}

.study__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
.study__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 38px;
  padding: 36px 15px;
  border-radius: 15px;
  background-color: var(--link-color);
  min-height: 254px;
}
.study-icon {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.study-icon img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.advantage {
  position: relative;
  min-width: 320px;
  padding: 60px 0 192px 0;
  z-index: 5;
}

.advantage::after{
	position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  max-width: 800px;
  width: 100%;
  height: 3px;
  background: url(/storage/app/media/svg/slide-line.svg) no-repeat;
  background-size: cover;
  background-position: center;
}

.advantage__wrapper {
	position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 112px;
  z-index: 10;
}

.advantage__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.advantage__img {
  position: absolute;
  object-fit: cover;
  width: 707px;
  height: 518px;
  /* max-width: 707px; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.advantage__card {
	display: flex;
	justify-content: space-between;
	gap: 20px;
  width: 100%;
  z-index: 4;
}

.advantage__list {
  display: grid;
  grid-template-columns: minmax(200px, 390px);
  gap: 20px;
}

.advantage__list-2 {
  display: grid;
  grid-template-columns: minmax(200px, 390px);
  gap: 20px;
}

.advantage__item {
  display: flex;
  align-items: center;
  padding: 22px 20px;
  gap: 14px;
  border: 1px solid var(--link-color);
  border-radius: 15px;
  backdrop-filter: blur(26px);
  background-color: var(--promo-block);
}

.advantage__num {
  flex: 0 0 48px;
  font-size: 24px;
  line-height: 100%;
  font-weight: 500;
  font-family: var(--font-main);
  color: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--link-color);
}

.advantage__circles {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.circle-6 {
  position: absolute;
  top: 12%;
  left: 0;
  width: 652px;
  height: 370px;
  object-fit: cover;
}
.circle-7 {
  position: absolute;
  bottom: 0%;
  right: 0;
  width: 533px;
  height: 302px;
  object-fit: cover;
}

.education {
  min-width: 320px;
  padding: 60px 0 60px 0;
}

.education__wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.education__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.education__item {
  display: flex;
  flex-direction: column;
  gap: 13px;
  position: relative;
  padding: 20px 60px 30px 30px;
}

.education__item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background-color: var(--link-color);
}

.education__item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(243, 219, 81, 0.3),
    rgba(6, 126, 181, 0)
  );
  z-index: 3;
  pointer-events: none;
}

.education__item-top {
  display: flex;
  gap: 5px;
  align-items: center;
}
.education__num {
  flex: 0 0 40px;
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  font-family: var(--font-main);
  color: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--link-color);
}

.form-main {
  position: relative;
  min-width: 320px;
  padding: 60px 0 60px 0;
}

.form-main__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 50px 72px 72px 60px;
  overflow: hidden;
  z-index: 10;
}

.form-main__wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.9));
  z-index: 3;
  pointer-events: none;
  border-radius: 15px;
}

.form__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 15px;
}
.form-main__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 611px;
  width: 100%;
  position: relative;
  z-index: 10;
}

.form__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.form-input {
  width: 100%;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  font-family: var(--font-main);
  color: var(--page-bg);
  border: 1px solid var(--link-color);
  padding: 16px 20px;
  transition: 0.4s linear;
  border-radius: 50px;
}

.form-input:focus,
.form-input:hover,
.form-input:active {
  color: var(--link-color);
  border: 1px solid var(--page-bg);
}

.form-input::placeholder {
  color: var(--page-bg);
}

.form-circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.circle-8 {
  position: absolute;
  top: -10%;
  right: 0;
  width: 652px;
  height: 370px;
}
.circle-9 {
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 685px;
  height: 370px;
  object-fit: cover;
}

.about {
  min-width: 320px;
  padding: 60px 0;
  position: relative;
}

.about__wrapper {
  display: flex;
  flex-direction: column;
  gap: 84px;
  position: relative;
  z-index: 4;
}
.about__inner {
  display: grid;
  grid-template-columns: 1.3fr 1.5fr;
  justify-content: space-between;
  align-items: center;
  gap: 136px;
}

.about__inner:nth-child(even) {
  direction: rtl;
}

.about__inner:nth-child(even) > * {
  direction: ltr;
}

.home-about__img {
  border-radius: 15px;
}

.about__img img {
  object-fit: cover;
  border-radius: 15px;
}

.about__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about__info-inner {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.about__text {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.circle-10 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 480px;
  height: 480px;
}

.technolog {
  min-width: 320px;
  padding: 60px 0;
}
.technolog__wrapper {
  display: flex;
  flex-direction: column;
  gap: 42px;
  margin-bottom: 42px;
}

.technolog__card {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .technolog__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
} */
.technolog__item {
  border-radius: 40px;
  background-color: var(--link-color);
  padding: 14px 26px;
}

.faq {
  min-width: 320px;
  padding: 60px 0;
}

.faq__wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
  z-index: 3;
}
.faq__top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq__item {
  display: flex;
  flex-direction: column;
  padding: 11px 40px;
  border: 1px solid var(--page-bg);
  border-radius: 15px;
  background-color: rgba(39, 50, 106, 0.2);
}
.faq__item-top {
  display: flex;
  align-items: center;
  gap: 50px;
  cursor: pointer;
}

.faq__item-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-grow: 1;
}

.plus {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: var(--link-color);
  border-radius: 50%;
  flex: 0 0 40px;
  transition: 0.4s linear;
}

.plus::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 3px;
  background-color: var(--text-color);
}

.plus::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  height: 20px;
  background-color: var(--text-color);
  transition: 0.4s linear;
}

.faq__item:focus .plus,
.faq__item:hover .plus,
.faq__item:active .plus {
  box-shadow: 0 0 20px var(--link-color);
}

.faq__item-top-active .plus::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-hidden {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-hidden-show {
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
  padding-top: 10px;
}

.circle-11 {
  position: absolute;
  top: 0;
  left: 18%;
  width: 638px;
  height: 638px;
  object-fit: cover;
  z-index: 1;
}

.no-scroll {
  overflow: hidden;
}

.modal {
  position: fixed;
  width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: 400;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s ease;
}

.modal-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 399;
  background-color: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
}

.modal__active {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.modal__active-bg {
  visibility: visible;
  opacity: 1;
}

.modal__wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: var(--bg-color);
  z-index: 1;
  border-radius: 25px;
  padding: 40px;
}

.modal__form {
  width: 100%;
}

.modal__top {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 26px;
}

.modal-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}

.modal-form__top-inner {
  display: flex;
  gap: 15px;
}

.modal-form__top {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.modal-label {
  width: 100%;
}

.modal-label .modal-input {
  width: 100%;
}

.modal-label input::placeholder {
  color: var(--page-bg);
}

.modal__btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  transform: rotate(0deg);
  transition: transform 0.5s ease;
}

.modal__btn:hover {
  transform: rotate(25deg);
}

.modal-label .modal__input {
  color: var(--page-bg);
  border: 1px solid var(--link-color);
  border-radius: 15px;
  padding: 13px 14px;
  width: 100%;
}

.modal__inner textarea {
  color: var(--page-bg);
  border: 1px solid var(--link-color);
  border-radius: 15px;
  padding: 13px 14px;
  width: 100%;
}

.modal-label input::placeholder {
  color: var(--page-bg);
}

.modal__inner textarea::placeholder {
  color: var(--page-bg);
}

.modal-label input:focus,
.modal-label input:active {
  border: 1px solid var(--link-color);
  outline: none;
}

.modal__inner textarea:focus,
.modal__inner textarea:active {
  border: 1px solid var(--link-color);
  outline: none;
}

.modal-review {
  outline: none;
  resize: none;
  height: 99px;
  width: 100%;
}

.form__success {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.form__success .alert-success {
  width: 500px;
  background-color: white;
  padding: 20px;
  position: relative;
  border-radius: 15px;
}

.form__success .alert-success button {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 19px;
  line-height: 23px;
  color: #151515;
  background: url("/storage/app/media/svg/close-success-2.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.form__success .alert-success button span {
  visibility: hidden;
}

.form__success .alert-success p {
  font-size: 19px;
  line-height: 23px;
  color: #151515;
}
