.header {
  position: fixed;
  width: 100%;
  top: 0;
  height: 132px;
  overflow: hidden;
  background: transparent;
  transform: translateY(0);
  transition: transform 0.4s ease, background-color 0.3s ease;
  z-index: 9;
}
.header-container {
  max-width: 1440px;
  margin-inline: auto;
  padding: 0 36px;
  display: flex;
  align-items: center;
}
.header .container {
  margin: 0;
}
.header-logo {
  width: 77px;
  height: 77px;
  margin-right: 34px;
  padding: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 6px 25px 6px;
  background: var(--accent-color);
}
.header-logo img {
  width: 24px;
  height: 25px;
}
.header-wrapper {
  padding-top: 36px;
  padding-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
}
.header-box {
  height: 62px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  color: var(--light-color);
  backdrop-filter: blur(62.2000007629px);
  background: rgba(255, 255, 255, 0.01);
}
.header-box:nth-of-type(1) {
  display: flex;
  align-items: center;
  gap: 36px;
}
.header-box:nth-of-type(1) span {
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.header-box:nth-of-type(1) span:nth-of-type(2) {
  gap: 8px;
}
.header-box:nth-of-type(2) {
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
}
.header-nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 132px;
  display: flex;
  align-items: center;
  background: var(--accent-color);
  border-radius: 0 0 30px 30px;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}
.header-nav--active {
  transform: translateY(0);
}
.header-nav .container {
  width: 100%;
  margin-inline: auto;
}
.header-nav {
  z-index: 8;
}
.header-nav__list {
  display: flex;
  align-items: start;
  gap: 30px;
}
.header-nav__list a {
  color: var(--light-color);
}
.header-btn {
  margin-left: auto;
  border-radius: 20px;
  width: 76px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-color);
}
.header--hidden {
  transform: translateY(-170%);
}
.header--scrolled {
  backdrop-filter: blur(62.2000007629px);
  background: rgba(255, 255, 255, 0.01);
}

.hero .container {
  width: 100%;
  position: relative;
  height: 784px;
  padding-top: 220px;
  display: flex;
  align-items: start;
  justify-content: start;
}
.hero-decor {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.hero-decor:nth-of-type(2) {
  width: 490px;
  height: 651px;
  right: -30px;
  bottom: 0px;
  background-image: url("../images/hero.png");
  z-index: 1;
}
.hero-decor:nth-of-type(3) {
  top: 0;
  right: -260px;
  width: 922px;
  height: 922px;
  border-radius: 100%;
  background: var(--accent-color);
  filter: blur(160px);
  z-index: -1;
}
.hero-decor:nth-of-type(4) {
  bottom: -210px;
  right: -560px;
  width: 1248px;
  height: 308px;
  border-radius: 100%;
  background: #000;
  filter: blur(40px);
  z-index: 2;
}
.hero-decor:nth-of-type(5) {
  width: 770px;
  height: 740px;
  top: -340px;
  right: -124px;
  background-image: url("../images/abstract-form-illustration.png");
  transform: rotate(-20deg);
  z-index: -1;
}
.hero-wrapper {
  width: 100%;
  max-width: 724px;
  position: relative;
  padding-top: 92px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 40px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.01);
  z-index: 3;
}
.hero-title {
  font-weight: 800;
  font-size: 48px;
  line-height: 106%;
  color: var(--light-color);
}
.hero-text {
  margin-top: 18px;
  padding-left: 46px;
  padding-top: 12px;
  max-width: 532px;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 22px;
  line-height: 105%;
  color: var(--light-color);
  background-repeat: no-repeat;
  background-size: 38px;
  background-position: top left;
  background-image: url("../images/icons/tabler_user-shield.svg");
}
.hero-btn {
  margin-top: 50px;
}

.about {
  position: relative;
  z-index: 3;
}
.about-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.about-disc {
  max-width: 532px;
  text-align: center;
  font-size: 14px;
}
.about-list {
  width: 100%;
  max-width: 782px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  flex-wrap: wrap;
}
.about-list__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 20px 26px;
  backdrop-filter: blur(62.2000007629px);
  background: rgba(255, 255, 255, 0.01);
}
.about-list__item h3 {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 600;
  font-size: 18px;
  line-height: 128%;
}
.about-list__item h3 span {
  display: flex;
  width: 100%;
  max-width: 54px;
  height: 54px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/icons/chat-done.png");
  background-color: var(--accent-color);
}
.about-decor {
  position: absolute;
  width: 612px;
  height: 612px;
  bottom: -170px;
  left: -720px;
  border-radius: 100%;
  background: var(--accent-color);
  filter: blur(300px);
}

.program {
  padding-top: 74px;
  position: relative;
}
.program:has(.is-collapsed)::after {
  position: absolute;
  content: "";
  width: 3000px;
  height: 400px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -120px;
  background: #000;
  filter: blur(40px);
  border-radius: 100%;
  z-index: 1;
}
.program:has(.is-collapsed) .program-btn img {
  transform: rotate(180deg);
}
.program .container {
  position: relative;
}
.program .container::after, .program .container::before {
  position: absolute;
  content: "";
}
.program .container::before {
  width: 300px;
  height: 300px;
  top: -140px;
  right: -300px;
  background: var(--accent-color);
  filter: blur(200px);
  z-index: -1;
}
.program .container::after {
  width: 514px;
  height: 492px;
  top: -130px;
  right: -380px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/images/abstract-form-illustration.png);
  filter: blur(5px);
  transform: rotate(-22deg);
  z-index: -1;
}
.program-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.program-list {
  overflow: hidden;
  transition: max-height 0.5s ease;
  width: 100%;
  margin-top: 48px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-self: center;
  margin-inline: auto;
  gap: 30px;
}
.program-list .is-collapsed {
  max-height: 200px;
  position: relative;
}
.program-list__item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 30px;
}
.program-list__item h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
}
.program-list__item ol {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 30px;
}
.program-list__item ol li {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
  border: 2px solid #2433db;
  border-radius: 20px;
  padding: 18px 22px;
  backdrop-filter: blur(62.2000007629px);
  overflow: hidden;
}
.program-list__item ol li h4 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: 128%;
}
.program-list__item ol li h4 span {
  width: 100%;
  max-width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--accent-color);
}
.program-list__item ol li::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  top: -30px;
  left: -30px;
  background-repeat: no-repeat;
  background: var(--accent-color);
  filter: blur(26px);
}
.program-list__item ol li::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
.program-list__item ol li[data-step="1"] h4 {
  max-width: 284px;
}
.program-list__item ol li[data-step="1"] p {
  max-width: 350px;
}
.program-list__item ol li[data-step="1"]::before {
  width: 230px;
  height: 230px;
  bottom: -48px;
  right: -52px;
  background-image: url("../images/icons/program-step-1.png");
}
.program-list__item ol li[data-step="2"] h4 {
  max-width: 231px;
}
.program-list__item ol li[data-step="2"] p {
  max-width: 400px;
}
.program-list__item ol li[data-step="2"]::before {
  width: 270px;
  height: 270px;
  bottom: -28px;
  right: -114px;
  background-image: url("../images/icons/program-step-2.png");
}
.program-list__item ol li[data-step="3"] h4 {
  max-width: 280px;
}
.program-list__item ol li[data-step="3"] p {
  max-width: 270px;
}
.program-list__item ol li[data-step="3"]::before {
  width: 220px;
  height: 220px;
  bottom: -20px;
  right: 0px;
  background-image: url("../images/icons/program-step-3.png");
}
.program-list__item ol li[data-step="4"] h4 {
  max-width: 280px;
}
.program-list__item ol li[data-step="4"] p {
  max-width: 292px;
}
.program-list__item ol li[data-step="4"]::before {
  width: 280px;
  height: 280px;
  bottom: -70px;
  right: -50px;
  background-image: url("../images/icons/program-step-4.png");
}
.program-list__item ol li[data-step="5"] {
  grid-column: 2 span;
}
.program-list__item ol li[data-step="5"] h4 {
  max-width: 600px;
}
.program-list__item ol li[data-step="5"] p {
  max-width: 688px;
}
.program-list__item ol li[data-step="5"]::before {
  width: 196px;
  height: 184px;
  bottom: -40px;
  right: 100px;
  background-image: url("../images/icons/program-step-5.png");
  transform: rotate(-18deg);
}
.program-list__item ol li[data-step="6"] h4 {
  max-width: 600px;
}
.program-list__item ol li[data-step="6"] p {
  max-width: 688px;
}
.program-list__item ol li[data-step="6"] {
  grid-column: 2 span;
}
.program-list__item ol li[data-step="6"]::before {
  width: 232px;
  height: 247px;
  bottom: -40px;
  right: 100px;
  background-image: url("../images/icons/program-step-6.png");
}
.program-list__item ol li[data-step="7"] h4 {
  max-width: 600px;
}
.program-list__item ol li[data-step="7"] p {
  max-width: 300px;
}
.program-list__item ol li[data-step="7"]::before {
  width: 230px;
  height: 230px;
  bottom: -30px;
  right: -20px;
  background-image: url("../images/icons/program-step-7.png");
}
.program-list__item ol li[data-step="8"] h4 {
  max-width: 600px;
}
.program-list__item ol li[data-step="8"] p {
  max-width: 270px;
}
.program-list__item ol li[data-step="8"]::before {
  width: 210px;
  height: 210px;
  bottom: -58px;
  right: 0px;
  background-image: url("../images/icons/program-step-8.png");
}
.program-list__item ol li[data-step="9"] h4 {
  max-width: 400px;
}
.program-list__item ol li[data-step="9"] p {
  max-width: 270px;
}
.program-list__item ol li[data-step="9"]::before {
  width: 230px;
  height: 230px;
  bottom: -20px;
  right: -20px;
  background-image: url("../images/icons/program-step-9.png");
}
.program-list__item ol li[data-step="10"] h4 {
  max-width: 600px;
}
.program-list__item ol li[data-step="10"] p {
  max-width: 270px;
}
.program-list__item ol li[data-step="10"]::before {
  width: 220px;
  height: 220px;
  bottom: -64px;
  right: -50px;
  background-image: url("../images/icons/program-step-10.png");
}
.program-list__item ol li[data-step="11"] {
  grid-column: 2 span;
}
.program-list__item ol li[data-step="11"] h4 {
  max-width: 600px;
}
.program-list__item ol li[data-step="11"] p {
  max-width: 600px;
}
.program-list__item ol li[data-step="11"]::before {
  width: 180px;
  height: 201px;
  bottom: -94px;
  right: 88px;
  background-image: url("../images/icons/program-step-11.png");
  transform: rotate(18deg);
}
.program-list__item ol li[data-step="12"] h4 {
  max-width: 600px;
}
.program-list__item ol li[data-step="12"] p {
  max-width: 330px;
}
.program-list__item ol li[data-step="12"]::before {
  width: 220px;
  height: 220px;
  bottom: -74px;
  right: -34px;
  background-image: url("../images/icons/program-step-12.png");
  transform: rotate(-18deg);
}
.program-list__item ol li[data-step="13"] h4 {
  max-width: 600px;
}
.program-list__item ol li[data-step="13"] p {
  max-width: 300px;
}
.program-list__item ol li[data-step="13"]::before {
  width: 200px;
  height: 200px;
  bottom: -20px;
  right: -44px;
  background-image: url("../images/icons/program-step-13.png");
}
.program-btn {
  position: relative;
  margin-top: 30px;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 128%;
  color: var(--light-color);
  z-index: 5;
}
.program-btn img {
  transition: transform 0.3s ease;
}
.program-link {
  position: relative;
  margin-top: 50px;
  align-self: center;
  max-width: 498px;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  z-index: 5;
}
.program-decor {
  position: absolute;
  background: var(--accent-color);
  filter: blur(240px);
  z-index: -1;
}
.program-decor:nth-of-type(2) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 923px;
  height: 190px;
}
.program-decor:nth-of-type(3) {
  width: 924px;
  height: 125px;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
}
.program-decor:nth-of-type(4), .program-decor:nth-of-type(5), .program-decor:nth-of-type(6), .program-decor:nth-of-type(7), .program-decor:nth-of-type(8) {
  width: 300px;
  height: 300px;
}
.program-decor:nth-of-type(4) {
  top: 1400px;
  left: -300px;
}
.program-decor:nth-of-type(5) {
  top: 1550px;
  right: 0;
}
.program-decor:nth-of-type(6) {
  top: 1800px;
  left: -350px;
}
.program-decor:nth-of-type(7) {
  top: 190px;
  left: 80px;
}
.program-decor:nth-of-type(8) {
  top: 1900px;
  right: -400px;
}

.result {
  position: relative;
  padding-top: 40px;
  z-index: 5;
}
.result-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.result-wrapper::before, .result-wrapper::after {
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  background: var(--accent-color);
  filter: blur(300px);
  z-index: -1;
}
.result-wrapper::before {
  top: 0px;
  left: -320px;
}
.result-wrapper::after {
  top: -80px;
  right: -320px;
}
.result-list {
  width: 100%;
  max-width: 800px;
  margin-top: 76px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 20px;
}
.result-list__item {
  position: relative;
  padding: 25px;
  border: 1px solid rgba(36, 51, 219, 0.11);
  border-radius: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: var(--light-color);
}
.result-list__item span {
  display: block;
  max-width: 310px;
}
.result-list__item::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  top: -18px;
  left: 25px;
  background-repeat: no-repeat;
  background-size: contain;
}
.result-list__item:nth-of-type(1)::before {
  background-image: url("../images/icons/result-icon-1.png");
}
.result-list__item:nth-of-type(2)::before {
  background-image: url("../images/icons/result-icon-2.png");
}
.result-list__item:nth-of-type(3)::before {
  background-image: url("../images/icons/result-icon-3.png");
}
.result-list__item:nth-of-type(4)::before {
  background-image: url("../images/icons/result-icon-4.png");
}

.choose {
  padding-top: 40px;
}
.choose-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.choose-wrapper::after, .choose-wrapper::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
.choose-wrapper::after {
  width: 148px;
  height: 148px;
  top: 0px;
  right: 0;
  background-image: url("../images/icons/logo-n-blue.svg");
}
.choose-wrapper::before {
  width: 300px;
  height: 192px;
  top: 154px;
  left: 50px;
  background-image: url("../images/icons/choose-laptop-icon.png");
  z-index: 3;
}
.choose-wrapper p:nth-of-type(1) {
  margin-top: 26px;
  max-width: 500px;
}
.choose-wrapper p:nth-of-type(2) {
  margin-top: 64px;
  margin-left: auto;
  text-align: right;
  max-width: 424px;
}
.choose .gradient {
  position: relative;
  border-radius: 24px;
  height: auto;
}
.choose .gradient ::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2px;
  background: linear-gradient(135deg, #2433db 0%, rgba(19, 27, 117, 0) 63%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.choose-list {
  position: relative;
  z-index: 1;
  margin-top: 70px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 28px;
}
.choose-list::after {
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  top: -200px;
  left: 30px;
  background: var(--accent-color);
  filter: blur(260px);
  z-index: -1;
}
.choose-list__item {
  padding: 0 0 25px 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 54px;
  background-image: url(../images/icons/choose-icon.png);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 156%;
}
.choose-list__item:nth-of-type(1) span {
  max-width: 410px;
}
.choose-list__item:nth-of-type(2) span {
  max-width: 410px;
}
.choose-list__item:nth-of-type(3) {
  max-width: 580px;
}

.advantages {
  padding-top: 40px;
}
.advantages-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.advantages-wrapper::before, .advantages-wrapper::after {
  position: absolute;
  content: "";
  background: var(--accent-color);
  filter: blur(240px);
  z-index: -1;
}
.advantages-wrapper::before {
  width: 429px;
  height: 228px;
  bottom: -176px;
  left: -110px;
}
.advantages-wrapper::after {
  width: 490px;
  height: 260px;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.advantages-gradient {
  position: relative;
  border-radius: 24px;
}
.advantages-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.advantages-gradient__right::before {
  background: linear-gradient(135deg, #2433db 0%, rgba(19, 27, 117, 0) 63%);
}
.advantages-gradient__left::before {
  background: linear-gradient(80deg, rgba(19, 27, 117, 0) 0%, #2433db 100%);
}
.advantages-list {
  margin-top: 30px;
  width: 100%;
  max-width: 976px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.advantages-list h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 128%;
  color: var(--light-color);
}
.advantages-list__item {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid rgba(36, 51, 219, 0.11);
}
.advantages-list__item img {
  width: 54px;
  height: 54px;
}

.reviews {
  padding-top: 40px;
}
.reviews-gradient {
  margin-top: 40px;
  padding: 20px;
  position: relative;
  border-radius: 24px;
  height: auto;
}
.reviews-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2px;
  background: linear-gradient(120deg, #2433db 0%, rgba(19, 27, 117, 0) 78%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.reviews-slider {
  display: none;
  padding: 0 16px;
}
.reviews-slider__item {
  position: relative;
  width: 100%;
  max-width: 550px;
  margin-inline: auto;
  height: 100%;
  min-height: 211px;
  max-height: 376px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 14px;
  border-radius: 20px;
  background: transparent;
  overflow: hidden;
}
.reviews-slider__item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: top;
  background: transparent;
}
.reviews-slider__title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.reviews-slider__text {
  padding-left: 60px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 154%;
  color: var(--light-color);
}
.reviews-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: var(--accent-color);
  border-radius: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 12px;
  background-image: url("../images/icons/slider-arrow.svg");
  z-index: 9;
}
.reviews-button__prev {
  left: 0px;
  transform: translateY(-50%) rotate(180deg);
}
.reviews-button__next {
  right: 0px;
}
.reviews-desktop {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.reviews-desktop__wrapper {
  display: grid;
  gap: 10px;
}
.reviews-desktop__wrapper:nth-of-type(1) {
  grid-template-columns: repeat(4, 1fr);
}
.reviews-desktop__wrapper:nth-of-type(2) {
  grid-template-columns: repeat(3, 1fr);
}
.reviews-desktop__item {
  position: relative;
  max-height: 320px;
  overflow: hidden;
  border-radius: 30px;
}
.reviews-desktop__item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.reviews-desktop__btn {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.reviews-desktop__btn.hidden {
  opacity: 0;
  pointer-events: none;
}
.reviews-desktop__btn img {
  width: 60px;
  height: 60px;
}

.request {
  padding-top: 40px;
  padding-bottom: 50px;
}
.request .container {
  position: relative;
}
.request .container::before, .request .container::after {
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  background: var(--accent-color);
  filter: blur(260px);
  z-index: -1;
}
.request .container::before {
  top: -150px;
  left: -320px;
}
.request .container::after {
  bottom: 0;
  right: -320px;
}
.request-wrapper {
  position: relative;
  display: flex;
  align-items: start;
  gap: 50px;
}
.request-wrapper::before, .request-wrapper::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
.request-wrapper::after {
  width: 650px;
  height: 224px;
  bottom: -122px;
  left: 0;
  border-radius: 100%;
  background: #000;
  filter: blur(60px);
  z-index: 3;
}
.request-wrapper::before {
  width: 400px;
  height: 360px;
  bottom: 0;
  left: 9%;
  background-image: url("/images/request-img.png");
  z-index: 2;
}
.request-info {
  position: relative;
  width: 100%;
  max-width: 438px;
}
.request-info__wrapper {
  width: 100%;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border: 3px solid var(--accent-color);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(62px);
  backdrop-filter: blur(62px);
}
.request-info::before {
  position: absolute;
  content: "";
  width: 372px;
  height: 378px;
  top: -10px;
  left: -80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/images/request-abstract-form.png");
  z-index: -1;
}
.request-info__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 32px;
  line-height: 106%;
}
.request-info p {
  padding: 15px 25px;
  border: 2px solid #2433db;
  border-radius: 20px;
}
.request-form {
  width: 100%;
  padding: 30px 27px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: rgba(36, 50, 216, 0.08);
  border: 3px solid #2433d8;
  border-radius: 20px;
}
.request-form__title {
  max-width: 400px;
}
.request-form__price {
  display: flex;
  align-items: center;
  gap: 18px;
}
.request-form__price--old {
  position: relative;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 36px;
  line-height: 143%;
  text-align: center;
  color: var(--light-color);
}
.request-form__price--old span {
  font-size: 24px;
}
.request-form__price--old::after {
  position: absolute;
  content: "";
  top: 22px;
  left: -5%;
  width: 110%;
  height: 3px;
  background: #db3232;
  transform: rotate(7deg);
}
.request-form__price--new {
  padding: 10px 16px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 36px;
  line-height: 117%;
  border-radius: 15px;
  background: #ecf235;
  color: #030411;
}
.request-form__text {
  max-width: 370px;
  text-align: center;
}
.request-form__input {
  width: 100%;
  padding: 15px 25px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: var(--light-color);
  border: 2px solid rgba(35, 50, 216, 0.27);
  border-radius: 15px;
  background: transparent;
}
.request-form__input::placeholder {
  color: var(--light-color);
}
.request-form__input:focus {
  border: 2px solid #2332d8;
}
.request-form__btn {
  height: 85px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--light-color);
  border-radius: 20px;
  background: var(--accent-color);
  transition: transform 0.3s ease;
}
.request-form__btn:hover {
  transform: scale(0.9);
}

.faq {
  padding: 50px 0;
}
.faq-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq-list__border {
  width: 100%;
  padding: 1px;
  border: 2px solid rgba(164, 168, 217, 0.13);
  border-radius: 20px;
  background: transparent;
  transition: border 0.3s ease;
}
.faq-list__border h3,
.faq-list__border p {
  color: inherit;
}
.faq-list__border:hover {
  border: 2px solid var(--accent-color);
}
.faq-list__border:has(details[open]) {
  border: 2px solid var(--accent-color);
}
.faq-list__item {
  position: relative;
  width: 100%;
  border-radius: 20px;
  backdrop-filter: blur(35.5px);
  background: transparent;
  cursor: pointer;
}
.faq-list__item-details h3 {
  padding-right: 40px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 163%;
  color: var(--light-color);
}
.faq-list__item-details[open] + .faq-list__item-content {
  display: grid;
  grid-template-rows: 1fr;
  transition-duration: 0.6s;
}
.faq-list__item-details[open] ~ .faq-list__btn {
  transform: rotate(180deg);
  stroke: var(--light-color);
}
.faq-list__item-details[open] ~ .faq-list__btn path {
  stroke: var(--light-color);
}
.faq-list__item-text {
  padding: 0 33px 20px 20px;
  text-align: left;
}
.faq-list__item-content {
  display: grid;
  grid-template-rows: 0fr;
  transition-duration: 0.6s;
}
.faq-list__item-body {
  overflow: hidden;
}
.faq-list__item-summary {
  width: 100%;
  padding: 20px;
  color: inherit;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.faq-list__item-summary::marker {
  list-style-type: none;
  content: "";
}
.faq-list__btn {
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.4s ease-in-out;
}

.footer {
  padding-bottom: 70px;
}
.footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-rights {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  text-align: center;
  color: var(--light-color);
}
.footer-policy {
  display: flex;
  align-items: center;
  gap: 50px;
}
.footer-policy a {
  transition: color 0.3s ease;
}
.footer-policy a:hover {
  color: var(--accent-color);
}

.thanks .container {
  width: 100%;
  position: relative;
  height: 784px;
  padding-top: 220px;
  display: flex;
  align-items: start;
  justify-content: start;
}
.thanks-decor {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.thanks-decor:nth-of-type(2) {
  width: 490px;
  height: 651px;
  right: -30px;
  bottom: 0px;
  background-image: url("../images/hero.png");
  z-index: 1;
}
.thanks-decor:nth-of-type(3) {
  top: 0;
  right: -260px;
  width: 922px;
  height: 922px;
  border-radius: 100%;
  background: var(--accent-color);
  filter: blur(160px);
  z-index: -1;
}
.thanks-decor:nth-of-type(4) {
  bottom: -210px;
  right: -560px;
  width: 1248px;
  height: 308px;
  border-radius: 100%;
  background: #000;
  filter: blur(40px);
  z-index: 2;
}
.thanks-decor:nth-of-type(5) {
  width: 770px;
  height: 740px;
  top: -340px;
  right: -124px;
  background-image: url("../images/abstract-form-illustration.png");
  transform: rotate(-20deg);
  z-index: -1;
}
.thanks-wrapper {
  width: 100%;
  max-width: 724px;
  position: relative;
  padding-top: 92px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 40px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.01);
  z-index: 3;
}
.thanks-title {
  display: flex;
  flex-direction: column;
  font-weight: 800;
  font-size: 48px;
  line-height: 106%;
  color: var(--light-color);
}
.thanks-text {
  margin-top: 18px;
  padding-left: 66px;
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  color: var(--light-color);
  background-repeat: no-repeat;
  background-size: 47px;
  background-position: top left;
  background-image: url("../images/icons/hugeicons_chat-done.svg");
}
.thanks-btn {
  margin-top: 24px;
}/*# sourceMappingURL=style.css.map */