@charset "UTF-8";
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
}
h1, h2, h3, h4, h5, h6 {
  font-feature-settings: "clig" off, "liga" off;
  margin: 0;
  color: #2B3B54;
}

a, button {
  cursor: pointer;
}

p {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.6;
}

div, span, a {
  font-size: 1rem;
}

h1, .h1 {
  font-size: 7.5rem;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 3.4375rem;
  }
}

h2, .h2 {
  font-size: 2.8125rem;
  font-weight: 600;
  line-height: 1.1;
  font-family: Montserrat, sans-serif;
}
@media screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 2.1875rem;
  }
}

h3, .h3 {
  font-size: 6.25rem;
  font-weight: 400;
  line-height: 1.1;
}

b {
  font-weight: 700;
}

.t1 {
  font-size: 1.5rem;
  line-height: 1.4;
}

.t2 {
  font-size: 1rem;
  line-height: 1.6;
}

.t3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 120%;
}

.t4 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 140%;
}

.t5 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 120%;
}

.t6 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 120%;
}

.t7 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 125%;
}

.t8 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 18px;
}

* {
  box-sizing: border-box;
}

html {
  font-family: Montserrat, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.105vw;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}
html::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 5vw;
  }
}

body {
  position: relative;
  margin: 0;
}
body::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: none;
}

main {
  min-height: 68vh;
}

canvas {
  display: block;
}

a {
  text-decoration: none;
  display: flex;
}

button {
  background: none;
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

button {
  margin: 0;
  border: none;
}

pre {
  margin: 0;
}

.wrapper {
  width: 100%;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.row {
  display: flex;
}

.column {
  flex-direction: column;
}

.justify-sb {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.btn {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 1.125rem 1.5rem;
  transition: all 0.4s;
  gap: 0.25rem;
  cursor: pointer;
}
.btn svg {
  width: 1.5rem;
  height: 1.5rem;
}

.btn-blue {
  background: #0F76F8;
}
.btn-blue:hover {
  background: #3F91F9;
}

.btn-dark-blue {
  background: #2B3B54;
}
.btn-dark-blue:hover {
  background: #6883A1;
}

.btn-white {
  background: #FFFFFF;
  color: #2B3B54;
}
.btn-white:hover {
  background: #DFECFB;
}

.btn-blue-ghost {
  background: rgba(15, 118, 248, 0.2);
  color: #0F76F8;
}
.btn-blue-ghost:hover {
  background: rgba(15, 118, 248, 0.3);
}

.btn-dark-ghost {
  background: rgba(43, 59, 84, 0.5);
}
.btn-dark-ghost:hover {
  background: rgba(43, 59, 84, 0.6);
}

.btn-white-ghost {
  background: rgba(255, 255, 255, 0.2);
}
.btn-white-ghost:hover {
  background: rgba(255, 255, 255, 0.3);
}

.btn-blue-outline {
  background: transparent;
  border: 0.0625rem solid #0F76F8;
  color: #0F76F8;
}
.btn-blue-outline:hover {
  background: rgba(15, 118, 248, 0.2);
}

.btn-dark-outline {
  background: transparent;
  border: 0.0625rem solid #2B3B54;
  color: #2B3B54;
}
.btn-dark-outline:hover {
  background: rgba(43, 59, 84, 0.2);
}

.btn-white-outline {
  background: transparent;
  border: 0.0625rem solid #FFFFFF;
}
.btn-white-outline:hover {
  background: rgba(255, 255, 255, 0.2);
}

.btn-no-fill {
  padding: 0;
}

.btn-no-fill-blue {
  color: #0F76F8;
}
.btn-no-fill-blue:hover {
  color: #3F91F9;
}
.btn-no-fill-blue:hover svg path {
  fill: #3F91F9;
}

.btn-no-fill-dark {
  color: #2B3B54;
}
.btn-no-fill-dark:hover {
  color: #6883A1;
}
.btn-no-fill-dark:hover svg path {
  fill: #6883A1;
}

.btn-no-fill-white {
  color: #FFFFFF;
}
.btn-no-fill-white:hover {
  color: #DFECFB;
}
.btn-no-fill-white:hover svg path {
  fill: #DFECFB;
}

a {
  transition: all 0.4s;
  color: #FFFFFF;
  cursor: pointer;
}

.documents-list {
  gap: 0.3125rem;
  opacity: 0;
  transform: translateY(20%);
}
.documents-list .documents-link {
  padding: 0.625rem;
  gap: 0.9375rem;
  border-radius: 0.5rem;
  border: 0.0625rem solid #D2DFED;
  background: #FFFFFF;
}
.documents-list .documents-link:hover span {
  color: #0F76F8;
}
.documents-list .documents-link svg {
  width: 2.5rem;
  height: 3rem;
  flex-shrink: 0;
}
.documents-list .documents-link span {
  font-weight: 500;
  line-height: 1.5;
  color: #2B3B54;
  transition: all 0.4s;
}

.modal-wrap {
  opacity: 0;
  will-change: opacity;
  position: relative;
  z-index: -1;
  display: none;
}
.modal-wrap.modal-show {
      top: 0;
    opacity: 1;
    transition: opacity 0.5s;
    will-change: opacity;
    z-index: 10000;
    position: fixed;
    display: flex;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    left: 0;
}
.modal-wrap .modal-shadow {
  background: rgba(20, 25, 20, 0.52);
  backdrop-filter: blur(2.8499999046px);
  z-index: 100;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
.modal-wrap .modal {
  display: flex;
  position: relative;
  align-items: center;
  z-index: 100;
  width: 860px;
  height: 539px;
  padding: 16px;
  gap: 26px;
  /* left: 10.625rem;
  top: 8.125rem; */
  border-radius: 32px;
  background: #F7F0E1;
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal {
    display: flex;
    flex-direction: column;
    width: 296px;
    height: 507px;
    padding: 12px;
    /* left: 12px;
    top: 47px; */
    border-radius: 20px;
    background: #F7F0E1;
  }
}
.modal-wrap .modal_about {
  display: flex;
  width: 354px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 16px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal_about {
    width: 270px;
    padding: 12px;
    gap: 12px;
  }
}
.modal-wrap .modal_about .prizes_number {
  display: flex;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  background: rgba(245, 229, 194, 0.6);
  color: #E2841B;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal_about .prizes_number {
    font-size: 10px;
    padding: 4.5px 9px;
    border-radius: 45px;
    font-size: 10px;
  }
}
.modal-wrap .modal_about .spin_wheel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal_about .spin_wheel {
    gap: 8px;
  }
}
.modal-wrap .modal_about .spin_wheel-title {
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 108%; /* 28.08px */
  letter-spacing: -0.26px;
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal_about .spin_wheel-title {
    color: #000;
    font-family: Montserrat;
    font-size: 17px;
    line-height: 105%; /* 17.85px */
    opacity: 0.8;
  }
}
.modal-wrap .modal_about .spin_wheel-subtitle {
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 19.2px */
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal_about .spin_wheel-subtitle {
    color: var(--black-text, #000);
    font-family: Montserrat;
    font-size: 11px;
    opacity: 0.8;
  }
}
.modal-wrap .modal_about .spin_wheel-button {
  display: flex;
  height: 52px;
  padding: 20px 20px;
  justify-content: center;
  align-items: center;
  gap:  25px;
  border-radius: 12px;
  background: var(--dark-green, #2E3B2D);
  color: var(--white, #FFF);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal_about .spin_wheel-button {
    height: 40px;
    width: 100%;
    padding: 14px 16px;
    gap: 10px;
    font-family: Montserrat;
    font-size: 12px;
  }
}
.modal-wrap .modal_wheel {
  display: flex;
  align-items: center;
}
.modal-wrap .modal_wheel .wheel {
  height: 410px;
  width: 100%;
  border-radius: 410px;
  border: 8px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5.1570010185px);
  position: relative;
  left: 11.2px;
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal_wheel .wheel {
    height: 268px;
    width: 100%;
    border-radius: 260px;
    border: 5px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(3.2628929615px);
    left: 0px;
  }
}
.modal-wrap .modal_wheel .arrow {
  position: absolute;
  top: 50px;
  left: 587px;
  width: 50px;
  height: 38px;
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal_wheel .arrow {
    width: 31px;
    height: 24px;
    top: 220px;
    left: 132px;
  }
}
.modal-wrap .modal .modal_cross {
  position: fixed;
  top: 32px;
  right: 32px;
}
.modal-wrap .modal .modal_cross .modal_cross-desktop {
  display: flex;
  width: 35px;
  height: 35px;
}
.modal-wrap .modal .modal_cross .modal-cross-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal .modal_cross {
    top: 8px;
    right: 6px;
  }
  .modal-wrap .modal .modal_cross .modal_cross-desktop {
    display: none;
  }
  .modal-wrap .modal .modal_cross .modal-cross-mobile {
    display: flex;
    width: 25px;
    height: 25px;
  }
}
.modal-wrap .success_modal {
  display: flex;
  z-index: 100;
  position: relative;
  width: 360px;
  padding: 30px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  /* left: 420px;
  top: 19rem; */
  border-radius: 30px;
  background: url("/wp-content/themes/applied/image/succes.webp") no-repeat;
}
@media screen and (max-width: 767px) {
  .modal-wrap .success_modal {
    width: 296px;
    height: 136px;
    padding: 24px 12px 12px 12px;
    left: 12px;
    top: 198px;
    border-radius: 20px;
    background: url("/wp-content/themes/applied/image/seccess-mob.webp") no-repeat;
  }
}
.modal-wrap .success_modal-title {
  color: #2E3B2D;
  text-align: center;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 108%; /* 28.08px */
  letter-spacing: -0.26rem;
}
@media screen and (max-width: 767px) {
  .modal-wrap .success_modal-title {
    width: 162px;
    color: #000;
    font-size: 17px;
    line-height: 105%; /* 17.85px */
    opacity: 0.8;
  }
}
.modal-wrap .success_modal_button {
  display: flex;
  height: 52px;
  padding: 20px 24px;
  justify-content: center;
  align-items: center;
  gap: 25px;
  border-radius: 12px;
  background: var(--dark-green, #2E3B2D);
  color: var(--white, #FFF);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}
@media screen and (max-width: 767px) {
  .modal-wrap .success_modal_button {
    width: 162px;
    height: 42px;
    padding: 14px 16px;
    gap: 10px;
    font-size: 12px;
  }
}
.modal-wrap .success_modal .modal_cross {
  position: fixed;
  top: 32px;
  right: 32px;
}
.modal-wrap .success_modal .modal_cross .modal_cross-desktop {
  display: flex;
  width: 35px;
  height: 35px;
}
.modal-wrap .success_modal .modal_cross .modal-cross-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .modal-wrap .success_modal .modal_cross {
    top: 8px;
    right: 6px;
  }
  .modal-wrap .success_modal .modal_cross .modal_cross-desktop {
    display: none;
  }
  .modal-wrap .success_modal .modal_cross .modal-cross-mobile {
    display: flex;
    width: 25px;
    height: 25px;
  }
}
.modal-wrap .modal-test {
  display: flex;
  position: relative;
  z-index: 100;
  width: 885px;
  height: 448px;
  padding: 30px;
  gap: 50px;
  align-items: flex-start;
  border-radius: 28px;
  background: url("/wp-content/themes/applied/image/bg.webp");
  /* left: 158px;
  top: 176px; */
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal-test {
    width: 296px;
    padding: 12px;
    border-radius: 20px;
    flex-direction: column;
    gap: 24px;
    background: url("/wp-content/themes/applied/image/bg-mob.webp") no-repeat;
  }
}
.modal-wrap .modal-test .test_left-part {
  display: flex;
  width: 354px;
  flex-direction: column;
  align-items: flex-start;
  gap: 41px;
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal-test .test_left-part {
    gap: 32px;
    width: 272px;
    position: relative;
  }
}
.modal-wrap .modal-test .test_left-part .timer {
  display: flex;
  width: 60px;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: var(--Gray-3, #E4E7EC);
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal-test .test_left-part .timer {
    width: 52px;
    height: 18px;
  }
}
.modal-wrap .modal-test .test_left-part .timer .time_amount {
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal-test .test_left-part .timer .time_amount {
    font-size: 12px;
  }
}
.modal-wrap .modal-test .test_left-part .test_question {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal-test .test_left-part .test_question {
    gap: 8px;
  }
}
.modal-wrap .modal-test .test_left-part .test_question-title {
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 108%; /* 28.08px */
  letter-spacing: -0.26px;
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal-test .test_left-part .test_question-title {
    color: #000;
    font-size: 17px;
    line-height: 105%; /* 17.85px */
    opacity: 0.8;
  }
}
.modal-wrap .modal-test .test_left-part .test_question-subtitle {
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 19.2px */
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal-test .test_left-part .test_question-subtitle {
    color: var(--black-text, #000);
    font-size: 13px;
    opacity: 0.8;
  }
}
.modal-wrap .modal-test .test_right-part {
  display: flex;
  width: 421px;
  flex-direction: column;
  align-items: flex-start;
  gap: 37px;
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal-test .test_right-part {
    width: 272px;
  }
}
.modal-wrap .modal-test .test_right-part .percent {
  display: flex;
  height: 22px;
  padding: 2px 8px;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 22px;
  background: #FDEAD6;
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal-test .test_right-part .percent {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 216px;
    height: 18px;
  }
}
.modal-wrap .modal-test .test_right-part .percent_quantity {
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 15.644px */
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal-test .test_right-part .percent_quantity {
    font-size: 12px;
  }
}
.modal-wrap .modal-test .test_right-part .test_answer_modal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal-test .test_right-part .test_answer_modal {
    gap: 4px;
  }
}

.test-progress {
    width: 100%;
    height: 6px;
    background: #eee;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 16px;
}

.test-progress__bar {
    height: 100%;
    width: 0%;
    background: orange;
    transition: width 0.4s linear;
}

/* Анимация вращения */
.wheel {
    transition: transform 4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Состояние выигрыша */
.modal.win {
    background: #E9F2C9;
}

.modal.win .prizes_number {
    background: #E9F2C9;
    color: #000;
}

.old-price {
    text-decoration: line-through;
    opacity: 0.6;
    margin-right: 8px;
}

/* Форма */
/* .win-form {
    margin-top: 24px;
} */

.win-form input {
    width: 100%;
    padding: 14px;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.win-form .policy {
    font-size: 10px;
    opacity: 0.7;
}

.modal.win .spin_wheel-subtitle {
    font-size: 12px;
}


.modal-wrap .modal-test .test_right-part .test_answer_modal .checkbox-container {
  display: flex;
  height: 44px;
  padding: 12px 12px 12px 16px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #D0D5DD;
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal-test .test_right-part .test_answer_modal .checkbox-container {
    height: 30px;
    padding: 0rem 12px 0rem 16px;
    border-radius: 10px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    font-size: 12px;
  }
}
.modal-wrap .modal-test .modal_cross {
  position: fixed;
  top: 32px;
  right: 32px;
}
.modal-wrap .modal-test .modal_cross .modal_cross-desktop {
  display: flex;
  width: 35px;
  height: 35px;
}
.modal-wrap .modal-test .modal_cross .modal-cross-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal-test .modal_cross {
    top: 8px;
    right: 6px;
  }
  .modal-wrap .modal-test .modal_cross .modal_cross-desktop {
    display: none;
  }
  .modal-wrap .modal-test .modal_cross .modal-cross-mobile {
    display: flex;
    width: 25px;
    height: 25px;
  }
}

.modal-test label{
  margin-bottom: 0 !important;
}

svg, path, rect {
  transition: all 0.4s;
}

.document-icon svg {
  width: 2.4760625rem;
  height: 3rem;
}

.breadcrumbs-wrapper {
  padding: 1.5625rem 0;
  gap: 0.625rem;
}
.breadcrumbs-wrapper a, .breadcrumbs-wrapper span {
  line-height: 1.6;
}
.breadcrumbs-wrapper a {
  color: #6883A1;
}
.breadcrumbs-wrapper span {
  color: #ABC3DE;
}
.breadcrumbs-wrapper svg {
  width: 0.4375rem;
  height: 1.625rem;
}

.accordion-content {
  margin-bottom: 0.625rem;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
}
.accordion-content:after {
  content: "";
  width: 0.8rem;
  height: 1.655rem;
  top: -0.5rem;
  left: -0.35rem;
  background: #f7f9fc;
  position: absolute;
  transform: rotate(30deg);
}
.accordion-content:before {
  content: "";
  width: 0.8rem;
  height: 1.655rem;
  background: #f7f9fc;
  position: absolute;
  transform: rotate(30deg);
  bottom: -0.5rem;
  right: -0.35rem;
}
.accordion-content:last-child {
  margin-bottom: 0;
}
.accordion-content .accordion-title {
  padding: 0 1.25rem 0 1.875rem;
  height: 5rem;
  cursor: pointer;
  background: white;
}
@media screen and (max-width: 767px) {
  .accordion-content .accordion-title {
    height: max-content;
    padding: 1.5625rem 1.25rem 1.5625rem 1.875rem;
  }
}
.accordion-content .accordion-title .title {
  font-size: 1.375rem;
  color: #2B3B54;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .accordion-content .accordion-title .title {
    font-size: 1.125rem;
    flex: 1 0 0;
  }
}
.accordion-content .accordion-title .icon.rotate svg {
  transform: rotate(-180deg);
}
.accordion-content .accordion-title .icon.rotate svg path {
  fill: #0F76F8;
}
.accordion-content .accordion-title .icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .accordion-content .accordion-title .icon svg {
    flex-shrink: 0;
  }
}
.accordion-content .accordion-includes {
  display: none;
  padding: 0 0 1.875rem 4.375rem;
}
@media screen and (max-width: 767px) {
  .accordion-content .accordion-includes {
    padding: 0 1.875rem 1.875rem 1.875rem;
  }
}
.accordion-content .accordion-includes.active {
  display: block;
}
.accordion-content .accordion-includes .desc-acc {
  gap: 1.5rem;
}
.accordion-content .accordion-includes .desc-acc .accordion-info_wrapper {
  gap: 0.625rem;
}
.accordion-content .accordion-includes .desc-acc .info-col {
  gap: 0.625rem;
}
.accordion-content .accordion-includes .desc-acc .info-col .title-info {
  margin-bottom: 0.3125rem;
  color: #2B3B54;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .accordion-content .accordion-includes .desc-acc .info-col .title-info {
    font-size: 1rem;
  }
}
.accordion-content .accordion-includes .desc-acc .accordion-info {
  gap: 0.5rem;
}
.accordion-content .accordion-includes .desc-acc .accordion-info svg {
  width: 1.5rem;
  height: 1.5rem;
}
.accordion-content .accordion-includes .desc-acc .accordion-info a {
  color: #2B3B54;
  line-height: 1.6;
}
.accordion-content .accordion-includes .desc-acc .accordion-info a:hover {
  color: #0F76F8;
}

.swiper-button-next, .swiper-button-prev {
  position: initial !important;
  width: max-content !important;
  height: max-content !important;
  margin-top: 0 !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
  content: none;
}
.swiper-button-next svg, .swiper-button-prev svg {
  width: 2.875rem;
  height: 2.875rem;
  flex-shrink: 0;
}

header {
  width: 75rem;
  height: 5.1875rem;
  background: var(--white, #FFF);
}
@media screen and (max-width: 767px) {
  header {
    width: 100%;
    height: 3.5rem;
  }
}

.rubricator {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  /* background: var(--white, #FFF); */
}
@media screen and (max-width: 767px) {
  .rubricator {
    align-items: start;
    width: 100%;
  }
}
.rubricator .ad {
  position: relative;
}
.rubricator .ad .banner_desktop {
  display: flex;
  width: 100%;

  border-radius: 1rem;
}
.rubricator .ad .banner_mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .rubricator .ad .banner_mobile {
    display: flex;
    width: 100%;
    height: 25.4375rem;
    border-radius: 1rem;
    object-fit: cover;
  }
  .rubricator .ad .banner_desktop {
    display: none;
  }
}
.rubricator .ad_breadcrumbs {
  display: flex;
  width: 100%;
  height: 2.0625rem;
  padding-right: 1.625rem;
  align-items: center;
  gap: 0.75rem;
  position: absolute;
  top: 0.875rem;
  left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .rubricator .ad_breadcrumbs {
    position: absolute;
    left: 0.75rem;
    width: 100%;
    gap: 0;
    padding-right: 0;
  }
}
.rubricator .ad_breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  justify-content: center;
}
.rubricator .ad_breadcrumbs li a {
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}
.rubricator .ad_breadcrumbs li svg {
  width: 0.25rem;
  height: 0.5rem;
  stroke-width: 0.0625rem;
  stroke: #FFF;
}
.rubricator .ad_breadcrumbs .inactive {
  opacity: 0.6;
}
.rubricator .ad_title {
  width: 43.75rem;
  color: #2E3B2D;
  font-family: Montserrat;
  font-size: 2.2240625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.7800625rem; /* 125% */
  letter-spacing: -0.0445rem;
  text-transform: uppercase;
  position: absolute;
  bottom: 6.3125rem;
  left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .rubricator .ad_title {
    width: 92%;
    left: 0.75rem;
    bottom: 4.40625rem;
    color: #2E3B2D;
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3125rem; /* 116.667% */
    letter-spacing: -0.0225rem;
    text-transform: uppercase;
  }
}
.rubricator .ad_button {
  position: absolute;
  bottom: 2.3125rem;
  left: 1.875rem;
  display: inline-flex;
  height: 3.25rem;
  padding: 1.25rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 1.5625rem;
  border-radius: 0.75rem;
  background: var(--dark-green, #2E3B2D);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .rubricator .ad_button {
    display: flex;
    width: 92%;
    height: 2.5rem;
    padding: 0.875rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 0.75rem;
    background: #2E3B2D;
    bottom: 0.75rem;
    left: 0.75rem;
  }
}
.rubricator .sections {
  max-width: 1160px;
  display: flex;
  width: 100%;
  padding: 1.875rem;
  flex-direction: column;
  align-items: start;
  border-radius: 2.25rem;
  background: #F7F0E1;
  gap: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .rubricator .sections {
    padding: 1.5rem 0.75rem 0.75rem 0.75rem;
    border-radius: 1.25rem;
    gap: 1rem;
    margin-bottom: 3.125rem;
    width: 100%;
  }
}
.rubricator .sections h1 {
  width: 100%;
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 36px */
  letter-spacing: -0.0225rem;
}
@media screen and (max-width: 767px) {
  .rubricator .sections h1 {
    width: 100%;
    font-size: 1.375rem;
    letter-spacing: -0.01375rem;
    color: #000000;
    line-height: 105%;
  }
}
.rubricator .sections_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media screen and (max-width: 767px) {
  .rubricator .sections_container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    width: 100%;
  }
}
.rubricator .sections_container-element {
  display: flex;
  max-width: 265px;
  aspect-ratio: 1 / 1;
  padding: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 1.75rem;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .rubricator .sections_container-element {
    height: 9rem;
    width: 100%;
    padding: 1rem;
    border-radius: 1.25rem;
  }
}
.rubricator .sections_container-element img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  background: #F7AC59;
}
@media screen and (max-width: 767px) {
  .rubricator .sections_container-element img {
    width: 3rem;
    height: 3rem;
  }
}
.rubricator .sections_container-element span {
  width: 100%;
  color: #2A2A2A;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 105%; /* 21px */
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .rubricator .sections_container-element span {
    width: 100%;
    font-size: 1.0625rem;
  }
}

.subrubricator {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .subrubricator {
    align-items: start;
  }
}
.subrubricator .ad {
  position: relative;
}
.subrubricator .ad .banner_desktop {
  display: flex;
  width: 100%;
  /* height: 18.75rem; */
}
.subrubricator .ad .banner_mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .subrubricator .ad .banner_mobile {
    display: flex;
    width: 100%;
    height: 25.4375rem;
  }
  .subrubricator .ad .banner_desktop {
    display: none;
  }
}
.subrubricator .ad_breadcrumbs {
  display: flex;
  width: 70rem;
  height: 2.0625rem;
  padding-right: 1.625rem;
  align-items: center;
  gap: 0.75rem;
  position: absolute;
  top: 0.875rem;
  left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .subrubricator .ad_breadcrumbs {
    position: absolute;
    left: 0.75rem;
  }
}
.subrubricator .ad_breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  justify-content: center;
}
.subrubricator .ad_breadcrumbs li a {
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}
.subrubricator .ad_breadcrumbs li svg {
  width: 0.25rem;
  height: 0.5rem;
  stroke-width: 0.0625rem;
  stroke: #FFF;
}
.subrubricator .ad_breadcrumbs .inactive {
  opacity: 0.6;
}
.subrubricator .ad_title {
  width: 43.75rem;
  color: #2E3B2D;
  font-family: Montserrat;
  font-size: 2.2240625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.7800625rem; /* 125% */
  letter-spacing: -0.0445rem;
  text-transform: uppercase;
  position: absolute;
  bottom: 6.3125rem;
  left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .subrubricator .ad_title {
    width: 18rem;
    left: 0.75rem;
    bottom: 4.40625rem;
    color: #2E3B2D;
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3125rem; /* 116.667% */
    letter-spacing: -0.0225rem;
    text-transform: uppercase;
  }
}
.subrubricator .ad_button {
  position: absolute;
  bottom: 2.3125rem;
  left: 1.875rem;
  display: inline-flex;
  height: 3.25rem;
  padding: 1.25rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 1.5625rem;
  border-radius: 0.75rem;
  background: var(--dark-green, #2E3B2D);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .subrubricator .ad_button {
    display: flex;
    width: 18.5rem;
    height: 2.5rem;
    padding: 0.875rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 0.75rem;
    background: #2E3B2D;
    bottom: 0.75rem;
    left: 0.75rem;
  }
}
.subrubricator .sections {
  display: flex;
  /* padding: 3rem 2.5rem 5rem 2.5rem; */
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .subrubricator .sections {
    padding: 1.5rem 0.75rem 3.125rem 0.75rem;
    gap: 1rem;
  }
}
.subrubricator .sections h1 {
  color: #000;
  font-family: "Montserrat";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 36px */
  letter-spacing: -0.0225rem;
  width: 68.75rem;
}
@media screen and (max-width: 767px) {
  .subrubricator .sections h1 {
    width: 18.5rem;
    font-size: 1.375rem;
    letter-spacing: -0.01375rem;
    line-height: 105%;
  }
}
.subrubricator .sections_container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .subrubricator .sections_container {
    gap: 1.5rem;
  }
}
.subrubricator .sections_container-element {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .subrubricator .sections_container-element {
    gap: 1rem;
  }
}
.subrubricator .sections_container .char {
  color: #000;
  font-family: Montserrat;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 26px */
  letter-spacing: -0.01625rem;
  background: #F7F0E1;
  border-radius: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;

}
@media screen and (max-width: 767px) {
  .subrubricator .sections_container .char {
    font-size: 1.0625rem;
    letter-spacing: -0.010625rem;
  }
}
.subrubricator .sections_container .char_item-container {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .subrubricator .sections_container .char_item-container {
    width: 100%;
    gap: 1rem;
    flex-wrap: wrap;
  }
}
.subrubricator .sections_container .char_item-container a {
  color: #63733F;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  letter-spacing: -0.00875rem;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .subrubricator .sections_container .char_item-container a {
    font-size: 0.75rem;
    letter-spacing: -0.0075rem;
  }
}
.subrubricator .sections_container .char_item-container .char_item-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.subrubricator .sections .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .subrubricator .sections .pagination {
    gap: 3.4375rem;
    padding-top: 0.5rem;
  }
}
.subrubricator .sections .pagination_button-prev {
  display: flex;
  width: 2.375rem;
  padding: 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .subrubricator .sections .pagination_button-prev {
    width: 100%;
    padding: 0rem;
  }
}
.subrubricator .sections .pagination_button-prev svg {
  height: 1.125rem;
  stroke-width: 0.140625rem;
  stroke: var(--dark-green, #2E3B2D);
}
.subrubricator .sections .pagination_button-next {
  display: flex;
  width: 2.375rem;
  padding: 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .subrubricator .sections .pagination_button-next {
    width: 100%;
    padding: 0rem;
  }
}
.subrubricator .sections .pagination_button-next svg {
  height: 1.125rem;
  stroke-width: 0.140625rem;
  stroke: var(--dark-green, #2E3B2D);
}
.subrubricator .sections .pagination .pagination_buttons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .subrubricator .sections .pagination .pagination_buttons {
    gap: 0.25rem;
  }
}
.subrubricator .sections .pagination .pagination_buttons button {
  display: flex;
  width: 2.375rem;
  height: 2.375rem;
  padding: 0.625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  color: #2E3B2D;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 14px */
  letter-spacing: -0.00875rem;
}
@media screen and (max-width: 767px) {
  .subrubricator .sections .pagination .pagination_buttons button {
    font-size: 0.75rem;
    letter-spacing: -0.0075rem;
  }
}
.subrubricator .sections .pagination .pagination_buttons .inactive {
  display: flex;
  width: 2.375rem;
  height: 2.375rem;
  padding: 0.7519375rem 0.902375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5013125rem;
  aspect-ratio: 1/1;
  border-radius: 1.203125rem;
  background: #E9F2C9;
  color: #2E3B2D;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 14px */
  letter-spacing: -0.00875rem;
}
@media screen and (max-width: 767px) {
  .subrubricator .sections .pagination .pagination_buttons .inactive {
    font-size: 0.75rem;
    letter-spacing: -0.0075rem;
  }
}

.card {
  display: flex;
  width: 100%;
  flex-direction: column;
  background: var(--white, #FFF);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .card {
    align-items: start;
    width: 100%;
    overflow-x: hidden;
  }
}
.card .ad {
  position: relative;
  margin-bottom: 0 !important;
}
.card .ad .banner_desktop {
  display: flex;
  width: 100%;
}
.card .ad .banner_mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .card .ad .banner_mobile {
    display: flex;
    width: 100%;
    height: 25.4375rem;
  }
  .card .ad .banner_desktop {
    display: none;
  }
}
.card .ad_breadcrumbs {
  display: flex;
  width: 100%;
  height: 2.0625rem;
  padding-right: 1.625rem;
  align-items: center;
  gap: 0.75rem;
  position: absolute;
  top: 0.875rem;
  left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .card .ad_breadcrumbs {
    position: absolute;
    left: 0.75rem;
  }
}
.card .ad_breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  justify-content: center;
}
.card .ad_breadcrumbs li a {
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}
.card .ad_breadcrumbs li svg {
  width: 0.25rem;
  height: 0.5rem;
  stroke-width: 0.0625rem;
  stroke: #FFF;
}
.card .ad_breadcrumbs .inactive {
  opacity: 0.6;
}
.card .ad_title {
  width: 70%;
  color: #2E3B2D;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 2.7800625rem; /* 125% */
  letter-spacing: -0.0445rem;
  text-transform: uppercase;
  position: absolute;
  bottom: 101px;
  left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .card .ad_title {
    width: 100%;
    left: 0.75rem;
    bottom: 4.40625rem;
    color: #2E3B2D;
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3125rem; /* 116.667% */
    letter-spacing: -0.0225rem;
    text-transform: uppercase;
  }
}
.card .ad_button {
  position: absolute;
  bottom: 2.3125rem;
  left: 1.875rem;
  display: inline-flex;
  height: 52px;
  padding: 20px 24px;
  justify-content: center;
  align-items: center;
  gap: 1.5625rem;
  border-radius: 0.75rem;
  background: var(--dark-green, #2E3B2D);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .card .ad_button {
    display: flex;
    width: 92%;
    height: 2.5rem;
    padding: 0.875rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 0.75rem;
    background: #2E3B2D;
    bottom: 0.75rem;
    left: 0.75rem;
  }
}
.card h1 {
  display: flex;
  padding: 3rem 0rem 2rem 0rem;
  color: var(--black-text, #000);
  font-family: Montserrat;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 36px */
  letter-spacing: -0.0225rem;
  width: 100%;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .card h1 {
    font-size: 1.375rem;
    line-height: 105%;
    display: flex;
    padding: 3rem 0rem 2rem 0rem;
  }
}
.card_main {
  width: 100%;
  display: flex;
  gap: 20px;
  /* padding: 2rem 1.25rem 5rem 1.25rem; */
}
@media screen and (max-width: 767px) {
  .card_main {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
    padding: 0rem 0.75rem 3.125rem 0.75rem;
  }
}
.card_left-part {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.card_left-part .test {
  display: flex;
  width: 780px;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 28px;
  background: #EDF3E1;
}
@media screen and (max-width: 767px) {
  .card_left-part .test {
    width: 20rem;
    padding: 1.5rem 0.75rem 0.75rem 0.75rem;
    border-radius: 1.25rem;
    gap: 1rem;
    margin-left: -0.75rem;
  }
}
.card_left-part .test_title {
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 26px */
  letter-spacing: -0.26px;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .card_left-part .test_title {
    font-size: 18px;
    line-height: 105%;
    color: #000000;
  }
}
.card_left-part .test_answer {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
@media screen and (max-width: 767px) {
  .card_left-part .test_answer {
    flex-direction: column;
    gap: 4px;
  }
}
.card_left-part .test_options {
  display: flex;
  padding: 19px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  align-self: stretch;
  border-radius: 19px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .card_left-part .test_options {
    padding: 12px;
    gap: 16px;
    border-radius: 8px;
  }
}
.card_left-part .test_options-question {
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .card_left-part .test_options-question {
    font-size: 14px;
  }
}
.card_left-part .test_options .checkbox-container {
  width: 215px;
  justify-content: space-between;
  display: flex;
  /* flex-wrap: wrap; */
  padding: 12px 12px 12px 16px;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #B8CF88;
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}
@media screen and (max-width: 767px) {
  .card_left-part .test_options .checkbox-container {
    width: 272px;
    height: 40px;
    padding: 0px 12px 0px 16px;
    gap: 10px;
    border-radius: 10px;
    font-size: 12px;
  }
}
.card_left-part .item {
  display: flex;
  width: 760px;
  flex-direction: column;
  align-items: flex-start;
  padding: 3rem 1.25rem;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .card_left-part .item {
    width: 18.5rem;
    padding: 2rem 0rem;
  }
}
.card_left-part .item .pref {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.card_left-part .item .pref .title {
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 26px */
  letter-spacing: -0.01625rem;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .card_left-part .item .pref .title {
    font-size: 1.0625rem;
    line-height: 105%;
    letter-spacing: -0.010625rem;
    color: #000000;
  }
}
.card_left-part .item .pref .text {
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 16.8px */
  letter-spacing: -0.00875rem;
  align-self: stretch;
}
.card_left-part .item .pref .text include m.phone {
  font-size: 0.75rem;
  line-height: 140%;
  letter-spacing: -0.0075rem;
}
.card_left-part .item .objectives {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.card_left-part .item .objectives .title {
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 26px */
  letter-spacing: -0.01625rem;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .card_left-part .item .objectives .title {
    color: #000000;
    font-size: 1.0625rem;
    letter-spacing: -0.010625rem;
    line-height: 105%;
  }
}
.card_left-part .item .objectives .points {
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.01rem;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .card_left-part .item .objectives .points {
    font-size: 0.875rem;
    letter-spacing: -0.00875rem;
  }
}
.card_left-part .item .objectives .text {
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 16.8px */
  letter-spacing: -0.00875rem;
}
@media screen and (max-width: 767px) {
  .card_left-part .item .objectives .text {
    font-size: 0.75rem;
    letter-spacing: -0.0075rem;
    line-height: 140%;
  }
}
.card_left-part .item .structure {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .card_left-part .item .structure {
    gap: 1rem;
  }
}
.card_left-part .item .structure .title {
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 26px */
  letter-spacing: -0.01625rem;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .card_left-part .item .structure .title {
    color: #000000;
    font-size: 1.0625rem;
    letter-spacing: -0.010625rem;
    line-height: 105%;
  }
}
.card_left-part .item  .structure_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
}
.card_left-part .item  .structure_container .points {
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.01rem;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .card_left-part .item  .structure_container .points {
    font-size: 0.875rem;
  }
}
.card_left-part .item  .structure_container ul {
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 16.8px */
  letter-spacing: -0.00875rem;
  padding-left: 0.9375rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .card_left-part .item  .structure_container ul {
    font-size: 0.75rem;
    letter-spacing: -0.0075rem;
    padding-left: 0.8125rem;
  }
}
.card_left-part .item  .structure_container ul li {
  list-style-type: disc;
}
.card_left-part .check {
  display: flex;
  width: 780px;
  height: 18.75rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .card_left-part .check {
    width: 20rem;
    height: 18.9375rem;
    gap: 1rem;
    margin-left: -0.75rem;
  }
}
.card_left-part .check .test_desktop {
  display: flex;
  width: 100%;
  height: 100%;
}
.card_left-part .check .test_mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .card_left-part .check .test_desktop {
    display: none;
  }
  .card_left-part .check .test_mobile {
    display: flex;
    width: 100%;
    height: 100%;
  }
}
.card_left-part .check_include {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .card_left-part .check_include {
    padding: 1.5rem 0.75rem 0.75rem 0.75rem;
    gap: 1rem;
  }
}
.card_left-part .check_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .card_left-part .check_title {
    height: 2.375rem;
    align-items: flex-start;
  }
}
.card_left-part .check_title .title {
  color: #000;
  font-family: Montserrat;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 26px */
  letter-spacing: -0.01625rem;
}
@media screen and (max-width: 767px) {
  .card_left-part .check_title .title {
    font-size: 1.125rem;
    line-height: 105%; /* 26px */
    letter-spacing: -0.01125rem;
  }
}
.card_left-part .check_title .number {
  color: rgba(0, 0, 0, 0.72);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 26px */
  letter-spacing: -0.01625rem;
  display: flex;
  width: 3rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .card_left-part .check_title .number {
    letter-spacing: -0.01125rem;
    width: 2.375rem;
    margin-top: -0.3125rem;
  }
}
.card_left-part .check_title .number_active {
  font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
  .card_left-part .check_title .number_active {
    font-size: 1.125rem;
  }
}
.card_left-part .check_title .number_inactive {
  font-size: 1.625rem;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .card_left-part .check_title .number_inactive {
    font-size: 1.125rem;
  }
}
.card_left-part .check_options {
  height: 100%;
  display: flex;
  padding: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  align-self: stretch;
  border-radius: 1.1875rem;
  background: #FFF;
}
.card_left-part .check_options .question {
  color: var(--black-text, #000);
  /* H5 */
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 105%; /* 16.8px */
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .card_left-part .check_options .question {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 120%;
    color: #2A2A2A;
  }
}
.card_left-part .check_options .answer_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8125rem;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .card_left-part .check_options .answer_container {
    gap: 0.375rem;
  }
}
.card_left-part .check_options .answer_container .answer_element {
  display: flex;
  align-items: center;
  gap: 0.6875rem;
  align-self: stretch;
}
.card_left-part .check_options .answer_container .answer_element input {
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid #2A2A2A;
}
.card_left-part .check_options .answer_container .answer_element .answer {
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}
@media screen and (max-width: 767px) {
  .card_left-part .check_options .answer_container .answer_element .answer {
    font-size: 0.75rem;
  }
}
.card_left-part .additional_materials {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 3rem 1.25rem;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .card_left-part .additional_materials {
    padding: 2rem 0rem;
    width: 18.5rem;
  }
}
.card_left-part .additional_materials_title {
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 20px */
  letter-spacing: -0.0125rem;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .card_left-part .additional_materials_title {
    font-size: 1.125rem;
    letter-spacing: -0.01125rem;
  }
}
.card_left-part .additional_materials_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
  padding-left: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .card_left-part .additional_materials_list {
    gap: 0.5rem;
  }
}
.card_left-part .additional_materials_list li {
  list-style-type: disc;
}
.card_left-part .additional_materials_list li p {
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 16.8px */
  letter-spacing: -0.00875rem;
}
@media screen and (max-width: 767px) {
  .card_left-part .additional_materials_list li p {
    font-size: 0.75rem;
    letter-spacing: -0.0075rem;
    line-height: 140%;
  }
}
.card_left-part .additional_materials_list li a {
  color: #63733F;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.00875rem;
}
@media screen and (max-width: 767px) {
  .card_left-part .additional_materials_list li a {
    font-size: 0.75rem;
    letter-spacing: -0.0075rem;
    line-height: 120%;
  }
}
.card_left-part .new_materials {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0px 20px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .card_left-part .new_materials {
    padding: 0rem 0rem;
    width: 296px;
  }
}
.card_left-part .new_materials_title {
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 20px */
  letter-spacing: -0.2px;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .card_left-part .new_materials_title {
    font-size: 18px;
    letter-spacing: -0.18px;
  }
}
.card_left-part .new_materials_list {
  display: flex;
  width: 760px;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .card_left-part .new_materials_list {
    flex-direction: column;
    gap: 16px;
    width: 296px;
  }
}
.card_left-part .new_materials_list .article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 237px;
}
@media screen and (max-width: 767px) {
  .card_left-part .new_materials_list .article {
    gap: 8px;
    width: 296px;
  }
}
.card_left-part .new_materials_list .article_link {
  color: #63733F;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}
@media screen and (max-width: 767px) {
  .card_left-part .new_materials_list .article_link {
    font-size: 12px;
  }
}
.card_left-part .new_materials_list .article_data {
  color: #2E3B2D;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}
@media screen and (max-width: 767px) {
  .card_left-part .new_materials_list .article_data {
    font-size: 12px;
    font-weight: 300;
  }
}
.card_right-part {
  height: 100%;
}
.card_right-part .menu {
  top: 0px;
  position: sticky;
  display: flex;
  width: 359px;
  flex-direction: column;
  align-items: flex-start;
  gap: 52px;
  height: max-content;
}
@media screen and (max-width: 767px) {
  .card_right-part .menu {
    gap: 1rem;
    width: 18.5rem;
  }
}
.card_right-part .navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #D0D5DD;
}
@media screen and (max-width: 767px) {
  .card_right-part .navigation {
    gap: 0.5rem;
  }
}
.card_right-part .navigation_title {
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .card_right-part .navigation_title {
    font-size: 14px;
  }
}
.card_right-part .navigation_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.card_right-part .navigation_list-active {
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  border-left: 1px solid #F7AC59;
  padding-left: 7px;
}
@media screen and (max-width: 767px) {
  .card_right-part .navigation_list-active {
    padding-left: 0px;
    border-left: none;
    color: #98A2B3;
    font-size: 12px;
  }
}
.card_right-part .navigation_list {
  padding-left: 0.5rem;
  color: #98A2B3;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}
@media screen and (max-width: 767px) {
  .card_right-part .navigation_list{
    padding-left: 0rem;
    font-size: 12px;
    border-left: none;
  }
}
.card_right-part .course_selection {
  position: relative;
}
@media screen and (max-width: 767px) {
  .card_right-part .course_selection {
  position: relative;
  width: 100%;
}
}

.card_right-part .course_selection .link {
  position: absolute;
  bottom: 67px;
  right: 0px;
}
.card_right-part .course_selection img {
  width: 360px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .card_right-part .course_selection img {
    width: 100%;
  }
}
.card_right-part .course_selection svg {
  height: 43px;
  width: 43px;
}
.card_right-part .course_selection-test {
  display: flex;
  width: 259px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: absolute;
  bottom: 25px;
  right: 80px;
}
@media screen and (max-width: 767px) {
  .card_right-part .course_selection-test {
    left: 15px;
    position: relative;
    bottom: 110px;
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .card_right-part .course_selection-test {
    gap: 8px;
  }
}
.card_right-part .course_selection-test-title {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  align-self: stretch;
  line-height: 105%; /* 18.9px */
}
@media screen and (max-width: 767px) {
  .card_right-part .course_selection-test-title {
    font-size: 16px;
    opacity: 0.8;
  }
}
.card_right-part .course_selection-test-button {
  display: flex;
  padding: 5.648px 11.296px;
  justify-content: center;
  align-items: center;
  gap: 9.414px;
  border-radius: 75.308px;
  background: #F7AC59;
  color: #FFF;
  font-family: Montserrat;
  font-size: 11.296px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 12.426px */
}
.card_right-part .join {
  position: relative;
}
.card_right-part .join img {
  width: 360px;
  height: 320px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .card_right-part .join img {
    width: 296px;
    height: 340px;
  }
}
.card_right-part .join_title {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 105%; /* 18.9px */
  opacity: 0.8;
  position: absolute;
  top: 16px;
  left: 16px;
}
@media screen and (max-width: 767px) {
  .card_right-part .join_title {
    font-size: 16px;
  }
}
.card_right-part .join .detail {
  position: absolute;
  bottom: 20px;
  left: 16px;
  display: flex;
  flex-direction: column;
  padding: 16px;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 10px;
  background: #FFF;
}
.card_right-part .join .detail_list {
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 16.8px */
  letter-spacing: -0.14px;
  align-self: stretch;
  margin-left: 15px;
  display: flex;
  gap: 8px;
  flex-direction: column;
  width: 280px;
}
@media screen and (max-width: 767px) {
  .card_right-part .join .detail_list {
    font-size: 14px;
    width: 217px;
  }
}
.card_right-part .join .detail_list-item {
  margin-bottom: 0;
  list-style: none;
  position: relative;
}
.card_right-part .join .detail_list-item::before {
  position: absolute;
  top: -24px;
  left: -15px;
  content: "•";
  font-size: 40px;
  width: 9px;
  color: #C3A9EF;
}
.card_right-part .join .detail_button {
  display: flex;
  padding: 20px 20px;
  justify-content: center;
  align-items: center;
  gap: 25px;
  align-self: stretch;
  border-radius: 12px;
  background: var(--dark-green, #2E3B2D);
  color: var(--white, #FFF);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  width: 295px;
}
@media screen and (max-width: 767px) {
  .card_right-part .join .detail_button {
    padding: 14px 16px;
    gap: 10px;
    font-size: 12px;
    width: 232px;
  }
}
.card .present {
  position: fixed;
  right: 30px;
  bottom: 17px;
}
.card .present .present-desktop {
  display: flex;
  width: 187px;
  height: 187px;
}
.card .present .present-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .card .present {
    right: 12px;
    bottom: 5.5px;
  }
  .card .present .present-desktop {
    display: none;
  }
  .card .present .present-mobile {
    display: flex;
    width: 111.5px; 
    height: 111.5px;
  }
}

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