@import-normalize; /* bring in normalize.css styles */

html {
  scroll-behavior: smooth;
}

:root {
  /* Colors */
  --white: #ffffff;
  --black: #000000;
  --red: #c8003c;
  --gradient: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #c8003c 100%);

  /* Animation */
  --transition-dur-and-func: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  background-color: var(--black, #000000);
  color: var(--white, #ffffff);
  font-style: normal;
  font-family: "Nunito Sans", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-family: "Calibri", sans-serif;
}

input,
textarea,
input::placeholder,
textarea::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 100;
  outline: none;
}

main,
footer {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

a,
button {
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
}

img {
  padding: 0;
  margin: 0;
}

.hidden-element {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.container {
  width: 100%;
  min-width: 320px;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: auto;
  margin-right: auto;
}

/* MOBILE */
@media screen and (min-width: 375px) {
  .container {
    min-width: 375px;
    width: 100%;
    /* max-width: 480px; */
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width: 393px) {
  .container {
    padding-left: 26px;
    padding-right: 26px;
  }
}

/* TABLET */
@media screen and (min-width: 768px) {
  .container {
    width: 768px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* DESKTOP */
@media screen and (min-width: 1280px) {
  .container {
    width: 100%;
    min-width: 1280px;
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* FULL */
@media screen and (min-width: 1920px) {
  .container {
    width: 1920px;
    min-width: 1920px;
    max-width: 1920px;
    padding-left: 240px;
    padding-right: 240px;
  }
}

.hero-section {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0px 0px 15px 15px;
  background-image: url(./images/hero/mob-hero-gradient.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hero-section .desc-hero-list {
  display: none;
}

.hero-section .hero-img {
  min-width: 286px;
  aspect-ratio: 1/1;
  margin: 0 -16px;
  position: relative;
}

.hero-section .hero-img img {
  width: 100%;
}

.hero-section .hero-img .hero-name {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 50%;
  right: 5%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  font-weight: 200;
  line-height: 137.6%;
  text-transform: lowercase;
}

.hero-section .hero-img .hero-name span {
  font-weight: 800;
  text-transform: uppercase;
}

.hero-section .hero-course {
  position: relative;
  z-index: 2;
  margin-top: -100px;
  color: var(--red, #c8003c);
  font-size: 16px;
  font-weight: 700;
  line-height: 123.1%;
  margin-bottom: 10px;
}

.hero-section h1 {
  position: relative;
  z-index: 2;
  font-size: 33px;
  font-weight: 800;
  line-height: 37px;
  margin-bottom: 11px;
}

.hero-section .hero-dialog {
  position: relative;
  border-radius: 10px;
  background: var(--red, #c8003c);
  padding: 6px 36px;
  margin-bottom: 28px;
}

.hero-section .hero-dialog::before {
  position: absolute;
  content: url(./images/hero/polygon.svg);
  top: -15px;
  right: 20px;
  width: 15px;
  height: 15px;
  fill: var(--red, #c8003c);
}

.hero-section .hero-dialog p {
  text-align: center;
  font-size: 12px;
  line-height: 130%;
}

.hero-section .hero-dialog p span {
  font-weight: 700;
}

.hero-section .mob-hero-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.hero-section .mob-hero-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-section .mob-hero-list li strong {
  color: #c8003c;
  font-family: "Calibri", sans-serif;
  font-size: 46px;
  font-weight: 700;
}

.hero-section .mob-hero-list li strong span {
  font-size: 35px;
}

.hero-section .mob-hero-list li p {
  font-size: 15px;
  font-weight: 700;
  line-height: 126.667%;
  text-align: center;
}

.hero-section .hero-text-desc {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 126.667%;
  max-width: 235px;
  margin: 0 auto;
  margin-bottom: 28px;
}

.hero-section .hero-text-desc span {
  color: var(--red, #c8003c);
}

.hero-section .hero-tg-link {
  position: relative;
  display: block;
  width: 173.333px;
  height: 24.159px;
  border-radius: 44px;
  border: 0.58px solid #fff;
  font-family: "Inter", sans-serif;
  font-size: 8px;
  font-weight: 100;
  text-transform: lowercase;
  padding: 7px 72px 7px 8px;
  margin: 0 auto;
  background: transparent;
  transition: var(--transition-dur-and-func);
}

.hero-section .hero-tg-link::after {
  position: absolute;
  content: url(./images/hero/telegram-icon.svg);
  width: 19.174px;
  height: 19.174px;
  right: 2.68px;
  top: 50%;
  transform: translate(0, -50%);
}

.hero-section .hero-tg-link:hover,
.hero-section .hero-tg-link:focus {
  width: 173.333px;
  height: 24.159px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #c8003c 100%);
  border: none;
}

.hero-section .hero-tg-link:hover::after,
.hero-section .hero-tg-link:focus::after {
  right: 3.26px;
}

@media screen and (min-width: 768px) {
  .hero-section {
    padding-top: 87px;
    padding-bottom: 7px;
    border-radius: 0px 0px 55px 55px;
    background-image: url(./images/hero/desc-hero-gradient.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .hero-section .mob-hero-list {
    display: none;
  }
  .hero-section .desc-hero-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 42px;
  }
  .hero-section .desc-hero-list li {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: baseline;
  }
  .hero-section .desc-hero-list li strong {
    color: #c8003c;
    font-family: "Calibri", sans-serif;
    font-size: 55px;
    font-weight: 700;
  }
  .hero-section .desc-hero-list li p {
    font-size: 28px;
    font-weight: 700;
    line-height: 174.5%;
  }
  .hero-section .desc-hero-list li p span {
    color: #c8003c;
  }
  .hero-section .hero-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .hero-section .hero-img {
    max-width: 734px;
    margin: 0 -96px;
  }
  .hero-section .hero-img .hero-name {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 50%;
    right: 10%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: 400;
  }
  .hero-section .hero-img .hero-name span {
    font-weight: 900;
  }
  .hero-section .hero-course {
    margin-top: 0;
    font-size: 40px;
    margin-bottom: 12px;
  }
  .hero-section h1 {
    font-size: 42px;
    line-height: 123.1%;
    margin-bottom: 61px;
  }
  .hero-section .hero-dialog {
    border-radius: 30px;
    padding: 19px 23px 19px 43px;
    margin-bottom: 0;
  }
  .hero-section .hero-dialog::before {
    content: url(./images/hero/polygon2.svg);
    top: 50%;
    right: -30px;
    width: 31.591px;
    height: 35px;
    transform: translate(0, -50%);
  }
  .hero-section .hero-dialog p {
    font-size: 25px;
    text-align: left;
  }
  .hero-section .hero-text-desc {
    position: relative;
    border-radius: 82px;
    font-size: 28px;
    line-height: 124.5%;
    max-width: 100%;
    width: 100%;
    margin: 0 0 0 auto;
    text-align: right;
    padding: 22px 0px 22px 22px;
    font-weight: 400;
    border: 3px solid transparent;
  }
  .hero-section .hero-text-desc::before {
    position: absolute;
    content: "";
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 78px;
    width: 100%;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  .hero-section .hero-text-desc span {
    color: var(--red, #c8003c);
    font-weight: 700;
  }
  .hero-section .hero-tg-link {
    width: 297px;
    height: 41.396px;
    font-size: 20px;
    padding: 7px 49px 8px 19px;
    margin: 0 auto;
    top: -180px;
    left: 177px;
  }
  .hero-section .hero-tg-link::after {
    position: absolute;
    content: "";
    width: 32.854px;
    height: 32.854px;
    background-image: url(./images/hero/telegram-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    right: 4.6px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .hero-section .hero-tg-link:hover,
  .hero-section .hero-tg-link:focus {
    width: 297px;
    height: 41.396px;
  }
  .hero-section .hero-tg-link:hover::after,
  .hero-section .hero-tg-link:focus::after {
    right: 5.18px;
  }
}

@media screen and (min-width: 1280px) {
  .hero-section {
    padding-top: 87px;
    padding-bottom: 37px;
    border-radius: 0px 0px 55px 55px;
    background-image: url(./images/hero/desc-hero-gradient.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .hero-section .mob-hero-list {
    display: none;
  }
  .hero-section .desc-hero-list {
    display: flex;
    flex-direction: row;
    gap: 63px;
    align-items: center;
    margin-bottom: 42px;
  }
  .hero-section .desc-hero-list li {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: baseline;
  }
  .hero-section .desc-hero-list li strong {
    color: #c8003c;
    font-family: "Calibri", sans-serif;
    font-size: 55px;
    font-weight: 700;
  }
  .hero-section .desc-hero-list li p {
    font-size: 28px;
    font-weight: 700;
    line-height: 174.5%;
  }
  .hero-section .desc-hero-list li p span {
    color: #c8003c;
  }
  .hero-section .hero-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .hero-section .hero-img {
    max-width: 734px;
    margin: 0 -96px;
  }
  .hero-section .hero-img .hero-name {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 50%;
    right: 10%;
    transform: translate(-50%, -50%);
    font-size: 17px;
    font-weight: 400;
  }
  .hero-section .hero-img .hero-name span {
    font-weight: 900;
  }
  .hero-section .hero-course {
    margin-top: 0;
    font-size: 40px;
    margin-bottom: 12px;
  }
  .hero-section h1 {
    font-size: 50px;
    line-height: 123.1%;
    margin-bottom: 61px;
  }
  .hero-section .hero-dialog {
    border-radius: 30px;
    padding: 19px 23px 19px 43px;
    margin-bottom: 0;
  }
  .hero-section .hero-dialog::before {
    content: url(./images/hero/polygon2.svg);
    top: 50%;
    right: -30px;
    width: 31.591px;
    height: 35px;
    transform: translate(0, -50%);
  }
  .hero-section .hero-dialog p {
    font-size: 25px;
    text-align: left;
  }
  .hero-section .hero-text-desc {
    position: relative;
    border-radius: 82px;
    font-size: 28px;
    line-height: 124.5%;
    max-width: 100%;
    width: 100%;
    margin: -100px 0 0 auto;
    text-align: right;
    padding: 22px 0px 22px 22px;
    font-weight: 400;
    border: 3px solid transparent;
  }
  .hero-section .hero-text-desc::before {
    position: absolute;
    content: "";
    background-image: url(./images/hero/outline.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 78px;
    width: 100%;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  .hero-section .hero-text-desc span {
    color: var(--red, #c8003c);
    font-weight: 700;
  }
  .hero-section .hero-tg-link {
    width: 297px;
    height: 41.396px;
    font-size: 20px;
    padding: 7px 49px 8px 19px;
    margin: 0 auto;
    top: -147px;
    left: 177px;
  }
  .hero-section .hero-tg-link::after {
    position: absolute;
    content: "";
    width: 32.854px;
    height: 32.854px;
    background-image: url(./images/hero/telegram-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    right: 4.6px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .hero-section .hero-tg-link:hover,
  .hero-section .hero-tg-link:focus {
    width: 297px;
    height: 41.396px;
  }
  .hero-section .hero-tg-link:hover::after,
  .hero-section .hero-tg-link:focus::after {
    right: 5.18px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section .hero-text-desc {
    padding: 22px 66px 22px 22px;
  }
  .hero-section .hero-tg-link {
    top: -245px;
    left: 140px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section .hero-text-desc {
    padding: 22px 126px 22px 22px;
  }
  .hero-section .hero-tg-link {
    top: -245px;
    left: 100px;
  }
}

.video-section {
  padding-top: 32px;
  padding-bottom: 20px;
}

.video-section .video-section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 27px;
  align-items: center;
  margin-bottom: 19px;
}

.video-section .video-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.video-section .video-list li {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
}

.video-section .video-list li strong {
  color: #c8003c;
  font-weight: 600;
}

.video-section .video-section-wrapper h2 {
  position: relative;
  color: #ff004d;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 133.333%;
  text-transform: uppercase;
}

.video-section .video-section-wrapper h2::before {
  position: absolute;
  content: "";
  top: -14px;
  left: 50%;
  width: 4.706px;
  height: 12.5px;
  transform: translate(-50%, -50%);
  background-image: url(./images/video/line.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.video-section .video-section-videowrapper {
  padding: 2px 24px;
}

@media screen and (min-width: 768px) {
  .video-section {
    position: relative;
    z-index: 2;
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .video-section .video-section-wrapper {
    display: flex;
    flex-direction: row;
    gap: 60px;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
  }
  .video-section .video-list {
    align-items: flex-end;
  }
  .video-section .video-list li {
    text-align: right;
    font-size: 20px;
  }
  .video-section .video-section-wrapper h2 {
    text-align: left;
    font-size: 26px;
  }
  .video-section .video-section-wrapper h2::before {
    top: 50%;
    left: -30px;
    width: 16px;
    height: 34.5px;
    transform: translate(-50%, -50%);
  }

  .video-section .video-section-videowrapper {
    padding: 20px 14px;
    max-width: 875px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1280px) {
  .video-section {
    position: relative;
    z-index: 2;
    padding-top: 164px;
    padding-bottom: 164px;
  }
  .video-section .video-section-wrapper {
    display: flex;
    flex-direction: row;
    gap: 120px;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
  }
  .video-section .video-list {
    align-items: flex-end;
  }
  .video-section .video-list li {
    text-align: right;
    font-size: 25px;
  }
  .video-section .video-section-wrapper h2 {
    text-align: left;
    font-size: 31px;
  }
  .video-section .video-section-wrapper h2::before {
    top: 50%;
    left: -60px;
    width: 16px;
    height: 34.5px;
    transform: translate(-50%, -50%);
  }

  .video-section .video-section-videowrapper {
    padding: 20px 14px;
    max-width: 875px;
    margin: 0 auto;
  }
}

.keys-8-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(./images/keys/mob-keys-gradient.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.keys-8-section h2 {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 123.1%;
  max-width: 280px;
  margin: 0 auto;
  margin-bottom: 11px;
}

.keys-8-section h2 strong {
  color: #c8003c;
}

.keys-8-section h2::before {
  position: absolute;
  content: "";
  top: -14px;
  left: 50%;
  width: 4.706px;
  height: 12.5px;
  transform: translate(-50%, -50%);
  background-image: url(./images/video/line.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.keys-8-section .keys-8-list {
  counter-reset: item;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.keys-8-section .keys-8-list li {
  width: 222px;
}

.keys-8-section .keys-8-list li h3 {
  position: relative;
  padding: 50px 0 9px;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 105.9%;
  margin-bottom: 9px;
}

.keys-8-section .keys-8-list li h3::before {
  position: absolute;
  z-index: -1;
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  width: 85px;
  height: 80px;
  top: 0;
  left: 0;
  color: #c8003c;
  font-family: "Calibri", sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 123.1%;
  opacity: 0.22;
}

.keys-8-section .keys-8-list li h3::after {
  position: absolute;
  content: "";
  width: 482px;
  height: 6px;
  bottom: 0;
  left: 0;
  background-color: #c8003c;
}

.keys-8-section .keys-8-list li:nth-child(2n) h3::after {
  left: -260px;
}

.keys-8-section .keys-8-list li p {
  font-size: 11px;
  font-weight: 300;
  line-height: 127.273%;
}

@media screen and (min-width: 768px) {
  .keys-8-section {
    padding-top: 106px;
    padding-bottom: 106px;
    background-image: url(./images/keys/desc-keys-gradient.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .keys-8-section h2 {
    font-size: 45px;
    margin-bottom: 52px;
    min-width: 100%;
  }
  .keys-8-section h2 strong {
    color: #c8003c;
  }
  .keys-8-section h2 .br {
    display: none;
  }
  .keys-8-section h2::before {
    top: -34px;
    left: 50%;
    width: 16px;
    height: 34.5px;
  }
  .keys-8-section .keys-8-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 104px 86px;
  }
  .keys-8-section .keys-8-list li {
    width: calc((100% - (86px * 1)) / 2);
  }
  .keys-8-section .keys-8-list li h3 {
    padding: 70px 0 11px;
    font-size: 20px;
    font-weight: 800;
    line-height: 105.9%;
    margin-bottom: 21px;
  }
  .keys-8-section .keys-8-list li h3::before {
    width: 140px;
    height: 123px;
    font-size: 100px;
    opacity: 0.7;
  }
  .keys-8-section .keys-8-list li h3::after {
    width: 216px;
    height: 9px;
    bottom: 0;
    left: 0;
  }
  .keys-8-section .keys-8-list li:nth-child(2n) h3::after {
    left: 0;
  }
  .keys-8-section .keys-8-list li p {
    font-size: 17px;
    font-weight: 300;
  }
}

@media screen and (min-width: 1280px) {
  .keys-8-section {
    padding-top: 106px;
    padding-bottom: 106px;
    background-image: url(./images/keys/desc-keys-gradient.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .keys-8-section h2 {
    font-size: 45px;
    margin-bottom: 52px;
    min-width: 100%;
  }
  .keys-8-section h2 strong {
    color: #c8003c;
  }
  .keys-8-section h2 .br {
    display: none;
  }
  .keys-8-section h2::before {
    top: -34px;
    left: 50%;
    width: 16px;
    height: 34.5px;
  }
  .keys-8-section .keys-8-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 104px 86px;
  }
  .keys-8-section .keys-8-list li {
    width: calc((100% - (86px * 3)) / 4);
  }
  .keys-8-section .keys-8-list li h3 {
    padding: 70px 0 11px;
    font-size: 20px;
    font-weight: 800;
    line-height: 105.9%;
    margin-bottom: 21px;
  }
  .keys-8-section .keys-8-list li h3::before {
    width: 140px;
    height: 123px;
    font-size: 100px;
    opacity: 0.7;
  }
  .keys-8-section .keys-8-list li h3::after {
    width: 216px;
    height: 9px;
    bottom: 0;
    left: 0;
  }
  .keys-8-section .keys-8-list li:nth-child(2n) h3::after {
    left: 0;
  }
  .keys-8-section .keys-8-list li p {
    font-size: 17px;
    font-weight: 300;
  }
}

.result-section {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url(./images/result/mob-result-gradient.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.result-section h2 {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 123.1%;
  margin: 0 auto;
  margin-bottom: 21px;
  margin-top: 20px;
  text-transform: uppercase;
}

.result-section h2 span {
  color: #c8003c;
  font-weight: 700;
}

.result-section h2::before {
  position: absolute;
  content: "";
  top: -14px;
  left: 50%;
  width: 4.706px;
  height: 12.5px;
  transform: translate(-50%, -50%);
  background-image: url(./images/video/line.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.result-section .result-section-list {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin: 0 auto;
  width: 80%;
  margin-bottom: 41px;
}

.result-section .result-section-list li {
  position: relative;
  padding-left: 34px;
}

.result-section .result-section-list li::before {
  position: absolute;
  content: url(./images/result/arrow.svg);
  width: 18px;
  height: 18px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.result-section .result-section-list p {
  font-size: 16px;
  font-weight: 500;
  line-height: 112.5%;
}

.result-section .result-section-list p strong {
  color: #c8003c;
  font-weight: 700;
  line-height: 18px;
}

.result-section .slogan-wrapper {
  background: #c8003c;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0 -40px;
  font-family: "Calibri", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .result-section {
    padding-top: 92px;
    padding-bottom: 106px;
    background-image: url(./images/result/desc-result-gradient.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .result-section h2 {
    margin-top: 34.5px;
    font-size: 45px;
    margin-bottom: 150px;
    min-width: 100%;
  }
  .result-section h2 strong {
    color: #c8003c;
  }
  .result-section h2::before {
    top: -34px;
    left: 50%;
    width: 16px;
    height: 34.5px;
  }
  .result-section .result-section-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 104px 86px;
    width: 100%;
    margin-bottom: 84px;
  }
  .result-section .result-section-list li {
    width: calc((100% - (86px * 1)) / 2);
    padding-top: 13px;
    padding-left: 0px;
  }
  .result-section .result-section-list li::before {
    content: "";
    width: 216px;
    height: 9px;
    top: 0;
    left: 0;
    background: #c8003c;
  }
  .result-section .result-section-list p {
    font-size: 25px;
    font-weight: 500;
    line-height: 133%;
  }
  .result-section .result-section-list p strong {
    color: #c8003c;
    font-weight: 500;
  }
  .result-section .slogan-wrapper {
    width: 433px;
    height: 60px;
    border-radius: 77px;
    font-size: 35px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1280px) {
  .result-section {
    padding-top: 92px;
    padding-bottom: 172px;
    background-image: url(./images/result/desc-result-gradient.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .result-section h2 {
    margin-top: 34.5px;
    font-size: 45px;
    margin-bottom: 150px;
    min-width: 100%;
  }
  .result-section h2 strong {
    color: #c8003c;
  }
  .result-section h2::before {
    top: -34px;
    left: 50%;
    width: 16px;
    height: 34.5px;
  }
  .result-section .result-section-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 104px 86px;
    width: 100%;
    margin-bottom: 153px;
  }
  .result-section .result-section-list li {
    width: calc((100% - (86px * 3)) / 4);
    padding-top: 13px;
    padding-left: 0px;
  }
  .result-section .result-section-list li::before {
    content: "";
    width: 216px;
    height: 9px;
    top: 0;
    left: 0;
    background: #c8003c;
  }
  .result-section .result-section-list p {
    font-size: 25px;
    font-weight: 500;
    line-height: 133%;
  }
  .result-section .result-section-list p strong {
    color: #c8003c;
    font-weight: 500;
  }
  .result-section .slogan-wrapper {
    width: 433px;
    height: 60px;
    border-radius: 77px;
    font-size: 35px;
    margin: 0 auto;
  }
}

.for-section {
  padding-top: 59px;
  padding-bottom: 88px;
}

.for-section .for-circle {
  width: 280px;
  height: 280px;
  border-radius: 280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 44px 52px;
}

.for-section .for-circle.for-first-circle {
  position: relative;
  z-index: 1;
  background-image: url(./images/for/mob-ellipse-1.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  color: #c8003c;
  font-family: "Calibri", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 130%;
  text-transform: lowercase;
}

.for-section .for-circle.for-second-circle {
  position: relative;
  z-index: 2;
  top: -86px;
  border-radius: 280px;
  border: 1.5px solid #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 113.333%;
  text-transform: lowercase;
  margin-bottom: -86px;
}

@media screen and (min-width: 768px) {
  .for-section {
    padding-top: 67px;
    padding-bottom: 62px;
  }
  .for-section .for-circle {
    width: 600px;
    height: 600px;
    border-radius: 600px;
    padding: 0px 0px;
  }
  .for-section .for-circle.for-first-circle {
    font-size: 95px;
  }
  .for-section .for-circle.for-second-circle {
    position: relative;
    z-index: 2;
    top: -146px;
    border-radius: 600px;
    border: 2px solid #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 141%;
    margin-bottom: -146px;
    padding: 78px 128px 120px;
  }
}

.book-section {
  padding-top: 53px;
  padding-bottom: 20px;
  border-radius: 17px 17px 15px 15px;
  background-image: url(./images/book/mob-book-gradient.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.book-section .sub-title {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 121.429%;
  max-width: 280px;
  margin: 0 auto;
}

.book-section .desc-book-img {
  display: none;
}

.book-section .mob-book-img {
  width: 100%;
  max-width: 393px;
  margin: 0 auto;
}

.book-section .mob-book-img img {
  width: 100%;
}

.book-section h2 {
  color: #fff;
  text-align: center;
  font-family: "Calibri", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  margin-top: -54px;
  margin-bottom: 12px;
}

.book-section .price-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #ff004d;
  font-family: "Calibri", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 141%;
}

.book-section .price-wrapper span {
  font-size: 45px;
  font-weight: 700;
  line-height: 141%;
}

.book-section .mob-book-dialog {
  width: 100%;
  max-width: 341px;
  margin: 0 auto;
  height: 103.645px;
  border-radius: 8px;
  background-image: url(./images/book/mob-book-dialog.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 9px 16px 11px 88px;
  font-family: "Calibri", sans-serif;
  font-size: 10px;
  line-height: 130%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 14px;
}

.book-section .desc-book-dialog {
  display: none;
}

.book-section .book-form-title {
  font-size: 10px;
  font-weight: 300;
  line-height: 29px;
  text-align: center;
  margin-bottom: 10px;
}

.book-section .book-form-title strong {
  font-weight: 700;
}

.book-section .book-form {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  gap: 11px;
  max-width: 267px;
}

.book-section .book-form input {
  background-color: transparent;
  border-radius: 30px;
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  padding: 8.52px 8.52px 8.52px 10.92px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 100;
  font-size: 11px;
}

.book-section .book-form input::placeholder {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 100;
  font-size: 11px;
}

.book-section .book-form button {
  border-radius: 30px;
  border: 0.5px solid rgba(255, 0, 77, 0);
  background: #c8003c;
  padding: 4.12px 74.97px;
  font-size: 15px;
  font-weight: 700;
  line-height: 141%;
  text-transform: lowercase;
  transition: var(--transition-dur-and-func);
}

.book-section .book-form button:hover,
.book-section .book-form button:focus {
  border: 0.5px solid #c8003c;
  background: rgba(200, 0, 60, 0);
}

.book-section .book-form button:active {
  border: 0.5px solid rgba(200, 0, 60, 0);
  background: #c8003c;
}

@media screen and (min-width: 768px) {
  .book-section {
    padding-top: 122px;
    padding-bottom: 244px;
    border-radius: 0px 0px 55px 55px;
    background-image: url(./images/book/desc-book-gradient.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .book-section .container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .book-section .first-part {
    width: 100%;
  }
  .book-section .sub-title {
    text-align: left;
    font-size: 30px;
    line-height: 117%;
    max-width: 100%;
    margin-bottom: 57px;
  }
  .book-section .mob-book-img {
    display: none;
  }
  .book-section h2 {
    text-align: left;
    font-size: 35px;
    line-height: 142%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .book-section .price-wrapper {
    justify-content: flex-start;
    gap: 18px;
    font-size: 31px;
    margin-bottom: 94px;
  }
  .book-section .price-wrapper span,
  .book-section .price-wrapper div {
    font-size: 60px;
    font-weight: 700;
    line-height: 141%;
  }
  .book-section .mob-book-dialog {
    display: none;
  }
  .book-section .book-form-title {
    text-align: left;
    font-size: 25px;
    line-height: 29px;
    max-width: 100%;
    margin-bottom: 31px;
  }
  .book-section .book-form {
    gap: 24px;
    max-width: 584px;
  }
  .book-section .book-form input {
    border-radius: 30px;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    padding: 19px 18px 18px 25px;
    font-size: 20px;
  }
  .book-section .book-form input::placeholder {
    font-size: 20px;
  }
  .book-section .book-form button {
    border: 1.5px solid rgba(200, 0, 60, 0);
    padding: 14px 86px;
    font-size: 25px;
  }
  .book-section .book-form button:hover,
  .book-section .book-form button:focus {
    border: 1.5px solid #c8003c;
  }
  .book-section .book-form button:active {
    border: 1.5px solid rgba(200, 0, 60, 0);
  }

  .book-section .second-part {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
  }
  .book-section .desc-book-img {
    display: flex;
    width: 100%;
  }
  .book-section .desc-book-img img {
    width: 100%;
  }
  .book-section .desc-book-dialog {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-top: -60px;
    width: 622px;
    height: 225.14px;
    border-radius: 18px;
    background-image: url(./images/book/desc-book-dialog.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    padding: 20px 33px 30px 165px;
    font-family: "Calibri", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 138.889%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 1280px) {
  .book-section {
    padding-top: 122px;
    padding-bottom: 244px;
    border-radius: 0px 0px 55px 55px;
    background-image: url(./images/book/desc-book-gradient.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .book-section .container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .book-section .first-part {
    width: 100%;
    max-width: 630px;
  }
  .book-section .sub-title {
    text-align: left;
    font-size: 30px;
    line-height: 117%;
    max-width: 100%;
    margin-bottom: 57px;
  }
  .book-section .mob-book-img {
    display: none;
  }
  .book-section h2 {
    text-align: left;
    font-size: 35px;
    line-height: 142%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .book-section .price-wrapper {
    justify-content: flex-start;
    gap: 18px;
    font-size: 31px;
    margin-bottom: 94px;
  }
  .book-section .price-wrapper span,
  .book-section .price-wrapper div {
    font-size: 60px;
    font-weight: 700;
    line-height: 141%;
  }
  .book-section .mob-book-dialog {
    display: none;
  }
  .book-section .book-form-title {
    text-align: left;
    font-size: 25px;
    line-height: 29px;
    max-width: 527px;
    margin-bottom: 31px;
  }
  .book-section .book-form {
    margin: 0 0 auto;
    gap: 24px;
    max-width: 584px;
  }
  .book-section .book-form input {
    border-radius: 30px;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    padding: 19px 18px 18px 25px;
    font-size: 20px;
  }
  .book-section .book-form input::placeholder {
    font-size: 20px;
  }
  .book-section .book-form button {
    border: 1.5px solid rgba(200, 0, 60, 0);
    padding: 14px 86px;
    font-size: 25px;
  }
  .book-section .book-form button:hover,
  .book-section .book-form button:focus {
    border: 1.5px solid #c8003c;
  }
  .book-section .book-form button:active {
    border: 1.5px solid rgba(200, 0, 60, 0);
  }
  .book-section .second-part {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
  }
  .book-section .desc-book-img {
    width: 100%;
  }
  .book-section .desc-book-img img {
    width: 100%;
  }
  .book-section .desc-book-dialog {
    width: 100%;
    margin-left: auto;
    margin-top: -60px;
    max-width: 622px;
    height: 225.14px;
    border-radius: 18px;
    background-image: url(./images/book/desc-book-dialog.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    padding: 20px 33px 30px 165px;
    font-family: "Calibri", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 138.889%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}

.packages-section {
  padding-top: 26px;
  padding-bottom: 20px;
  background-image: url(./images/packages/mob-packages-gradient.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.packages-section h2 {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 123.1%;
  margin: 0 auto;
  margin-bottom: 25px;
  margin-top: 20px;
  text-transform: uppercase;
}

.packages-section h2 span {
  color: #c8003c;
  font-weight: 700;
}

.packages-section h2::before {
  position: absolute;
  content: "";
  top: -14px;
  left: 50%;
  width: 4.706px;
  height: 12.5px;
  transform: translate(-50%, -50%);
  background-image: url(./images/video/line.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.packages-section-list {
  display: flex;
  padding-top: 26px;
}

.packages-section-list > li {
  display: flex;
  justify-content: space-between;
  width: 195px;
  height: 279px;
  flex-direction: column;
  border-radius: 15px;
  border: 0.7px solid #d9d9d9;
  background-color: transparent;
  transition: var(--transition-dur-and-func);
}

.packages-section-list > li:hover {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 8.5%, #79092b 100%);
}

.packages-section-list > li > div:first-child {
  padding: 10px 10px 0 14px;
}

.packages-section-list > li > div:first-child > span {
  color: #ff004d;
  font-size: 19px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 12px;
}

.packages-section-list li > div:first-child > h3 {
  color: #fff;
  font-family: "Calibri", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 1.79px;
}

.packages-section-list li > div:first-child > h4 {
  position: relative;
  font-family: "Nunito Sans", serif;
  font-size: 8px;
  font-weight: 600;
  line-height: 127%;
  padding-bottom: 4px;
  margin-bottom: 12px;
}

.packages-section-list li > div:first-child > h4::after {
  position: absolute;
  content: "";
  width: 149px;
  height: 2px;
  background-color: #c8003c;
  bottom: 0;
  left: 0;
}

.packages-section-list .package-list {
  display: flex;
  flex-direction: column;
  font-size: 8px;
  font-weight: 300;
  line-height: 11px;
  letter-spacing: -0.16px;
}

.packages-section-list .package-list .first {
  color: #c8003c;
  font-weight: 700;
}

.packages-section-list .package-wrapper {
  display: flex;
  height: 23.586px;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  background: #fff;
  color: #010101;
  text-align: center;
  font-size: 8px;
  font-weight: 700;
  line-height: 112.5%;
  letter-spacing: -0.32px;
  text-transform: lowercase;
}

.packages-section-list button {
  display: flex;
  width: 100%;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  background: #c8003c;
  margin-top: 8.94px;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 141%;
  text-transform: lowercase;
}

.packages-section-list .strong {
  font-size: 8px;
  font-weight: 300;
  line-height: 9px;
  text-decoration: underline;
  height: 18px;
  padding: 0 10px 0 14px;
  margin-bottom: 8px;
}

.packages-section-list .strong span {
  color: #c8003c;
  text-decoration: underline;
  text-decoration-color: #c8003c;
}

.packages-swiper {
  position: relative;
}

.packages-swiper .swiper-button-prev {
  position: absolute;
  top: 20px;
  left: 47%;
  width: 15.587px;
  height: 6px;
  transform: translateX(-50%);
}

.packages-swiper .swiper-button-next {
  position: absolute;
  top: 20px;
  left: 53%;
  width: 15.587px;
  height: 6px;
  transform: translateX(-50%);
}

.packages-swiper .swiper-button-prev::after,
.packages-swiper .swiper-button-next::after {
  font-size: 9px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .packages-section {
    padding-top: 130px;
    padding-bottom: 185px;
    background-image: url(./images/packages/desc-packages-gradient.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .packages-section h2 {
    margin-top: 34.5px;
    font-size: 45px;
    margin-bottom: 74.5px;
    min-width: 100%;
  }
  .packages-section h2 strong {
    color: #c8003c;
  }
  .packages-section h2 .br {
    display: none;
  }
  .packages-section h2::before {
    top: -34px;
    left: 50%;
    width: 16px;
    height: 34.5px;
  }
  .packages-section-list > li {
    width: 359px;
    height: 491px;
    border-radius: 23px;
    border: 1px solid #d9d9d9;
  }
  .packages-section-list > li > div:first-child {
    padding: 27px 27px 0 37px;
  }
  .packages-section-list > li > div:first-child > span {
    font-size: 30px;
    margin-bottom: 19px;
  }
  .packages-section-list li > div:first-child > h3 {
    font-size: 27px;
    margin-bottom: 6px;
  }
  .packages-section-list li > div:first-child > h4 {
    font-size: 15px;
    padding-bottom: 12px;
    margin-bottom: 17px;
  }
  .packages-section-list li > div:first-child > h4::after {
    width: 282px;
    height: 6px;
  }
  .packages-section-list .package-list {
    font-size: 14px;
    line-height: 21px;
  }
  .packages-section-list .package-wrapper {
    height: 49px;
    padding: 0 27px;
    font-size: 13px;
  }
  .packages-section-list button {
    height: 56px;
    border-radius: 23px;
    margin-top: 23px;
    font-size: 25px;
  }
  .packages-section-list .strong {
    height: 26px;
    font-size: 11px;
    font-weight: 900;
    line-height: 13px;
    margin-bottom: 13px;
    padding: 0 27px 0 37px;
  }
}

@media screen and (min-width: 1280px) {
  .packages-section h2 {
    margin-top: 34.5px;
    font-size: 45px;
    margin-bottom: 134.5px;
    min-width: 100%;
  }
  /* .packages-section-list .swiper-slide:first-child,
  .packages-section-list .swiper-slide:nth-child(2),
  .packages-section-list .swiper-slide:nth-child(n + 6) {
    display: none;
  } */
  .packages-swiper .swiper-button-prev,
  .packages-swiper .swiper-button-next {
    display: none;
  }
  .packages-section-list {
    padding-top: 0;
  }
}

.study-section {
  padding-top: 26px;
  padding-bottom: 43px;
}

.study-section h2 {
  position: relative;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 123.1%;
  margin: 0 auto;
  margin-bottom: 25px;
  margin-top: 20px;
  text-transform: uppercase;
}

.study-section h2 span {
  color: #c8003c;
  font-weight: 700;
}

.study-section h2::before {
  position: absolute;
  content: "";
  top: -14px;
  left: 50%;
  width: 4.706px;
  height: 12.5px;
  transform: translate(-50%, -50%);
  background-image: url(./images/video/line.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.study-section .study-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}

.study-section .study-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.study-section .study-list li h3 {
  position: relative;
  color: #ff004d;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 114.286%;
  padding-top: 34px;
}

.study-section .study-list li h3::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url(./images/study/study-1.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.study-section .study-list li:nth-child(2) h3::after {
  background-image: url(./images/study/study-2.svg);
}
.study-section .study-list li:nth-child(3) h3::after {
  background-image: url(./images/study/study-3.svg);
}

.study-section .study-list li p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 118.75%;
}

.study-section .study-list li p span {
  color: #ff004d;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .study-section {
    padding-top: 87px;
    padding-bottom: 100px;
  }
  .study-section h2 {
    margin-top: 34.5px;
    font-size: 45px;
    margin-bottom: 88px;
    min-width: 100%;
  }
  .study-section h2 strong {
    color: #c8003c;
  }
  .study-section h2 .br {
    display: none;
  }
  .study-section h2::before {
    top: -34px;
    left: 50%;
    width: 16px;
    height: 34.5px;
  }
  .study-section .study-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    max-width: 688px;
    margin: 0 auto;
  }
  .study-section .study-list li {
    position: relative;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    width: 364px;
    height: 364px;
    border-radius: 364px;
    padding: 0 61px 0 61px;
  }
  .study-section .study-list li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(./images/study/study-ellipse-1.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .study-section .study-list li:first-child {
    margin-right: -26px;
  }
  .study-section .study-list li:nth-child(2) {
    margin-left: -26px;
  }
  .study-section .study-list li:nth-child(2)::before {
    background-image: url(./images/study/study-ellipse-2.svg);
  }
  .study-section .study-list li:nth-child(3) {
    margin-top: -62px;
  }
  .study-section .study-list li:nth-child(3)::before {
    background-image: url(./images/study/study-ellipse-3.svg);
  }
  .study-section .study-list li h3 {
    text-align: left;
    font-size: 33px;
    line-height: 109.091%;
    padding-top: 0;
  }
  .study-section .study-list li h3::after {
    display: none;
  }
  .study-section .study-list li p {
    text-align: left;
    font-size: 15px;
    line-height: 113.333%;
  }
  .study-section .study-list li p span {
    color: #fff;
    font-weight: 800;
  }
}

@media screen and (min-width: 1280px) {
  .study-section .study-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    max-width: 834px;
    margin: 0 auto;
  }
  .study-section .study-list li {
    position: relative;
    justify-content: center;
    gap: 20px;
    width: 424px;
    height: 424px;
    border-radius: 424px;
    padding: 0 82px 0 102px;
  }
  .study-section .study-list li:first-child {
    margin-right: -36px;
  }
  .study-section .study-list li:nth-child(2) {
    margin-left: -36px;
  }
  .study-section .study-list li:nth-child(3) {
    margin-top: -72px;
  }
}

.author-section .container .author-wrapper {
  position: relative;
  border-radius: 15px;
  padding: 33px 20px 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #c8003c 146.83%);
}

.author-section .container .author-wrapper::after {
  position: absolute;
  content: "";
  width: 160px;
  height: 160px;
  right: 0;
  top: 56px;
  background-image: url(./images/author/author-section.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.author-section h2 {
  position: relative;
  text-align: left;
  font-size: 22px;
  font-weight: 800;
  line-height: 118.182%;
  padding-bottom: 20px;
  margin-bottom: 14px;
}

.author-section h2 span {
  color: #c8003c;
  font-weight: 800;
}

.author-section h2::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 191px;
  height: 6px;
  background-image: url(./images/author/author-line.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.author-section .author-first-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 12px;
  max-width: 163px;
  margin-bottom: 19px;
}

.author-section .author-first-list li {
  list-style: disc;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
}

.author-section .second-wrapper {
  padding: 0 12px;
}

.author-section .second-wrapper p {
  color: #c8003c;
  font-size: 10px;
  font-weight: 900;
  line-height: 133%;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.author-section .second-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-left: 8px;
}

.author-section .second-wrapper ul li {
  list-style: "- ";
  font-size: 10px;
  font-weight: 400;
  line-height: 120%;
}

@media screen and (min-width: 768px) {
  .author-section .container .author-wrapper {
    position: relative;
    border-radius: 15px;
    padding: 128px 0px 14px;
    background: none;
  }
  .author-section .container .author-wrapper::after {
    position: absolute;
    content: "";
    width: 160px;
    height: 160px;
    right: 0;
    top: 168px;
    background-image: url(./images/author/author-section.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .author-section h2 {
    font-size: 56px;
    font-weight: 800;
    line-height: 133.929%;
    padding-bottom: 31px;
    margin-bottom: 57px;
  }
  .author-section h2::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 751.5px;
    height: 16px;
    background-image: url(./images/author/desc-author-line.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .author-section .author-first-list {
    gap: 30px;
    padding-left: 30px;
    max-width: 633px;
    margin-bottom: 48px;
  }
  .author-section .author-first-list li {
    font-size: 30px;
  }
  .author-section .second-wrapper {
    padding: 0 0 0 30px;
  }
  .author-section .second-wrapper p {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .author-section .second-wrapper ul {
    gap: 4px;
    padding-left: 16px;
  }
  .author-section .second-wrapper ul li {
    font-size: 30px;
    line-height: 116.667%;
  }
}

@media screen and (min-width: 1280px) {
  .author-section .container .author-wrapper {
    position: relative;
    border-radius: 15px;
    padding: 128px 82px 14px;
    background: none;
  }
  .author-section .container .author-wrapper::after {
    position: absolute;
    content: "";
    width: 472px;
    height: 472px;
    right: 56px;
    top: 56px;
    background-image: url(./images/author/desc-author-section.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}

@media screen and (min-width: 1440px) {
  .author-section {
    padding-bottom: 100px;
  }
  .author-section .container .author-wrapper {
    position: relative;
    border-radius: 15px;
    padding: 128px 82px 14px;
    background: none;
  }
  .author-section .container .author-wrapper::after {
    position: absolute;
    content: "";
    width: 672px;
    height: 672px;
    right: 56px;
    top: 56px;
    background-image: url(./images/author/desc-author-section.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}

.form-section {
  padding-bottom: 20px;
}

.form-section > .container:first-child {
  padding-top: 32px;
}

.form-section .form-section-wrapper {
  padding-bottom: 14px;
  border-radius: 15px 15px 0px 0px;
  background-image: url(./images/form/form-gradient.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.form-section h2 {
  position: relative;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  margin: 0 auto;
  margin-bottom: 36px;
  margin-top: 20px;
  text-transform: uppercase;
}

.form-section h2::before {
  position: absolute;
  content: "";
  top: -14px;
  left: 50%;
  width: 4.706px;
  height: 12.5px;
  transform: translate(-50%, -50%);
  background-image: url(./images/video/line.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.form-section .form-section-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 201px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.form-section .form-section-wrapper ul li {
  border-radius: 12px;
  border: 0.7px solid #d9d9d9;
  padding: 9px 9px 9px 14px;
  display: flex;
  flex-direction: column;
}

.form-section .form-section-wrapper ul li div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9px;
}

.form-section .form-section-wrapper ul li div span {
  color: #ff004d;
  font-family: "Calibri", sans-serif;
  font-weight: 700;
  line-height: 125%;
}

.form-section .form-section-wrapper ul li h3 {
  font-family: "Calibri", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 1px;
}

.form-section .form-section-wrapper ul li p {
  font-size: 10px;
  font-weight: 500;
  line-height: 127%;
}

input.error {
  border-color: #c8003c !important;
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  20%,
  60% {
    transform: translateX(-5px);
  }
  40%,
  80% {
    transform: translateX(5px);
  }
}

input.shake {
  animation: shake 0.3s ease;
}

button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}

.radio-group input[type="radio"] {
  display: none;
}

.radio-group label::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 22.857px;
  border-radius: 8px;
  border: 0.7px solid #d9d9d9;
  transition: all 0.3s ease;
  cursor: pointer;
  background-image: url(./images/form/checked.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px 6.936px;
}

.radio-group input[type="radio"]:checked + label::before {
  background-color: #c8003c;
  border-color: #c8003c;
}

.form-section .form-dialog {
  font-family: "Calibri", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 130.769%;
  max-width: 313px;
  margin: 0 auto;
  padding: 36px 12px 22px 76px;
  background-image: url(./images/form/form-dialog.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.form-section .form-second-container {
  padding-top: 22px;
}

.form-section .form-second-container .form-second-parts {
  max-width: 267px;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 9px;
}

.form-section .form-second-container .form-second-parts input {
  border-radius: 30px;
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 100;
  padding: 8.52px 10.92px;
}

.form-section .form-second-container .form-second-parts input::placeholder {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 100;
  text-transform: lowercase;
}

.form-section .form-second-container button {
  border-radius: 30px;
  border: 0.5px solid rgba(255, 0, 77, 0);
  background: #c8003c;
  padding: 4.12px 14.97px;
  font-size: 15px;
  font-weight: 700;
  line-height: 141%;
  text-transform: lowercase;
  transition: var(--transition-dur-and-func);
}

.form-section .form-second-container button:hover,
.form-section .form-second-container button:focus {
  border: 0.5px solid #c8003c;
  background: rgba(200, 0, 60, 0);
}

.form-section .form-second-container button:active {
  border: 0.5px solid rgba(200, 0, 60, 0);
  background: #c8003c;
}

.form-section .footnote {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 7px;
  font-weight: 100;
  text-transform: lowercase;
  text-align: center;
}

.form-section .footnote:first-child {
  margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
  .form-section h2 {
    position: static;
    font-size: 35px;
    margin-bottom: 97px;
    margin-top: 0;
  }
  .form-section .form-section-wrapper ul {
    gap: 22px;
    width: 359px;
    max-width: 359px;
    margin: 0 auto;
    margin-bottom: 32px;
  }
  .form-section .form-section-wrapper ul li {
    border-radius: 23px;
    border: 1px solid #d9d9d9;
    padding: 19px 14px 19px 33px;
  }
  .form-section .form-section-wrapper ul li div {
    margin-bottom: 12px;
  }
  .form-section .form-section-wrapper ul li div span {
    font-size: 30px;
  }
  .form-section .form-section-wrapper ul li h3 {
    font-size: 27px;
    margin-bottom: 6px;
  }
  .form-section .form-section-wrapper ul li p {
    font-size: 15px;
  }
  .form-section .form-second-container .form-second-parts {
    max-width: 584px;
    width: 100%;
    gap: 20px;
  }
  .form-section .form-second-container .form-second-parts input {
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    font-size: 20px;
    padding: 18px 25px;
  }
  .form-section .form-second-container .form-second-parts input::placeholder {
    font-size: 20px;
  }
  .form-section .form-second-container .form-second-parts button {
    border: 1.5px solid rgba(255, 0, 77, 0);
    padding: 16px 16px;
    font-size: 25px;
  }
  .form-section .form-second-container .form-second-parts button:hover,
  .form-section .form-second-container .form-second-parts button:focus {
    border: 1.5px solid #c8003c;
  }
  .form-section .form-second-container .form-second-parts button:active {
    border: 1.5px solid rgba(200, 0, 60, 0);
  }
  .form-section .footnote {
    display: none;
  }
  .form-section .form-dialog {
    font-size: 18px;
    max-width: 100%;
    margin: 32px auto 0;
    padding: 84px 34px 22px 164px;
    background-image: url(./images/form/desc-form-dialog.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 1280px) {
  .form-section .container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .form-section > .container:first-child {
    padding-top: 0px;
  }
  .form-section {
    padding-top: 148px;
    padding-bottom: 60px;
    border-radius: 15px 15px 0px 0px;
    background-image: url(./images/form/desc-form-gradient.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .form-section .form-section-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    background: none;
  }
  .form-section .form-section-wrapper ul {
    margin: 0;
  }
  .form-section #package-form {
    position: relative;
  }
  .form-section .form-second-parts {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-100%, 0);
  }
  .form-section #package-form .desc-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    min-height: 600px;
  }
  .form-section .form-second-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .form-section .desc-container > div {
    margin-top: auto;
    width: 50%;
  }
}

@media screen and (min-width: 1280px) {
  .form-section .container {
    padding-left: 140px;
    padding-right: 140px;
  }
}

@media screen and (min-width: 1920px) {
  .form-section .container {
    padding-left: 364px;
    padding-right: 364px;
  }
  .radio-group label::before {
    width: 35px;
    height: 32px;
    border-radius: 9px;
    border: 1px solid #d9d9d9;
    transition: all 0.3s ease;
    cursor: pointer;
    background-image: url(./images/form/checked.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px 9px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url(./images/modal/mob-modal-gradient.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s;
}

.modal h2 {
  position: relative;
  color: #c8003c;
  text-align: center;
  font-size: 31px;
  font-weight: 700;
  line-height: 113%;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.modal h2::before {
  position: absolute;
  content: "";
  top: -14px;
  left: 50%;
  width: 4.706px;
  height: 12.5px;
  transform: translate(-50%, -50%);
  background-image: url(./images/video/line.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.modal h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 102%;
  max-width: 186px;
  margin: 0 auto;
  margin-bottom: 46px;
}

.modal h3 span {
  color: #ff004d;
}

.modal-content {
  padding: 40px;
  max-width: 420px;
  text-align: center;
}
.modal.hidden {
  visibility: hidden;
  opacity: 0;
}
.modal.visible {
  visibility: visible;
  opacity: 1;
}
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
}
#modal-course-title {
  display: none;
}

.modal #course-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}

.modal #course-form input {
  color: #fff;
  border-radius: 30px;
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  padding: 9.97px 12.78px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 100;
}

.modal #course-form input::placeholder {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 100;
  text-transform: lowercase;
}

.modal #course-form button {
  border-radius: 30px;
  border: 0.5px solid rgba(255, 0, 77, 0);
  background: #c8003c;
  padding: 4.12px 4.12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 141%;
  text-transform: lowercase;
  transition: var(--transition-dur-and-func);
  margin-top: 24px;
}

.modal #course-form button:hover,
.modal #course-form button:focus {
  border: 0.5px solid #c8003c;
  background: rgba(200, 0, 60, 0);
}

.modal #course-form button:active {
  border: 0.5px solid rgba(200, 0, 60, 0);
  background: #c8003c;
}

.modal .footnote {
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 7px;
  font-weight: 200;
}

.modal .footnote:first-child {
  margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
  .modal {
    background-image: url(./images/modal/desc-modal-gradient.webp);
  }
  .modal-close {
    top: 40px;
    right: 40px;
    font-size: 2.5rem;
  }
  .modal h2 {
    font-size: 42px;
    margin-bottom: 24px;
  }
  .modal h2::before {
    top: -34px;
    left: 50%;
    width: 16px;
    height: 34.5px;
  }
  .modal-content {
    padding: 40px;
    max-width: 1024px;
    text-align: center;
  }
  .modal h3 {
    font-size: 28px;
    max-width: 100%;
    text-transform: uppercase;
  }
  .modal h3 span {
    color: #fff;
  }
  .modal #course-form {
    gap: 20px;
    max-width: 584px;
    margin: 0 auto;
    margin-bottom: 28px;
  }
  .modal #course-form input {
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    padding: 18px 33px;
    font-size: 20px;
  }
  .modal #course-form input::placeholder {
    font-size: 20px;
  }
  .modal #course-form button {
    border: 1.5px solid rgba(255, 0, 77, 0);
    padding: 14px 77px;
    font-size: 25px;
    margin-top: 37px;
  }
  .modal #course-form button:hover,
  .modal #course-form button:focus {
    border: 1.5px solid #c8003c;
  }
  .modal #course-form button:active {
    border: 1.5px solid rgba(200, 0, 60, 0);
  }
  .modal .footnote {
    font-size: 15px;
  }
  .modal .footnote:first-child {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 1280px) {
  .modal h2 {
    font-size: 52px;
    margin-bottom: 20px;
  }
  .modal h2::before {
    top: -34px;
    left: 50%;
    width: 16px;
    height: 34.5px;
  }
  .modal-content {
    padding: 40px;
    max-width: 1024px;
    text-align: center;
  }
  .modal h3 {
    font-size: 24px;
    max-width: 100%;
    margin-bottom: 24px;
    text-transform: uppercase;
  }
  .modal h3 span {
    color: #fff;
  }
  .modal #course-form {
    gap: 20px;
    max-width: 584px;
    margin: 0 auto;
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 1920px) {
  .modal h2 {
    font-size: 56px;
    margin-bottom: 24px;
  }
  .modal h3 {
    font-size: 35px;
    max-width: 100%;
    margin-bottom: 112px;
    text-transform: uppercase;
  }
  .modal #course-form {
    gap: 20px;
    max-width: 584px;
    margin: 0 auto;
    margin-bottom: 38px;
  }
}

.loader {
  display: none;
}
.loader.active {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.75);
  color: #c8003c;
  font-family: "Calibri", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.loading {
  width: 62px;
  height: 62px;
  margin: 0 auto;
  position: relative;
}
.loading::before,
.loading::after {
  content: "";
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  inset: 0;
}
.loading::before {
  --animation-delay: 0ms;
}
.loading::after {
  background-color: #c8003c;
  transform: scale(0);
  inset: 5px;
  --animation-delay: 500ms;
}
.loading::before,
.loading::after {
  animation: scale 1s infinite;
  animation-delay: var(--animation-delay);
}
@keyframes scale {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}

.final-section {
  min-width: 100vw;
  min-height: 80vh;
}
.final-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url(./images/modal/mob-modal-gradient.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.final-modal-content {
  padding: 24px 20px;
  margin: 16px;
  border-radius: 23px;
  border: 1px solid #d9d9d9;
  max-width: 420px;
  text-align: center;
}
.final-modal__title {
  position: relative;
  padding-top: 70px;
  color: #c8003c;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.final-modal__title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  transform: translate(-50%, 0);
  background-image: url(./images/video/wand.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.success .final-modal__title::before {
  animation: wand-spin 1.2s ease-in-out forwards;
}
@keyframes wand-spin {
  0% {
    transform: translate(-100%, -25%) rotate(-90deg);
  }
  100% {
    transform: translate(-50%, 0) rotate(0deg);
  }
}
.failure .final-modal__title::before {
  animation: wand-opacity 2.1s ease-in-out forwards;
}
@keyframes wand-opacity {
  0% {
    opacity: 1;
    transform: translate(-50%, 0) rotate(0deg);
  }
  100% {
    opacity: 0.25;
    transform: translate(-50%, 0) rotate(60deg);
  }
}
.final-modal__text {
  color: #fff;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 32px;
}
.final-modal__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  border-radius: 30px;
  background: #c8003c;
  border: 0.5px solid rgba(200, 0, 60, 0);
  padding: 4px 44px;
  flex-shrink: 0;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 141%;
  text-transform: lowercase;
  transition: var(--transition-dur-and-func);
}
.final-modal__link:hover,
.final-modal__link:focus {
  border: 0.5px solid #c8003c;
  background: rgba(200, 0, 60, 0);
}
.final-modal__link:active {
  border: 0.5px solid rgba(200, 0, 60, 0);
  background: #c8003c;
}

@media screen and (min-width: 768px) {
  .final-modal {
    background-image: url(./images/modal/desc-modal-gradient.webp);
  }
}

@media screen and (min-width: 1280px) {
  .final-modal-content {
    padding: 40px 60px;
    max-width: 680px;
  }
  .final-modal__title {
    padding-top: 100px;
    font-size: 36px;
    margin-bottom: 24px;
  }
  .final-modal__title::before {
    width: 80px;
    height: 80px;
  }
  .final-modal__text {
    font-size: 18px;
    margin-bottom: 60px;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
  }
  .final-modal__link {
    border: 1.5px solid rgba(200, 0, 60, 0);
    padding: 14px 88px;
    font-size: 25px;
  }
}

.dlist {
  margin-top: 66px;
}
.document__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 20px;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .dlist {
    margin-top: 112px;
  }
  .document__list {
    gap: 50px;
    font-size: 12px;
  }
}
