html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  position: relative;
}

.wrapper {
  position: relative;
}
.wrapper .lr1 {
  width: 100%;
  height: auto;
}

.off {
  text-decoration: none;
  color: inherit;
}

.non-auth {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 200px;
  text-align: center;
}

.invisible-button-red {
  position: absolute;
  top: 24.1%;
  left: 28.7%;
  width: 24%;
  height: 1.5%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}

.invisible-button-red-2 {
  position: absolute;
  top: 74.3%;
  left: 17.7%;
  width: 21%;
  height: 1.5%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}

.invisible-button-blue {
  position: absolute;
  top: 24.1%;
  left: 67%;
  width: 27%;
  height: 1.5%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}

.invisible-button-blue-2 {
  position: absolute;
  top: 74.3%;
  left: 52%;
  width: 45%;
  height: 1.5%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}

.invisible-button-footer-1 {
  position: absolute;
  top: 85%;
  left: 78.3%;
  width: 18.5%;
  height: 0.4%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}

.invisible-button-footer-2 {
  position: absolute;
  top: 85.4%;
  left: 26.6%;
  width: 35.5%;
  height: 0.4%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}

.invisible-button-footer-3 {
  position: absolute;
  top: 86%;
  left: 59.6%;
  width: 13.5%;
  height: 0.4%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}

.invisible-button-footer-4 {
  position: absolute;
  top: 92.9%;
  left: 44.6%;
  width: 15.5%;
  height: 0.4%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}

.header {
  padding: 10px 0px;
  background-color: white;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header img {
  width: 200px;
  height: auto;
}

.auth-btn a {
  padding: 0;
  font-weight: 500;
  text-decoration: none;
  color: inherit;
}

.nav-list {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.nav-list li {
  position: relative;
  cursor: pointer;
  color: black;
  font-weight: 500;
  font-size: 16px;
}

.nav-list li:hover {
  color: #D40948;
}

.nav-list li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #D40948;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.nav-list li:hover::after {
  transform: scaleX(1);
}

.background {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.wrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 800px;
  background-image: url("assets/background-img-new-3.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.wrapper h1 {
  font-size: 70px;
  font-weight: 600;
  color: #D40948;
  text-align: left;
}
.wrapper h2 {
  font-size: 40px;
  text-align: left;
}
.wrapper p {
  text-align: left;
}
.wrapper__img {
  width: 100%;
  height: auto;
}
.wrapper__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 55%;
  margin-top: 100px;
  box-shadow: 5px 5px 15px 0px #cfcfcf;
  background: rgba(255, 255, 255, 0.6);
  padding: 30px;
  border-radius: 10px;
  backdrop-filter: blur(5px);
  font-size: 20px;
  text-align: center;
}
.wrapper .btn-container {
  display: flex;
}
.wrapper__button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D40948;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 24px;
  padding: 10px 50px;
  background-color: #D40948;
  cursor: pointer;
  margin-top: 30px;
}
.wrapper__elipse {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  top: 80%;
  left: 0;
  width: 100%;
  height: auto;
  margin-top: 330px;
}
.wrapper .elipse-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.wrapper .elipse-item p {
  text-align: center;
}
.wrapper .elipse-btn {
  border: none;
  background: none;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #7067AA;
  position: relative;
}
.wrapper .elipse-item button::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #7067AA;
}
.wrapper .elipse {
  width: 100%;
  max-width: 80px;
  height: auto;
  justify-self: center;
  align-self: center;
}
.wrapper .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.wrapper .modal-content {
  background-color: #FFEBF4;
  padding: 20px;
  border-radius: 8px;
  max-width: 600px;
  width: 90%;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.wrapper .closeModal {
  position: absolute;
  top: -7px;
  right: 10px;
  font-size: 39px;
  cursor: pointer;
}

.game__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.game__content h1 {
  font-size: 60px;
  font-weight: 600;
  color: #D40948;
  text-align: left;
}
.game__content h2 {
  font-size: 30px;
  text-align: left;
}
.game__content p {
  text-align: left;
}
.game__header-img {
  width: 50%;
  height: auto;
}

.correct {
  color: #3F93CF;
  font-weight: 600;
}

.wrong {
  color: #E50E74;
  font-weight: 600;
}

.pdf-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  text-align: center;
  margin-top: 20px;
}

.pdf-buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border: 1px solid #D40948;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 24px;
  padding: 6px 20px;
  background-color: #D40948;
  cursor: pointer;
  margin-top: 30px;
}

.pdf-buttons button:hover {
  background: #ef1c5f;
}

.quiz__question {
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(0deg, #fdfdfd, #DDEEFF, #ffffff, #f4f4f4);
  position: relative;
  height: 200px;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.quiz__question-number {
  display: inline-block;
  padding: 7px 60px;
  background-color: #E50E74;
  color: white;
  font-weight: 500;
}

.quiz__question div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.quiz__question div p {
  font-weight: 600;
  font-size: 20px;
}

.quiz__question img {
  width: 100px;
  height: auto;
  margin-left: 20px;
}

.quiz__answers {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

.quiz__answer {
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  padding: 1rem 0;
  display: flex;
  gap: 1rem;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
}

.quiz__radio {
  appearance: none;
  width: 20px;
  height: 20px;
  margin-left: 1rem;
  border-radius: 50%;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 20px;
}

.quiz__radio::before {
  content: "";
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background-color: #D40948;
  transition: opacity 0.2s ease;
  opacity: 0;
}

.quiz__radio:checked::before {
  opacity: 1;
}

.quiz__result {
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  font-size: 20px;
  margin: 2rem 0 1rem;
}

.quiz__result {
  display: flex;
  flex-direction: column;
  padding: 2rem;
}

.quiz__result-button-wrapper {
  display: flex;
  justify-content: flex-end;
}

.correct-btn {
  border: 1px solid #3F93CF;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 24px;
  padding: 6px 20px;
  background-color: #3F93CF;
  cursor: pointer;
  transition: all 0.2s ease;
}

.next-block {
  border: 1px solid #E50E74;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 24px;
  padding: 6px 20px;
  background-color: #E50E74;
  cursor: pointer;
  transition: all 0.2s ease;
}

.wrong-answer {
  border: 1px solid #3F93CF;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 24px;
  padding: 6px 20px;
  background-color: #3F93CF;
  cursor: pointer;
  transition: all 0.2s ease;
}

.literature {
  margin-top: 2rem;
}

.literature ol {
  padding-left: 1rem;
}

.video-start-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
}
.video-start-block h1 {
  font-size: 60px;
  font-weight: 600;
  color: #D40948;
  text-align: left;
}
.video-start-block h2 {
  font-size: 30px;
  text-align: left;
}
.video-start-block p {
  text-align: left;
}

.video-text-block {
  max-width: 50%;
}
.video-start-img {
  width: 25%;
  height: auto;
}

.video {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 200px;
}
.video button {
  background: none;
  outline: none;
  border: none;
}

.preview-img {
  max-width: 1000px;
  max-height: 600px;
}

.footer-main-img {
  width: 100%;
  height: auto;
}

.footer {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 800px;
  background-image: url("assets/footer-img-new.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer__content {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
  margin-top: 300px;
  padding-bottom: 50px;
}
.footer__button {
  border: 1px solid #D40948;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 24px;
  padding: 6px 50px;
  background-color: #D40948;
  cursor: pointer;
  transition: all 0.2s ease;
}
.footer__snow-img {
  position: absolute;
  width: 300px;
  height: 360px;
  bottom: 498px;
}
.footer h1 {
  position: relative;
  top: 180px;
  color: white;
  text-align: center;
  font-weight: 600;
}
.footer p {
  font-weight: 600;
}
.footer a {
  text-decoration: none;
  color: inherit;
}
.footer__block {
  text-align: center;
  background-color: white;
  border-radius: 20px;
  width: 300px;
  height: 250px;
  padding: 10px;
}
.footer__item {
  max-width: 240px;
  max-height: 210px;
}

.modal-overlay-custom {
  backdrop-filter: blur(10px);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1100;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.modal-block {
  margin-top: 16px;
  margin-bottom: 16px;
  width: 100%;
  height: 100%;
  padding: 25px 25px 30px;
  border-radius: 16px;
  background: #fff;
  max-height: calc(100vh - 32px);
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 40rem;
}
.modal-block__section {
  justify-content: center;
}

.burger {
  display: none;
}
.burger span {
  background-color: black;
  cursor: pointer;
  width: 30px;
  height: 4px;
  margin: 3px;
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}

.burger.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.burger.active span:nth-child(2) {
  opacity: 0;
}

.burger.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

@media (max-width: 1600px) {
  .wrapper__elipse {
    margin-top: 300px;
  }
}
@media (max-width: 1500px) {
  .wrapper__elipse {
    margin-top: 250px;
  }
}
@media (max-width: 1400px) {
  .wrapper__elipse {
    margin-top: 130px;
  }
}
@media (max-width: 1300px) {
  .wrapper__elipse {
    margin-top: 80px;
  }
}
@media (max-width: 1200px) {
  .wrapper h1 {
    font-size: 50px;
  }
  .wrapper h2 {
    font-size: 30px;
  }
  .wrapper p {
    font-size: 16px;
  }
  .wrapper__content {
    justify-content: center;
    width: 55%;
  }
  .wrapper__elipse {
    margin-top: 130px;
  }
  .preview-img {
    max-width: 90%;
    max-height: 400px;
  }
}
@media (max-width: 1100px) {
  .wrapper__elipse {
    margin-top: 110px;
  }
}
@media (max-width: 870px) {
  .wrapper__content {
    margin-top: 360px;
  }
}
@media (max-width: 992px) {
  ol li {
    font-size: 14px;
  }
  .background {
    display: block;
  }
  .wrapper {
    background-image: none;
    margin-bottom: 70px;
  }
  .wrapper__elipse {
    flex-direction: column;
    margin-top: 50px;
  }
  .wrapper .elipse-item p {
    text-align: center;
    font-size: 15px;
  }
  .wrapper__content {
    width: 100%;
    margin-top: 400px;
  }
  .wrapper .btn-container {
    display: flex;
    align-items: center;
  }
  .wrapper__button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    padding: 5px 20px;
    font-size: 14px;
  }
  .wrapper h1 {
    font-size: 50px;
    font-weight: 600;
    color: #D40948;
    text-align: left;
  }
  .wrapper h2 {
    font-size: 25px;
    text-align: left;
  }
  .wrapper p {
    font-size: 18px;
    text-align: left;
  }
  .game__content {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .game__content h1 {
    font-size: 60px;
  }
  .game__content h2 {
    font-size: 40px;
  }
  .game__content p {
    font-size: 18px;
  }
  .game__header-img {
    width: 100%;
  }
  .game__text {
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .nav-list {
    display: none;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 50px;
    right: 40px;
    background-color: white;
    width: 200px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 10;
  }
  .nav-list.active {
    display: block;
  }
  .burger {
    display: flex;
    flex-direction: column;
  }
  .footer__content {
    flex-direction: column;
    margin-top: 200px;
  }
  .footer__snow-img {
    width: 250px;
    height: 320px;
    bottom: 580px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .video-start-block {
    flex-direction: column-reverse;
  }
  .video-start-block .video-text-block {
    max-width: none;
  }
  .video-start-block .video-start-img {
    width: 60%;
  }
}
@media (max-width: 860px) {
  .wrapper__content {
    margin-top: 340px;
  }
}
@media (max-width: 768px) {
  .wrapper__button {
    padding: 5px 20px;
    font-size: 14px;
  }
  .wrapper__content {
    margin-top: 310px;
  }
  .wrapper h1 {
    font-size: 40px;
    font-weight: 600;
    color: #D40948;
    text-align: left;
  }
  .wrapper h2 {
    font-size: 18px;
    text-align: left;
  }
  .wrapper p {
    font-size: 16px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .wrapper__content {
    margin-top: 305px;
  }
}
@media (max-width: 700px) {
  .wrapper__content {
    margin-top: 260px;
  }
}
@media (max-width: 600px) {
  .wrapper__content {
    margin-top: 220px;
  }
}
@media (max-width: 500px) {
  .wrapper__content {
    margin-top: 170px;
  }
}
@media screen and (max-width: 992px) {
  .welcome-quiz {
    padding: 0;
  }
  .welcome-quiz__logo {
    max-width: 100px;
  }
  .welcome-quiz h1 {
    font-size: 32px;
    padding-bottom: 2rem;
    padding-right: 0;
  }
  .welcome-quiz p {
    font-size: 16px;
    text-shadow: 1px 1px 5px white;
  }
  .quiz {
    margin-top: 80px;
  }
  .quiz__answer {
    font-size: 16px;
  }
  .quiz__result {
    padding: 1rem;
  }
  .quiz__result-button-wrapper button {
    font-size: 16px;
  }
  .quiz__question {
    padding: 12px;
    flex-direction: column;
    height: unset;
  }
  .quiz__question img {
    position: relative;
    top: 0;
  }
  .quiz__question div {
    margin: 0;
  }
  .quiz__question div p {
    font-size: 16px;
    margin: 0;
  }
}

/*# sourceMappingURL=style.css.map */
